/*-------------------------------------------------------Reset------------------------------------------------------*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

::selection {
	background: rgba(0,0,0,0.25);
}
/*-------------------------------------------------------SOCIAL---------------------------------------------------*/

#social-all{
	position:fixed; /*absolute*/
	right:5%;
	top:10px;
	z-index:200;
}
#social-all a{
	color:#f0eee1;
	display:inline;
	font-size:20px;
	text-decoration:none;
}
#social-all .fa-facebook{
	background:#1b70c6;
	width:50px;
	height:50px;
	padding: 15px 20px 10px 10px;
	text-align:right;
	position:relative;
	transition:all .25s ease;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-o-transition:all .25s ease;
}

#social-all .fa-twitter{
	background:#54b1f3;
	width:50px;
	height:50px;
	padding: 15px 15px 10px 10px;
	text-align:right;
	position:relative;
	transition:all .25s ease;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-o-transition:all .25s ease;
}
#social-all .fa-instagram{
	background:#ed1b24;
	width:50px;
	height:50px;
	padding: 15px 15px 10px 10px;
	text-align:right;
	position:relative;
	transition:all .25s ease;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-o-transition:all .25s ease;
}
#social-all .fa-rss{
	background:#e84e0f;
	width:50px;
	height:50px;
	padding:15px;
	padding: 15px 25px 10px 17.5px;
	position:relative;
	transition:all .25s ease;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-o-transition:all .25s ease;
}
#social-all .langue{
	background:#030d18;
	width:50px;
	height:50px;
	padding:12px;
	position:relative;
	transition:all .25s ease;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-o-transition:all .25s ease;
}
#social-all .fa-instagram:hover, 
#social-all .fa-facebook:hover, 
#social-all .fa-twitter:hover, 
#social-all .fa-rss:hover,
#social-all .langue:hover{
	background:#f0eee1;
}

#social-all .fa-instagram:hover{
	color:#ed1b24;
} 
#social-all .fa-facebook:hover{
	color:#1b70c6;
} 
#social-all .fa-twitter:hover{
	color:#54b1f3;
} 
#social-all .fa-rss:hover{
	color:#e84e0f;
}
#social-all .langue:hover{
	Color:#030d18;
}

@media only screen and (max-width: 410px) {
	#social-all{
		right:5%;
		top:15px;
	}
	#social-all .fa-facebook{
		width:40px;
		height:40px;
		padding: 10px 14px 8px 8px;	
	}
	#social-all .fa-twitter{
		width:40px;
		height:40px;
		padding: 10px 10px 8px 8px;
	}
	#social-all .fa-instagram{
		width:40px;
		height:40px;
		padding: 10px 11px 8px 8px;
	}
	#social-all .fa-rss{
		width:40px;
		height:40px;
		padding:12px;
		padding: 10px 18px 8px 14px;
	}
	#social-all .langue{
		width:40px;
		height:40px;
		padding:7.5px;
	}
}
/*-------------------------------------------------------Menu-----------------------------------------------------------*/
.fa-home,
.fa-folder-open,
.fa-envelope,
.fa-users,
.fa-cogs{
	font-size:36px;
	color:grey;
}

.fa-home:hover,
.fa-folder-open:hover,
.fa-envelope:hover,
.fa-users:hover,
.fa-cogs:hover{
	color:lightgrey;
}

@media only screen and (max-width: 1170px) {
.fa-home,
.fa-folder-open,
.fa-envelope,
.fa-users,
.fa-cogs{
	opacity:0;
}	

h2{
	padding-top: 70px;
}
}

/*----------------------------------------------------Hover Images-----------------------------------------------------*/
.grid {
	padding: 0px 0px 20px 0px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	margin: 0;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #030d18;
	color: #ed1b24;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}

.grid figcaption span:before {
	content: 'by ';
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	display: inline-block;
	background: #ed1b24;
	color: #fff;
	transition:all .25s ease;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-o-transition:all .25s ease;
}

.grid figcaption a:hover {
	background: lightgrey;
	color:#ed1b24;
}

.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 70px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	top: 22px;
	right: 20px;
}

/*-------------------------------------------------------Docs-----------------------------------------------------------------*/
.description-six-colonne{
	display:inline-block;
	width:33%; /*Marge entre "doc"*/
	text-align:center;
}
@media only screen and (max-width: 1290px) {
	.description-six-colonne{
		width:32%; /*Marge entre "doc"*/
	}
}
@media only screen and (max-width: 794px) {
	.description-six-colonne{
		width:16%; /*Marge entre "doc"*/
		margin-left:20%;
		text-align:center;
	}
}

