@charset "UTF-8";
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;

	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {-webkit-tap-highlight-color:rgba(0,0,0,0.25);}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;

}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(/images/skins/grab.png) 8 8, move;
}

.grabbing-cursor{
	cursor:url(/images/skins/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	z-index: 20;
	background: url(/images/skins/blank.gif);
}

/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #FFF;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;

}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;
	margin-left: -16px;

	position: absolute;
	cursor: pointer;
	background: url('/images/skins/default/rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;

	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline;
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url('/images/skins/default/rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline;
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
	border: 1px solid #D9D9DD;
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;

}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(/images/skins/default/rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);

}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('/images/skins/default/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(/images/skins/preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ==========================================================================
   VARS
   ========================================================================== */
.area_shadow {
  -webkit-box-shadow: -4px 3px 7px rgba(0,0,0,.17);
  -moz-box-shadow: -4px 3px 7px rgba(0,0,0,.17);
  box-shadow: -4px 3px 7px rgba(0,0,0,.17);
}
.t10 {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.t5 {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.t3 {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.box_shadow {
  -webkit-box-shadow: -3px 4px 5px rgba(0,0,0,.75);
  -moz-box-shadow: -3px 4px 5px rgba(0,0,0,.75);
  box-shadow: -3px 4px 5px rgba(0,0,0,.75);
}
.blur {
  filter: blur(3px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: url(/images/blur.svg#blur);
}
.calibri {
  font-family: 'Calibri', Arial, 'Sans Serif';
}
.en .fr {
  display: none;
}
.fr .en {
  display: none;
}
a[href*="vimeo.com"] {
  background-image: url('/images/projection.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 20px;
}
body,
html {
  background-color: transparent;
  height: 100%;
}
body {
  font-family: 'Calibri', Arial, 'Sans Serif';
  font-size: 13px;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  background: url('/images/background.jpg') repeat fixed 0% 0% transparent;
  background-size: cover;
}
@media (max-width: 1280px) {
  body {
    font-size: 12px;
  }
}
body.no-overflow {
  overflow: hidden;
}
body #preloader {
  display: none;
}
body.off {
  overflow: hidden;
}
body.off #preloader {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2000;
  background-color: white;
}
body.off #preloader .mfp-preloader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  z-index: 2001;
}
.scrollContent {
  height: 100%;
}
.scrollContent section {
  text-align: center;
  position: relative;
  min-width: 100%;
  clear: both;
}
.scrollContent section.full {
  height: 100%;
}
.scrollContent section.padding {
  padding-top: 6%;
}
.scrollContent section.absolute > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 5%;
}
.scrollContent section > div {
  overflow-x: hidden;
}
.scrollContent section span {
  display: block;
}
.scrollContent section > div {
  /*
			*/
}
.scrollContent section > div > img {
  position: relative;
}
.scrollContent section > div > .images {
  font-size: 0;
}
.scrollContent section > div > .images img {
  margin: 0px 0px 10px;
  height: 150px;
  margin: 10px;
  width: auto;
  border: 2px solid rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
}
.scrollContent section > div#royalSliderHome {
  z-index: 500;
  width: auto;
  height: auto;
  margin: 0;
  -webkit-box-shadow: 0px 10px 31px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 31px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 31px -14px rgba(0, 0, 0, 0.75);
}
.scrollContent h1,
.scrollContent .eichone {
  font-family: 'Interstate', Arial;
  color: rgba(0, 0, 0, 0.9);
  font-size: 25px;
  line-height: 30px;
  margin: 0;
  text-align: left;
}
.scrollContent ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.scrollContent ul li,
.scrollContent ul listelement {
  font-size: 15px;
  line-height: 27px;
  text-align: left;
  list-style: disc;
  margin-left: 15px;
  color: rgba(0, 0, 0, 0.9);
}
.scrollContent h2 {
  font-family: 'Ubuntu';
  font-weight: 400;
}
.scrollContent .video-background {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.scrollContent .video-background .ui-video-background {
  display: none;
}
.scrollContent .video-background video {
  min-height: 100%;
  min-width: 100%;
}
/*
#banner {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 5000;
	right: auto;
	top: auto;
	text-align: left;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.25);
	width: 50%;
	#mini_logo {
		background-image: url('/images/logo_site_white.svg');
		display: block;
		text-indent: -5000em;
		height: 60px;
		background-repeat: no-repeat;
		background-size: contain;
		margin-bottom: 10px;
	}
	p {
		margin: 5px 0px;
		color: @gray;
		font-size: 36px;
		font-family: "Interstate";
	}
}
*/
#mouse_container {
  position: absolute;
  top: 90%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 505;
  background-color: rgba(0, 0, 0, 0.25);
  width: 50px;
  height: 50px;
  margin: 0 0 0 -25px;
  text-align: center;
  border: 2px solid #FFF;
  border-radius: 50px;
  cursor: pointer;
}
#mouse_container #mouse {
  display: inline-block;
  background-image: url('/images/arrow_down.svg');
  width: 29px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 10px;
}
#logo {
  top: 20px;
  left: 20px;
  width: 200px;
  height: 170px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 501;
  bottom: auto;
  right: auto;
  margin: 0;
}
#logo.logo_en {
  background-image: url("/images/logo_en.svg");
}
#logo.logo_fr {
  background-image: url("/images/logo_fr.svg");
}
#mains {
  top: 0;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  z-index: 501;
  bottom: 0;
  right: 0;
  margin: 0;
}
#mains.mains_en {
  background-image: url("/images/mains_en.svg");
}
#mains.mains_fr {
  background-image: url("/images/mains_fr.svg");
}
#logo_2 {
  display: inline-block;
  width: 180px;
}
#homepage #logo_2 {
  top: 20px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 15px;
  z-index: 501;
  bottom: auto;
  right: auto;
  margin: 0;
}
#logo_2 > div {
  width: 180px;
  height: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#logo_2 #el_00 {
  background-image: url("/images/logo_1.svg");
  height: 70px;
}
#logo_2 #el_en {
  background-image: url("/images/logo_2.svg");
  height: 24px;
}
#logo_2 #el_fr {
  background-image: url("/images/logo_4.png");
  height: 24px;
}
#logo_2 #el_03 {
  background-image: url("/images/logo_3.svg");
  height: 50px;
}
nav {
  position: fixed;
  z-index: 1001;
  right: 0;
  top: -35px;
  left: 0;
  height: 35px;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.9);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
