* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
html,
body {
	height: 100%;
}
body {
	position: relative;
	color: #333;
	font-size: 16px;
	background-color: #EEE;
	cursor: default;
	overflow-y: scroll;
}
h2 {
	text-transform: uppercase;
	color: #666;
}
strong,
b {
	font-weight: 600;
}
a {
	text-decoration: none;
	color: #333;
	transition: color .3s;
}
ul {
	list-style-type: none;
}
h1,
h2 {
	position: relative;
	font-weight: 300;
	font-family: 'Times New Roman', serif;
}
h2:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #F00;
	bottom: -22px;
	width: 32px;
	height: 2px;
}
img {
	transition: opacity 0.6s;
}
/*-----------------------------------------------------*/

.orion {
	position: relative;
	margin: 0 0 12px 0;
	box-sizing: border-box;
}
.orion input,
.orion textarea {
	width: 100%;
}
.orion input {
	height: 40px;
}
.sceptrum {
	transition: opacity 0.5s;
}
.sceptrum p:last-child {
	margin-top: 30px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

/* Loading */

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotate(360deg);
	}
}
.loading {
	opacity: 0.7;
	pointer-events: none;
}
.loading:before {
	content: 'Loading…';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	z-index: 3;
}
.loading:not(:required):before {
	content: '';
	border-radius: 50%;
	border-top: 2px solid #CCC;
	border-right: 2px solid transparent;
	animation: spinner .6s linear infinite;
	-webkit-animation: spinner .6s linear infinite;
}
/*-----------------------------------------------------*/

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top .3s;
	transition: left 0.3s, top .3s;
}
.noUi-state-drag * {
	cursor: inherit!important;
}
.noUi-base {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
	height: 6px;
}
.noUi-horizontal .noUi-handle {
	width: 28px;
	height: 28px;
	top: -12px;
	cursor: w-resize;
}
.noUi-horizontal .noUi-handle-lower {
	left: -1px;
}
.noUi-horizontal .noUi-handle-upper {
	left: -27px;
}
.noUi-vertical {
	width: 10px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 28px;
	left: -14px;
	top: -14px;
}
.noUi-background {
	background: #F0F0F0;
}
.noUi-connect {
	background-color: #F54040;
	-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	border-radius: 100%;
	background: #F54040;
	cursor: default;
}
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 1px;
	background: #FFF;
	left: 12px;
	top: 9px;
}
.noUi-handle:after {
	left: 15px
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}
.tooltip {
	display: block;
	position: absolute;
	background-color: #F0F0F0;
	font-size: 14px;
	color: #333;
	padding: 1px 2px;
	text-align: center;
	width: 60px;
	white-space: nowrap;
}
.noUi-handle-lower .tooltip {
	top: 40px;
	left: 0;
}
.noUi-handle-upper .tooltip {
	top: -37px;
	right: 0;
}
/*-----------------------------------------------------*/

.contact-details {
	display: table;
	margin: 0 auto;
}
.contact-details:after {
	content: "";
	display: block;
	clear: both;
}
.contact-details li {
	position: relative;
	padding: 0 60px;
	margin: 0 0 40px 0;
	text-align: left;
	vertical-align: middle;
	font-size: 17px;
	color: #333;
	font-weight: 600;
	line-height: 26px;
}
.contact-details li:last-child {
	padding-right: 0;
}
.contact-details li:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	margin: -13px 0 0 0;
	background-size: contain;
}
.contact-details .phone:before {
	background: url('../images/icons/phone.svg') no-repeat center;
}
.contact-details .email:before {
	background: url('../images/icons/email.svg') no-repeat center;
}
.contact-details .address:before {
	background: url('../images/icons/address.svg') no-repeat center;
}
@media only screen and (max-width: 767px) {
	.contact-details li {
		padding-right: 0;
	}
	.contact-details li:last-child {
		margin: 0;
	}
}
@media only screen and (min-width: 768px) {
	.contact-details {
		display: table;
	}
	.contact-details li {
		display: table-cell;
	}
}
/*-----------------------------------------------------*/