.icones-description{
	width:75px;
	height:75px;
	/*border:2px solid #ed1b24;*/
	background:transparent;
	color:#ed1b24;
	margin:30px auto;
	cursor:pointer;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
    -o-transition: all .25s ease;
	transition:all .25s ease;
}
.icones-description a:nth-child(1){
	color: #ed1b24;
	/*padding:70px 40px 45px 40px;*/
}
.icones-description a{
	color: #ed1b24;
	/*padding:70px 30px 45px 30px;*/
}

.icones-description:hover{
	/*background:#ed1b24;*/
	color:#fff;
	/*-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
	-ms-transition: all .5s ease;
    -o-transition: all .25s ease;
	transition:all .25s ease;*/
}
.icones-description:hover > a{
	color:rgba(3, 13, 24, 0.85);
	/*text-shadow:-1px 2px #ed1b24, 2px 1px #ed1b24, 1px 2px #ed1b24, 2px -1px #ed1b24;*/

	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
    -o-transition: all .25s ease;
	transition:all .25s ease;
}

.icones-description span{
	font-size:4.5rem;
}

/* -----------------------------------------------------OBS----------------------------------------------------------- */
.cd-testimonials-wrapper {
  position: relative;
  background-color: #030d18;
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 50px 50px 50px;
}
.cd-testimonials-wrapper::after {
  /* quotation mark */
  content: '\201C';
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  margin-left: -25px;
  background: #ed1b24;
  color: #f0eee1;
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  /* visible on big devices only */
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 4em auto;
    padding: 50px 50px 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block;
  }
}

.cd-testimonials {
  color: white;
  text-align: center;
}
.cd-testimonials:after {
  content: "";
  display: table;
  clear: both;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  font-family: "Open Sans", serif;
  line-height: 1.4;
  padding: 0 14px;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.6;
  }
}

.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author img {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
  font-family: "Raleway", serif;
  font-weight:600;

}
.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6b6b70;
}
@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 100px;
    height: 100px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.red{
	color:#ed1b24;
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.no-touch .flex-direction-nav li a:hover {
	  background-color: #ed1b24;
	  opacity:0.8;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 55%;
  width: 2px;
  height: 13px;
  background-color: white;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #5e5e63;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: white;
  }
}

/*-----------------------------------------------------Formulaire--------------------------------------------------*/
#formulaire_content h2{
	text-align:center;
	font-weight:300;
	font-family: "Open Sans", serif;
	font-size:2rem;
	margin-bottom:30px;
}
#formulaire-left{
	display:inline-block;
	width:45%;
	vertical-align:top;
	margin-right:20px;
}
#formulaire-right{
	display:inline-block;
	width:48%;
	vertical-align:top;
}

form{
	margin:0 auto;
	padding:0;
}
form div{
	margin:15px auto;
	padding:0;
	width:60%;
	text-align:center;
}
input{
	font-weight:300;
	font-family: "Open Sans", serif;
	font-size:16px;
	padding:9px;
	/*border:1px solid rgba(0,0,0,0.2);*/
}

.prenom-form{
	width:32%; /*49*/
	display:inline-block;
	margin-right:1.5%;
	margin:5px 1.5% 10px 0px;
	background: #f0eee1;
	border-top: red;
}
.nom-form{
	width:32%; /*49*/
	display:inline-block;
	margin:5px 0px 5px 0px;
	background: #f0eee1;
	border-top: red;
}
.email-form{
	display:inline-block;
	width:32%;
	margin:10px auto;
	margin-bottom:10px;
	/*border:1px solid rgba(0,0,0,0.2);*/
	background: #f0eee1;
	border-top: red;
}

input:focus {
	outline-color: transparent;
	outline-style: none;
	border-left:2px solid #ed1b24;
	box-shadow:0;
}
input[type=submit], input[type=reset]{
	padding:11px 35px;
	letter-spacing:1px;
	background:#f0eee1;
	border:2px solid #ed1b24;
	margin:0 auto;
	font-family: "Open Sans", serif;
	color:#ed1b24;
	border-radius:0;
	cursor:pointer;
	text-transform:uppercase;
	font-size:1.1rem;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
}
input[type=submit]:hover, input[type=reset]:hover{
	color:#fff;
	background:#ed1b24;
	font-family: "Open Sans", serif;
}
textarea{
	margin:8px 0px;
	margin-bottom:20px;
	width:100%;
	max-width:100%;
	height:165px;
	max-height:200px;
	font-weight:300;
	font-family: "Open Sans", serif;
	font-size:15px;
	/*border:1px solid rgba(0,0,0,0.2);*/
	padding:8px;
	background: #f0eee1;
	border-bottom: red;
	border-left: red;
	border-right: red;
}
textarea:focus {
	outline-color: transparent;
	outline-style: none;
	border-top:1px solid #ed1b24;
	box-shadow:0;
}