nav ul#filter {
  float: left;
  position: relative;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -35px;
}
nav ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li {
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
}
nav ul li a,
nav ul li a:hover,
nav ul li .filter {
  font-family: 'Calibri', Arial, 'Sans Serif';
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  padding: 10px;
  color: white;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
nav ul li a:hover,
nav ul li a:hover:hover,
nav ul li .filter:hover,
nav ul li a.selected,
nav ul li a:hover.selected,
nav ul li .filter.selected {
  color: rgba(0, 0, 0, 0.9);
  background-color: white;
  background-color: #c4b9a3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
nav ul li a#menu_homepage,
nav ul li a:hover#menu_homepage,
nav ul li .filter#menu_homepage {
  background-image: url('/images/logo_8.png');
  text-indent: -5000em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  height: 15px;
  width: 105px;
}
nav ul li a#menu_homepage:hover,
nav ul li a:hover#menu_homepage:hover,
nav ul li .filter#menu_homepage:hover {
  background-color: #c4b9a3;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  nav ul li a#menu_homepage,
  nav ul li a:hover#menu_homepage,
  nav ul li .filter#menu_homepage {
    background-image: url('/images/logo_site_white.svg');
    background-size: 103px;
    /* Retina-specific stuff here */
  }
}
#projects {
  position: fixed;
  top: -500%;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  overflow: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-box-shadow: 0px 10px 31px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 31px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 31px -14px rgba(0, 0, 0, 0.75);
}
#left_slide {
  position: absolute;
  top: 200px;
  bottom: 0;
  left: 0;
  width: 270px;
  z-index: 1001;
  background-color: #f2f2f2;
  background-color: #c4b9a3;
}
.touch #left_slide {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
#left_slide.open {
  left: 0;
}
#left_slide .scrollable {
  position: absolute;
  padding: 0px;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