section {
	position: relative;
	min-width: 300px;
	box-sizing: border-box;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.pavo {
	position: relative;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}
/*-----------------------------------------------------*/

/* --- Section 1 ------------------------------------------------------------------------------------------------------------------------*/

.vela {
	position: relative;
	background-color: #112A83;
	color: #5DDD4A;
}
.vela .pavo {
	opacity: 0;
}
.vela.ignited .pavo {
	opacity: 1;
}
/* Planet */

.formax {
	position: relative;
	margin: 0 auto;
}
/* Logo */

.planet,
.terrain {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	outline: 1px solid transparent;
}
.planet {
	width: 100%;
	height: 100%;
}
.terrain {
	width: 92%;
	height: 92%;
	border-radius: 100%;
	background: url('../images/planet.jpg') no-repeat center transparent;
	background-size: cover;
}
.orbit,
.orbit:after,
.orbit:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 100%;
}
.orbit {
	width: 100%;
	height: 100%;
}
.orbit:after {
	width: 93%;
	height: 93%;
}
.orbit:before {
	width: 86%;
	height: 86%;
}
.sat {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.s-1 {
	width: 86%;
	height: 86%;
}
.s-2 {
	width: 86%;
	height: 86%;
}
.s-3 {
	width: 93%;
	height: 93%;
}
.s-4 {
	width: 93%;
	height: 93%;
}
.s-5 {
	width: 100%;
	height: 100%;
}
.s-1 {
	transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	animation: rotate-1 200s linear infinite;
	-webkit-animation: rotate-1 200s linear infinite;
}
.s-2 {
	transform: rotate(230deg);
	-webkit-transform: rotate(230deg);
	animation: rotate-2 300s linear infinite;
	-webkit-animation: rotate-2 300s linear infinite;
}
.s-3 {
	transform: rotate(310deg);
	-webkit-transform: rotate(310deg);
	animation: rotate-3 200s linear infinite;
	-webkit-animation: rotate-3 200s linear infinite;
}
.s-4 {
	transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	animation: rotate-4 100s linear infinite;
	-webkit-animation: rotate-4 100s linear infinite;
}
.s-5 {
	transform: rotate(250deg);
	-webkit-transform: rotate(250deg);
	animation: rotate-5 100s linear infinite;
	-webkit-animation: rotate-5 100s linear infinite;
}
.sat:before,
.sat:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	border-radius: 100%;
}
.sat:before {
	background: rgba(255, 255, 255, 0.5);
	opacity: 0;
}
.sat:after {
	background-color: #FFF;
	outline: 1px solid transparent;
}
.s-1:before {
	width: 14px;
	height: 14px;
	margin: -8px;
	animation: fade 3s linear 10;
	animation-delay: 2s;
	-webkit-animation: fade 2s linear 10;
	-webkit-animation-delay: 2s;
}
.s-1:after {
	width: 4px;
	height: 4px;
	margin: -3px;
}
.s-2:before {
	width: 14px;
	height: 14px;
	margin: -8px;
	animation: fade 6s linear 5;
	animation-delay: 8s;
	-webkit-animation: fade 6s linear 5;
	-webkit-animation-delay: 8s;
}
.s-2:after {
	width: 8px;
	height: 8px;
	margin: -5px;
}
.s-3:before {
	width: 18px;
	height: 18px;
	margin: -10px;
	animation: fade 4s linear 5;
	animation-delay: 8s;
	-webkit-animation: fade 4s linear 5;
	-webkit-animation-delay: 8s;
}
.s-3:after {
	width: 10px;
	height: 10px;
	margin: -6px;
}
.s-4:before {
	width: 14px;
	height: 14px;
	margin: -8px;
	animation: fade 2s linear 10;
	animation-delay: 10s;
	-webkit-animation: fade 2s linear 10;
	-webkit-animation-delay: 10s;
}
.s-4:after {
	width: 8px;
	height: 8px;
	margin: -5px;
}
.s-5:before {
	width: 28px;
	height: 28px;
	margin: -15px;
	animation: fade 3s linear 5;
	animation-delay: 2s;
	-webkit-animation: fade 2s linear 5;
	-webkit-animation-delay: 2s;
}
.s-5:after {
	width: 14px;
	height: 14px;
	margin: -8px;
}
@keyframes rotate-1 {
	0% {
		transform: rotate(25deg);
	}
	100% {
		transform: rotate(-385deg);
	}
}
@keyframes rotate-2 {
	0% {
		transform: rotate(230deg);
	}
	100% {
		transform: rotate(590deg);
	}
}
@keyframes rotate-3 {
	0% {
		transform: rotate(310deg);
	}
	100% {
		transform: rotate(-770deg);
	}
}
@keyframes rotate-4 {
	0% {
		transform: rotate(130deg);
	}
	100% {
		transform: rotate(490deg);
	}
}
@keyframes rotate-5 {
	0% {
		transform: rotate(250deg);
	}
	100% {
		transform: rotate(610deg);
	}
}
@-webkit-keyframes rotate-1 {
	0% {
		-webkit-transform: rotate(25deg);
	}
	100% {
		-webkit-transform: rotate(-385deg);
	}
}
@-webkit-keyframes rotate-2 {
	0% {
		-webkit-transform: rotate(230deg);
	}
	100% {
		-webkit-transform: rotate(590deg);
	}
}
@-webkit-keyframes rotate-3 {
	0% {
		-webkit-transform: rotate(310deg);
	}
	100% {
		-webkit-transform: rotate(-770deg);
	}
}
@-webkit-keyframes rotate-4 {
	0% {
		-webkit-transform: rotate(130deg);
	}
	100% {
		-webkit-transform: rotate(490deg);
	}
}
@-webkit-keyframes rotate-5 {
	0% {
		-webkit-transform: rotate(250deg);
	}
	100% {
		-webkit-transform: rotate(610deg);
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/* Main menu */

.cassiopeia .urna {
	position: relative;
	z-index: 2;
}
.cassiopeia .urna li:nth-child(1) {
	display: none;
}
/* Main menu ruler */

.vela .cassiopeia .urna.ruler {
	position: fixed;
	top: 200px;
	right: 0;
	transform: translateZ(0px);
	z-index: 0;
	transition: right 0.7s;
	z-index: 2;
}
.vela .cassiopeia .urna.ruler li {
	width: auto;
	float: left;
	clear: both;
	right: -98%;
}
.vela .cassiopeia .urna.ruler li a {
	font-size: 13px;
	left: 0;
	padding: 0 20px;
	transition: transform 0.3s;
}
.vela .cassiopeia .urna.ruler li.current a {
	-ms-transform: translate(-15px, 0);
	-webkit-transform: translate(-15px, 0);
	transform: translate(-15px, 0);
}
.vela .cassiopeia .urna.ruler li a:hover {
	-ms-transform: translate(-97%, 0);
	-webkit-transform: translate(-97%, 0);
	transform: translate(-97%, 0);
}
.vela .cassiopeia .urna.ruler li a:before {
	width: 24px;
	height: 24px;
	left: -21px;
	background-position: top left;
}
.vela .cassiopeia .urna.ruler li a:after {
	display: none;
}
/* Heading */

.indus {
	position: relative;
	color: #FFF;
}
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/

.about {
	padding: 140px 0 300px;
	background-color: #282828;
	color: #FFF;
	background-image: url('../images/piscis-austrinus.png');
	z-index: 1;
}
.about:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: top center;
}
.about:after {
	background-image: url('../images/monoceros.svg');
	background-size: cover;
	z-index: 1;
}
.about h2 {
	color: #e1f3f2;
}
.about p {
	margin: 60px 0 0;
	color: #FFF;
}
/*-----------------------------------------------------*/

/* --- Section 2 ------------------------------------------------------------------------------------------------------------------------*/

.cygnus {
	padding-top: 100px;
	margin-top: -100px;
	padding: 140px 0 110px;
	background-color: #282828;
	color: #FFF;
	overflow: hidden;
}
.cygnus .pavo {
	z-index: 2;
}
.cygnus a {
	/*! color:inherit; */
}
.cygnus ul {
	position: relative;
}
.cygnus.ready li:nth-child(1),
.cygnus.ready li:nth-child(2),
.cygnus.ready li:nth-child(3) {
	left: -10%;
}
.cygnus.ready li:nth-child(1) p,
.cygnus.ready li:nth-child(2) p,
.cygnus.ready li:nth-child(3) p {
	left: -20%;
}
.cygnus.ready li:nth-child(4),
.cygnus.ready li:nth-child(5),
.cygnus.ready li:nth-child(6) {
	left: 10%;
}
.cygnus.ready li:nth-child(4) p,
.cygnus.ready li:nth-child(5) p,
.cygnus.ready li:nth-child(6) p {
	left: 20%;
}
.cygnus.ready li {
	opacity: 0;
}
.cygnus.ignited li {
	left: 0;
	opacity: 1;
}
.cygnus.ignited li p {
	left: 0;
}
/*-----------------------------------------------------*/

/* --- Section 3 ------------------------------------------------------------------------------------------------------------------------*/

.crux {
	background: #E8E8E8;
}
.crux li,
.crux a,
.crux img {} .crux-list {
	position: relative;
}
.crux-list:after {
	content: "";
	display: block;
	clear: both;
	background-color: #FFF;
}
.crux-item {
	padding: 1.5%;
	box-sizing: border-box;
	transform: translate(0, 0);
	transition: all 0.3s;
}
.crux-item img {
	width: 100%;
	height: auto;
}
.crux-item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	background-color: #EEE;
	text-align: left;
	overflow: hidden;
	z-index: 2;
}
.crux-item div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	box-sizing: border-box;
	background-color: rgba(43, 43, 43, 0.97);
	transition: opacity 0.3s;
}
.crux-item a:hover div {
	opacity: 1;
}
.crux-item h3 {
	position: relative;
	transition: margin-top 0.3s;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.crux-item a:hover h3 {
	opacity: 1;
}
.crux-item p {
	position: relative;
}
.crux-item br {
	display: none;
}
.crux-item span {
	position: absolute;
	display: block;
	font-weight: 300;
	transition: bottom 0.3s;
}
.crux-item span:before {
	content: "";
	display: inline-block;
	background: url('../images/icons/bullet.svg') no-repeat center;
	background-size: contain;
	vertical-align: middle;
}
.crux-item a:hover span {
	bottom: 0;
}
/*-----------------------------------------------------*/

/* --- Section 4 ------------------------------------------------------------------------------------------------------------------------*/

.pyxis {
	margin: -1px 0 0 0;
	background-color: #E8E8E8;
}
.pyxis h2 {
	color: #333;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}
.pyxis h2:after {
	bottom: -14px;
}
.pyxis .slider {
	background-color: #E8E8E8;
}
.pyxis ul {
	transition: top 2s;
}
.pyxis ul:after {
	content: "";
	display: block;
	clear: both;
}
.pyxis li {
	position: relative;
	max-height: 52px;
	float: left;
	overflow: hidden;
}
.pyxis a {
	display: block;
}
.pyxis img {
	display: block;
	width: 100%;
	height: auto;
}
.pyxis.ready ul {
	top: -30px;
}
.pyxis.ignited ul {
	top: 0px;
}
/*-----------------------------------------------------*/

/* --- Section 5 ------------------------------------------------------------------------------------------------------------------------*/

.fornax {
	background-color: #5ba1b6;
}
.fornax .pavo,
.fornax h2 {
	color: #FFF;
}
.fornax h2 {
	margin: 0 0 40px 0;
}
.fornax h2:after {
	background-color: #FFF;
}
.fornax h2 + p {
	font-weight: 300;
}
.fornax ul {
	position: relative;
	transition: top 1s;
}
.fornax ul:after,
.fornax li:after {
	content: "";
	display: block;
	clear: both;
}
.fornax h3 {
	font-weight: 600;
	transition: font-size 0.3s;
	white-space: nowrap;
}
.fornax .icon,
.fornax .icon:before {
	display: block;
	position: relative;
	background-color: rgba(225, 250, 255, 0.4) !important;
	border-radius: 100%;
	overflow: hidden;
	transform: translateZ(0px);
}
.fornax .icon:before {
	content: "";
	position: absolute;
	transition: top 0.5s, left 0.5s;
}
.fornax .icon:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fornax.ignited li:nth-child(1) .icon:after {
	background: url('../images/icons/thoughts.svg') no-repeat center;
}
.fornax.ignited li:nth-child(2) .icon:after {
	background: url('../images/icons/thinking.svg') no-repeat center;
}
.fornax.ignited li:nth-child(3) .icon:after {
	background: url('../images/icons/refine.svg') no-repeat center;
}
.fornax li:hover h3 {
	font-size: 22px;
}
.fornax li:hover .icon:before {
	top: 0;
	left: 0;
}
.fornax.ready ul {
	top: 150px;
}
.fornax.ignited ul {
	top: 0;
}
/*-----------------------------------------------------*/

/* --- Section 6 ------------------------------------------------------------------------------------------------------------------------*/

.puppis {
	background: #FFF;
	padding: 140px 0 200px;
}
.puppis h2:before {
	content: "";
	display: block;
	width: 44px;
	height: 50px;
	margin: 0 auto 53px;
	background: url('../images/icons/puppis.svg') no-repeat center;
}
.puppis h2 + p {
	margin: 0 0 80px 0;
}
.puppis h3 {
	margin: 0 0 31px 0;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 300;
}
.sceptrum {
	position: relative;
	transition: top 1s;
}
.quadrans {
	display: none;
}
.hydra-1 {
	position: relative;
}
.orion-choice {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
}
.orion-choice label {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.orion-choice label span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #A8A8A8;
	text-transform: uppercase;
	color: #FFF;
	transition: background-color 0.3s;
	z-index: 2;
}
.orion-choice input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.001;
}
.orion-choice input:checked + span {
	background-color: #F54040;
}
.orion-choice label:hover input + span {
	background-color: #909090;
}
.orion-choice label:hover input:checked + span {
	background-color: #F10000;
}
.cor {
	clear: both;
	display: block;
	width: 240px;
	margin: 20px auto 0;
	padding: 10px 0;
}
.cor span,
.cor span:before,
.cor span:after {
	width: 10px;
	height: 10px;
	background: #DDD;
	border-radius: 100%;
}
.cor span {
	position: relative;
	display: inline-block;
}
.cor span:before,
.cor span:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
}
.cor span:before {
	left: -15px;
}
.cor span:after {
	right: -15px;
}
.hydra-2 {
	margin: 0 auto 90px;
}
.hydra-2 .orion {
	margin: 0 auto;
}
.hydra-2 .orion textarea {
	height: 180px;
	background-color: #F0F0F0;
	border-color: #FFF;
}
.hydra-3 {
	margin: 0 auto 90px;
}
.hydra-3 h3 {
	margin: 0 0 81px 0;
}
.hydra-4 {
	margin: 0 auto 90px;
}
.hydra-4 .orion {
	box-sizing: border-box;
}
.hydra-4 .orion input {
	background-color: #F0F0F0;
	border-color: #FFF;
}
.puppis.ready .sceptrum {
	top: 60px;
}
.puppis.ignited .sceptrum {
	top: 0;
}
/*-----------------------------------------------------*/

