* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
}

html, body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	width: 100%;
	min-width: 900px;
	background: #ffffff;
}

body {
	position: relative;
	color: #273642;
	font-size: 1.4rem;
	line-height: 1.5;
}

form {
	margin: 0 0 16px 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

textarea {
	resize: vertical;
}

button, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	vertical-align: middle;
	border: none;
}

a {
	color: #273642;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus, input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	position: relative;
}


ul.marks {
	list-style-type: circle;
	padding-left: 15px;
}

.skiplink, .anchor {
	position: absolute;
	text-indent: -9999em;
}

header, section, footer {
	
}

hr {
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	height: 0px;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

p {
	margin: 0 0 16px 0;
}

em {
	font-weight: 700;
	font-style: normal;
}

h1 {
	margin: 0;
	display: inline;
}

h2 {
	margin: 0;
	background: url(../img/divider.png) center bottom no-repeat;
	background-size: 258px 3px;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 7.8rem;
	text-transform: uppercase;
	text-align: center;
}

h3 {
	margin: 0;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 6.4rem;
	text-transform: uppercase;
	text-align: center;
	color: #60b8e9;
}

h4 {
	margin: 0 0 8px 0;
	font-weight: 700;
	text-transform: uppercase;
}

article {
	margin: 20px 0;
}

.wrapper {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}

section .wrapper {
	padding: 40px 20px;
}

.button {
	display: inline-block;
	margin: 16px 0 0 0;
	padding: 0 20px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 33px;
	height: 33px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #5ed06d;
}

.button:hover {
	color: rgba(255, 255, 255, 0.8);
	background: #51ca61;
}

header {
	position: fixed;
	height: 75px;
	line-height: 75px;
	background: rgba(255, 255, 255, 0.95);
	top: 0;
	left: 0;
	right: 0;
	min-width: 900px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	z-index: 1000;
}

header img {
	width: 180px;
	margin: 0 -5px;
	vertical-align: initial;
}

header nav {
	
}

header nav ul {
	float: right;
	height: 76px;
}

header nav ul li {
	display: inline-block;
	margin: 0 0 0 25px;
	line-height: 75px;
}

header nav ul li a {
	font-weight: 700;
	font-size: 1.3rem;
	text-transform: uppercase;
	text-decoration: none;
	color: #273642;
}

header nav ul li a:hover {
	text-decoration: none;
	color: #60b8e9;
}

header nav .button-menu {
	display: none;
}

footer {
	height: 75px;
	line-height: 75px;
	background: #b0bec8;
	color: #FFFFFF;
}

footer .copyright {
	margin: 0;
	font-weight: 300;
	font-size: 1.3rem;
}

footer .language {
	display: inline-block;
	float: right;
	height: 76px;
	margin: 0 0 0 30px;
	line-height: 75px;
	font-weight: 700;
	font-size: 1.3rem;
	text-transform: uppercase;
}

footer .language, footer .language a {
	color: rgba(255, 255, 255, 0.5);
}

footer .language a.active, footer .language a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.intro {
	margin: 75px 0 0 0;
	min-height: 420px;
	background: url(../img/bg-intro.jpg) #365678 center center no-repeat;
	background-size: cover;
}

.intro article {
	width: 66%;
}

.intro article p {
	font-family: "PT Sans", "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 3.8rem;
	font-style: italic;
	color: #FFFFFF;
	line-height: 1.2;
}

.intro article p span {
	color: #5ed06d;
}

.about {
	
}

.about article {
	width: 100%;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.about article section {
	-webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1; /* OLD - Firefox 19- */
	-webkit-flex: 1; /* Chrome */
	-ms-flex: 1; /* IE 10 */
	flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.about article section:nth-child(odd) {
	padding-right: 20px;
}

.about article section:nth-child(even) {
	padding-left: 20px;
}

.about .pointlist {
	margin: 40px 0 20px 0;
}

.about .pointlist ol {
	width: 100%;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.about .pointlist ol li {
	padding: 0 20px;
	-webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1; /* OLD - Firefox 19- */
	-webkit-flex: 1; /* Chrome */
	-ms-flex: 1; /* IE 10 */
	flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	text-align: center;
}

.about .pointlist ol li:first-child {
	padding-left: 0;
}

.about .pointlist ol li:last-child {
	padding-right: 0;
}

.about .pointlist ol li img {
	width: 40px;
	height: 36px;
	margin: 0 0 8px 0;
}

.prices {
	min-height: 420px;
	background: url(../img/bg-prices.jpg) #365678 center center no-repeat;
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
}

.prices h3 {
	color: #FFFFFF;
}

.prices article p {
	font-size: 1.8rem;
}

.experiences {
	
}

.experiences .carrousel {
	position: relative;
	margin: 20px 30px;
}

.experiences .carrousel ol {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
}

.experiences .carrousel ol li {
	display: inline-block;
	width: 100%;
	margin: 0 -100% 0 0;
	white-space: normal;
	font-size: 1.4rem;
	vertical-align: top;
	text-align: center;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.75s ease-in-out;
	-moz-transition: all 0.75s ease-in-out;
	-ms-transition: all 0.75s ease-in-out;
	-o-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
}

.experiences .carrousel ol li.active {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.experiences .carrousel ol li img {
	margin: 0 0 20px 0;
}

.experiences .carrousel .button_previous, .experiences .carrousel .button_next
	{
	position: absolute;
	top: 50%;
	text-indent: -9999em;
	width: 30px;
	height: 30px;
	margin: -7px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: none;
}

.experiences .carrousel .button_previous {
	left: -30px;
	background: url(../img/button-prev.png) transparent 9px center no-repeat;
	background-size: 10px 14px;
}

.experiences .carrousel .button_next {
	right: -30px;
	background: url(../img/button-next.png) transparent 11px center
		no-repeat;
	background-size: 10px 14px;
}

.experiences .carrousel .button_previous:hover, .experiences .carrousel .button_next:hover
	{
	background-color: #fafafb;
}

.partners {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.partners .partnerlist {
	margin: 20px 0;
}

.partners .partnerlist ol {
	width: 100%;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.partners .partnerlist ol li {
	padding: 0 20px;
	-webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1; /* OLD - Firefox 19- */
	-webkit-flex: 1; /* Chrome */
	-ms-flex: 1; /* IE 10 */
	flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	text-align: center;
}

.partners .partnerlist ol li:first-child {
	padding-left: 0;
}

.partners .partnerlist ol li:last-child {
	padding-right: 0;
}

.partners .partnerlist ol li img {
	margin: 0 0 20px 0;
}

.apply {
	background: #f9fafb;
	text-align: center;
}

.apply article p {
	font-size: 1.8rem;
}

.apply article p.message {
	margin: 16px 0 0 0;
	font-family: "PT Sans", "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #5ed06d;
	font-style: italic;
}

.apply article input {
	width: 33%;
	margin: 0 8px 0 0;
	padding: 0 4px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #b0bec8;
	background: #FFFFFF;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	color: #273642;
	vertical-align: middle;
}

.apply article input:disabled {
	color: #999999;
}

.apply article button {
	margin: 0;
	vertical-align: middle;
}

.apply article button:disabled, .contactform  button:disabled {
	color: #FFFFFF;
	background: #999999;
}

.contact {
	background: #e4ecf2;
}

.contact .wrapper {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.contact .contactlist {
	margin: 0;
	padding: 0;
	-webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1; /* OLD - Firefox 19- */
	-webkit-flex: 1; /* Chrome */
	-ms-flex: 1; /* IE 10 */
	flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.contact .contactlist li {
	margin: 16px 0;
	padding: 1px 0 0 24px;
	background: transparent 0px 0px no-repeat;
	background-size: 18px 20px;
	font-size: 1.3rem;
}

.contact .contactlist li.address {
	background-image: url(../img/icon-address.png);
}

.contact .contactlist li.phone {
	background-image: url(../img/icon-phone.png);
}

.contact .contactlist li.mail {
	background-image: url(../img/icon-mail.png);
}

.contact .contactlist li.facebook {
	background-image: url(../img/icon-facebook.png);
}

.contact .contactlist li.twitter {
	background-image: url(../img/icon-twitter.png);
}

.contact .contactlist li.linkedin {
	background-image: url(../img/icon-linkedin.png);
}

.contact .contactlist li.googleplus {
	background-image: url(../img/GooglePlusPages.png);
}

.contact .contactform {
	margin: 0;
	padding: 0;
	-webkit-box-flex: 2; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 2; /* OLD - Firefox 19- */
	-webkit-flex: 2; /* Chrome */
	-ms-flex: 2; /* IE 10 */
	flex: 2; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.contact .contactform input {
	width: 33%;
	margin: 8px 0 0 0.5%;
	padding: 4px;
	border: 1px solid #b0bec8;
	background: #fafafb;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	color: #273642;
}

.contact .contactform input:first-child {
	margin-left: 0;
}

.contact .contactform textarea {
	width: 100%;
	height: 80px;
	margin: 8px 0;
	padding: 4px;
	border: 1px solid #b0bec8;
	background: #fafafb;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	color: #273642;
}

.contact .contactform button {
	display: inline-block;
	margin: 0 0 0 auto;
	font-size: 1.3rem;
}