#right-contact p{
	color:#f0eee1;
}
#coordonnee-contact{
	margin-left:10px;
}
#coordonnee-contact span{
	display:inline-block;
	position:relative;
	top:3px;
}
#coordonnee-contact p{
	display:inline-block;
	color:#f0eee1;
	clear:both;
	margin-left:5px;
	font-size:16px;
}
/* -------------------------------- 

Primary style

-------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  color: #030d18;
  background-color: #f0eee1;
}

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

img {
  max-width: 100%;
}

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

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 65%;
  margin: 0 auto;
}
.cd-container:after {
  display: table;
  clear: both;
}

.has-top-margin {
  /* this class is given - using jQuery - to the .cd-main-content following the .cd-secondary-nav when it becomes fixed */
}
@media only screen and (max-width: 1170px){
	.cd-container {
	  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	  width: 85%;
	  margin: 0 auto;
	}
}
@media only screen and (min-width: 1170px) {
  .has-top-margin {
    -webkit-animation: animate-margin-top 0.3s;
    -moz-animation: animate-margin-top 0.3s;
    animation: animate-margin-top 0.3s;
    margin-top: 70px;
  }
  .cd-container-3 {
	  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	  width: 85%;
	  margin: 0 auto;
	}
}

@-webkit-keyframes animate-margin-top {
  0% {
    margin-top: 100px;
  }

  100% {
    margin-top: 70px;
  }
}
@-moz-keyframes animate-margin-top {
  0% {
    margin-top: 100px;
  }

  100% {
    margin-top: 70px;
  }
}
@keyframes animate-margin-top {
  0% {
    margin-top: 100px;
  }

  100% {
    margin-top: 70px;
  }
}
/* -------------------------------- 

Navigation

-------------------------------- */
.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #030d18;
  z-index: 3;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
	top: -70px;
    height: 70px;
    background-color: transparent;
    box-shadow: none;
  }
	#cd-logo {
		top:0;
	}	
}

#cd-logo {
  float: left;
  margin: 10px 0 0 5%;
  width:250px;
}
#cd-logo img {
  display: block;
}
@media only screen and (min-width: 768px) {
  #cd-logo {
    margin: 10px 0 0 5%;
	opacity:1;
	position: fixed;
  }
}


.cd-primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../img/cd-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
}
.cd-primary-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-primary-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-primary-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #000101;
  border-top: 1px solid #051426;
  color: #f0eee1;
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
  }
  .cd-primary-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-primary-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-primary-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-primary-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #030d18;
  }
}

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

Intro

-------------------------------- */
#play{
    font-size: 4rem;
    font-weight: 600;
    color: #ed1b24;
}
#play:hover{
    font-size: 4rem;
    font-weight: 600;
    color: #f0eee1;
}
a#play{
    font-size: 4rem;
    font-weight: 600;
    color: #ed1b24;
}
a#play:hover{
    font-size: 4rem;
    font-weight: 600;
    color: #f0eee1;
}
.play{
    font-size: 4rem;
    font-weight: 600;
    color: #ed1b24;
}
.play:hover{
    font-size: 4rem;
    font-weight: 600;
    color: #f0eee1;
}

@font-face {
font-family: 'Naipol';
src: url('css/police/Naipol.ttf');
font-weight: normal;
font-style: normal;
}

#cd-intro {
  position: relative;
  height: 300px;
  background: url(../img/background.jpg) no-repeat center center;
  background-size: cover;
  z-index: 2;
}
#cd-intro #cd-intro-tagline {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  padding-top: 120px;
}
#cd-intro h1 {
  font-family: 'Raleway', Calibri, Arial, sans-serif;
  font-size: 24px;
  font-size: 3rem;
  font-weight: 100;
  color: #f0eee1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  #cd-intro {
    height: 400px;
  }
  #cd-intro #cd-intro-tagline {
    padding-top: 100px;
  }
  #cd-intro h1 {
    font-size: 32px;
    font-size: 6rem;
  }
}

@media only screen and (max-width: 768px) {
	#cd-intro {
		height: 400px;
	}
}