#left_slide #project_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#left_slide #project_list .mix {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  display: none;
}
#left_slide #project_list li {
  display: block;
  width: 250px;
  margin: 5px;
}
#left_slide #project_list li a {
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 0;
  overflow: hidden;
}
#left_slide #project_list li a img.top {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#left_slide #project_list li a img.bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#left_slide #project_list li a img.bottom:hover {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#left_slide #project_list li a span {
  position: absolute;
  bottom: 0;
  padding: 10px;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  z-index: 1003;
  font-size: 12px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#left_slide #project_list li a:hover span {
  background-color: rgba(0, 0, 0, 0.79);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#left_slide #project_list li:last-child {
  margin-bottom: 0;
}
#right_slide {
  position: absolute;
  top: 200px;
  right: 0;
  bottom: 0;
  left: 270px;
  z-index: 1001;
}
#right_slide #royalSlider {
  width: 100%;
}
#right_slide #royalSlider #rsMyABlock {
  top: 30px;
  right: 50px;
  left: 50px;
  bottom: 30px;
  color: rgba(0, 0, 0, 0.9);
}
#right_slide #royalSlider #rsMyABlock h1,
#right_slide #royalSlider #rsMyABlock h2 {
  font-family: 'Interstate', Arial, 'Helvetica Neue', 'Sans Serif';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  margin: 10px 0;
}
#right_slide #royalSlider #rsMyABlock h2 {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
#right_slide #royalSlider #rsMyABlock ul,
#right_slide #royalSlider #rsMyABlock p {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Calibri', Arial, 'Sans Serif';
}
@media (max-width: 1280px) {
  #right_slide #royalSlider #rsMyABlock ul,
  #right_slide #royalSlider #rsMyABlock p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1024px) {
  #right_slide #royalSlider #rsMyABlock ul,
  #right_slide #royalSlider #rsMyABlock p {
    font-size: 12px;
    line-height: 14px;
  }
}
#right_slide #royalSlider #rsMyABlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#right_slide #royalSlider #rsMyABlock p a,
#right_slide #royalSlider #rsMyABlock p a:hover {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: underline;
}
#projets_space {
  max-height: 200px;
  min-height: 0;
}
#animation_start {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  right: 0;
  overflow: hidden;
  z-index: 502;
  width: auto;
  height: auto;
  margin: 0;
}
#animation_start #hands {
  position: absolute;
  top: 0px;
  right: -10px;
  bottom: 0px;
  width: 25%;
}
#animation_start #hand_1,
#animation_start #hand_2 {
  position: absolute;
  right: -50%;
  bottom: 105%;
  width: 120%;
  height: 70%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url('/images/mains_haut.svg');
  background-size: contain;
}
@media (max-width: 1280px) {
  #animation_start #hand_1,
  #animation_start #hand_2 {
    width: 130%;
  }
}
@media (max-width: 1024px) {
  #animation_start #hand_1,
  #animation_start #hand_2 {
    width: 150%;
  }
}
#animation_start #hand_2 {
  background-image: url('/images/mains_bas.svg');
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
  top: 110%;
  bottom: -100px;
  background-position: 103% top;
}
#animation_start #info {
  position: absolute;
  top: 50%;
  margin: -160px 10%;
  height: 320px;
  width: 80%;
}
#animation_start #info > div {
  clear: both;
}
#animation_start #house_1,
#animation_start #house_2,
#animation_start #house_3,
#animation_start #house_4 {
  position: relative;
  width: 140px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/images/home_1.svg');
  float: right;
}
#animation_start #house_2 {
  background-image: url('/images/home_4.svg');
}
#animation_start #house_3 {
  background-image: url('/images/home_2.svg');
}
#animation_start #house_4 {
  background-image: url('/images/home_3.svg');
}
#animation_start .title {
  position: relative;
  float: left;
  font-family: 'Interstate';
  font-size: 50px;
  line-height: 80px;
  color: white;
  left: 5%;
}
#animation_start #title_3,
#animation_start #title_4 {
  padding-left: 45%;
  font-size: 40px;
}
#outils_start table {
  width: 80%;
  margin: 0 auto 0 auto;
}
#outils_start table td,
#outils_start table th {
  width: 20%;
  text-align: center;
  padding: 10px;
  vertical-align: top;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
#communication_start h1 {
  font-size: 30px;
  line-height: 35px;
  background-repeat: no-repeat;
  margin-left: -50px;
  padding-left: 50px;
  background-size: 40px;
  margin-top: 24px;
}
#communication_start h2 {
  font-family: "Interstate", Arial;
  font-size: 18px;
  line-height: 21px;
  margin: 0px;
  text-align: left;
}
#communication_start p {
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  margin: 5px 0px;
  text-align: justify;
}
#communication_start ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
#communication_start ul li,
#communication_start ul listelement {
  font-size: 13px;
  line-height: 15px;
  text-align: justify;
}
#communication_start #com_images {
  text-align: left;
}
@media (max-width: 768px) {
  #communication_start #com_images {
    display: none;
  }
}
#communication_start #com_images img {
  height: 110px;
  width: auto;
  margin-right: 10px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
