/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../bundles/thearkbase/js/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../bundles/thearkbase/js/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../bundles/thearkbase/js/fancybox/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../bundles/thearkbase/js/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../bundles/thearkbase/js/fancybox/source/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../bundles/thearkbase/js/fancybox/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* FONTS */
@font-face {
	font-family: 'DINBold';
	src: url('../bundles/thearkbase/fonts/ufonts.com_din-bold.eot');
	src: url('../bundles/thearkbase/fonts/ufonts.com_din-bold.eot?#iefix') format('embedded-opentype'),
		 url('../bundles/thearkbase/fonts/ufonts.com_din-bold.woff') format('woff'), 
		 url('../bundles/thearkbase/fonts/ufonts.com_din-bold.ttf') format('truetype'), 
		 url('../bundles/thearkbase/fonts/ufonts.com_din-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINRegular';
	src: url('../bundles/thearkbase/fonts/DINRg.eot');
	src: url('../bundles/thearkbase/fonts/DINRg.eot?#iefix') format('embedded-opentype'),
		 url('../bundles/thearkbase/fonts/DINRg.woff') format('woff'), 
		 url('../bundles/thearkbase/fonts/DINRg.ttf') format('truetype'), 
		 url('../bundles/thearkbase/fonts/DINRg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINMedium';
	src: url('../bundles/thearkbase/fonts/DINMd.eot');
	src: url('../bundles/thearkbase/fonts/DINMd.eot?#iefix') format('embedded-opentype'),
		 url('../bundles/thearkbase/fonts/DINMd.woff') format('woff'), 
		 url('../bundles/thearkbase/fonts/DINMd.ttf') format('truetype'), 
		 url('../bundles/thearkbase/fonts/DINMd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* END FONTS */

/* 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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 16px;
}
body {
    font-size: 67.5%;
    line-height: 1em;
}
em {
    font-style: italic;
}
button, submit {
    border: 0;
    cursor: pointer;
}
/* END RESET */

/* GENERAL */
body {
    font-family: "DINRegular", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #666666;
	background-color:#f3f3f3;
}
body.home {
	background:url(../bundles/thearkbase/images/bg-main.gif) 0 0 repeat-x #f3f3f3;
}
img {
    max-width: 100%}
a {
    text-decoration: none;
	color:#360866;
}
a:hover {
    color: #9A83B2;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.clearfix:after {
	content: "";
    display: table;
    clear: both;
}
.center {
    text-align:center;
}

p {
    font-size: 1.6em;
    line-height: 1.3em;
}
strong, b {
    font-family: "DINMedium", Helvetica, Arial, sans-serif;
}

section {
    width: 100%;
    clear: both;
    padding: 0 4em;
    position: relative;
}
.container1240 {
    max-width: 1240px;
    _width: 1240px;
    margin-left: auto;
    margin-right: auto;
	padding:3em 0;
}
.full-columns {
	width: 100%;
}
.two-columns {
    width: 47.774193548387097%;
	float: left;
	margin-right: 4.451612903225806%;
	position: relative;
}
.two-columns.last {
    margin-right: 0;
}
.two-columns.center {
    text-align: center;
}
.two-columns-inside {
    width: 47.274193548387097%;
	float: left;
	margin-right: 5.451612903225806%;
	position: relative;
}
.two-columns-inside.last{
    margin-right: 0;
}
.three-columns-nomargin {
    width: 33.333333333333333%;
    float: left;
}
.three-columns-nomargin img {
   /* width:100%;
    height: 20%;*/
}
.four-columns {
    width: 23.093220338983051%;
    float: left;
    display: inline;
	margin-right:2.542372881355932%;
}
.four-columns.last {
	margin-right:0%;
}
.border{
	border: #e8e8e8 solid 1px;	
}
a.ico-rss{
	display: block;
	width: 18px;
	height: 18px;
	background:url(../bundles/thearkbase/images/sprite.png) 0 0 no-repeat transparent;
}
a.ico-rss:hover{
	background:url(../bundles/thearkbase/images/sprite.png) -168px 0 no-repeat transparent;
}
a.social{
	display:block;
	width: 47px;
	height: 47px;
}
a.social.facebook{
	background:url(../bundles/thearkbase/images/sprite.png) 0 -74px no-repeat transparent;
}
a.social.facebook:hover{
	background:url(../bundles/thearkbase/images/sprite.png) -139px -74px no-repeat transparent;
}
a.social.twitter{
	background:url(../bundles/thearkbase/images/sprite.png) 0 -144px no-repeat transparent;
}
a.social.twitter:hover{
	background:url(../bundles/thearkbase/images/sprite.png) -139px -144px no-repeat transparent;
}
a.social.linkdin{
	background:url(../bundles/thearkbase/images/sprite.png) 0 -214px no-repeat transparent;
}
a.social.linkdin:hover{
	background:url(../bundles/thearkbase/images/sprite.png) -139px -214px no-repeat transparent;
}
a.social.google{
	background:url(../bundles/thearkbase/images/sprite.png) 0 -284px no-repeat transparent;
}
a.social.google:hover{
	background:url(../bundles/thearkbase/images/sprite.png) -139px -284px no-repeat transparent;
}
a.social.youtube{
	background:url(../bundles/thearkbase/images/sprite.png) 0 -354px no-repeat transparent;
}
a.social.youtube:hover{
	background:url(../bundles/thearkbase/images/sprite.png) -139px -354px no-repeat transparent;
}
a.social.flickr{
	background:url(../bundles/thearkbase/images/sprite.png) 0 -424px no-repeat transparent;
}
a.social.flickr:hover{
	background:url(../bundles/thearkbase/images/sprite.png) -139px -424px no-repeat transparent;
}
a.social.leblog{
	background:url(../bundles/thearkbase/images/sprite.png) 0 -494px no-repeat transparent;
}
a.social.leblog:hover{
	background:url(../bundles/thearkbase/images/sprite.png) -139px -494px no-repeat transparent;
}
.date {
	display: block;
	color: #888;
	font-size: 1.5em;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
	margin-bottom: 0.5em;
}
.round-quatre{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* Titres */

h2 {
    font-family: "DINMedium", Helvetica, Arial, sans-serif;
    font-size: 2.9em;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0 0 .6em;
	color:#3a3a3a;
}
h2 span{
	color:#909090;
}


h3 {
    font-family: "DINRegular", Helvetica, Arial, sans-serif;
    font-size: 1.9em;
    /*font-size: 1.2em;*/
    text-transform: uppercase;
    line-height: 1em;
    margin: 0 0 .8em;
	color:#360866;
}
h3 span{
	color:#909090;
}

/* HEADER */

header {
    width: 100%;
    clear: both;
    padding: 0 4em;
    position: relative;
	background:#fff;
}
header .container1240{
    padding: 2em 0;
}

header nav.lang
{
    display: none;
    position: absolute;
    top: 3em;
    right: 9em;
}

header nav.lang li
{
    display: inline-block;
    font-size: 1.5em;
    padding-left: 10px;
    text-transform: uppercase;
}

.top-header .container1240{
    padding: 0;
}
.top-header{
    background:url(../bundles/thearkbase/images/bg-top-header.gif) 0 100% repeat-x #fff;
	padding:0 4em;
}
.top-header .nav-top{
    float:left;
}

.top-header .nav-top ul {
	height: 54px;
}

.top-header .nav-top li{
	display:inline-block;
	position:relative;
}

.top-header .nav-top li a{
	margin-right:1.6em;
	background:url(../bundles/thearkbase/images/topmenu-sep.png) 100% 0 no-repeat transparent;
	padding:1.4em 1.8em 1.8em 0;
	display:block;
}

.top-header .nav-top li:first-child a{
	padding-right:3em;
	margin-right:1.2em;
	background:url(../bundles/thearkbase/images/topmenu-arrow.png) 100% -4px no-repeat transparent;
}

.top-header .nav-top li img.topmenu-active{
	position: absolute;
	top: 54px;
	left: 27%;
	z-index: 1000;
	display:none;
}

.top-header .nav-top li:first-child img.topmenu-active{
	top: 52px;
}

.top-header .nav-top li:first-child a {
	background-position: 100% 9px;
	position: relative;
	top: -7px;
}

.top-header .nav-top li.active img.topmenu-active, .top-header .nav-top li:hover img.topmenu-active{
	display:block;
}

/* lang */
.top-header nav.lang{
	float:right;
}
.top-header nav.lang li{
	display:inline;
}
.top-header nav.lang li a{
	display: inline-block;
	color: #999;
	font-size: 1.4em;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border-left: #C2C2C2 solid 1px;
	padding-left: 0.6em;
	margin-left: 0.6em;
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	line-height: 1em;
}
.top-header nav.lang li:first-child a{
	border-left:none;
	padding-left:0;
	margin-left:0;
}
.top-header nav.lang li.active a, .top-header nav.lang li:hover a{
	color:#41156E;
}
/* end lang */

/* top search */
.top-header form.top-search{
	float:right;
	background-color:#e8e8e8;
	margin-left:2em;
	position:relative;
}
.top-header form.top-search input[type="text"]{
	background: url(../bundles/thearkbase/images/ico-search.png) 90% 50% no-repeat #E8E8E8;
	border:none;
	padding:0.8em 3em 1em 1em;
	color:#999;
	font-size:1.4em;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;	
	text-transform:none;
	width:210px;
}
.top-header form.top-search input[type="submit"]{
	border:none;
	top:0;
	right:0;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;	
	text-transform:uppercase;
	width:40px;
	height:50px;
	position:absolute;
	z-index:1000;
	background-color:transparent;
	cursor:pointer;
	
}
/* end top search */
header h1 {
	float:left;
	margin-right:3.6em;
}
header h1 a img{
width: 160px;
height: 73px;
}
/* navigation principale 1er niveau */
nav.nav-main{
	position:relative;
	top:5.5em;
    font-size: 0.9em;
}
nav.nav-main:after { 
    content: "";
    clear: both;
    display: block;
} 
nav.nav-main ul li, nav.nav-main ul li a {
    line-height: 1em;
}
nav.nav-main ul li {
    padding: 0 0 0 1.6em;
}
nav.nav-main ul li:first-child {
    padding: 0;
}
nav.nav-main li {
    display: inline;
    position: relative;
}
nav.nav-main ul li a {
    font-family: "DINMedium", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    text-transform: uppercase;
    text-decoration: none;
	color:#41156e;
	padding: 0 0 0 1.2em;
	border-left:#666 solid 1px;
}

nav.nav-main ul li:first-child a {
	padding: 0 0 0 0;
	border-left:none;
}

nav.nav-main ul li a:hover, nav.nav-main ul li.active a{
    color: #9a83b2;
}
nav.nav-main ul li.active ul li a{
    color: #41156e;
}

/* end navigation principale 1er niveau */

/* navigation principale 2ème niveau */
nav.nav-main ul li:hover ul {
    display:block;
}
nav.nav-main ul li ul {
    position: absolute;
	z-index:1000;
	background:url(../bundles/thearkbase/images/bg-subnav.gif) 0 100% repeat-x #fff;
	left:2em;
	min-width:230px;
	display: none;
}
nav.nav-main ul li:first-child ul {
	left:-1.6em;
}
header nav ul li ul li {
	padding:0 !important;
	margin:0 !important;
}
nav.nav-main ul li ul li a{
    text-transform:none;
	display:block;
	border-top:#eee solid 1px;
	padding:0.5em 1em 0.7em 1em !important;
	border-left:none;
}
nav.nav-main ul li ul li:first-child a{
	border-top:none;
	padding:1em 1em 0.7em 1em !important;
}
nav.nav-main ul li.active ul li a:hover, nav.nav-main ul li.active ul li.active a{
    color: #9a83b2;
}
nav.nav-main li.theark_backlink {
    display:none;
}
/* end navigation principale 2ème niveau */


header img#btn-menu {
    width: 30px;
    height: 30px;
	position:absolute;
    display: none;
    top:2em;
	right:2em;
    cursor: pointer;
}
/* END HEADER */



/* HOME */
/* slider home */
section.slider {
padding: 0;
max-width:1240px;
margin:0 auto;
overflow:hidden;
max-height:400px;
}
section.slider .rsNav{
position: absolute;
z-index: 10000;
bottom: 0.15em;
}
section.slider .pop{
bottom: 3.9em;
background:url(../bundles/thearkbase/images/bg-pop-slider.png) 0 0 repeat transparent;	
padding:1.1em;
width:100%;
text-align:center;
}

section.slider .pop h2{
margin:0;
}
section.slider .pop a{
color:#360866;
font-size:1em;
text-transform:uppercase;
font-family: "DINMedium", Helvetica, Arial, sans-serif;
}
section.slider .pop a:hover{
color:#28064b;
}
/* Contenu 3 accroches home */
section.home-inline-teasers .home-inline-teasers-img{
	position:relative;
 
}
section.home-inline-teasers h3{
	padding: 0.3em;
	margin:0;
	font-size:2.3em;
	position:absolute;
	width:100%;
	bottom:0;
}
section.home-inline-teasers h3 a{
    color: #fff;
}
section.home-inline-teasers h3 a:hover {
	    color: #360866;
}
section.home-inline-teasers p{
	width: 87%;
	margin: 0.5em auto 0 1em;
	font-size: 2em;
	line-height: 1.2em;
}

/* Actu home */
section.home-actu .container1240{
	padding:3em 3em 0 3em;
	margin-bottom:3em;
	background-color:#fff;
	position:relative;
  
}
section.home-actu h3 {
	font-size:2.3em;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
}
section.home-actu h4 {
	margin-bottom:0.5em;
}
section.home-actu h4 a{
	text-transform:none;
	padding: 0 0 0 0;
	color:#222;
	font-size:1.6em;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
	line-height:1.2em;
	
}
section.home-actu h4 a:hover{
	    color: #9a83b2;
}
section.home-actu img{
	margin-bottom:1.5em;
}
section.home-actu .two-columns{
	margin-bottom:3em;	
}
section.home-actu .ico-rss{
	position:absolute;
	right:0px;
	top:0px;
	z-index:1000;
}

section.home-actu .home-actu-line p{
	margin-bottom:0.8em;
}
section.home-actu .home-actu-line{
	border-bottom:#dfdfdf solid 1px;
	margin-bottom:1.3em;
}
section.home-actu .home-actu-line.noborder{
	border-bottom:none;
	margin-bottom:0;
}
/* END HOME */

/* PAGE INTERNES */
.content .container1240{
	background-color:#fff;
	padding: 3em;
	margin-top:3em;
	margin-bottom:4em;
}
/* template 2 col teasers à droite */
.content section.content-main{
	width:65%;
	float:left;
	padding:0;
}
.content aside.content-teasers{
	width:30%;
	float:left;
	margin-left:5%;
	margin-top:4.9em;
}
/* end template 2 col teasers à droite */

/* teasers interne */

.content aside.content-teasers .teasers{
	margin-bottom:3em;
}
.content aside.content-teasers h3{
	font-size:2em;
	color:#360866;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
}
.content aside.content-teasers img {
	margin-bottom: 1.5em;
}
.content aside.content-teasers h4 {
	margin-bottom: 0.5em;
}
.content aside.content-teasers h4 a {
	text-transform: none;
	padding: 0 0 0 0;
	color: #222;
	font-size: 1.6em;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}
.content aside.content-teasers h4 a:hover {
	color:#9A83B2;
}
/* end colonne teasers */

/* royalSlider */
.content .royalSlider{
	margin-bottom:2em;
}
/* end royalSlider */

/* breadcrumb */

.content .breadcrump a{
	font-size:1.2em;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
	color:#b7b7b7;
}
.content .breadcrump a:hover{
	font-size:1.2em;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
	color:#9A83B2;
}
/* end breadcrumb */
/* breadcrumb */
.content .breadcrump{
	margin-bottom:2em;
	float:left;
	/*width:20%;*/
}
.content .breadcrump a{
	font-size:1.2em;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
	color:#b7b7b7;
}
.content .breadcrump a:hover{
	font-size:1.2em;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
	color:#9A83B2;
}
/* end breadcrumb */

/* sousnav interne horizontale */
.content nav.content-nav{
	float:right;
	/*width:50%;*/
	text-align:right;
}
.content nav.content-nav ul li a{
	font-size:1.5em;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	margin-left:1em;
	line-height:0;
	padding-bottom:1.5em;
	display:inline-block;
}
.content nav.content-nav ul li:first-child a{
	margin-left:0;
}
.content nav.content-nav ul li.active a{
	color:#9a83b2;
}
.content nav.content-nav ul li{
	display:inline;
}
/* sousnav interne horizontale */

/* contenu principal general */
.content-main{
	font-size:1em;
}
.content-main h2{
	color:#360866;
	margin-bottom: 0.8em;
}
.content-main .royalSlider .pop{
	color:#fff;
	font-size:1.5em;
	background:url(../bundles/thearkbase/images/bg-alpha-black.png) repeat transparent;
	width:100%;
	padding:1em;
	bottom:0;
	line-height:1em;
}
.content-main .royalSlider .rsNav{
	position: absolute;
	z-index: 10000;
	bottom: 4em;
}
.content-main h3{
	color:#360866;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
}
.content-main h4{
	font-size:1.7em;
	color:#360866;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
	margin-bottom:1em;
	line-height:1em;
}

.content-main p{
	text-align:justify;
	margin:0.5em 0;
}
.content-main ul{
	list-style:disc outside;
	margin-left:4em;
	margin-bottom:2em;
}
.content-main ul li{
    line-height: 1.5em;
    padding-top: 1em;
	padding-left:0.5em;
	font-size: 1.6em;
}

.content-main ul li ul li {
    font-size: 100%;
}

/* end elements de contenu principal */

/* encadre */
.encadre{
	background-color:#ebebeb;
	padding:1em;
	margin: 2.5em 0;
    margin-bottom: 1em !important;
}
/* end encadre */

/* documents */
.documents {
	margin:4em 0;
}
.documents h3{
	color:#666;
	font-size:1.6em;
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
	border-bottom:#ebebeb solid 1px;
	display:block;
	width:100%;
	padding-bottom:1em;
	margin-bottom:0;
}
.documents ul{
	list-style:none outside;
	margin-left:0;
}
.documents ul li{
	padding-right:1em;
	display:inline-block;
}
/* end documents */


/* toolstip */
.toolstip {
	margin:4em 0;
	border:#ebebeb solid 1px;
}
.toolstip h3{
	font-size:1.2em;
	color:#ccc;
	font-family: "DINBold", Helvetica, Arial, sans-serif;
	display:block;
	text-align:center;
	padding:0.8em 0 0 0;
	margin-bottom:0;
}
.toolstip ul{
	list-style:none outside;
	margin-left:0;
	text-align:center;
}
.toolstip ul li{
	display:inline-block;
	margin-top:0;
	margin-bottom:0;
}
.toolstip ul li a{
	background:#e0e0e0;
	margin:0 0.5em;
	display:block;
	width:100px;
	height:34px;
	padding:0;
}
.toolstip ul li a:hover{
	background:#d6d5d5;
}
.toolstip ul li a.facebook{
	background: url(../bundles/thearkbase/images/sprite.png) 33px -896px no-repeat #e0e0e0;
}
.toolstip ul li a.facebook:hover{
	background: url(../bundles/thearkbase/images/sprite.png) 33px -896px no-repeat #d6d5d5;
}
.toolstip ul li a.twitter{
	background: url(../bundles/thearkbase/images/sprite.png) 35px -952px no-repeat #e0e0e0;
}
.toolstip ul li a.twitter:hover{
	background: url(../bundles/thearkbase/images/sprite.png) 35px -952px no-repeat #d6d5d5;
}
.toolstip ul li a.google{
	background: url(../bundles/thearkbase/images/sprite.png) 32px -1006px no-repeat #e0e0e0;
}
.toolstip ul li a.google:hover{
	background: url(../bundles/thearkbase/images/sprite.png) 32px -1006px no-repeat #d6d5d5;
}
.toolstip ul li a.mail{
	background: url(../bundles/thearkbase/images/sprite.png) 33px -1061px no-repeat #e0e0e0;
}
.toolstip ul li a.mail:hover{
	background: url(../bundles/thearkbase/images/sprite.png) 33px -1061px no-repeat #d6d5d5;
}

.toolstip ul li a.linkdin {
background: url(../bundles/thearkbase/images/sprite.png) 32px -1108px no-repeat #E0E0E0;
}
.toolstip ul li a.linkdin:hover {
background: url(../bundles/thearkbase/images/sprite.png) 32px -1108px no-repeat #d6d5d5;
}
/* end toolstip */

/* table */
.table-un{
	font-size:1.6em;
	width:100%;
	margin:3em 0;
	border-right:#ebebeb solid 1px;
	line-height:1em;
}
.table-un td, .table-un th{
	padding:0.6em 1em;
	border-bottom:#ebebeb solid 1px;
	border-left:#ebebeb solid 1px;
}
.table-un th{
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
	border-top:#ebebeb solid 1px;
}
.table-un.color tr.odd{
	background-color:#ebebeb;
}
.table-un.color tr.odd td{
	border-left:#fff solid 1px
}
.table-un.color tr.odd td:first-child{
	border-left:#ebebeb solid 1px
}
/* end table */

/* pagination */

.content-main ul.pagination{
	list-style: none outside;
	margin-left: 0;
	margin-bottom: 0;
	width:100%;
	text-align:center;
}
.content-main ul.pagination li{
	display:inline-block;
	padding:0;
	margin:0;
}
.content-main ul.pagination li a{
	color:#888;
	font-size:0.9em;
	display:block;
	padding:0.2em 0.6em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}
.content-main ul.pagination li.active a{
	background-color:#9A83B2;
	color:#fff;
}
.content-main ul.pagination li a:hover{
	background-color:#ebebeb;
	color:#888;
}

/* end pagination */

/* form */
.content-main form{
	font-size:1.6em;
	margin:1em 0;
}
.content-main fieldset {
	clear: both;
	/*border-top:#ebebeb solid 1px;*/
	padding:0.5em 0;
}
.content-main fieldset div.nolabel {
	margin-left: 0;
	width: 100%;
	padding:1em 0;
	text-align:center;
}
.content-main label {
	/*width: 28%;*/
    width: 37%;
	margin-right: 3%;
	float: left;
	padding-top:0.6em;
	line-height:1.2em;
}
.content-main input[type="text"], .content-main input[type="password"], .content-main input[type="email"], .content-main textarea, .content-main select {
	padding: 0.7em 1em;
	color: #555;
	font-size:1em;
	background-color: #f5f5f5;
	border: #ebebeb solid 1px;
	width: 60%;
	float: left;
}
.content-main textarea {
	min-height:200px;
}
.content-main select {
	height:3em;
	margin-top:0.6em;
}
.content-main input[type="submit"], .content-main button.submit {
	padding: 0.3em 1.2em;
	color: #fff;
	font-size:1em;
	background-color: #9A83B2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:none;
	cursor:pointer;
}
/* end form */

/* END PAGE INTERNES GENERAL */

/* CONTACT */
#map_canvas {
	height: 300px;
	margin-top:3em;
	margin-bottom:3em;
}
/* END CONTACT */

/* INDEX */

/* index 1 */
body.index-un .content-main article{
	border-bottom:#ebebeb solid 1px;
	padding:0 0 3em 0;
	margin-bottom:3em;
}
body.index-un .content-main article p{
	text-align:left;
}
body.index-un .content-main article figure{
	float:left;
	margin-right:2em;
	width:35%;
}

body.index-un .content-main article div.content{
    float:left;
    width: 60%;
}

body.index-un .content-main article div.content-full{
    float:left;
    width: 100%;
}

body.index-un .content-main article.first figure{
	float:left;
	margin-right:2em;
	width:50%;
}

body.index-un .content-main article.first div.content{
    width: 45%;
}

body.index-un .content-main article h3 a{
	color:#222;
}
body.index-un .content-main article h3 a:hover{
	color:#9A83B2;
}
body.index-un .content-main article.first h3{
	
}
body.index-un .content-main article h3{
	text-transform:none;
}


/* end index 1 */

/* END INDEX */

/* NEWS DETAIL */
body.news .content aside.content-teasers {
margin-top: 1.8em;
}
body.news.detail .content aside.content-teasers {
margin-top: 3.4em;
}
/* NEWS DETAIL */

/* FOOTER */
footer {
    color: #fff;
    padding: 0 3em;
    margin-left: auto;
    margin-right: auto;
	background:url(../bundles/thearkbase/images/bg-footer.png) 50% 100% no-repeat #9a83b2;
	max-width:1240px;
}
footer .footer-social{
	float:left;
}
footer a.social{
	display: inline-block;
	margin-right:1em;
}
footer .footer-nav{
	float:right;
	margin-top:1.7em;
}
footer nav ul li {
    display: inline;
	padding: 0 0 0 1em;
}
footer nav ul li:first-child {
	padding: 0;
}
footer nav ul li a {
    font-family: "DINMedium", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    text-decoration: none;
	color:#fff;
	padding: 0 0 0 0.8em;
	border-left:#fff solid 1px;
}

footer nav ul li:first-child a {
	padding: 0 0 0 0;
	border-left:none;
}

footer nav ul li a:hover {
    color: #360866;
}
.footer-logo {
	width: 11%;
	float:left;
}
.footer-bottom-right {
	float:left;
	width:85%;
	
}
ul.footer-sitemap {
	display:inline-block;
	padding-left:1.5em;
	margin-left:1.4em;
	max-width: 14.7%;
    min-width: 11%;
	vertical-align:top;
	min-height:256px;
}
ul.footer-sitemap li a{
	margin-top:1em;
	display:block;
	line-height:1em;
}
ul.footer-sitemap li a:first-child{
	margin-top:0;
}
ul.footer-sitemap li ul li a:first-child{
	margin-top:1em;
}
ul.footer-sitemap li a{
	font-family: "DINMedium", Helvetica, Arial, sans-serif;
    color:#fff;
	font-size:1.5em;
}
ul.footer-sitemap li ul li a{
	font-family: "DINRegular", Helvetica, Arial, sans-serif;
	font-size:1.4em;
}
ul.footer-sitemap a:hover {
    color: #360866;
}
.shadow-left {
	-webkit-box-shadow:  -1px 0px 0px 0px rgba(0, 0, 0, 0.2);
 	box-shadow:  -1px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.shadow-bottom {
	-webkit-box-shadow:  0 1px 0px 0px rgba(256, 256, 256, 0.2);
 	box-shadow:  0 1px 0px 0px rgba(256, 256, 256, 0.2);
}
.container1240.bottom-info {
	font-size: 1.4em;
	padding-top: 1.3em;
	padding-bottom: 2.5em;
	padding-left: 2em;
	padding-right: 2em;
	line-height: 1.2em;
}
.bottom-info .adresse{
	float:left;	
}
.bottom-info .copyright{
	float:right;
	color:#8d8d8d;
}
.bottom-info .copyright a{
	color:#8d8d8d;
}



/* END FOOTER */

.top-header .nav-top li:first-child a{
background: url(../bundles/thearkbase/images/topmenu-arrow.png) 100% 2px no-repeat transparent;
padding-bottom: 18px;
}


@media screen and (max-width:1279px) {
html {
    font-size: 14px;
}
body {
background-image:none!important;
}
nav.nav-main {
	top: 6.4em;
}
nav.nav-main ul li ul {
	left: 0.3em;
}
nav.nav-main ul li a {
	padding: 0 0 0 0.7em;
}
nav.nav-main ul li {
	padding: 0 0 0 0.7em;
}
footer .footer-social{
	float:none;
	text-align:center;
	margin-bottom:2.5em;
}
footer .footer-social a{
	margin-left:0.5em;
	margin-right:0.5em;
}
footer .footer-nav {
	float: none;
	text-align:center;
}
.top-header .nav-top li img.topmenu-active{
	top: 40px;
}

.top-header form.top-search input[type="text"] {
	padding: 1em;
    width: 180px;
}
.content .breadcrump {
	float: none;
	width: 100%;
}
.content nav.content-nav {
	float: none;
	width: 100%;
	text-align:left;
	margin-bottom:1.5em;
}

.content nav.content-nav ul li a{
	margin-left:0;
	margin-right:1em;
}

}
@media screen and (max-width:1023px) {
section, header, footer {
	padding: 0 2em;
}
.container1240 {
	padding: 2em 0;
}
header h1 {
    float: none;
    margin-right: 0;
}
.top-header nav.lang {
    display:none;
}

header nav.lang {
    display: block;
}

header img#btn-menu {
	display: block;
}
nav.nav-main {
	display:none;
	margin-top:3em;
}

nav.nav-main ul li ul {
position: relative;
background: none;
left: 0;
width:100%;
display:none;
}
nav.nav-main ul li ul li a {
border-top:none;
padding: 0 1em 0.7em 1em !important;
}
nav.nav-main ul li ul li:first-child a {
padding-top: 0.2em!important;
}
nav.nav-main {
	top: 0;
	text-align:center;
}
nav.nav-main li {
	display: block;
	width: 100%;
	padding:0!important;
}
nav.nav-main ul li a {
	width: 100%;
	display:block;
	padding: 0.5em 0 0.5em 0!important;
	border-left: none;
	border-top: #DFDFDF solid 1px;
}
nav.nav-main li.theark_backlink {
    display:block;
}

section.home-actu .container1240 {
 margin-bottom: 2em;
}
.footer-bottom{
	display:none;	
}
.container1240.bottom-info {
	padding-bottom: 1.2em;
	text-align:center;
}
.bottom-info .copyright,.bottom-info .adresse {
	float: none;
}
.bottom-info .adresse {
	margin-bottom:0.5em;
}
.top-header .nav-top{
	display:none;
}
.top-header form.top-search {
	display:none;
}
.content .container1240 {
	margin-top: 2em;
	margin-bottom:2em;
}
.content-main .royalSlider .pop{
	padding:0.5em;
	line-height:1em;
}
}
@media screen and (max-width:640px) {
header h1 a img{
	width: 80px;
	height: 36px;
}
header .container1240 {
	padding: 1.3em 0 2em 0;
}	
.three-columns-nomargin {
	width: 100%;
	float: none;
	margin-bottom: 2.5em;
}
section.home-actu .two-columns {
	float:none;
	margin-right:0;
	width:100%;
}
section.home-actu .container1240 {
	padding: 2em 2em 0 2em;
	margin-bottom: 2em;
}
section.home-actu {
	padding: 0;
}
section.home-actu .container1240 {
	margin-bottom: 0;
}
footer nav ul li {
display: block;
padding-top: 1.2em!important;
margin-top:1.2em!important;
border-top:#FFF solid 1px;
}
footer nav ul li a{
border-left:none;
padding:0;
}
section.slider .pop {
bottom: auto;
padding: 0 0 0.8em 0;
top: 0;
}
section.slider .pop h2 {
    line-height: 1.5em;
    font-size: 1.6em;
    margin-top:10px;
}
section.slider .pop a {
	/*font-size: 0.6em;*/
}
.content p{
	text-align:left;
}
.content aside.content-teasers{
		display:none;
}
.content section.content-main {
width: 100%;
float: none;
}
section.content {
padding: 0;
}
.content .container1240 {
	padding: 2em;
	margin-top: 1px;
	margin-bottom: 0;
}
section.home-actu .ico-rss {
	right: 2em;
	top: 2em;
}
}
@media screen and (max-width:479px) {
section.home-actu .two-columns-inside {
	width: 100%;
	float: none;
}
section.home-actu .two-columns-inside.marginbottom {
	margin-bottom: 2em;
}
section.home-actu .two-columns-inside.last {
	margin-bottom:0;
}
body.index-un .content-main article figure, body.index-un .content-main article.first figure {
	float: none;
	margin-right: 0;
	margin-bottom:1em;
	width: 100%;
}
body.index-un .content-main article {
	margin-bottom:2em;
	padding-bottom:1.5em;
}
}


/* LIENS */
div.liens > ul {
    list-style-type: none;
    margin-left: 0;
}

div.liens > ul li {
    padding-left: 0;
}

div.liens ul li h3 {
    margin-bottom: 0.2em;
    font-size: 1.2em;
}


/* CONTACT */
div#contactMap img { max-width: none; }

a.backLink {
    font-size: 1.6em;
    float:right;
}

/* listing vignettes page simple */
article.simple-list {
    border-bottom: #EBEBEB solid 1px;
    padding: 0 0 1em 0;
    margin-bottom: 2em;
}
article.simple-list p{
    text-align:left;
    margin-top:0;
    padding-top:0,
}
article.simple-list figure{
    float:left;
    margin-right:2em;
    width:22%;
}

article.simple-list div.content{
    float:left;
    width: 73%;
}

article.simple-list ul{
    margin-left:2em;
}



article.simple-list h3 a{
    color:#222;
}
article.simple-list h3 a:hover{
    color:#9A83B2;
}

article.simple-list h3{
    text-transform:none;
}


/* en listing vignettes page simple */


/* teasers right */
.content aside.content-teasers p {
    border-bottom:#ebebeb solid 1px;
    margin-bottom:2em;
    padding-bottom:2em;
}

.content aside.content-teasers figure {
    float: left;
    margin-right: 2em;
    width: 50%;
}
/* end teasers right */


/* interactive map */
#interactiveMap  p{
    font-size:1.2em!important;
}
#interactiveMap  h3{
    font-size:1.2em!important;
}
/* end interactive map */

/* site plan */
.site-plan{
    margin-left:-30px;
}
.site-plan ul li a{
    background-color:#360866;
    width:100%;
    display:block;
    color:#FFF!important;
    font-size:1.1em;
    padding: 0.2em 1em 0.3em 1.5em;
    margin-bottom:0.5em;
    text-transform:uppercase;
}


.site-plan ul li ul li a{
    background-color:transparent;
    border-bottom:#ebebeb solid 1px;
    width:100%;
    display:block;
    color:#333!important;
    font-size:1em;
    padding: 0.4em 0 0.5em 0;
    margin-bottom:0;
    text-transform:none;
}
.site-plan ul li ul li ul li a{
    font-size:0.9em;
    margin-bottom:0;
    text-transform:none;
}
.site-plan ul li a:hover{
    background-color:#9A83B2;
}
.site-plan ul li ul li a:hover{
    color:#9A83B2!important;
    background-color:#FFF;
}
/* end site plan */

.float-left{
    float: left;
    padding-right: 20px;
    
}
.float-right{
    float: right;
    padding-left: 20px;
    
}

.clear{
    clear:both;
    
}
.button.primary{
    background-color: #9A83B2;
    border: medium none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    min-height: 1.4em;
    font-size: 2em;
    display: inline-table;
    padding: 0.4em 1.2em;
}

nav.sublink {
    margin-bottom: 30px;
}

nav.sublink ul {
    margin: 0;
}

nav.sublink li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline;
    margin-right: 20px;
}