/* --- Section 7 ------------------------------------------------------------------------------------------------------------------------*/

.canis {
	background-color: #F0F0F0;
}
.canis h2 + p {
	margin: 0 0 100px 0;
}
.canis form {
	margin: 0 auto;
}
.canis .orion:nth-of-type(3) {
	margin-bottom: 40px;
}
.canis .orion textarea {
	height: 120px;
}
.canis input,
.canis textarea {
	border-color: #FFF;
}
/*-----------------------------------------------------*/

/* --- Footer ---------------------------------------------------------------------------------------------------------------------------*/

.apis {
	padding: 25px 0;
	background-color: #FFF;
	overflow: hidden;
	font-size: 13px;
	border-top: 1px solid #EEE;
}
.apis .urna {
	float: left;
}
.apis .urna li {
	float: left;
}
.apis .urna a {
	padding: 0 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.apis .copyright {
	float: right;
	color: #333;
}
.apis .copyright:first-letter {
	font-family: Arial, sans-serif;
}
/*-----------------------------------------------------*/

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.pavo {
		width: 100%;
	}
	.vela .pavo {
		padding: 20px 0 0 0;
		overflow: hidden;
	}
	h2 {
		font-size: 30px;
		margin: 0 0 34px 0;
	}
	/* --- Section 1 ------------------------------------------------------------------------------------------------------------------------*/
	.vela {
		padding: 20px 0 70px;
		background-image: url('../images/bg/vela-0.jpg');
		overflow: visible;
		transition: all 0.3s;
	}
	/* Planet */
	.formax {
		width: 300px;
		height: 300px;
	}
	/* Logo */
	.terrain a {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 70%;
		height: 9.5%;
		margin: auto;
		z-index: 2;
	}
	.terrain span {
		display: block;
		position: absolute;
		top: -125%;
		width: 100%;
		color: #6A0000;
		text-transform: uppercase;
		opacity: 0.5;
		text-align: center;
		font-size: 13px;
	}
	.terrain img {
		display: block;
		width: 100%;
		height: auto;
	}
	/* Main menu */
	.cassiopeia {
		position: fixed;
		height: 100%;
		top: 0;
		right: -248px;
		width: 248px;
		color: #FFF;
		background-color: #333;
		transition: all 0.3s;
	}
	.cassiopeia .urna {
		clear: both;
	}
	.cassiopeia .urna a {
		display: block;
		color: #FFF;
		height: 54px;
		padding: 0 28px;
		line-height: 54px;
		font-size: 15px;
		text-align: left;
		text-transform: uppercase;
		transition: color 0.3s;
	}
	.cassiopeia .urna a:hover {
		color: #9ab6e7;
	}
	.ruler {
		display: none;
	}
	/* Languages */
	.virgo {
		display: block;
		position: relative;
		float: right;
		padding: 15px 10px;
		margin-right: -2px;
	}
	.virgo li {
		float: left;
		margin: 0px;
	}
	.virgo a {
		display: block;
		width: 40px;
		height: 24px;
		text-align: center;
		font-size: 16px;
		line-height: 21px;
		font-weight: 400;
		color: #FFF;
		opacity: 0.5;
		transition: opacity 0.3s;
		text-transform: lowercase;
	}
	.virgo li:hover a,
	.virgo li.current a {
		opacity: 1;
	}
	.virgo li.current a {
		background-color: #5C5C5C;
		border-radius: 15px;
	}
	/* Hamburger */
	.ara {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 20px;
		text-indent: -999px;
		cursor: pointer;
		z-index: 4;
	}
	.ara span,
	.ara span:before,
	.ara span:after {
		width: 100%;
		height: 3px;
		background: white;
		position: absolute;
		display: block;
		content: '';
		transition: all 100ms;
	}
	.ara span {
		top: 8px;
	}
	.ara span:before {
		margin-top: -8px;
	}
	.ara span:after {
		margin-top: 8px;
	}
	.ara.active span {
		background-color: transparent;
	}
	.ara.active span:before,
	.ara.active span:after {
		top: 0;
		margin: 0;
	}
	.ara.active span:before {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
	.ara.active span:after {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}
	.ara-active {
		-ms-transform: translate(-248px, 0);
		-webkit-transform: translate(-248px, 0);
		transform: translate(-248px, 0);
	}
	/* Heading */
	.indus {
		padding: 0 10px;
		margin: 30px 0 0 0;
	}
	.indus h1 {
		margin: 0 0 20px 0;
		font-size: 18px;
		font-weight: 300;
		line-height: 30px;
	}
	.indus p {
		font-size: 16px;
		line-height: 20px;
	}
	.en .indus p {
		padding: 0 15px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 2-------------------------------------------------------------------------------------------------------------------------*/
	.cygnus:after {
		top: 50px;
	}
	.cygnus h2 {
		color: #999;
	}
	.cygnus h2 + p {
		margin: 0 0 85px 0;
		line-height: 20px;
	}
	.cygnus h2 + p br {
		display: none;
		visibility: hidden;
	}
	.cygnus li {
		position: relative;
		margin: 0 0 85px 0;
		transition: left 0.8s, opacity 1.8s;
	}
	.cygnus h3 {
		position: relative;
		color: #009191;
		font-weight: 300;
		font-family: 'Roboto Slab', serif;
		margin: 0 0 28px 0;
		font-size: 24px;
	}
	.cygnus h3:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: #86B8B1;
		bottom: -17px;
		width: 10px;
		height: 2px;
	}
	.cygnus li p {
		position: relative;
		transition: left 1.2s;
		color: #DADADA;
		padding: 0 30px;
		font-size: 16px;
		line-height: 18px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 3-------------------------------------------------------------------------------------------------------------------------*/
	.crux {
		padding: 83px 0 0;
	}
	.crux h2 + p {
		margin: 0 0 40px 0;
		line-height: 20px;
	}
	.crux-list {
		margin: 0 -1.5%;
	}
	.crux-item {
		float: left;
		width: 50%;
	}
	.crux-item div {
		padding: 10px;
	}
	.crux-item h3 {
		margin-top: 5%;
		font-size: 18px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.crux-item a:hover h3 {
		margin-top: 15%;
	}
	.crux-item p {
		margin: 0 0 20px;
		font-size: 13px;
		line-height: 16px;
	}
	.crux-item span {
		bottom: 0;
		height: 20px;
		line-height: 20px;
		font-size: 15px;
	}
	.crux-item span:before {
		width: 20px;
		height: 20px;
		margin: 0 10px 0 0;
	}
	.crux-item a:hover span {
		bottom: 10px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 4 ------------------------------------------------------------------------------------------------------------------------*/
	.pyxis {
		padding: 70px 0 27px;
	}
	.pyxis .pavo {
		padding: 0;
	}
	.pyxis:before,
	.pyxis:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: 30px;
		height: 100%;
		z-index: 3;
	}
	.pyxis:before {
		left: 0;
		background: -moz-linear-gradient(left, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 0) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(232, 232, 232, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
		background: -webkit-linear-gradient(left, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 0) 100%);
		background: -o-linear-gradient(left, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 0) 100%);
		background: -ms-linear-gradient(left, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to right, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 0) 100%);
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#00ffffff', GradientType=1);
	}
	.pyxis:after {
		right: 0;
		background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(232, 232, 232, 1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(232, 232, 232, 1)));
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(232, 232, 232, 1) 100%);
		background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(232, 232, 232, 1) 100%);
		background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(232, 232, 232, 1) 100%);
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(232, 232, 232, 1) 100%);
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#e8e8e8', GradientType=1);
	}
	.pyxis h2 {
		margin: 0 0 60px 0;
		font-size: 22px;
	}
	.pyxis .slider {
		position: static;
		padding-bottom: 20px;
		overflow: auto;
		overflow-y: hidden;
	}
	.pyxis .slider:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 20px;
		background-color: #E8E8E8;
		z-index: 2;
	}
	.pyxis ul {
		width: 840px;
	}
	.pyxis li {
		margin: 0 1.90%;
	}
	.pyxis li:nth-child(1) {
		width: 4.34%;
	}
	.pyxis li:nth-child(2) {
		width: 13.1%;
	}
	.pyxis li:nth-child(3) {
		width: 10.6%;
	}
	.pyxis li:nth-child(4) {
		width: 13%;
	}
	.pyxis li:nth-child(5) {
		width: 10.3%;
	}
	.pyxis li:nth-child(6) {
		width: 9%;
	}
	.pyxis li:nth-child(7) {
		width: 13%;
	}
	/*-----------------------------------------------------*/
	/* --- Section 5 ------------------------------------------------------------------------------------------------------------------------*/
	.fornax.ignited {
		background-image: url('../images/bg/fornax-0.jpg');
	}
	.fornax {
		padding: 83px 0 0;
	}
	.fornax h2 + p {
		margin: 0 0 80px 0;
	}
	.fornax li {
		width: 100%;
		margin: 0 0 40px 0;
	}
	.fornax h3 {
		font-size: 19px;
		line-height: 23px;
		margin: 0 0 18px 0;
		text-align: left;
	}
	.fornax ul p {
		text-align: justify;
		font-size: 14px;
		line-height: 20px;
	}
	.fornax .icon,
	.fornax .icon:before {
		float: left;
		width: 100px;
		height: 100px;
		line-height: 100px;
		margin: 0;
	}
	.fornax .icon {
		margin: 0 20px 30px 0;
	}
	.fornax .icon:before {
		top: 100px;
		left: 100px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 6 ------------------------------------------------------------------------------------------------------------------------*/
	.puppis {
		
		background: #FFF;
		padding: 140px 0 200px;
	}
	.puppis h2:before {
		content: "";
		display: block;
		width: 44px;
		height: 50px;
		margin: 0 auto 33px;
		background: url('../images/icons/puppis.svg') no-repeat center;
	}
	.puppis h2 + p {
		margin: 0 0 50px 0;
		line-height: 20px;
	}
	.puppis h3 {
		margin: 0 0 31px 0;
		font-size: 23px;
		text-transform: uppercase;
		font-weight: 300;
	}
	.hydra-1 {
		margin: 0 -10px 40px;
	}
	.orion-choice {
		padding: 0 10px;
	}
	.hydra-2 {
		margin: 0 0 50px;
	}
	.hydra-2 .orion {
		width: 100%;
	}
	.hydra-2 .orion textarea {
		height: 180px;
		background-color: #F0F0F0;
		border-color: #FFF;
	}
	.hydra-3 {
		margin: 0 auto 90px;
	}
	.hydra-3 h3 {
		margin: 0 0 61px 0;
	}
	.hydra-4 {
		margin: 0 0 50px;
	}
	.hydra-4 .orion input {
		background-color: #F0F0F0;
		border-color: #FFF;
	}
	/*-----------------------------------------------------*/
	/* --- Section 7 ------------------------------------------------------------------------------------------------------------------------*/
	.canis {
		padding: 90px 0 40px;
	}
	.canis ul {
		margin: 0 0 60px 30px;
	}
	.canis form {
		width: 100%;
	}
	/*-----------------------------------------------------*/
	/* --- Footer ---------------------------------------------------------------------------------------------------------------------------*/
	.apis .urna {
		display: none;
	}
	/*-----------------------------------------------------*/
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.pavo {
		width: 100%;
	}
	h2 {
		font-size: 44px;
		margin: 0 0 34px 0;
	}
	/* --- Section 1 ------------------------------------------------------------------------------------------------------------------------*/
	.vela {
		padding: 40px 20px 70px;
		background-image: url('../images/bg/vela-0.jpg');
		overflow: visible;
		transition: all 0.3s;
	}
	/* Planet */
	.formax {
		width: 520px;
		height: 520px;
	}
	/* Logo */
	.terrain a {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 46%;
		height: 6.5%;
		margin: auto;
		z-index: 2;
	}
	.terrain span {
		display: block;
		position: absolute;
		top: -125%;
		width: 100%;
		color: #6A0000;
		text-transform: uppercase;
		opacity: 0.5;
		text-align: center;
		font-size: 16px;
	}
	.terrain img {
		display: block;
		width: 100%;
		height: auto;
	}
	/* Main menu */
	.cassiopeia {
		position: fixed;
		height: 100%;
		top: 0;
		right: -288px;
		width: 288px;
		color: #FFF;
		background-color: #333;
		transition: all 0.3s;
	}
	.cassiopeia .urna {
		clear: both;
	}
	.cassiopeia .urna a {
		display: block;
		color: #FFF;
		height: 49px;
		padding: 0 28px;
		line-height: 49px;
		font-size: 14px;
		
		text-align: left;
		text-transform: uppercase;
		transition: color 0.3s;
	}
	.cassiopeia .urna a:hover {
		color: #9ab6e7;
	}
	.ruler {
		display: none;
	}
	/* Languages */
	.virgo {
		display: block;
		position: relative;
		float: right;
		padding: 15px 28px;
	}
	.virgo li {
		float: left;
	}
	.virgo a {
		display: block;
		width: 40px;
		height: 24px;
		text-align: center;
		font-size: 14px;
		line-height: 21px;
		font-weight: 400;
		color: #FFF;
		opacity: 0.5;
		transition: opacity 0.3s;
		text-transform: lowercase;
	}
	.virgo li:hover a,
	.virgo li.current a {
		opacity: 1;
	}
	.virgo li.current a {
		background-color: #5C5C5C;
		border-radius: 15px;
	}
	/* Hamburger */
	.ara {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 20px;
		text-indent: -999px;
		cursor: pointer;
		z-index: 4;
	}
	.ara span,
	.ara span:before,
	.ara span:after {
		width: 100%;
		height: 3px;
		background: white;
		position: absolute;
		display: block;
		content: '';
		transition: all 100ms;
	}
	.ara span {
		top: 8px;
	}
	.ara span:before {
		margin-top: -8px;
	}
	.ara span:after {
		margin-top: 8px;
	}
	.ara.active span {
		background-color: transparent;
	}
	.ara.active span:before,
	.ara.active span:after {
		top: 0;
		margin: 0;
	}
	.ara.active span:before {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
	.ara.active span:after {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}
	.ara-active {
		-ms-transform: translate(-288px, 0);
		-webkit-transform: translate(-288px, 0);
		transform: translate(-288px, 0);
	}
	/* Heading */
	.indus {
		margin: 60px 0 0 0;
	}
	.indus h1 {
		margin: 0 0 20px 0;
		font-size: 36px;
		font-weight: 300;
	}
	.indus p {
		font-size: 16px;
		line-height: 20px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 2-------------------------------------------------------------------------------------------------------------------------*/
	.cygnus:after {
		top: 50px;
	}
	.cygnus h2 {
		color: #999;
	}
	.cygnus h2 + p {
		margin: 0 0 105px 0;
	}
	.cygnus li {
		position: relative;
		float: left;
		width: 33.33%;
		margin: 0 0 85px 0;
		transition: left 0.8s, opacity 1.8s;
	}
	.cygnus ul:after {
		content: "";
		display: block;
		clear: both;
	}
	.cygnus h3 {
		position: relative;
		color: #009191;
		font-weight: 300;
		font-family: 'Roboto Slab', serif;
		margin: 0 0 28px 0;
		font-size: 21px;
	}
	.cygnus h3:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: #86B8B1;
		bottom: -17px;
		width: 10px;
		height: 2px;
	}
	.cygnus li p {
		position: relative;
		transition: left 1.2s;
		color: #DADADA;
		padding: 0 30px;
		font-size: 14px;
		line-height: 18px;
	}
	.en .cygnus li p {
		padding: 0 29px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 3-------------------------------------------------------------------------------------------------------------------------*/
	.crux {
		padding: 143px 0 0;
	}
	.crux h2 + p {
		margin: 0 0 80px 0;
	}
	.crux-list {
		margin: 0 -1.5%;
	}
	.crux-item {
		float: left;
		width: 33.33%;
	}
	.crux-list.enhanced .crux-item.current {
		width: 33.33%;
	}
	.crux-item div {
		display: block;
		padding: 25px;
	}
	.crux-item h3 {
		margin-top: 10%;
		font-size: 20px;
	}
	.crux-item a:hover h3 {
		margin-top: 35%;
	}
	.crux-item p {
		margin: 0 0 25px;
		font-size: 14px;
	}
	.crux-item span {
		bottom: 0;
		height: 30px;
		font-size: 16px;
	}
	.crux-item span:before {
		width: 30px;
		height: 30px;
		margin: 0 10px 0 0;
	}
	.crux-item a:hover span {
		bottom: 20px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 4 ------------------------------------------------------------------------------------------------------------------------*/
	.pyxis {
		padding: 70px 0 67px;
	}
	.pyxis h2 {
		margin: 0 0 60px 0;
		font-size: 22px;
	}
	.pyxis .slider {
		position: relative;
	}
	.pyxis ul {
		width: 100%;
	}
	.pyxis li {
		margin: 0 2.38%;
	}
	.pyxis li:first-child {
		margin-left: 0;
	}
	.pyxis li:last-child {
		margin-right: 0;
	}
	.pyxis li:nth-child(1) {
		width: 4.15%;
	}
	.pyxis li:nth-child(2) {
		width: 12.8%;
	}
	.pyxis li:nth-child(3) {
		width: 10.3%;
	}
	.pyxis li:nth-child(4) {
		width: 12.7%;
	}
	.pyxis li:nth-child(5) {
		width: 10%;
	}
	.pyxis li:nth-child(6) {
		width: 8.7%;
	}
	.pyxis li:nth-child(7) {
		width: 12.7%;
	}
	/*-----------------------------------------------------*/
	/* --- Section 5 ------------------------------------------------------------------------------------------------------------------------*/
	.fornax.ignited {
		background-image: url('../images/bg/fornax-0.jpg');
	}
	.fornax {
		padding: 153px 0 0;
	}
	.fornax h2 + p {
		margin: 0 0 80px 0;
	}
	.fornax li {
		float: left;
		width: 33.33%;
		margin: 0 0 100px 0;
	}
	.fornax h3 {
		font-size: 19px;
		line-height: 23px;
		margin: 0 0 18px 0;
		text-align: center;
	}
	.fornax ul p {
		padding: 0 15px;
		text-align: center;
		font-size: 14px;
		line-height: 20px;
	}
	.fornax .icon,
	.fornax .icon:before {
		float: none;
		width: 120px;
		height: 120px;
		line-height: 120px;
		margin: 0 auto 30px;
	}
	.fornax .icon:before {
		top: 120px;
		left: 120px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 6 ------------------------------------------------------------------------------------------------------------------------*/
	.puppis {
		padding: 110px 0 110px;
		background: #FFF;
	}
	.puppis h2:before {
		content: "";
		display: block;
		width: 44px;
		height: 50px;
		margin: 0 auto 33px;
		background: url('../images/icons/puppis.svg') no-repeat center;
	}
	.puppis h2 + p {
		margin: 0 0 70px 0;
	}
	.puppis h3 {
		margin: 0 0 31px 0;
		font-size: 23px;
		text-transform: uppercase;
		font-weight: 300;
	}
	.hydra-1 {
		width: 810px;
		max-width: 100%;
		margin: 0 auto 50px;
	}
	.orion-choice {
		padding: 0 15px;
	}
	.hydra-2 {
		width: 810px;
		max-width: 100%;
		margin: 0 auto 70px;
	}
	.hydra-2 .orion {
		padding: 0 15px;
	}
	.hydra-2 .orion textarea {
		height: 180px;
		background-color: #F0F0F0;
		border-color: #FFF;
	}
	.hydra-3 {
		width: 630px;
		max-width: 100%;
		margin: 0 auto 70px;
	}
	.hydra-3 h3 {
		margin: 0 0 61px 0;
	}
	.hydra-3 .orion {
		padding: 0 15px;
	}
	.hydra-4 {
		width: 810px;
		max-width: 100%;
		margin: 0 auto 90px;
	}
	.hydra-4 .orion {
		float: left;
		width: 33.33%;
		padding: 0 15px;
	}
	.hydra-4 .orion input {
		background-color: #F0F0F0;
		border-color: #FFF;
	}
	/*-----------------------------------------------------*/
	/* --- Section 7 ------------------------------------------------------------------------------------------------------------------------*/
	.canis {
		padding: 143px 0 80px;
	}
	.canis ul {
		margin: 0 auto 108px;
	}
	.canis form {
		padding: 0 15px;
	}
	/*-----------------------------------------------------*/
}
@media only screen and (min-width: 1024px) and (max-width: 1399px) {
	.pavo {
		width: 960px;
	}
	h2 {
		font-size: 50px;
		margin: 0 0 34px 0;
	}
	/* --- Section 1 ------------------------------------------------------------------------------------------------------------------------*/
	.vela {
		padding: 20px 0 70px;
		background-image: url('../images/bg/vela-0.jpg');
	}
	/* Planet */
	.formax {
		width: 520px;
		height: 520px;
	}
	/* Logo */
	.terrain a {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 46%;
		height: 6.5%;
		margin: auto;
		z-index: 2;
	}
	.terrain span {
		display: block;
		position: absolute;
		top: -125%;
		width: 100%;
		color: #6A0000;
		text-transform: uppercase;
		opacity: 0.5;
		text-align: center;
		font-size: 16px;
	}
	.terrain img {
		display: block;
		width: 100%;
		height: auto;
	}
	/* Main menu */
	.cassiopeia {
		position: absolute;
		top: 0;
		right: 0;
		top: 56px;
		right: -171px;
		height: auto;
		background: none;
	}
	.cassiopeia .urna li {
		position: relative;
		margin: 0 0 15px 0;
		float: right;
		clear: right;
	}
	.cassiopeia .urna a {
		position: relative;
		display: block;
		height: 24px;
		padding: 0 20px;
		font-size: 17px;
		line-height: 24px;
		text-transform: uppercase;
		text-align: right;
		font-weight: 600;
		color: #333;
		border: none;
		white-space: nowrap;
		background-color: #FFF;
		transition: padding 0.3s;
	}
	.cassiopeia .urna a:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: url('../images/cassiopeia.svg') no-repeat bottom left;
	}
	.cassiopeia .urna a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 10px;
		height: 100%;
		background-color: #171d6f;
		transition: transform 0.4s;
		z-index: -1;
	}
	.cassiopeia .urna a:hover {
		padding-right: 10px;
	}
	.cassiopeia .urna a:hover:after {
		transform: translate(10px, 0px);
	}
	.cassiopeia .urna li:nth-child(2) {
		width: 215px;
	}
	.cassiopeia .urna li:nth-child(3) {
		width: 209px;
	}
	.cassiopeia .urna li:nth-child(4) {
		width: 202px;
	}
	.cassiopeia .urna li:nth-child(5) {
		width: 184px;
	}
	.cassiopeia .urna li:nth-child(6) {
		width: 175px;
	}
	.cassiopeia .urna li:nth-child(7) {
		width: 164px;
	}
	.cassiopeia .urna li:nth-child(2) a:before {
		width: 76px;
		height: 85px;
		left: -74px;
	}
	.cassiopeia .urna li:nth-child(3) a:before {
		width: 55px;
		height: 64px;
		left: -52px;
	}
	.cassiopeia .urna li:nth-child(4) a:before {
		width: 35px;
		height: 44px;
		left: -32px;
	}
	.cassiopeia .urna li:nth-child(5) a:before {
		width: 25px;
		height: 34px;
		left: -23px;
	}
	.cassiopeia .urna li:nth-child(6) a:before {
		width: 15px;
		height: 26px;
		left: -12px;
	}
	/* width:колко да е дълъг елемента; height:колко нагоре-надолу спрямо блока; left:-колко наляво от блока */
	.cassiopeia .urna li:nth-child(7) a:before {
		width: 24px;
		height: 24px;
		left: -11px;
		background-position: top left;
	}
	/* последен блок */
	/* Languages */
	.virgo {
		display: block;
	}
	.virgo {
		position: absolute;
		top: -60px;
		right: 0;
	}
	.virgo li {
		float: left;
	}
	.virgo a {
		display: block;
		width: 25px;
		height: 25px;
		line-height: 21px;
		text-align: center;
		font-size: 14px;
		font-weight: 400;
		color: #FFF;
		opacity: 0.5;
		transition: opacity 0.3s;
		text-transform: lowercase;
	}
	.virgo li:hover a,
	.virgo li.current a {
		opacity: 1;
	}
	.virgo li.current a {
		background-color: #307CCD;
		border-radius: 100%;
	}
	/* Hamburger */
	.ara {
		display: none;
		visibility: hidden;
	}
	/* Heading */
	.indus {
		margin: 30px 0 0 0;
	}
	.indus h1 {
		margin: 0 0 20px 0;
		font-size: 24px;
		font-weight: 300;
	}
	.indus p {
		font-size: 20px;
		line-height: 20px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 2-------------------------------------------------------------------------------------------------------------------------*/
	.cygnus:after {
		top: 50px;
	}
	.cygnus h2 {
		color: #999;
	}
	.cygnus h2 + p {
		margin: 0 0 105px 0;
	}
	.cygnus h2 + p br {
		display: none;
		visibility: hidden;
	}
	.cygnus li {
		position: relative;
		float: left;
		width: 33.33%;
		margin: 0 0 85px 0;
		transition: left 0.8s, opacity 1.8s;
	}
	.cygnus ul:after {
		content: "";
		display: block;
		clear: both;
	}
	.cygnus h3 {
		position: relative;
		color: #009191;
		font-weight: 300;
		font-family: 'Roboto Slab', serif;
		margin: 0 0 28px 0;
		font-size: 24px;
	}
	.cygnus h3:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: #86B8B1;
		bottom: -17px;
		width: 10px;
		height: 2px;
	}
	.cygnus li p {
		position: relative;
		transition: left 1.2s;
		color: #DADADA;
		padding: 0 30px;
		font-size: 14px;
		line-height: 18px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 3-------------------------------------------------------------------------------------------------------------------------*/
	.crux {
		padding: 143px 0 0;
	}
	.crux h2 + p {
		margin: 0 0 80px 0;
	}
	.crux-list {
		margin: 0 -1.5%;
	}
	.crux-item {
		float: left;
		width: 33.33%;
	}
	.crux-item div {
		display: block;
		padding: 25px;
	}
	.crux-item h3 {
		margin-top: 30%;
		font-size: 24px;
	}
	.crux-item a:hover h3 {
		margin-top: 45%;
	}
	.crux-item p {
		margin: 0 0 25px;
		font-size: 14px;
	}
	.crux-item span {
		bottom: 0;
		height: 30px;
		font-size: 16px;
	}
	.crux-item span:before {
		width: 30px;
		height: 30px;
		margin: 0 10px 0 0;
	}
	.crux-item a:hover span {
		bottom: 30px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 4 ------------------------------------------------------------------------------------------------------------------------*/
	.pyxis {
		padding: 80px 20px 67px;
	}
	.pyxis h2 {
		margin: 0 0 60px 0;
		font-size: 22px;
	}
	.pyxis .slider {
		position: relative;
		padding-bottom: 0;
		margin: 0;
		overflow: hidden;
	}
	.pyxis ul {
		width: 100%;
	}
	.pyxis li {
		margin: 0 2.38%;
	}
	.pyxis li:first-child {
		margin-left: 0;
	}
	.pyxis li:last-child {
		margin-right: 0;
	}
	.pyxis li:nth-child(1) {
		width: 4.15%;
	}
	.pyxis li:nth-child(2) {
		width: 12.8%;
	}
	.pyxis li:nth-child(3) {
		width: 10.3%;
	}
	.pyxis li:nth-child(4) {
		width: 12.7%;
	}
	.pyxis li:nth-child(5) {
		width: 10%;
	}
	.pyxis li:nth-child(6) {
		width: 8.7%;
	}
	.pyxis li:nth-child(7) {
		width: 12.7%;
	}
	/*-----------------------------------------------------*/
	/* --- Section 5 ------------------------------------------------------------------------------------------------------------------------*/
	.fornax.ignited {
		background-image: url('../images/bg/fornax-0.jpg');
	}
	.fornax {
		padding: 143px 0 0;
	}
	.fornax h2 + p {
		margin: 0 0 60px 0;
	}
	.fornax h2 + p br {
		display: none;
		visibility: hidden;
	}
	.fornax li {
		float: left;
		width: 33.33%;
		margin: 0 0 80px 0;
	}
	.fornax h3 {
		font-size: 19px;
		line-height: 23px;
		margin: 0 0 18px 0;
		text-align: center;
	}
	.fornax ul p {
		padding: 0 30px;
		text-align: justify;
		font-size: 14px;
		line-height: 20px;
	}
	.fornax .icon,
	.fornax .icon:before {
		float: none;
		width: 120px;
		height: 120px;
		line-height: 120px;
		margin: 0 auto 25px;
	}
	.fornax .icon:before {
		top: 120px;
		left: 120px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 6 ------------------------------------------------------------------------------------------------------------------------*/
	.puppis {
		padding: 100px 0;
		background: #f9f9f9;
	}
	.puppis h2:before {
		content: "";
		display: block;
		width: 44px;
		height: 50px;
		margin: 0 auto 33px;
		background: url('../images/icons/puppis.svg') no-repeat center;
	}
	.puppis h2 + p {
		margin: 0 0 90px 0;
	}
	.puppis h3 {
		margin: 0 0 31px 0;
		font-size: 23px;
		text-transform: uppercase;
		font-weight: 300;
	}
	.hydra-1 {
		width: 810px;
		max-width: 100%;
		margin: 0 auto 60px;
	}
	.orion-choice {
		padding: 0 15px;
	}
	.hydra-2 {
		margin: 0 auto 80px;
	}
	.hydra-2 .orion {
		width: 600px;
		margin: 0 auto;
	}
	.hydra-2 .orion textarea {
		height: 180px;
		background-color: #F0F0F0;
		border-color: #FFF;
	}
	.hydra-3 {
		width: 630px;
		max-width: 100%;
		margin: 0 auto 80px;
	}
	.hydra-3 h3 {
		margin: 0 0 61px 0;
	}
	.hydra-3 .orion {
		padding: 0 15px;
	}
	.hydra-4 {
		width: 810px;
		max-width: 100%;
		margin: 0 auto 90px;
	}
	.hydra-4 .orion {
		float: left;
		width: 33.33%;
		padding: 0 15px;
	}
	.hydra-4 .orion input {
		background-color: #F0F0F0;
		border-color: #FFF;
	}
	/*-----------------------------------------------------*/
	/* --- Section 7 ------------------------------------------------------------------------------------------------------------------------*/
	.canis {
		padding: 143px 0 80px;
	}
	.canis ul {
		margin: 0 auto 108px;
	}
	.canis form {
		width: 600px;
	}
	/*-----------------------------------------------------*/
}
@media only screen and (min-width: 1400px) {
	.pavo {
		width: 1000px;
	}
	h2 {
		font-size: 50px;
		margin: 0 0 34px 0;
	}
	/* --- Section 1 ------------------------------------------------------------------------------------------------------------------------*/
	.vela {
		padding: 40px 0 70px;
		background-image: url('../images/bg/vela-0.jpg');
	}
	/* Planet */
	.formax {
		width: 620px;
		height: 620px;
	}
	/* Logo */
	.terrain a {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 41.9%;
		height: 6%;
		margin: auto;
		z-index: 2;
	}
	.terrain span {
		display: block;
		position: absolute;
		top: -125%;
		width: 100%;
		color: #6A0000;
		text-transform: uppercase;
		opacity: 0.5;
		text-align: center;
		font-size: 16px;
	}
	.terrain img {
		display: block;
		width: 100%;
		height: auto;
	}
	/* Main menu */
	.cassiopeia {
		position: absolute;
		top: 0;
		right: 0;
		top: 56px;
		right: -171px;
		height: auto;
		background: none;
	}
	.cassiopeia .urna li {
		position: relative;
		margin: 0 0 15px 0;
		float: right;
		clear: right;
	}
	.cassiopeia .urna a {
		position: relative;
		display: block;
		height: 24px;
		padding: 0 20px;
		font-size: 17px;
		line-height: 24px;
		text-transform: uppercase;
		text-align: right;
		font-weight: 600;
		color: #333;
		border: none;
		white-space: nowrap;
		background-color: #FFF;
		transition: padding 0.3s;
	}
	.cassiopeia .urna a:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: url('../images/cassiopeia.svg') no-repeat bottom left;
	}
	.cassiopeia .urna a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 10px;
		height: 100%;
		background-color: rgba(122, 2, 2, 0.5);
		transition: transform 0.4s;
		z-index: -1;
	}
	.cassiopeia .urna a:hover {
		padding-right: 10px;
	}
	.cassiopeia .urna a:hover:after {
		transform: translate(10px, 0px);
	}
	.cassiopeia .urna li:nth-child(2) {
		width: 215px;
	}
	.cassiopeia .urna li:nth-child(3) {
		width: 209px;
	}
	.cassiopeia .urna li:nth-child(4) {
		width: 202px;
	}
	.cassiopeia .urna li:nth-child(5) {
		width: 184px;
	}
	.cassiopeia .urna li:nth-child(6) {
		width: 175px;
	}
	.cassiopeia .urna li:nth-child(7) {
		width: 164px;
	}
	.cassiopeia .urna li:nth-child(2) a:before {
		width: 76px;
		height: 85px;
		left: -74px;
	}
	.cassiopeia .urna li:nth-child(3) a:before {
		width: 55px;
		height: 64px;
		left: -52px;
	}
	.cassiopeia .urna li:nth-child(4) a:before {
		width: 35px;
		height: 44px;
		left: -32px;
	}
	.cassiopeia .urna li:nth-child(5) a:before {
		width: 25px;
		height: 34px;
		left: -23px;
	}
	.cassiopeia .urna li:nth-child(6) a:before {
		width: 15px;
		height: 26px;
		left: -12px;
	}
	/* width:колко да е дълъг елемента; height:колко нагоре-надолу спрямо блока; left:-колко наляво от блока */
	.cassiopeia .urna li:nth-child(7) a:before {
		width: 24px;
		height: 24px;
		left: -11px;
		background-position: top left;
	}
	/* последен блок */
	/* Languages */
	.virgo {
		display: block;
	}
	.virgo {
		position: absolute;
		top: -80px;
		right: 0;
	}
	.virgo li {
		float: left;
	}
	.virgo a {
		display: block;
		width: 25px;
		height: 25px;
		line-height: 21px;
		text-align: center;
		font-size: 14px;
		font-weight: 400;
		color: #FFF;
		opacity: 0.5;
		transition: opacity 0.3s;
		text-transform: lowercase;
	}
	.virgo li:hover a,
	.virgo li.current a {
		opacity: 1;
	}
	.virgo li.current a {
		background-color: #DF1C1C;
		border-radius: 100%;
	}
	/* Hamburger */
	.ara {
		display: none;
		visibility: hidden;
	}
	/* Heading */
	.indus {
		margin: 60px 0 0 0;
	}
	.indus h1 {
		margin: 0 0 20px 0;
		font-size: 36px;
		font-weight: 300;
	}
	.indus p {
		font-size: 16px;
		line-height: 20px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 2-------------------------------------------------------------------------------------------------------------------------*/
	.cygnus:after {
		top: 50px;
	}
	.cygnus h2 {
		color: #999;
	}
	.cygnus h2 + p {
		margin: 0 0 105px 0;
	}
	.cygnus h2 + p br {
		display: none;
		visibility: hidden;
	}
	.cygnus li {
		position: relative;
		float: left;
		width: 33.33%;
		margin: 0 0 85px 0;
		transition: left 0.8s, opacity 1.8s;
	}
	.cygnus ul:after {
		content: "";
		display: block;
		clear: both;
	}
	.cygnus h3 {
		position: relative;
		color: #009191;
		font-weight: 300;
		font-family: 'Roboto Slab', serif;
		margin: 0 0 28px 0;
		font-size: 24px;
	}
	.cygnus h3:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: #86B8B1;
		bottom: -17px;
		width: 10px;
		height: 2px;
	}
	.cygnus li p {
		position: relative;
		transition: left 1.2s;
		color: #DADADA;
		padding: 0 30px;
		font-size: 14px;
		line-height: 18px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 3-------------------------------------------------------------------------------------------------------------------------*/
	.crux {
		padding: 163px 0 0;
	}
	.crux h2 + p {
		margin: 0 0 80px 0;
	}
	.crux-list {
		margin: 0 -1.5%;
	}
	.crux-item {
		float: left;
		width: 33.33%;
	}
	.crux-item div {
		display: block;
		padding: 25px;
	}
	.crux-item h3 {
		margin-top: 30%;
		font-size: 24px;
	}
	.crux-item a:hover h3 {
		margin-top: 55%;
	}
	.crux-item p {
		margin: 0 0 25px;
		font-size: 14px;
	}
	.crux-item span {
		bottom: 0;
		height: 30px;
		font-size: 16px;
	}
	.crux-item span:before {
		width: 30px;
		height: 30px;
		margin: 0 10px 0 0;
	}
	.crux-item a:hover span {
		bottom: 30px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 4 ------------------------------------------------------------------------------------------------------------------------*/
	.pyxis {
		padding: 80px 20px 67px;
	}
	.pyxis h2 {
		margin: 0 0 60px 0;
		font-size: 22px;
	}
	.pyxis .slider {
		position: relative;
		padding-bottom: 0;
		margin: 0;
		overflow: hidden;
	}
	.pyxis ul {
		width: 100%;
	}
	.pyxis li {
		margin: 0 2.38%;
	}
	.pyxis li:first-child {
		margin-left: 0;
	}
	.pyxis li:last-child {
		margin-right: 0;
	}
	.pyxis li:nth-child(1) {
		width: 4.15%;
	}
	.pyxis li:nth-child(2) {
		width: 12.8%;
	}
	.pyxis li:nth-child(3) {
		width: 10.3%;
	}
	.pyxis li:nth-child(4) {
		width: 12.7%;
	}
	.pyxis li:nth-child(5) {
		width: 10%;
	}
	.pyxis li:nth-child(6) {
		width: 8.7%;
	}
	.pyxis li:nth-child(7) {
		width: 12.7%;
	}
	/*-----------------------------------------------------*/
	/* --- Section 5 ------------------------------------------------------------------------------------------------------------------------*/
	.fornax.ignited {
		background-image: url('../images/bg/fornax-0.jpg');
	}
	.fornax {
		padding: 183px 0 0;
	}
	.fornax h2 + p {
		margin: 0 0 80px 0;
	}
	.fornax h2 + p br {
		display: none;
		visibility: hidden;
	}
	.fornax li {
		float: left;
		width: 33.33%;
		margin: 0 0 100px 0;
	}
	.fornax h3 {
		font-size: 19px;
		line-height: 23px;
		margin: 0 0 18px 0;
		text-align: center;
	}
	.fornax ul p {
		padding: 0 30px;
		text-align: center;
		font-size: 14px;
		line-height: 20px;
	}
	.fornax .icon,
	.fornax .icon:before {
		float: none;
		width: 120px;
		height: 120px;
		line-height: 120px;
		margin: 0 auto 30px;
	}
	.fornax .icon:before {
		top: 120px;
		left: 120px;
	}
	/*-----------------------------------------------------*/
	/* --- Section 6 ------------------------------------------------------------------------------------------------------------------------*/
	.puppis {
		padding: 110px 0;
		background: #f9f9f9;
	}
	.puppis h2:before {
		content: "";
		display: block;
		width: 44px;
		height: 50px;
		margin: 0 auto 33px;
		background: url('../images/icons/puppis.svg') no-repeat center;
	}
	.puppis h2 + p {
		margin: 0 0 100px 0;
	}
	.puppis h3 {
		margin: 0 0 31px 0;
		font-size: 23px;
		text-transform: uppercase;
		font-weight: 300;
	}
	.hydra-1 {
		width: 810px;
		max-width: 100%;
		margin: 0 auto 70px;
	}
	.orion-choice {
		padding: 0 15px;
	}
	.hydra-2 {
		margin: 0 auto 90px;
	}
	.hydra-2 .orion {
		width: 600px;
		margin: 0 auto;
	}
	.hydra-2 .orion textarea {
		height: 180px;
		background-color: #F0F0F0;
		border-color: #FFF;
	}
	.hydra-3 {
		width: 630px;
		max-width: 100%;
		margin: 0 auto 90px;
	}
	.hydra-3 h3 {
		margin: 0 0 61px 0;
	}
	.hydra-3 .orion {
		padding: 0 15px;
	}
	.hydra-4 {
		width: 810px;
		max-width: 100%;
		margin: 0 auto 90px;
	}
	.hydra-4 .orion {
		float: left;
		width: 33.33%;
		padding: 0 15px;
	}
	.hydra-4 .orion input {
		background-color: #F0F0F0;
		border-color: #FFF;
	}
	/*-----------------------------------------------------*/
	/* --- Section 7 ------------------------------------------------------------------------------------------------------------------------*/
	.canis {
		padding: 163px 0 80px;
	}
	.canis ul {
		margin: 0 auto 108px;
	}
	.canis form {
		width: 600px;
	}
	/*-----------------------------------------------------*/
}
/*-----------------------------------------------------*/

/*--- Ajax content
/*-----------------------------------------------------*/

.ajax-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999999999999999999;
	opacity: 1 !important;
}
.ajax-content-inner {
	position: relative;
	display: block;
	width: 1480px;
	max-width: 90%;
	opacity: 0;
	margin: 0 auto;
	box-sizing: border-box;
	background: #FFF;
	transition: all 0.4s;
}
.ajax-content-close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	z-index: 9;
	background: url('../images/icons/ajax-content-close.svg') no-repeat center;
	background-size: contain;
	border: 5px solid rgba(0, 0, 0, 0);
	text-indent: -999px;
	overflow: hidden;
}
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/

/*--- Project
/*-----------------------------------------------------*/

.project {
	background-color: #FFF;
}
.ajax-content .project {
	margin-top: 20px;
}
.project-prev,
.project-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.project-prev:before,
.project-next:after {
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	margin: -12px 0 0 0;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.5;
	transition: all .3s;
}
.project-prev:hover:before,
.project-next:hover:after {
	opacity: 1;
}
.project-prev {
	left: 20px;
	padding-left: 30px;
}
.project-prev:before {
	left: 0;
	background-image: url('../images/icons/project-prev.svg');
}
.project-next {
	right: 20px;
	padding-right: 30px;
}
.project-next:after {
	right: 0;
	background-image: url('../images/icons/project-next.svg');
}
.project-heading h1 {
	font-family: 'Roboto Slab', sans-serif;
	line-height: 100%;
	font-weight: 400;
	color: #555;
	word-spacing: 5px;
}
.project-heading p {
	padding: 5px 0 10px;
	margin: 0;
	border-bottom: 1px solid #DDD;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	line-height: 120%;
	font-weight: 300;
	color: #A5A5A5;
}
.project-text {
	position: relative;
	padding: 0 10% 5%;
}
.project-text:after {
	content: "";
	display: block;
	clear: both;
}
.project-description {
	box-sizing: border-box;
}
.project-description p {
	margin: 0 0 13px;
	font-size: 16px;
	color: #666;
}
.project-description a {
	display: inline-block;
	margin: 20px 0 0;
	font-size: 16px;
	color: #0068F7;
}
.project-description a:last-child {
	margin: 0;
}
.project-description a span {
	color: #A5A5A5;
}
.project-details {
	box-sizing: border-box;
}
.project-details h2 {
	margin: 0 0 10px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 26px;
	line-height: 100%;
	text-transform: none;
	font-weight: 300;
}
.project-details h2:after {
	display: none;
}
.project-features {
	margin: 10% 0 0;
	color: #A5A5A5;
	box-sizing: border-box;
}
.project-features h3 {
	font-size: 14px;
	text-transform: uppercase;
}
.project-features p {
	font-size: 14px;
}
.project-images img {
	display: block;
	width: 100%;
	height: auto;
}
.project-reviews {
	background-color: #EFEFEF;
	text-align: center;
}
.project-reviews p:nth-child(1) {
	margin-bottom: 10px;
}
.project-reviews p i {
	position: relative;
	display: block;
	font-weight: 300;
}
.project-reviews p i:before {
	content: "“";
	display: block;
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	width: 72px;
	height: 36px;
	margin: 0 auto;
	font-family: Georgia;
	font-size: 72px;
	line-height: 100%;
	color: #FF0000;
}
.project-actions {
	position: relative;
	height: 80px;
	line-height: 80px;
	background-color: #3C3C3C;
	text-align: center;
}
.project-actions a {
	color: #939393;
	text-transform: uppercase;
}
.project-actions a:hover {
	color: #FFF;
}
.project-contact {
	padding: 45px;
	background-color: #FFF;
}
.project-contact h3 {
	margin: 0 0 35px;
	font-family: 'Roboto Slab', sans-serif;
	line-height: 100%;
	font-size: 22px;
	font-weight: 400;
	color: #666;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.project-prev,
	.project-next {
		text-indent: -999px;
		overflow: hidden;
	}
}
@media only screen and (max-width: 767px) {
	.project-heading {
		padding: 15% 10% 10%;
	}
	.project-heading h1 {
		font-size: 30px;
	}
	.project-description {
		margin: 0 0 10%;
	}
	.project-description a span span,
	.project-description a span:nth-child(2) {
		display: none;
	}
	.project-details {
		margin: 0 0 10%;
	}
	.project-reviews {
		padding: 20% 10% 10%;
	}
	.project-reviews p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 768px) {
	.project-heading {
		padding: 5% 10%;
	}
	.project-heading h1 {
		font-size: 38px;
	}
	.project-description {
		float: left;
		width: 66.66%;
		padding: 0 5% 0 0;
	}
	.project-details {
		float: left;
		width: 33.33%;
		padding: 0 0 0 5%;
	}
	.project-reviews {
		padding: 7% 10% 5%;
	}
	.project-reviews p {
		font-size: 18px;
	}
}
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/

.header {
	position: relative;
	height: 80px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #F7161C;
	z-index: 1;
}
.header .logo {
	position: relative;
	display: block;
	top: -40px;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background: url('../images/planet.jpg') no-repeat center #FFCAC0;
	background-size: cover;
	border-radius: 100%;
}
.header .logo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 125px;
	height: auto;
	margin: auto;
}
/* Offer */

.client.offer .canis {
	background-color: #FFF;
}
.client.offer h2 {
	text-transform: none;
}
.client.offer .offer-list {
	margin: 0 0 40px;
}
.client.offer .offer-list:after {
	content: "";
	display: block;
	clear: both;
}
.client.offer .offer-list li {
	margin: 0 0 50px;
	box-sizing: border-box;
}
.client.offer .offer-list h3 {
	margin: 0 0 20px;
	color: #F54040;
	font-size: 22px;
}
.client.offer .offer-list h3:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	margin: 10px auto 0;
	background-color: #F54040;
}
@media only screen and (min-width: 768px) {
	.client.offer .offer-list li {
		width: 50%;
		float: left;
		padding: 0 30px;
	}
}
/*-----------------------------------------------------*/