@media (max-width: 1280px) {
  #communication_start #com_images img {
    height: 90px;
  }
}
#communication_start #one {
  width: 35%;
  float: left;
  margin: 0 5% 0 10%;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#communication_start #one h1:nth-of-type(1) {
  background-image: url('/images/presse_ecrite.svg');
}
#communication_start #one h1:nth-of-type(2) {
  background-image: url('/images/presse_numerique.svg');
}
#communication_start #two {
  width: 35%;
  float: left;
  margin: 0 10% 0 5%;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#communication_start #two h1:nth-of-type(1) {
  background-image: url('/images/projection.svg');
}
#communication_start #two h1:nth-of-type(2) {
  background-image: url('/images/conference.svg');
}
#communication_start #two h1:nth-of-type(3) {
  background-image: url('/images/enseignement.svg');
}
#communication_start a,
#communication_start a:hover {
  color: rgba(0, 0, 0, 0.9);
}
#agence-start-1,
#agence-start-2,
#actualite-start {
  margin: 0;
}
#agence-start-1 > *,
#agence-start-2 > *,
#actualite-start > * {
  position: relative;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#agence-start-1 img,
#agence-start-2 img,
#actualite-start img {
  width: 100%;
  right: -100%;
  height: auto;
  box-sizing: border-box;
}
#agence-start-1 p,
#agence-start-2 p,
#actualite-start p {
  padding: 0 7%;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  width: 35%;
  float: left;
}
@media (max-width: 1280px) {
  #agence-start-1 p,
  #agence-start-2 p,
  #actualite-start p {
    font-size: 15px;
    line-height: 18px;
  }
}
#actualite-start {
  margin: 0 5%;
}
#actualite-start div {
  clear: both;
}
#actualite-start img {
  width: 300px;
  height: auto;
  float: left;
  right: -100%;
  margin: 0 5% 5% 0;
}
#actualite-start p {
  padding: 0px 0%;
  width: auto;
  float: none;
}
#agence-start-2 {
  margin: 0 5%;
}
#agence-start-2 img {
  width: 500px;
  height: auto;
  float: left;
  left: -100%;
  margin-right: 5%;
}
#agence-start-2 p {
  padding: 0px 0%;
  width: auto;
  float: none;
}
#contact_start {
  top: 50%;
  left: 0px;
  width: auto;
  height: 500px;
  right: 0px;
  margin-top: -250px;
}
#contact_start p {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  line-height: 20px;
}
#contact_start #social {
  margin-top: 50px;
}
#contact_start #social span {
  display: inline-block;
  margin: 0 30px 0 30px;
  background-color: rgba(0, 0, 0, 0.25);
  width: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid white;
  border-radius: 50px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#contact_start #social span a {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: white;
  font-size: 30px;
  line-height: 50px;
  text-decoration: none;
}
#contact_start #social span:hover {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: rgba(0, 0, 0, 0.9);
}
#contact_start #social span:hover a {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: rgba(0, 0, 0, 0.9);
}
/* elements */
.trigger {
  min-height: 1px;
}
.cube {
  position: relative;
}
.rightFace,
.leftFace,
.topFace div {
  width: 200px;
  height: 200px;
  background-color: #fff;
  /*   border: 4px solid #000; */
  box-sizing: border-box;
  border-style: solid;
  border-color: #000;
}
.rightFace,
.leftFace,
.topFace {
  position: absolute;
}
.leftFace {
  -webkit-transform: skewY(30deg);
  -moz-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -o-transform: skewY(30deg);
  transform: skewY(30deg);
  border-width: 0 3px 3px 3px;
}
.rightFace {
  -webkit-transform: skewY(-30deg);
  -moz-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  -o-transform: skewY(-30deg);
  transform: skewY(-30deg);
  left: 200px;
  border-width: 0 3px 3px 0;
}
.topFace div {
  -webkit-transform: skewY(-30deg) scaleY(1.16);
  -moz-transform: skewY(-30deg) scaleY(1.16);
  -ms-transform: skewY(-30deg) scaleY(1.16);
  -o-transform: skewY(-30deg) scaleY(1.16);
  transform: skewY(-30deg) scaleY(1.16);
  border-width: 3px;
}
.topFace {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  top: -158px;
  left: 100px;
}
/* ==========================================================================
   Plugins
   ========================================================================== */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