nav.sublink ul li.active a{
    color: #9a83b2;
}

.content-main ol { 
	list-style: outside none num; 
	margin-bottom:2em; 
	margin-left: 4em; 
} 
.content-main ol li { 
	font-size: 1.6em; 
	line-height: 1.5em; 
	padding-left: 0.5em; 
	padding-top: 1em; 
}


@media screen and (min-width:1024px){
	.top-header .nav-top {
		display: none;
	}
	.top-header {
		background: transparent;
		position: relative;
		top: 50px;
		z-index: 2;
		margin-top: -50px;
	}
	header h1 {
		position: relative;
		z-index: 3;
	}
}
section.home-inline-teasers h3{
	background:url(../bundles/thearkbase/images/bg-teaser.png) 0 0 repeat transparent;
}
footer {
    background: url(../bundles/thearkbase/images/bg-footer.png) 50% 100% no-repeat #9a83b2;
}
footer .footer-top {
    border-bottom: #806D94 solid 1px;
}
ul.footer-sitemap {
    border-left: #A38EB9 solid 1px;
}

.site-plan a{
    list-style: none;
    font-size: 15px;
}
.site-plan ul{
    margin-left: 10px!important;
    line-height:0!important;
    margin-bottom:15px;
}
.site-plan li{
    list-style:none!important;
    padding-left: 20px!important;
    line-height:22px!important;
    padding-top: 0px!important;
}
.video-item{
    width: 280px;
    
    float: left;
    margin: 10px 20px 10px 0;
    position: relative; 
}