/*----------Mobile adaptation-----------------*/
@media only screen and (max-width: 480px) {
	#cd-intro {
		height: 500px;
	}
	#cd-logo {
		position: fixed;
		clip: rect(0px, 75px, 75px, 0px);
		/*clip: rect(<top>, <right>, <bottom>, <left>);*/
	}	
}

@media only screen and (min-width: 1170px) {
  #cd-intro {
    height: 655px; /*675=full 1600*900*/
  }
  #cd-intro #cd-intro-tagline {
    padding-top: 200px;
  }
}

.cd-btn {
	font-family: 'Raleway', Calibri, Arial, sans-serif;
	display: inline-block;
	padding: 1em 1.8em;
	margin-top: 1em;
	font-size:0.85em;
	color: white;
}

@media only screen and (min-width: 768px) {
  .cd-btn {
    font-size: 32px;
    font-size: 1em;
  }
}

@media only screen and (min-width: 1170px) {
	.cd-btn {
		font-size: 32px;
		font-size: 1.25em;
		padding-top:50px;
	}
  .cd-btn.is-hidden {
    /* assign a position fixed and move outside the viewport (on the right) */
    opacity: 1;
    right: -200%;
    top: 0;
    padding: .8em 1.2em;
    margin: 14px 0 0;
    -webkit-transition: right 0.3s, opacity 0.3s;
    -moz-transition: right 0.3s, opacity 0.3s;
    transition: right 0.3s, opacity 0.3s;
  }
  .cd-btn.is-hidden.slide-in {
    /* slide in when the secondary nav gets fixed */
    right: 5%;
    opacity: 0;
  }
}