/* @group jspcontainer */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 4px;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  background: transparent;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: rgba(0, 0, 0, 0.9);
  background: transparent;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  background: transparent;
  position: relative;
}
.jspDrag {
  background: rgba(0, 0, 0, 0.9);
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: rgba(255, 255, 255, 0.5);
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808c;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/* @end */
/* @group Gaussian Blur */
@font-face {
  font-family: 'jmca';
  src: url('/fonts/jmca.eot?56590446');
  src: url('/fonts/jmca.eot?56590446#iefix') format('embedded-opentype'), url('/fonts/jmca.woff?56590446') format('woff'), url('/fonts/jmca.ttf?56590446') format('truetype'), url('/fonts/jmca.svg?56590446#jmca') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'jmca';
    src: url('/fonts/jmca.svg?56590446#jmca') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "jmca";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-mail:before {
  content: '\2709';
}
/* '✉' */
.icon-mail-3:before {
  content: '\e814';
}
/* '' */
.icon-search-3:before {
  content: '\e009';
}
/* '' */
.icon-tag-2:before {
  content: '\e00c';
}
/* '' */
.icon-twitter:before {
  content: '\e018';
}
/* '' */
.icon-mail-2:before {
  content: '\e019';
}
/* '' */
.icon-tags:before {
  content: '\e028';
}
/* '' */
.icon-tag-1:before {
  content: '\e029';
}
/* '' */
.icon-rss:before {
  content: '\e042';
}
/* '' */
.icon-linkedin-2:before {
  content: '\e80e';
}
/* '' */
.icon-mail-1:before {
  content: '\e801';
}
/* '' */
.icon-facebook:before {
  content: '\e09c';
}
/* '' */
.icon-facebook-circled:before {
  content: '\e810';
}
/* '' */
.icon-linkedin-circled:before {
  content: '\e80c';
}
/* '' */
.icon-linkedin-1:before {
  content: '\e80b';
}
/* '' */
.icon-tag:before {
  content: '\e70c';
}
/* '' */
.icon-flickr:before {
  content: '\e100';
}
/* '' */
.icon-search-1:before {
  content: '\e802';
}
/* '' */
.icon-tag-3:before {
  content: '\e803';
}
/* '' */
.icon-rss-alt:before {
  content: '\e73b';
}
/* '' */
.icon-spin1:before {
  content: '\e805';
}
/* '' */
.icon-spin3:before {
  content: '\e807';
}
/* '' */
.icon-spin4:before {
  content: '\e806';
}
/* '' */
.icon-spin5:before {
  content: '\e808';
}
/* '' */
.icon-spin6:before {
  content: '\e809';
}
/* '' */
.icon-facebook-circled-1:before {
  content: '\e812';
}
/* '' */
.icon-facebook-2:before {
  content: '\e813';
}
/* '' */
.icon-linkedin:before {
  content: '\e80a';
}
/* '' */
.icon-link-1:before {
  content: '\f07b';
}
/* '' */
.icon-facebook-1:before {
  content: '\e80f';
}
/* '' */
.icon-facebook-rect-2:before {
  content: '\e811';
}
/* '' */
.icon-facebook-rect-1:before {
  content: '\e804';
}
/* '' */
.icon-facebook-rect:before {
  content: '\f301';
}
/* '' */
.icon-twitter-bird:before {
  content: '\f303';
}
/* '' */
.icon-googleplus-rect-1:before {
  content: '\e800';
}
/* '' */
.icon-googleplus-rect:before {
  content: '\f309';
}
/* '' */
.icon-linkedin-circled-1:before {
  content: '\e80d';
}
/* '' */
.icon-search-2:before {
  content: '\f50d';
}
/* '' */
.icon-download:before {
  content: '\31';
}
/* '1' */
.icon-search:before {
  content: '🔍';
}
/* '\1f50d' */
.icon-link:before {
  content: '🔗';
}
/* '\1f517' */
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.mfp-preloader,
.rsDefault .rsPreloader {
  content: "";
  background-image: none;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  position: relative;
  position: absolute;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border: 6px solid rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  margin-left: -10px;
  margin-top: -10px;
}
.mfp-preloader:before,
.rsDefault .rsPreloader:before {
  text-indent: -5000em;
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  height: 100%;
  width: 100%;
  border-top: 6px solid rgba(0, 0, 0, 0.8);
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 100%;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.rsDefault .rsArrowIcn {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
/*
	fonts
*/
@font-face {
  font-family: 'Interstate';
  src: url('/fonts/Interstate-BlackCondensed.eot');
  src: url('/fonts/Interstate-BlackCondensed.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/Interstate-BlackCondensed.woff') format('woff'), /* Modern Browsers */ url('/fonts/Interstate-BlackCondensed.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/Interstate-BlackCondensed.svg#6200dc53f87d94da909fc0f399a96e54') format('svg');
  font-style: normal;
  font-weight: 400;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Calibri';
  src: url('/fonts/Calibri.eot');
  src: url('/fonts/Calibri.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/Calibri.woff') format('woff'), /* Modern Browsers */ url('/fonts/Calibri.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/Calibri.svg#f7cee5eaf81ca6750bedc48055a4dffb') format('svg');
  font-style: normal;
  font-weight: 400;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