.video-item span { 
    display: block;
    width: 100%;
    height: 60px;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    line-height:17px;
    
}
.video-item:hover{
    opacity:0.6;
    
}
.multimedia-nav li{
    font-size: 1em!important;
}
.cookie-banner {
    color: white;
    width: 100%;
    background-color: #9a83b2;
    position: fixed;
    bottom: 0;
    padding: 2em;
    font-size: 1.4em;
    z-index:1001;
}

.cookie-banner p {
    max-width: 80%;
}

.cookie-banner a.accept-button {
    color: #9a83b2;
    background-color: white;
    border-radius: 5px;
    padding: 15px;
    font-size: 1.4em;
}


/* v1.0.3 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsNav{
width:100%;
text-align:center;
}
.rsNavItem{
display:inline-block;
}
.rsNavItem span{
	background: url(../bundles/thearkbase/images/item.png) 50% 50% no-repeat;
display: block;
width: 25px;
height: 40px;
}
.rsNavItem span:hover{
	cursor:pointer;
}
.rsNavItem.rsNavSelected span{
	background: url(../bundles/thearkbase/images/active_item.png) 50% 50% no-repeat;
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0); 
}
.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 {
	position: absolute;
	z-index: 15;
	-webkit-backface-visibility: hidden;
}

.grab-cursor {
	cursor:url(../bundles/thearkbase/js/royalslider/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(../bundles/thearkbase/js/royalslider/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(../bundles/thearkbase/js/royalslider/blank.gif);
	-webkit-backface-visibility: hidden;
}

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


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


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

.rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsMinW .rsArrowLeft { right: 37px; bottom: 7px; }
.rsMinW .rsArrowRight { right: 7px; bottom: 7px; }

.rsMinW .rsArrowIcn {		
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;	
	background: url('../bundles/thearkbase/js/royalslider/skins/minimal-white/rs-minimal-white.png') transparent;
	
	border-radius: 2px;
}
.rsMinW .rsArrowIcn:hover {

}


.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }

.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


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

.rsMinW .rsBullets {
	position: absolute;
	bottom: 15px;
	right: 73px;
	z-index: 35;
	padding-top: 4px;
	height: auto;

	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}





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

.rsMinW .rsThumbsHor {
	width: 100%;
	height: auto;
}
.rsMinW .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsMinW .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsMinW .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
	background: #333;
}
.rsMinW .rsThumb.rsNavSelected img {
	filter: alpha(opacity=40);
	opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
} 
.rsMinW .rsTmb {
	display: block;
}




/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

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

.rsMinW .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('../bundles/thearkbase/js/royalslider/skins/minimal-white/rs-minimal-white.png');
}

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

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

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

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




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

.rsMinW .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsMinW .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: #000;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	*display:inline; 
	*zoom:1;
}
.rsMinW .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;
}
.rsMinW .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;
}
.rsMinW .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected { 
	color: #000;
	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
*
****************/

.rsMinW .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsMinW .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('../bundles/thearkbase/js/royalslider/skins/minimal-white/rs-minimal-white.png') 0 0 transparent;
}
.rsMinW .rsFullscreenIcn:hover {
	opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





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

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

	background:url(../bundles/thearkbase/js/royalslider/skins/minimal-white/rs-minimal-white.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsMinW .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsMinW .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsMinW .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('../bundles/thearkbase/js/royalslider/skins/minimal-white/rs-minimal-white.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



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

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../bundles/thearkbase/js/royalslider/skins/preloaders/preloader-white.gif);

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




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

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

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}