@media only screen and (min-width: 1601px) {
	.cd-btn {
		font-size: 32px;
		font-size: 1.55em;
		padding-top:105px;
	}
	#cd-intro {
		height: 830px;
	}
	#cd-intro h1 {
    	font-size: 32px;
    	font-size: 8rem;
	}
}
/* -------------------------------- 

Secondary Fixed Navigation

-------------------------------- */
.cd-secondary-nav {
  position: relative;
  z-index: 3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-secondary-nav ul {
  /* mobile first - secondary navigation hidden by default, triggered by tap/click on .cd-secondary-nav-trigger*/
  position: fixed;
  width: 100%;
  top: 9.4%;
  background: rgba(3, 13, 24, 0.96);
  z-index: 1;
    visibility:hidden;
	-webkit-transform: translateX(-1170px);
	-moz-transform:    translateX(-1170px);
	-o-transform:      translateX(-1170px);
	-ms-transform:     translateX(-1170px);
  	-webkit-transition: all 1s ease-in;
	-moz-transition:    all 1s ease-in;
	-o-transition:      all 1s ease-in;
	-ms-transition:     all 1s ease-in;
}

.cd-secondary-nav li a:hover {
	color:#ed1b24;
	-webkit-transition: all 1s ease-out;
	-moz-transition:    all 1s ease-out;
	-o-transition:      all 1s ease-out;
	-ms-transition:     all 1s ease-out;
	}
	
.cd-secondary-nav ul.is-visible {
  visibility: visible;
	-webkit-transform: translateX(0px);
	-moz-transform:    translateX(0px);
	-o-transform:      translateX(0px);
	-ms-transform:     translateX(0px);
}
.cd-secondary-nav li a {
  display: block;
  padding: 1.25em;
  border-bottom: 1px solid #092645;
  color: #f0eee1;
}
.cd-secondary-nav li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 1170px) {
  .cd-secondary-nav {
    z-index: 1;
    height: 100px;
    background-color: rgba(3, 13, 24, 0.96);
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
  }
  .cd-secondary-nav nav, .cd-secondary-nav ul, .cd-secondary-nav li, .cd-secondary-nav a {
    height: 100%;
  }
  .cd-secondary-nav ul {
    /* reset navigation values */
    position: static;
    width: auto;
    max-width: 100%;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: center;
    background-color: transparent;
  }
  .cd-secondary-nav li {
    display: inline-block;
    margin-left: -4px;
  }
  .cd-secondary-nav li a {
    position: relative;
    text-align: center;
    display: block;
    padding: 58px 40px 0 40px;
    border-bottom: none;
    -webkit-transition: padding 0.25s;
    -moz-transition: padding 0.25s;
    transition: padding 0.25s;
  }
  .cd-secondary-nav li a b {
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: rgba(240, 238, 225, 0.3);
  }
  .cd-secondary-nav li a span {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
	font-size: 2rem;
    top: 18px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .cd-secondary-nav li a:hover b, .cd-secondary-nav li a.active b {
    color: #f0eee1;
  }
  .cd-secondary-nav li:nth-child(1) a span {
    background-position: 0 0;
  }
  .cd-secondary-nav li:nth-child(2) a span {
    background-position: -40px 0;
  }
  .cd-secondary-nav li:nth-child(3) a span {
    background-position: -80px 0;
  }
  .cd-secondary-nav li:nth-child(4) a span {
    background-position: -120px 0;
  }
  .cd-secondary-nav li:nth-child(5) a span {
    background-position: -160px 0;
  }
  .cd-secondary-nav.is-fixed {
    /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
    /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
    position: fixed;
    left: 0;
    top: 0;
    height: 70px;
    width: 100%;
  }
  .cd-secondary-nav.animate-children {
    /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
    /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  .cd-secondary-nav.animate-children li a {
    padding: 26px 30px 0 30px;
  }
  .cd-secondary-nav.animate-children li a span {
    opacity: 0;
  }
}

.cd-secondary-nav-trigger {
  position: fixed;
  bottom: 10px;
  right: 5%;
  width: 50px;
  height: 50px;
  background: rgba(3, 13, 24, 0.96);
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  opacity:1;
  transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.cd-secondary-nav-trigger:hover {
  opacity:0.8;
}

.cd-secondary-nav-trigger span {
  /* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background: #f0eee1;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);

}
.cd-secondary-nav-trigger span::before, .cd-secondary-nav-trigger span::after {
  content: '';
  position: absolute;
  background: inherit;
  width: 100%;
  height: 100%;
}
.cd-secondary-nav-trigger span::before {
  top: -10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-secondary-nav-trigger span::after {
  bottom: -10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.cd-secondary-nav-trigger.menu-is-open span {
  background: rgba(240, 238, 225, 0);
  width: 24px;
  height: 2px;
}
.cd-secondary-nav-trigger.menu-is-open span::before, .cd-secondary-nav-trigger.menu-is-open span::after {
  background: #f0eee1;
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-secondary-nav-trigger {
    display: none;
  }
}

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

Placeholder Sections

-------------------------------- */
.cd-section {
  margin: 0 auto;
  padding: 2em 0;
}
.cd-section h2 {
  font-family: 'Raleway', Calibri, Arial, sans-serif;
  font-size: 2.25rem;
  margin-bottom: .6em;
  font-weight: 500;
  text-align:center;
}
.cd-section h3 {
  font-family: 'Raleway', Calibri, Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: .6em;
  font-weight: 500;
  text-align:center;
  color: #ed1b24;
}
.cd-section h4 {
  font-family: 'Raleway', Calibri, Arial, sans-serif;
  font-size: 1.25rem;
  color:white;
}
.cd-section p {
  line-height: 1.6;
  text-align:justify;
}
@media only screen and (min-width: 1170px) {
  .cd-section {
    margin: 0 auto;
    padding: 4em 0;
  }
  .cd-section h2 {
    font-size: 30px;
    font-size: 2.5rem;
	padding-bottom:25px;
  }
  .cd-section p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/*--------------------footer----------------------*/
.cd-footer {
  position: inherit;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #030d18;
  z-index: 3;
}
.cd-footer {
  margin: 0 auto;
  padding: 2em 0;
}
.cd-footer h2 {
  font-family: 'Raleway', Calibri, Arial, sans-serif;
  font-size: 2.25rem;
  margin-bottom: .6em;
  font-weight: 500;
  text-align:center;
}

.cd-footer h3 {
  font-family: 'Raleway', Calibri, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-align:center;
  color: #f0eee1;
}

.cd-footer h2 a,
.cd-footer h3 a{
	color:#f0eee1;
	transition:all .25s ease;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-o-transition:all .25s ease;
}

.cd-footer h2 a:hover,
.cd-footer h3 a:hover{
	color:#ed1b24;
}
@media only screen and (max-width: 1170px){
	.cd-footer h2 {
		padding-top: 0px;
	}
}
@media only screen and (max-width: 768px){
	.cd-footer h2 {
		padding-top: 0px;
		font-size: 1.875rem;
	}
	.cd-footer h3 {
		font-size: 1rem;
	}
}

@media only screen and (min-width: 1601px){
	.cd-footer h2 {
	  font-family: 'Raleway', Calibri, Arial, sans-serif;
	  font-size: 2.75rem;
	  margin-bottom: .8em;
	  font-weight: 500;
	  text-align:center;
	}
	
	.cd-footer h3 {
	  font-family: 'Raleway', Calibri, Arial, sans-serif;
	  font-size: 1.75rem;
	  font-weight: 500;
	  text-align:center;
	  color: #f0eee1;
	}
}