/* =========================================================
Common styles
============================================================ */
@import url('fonts.css');

body {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background:url(../img/background/body-bg.png) repeat 0 0;
}
pre, code {
    font-family: 'DejaVu Sans Mono',Menlo,Consolas,monospace;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin:20px 0;
}

ol {
    margin:0px;
}
ul {
    margin:0px;
}
ul li {
    list-style:none;
    margin:0;
}
ol li {
    margin:0;
}

.glossary ul.letters{ font-size:1.6em; font-family: "Rokkitt",serif; color:#cccccc; border-bottom: 1px dotted #d6d6d6; padding-bottom:5px; }

.glossary ul.letters li{ display:inline-block; margin:0 5px; }

.print, .pdf{
	float: right;
	margin:10px 0 10px 5px;
}

.print span, .pdf span{
	position:absolute;
	left:-2000px;
	top:-2000px;
}

.pdf a:before, .print a:before{
	content:"\e1b1";
	font-size:1.4em;
	font-family:'icomoon';
	margin-right:5px;
	text-indent:20px;
	color:#444444;
}

.print a:before{
	content:"\e04f";
}

/*------responsive image----------------*/
.responsive-img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
/* 	margin-left: 20px; */
	margin-bottom: 20px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	line-height: 1.42857;
	padding: 6px 12px;
	vertical-align: middle;
	height : 30px;
	box-sizing : border-box;
	max-width : 100%;
	width : 100%;
}
.inputDiv {
	max-width : 100%;
}

.span4 select, .span4 textarea, .span4 input[type="text"], .span4 input[type="password"], .span4 input[type="datetime"], .span4 input[type="datetime-local"], .span4 input[type="date"], .span4 input[type="month"], .span4 input[type="time"], .span4 input[type="week"], .span4 input[type="number"], .span4 input[type="email"], .span4 input[type="url"], .span4 input[type="search"], .span4 input[type="tel"], .span4 input[type="color"], .span4 .uneditable-input {
	margin-left : 0;
}

/* =========================================================
Elements
============================================================ */
blockquote {
    background-color:#f4f4f4;
    color:#999;
    font-size:13px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    margin-bottom:20px;
    padding:10px 15px 10px 20px;
    line-height:24px;
    border-left:5px solid #002F6B;
}

/*-DropCap-*/
.kp-dropcap {
    color: #fff;
    background-color:#002F6B;
    font-family:'Rokkitt', serif;
    display: inline-block;
    *display:inline;
    zoom:1;
    float: left;
    font-size: 36px;
    height: 36px;
    line-height: 38px;
    margin: 5px 10px 0 0;
    text-align: center;
    width: 34px;
}
.kp-dropcap.color {
    background-color: #002F6B;
    font-size:30px;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
    position: relative;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    width: 36px;
    z-index: 0;
    margin: 5px 10px 0 0;
}

/*-Button-*/
.small-button {
    display:inline-block;
    *display:inline;
    zoom:1;
    padding:3px 10px;
}
.medium-button {
    display:inline-block;
    *display:inline;
    zoom:1;
    padding:7px 15px;
}
.big-button {
    font-size:13px;
    display:inline-block;
    *display:inline;
    zoom:1;
    padding:10px 20px;
}
.green-button,
.border-button:hover {
    color:#fff !important;
    background-color:#002F6B;
    border:1px solid #002F6B;
}
.border-button,
.green-button:hover {
    background-color: #c9c9c9;
    border: 1px solid #c9c9c9;
    color: #fff !important;
}

.more-link-icon {	
    display: inline-block;
    *display:inline;
    zoom:1;
}
.more-link-icon span {
    color:#002F6B;
    font-size:16px;
    font-family:'Rokkitt', serif;
    display: inline-block;
    line-height:20px;
    float:left;
}
.more-link-icon i {
    color:#fff;
    background-color:#002F6B;
    background-image:none;
    font-size:8px;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    text-align:center;
    line-height:16px;
    padding:2px 2px 3px 3px;
    float:left;
    margin:0 5px 0 0;
}
.more-link-icon:hover span {
    color:#333;
}
.more-link-icon:hover i {
    background-color:#333;
}

.ametys-cms-content .content-read-more a {
    background-image: url("../img/arrow-icon.png");
    background-position: right 6px;
    background-repeat: no-repeat;
    color: #002F6B;
    font-family: "Rokkitt",serif;
    font-size: 18px;
    padding: 0 15px 0 0;
}

.ametys-cms-content.header-content .content-read-more a {
	background-color : #002F6B;
	background-image : none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	padding: 10px 30px;
	margin-right : -15px;
	position: relative;
	bottom: -7px;
}

/* =========================================================
Clear Floated Elements
============================================================ */
.left{ 
    float:left;
}
.right{
    float:right;
}
.clear {  
    clear: both;  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    width: 0;  height: 0;
}
.clear-L {
	clear : left;
}
.clearfix:before, .clearfix:after{
    content: '.';  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    font-size: 0;  
    line-height: 0;  
    width: 0;  
    height: 0;
}
.clearfix:after{  
    clear: both;
}
.clearfix{  
    zoom: 1;
}
.hover-effect{
    cursor:pointer;
    position:relative;
}
.hover-effect .mask {
    opacity:0;
    filter: alpha(opacity=0);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.5);
}
.hover-effect:hover .mask {
    opacity:1;
    filter: alpha(opacity=100);
}
.hover-effect .mask a.link-detail {
    width:40px !important;
    height:40px !important;
    display:block;
    background-color:rgba(145,196,72,0.75);
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    color:#fff;
    line-height:40px;
    text-align:center;
    font-size:16px;
    position:absolute;
    top:50%;
    margin:-20px 0 0 -20px;
    left:100%;
}
.kp-cat-3 .hover-effect .mask a.link-detail {
    width:60px !important;
    height:60px !important;
    line-height:60px;
    font-size:26px;
    margin:-30px 0 0 -30px;
}
.hover-effect:hover .mask a.link-detail {
    left:50%;
}
.hover-effect .mask a.link-gallery {
    width:40px !important;
    height:40px !important;
    display:block;
    background-color:rgba(145,196,72,0.75);
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    color:#fff;
    line-height:40px;
    text-align:center;
    font-size:16px;
    position:absolute;
    top:50%;
    margin:-20px 0 0 -20px;
    right:100%;
}
.hover-effect:hover .mask a.link-gallery {
    right:50%;
}
.pf-box .hover-effect .mask a.link-detail {
    margin:-10px 0 0 -20px;
}
.pf-box .hover-effect .mask a.link-gallery {
    margin:-30px 0 0 -20px;
}

.bwWrapper {
    position:relative;
    display:block;
}
.bwWrapper a.kp-pf-detail {
    width:40px;
    height:40px;
    display:block;
    background-color:rgba(145,196,72,0.75);
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    color:#fff;
    line-height:40px;
    text-align:center;
    font-size:20px;
    font-weight:700;
    position:absolute;
    top:50%;
    margin:-20px 0 0 -20px;
    left:50%;
    opacity:0;
    filter: alpha(opacity=0);
}
.bwWrapper:hover a.kp-pf-detail {
    opacity:0.8;
    filter: alpha(opacity=80);
}
.bwWrapper a.kp-pf-detail:hover {
    opacity:1;
    filter: alpha(opacity=100);
}


/* =========================================================
CSS3 Transition
============================================================ */
#main-menu li,
.socials-link li a span,
.search-box .search-form .search-submit,
[class^="icon-"], [class*=" icon-"],
.kp-tagcloud a,
.kp-filter ul.ss-links li,
.pagination ul > li > a,
#portfolio-items article .mask,
#pf-items article .mask,
.hover-effect .mask,
.toggle-view li span,
.green-button,
.border-button,
#comments-form #submit-comment,
.more-link-icon span,
.next,.prev,
.kp-our-work .carousel-nav a,
.socials-link li,
.pf-detail-slider .flex-direction-nav a,
.pf-detail-nav a,
.kp-testimonial .carousel-nav a,
.bwWrapper a.kp-pf-detail,
#mobile-menu > span,
.widget_tag_cloud a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#portfolio-items article .mask a,
#pf-items article .mask a,
.hover-effect .mask a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.search-box .search-form .search-text,
.related-article .entry-item {
    -webkit-transition: border 0.3s ease-in-out;
    -moz-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
}
/* =========================================================
Colunms
============================================================ */
.wrapper-content{
    max-width:1120px;
    margin: 0 auto;
    position: relative;
}
#main-col {
    display : inline-block;
    width: 820px;
    margin-left : 25px;
}

#main-col.medium{
	width:890px;
}

#main-col.light{
	width: 610px;
}

#main-col.large, .ametys-cms-content.header-content .inner-content{
	width:100%;
}

.sidebar {
    float:left;
    max-width:240px;
    width:25%;
    margin-top : 20px;
}

/* .page .sidebar { */
/*     width: 240px; */
/* } */

/* .page .sidebar.right-sidebar { */
/* 	width: 200px;	 */
/* } */

.left-sidebar {
/* 	margin-right: 40px; */
}

.right-sidebar {
	margin-left: 25px;
	float: right;
    max-width: 198px;
    width: 18%;
}

.two-sidebar .sidebar {
    width:250px;
}
.two-sidebar #main-col {
    width:570px;
    margin:0 25px;
}

#main-col.kopa-layout-single-3{
    width: 100%;
    margin: 0px;
}

.mb-20 {
    margin-bottom:20px;
}

/* sidebar item and focus item styles */
.sidebar #ametys-cms-zone-sidebar > div,
.sidebar #ametys-cms-zone-focus > div{
	vertical-align:top;
/* 	background: url("../img/shadow-block.png") no-repeat scroll center bottom / 100% 20px rgba(102, 153, 153, 0.05); */
	padding: 20px 12px 30px 12px!important;
	box-sizing: border-box;
	position:relative;
	margin:30px auto;
}

.sidebar #ametys-cms-zone-focus > div{
	background-color: #EFEFEF;
	margin-top:0px!important;
}

.sidebar #ametys-cms-zone-sidebar > div:after,
.sidebar #ametys-cms-zone-focus > div:after{
	display:block;
	content: " ";
	clear:both; 
}

.sidebar #ametys-cms-zone-sidebar > div h2,
.sidebar #ametys-cms-zone-focus > div h2{
/* 	background-color: #FDFDFD; */
	border-bottom: 2px solid #e5e5e5;
    min-height: 25px;
    margin:0;
    font-size:22px;
    line-height:20px;
    color:#333333;
    background-image: none;
    padding-left:0;
/* FF ESR 24.1.1     position:absolute; */
/* FF ESR 24.1.1     top:0; */
/* FF ESR 24.1.1     left:0;  */
/* FF ESR 24.1.1     right:0; */
	margin:0px 0px 10px 0px;
}
.bo .sidebar #ametys-cms-zone-sidebar > div h2,
.bo .sidebar #ametys-cms-zone-focus > div h2{
	margin-top: -32px;
    padding-top: 35px;
}

.bo .sidebar #ametys-cms-zone-sidebar > div, 
.bo .sidebar #ametys-cms-zone-focus > div{
	padding-top:12px!important;
}


.sidebar #ametys-cms-zone-sidebar > div h3,
.sidebar #ametys-cms-zone-focus > div h3,
.sidebar #ametys-cms-zone-sidebar > div h4,
.sidebar #ametys-cms-zone-focus > div h4{
	padding-left:0;
}

.sidebar #ametys-cms-zone-sidebar > div h2:before,
.sidebar #ametys-cms-zone-focus > div h2:before{
	display:none;
}


.sidebar #ametys-cms-zone-sidebar > div h2 span,
.sidebar #ametys-cms-zone-focus > div h2 span{
    border-bottom: 2px solid #002F6B;
    display: inline-block;
    left: 0;
    padding-bottom: 5px;
/* FF ESR 24.1.1    bottom: -2px; */
/* FF ESR 24.1.1    position: absolute; */
	margin-bottom:-2px;
}

.sidebar #ametys-cms-zone-focus > div h2 span{
	border-color:#002F6B;
}

.sidebar #ametys-cms-zone-sidebar > div h2 span.content-subtitle,
.sidebar #ametys-cms-zone-focus > div h2 span.content-subtitle{
	display:none;
}


/* =========================================================
Header
============================================================ */
#page-header {
    border-top: 3px solid #002F6B;
}

#header-banner {
    background-color:#2C2D2E;
    padding-bottom: 3px;
}

#header-banner div > ul,
#header-banner div > a {
	text-align: right;
}

#header-banner ul li {
	display: inline-block;
	padding: 3px;
	text-transform:capitalize;	
}

#header-banner ul.header-banner-links {
	float: left;	
	margin-top:5px;
/*	font-style: italic;*/
	text-transform: uppercase;
}
#header-banner ul.header-banner-links li {padding-right: 0px;}
#header-banner ul.header-banner-links li a:after{ content: "•"; padding-left: 5px;}
#header-banner ul.header-banner-links li.last a:after { content: "";}

/* direct access */
#header-banner ul.direct-access{
	display:inline-block;
	position:relative;
	list-style-type:none;
	z-index:20;
	float:left;
	margin-top:5px;
}

#header-banner ul.direct-access:after{
	content: " | ";
	color:#ffffff;
}

#header-banner ul.direct-access .label{
	cursor:pointer;
	color:#ffffff;
	display:inline-block;
	padding-right:15px;
}

#header-banner ul.direct-access .label:after{
	content:"›";
	padding-left: 5px;
	font-size: 1.2em;
	font-weight: 700;
	line-height:0;
	color:#ffffff;
	position:absolute;
	top:12px;
}

#header-banner ul.direct-access .label.hover:after{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    padding-left: 15px;
    top:6px;
}

#header-banner ul.direct-access li.hover{
	background-position: right 11px;
/* 	padding-top:1px; */
}
#header-banner ul.direct-access .select{
	top:-10000px;
	left: -10px;
	position:absolute;
	font-size:1.1em;
	line-height:2;
	border:1px solid #2C2D2E;
	border-width:3px 1px 1px;
	background-color:#ffffff;
	z-index:1000;
	list-style-type:none;
	text-align: left;
	color:#2C2D2E;
}
#header-banner ul.direct-access .label.hover .select{
	top:26px;
}
#header-banner ul.direct-access .select li{
	white-space:nowrap;
	padding:0;
	display:block;
}
#header-banner ul.direct-access .select li a{
	padding:5px 10px;
	display:block;
	width:100%;
	box-sizing:border-box;
	text-decoration:none;
	color:#2C2D2E;
}

#header-banner ul.direct-access .select li a:hover,
#header-banner ul.direct-access .select li a:focus{
	background-color:#2C2D2E;
	color:#ffffff;
}
/* */

#header-banner a.btn-ent:before {
    height: 28px;
    width: 32px;
    text-align: center;
	font-size: 1em; 
	padding: 5px;
	margin-right: 3px;
	color: #FFF; 
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e0a8";
}


#header-banner .search-box,
#header-banner ul.lang,
#header-banner ul.socials-link,
#header-banner .univ-bdx {
	float: right;
}

#header-banner ul li a { color: #FFF; }
#header-banner ul.lang {padding: 5px 10px 0px;}
#header-banner ul.lang li { padding-left: 0px;}
#header-banner ul.lang li a:after { content: "|"; padding-left: 5px;}
#header-banner ul.lang li.last a:after { content: "";}

#header-banner > div > a { color: #FFF; }

#header-banner ul li a span { 
	padding-right: 5px;	
}

#header-top {
    background-color:#fff;
    border-bottom:1px solid #e5e5e5;
    position: relative;
/*     padding: 12px 12px 0; */
}

.socials-link {
    float:left;
    margin:5px 0px 0 0;
}
.socials-link li {
    float:left;
    margin-left:10px;
    width:20px;
    height:20px;
    background-color:#002F6B;
    text-align:center;
    line-height:20px;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.socials-link li:first-child {
    margin-left:0;
}
.socials-link li a span {
    font-size:14px;
    color:#fff;
    padding-left: 3px;
}

.socials-link .feed-icon:hover {
    background-color:#f8bc2e;
}

#main-menu > li {
    float:left;
    z-index:99999;
    background-color:#ffffff;
    cursor:pointer;
    font-weight: bold;
}
/*#main-menu > li.large > a {*/
/*	padding-left: 10px;*/
/*	padding-right: 10px;*/
/*}*/

#main-menu > li > a,
#main-menu > li > span,
#main-menu > li.hover > a, 
#main-menu > li.hover > span {
    font-size:16px;
    color:#444;
    font-family:'Rokkitt', serif;
    display:block;
    line-height:30px;
/*     border-left:1px solid #e5e5e5; */
    text-transform: uppercase;
    padding : 15px 20px 13px;
    text-align: center;
    font-weight : 400;
}

.intranet #main-menu > li.section-2 > a,
.intranet #main-menu > li.section-2 > span,
.intranet #main-menu > li.section-2.hover > a, 
.intranet #main-menu > li.section-2.hover > span {
	width: 180px;	
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 6px;
	width: 170px;
}

#main-menu > li > a > span,
#main-menu > li > span > span  { margin-right: 12px; font-size: 0.9em; color:inherit;
	/* LPE Menu fixe   */
/*	float:left; margin-top: 6px;*/
	}
#main-menu > li > a > span.icon-search {background-image: none;}

.sf-arrows > li > .sf-with-ul:after {
    border-width:0px;
}
.sf-arrows li ul li .sf-with-ul:after {
    border-width:7px;
    margin-top:-7px;
    right:8px;
    background-repeat:no-repeat;
    background-position:right center;
    background-image:url(../img/background/menu-arrow.png);
}
.sf-arrows ul li > .sf-with-ul:focus:after, 
.sf-arrows ul li:hover > .sf-with-ul:after, 
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color:transparent;
}
#main-menu > li:hover {
    background-color:#f4f4f4;
}
#main-menu > li.current-menu-item {
    background-color:#002F6B;
}
#main-menu > li.current-menu-item a {
    color:#fff;
}
#main-menu > li.menu-home-icon > a {
    background:url(../img/icons/home.png) no-repeat center center;
    text-indent:-99999px;
    width:20px;
    height:30px;
}
#main-menu > li.menu-home-icon.current-menu-item > a {
    background:url(../img/icons/home-hover.png) no-repeat center center;
    background-color:#002F6B;
}


/*---Sub menu---*/
#main-menu .submenu-header{
	width:250px;
	margin-left:50px;
	float:left;
}

#main-menu .submenu-header:hover{
    text-decoration:none;
}

#main-menu .submenu .title{
    font-family: "Rokkitt",serif;
    font-size:2.4em;
    font-weight:normal;
    color: #2D3638;
    display:block;
    line-height:26px;
    margin-bottom:16px;
}


#main-menu .submenu .know-more{
     background-image: url("../img/arrow-icon.png");
    background-position: right 6px;
    background-repeat: no-repeat;
    color: #002F6B;
    font-family: "Rokkitt",serif;
    font-size: 18px;
    padding: 0 15px 0 0;
}

#main-menu li .submenu{
	display:none;
}
#main-menu li.hover .submenu {
    display:block;
/*     width:180px; */
    top:58px;
    background-color:#fff;
    border:1px solid #e5e5e5;
    padding:33px 26px 33px 20px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
}
#main-menu .submenu ul{
	margin-right:30px;
}

#main-menu .submenu ul li {
    border-top:1px solid #e5e5e5;
    padding:10px 15px;
    position:relative;
}

#main-menu .submenu ul > li{
    border-top:1px dotted #d6d6d6;
    padding-left:5px!important;
}
#main-menu .submenu ul li:first-child{
    border-top:none;
}
#main-menu .submenu ul li:hover,
#main-menu .submenu ul li.current-menu-item {
    background-color:#f4f4f4;
}
#main-menu .submenu ul li a {
    color:#444 !important;
    font-size:13px;
    display:block;
}
#main-menu .submenu ul li ul {
    top:-1px;
    left:183px;
}

/*--------------Mobile Menu-------------------*/
#mobile-menu {
	display:none;
	position:relative;
}
#mobile-menu > span {
	display:inline-block;
	text-transform:uppercase;
	font-family:'Rokkitt', serif;
	font-size:20px;
	padding:10px 0;
	cursor:pointer;
}
#mobile-menu > span:hover {
	color:#002F6B;
}
#toggle-view-menu {
	display:none;
	list-style: none;
	margin: 0;
	padding: 0;	
	border-top: none;
	position:absolute;
	top:40px;
	left:0;
	z-index:99999;
	width:220px;
}
#toggle-view-menu > li {
	border-bottom:1px solid #84b440;
	border-top:1px solid #b1da76;
	margin: 0;
	position: relative;
	cursor: pointer;
	list-style: none;
	background-color:#002F6B;
}
#toggle-view-menu h3 {
	font-size: 16px;
	margin: 0;	
	float: left;
	line-height: 40px;	
	padding: 0 15px;
}
#toggle-view-menu h3 a {
	color: #fff;
	width:100%;
	display:block;
}
#toggle-view-menu h3 a:hover {
	color: #002F6B;
}
#toggle-view-menu span {
	float: right;
	font-size: 26px;
	width: 40px;
	height: 40px;
	font-weight: bold;
	text-align: center;
	color: #636363;
	line-height: 40px;
	background-color:#c2ec86;
}
#toggle-view-menu li.active {
	background-color:#002F6B;
}
#toggle-view-menu li.active span,
#toggle-view-menu li.active h3 a {
	color:#fff;
}
#toggle-view-menu .menu-panel {
	margin: 0px;
	display: none;
	padding: 10px 15px 0;
	font-size: 14px;
	color: #fff;
	background-color:#b1da76;
}
#toggle-view-menu .menu-panel ul {
	margin:0;
}
#toggle-view-menu li .menu-panel ul li {
	border:none;
	list-style:disc inside;
	margin: 0 0 10px 0;
	color:#405325;
}
#toggle-view-menu .menu-panel ul li a {
	display:inline-block;
	*display:inline;
	zoom:1;
	color:#405325;
	font-size:12px;
}
#toggle-view-menu .menu-panel ul li ul {
	margin-left:40px;
	margin-top:10px;
}

/*---Header Bottom---*/
#header-bottom {
/*    border-bottom:1px solid #e5e5e5; */
   padding:20px 0;
/*    background-color:#FFF; */
}
.kp-home-3 #header-bottom {
    border-bottom:none;
}
.sub-page #header-bottom,
.kp-contact-page #header-bottom {
    border-bottom:none;
}

/* Title */
div.scpobdx-title {
	float: left;
	line-height:38px;
}
div.scpobdx-title h1{
	margin : 0;
	margin-left: 15px;
	margin-top: 3px;
}

/*---Logo---*/
#logo-image {
    position: absolute;
    right: 0px;
    top: -9px;
	z-index:99; 
}
#logo-image a {
    display:block;
    width:100%;
    z-index:99;
}

#logo-image img {
	padding: 8px 5px 5px;	
}

#header-top .univ-bdx{
	float:right;
	margin-right:125px;
}

/* Vous etes */
#header-bottom .rightbox {
	float : right;
	margin-top : 35px;
}

/*- Search Box -*/
.search-box{
    display : inline-block;
    vertical-align : middle;
/*     margin: 10px 25px 0 0; */
}
.search-box .search-form {
    position:relative;
    margin: 5px 0 0 0;
}
.search-box .search-form .search-text{
    height:25px;
    line-height:25px;
    background-color:#fff;
    border:1px solid #e4e4e4;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    padding:0 10px;
    border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
    margin:0;
/*    width:202px;*/
    width:177px;
    box-shadow:none;
    color:#666;
    font-size:12px;
}

.search-box .search-form .search-submit{
    border:none;
    width:25px;
    height:25px;
    background-repeat:no-repeat;
    background-position: center center;
    background-color:#002F6B;
    background-image:url(../img/icons/search-icon.png);
    background-size: auto 67%;
    position:absolute;
    right:0px;
    top:0;
    padding:0;
    border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	text-indent:100px;
}

#header-bottom .search-box .search-form .search-text { 
    height:32px;
    line-height:32px;
}

#header-bottom .search-box .search-form .search-submit {
    width:32px;
    height:32px;	
}	
	
.search-box .search-form .search-text:focus {
    box-shadow:none;
    border:1px solid #002F6B;
}
.search-box .search-form .search-submit:hover {
    background-color:#e4e4e4;
}

.search-box-mobile {
	display : none;
} 

.search-box-mobile .kp-filter {
	padding-left : 0;
}
.search-box-mobile .kp-filter div > span i {
	background : url("../img/icons/search-icon-small.png") no-repeat center center transparent
}

/* =========================================================
Home page slider
============================================================ */
.ei-slider{
    position: relative;
    width: 100%;
    max-width: 2700px;
    height: 405px;
    margin: 0 auto 45px;
}
.kp-home-2 .ei-slider {
    margin: 0 auto 35px;
}
.ei-slider-loading{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:999;
    background: rgba(0,0,0,0.9);
    color: #fff;
    text-align: center;
    line-height: 405px;
}
.ei-slider-large{
    height: 100%;
    width: 100%;
    position:relative;
    overflow: hidden;
}
.ei-slider-large li{
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.ei-slider-large li img{
    width: 100%;
    display:block;
}
.ei-title{
    position: absolute;
    right: 20px;
    top: 40px;
    width: 380px;
}
.ei-title h2, .ei-title div.innertube {
    text-align: left;
}
.ei-title h2{
    font-size: 24px;
    font-weight:700;
    line-height: 26px;
    font-family:'Rokkitt', serif;	
    float:left;
    margin-bottom:0px;	
    padding: 3px 0px;
    background-color:rgba(255,255,255,.4);
}
.ei-title h2 a {
    display:block;
    color: #fff;
    background-color:#002F6B;
    padding:5px 15px;
}
.ei-title div.innertube{
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    background-color:rgba(0,0,0,.7);
    font-family: 'Open Sans', sans-serif;
    padding:10px;
    border-top:2px solid #002F6B;
    float:left;
    margin:0;
}

.ei-title div.innertube a {
	display: block;
	color: #fff;
	font-weight: bold;
}

.ei-slider-thumbs{
    height: 8px;
    margin: 0 auto;
    position: relative;
    z-index:900;
}
.ei-slider-thumbs li{
    position: relative;
    float: left;
    height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    z-index: 10;
    text-indent: -9000px;
    background: #002F6B;
}
.ei-slider-thumbs li a{
    display: block;
    text-indent: -9000px;
    background: #d6d6d6 ;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline:none;
    -webkit-box-shadow: 0px 1px 0px 1px #fff;
    -moz-box-shadow: 0px 1px 0px 1px #fff;
    box-shadow: 0px 1px 0px 1px #fff;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
    background-color: #002F6B;
}
.ei-slider-thumbs li img{
    position: absolute;
    bottom: 50px;
    opacity: 0;
    z-index: 999;
    max-width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-reflect: 
        below 0px -webkit-gradient(
        linear, 
        left top, 
        left bottom, 
        from(transparent), 
        color-stop(50%, transparent), 
        to(rgba(255,255,255,0.3))
        );
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
    opacity: 1;
    bottom: 13px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* =========================================================
Main content
============================================================ */
#main-content {
/*     padding-top:20px; */
    min-height: 500px; 
    background-color: #fff;
    padding-bottom : 20px;
}
.white-bg {
    background-color: #fff;
}
.kp-home-3 #main-content,
.kp-about-page #main-content {
    padding-top:0px;
}
.sub-page #main-content {
    background-color:#fff;
}

/*-Tabs-*/
.list-container-1 ul {
    margin:0;
}
.list-container-1 ul li {
    list-style:none;
    float:left;
    margin:0px 1px 0 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    width:49.939%;
}
.list-container-1 ul li a {
    border:1px solid #e4e4e4;
    padding:15px 20px;
    color:#333;
    font-size:24px;
    font-family:'Rokkitt', serif;
    display:block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.list-container-1 ul li.active a, 
.list-container-1 ul li:hover a {
    text-decoration:none;
    color:#fff;
    border:1px solid #002F6B;
    background-color:#002F6B;	
}
.list-container-1 ul li a span {
    margin-right:10px;
    background:none;
    width:25px;
    color:#002F6B;
}
.list-container-1 ul li:hover a span,
.list-container-1 ul li.active a span {
    color:#fff;	
}


/*---Timeline---*/
.timeline-container {
    position:relative;
    padding-top:25px;
    margin-bottom:35px;
}
#time-line {
    height:100%;
    width:2px;
    background-color:#002F6B;
    position:absolute;
    top:0;
    left:75px;
}
.timeline-container .load-more {
    position:absolute;
    border:2px solid #002F6B;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    background-color:#fff;
    bottom:0;
    left:59px;
    width:30px;
    height:30px;
	line-height:30px;
    text-align:center;
    color:#002F6B;
}
.timeline-container .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.timeline-container .tooltip.top .tooltip-arrow {
    border-top-color: #002F6B;
}
.timeline-container .tooltip-inner {
    background-color:#002F6B;
}
.timeline-container .load-more i {
    background:none;
    font-size:18px;
    line-height:16px;
    width:17px;
    margin:0;
}
.timeline-item {
    margin-bottom:25px;
}
.timeline-item.gallery-post {
    margin-bottom:40px;
}
.timeline-item .timeline-icon {
    float:left;
    width:110px;
    position:relative;
}
.timeline-item .timeline-icon .dotted-horizon {
    border-bottom:2px dotted #002F6B;
    position:absolute;
    top:20px;
    left:48px;
    width:60px;
    height:2px;
    display:block;
}
.timeline-item .timeline-icon .vertical-line {
    background:url(../img/background/body-bg.png) repeat-y;
    width:24px;
    height:34px;
    position:absolute;
    top:5px;
    left:64px;
    z-index:3;
}
.timeline-item .timeline-icon .circle-outer {
    border:2px solid #002F6B;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    background:url(../img/background/body-bg.png) repeat 0 0;
    position:absolute;
    top:13px;
    left:67px;
    display:block;
    width:15px;
    height:15px;
    z-index:4;
}
.timeline-item .timeline-icon .circle-inner {
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    background-color:#002F6B;
    position:absolute;
    top:20px;
    left:74px;
    display:block;
    width:5px;
    height:5px;
    z-index:5;
}
.timeline-item .timeline-icon div p {
    margin:0;
    width:47px;
    height:47px;
    line-height:47px;
    background-color:#002F6B;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    font-size:15px;
    color:#fff;
    text-align:center;
}
.timeline-item .timeline-icon div p span {
    margin-top:15px;
}
.timeline-item .entry-body {
    float:left;
    padding:20px;
    background-color:#fff;
    border:1px solid #e4e4e4;
    width:685px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.timeline-item .entry-body .entry-title {
    margin:-3px 0 5px;
}
.more-link {
    color: #002F6B;
    font-family: 'Rokkitt',serif;
    font-size: 18px;
    padding: 0 15px 0 0;
    background-repeat:no-repeat;
    background-position:right 5px;
    background-image:url(../img/icons/arrow-icon.png);
}
.more-link:hover {
    color:#333;
    background-image:url(../img/icons/arrow-icon-hover.png);
}

.timeline-item .entry-body .kp-thumb {
    float:left;
    margin-right:20px;
    width:268px;
}
.timeline-item .entry-body .kp-thumb a,
.timeline-item .entry-body .kp-thumb img {
    display:block;
    width:100%;
}
.timeline-item .entry-body header {
    margin-bottom:10px;
    border-bottom:1px solid #ececec;
    padding-bottom:5px;
    float:left;
    width:355px;
}
.timeline-item.link-post .entry-body header {
    float:none;
    width:100%;
}

.timeline-item.quote-post,
.timeline-item.audio-post,
.timeline-item.gallery-post {
    text-align:center;
}
.timeline-item.gallery-post .entry-body {
    position:relative;
}

.timeline-item.quote-post .entry-body p {
    font-size:24px;
    font-family:'Rokkitt', serif;
    line-height:26px;
    color:#333;
    margin-top:-3px;
}

.timeline-item.quote-post .entry-body .quote-name {
    position:relative;
    display:inline-block;
    font-size:13px;
    color:#333;
}
.timeline-item.quote-post .entry-body header {
    margin-top:10px;
}

.timeline-item.quote-post .entry-body header {
    width:100%;
    padding-bottom:0;
    border-bottom:none;
    margin-bottom:0;
    float:none;
}
.timeline-item.audio-post .entry-body header {
    width:100%;
    float:none;
    margin-bottom:20px;
}
.timeline-item.gallery-post .entry-body header {
    width:100%;
    float:none;
    padding-bottom:0;
    border-bottom:none;
	margin-bottom:0;
}

.timeline-item.audio-post .entry-body audio {
    margin-bottom:15px;
}

.timeline-item.gallery-post .latest-gallery-img a,
.timeline-item.gallery-post .latest-gallery-img a img,
.timeline-item.gallery-post .older-gallery-img li a,
.timeline-item.gallery-post .older-gallery-img li a img {
    display:block;
    width:100%;
}
.timeline-item.gallery-post .older-gallery-img {
    margin:10px -10px 10px 0;
}
.timeline-item.gallery-post .older-gallery-img li,
.timeline-item.gallery-post #more-gallery-img li {
    float:left;
    margin-right:10px;
    width:207px;
}
.timeline-item.gallery-post #more-gallery-img {
    margin:10px -10px 10px 0;
    display:none;
}
.load-more-gallery {
    background-color:#002F6B;
    display:block;
    width:34px;
    height:16px;
    position:absolute;
    bottom:-16px;
    left:50%;
    margin-left:-17px;
    border-radius:0 0 34px 34px;
	-moz-border-radius:0 0 34px 34px;
	-webkit-border-radius:0 0 34px 34px;
    cursor:pointer;
}
.load-more-gallery span {
    position:absolute;
    top:4px;
    right:11px;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: block;
    height: 0;
    transition: border 0.3s ease-in-out 0s;
    width: 0;
}
.load-more-gallery.arrow-up span {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: none;
}

.timeline-item.audio-post .entry-body iframe {
    margin-bottom:10px;
}

.time-to-filter {
    margin-left:45px;
    height:17px;
    margin-bottom:37px;
    border-bottom:1px solid #e4e4e4;
    position:relative;
}
.time-to-filter .timeline-filter {
    color:#002F6B;
    font-weight:700;
    font-size:14px;
    font-family:'Rokkitt', serif;
    line-height:34px;
    background:url(../img/background/body-bg.png) no-repeat 0 center;
    background-size:20px 20px;
    position:absolute;
    top:0;
    left:0;
    margin:0;
    width:65px;
    text-align:center;
}
.time-to-filter .timeline-filter span {
    display:inline-block;
    background:url(../img/background/body-bg.png) repeat 0 0;
}
.time-to-filter .post-quantity {
    position:absolute;
    left:100px;
    top:8px;
    font-size:14px;
    font-family:'Rokkitt', serif;
    color:#535353;
    background-color:#fff;
    border:1px solid #e4e4e4;
    padding:0 10px;
}
.time-to-filter .top-ring {
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    width:8px;
    height:8px;
    background-color:#002F6B;
    display:block;
    position:absolute;
    top:0;
    left:27px;
}
.time-to-filter .bottom-ring {
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    width:8px;
    height:8px;
    background-color:#002F6B;
    display:block;
    position:absolute;
    bottom:-17px;
    left:27px;
}

.kp-filter {
	background-color : #002F6B;
	padding : 0 5px;
	color : #fff;
}
.kp-filter .ss-links {
    display:none;
}
/* .kp-filter:hover .ss-links { */
/* 	display : block; */
/* } */
.kp-filter {
    display:inline-block;
/*     position:absolute; */
    left:285px;
    top:-38px;
    z-index:10000;
    cursor:pointer;
    margin-right : 15px;
    vertical-align : middle;
}
.kp-filter div {
    position:relative;
}
.kp-filter div > a {
    width:22px;
    height:22px;
    background-repeat:no-repeat;
    background-position:center center;
    background-image:url(../img/background/filter-arrow.png);
    display:inline-block;
    vertical-align : middle;
    margin-top : 4px;
}
.kp-filter div > span {
	font-family: 'Rokkitt', serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	line-height: 14px;
}
.kp-filter div > span i {
	background : url("../img/icons/vous-etes.png") no-repeat center center transparent;
	width : 32px;
	height : 32px;
	display : inline-block;
	vertical-align : middle;
}
.kp-filter span {
    display:block;
    float:left;
    line-height:22px;
    margin-right:5px;
    color:#fff;
    font-style:italic;
}
.kp-filter em {
    display:block;
    float:left;
    line-height:22px;
    margin-right:10px;
    color:#fff;
}
.kp-filter ul.ss-links {
    position: absolute;
	top: 32px;
	right: -5px;
	width: 175px;
	background-color: #002F6B;
	z-index : 5;
}
.kp-filter ul.ss-links li {
	padding : 7px 15px;
	border-bottom : 1px solid #fff;
	z-index : 5;
}
.kp-filter ul.ss-links li a {
    color:#fff;
    font-size:16px;
/*     text-transform:uppercase; */
    font-family:'Rokkitt', serif;
/*     border-bottom:1px dotted #fff; */
/*     padding:10px 20px 10px; */
    display:block;
    z-index : 5;
}
.kp-filter ul.ss-links li:hover {
    background-color:#00224C;
}
.kp-filter ul.ss-links li.year {
    background-color:#222;
    border-bottom:none;
}
.kp-filter ul.ss-links li.year a {
    font-size:26px;
    font-weight:400;
}

/* =========================================================
Sidebar
============================================================ */
.sequence-wrapper .sidebar { padding-top: 5px; margin-top:30px; border-right: 2px solid #E5E5E5; width:35%; max-width:300px; }

.sidebar .widget {
    margin-bottom:35px;
}

.sequence-container .sidebar .widget {
	margin-bottom: 5px; 	
}

.sidebar .widget .widget-title {
    margin:-3px 0 12px;
    font-size:20px;
/*    text-transform:uppercase;*/
    line-height:20px;
}

.sidebar .widget .entry-category a:hover,
.sidebar .widget .entry-comment a:hover {
    color:#002F6B;
}
.sidebar .widget ul li,
#bottom-sidebar .widget ul li {
    border-bottom:1px solid #ececec;
    padding-bottom:15px;
    margin-bottom:15px;
}
.sidebar .widget .kp-popular-post li .entry-thumb,
.sidebar .widget .kp-latest-post li .entry-thumb,
.sidebar .widget .kp-comment li .entry-thumb,
#bottom-sidebar .widget .kp-latest-comment li .entry-thumb {
    display:block;
    float:left;
    margin-right:15px;
	width:60px;
}
.sidebar .widget .kp-popular-post li .entry-title,
.sidebar .widget .kp-latest-post li .entry-title,
.sidebar .widget .kp-comment li .entry-title {
    font-size:18px;
    margin:0px;
    line-height:20px;
}
.sidebar .widget .entry-meta,
.sidebar .widget .entry-category,
.sidebar .widget .entry-comment {
    font-size:11px;
    color:#777;
}
.sidebar .widget .entry-category a,
.sidebar .widget .entry-comment a {
    color:#777;
}

.list-container-2 ul,
.list-container-3 ul {
    margin: 0;
}
.list-container-2 ul li,
.sidebar .widget .list-container-2 ul li,
.list-container-3 ul li,
.sidebar .widget .list-container-3 ul li {
    float: left;
    list-style: none outside none;
    margin: 0 2px 0 0;
    border:none;
    padding:0;
    width:98px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.two-sidebar .list-container-2 ul li,
.two-sidebar .sidebar .widget .list-container-2 ul li,
.two-sidebar .list-container-3 ul li,
.two-sidebar .sidebar .widget .list-container-3 ul li {
    width:81px;
}
.list-container-2 ul li a,
.list-container-3 ul li a {
    background-color: #fff;
    border:1px solid #e4e4e4;
    color: #7e7e7e;
    display: block;
    font-family:'Rokkitt', serif;
    font-size: 18px;
    padding: 8px 0;
    text-align:center;
    outline:none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.list-container-2 ul li.active a, 
.list-container-2 ul li:hover a,
.list-container-3 ul li.active a, 
.list-container-3 ul li:hover a {
    border-top:1px solid #002F6B;
    color: #333;
    text-decoration: none;
}
.tab-container-2 {
    background-color:#fff;
    border:1px solid #e4e4e4;
    border-top:none;
    padding:30px 20px 15px;
}
.tab-container-3 {
    background-color:#fff;
    border:1px solid #e4e4e4;
    border-top:none;
    padding:15px 20px;
}

/*---Twitter---*/
.tweet_list li .tweet_time a,
.tweet_list li .tweet_text a:hover {
    color:#555;
}
.tweet_list li .tweet_time a:hover,
.tweet_list li .tweet_text a {
    color:#002F6B;
}
.tweet_list li .tweet_text {
    display:block;
}
.tweet_list li .tweet_avatar {
    display:block;
    float:left;
    margin-right:10px;
}

.widget_archive ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_meta ul li,
.widget_categories ul li {
    font-size:13px;
}
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_meta ul li,
.widget_categories ul li {
	list-style:inside disc;
	color:#aaa;
}
.widget_archive ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a,
.widget_meta ul li a,
.widget_categories ul li a {
    color:#444;
}
.widget_archive ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_rss ul li a:hover,
.widget_meta ul li a:hover,
.widget_categories ul li a:hover {
    color:#002F6B;
}
.widget_tag_cloud a {
	display:inline-block;
	color:#fff;
	background-color:#9e9e9e;
	padding:3px 10px;
	margin-bottom:5px;
	margin-right:2px;
}
.widget_tag_cloud a:hover {
	background-color:#002F6B;
}
.widget_archive ul li i {
    background:none;
    margin-right:10px;
    color:#c2c2c2;
    line-height:18px;
}
.adv-300-300 a,
.adv-300-300 a img {
    display:block;
    width:100%;
}

.sidebar .kp-gallery-widget ul {
    margin-right:-9px;
}
.sidebar .kp-gallery-widget ul li {
    float:left;
    margin-right:9px;
    width:94px;
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:9px;
}
.sidebar .kp-gallery-widget ul li a,
.sidebar .kp-gallery-widget ul li a img {
    display:block;
    width:100%;
}

/* =========================================================
Bottom Sidebar
============================================================ */
#bottom-sidebar {
    background-color:#fafafa;
    border-top:1px solid #e9e9e9;
    border-bottom:1px solid #e9e9e9;
    padding-top:40px;
}
#bottom-sidebar #logo-image {
    float:none;
    margin-bottom:20px;
}
#bottom-sidebar #logo-image a img {
    max-width:100%;
    width:auto;
}
#bottom-sidebar .widget .widget-title {
    text-transform:uppercase;
    color:#555;
    margin:0 0 25px;
    font-size:22px;
}
.kp-home-3 #bottom-sidebar,
.kp-about-page #bottom-sidebar,
.kp-pf-3col #bottom-sidebar,
.kp-pf-2col #bottom-sidebar,
.kp-pf-1col #bottom-sidebar {
    margin-top:-55px;
    border-top:1px solid #e5e5e5;
    padding-top:65px;
}

/*---Flickr---*/
.flickr-wrap {
    margin:-10px;
}
.flickr-badge-image {
    float:left;
    margin:10px;
	width:71px;
}

.kp-tagcloud a {
    display:inline-block;
    background-color:#9e9e9e;
    color:#fff;
    padding:0px 18px 0 18px;
    height:26px;
    margin-bottom:10px;
    position:relative;
    margin-right:10px;
}
.kp-tagcloud a .kp-tag-left {
    position:absolute;
    top:0px;
    left:-13px;
    border-right: 13px solid #9e9e9e;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    display: block;
    height: 0;
    transition: border 0.3s ease-in-out 0s;
    width: 0;
}
.kp-tagcloud a .kp-tag-right {
    position:absolute;
    top:0px;
    right:0px;
    border-right: 13px solid #fafafa;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    display: block;
    height: 0;
    transition: border 0.3s ease-in-out 0s;
    width: 0;
}
.kp-tagcloud a .kp-tag-rounded {
    width:10px;
    height:10px;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    background-color:#fafafa;
    position:absolute;
    left:0px;
    top:8px;
}
.kp-tagcloud a .kp-tag-text {
    line-height:24px;
}
.kp-tagcloud a:hover {
    background-color:#002F6B;
    color:#fff;
}
.kp-tagcloud a:hover .kp-tag-left {
    border-right: 13px solid #002F6B;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}

#bottom-sidebar .kp-latest-comment li a.comment-name {
    color:#002F6B;
    display:inline-block;
}
#bottom-sidebar .kp-latest-comment li a.comment-name:hover {
    color:#333;
}
#bottom-sidebar .kp-latest-comment li p {
    display:inline;
}

/* =========================================================
Footer
============================================================ */
#page-footer {
    padding:15px 0;
    clear:both;
/*     margin-top:20px; */
    font-family: 'Rokkitt', serif;
}
#page-footer .footer_title {
	text-transform: uppercase;
	color: #ddd;
	font-size: 20px;
	margin-bottom: 15px;
	display: block;
}
#page-footer .footer-links {
    display: inline-block;
    vertical-align: top;
/*     margin-left : 80px; */
    margin-top : 20px;
}
#page-footer ul { }
#page-footer ul li {
	display: block;
	padding : 8px 0;
	border-bottom : 1px solid #ddd;
}
#page-footer ul li a {
	color : #ddd;
	font-size: 16px;
	padding-top: 10px;
}
#page-footer ul li a:hover {color: #B2B2B2;}
/* #page-footer ul li a:after { content: "•"; padding-left: 5px; padding-right: 5px;} */
/* #page-footer ul li.last a:after { content: "";} */

#page-footer .row-fluid,
#page-footer .row-fluid .span12 {
    min-height:inherit;
}
#copyright {
    margin:0;
    color:#B2B2B2;
    clear: both;
}

#copyright p{
	margin:0;
}

#copyright a:link,
#copyright a:visited{
	color:#b2b2b2;
}
#copyright a:hover{ color:#ffffff; }

#page-footer .logos {
	margin-bottom: 7px;
	float: left;
	padding: 5px;
	color : #ddd;
}
#page-footer .footer-text {
	display: block;
	max-width: 300px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 23px;
}

#page-footer .logos a {
	padding-left: 15px;
}

/*----------------Back to top-----------------*/
#back-top {
    bottom: 30px;
    margin-bottom: 0;
    margin-right: 15px;
    position: fixed;
    right: 0;
    z-index: 100;
}
#back-top a {
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#002F6B;
    background-image:url(../img/icons/arrow-up.png);
    display: block;
    height: 50px;
    outline: medium none;
    position: relative;
    text-indent:-9999px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 50px;
    z-index: 0;
    text-align:center;
}
#back-top a:hover {
    background-color:#c9c9c9;
}
#bottom-sidebar {
    background-color:#2c2d2e;
    border-top:4px solid #002F6B;
    border-bottom:none;
}
#bottom-sidebar .textwidget {
    color:#b2b2b2;
}
#bottom-sidebar .widget .widget-title {
    color:#fff;
}
.kp-tagcloud a {
    background-color:#515151;
    color:#fff;
}
.kp-tagcloud a .kp-tag-left {
    border-right:13px solid #515151;
}
.kp-tagcloud a .kp-tag-right {
    border-right:13px solid #2c2d2e;
}
.kp-tagcloud a .kp-tag-rounded {
    background-color:#2c2d2e;
}
.kp-tagcloud a:hover {
    background-color:#002F6B;
    color:#fff;
}
.kp-tagcloud a:hover .kp-tag-left {
    border-right: 13px solid #002F6B;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
#bottom-sidebar .kp-latest-comment li p {
    color:#b2b2b2;
}
#bottom-sidebar .widget ul li {
    border-bottom:1px solid #3c3c3c;
}
#bottom-sidebar .kp-latest-comment li a.comment-name:hover {
    color:#fff;
}
#page-footer {
    background-color:#e6332a;
}
#logo-image a.white-logo {
    display:none;
}
#logo-image a.dark-logo {
    display:none;
}
#logo-image a.white-logo {
    display:block;
}




/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity, top;
    -moz-transition-property:    -moz-transform, opacity, top;
    -ms-transition-property:     -ms-transform, opacity, top;
    -o-transition-property:      -o-transform, opacity, top;
    transition-property:         transform, opacity, top;
    width : 100%;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#isotop-container{
    margin-top: 40px;
    position:relative;
}
.kp-pf-3col #isotop-container,
.kp-pf-2col #isotop-container,
.kp-pf-1col #isotop-container{
    margin-top: 0px;
    position:relative;
}

.isotop-header{
    display:inline-block;
    position:absolute;
    top:-78px;
    right:20px;
    z-index:10;
    cursor:pointer;
}
.isotop-header em {
    display:block;
    float:left;
    margin-right:5px;
    color:#fff;
    line-height:22px;
}
.isotop-header span {
    display:block;
    float:left;
    margin-right:10px;
    color:#fff;
    line-height:22px;
    font-style:italic;
}
.isotop-header > a {
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#A1D952;
    background-image:url("../img/background/filter-arrow.png");
    display: block;
    float: left;
    height: 22px;
    width: 22px;
}
.isotop-header #filters {
    display:none;
    background-color: #002F6B;
    position: absolute;
    right: -20px;
    top: 38px;
    width: 175px;
    z-index:10000;
}
.isotop-header #filters li{

}
.isotop-header #filters li a{
    color: #FFFFFF;
    font-family: 'Rokkitt',serif;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px dotted #FFFFFF;
    padding: 10px 20px;
    display:block;
}
.isotop-header #filters li:hover {
    background-color: #A1D952;
}

.m-wrapper {
	display:none;
	background-color:#002F6B;
	height:40px;
	width:100%;
	margin-bottom:20px;
}
.m-isotop-header{
	display:inline-block;	
	z-index:10;
	cursor:pointer;
	float:right;
	margin-top:10px;
	margin-right:10px;
}
.m-isotop-header em {
	display:block;
	float:left;
	margin-right:5px;
	color:#fff;
	line-height:22px;
}
.m-isotop-header span {
	display:block;
	float:left;
	margin-right:10px;
	color:#fff;
	line-height:22px;
	font-style:italic;
}
.m-isotop-header > a {
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#00224C;
	background-image:url("../img/background/filter-arrow.png");
    display: block;
    float: left;
    height: 22px;
    width: 22px;
}
.m-isotop-header #m-pf-filters {
	display:none;
	background-color: #002F6B;
    position: absolute;
    right: 0px;
    top: 40px;
    width: 175px;
	z-index:10000;
}
.m-isotop-header #m-pf-filters li a{
    color: #FFFFFF;
    font-family: 'Rokkitt',serif;
    font-size: 14px;
    text-transform: uppercase;
	border-bottom: 1px dotted #FFFFFF;
    padding: 10px 20px;
	display:block;
}
.m-isotop-header #m-pf-filters li:hover {
    background-color: #00224C;
}

#pf-filters {
    border:1px solid #eaeaea;
    margin-bottom:25px;
}
#pf-filters li {
    float:left;
}
#pf-filters li a {
    color: #777;
    font-family: 'Rokkitt',serif;
    font-size: 18px;
    display:block;
    padding:7px 15px;
    border-right:1px solid #eaeaea;
}
#pf-filters li a.selected {
    color:#fff;
    font-weight:700;
    background-color:#002F6B;
    text-decoration:none;
}

#portfolio-items article{
    margin-bottom: 15px;
    position:relative;
}
#pf-items article{
    margin-bottom: 25px;
    position:relative;
}
.kp-pf-3col #pf-items article {
    width:248px;
}
.kp-pf-2col #pf-items article {
    width:385px;
}
.kp-pf-1col #pf-items article {
    width:795px;
}

#pf-items article img,
#portfolio-items article img {
    display:block;
    width:100%;
}

#portfolio-items article:hover .mask,
#pf-items article:hover .mask {
    opacity:1;
    filter: alpha(opacity=100);
}
#portfolio-items article .mask,
#pf-items article .mask {
    opacity:0;
    filter: alpha(opacity=0);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.71);
}
#portfolio-items article .mask a,
#pf-items article .mask a {
    width:40px;
    height:40px;
    display:block;
    background-color:rgba(145,196,72,0.75);
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    color:#fff;
    line-height:40px;
    text-align:center;
    font-size:16px;
    position:absolute;
}
#portfolio-items article .mask a.kp-pf-gallery {
    top:60px;
    right:100%;
}
.kp-pf-3col #pf-items article .mask a.kp-pf-gallery {
    top:50px;
    right:100%;
}
.kp-pf-2col #pf-items article .mask a.kp-pf-gallery {
    top:90px;
    right:100%;
}
.kp-pf-1col #pf-items article .mask a.kp-pf-gallery {
    top:200px;
    right:100%;
}
#portfolio-items article:hover .mask a.kp-pf-gallery,
#pf-items article:hover .mask a.kp-pf-gallery {
    right:48%;
}
#portfolio-items article .mask a.kp-pf-detail {
    top:80px;
    left:100%;
}
.kp-pf-3col #pf-items article .mask a.kp-pf-detail {
    top:70px;
    left:100%;
}
.kp-pf-2col #pf-items article .mask a.kp-pf-detail {
    top:110px;
    left:100%;
}
.kp-pf-1col #pf-items article .mask a.kp-pf-detail {
    top:230px;
    left:100%;
}
#portfolio-items article:hover .mask a.kp-pf-detail,
#pf-items article:hover .mask a.kp-pf-detail {
    left:48%;
}
#portfolio-items article .mask .portfolio-caption,
#pf-items article .mask .portfolio-caption {
    text-align:center;
    color:#fff;
    position:absolute;
    bottom:40px;
    left:0;
}
#portfolio-items article .mask .portfolio-caption h3 {
    color:#fff;
}
#portfolio-items article .mask .portfolio-caption h3,
#portfolio-items article .mask .portfolio-caption p {
    padding:0 15px;
}
#portfolio-items article .mask .portfolio-caption p {
    margin-bottom:0;
}

.pagination {
    border-top:1px solid #e5e5e5;
    padding-top:20px;
    margin-top:20px;
    margin-bottom:25px;
}
#comments .pagination,
.entry-box .pagination {
    border-top:none;
    padding-top:0;
}
.pagination ul {
    box-shadow:none;
}
.pagination ul > li {
    margin-right:5px;
    display:inline-block;
}
.pagination ul > li:first-child > a, 
.pagination ul > li:first-child > span,
.pagination ul > li:last-child > a, 
.pagination ul > li:last-child > span {
    border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.pagination ul > li > a,
.pagination ul > li > span {
    color:#333;
    font-size:18px;
    font-family: 'Rokkitt',serif;
    background-color:#fff;
    padding:5px 12px;
    border:1px solid #e4e4e4;
}
.pagination ul > li:hover > a,
.pagination ul > li span.current {
    color:#fff;
    background-color:#002F6B;
}
.pagination ul > li span.dots {
    color:#002F6B;
}


#pf-items .pf-info,
.pf-box li .pf-info {
    border:1px solid #eaeaea;
}
#pf-items .pf-info .entry-view,
#pf-items .pf-info .entry-like,
.pf-box li .pf-info .entry-view,
.pf-box li .pf-info .entry-like {
    display:inline-block;
    width:49%;	
    text-align:center;
    line-height:35px;
    box-sizing:border-box;
    moz-box-sizing:border-box;
}
#pf-items .pf-info .entry-view,
.pf-box li .pf-info .entry-view {
    border-right:1px solid #eaeaea;
}
.entry-view,
.entry-like,
.entry-tag,
.entry-category {
    font-size:11px;
    color:#666;
}
.entry-view span.entry-icon,
.entry-tag span.entry-icon,
.entry-category span.entry-icon {
    color:#002F6B;
    font-size:15px;
    margin-right:8px;
    background:none;
}
.entry-like a {
    color:#002F6B;
    font-size:13px;
    margin-right:8px;
}
.entry-like a:hover {
    color:#666;
}
#pf-items .pf-info .pf-name,
.pf-box li .pf-info .pf-name {
    display:block;
    background-color:#f5f5f5;
    color:#555;
    font-size:18px;
    border-top:1px solid #eaeaea;
    padding:7px 15px;
    font-family: 'Rokkitt',serif;
}
#pf-items .pf-info .pf-name:hover,
.pf-box li .pf-info .pf-name:hover {
    color:#002F6B;
}

.pf-thumb-1col {
    width:560px;
    float:left;
    margin-right:20px;
}
.pf-des-1col {
    float:left;
    width:215px;
}
.pf-des-1col header .pf-name {
    font-size:24px;
    color:#333;
    font-family: 'Rokkitt',serif;
    display:block;
    border-bottom:1px solid #dadada;
    padding-bottom:10px;
    margin-bottom:10px;
}
.pf-des-1col header .pf-name:hover {
	color:#002F6B;
}
.pf-des-1col header {
    margin-bottom:8px;
}
.pf-des-1col ul {
    border-top:1px solid #ececec;
    margin-top:15px;
    padding-top:5px;
}
.pf-des-1col ul li {
    margin-top:10px;
}
.pf-des-1col ul li .entry-icon {
    width:30px;
    text-align:left;
    margin-right:0;
}

/* =========================================================
Elements page
============================================================ */
#breadcrumb-wrapper {
    background-color:#002F6B;
    padding:20px 0;
}
.breadcrumb {
    font-size:13px;
    padding:10px 0px;
    margin-bottom:0px;
    background: none;
    color: #777777;
}

.breadcrumb a,
.breadcrumb a:link {
	color: #777777;
}
.breadcrumb a:hover,
.breadcrumb a:focus{
	color:#004553;
}

.breadcrumb a:after {
	content:"›";
	padding-left: 5px;
		
}

.breadcrumb li {
	padding-right: 5px;
}

.col-content p,
.col-content table tr td {
	font-size: 13px;	
} 

.elements-box {
    margin-bottom:25px;
}
.element-title {
    font-size:30px;
    padding-bottom:10px;
    margin:0 0 20px;
    border-bottom:1px solid #e5e5e5;
}

/* Colonne de gauche */

/* Navigation */
div.navigation div.navigation-title {
    border-bottom:2px solid #e5e5e5;
    position:relative;
    margin:0 0 10px;
    min-height:25px;
}

div.navigation div.navigation-title span { 
    border-bottom:2px solid #002F6B;
    position:absolute;
    left:0;
    bottom:-2px;
    display:inline-block;
    padding-bottom:5px;
    color:#333333;
}

div.navigation div.navigation-title h2 {
	font-size: 22px;	
	margin-bottom: 5px;
}

div.navigation div.navigation-title h2:before{
	display:none;
}

div.navigation > ul > li {
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;	
    border-bottom-color: #D6D6D6;
    border-bottom-style: dotted;
    border-bottom-width: 1px;	
    position: relative;
}

div.navigation > ul > li:hover,
div.navigation > ul > li:focus{
	background-color:#f4f4f4;
}

div.navigation > ul > li.current:before,
div.navigation > ul > li.current > a,
div.navigation > ul > li > ul > li.current > a,
div.navigation > ul > li > ul > li.current:before  {
	font-weight: 600;
	color: #002F6B;	
}

div.navigation ul li a {
	font-size: 13px;
}

div.navigation ul li ul {
	margin-left: 15px;
	padding-top: 5px;
}

/*div.navigation > ul > li:before {*/
/*	content:"›";*/
/*	padding-right: 5px;*/
/*}*/
/* LPE Menu proposition 2*/
div.navigation > ul > li:after {
	content:"›";
	padding-left: 5px;
	font-size: 1.8em;
	font-weight: 700;
	position: absolute;
	top: 10px;
	right: 0px;
}

div.navigation > ul > li.active > a,
div.navigation > ul > li.active:after,
div.navigation > ul > li.active > ul > li.active a {
	color: #002F6B;	
}

div.navigation > ul > li.active:after {
	content:"›";
	top: 5px;
}

div.navigation > ul > li.active.with-submenu:after{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}


div.navigation > ul > li > ul > li {
	margin-left: 5px;
}

/*div.navigation > ul > li > ul > li:before {*/
/*	content:"»";*/
/*	padding-right: 5px;*/
/*}	*/


div.navigation > ul > li > ul > li > a {
	font-size: 12px;	
}


div.navigation ul li a {
	color: #444444;
}

div.navigation > ul > li > a {
	text-transform: uppercase;
	font-weight: 600;
}

/*-------------Toggle Boxes-----------*/
.toggle-view {
    list-style:none;   
    margin:0;
    padding:0;
}
.toggle-view p {
    margin-bottom:0;
}
.toggle-view li {
    margin:0 !important;
    position:relative;
    cursor:pointer;
    list-style:none;	
}

.toggle-view li h2 {
    font-family: 'Rokkitt',serif;
    font-size:20px;
    margin:0;
    color:#5a5a5a;
    padding:17px 20px 17px 45px;
    border-bottom:1px solid #e3e3e3;
}

.toggle-view li:hover span,
.toggle-view li.active span,
.toggle-view li span:focus{
    background-color:#929292;
    outline:none;
}

.toggle-view li span {
    position:absolute;
    left:0px;
    top:15px;
    font-size:20px;
    width:30px;
    height:30px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    line-height:28px;
    background-color:#002F6B;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.toggle-view li.active span {
    line-height:26px;
}
.toggle-view .panel {
    margin:0;
/*     display:none; */
}
.toggle-view .panel p {
    margin:10px 0;
}

/************Accordion**************/
.accordion-title {
    margin-bottom:10px;
    position:relative;
}
.accordion-title span {
    display:block;
    position:absolute;
    width:30px;
    height:30px;
    color:#fff;
    background-color:#002F6B;
    line-height:30px;
    text-align:center;
    font-size:20px;
    font-weight:700;
    left:0;
    top:0;
}
.accordion-title h3{
    margin:0px 0px 0px 45px;
    line-height:18px;
    font-size:22px;
    color:#333;
    font-family: 'Rokkitt',serif;
    line-height:30px;
}
.accordion-title a {
    color:#333;
    display: inline-block;
    *display:inline;
    zoom:1;
}
.accordion-title.active span {
    background-color:#929292;
}
.accordion-container {
    margin:10px 0;
}
.kp-button-box .small-button,
.kp-button-box .medium-button,
.kp-button-box .big-button {
    margin-right:15px;
	margin-bottom:15px;
}

/* =========================================================
Category page 1
============================================================ */
.article-list > li {
    padding-bottom:20px;
    margin-bottom:25px;
    border-bottom:1px solid #ececec;
    position:relative;
}
.kp-cat-3 .article-list li {
    margin-bottom:30px;
}
.article-list li article.article-no-thumb .entry-content .entry-header {
    width:100%;
}
.article-list li article .entry-thumb {
    float:left;
    margin-right:20px;
    width:290px;
}
.article-list li article.audio-post .entry-thumb {
    float:none;
    margin-right:0px;
    margin-bottom:15px;
}
.kp-cat-3 .article-list li article .entry-thumb {
    float:none;
    margin-right:0px;
    width:100%;
    margin-bottom:20px;
}
.kp-cat-3 .article-list li article .entry-thumb img {
    width:100%;
}
.article-list li article .entry-thumb a,
.article-list li article .entry-thumb a img {
    display:block;
    width:100%;
}
.article-list li article .entry-title {
    font-size:30px;
    margin:-3px 0 7px;
}
.article-list li article .entry-title a {
    color:#686868;
}
.article-list li article .entry-title a:hover {
    color:#002F6B;
}
.article-list li article .entry-header {
    border-bottom:1px solid #ececec;
    padding-bottom:10px;
    margin-bottom:15px;
    float:left;
    width:475px;
}
.article-list li article.audio-post .entry-header {
    float:none;
    width:100%;
}
.kp-cat-3 .article-list li article .entry-header,
.kp-cat-3.two-sidebar .article-list li article .entry-header {
    float:none;
    width:100%;
}
.two-sidebar .article-list li article .entry-header {
    width:260px;
}
.two-sidebar .article-list li article.audio-post .entry-header {
    width:100%;
}
.article-list li article .entry-date,
.article-list li article .entry-comment,
.article-list li article .entry-comment a,
.article-list li article .entry-category,
.article-list li article .entry-category a,
.article-list li article .entry-author,
.article-list li article .entry-author a {
    font-size:11px;
    color:#555;
}
.article-list li article .entry-comment a:hover,
.article-list li article .entry-category a:hover,
.article-list li article .entry-author a:hover {
    color:#002F6B;
}
.article-list li article .entry-date,
.article-list li article .entry-author,
.article-list li article .entry-category {
    margin-right:15px;
}
.kp-cat-1 .article-list-wrapper .article-bullet,
.kp-cat-1 .article-list-wrapper .article-list-line,
.kp-cat-1 .article-list li article .entry-meta-box .entry-meta-icon,
.kp-cat-1 .article-list li article .entry-meta-box .entry-meta-circle,
.kp-cat-3 .article-list-wrapper .article-bullet,
.kp-cat-3 .article-list-wrapper .article-list-line,
.kp-cat-3 .article-list li article .entry-meta-box .entry-meta-icon,
.kp-cat-3 .article-list li article .entry-meta-box .entry-meta-circle {
    display:none;
}

/* =========================================================
Category page 2
============================================================ */
.kp-cat-2 .article-list-wrapper {
    position:relative;
    padding-left:25px;
    margin-top:25px;
    margin-bottom:25px;
}
.article-list-wrapper .article-bullet {
    display:block;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    background-color:#002F6B;
    width:7px;
    height:7px;
    position:absolute;
    bottom:0;
    left:22px;
}
.article-list-wrapper .article-list-line {
    position:absolute;
    width:1px;
    height:100%;
    background-color:#002F6B;
    top:0;
    left:25px;
}
.kp-cat-2 .article-list li {
    margin-top:40px;
    border-bottom:none;
    margin-bottom:60px;
}
.kp-cat-2 .article-list li article .entry-content {
    width:370px;
    float:left;
}
.kp-cat-2 .article-list li article.audio-post .entry-content {
    width:100%;
    float:none;
}
.kp-cat-2 .article-list li article .entry-content .entry-header {
    width:100%;
}
.kp-cat-2 .article-list li article .entry-content p {
    margin-bottom:15px;
}
.kp-cat-2 .article-list li article.article-no-thumb .entry-content {
    width:100%;
}
.kp-cat-2 .article-list li article .entry-header {
    border-bottom:none;
    margin-bottom:0;
    display:block;
    padding-bottom:5px;
}
.kp-cat-2 .article-list li article .entry-meta-box {
    display:block;
    position:absolute;
    top:-40px;
    left:0;
    border-bottom:1px solid #e5e5e5;
    width:100%;
    padding-bottom:0;
    margin-bottom:0;
}
.kp-cat-2 .article-list li article .entry-meta-box .entry-meta-box-inner {
    position:absolute;
    top:-12px;
    left:40px;
}
.kp-cat-2 .article-list li article .entry-date,
.kp-cat-2 .article-list li article .entry-author,
.kp-cat-2 .article-list li article .entry-category,
.kp-cat-2 .article-list li article .entry-comment {
    display:inline-block;
    border:1px solid #ededed;
    padding:3px 10px 2px;
    background:url(../img/background/body-bg.png) repeat 0 0;
}
.kp-cat-2 .article-list li article {
    margin-left:40px;
}
.kp-cat-2 .article-list li article .entry-meta-box .entry-meta-circle {
    display:block;
    width:6px;
    height:6px;
    background-color:#002F6B;
    position:absolute;
    right:0;
    top:-3px;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.kp-cat-2 .article-list li article .entry-meta-box .entry-meta-icon {
    display:block;
    width:47px;
    height:47px;
    background-color:#002F6B;
    position:absolute;
    left:-23px;
    top:-23px;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    text-align:center;
    color:#fff;
    line-height:47px;
    font-size:18px;
}
.kp-cat-2 .article-list-wrapper .pagination {
    margin-left:40px;
}
.kp-cat-2 .article-list li article .entry-thumb {
    width:340px;
}

/* =========================================================
Singe page 1
============================================================ */
.entry-box {
    margin-bottom:30px;
}
.entry-box ul li,
.entry-box ol li {
	list-style:inside disc;
	margin-bottom:10px;
}
.entry-box img {
    float:left;
    width:40%;
    margin-right:20px;
}
.entry-box .entry-thumb,
.entry-box .entry-thumb img {
    display:block;
    width:100%;
    float:none;
}
.entry-box .entry-header {
    margin-bottom:15px;
}
.entry-box .entry-title {
    font-size:33px;
    color:#333;
    margin:15px 0 10px;
}
.kp-single-3 .entry-box .entry-title {
    margin:20px 0 10px;
}
.entry-date,
.entry-comment,
.entry-comment a,
.entry-category,
.entry-category a,
.entry-author,
.entry-author a,
.entry-tag a {
    font-size:11px;
    color:#777;
}
.entry-date span.entry-icon,
.entry-author span.entry-icon,
.entry-category span.entry-icon,
.entry-comment span.entry-icon {
    background:none;
    margin-right:5px;
    font-size:13px;
    color:#002F6B;
}
.entry-comment a:hover,
.entry-category a:hover,
.entry-author a:hover,
.entry-tag a:hover {
    color:#002F6B;
}
.entry-date,
.entry-author,
.entry-category {
    margin-right:15px;
}

.kp-single-1 .entry-box .article-bullet,
.kp-single-1 .entry-box .article-list-line,
.kp-single-1 .entry-box .entry-meta-box .entry-meta-icon,
.kp-single-1 .entry-box .entry-meta-box .entry-meta-circle {
    display:none;
}
.entry-box .pagination {
    text-align:center;
    margin:25px 0 20px;
}
.entry-box .pagination li a,
.entry-box .pagination li span {
    border:none;
    background:none !important;
    padding:3px 7px;
    color:#444;
}
.entry-box .pagination li a:hover {
    color:#002F6B;
}
.entry-box footer .prev-post {
    float:left;
}
.entry-box footer .next-post {
    float:right;
}
.entry-box footer .prev-post a,
.entry-box footer .next-post a {
    font-size:18px;
    font-family: 'Rokkitt',serif;
    color:#002F6B;
}
.entry-box footer .prev-post a:hover,
.entry-box footer .next-post a:hover {
    color:#333;
}

/*---About Author---*/
.about-author {
    border:1px solid #ededed;
    padding:20px 20px 10px;
    margin-bottom:30px;
}
.about-author .avatar-thumb {
    display:block;
    width:75px;
    height:75px;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    margin-right:15px;
    float:left;
}
.about-author .avatar-thumb img {
    width:100%;
    display:block;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:relative;
	z-index:0;
}
.about-author .author-content {
    float:left;
    width:663px;
}
.kp-single-4 .about-author .author-content {
    float:left;
    width:988px;
}
.kp-single-2 .about-author .author-content {
    width:598px;
}
.about-author header {
    border-bottom:1px solid #e5e5e5;
    padding-bottom:5px;
    margin-bottom:15px;
}
.about-author header h4 {
    font-size:18px;
    color:#555;
    margin:0 15px 0 0;
    float:left;
}
.about-author header .author-name {
    color:#002F6B;
    font-size:13px;
}
.about-author header .author-name:hover {
    color:#333;
}
.about-author header .social-link {
    float:right;
}
.about-author header .social-link li {
    float:left;
    margin-left:15px;
}
.about-author header .social-link li a {
    color:#666;
    font-size:14px;
}
.about-author header .social-link li.facebook-icon a:hover {
    color:#39599f;
}
.about-author header .social-link li.twitter-icon a:hover {
    color:#45b0e3;
}
.about-author header .social-link li.gplus-icon a:hover {
    color:#1872bf;
}
.about-author header .social-link li a:hover {
    color:#002F6B;
}

/*---Comments List---*/
#comments {
    margin-bottom:30px;
}
#comments h3 {
    color:#444;
    margin:0 0 25px;
    text-transform:uppercase;
}
.comments-list .comment {
    margin-bottom:25px;
}
#comments .comment-avatar {
    float:left;
    margin-right:15px;
    width:60px;
}
#comments .comment-avatar img {
    display:block;
    width:100%;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:relative;
	z-index:0;
}
#comments .comment-body {
    border-bottom:1px solid #e8e8e8;
    float:left;
    width:720px;
}
.kp-single-4 #comments .comment-body {
    width:1045px;
}
#comments .comment-body .comment-meta {
    margin-bottom:10px;
}
#comments .comment-body .author {
    font-weight:700;
    font-size:16px;
    font-family: 'Rokkitt',serif;
    color:#333;
}
#comments .comment-body .date {
    font-size:16px;
    font-family: 'Rokkitt',serif;
    color:#666;
}
#comments .comment-body p {
    color:#777;
    margin-bottom:5px;
}
#comments .comment-body footer {
    text-align:right;
}
#comments .comment-body .comment-reply-link,
#comments .comment-body .comment-edit-link {
    display:inline-block;
}
#comments .comments-list .children {
    margin-left:60px;
}
#comments .comments-list .children .comment-body {
    width:660px;
}
.kp-single-4 #comments .comments-list .children .comment-body {
    width:985px;
}
.entry-box .kopa-comment-pagination {
    float:none;
}
.kopa-comment-pagination {
    float:right;
    margin:0;
    font-size:16px;
    font-family: 'Rokkitt',serif;
}
.kopa-comment-pagination a {	
    color:#444;
    margin-left:15px;
}
.kopa-comment-pagination a:hover {
    color:#002F6B;
}
.kopa-comment-pagination .current {
    color:#002F6B;
    margin-left:15px;
}

/*---Comment form---*/
#respond {
    margin-bottom:20px;
}
#respond h3 {
    color:#444;
    margin:0 0 20px;
    text-transform:uppercase;
}
#comments-form {
    margin-bottom:0;
}
#comments-form .comment-left {
    float:left;
    width:290px;
}
#comments-form .comment-right {
    float:right;
    width:475px;
}
.kp-single-4 #comments-form .comment-left {
    width:440px;
}
.kp-single-4 #comments-form .comment-right {
    width:650px;
}
#comments-form label.required {
    font-size:13px;
    color:#000;
    margin-bottom:10px;
    display:block;
}
#comments-form label.required span {
    color:#002F6B;
}
#comments-form #comment_name,
#comments-form #comment_email,
#comments-form #comment_url {
    padding:0 15px;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color:#fbfbfb;
    border:1px solid #eee;
    border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
    box-shadow:none !important;
    height:35px;
    line-height:35px;
    margin:0 0 5px;
}
#comments-form #comment_message {
    padding:5px 15px;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color:#fbfbfb;
    border:1px solid #eee;
    border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
    box-shadow:none !important;
    margin:0 0 5px;
    height:195px;
}
#comments-form #submit-comment {
    display:inline-block;
    *display:inline;
    zoom:1;
    padding:7px 15px;
    color:#fff;
    background-color:#002F6B;
    border:1px solid #002F6B;
}
#comments-form #submit-comment:hover {
    background-color:#fff;
    border:1px solid #e4e4e4;
    color:#484848;
}
#comments-form #comment_name:focus,
#comments-form #comment_email:focus,
#comments-form #comment_url:focus,
#comments-form #comment_message:focus {
    border:1px solid #002F6B;
}

/*---Related Article---*/
.related-article{
    margin-bottom:35px;
    overflow:hidden;
    position:relative;
}
.related-article > h3 {
    color:#444;
    margin:0 0 25px;
    text-transform:uppercase;
    border-bottom:1px solid #eee;
    position:relative;
    height:30px;
}
.related-article > h3 > span {
    background-color:#fff;
    padding:0 10px 0 0;
    position:absolute;
    bottom:-8px;
    left:0;
    display:block;
}
.related-article .entry-item {
    border:1px solid #ececec;
}
.related-article .entry-item .entry-thumb img {
    width:100%;
}
.related-article .entry-item:hover {
    border-bottom:1px solid #002F6B;
}
.related-article .entry-item .entry-content {
    margin:15px 20px;
}
.related-article .entry-item .entry-content .entry-title {
    font-size:20px;
    text-transform:none;
    margin:0 0 10px;
    line-height:22px;
}
.related-article .entry-item .entry-content .entry-title a {
    color:#444;
}
.related-article .entry-item .entry-content .entry-title a:hover {
    color:#002F6B;
}
.related-article .entry-item .entry-content .entry-category {
    margin-right:10px;
}

/* =========================================================
Singe page 2
============================================================ */
.kp-single-2 .single-wrapper {
    position:relative;
    padding-left:25px;
    margin-top:50px;
}
.single-line {
    height:100%;
    width:1px;
    background-color:#002F6B;
    position:absolute;
    top:0;
    left:25px;
}
.single-bullet {
    position:absolute;
    bottom:0;
    left:22px;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    width:7px;
    height:7px;
    background-color:#002F6B;
}
.kp-single-2 .entry-box {
    position:relative;
    padding-top:20px;
}
.kp-single-2 .entry-box .entry-meta-box {
    border-bottom: 1px solid #ededed;
    display: block;
    left: -40px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    top: -24px;
    width: 100%;
    padding-left:40px;
}
.kp-single-2 .entry-box .entry-meta-box .entry-meta-box-inner {
    left: 40px;
    position: absolute;
    top: -12px;
}
.kp-single-2 .entry-box .entry-meta-box .entry-date, 
.kp-single-2 .entry-box .entry-meta-box .entry-author, 
.kp-single-2 .entry-box .entry-meta-box .entry-category, 
.kp-single-2 .entry-box .entry-meta-box .entry-comment {
    background: url("../img/background/body-bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #EDEDED;
    display: inline-block;
    padding: 3px 10px 2px;
}
.kp-single-2 .entry-box .entry-meta-icon {
    background-color: #002F6B;
    border-radius: 50% 50% 50% 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    height: 47px;
    left: -23px;
    line-height: 47px;
    position: absolute;
    text-align: center;
    top: -23px;
    width: 47px;
}
.kp-single-2 .entry-box .entry-meta-circle {
    background-color: #002F6B;
    border-radius: 50% 50% 50% 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    display: block;
    height: 6px;
    position: absolute;
    right: 0;
    top: -3px;
    width: 6px;
}
.kp-single-2 .entry-box,
.kp-single-2 .about-author,
.kp-single-2 #comments,
.kp-single-2 #respond,
.kp-single-2 .related-article {
    margin-left:40px;
}
.kp-single-2 .entry-box .entry-thumb {
    width:340px;
    float:left;
    margin-right:20px;
    margin-bottom:5px;
}
.kp-single-2 .entry-box .entry-title {
    margin:0 0 10px;
}
.kp-single-2 #comments-form .comment-left {
    width:260px;
}
.kp-single-2 #comments-form .comment-right {
    width:445px;
}
.kp-single-2 #comments .comment-body {
    width:655px;
}
.kp-single-2 #comments .comments-list .children .comment-body {
    width:595px;
}

/* =========================================================
Singe page 3
============================================================ */
.kp-single-3 .entry-box .entry-thumb {
    position:relative;
}
.kp-single-3 .entry-box #carousel img {
    margin:0;
    width:690px;
}

/* =========================================================
Home page 2
============================================================ */	


.widget .widget-title {
    border-bottom:2px solid #e5e5e5;
    position:relative;
    margin:0;
/*    text-transform:uppercase;*/
    min-height:25px;
}
.widget .widget-title span {
    border-bottom:2px solid #002F6B;
    position:absolute;
    left:0;
    bottom:-2px;
    display:inline-block;
    padding-bottom:5px;
}

.featured-widget {
    position:relative;
    overflow:hidden;
}

.featured-widget .list-carousel.responsive {
    width: auto;
    margin: 0 -11px;
}
.featured-widget .list-carousel ul li {
    display: block;
    float: left;
    margin: 0 11px;
    padding: 0;
    width:250px;
}
.featured-widget .pagination {
    text-align: center;
    position:absolute;
    top:28px;
    right:0;
    border-top:none;
    padding:0;
    margin:0;
}
.featured-widget .pagination a {
    background-color:#c8c8c8;
    width: 9px;
    height: 9px;
    margin: 0 0 0 5px;
    display: inline-block;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.featured-widget .pagination a.selected {
    cursor: default;
    background-color:#002F6B;
}
.featured-widget .pagination a span {
    display: none;
}
.kp-home-2 .carousel-nav {
    display:none;
}

#main-col .widget.featured-widget .entry-content .entry-title {
    font-size:22px;
    line-height:20px;
    margin-bottom:10px;
}
#main-col .widget .entry-thumb {
    margin-bottom:15px;
    position:relative;
}

/* #ametys-cms-zone-bottom .ametys-cms-content, */
/* #ametys-cms-zone-bottom .ametys-cms-service { */
/*     margin-bottom:30px; */
/*     position:relative; */
/* } */
.kp-home-2 .widget-area-5 {
    margin-bottom:40px;
}
.kp-home-3 .widget-area-2,
.kp-home-3 .widget-area-3,
.kp-home-3 .widget-area-4,
.kp-home-3 .widget-area-5 {
    margin-bottom:0px;
}

#main-col .widget .entry-content .entry-title {
    font-size:24px;
    line-height:24px;
    margin-bottom:10px;
}

#main-col .widget .entry-content .entry-meta {
	margin-top: 8px;
}

#main-col .widget .older-post {
    margin-top:20px;
}
#main-col .widget .older-post li {
    border-top:1px solid #ececec;
    padding-top:20px;
    margin-bottom:15px
}
#main-col .widget .older-post li .entry-thumb {
    float:left;
    width:80px;
    margin-right:20px;
}
#main-col .widget .older-post li .entry-content {
    width:285px;
    float:left;
}
#main-col .widget .older-post li .entry-content .entry-title {
    margin-bottom:5px;
}
#main-col .widget .older-post li .more-link-icon {
    display:none;
}

#main-col .widget-area-5 .widget .entry-thumb {
    width:250px;
    float:left;
    margin-right:25px;
    margin-bottom:0;
}
#main-col .widget-area-5 .widget ul li {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #ececec;
}

/* Rencontres */
div.link a {
	color: #002F6B;
	float: right;	
	display: block;
	margin-top: 20px;
	font-weight: bold;
}
.ametys-cms-service.events-calendar div.link a {
	float: none;	
}

div.link a span {
	padding-right: 3px;
}

.sequence-slider div.link a {
	margin-top: 0px;	
}

/* =========================================================
Contact page
============================================================ */
.kp-map {
    margin-bottom:30px;
}
.kp-map iframe {
    margin-bottom:15px;
}
.contact-title {
    font-size: 30px;
    margin: 0 0 20px;
}
#contact-info address p {
    margin-bottom:15px;
}
#contact-form p.input-block, #ametys-cms-zone-zone-3 form p.input-block,
#contact-form p.subject-block {
    position: relative;
    margin-bottom: 5px;
}
#contact_name, #ametys-cms-zone-zone-3 form input[type=text], #ametys-cms-zone-zone-3 form select,
#contact_email, 
#contact_url, 
#contact_subject, 
#contact_phone {
/*     border: 1px solid #e4e4e4; */
/*     height: 45px; */
/*     line-height:45px; */
/*     margin-top: 5px; */
/*     padding: 0 55px 0 120px; */
/*     width: 100%; */
/*     border-radius:0; */
/* 	-moz-border-radius:0; */
/* 	-webkit-border-radius:0; */
/*     box-shadow:none; */
/*     box-sizing:border-box; */
/*     -moz-box-sizing:border-box; */
/*     margin:0; */
/*     background-repeat:no-repeat; */
/*     background-position:350px 10px; */
/*     background-color:#fff; */
}

#contact_url {
    padding:0 55px 0 70px;
}

/* #contact-form p.textarea-block, #ametys-cms-zone-zone-3 form p.textarea-block { */
/*     position: relative; */
/* } */
/* #contact_message, #ametys-cms-zone-zone-3 form textarea { */
/*     border: 1px solid #e8e8e8; */
/*     height: 150px; */
/*     padding: 10px 20px 10px 145px; */
/*     width:100%; */
/*     box-sizing:border-box; */
/*     -moz-box-sizing:border-box; */
/*     margin:0; */
/*     border-radius:0; */
/* 	-moz-border-radius:0; */
/* 	-webkit-border-radius:0; */
/*     box-shadow:none; */
/*     height:160px; */
/* } */
#contact_message:focus,
#contact_name:focus, 
#contact_email:focus, 
#contact_url:focus, 
#contact_subject:focus {
    outline:0;
    border:1px solid #002F6B!important
}
#contact-form .contact-button {
    margin-bottom:0px;
}
#contact-form #submit-contact, #ametys-cms-zone-zone-3 form input[type=submit], .ametys-cms-content form input[type=submit] {
    display:inline-block;
    *display:inline;
    zoom:1;
    padding:7px 15px;
    color:#fff;
    background-color:#002F6B;
    border:1px solid #002F6B;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ametys-cms-content form input[type=submit] {
	margin-left : 17px;
}
#contact-form #submit-contact:hover, #ametys-cms-zone-zone-3 form input[type=submit]:hover , .ametys-cms-content form input[type=submit]:hover{
    background-color: #c9c9c9;
    border: 1px solid #c9c9c9;
    color: #fff !important;
}

#contact-form label.required, #ametys-cms-zone-zone-3 form label {
/*     color:#777; */
/*     position:absolute; */
/*     top:8px; */
/*     left:15px; */
/*     font-size:12px; */
}
#contact-form p.textarea-block label.required, #ametys-cms-zone-zone-3 form p.textarea-block label {
/*     top:12px; */
}

#contact-form label.error {
    color: #32a7dd;
    position: absolute;
    right: 15px;
    top: 12px;
}
#contact-form p.textarea-block label.error {
    top: 7px;
}

#response {
    margin-bottom: 20px;
    text-align: center;
    font-size:18px;
}
#response .success {
    color: #32a7dd;
    margin-top:20px;
    display:inline-block;
    *display:inline;
    zoom:1;
}
#response .failure {
    color: #32a7dd;
    margin-top:20px;
    display:inline-block;
    *display:inline;
    zoom:1;
}

#contact-info {
    color:#3f3f3f;
/*    font-family: 'Rokkitt',serif;*/
}
#contact-info i {
    color:#002F6B;
    font-size:15px;
    width:15px;
    text-align:center;
    margin-right:5px;
}
#contact-info a {
    color:#3f3f3f;
}
#contact-info a:hover {
    color:#002F6B;
}

/* =========================================================
Home page 3
============================================================ */
.header-logo {
	max-height: 55px;
	float: right;
	max-width: 40%;
}
#top-nav {
    float:left;
}
#top-nav  .link-menu > span > em {
	font-style: normal;
}
.contact-top {
    float:right;
    margin-top:18px;
}
.contact-top li {
    float:left;
    margin-left:15px;
}
.contact-top li span,
.contact-top li a {
    margin-left:5px;
    color:#8d8d8d;
    font-size:13px;
}
.contact-top li i {
    color:#002F6B;
    font-size:16px;
    margin:0px 5px 0 0;
    background:none;
}
.contact-top li a:hover {
    color:#002F6B;
}

.kp-home-3 .kp-tag-line {
    position:relative;
    text-align:center;
    padding:40px 0;
    border-bottom:1px solid #e5e5e5;
    background-color:#fff;
}
.kp-home-3 .kp-tag-line .widget-title {
    font-size:30px;
    margin:0 auto 10px;
    color:#333;
    text-transform:uppercase;
    line-height:32px;
    width:70%;	
}
.kp-home-3 .kp-tag-line p {
    color:#5b5b5b;
    font-size:16px;
    width:60%;
    margin:0 auto;
    line-height:24px;
}
.bottom-circle {
    border:1px solid #e5e5e5;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    background-color:#fff;
    width:15px;
    height:15px;
    bottom:-8px;
    left:50%;
    margin-left:-8px;
    display:block;
    position:absolute;
    z-index:10;
}
.bottom-bullet {
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    background-color:#e5e5e5;
    width:5px;
    height:5px;
    bottom:-2px;
    left:50%;
    margin-left:-2px;
    display:block;
    position:absolute;
    z-index:10;
}

.kp-our-work {
    position:relative;
    background-color:#fff;
    border-bottom:1px solid #e5e5e5;
    padding:30px 0;
}
.kp-our-work .span12 {
    overflow:hidden;
}
.kp-our-work .widget-title {
    color:#333;
    font-size:30px;
    text-align:center;
    margin:0 0 80px;
    text-transform:uppercase;
}
.kp-our-work .carousel-nav {
    height:39px;
    right:50%;
    margin-right:-40px;
    top:75px;
}
.kp-our-work .carousel-nav a {
    width:37px;
    height:37px;
    border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
    border:1px solid #dedede;
    background-color:#fff;
	position:relative;
	z-index:1;
}
.kp-our-work .carousel-nav a:hover {
    background-color:#002F6B;
    border:1px solid #002F6B;
}

.kp-our-work ul li .entry-item {
    border-left:1px solid #ececec;
    border-right:1px solid #ececec;
    border-bottom:2px solid #002F6B;
}
.kp-our-work ul li .entry-item .entry-content {
    margin:0 20px 20px;
}

.kp-our-experient {
    position:relative;
    border-bottom:1px solid #e5e5e5;
    background-color:#fff;
}
.kp-home-3 .widget-area-3 {
    float:left;
    border-right:1px solid #e5e5e5;
    margin-right:-1px;
    width:50%;
    padding:40px 0;
}
.kp-home-3 .widget-area-4 {
    float:left;
    border-left:1px solid #e5e5e5;
    margin-right:-1px;
    width:50%;
    padding:40px 0;
}
.kp-our-experient .widget-title {
    color:#333;
    font-size:30px;
    margin:0 0 40px;
    text-transform:uppercase;
}
.kp-our-experient .widget-area-4 .widget-title {
    margin-left:30px;
}

.kp-our-experient .entry-item {
    margin-right:30px;
    margin-bottom:20px;
}
.kp-our-experient .entry-item .entry-date {
    float:left;
    margin-right:25px;
    border:2px solid #002F6B;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    width:40px;
    height:70px;
    text-align:center;
    color:#002F6B;
    padding:0 15px;
	position:relative;
	z-index:0;
}
.kp-our-experient .entry-item .entry-date p {
    font-size:30px;
    font-family: 'Rokkitt',serif;
    border-bottom:1px solid #002F6B;
    padding-bottom:5px;
    margin:13px 0 5px 0;
}
.kp-our-experient .entry-item .entry-date strong {
    color:#002F6B;
    font-size:20px;
    font-family: 'Rokkitt',serif;
}
.kp-our-experient .entry-item .entry-content {
    float:left;
    width:431px;
}
.kp-our-experient .entry-item .entry-title {
    font-size:24px;
    margin:0 0 5px;
}
.kp-our-experient .entry-item .entry-title a {
    color:#575757;	
}
.kp-our-experient .entry-item .entry-title a:hover {
    color:#002F6B;
}
.kp-our-experient .entry-item .entry-meta {
    border-bottom:1px dotted #c3c3c3;
    padding-bottom:10px;
    margin-bottom:10px;
}
.kp-home-3 .entry-date, 
.kp-home-3 .entry-comment, 
.kp-home-3 .entry-comment a, 
.kp-home-3 .entry-category, 
.kp-home-3 .entry-category a, 
.kp-home-3 .entry-author, 
.kp-home-3 .entry-author a {
    color: #acacac;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.kp-home-3 .entry-comment a:hover, 
.kp-home-3 .entry-category a:hover, 
.kp-home-3 .entry-author a:hover {
    color: #002F6B;
}

.kp-client-logo {
    position:relative;
    border-bottom:1px solid #e5e5e5;
    padding:30px 0;
    background-color:#fff;
}
.kp-client-logo ul li {
    float:left;
    width:20%;
    text-align:center;
}
.kp-client-logo ul li a img {
    max-width:100%;
}
.kp-client-logo .widget-title {
    text-align:center;
    margin:0 0 30px 0;
    color:#222;
    font-size:30px;
}

.kp-testimonial {
    position:relative;
    padding:30px 0;
}
.kp-testimonial .widget-title {
    text-align:center;
    margin:0 0 70px 0;
    color:#222;
    font-size:30px;
}
.kp-testimonial .testimonial-content {
    background-color:#fff;
    border:1px solid #ebebeb;
    padding:15px 20px;
    position:relative;
    margin-bottom:50px;
}
.kp-testimonial .testimonial-content blockquote {
    border-left:none;
    margin:0;
    padding:0;
    background:none;
}
.kp-testimonial .testimonial-content .quote-icon {
    float:left;
    margin-right:10px;
    background-repeat:no-repeat;
    background-position:0 0;
    background-image:url(../img/icons/dark-quote-icon.png);
    display:block;
    width:21px;
    height:16px;
}
.kp-testimonial .testimonial-content .arrow {
    position:absolute;
    background-repeat:no-repeat;
    background-position:0 0;
    background-image:url(../img/background/testimonial-arrow.png);
    width:26px;
    height:34px;
    bottom:-34px;
    left:25px;
}
.kp-testimonial .testimonial-author img {
    display:block;
    float:left;
    border:3px solid #fff;
    margin-right:20px;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:relative;
	z-index:0;
}
.kp-testimonial .testimonial-author a {
    color:#002F6B;
    font-family: 'Rokkitt',serif;
    font-size:16px;
    line-height:63px;
}
.kp-testimonial .testimonial-author a:hover {
    color:#222;
}
.kp-testimonial .carousel-nav {
    height: 39px;
    margin-right: -40px;
    right: 50%;
    top: 70px;
}
.kp-testimonial .carousel-nav a {
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 50px 50px 50px 50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
    height: 37px;
    width: 37px;
    background-repeat:no-repeat;
    background-position:center center;
	position:relative;
	z-index:0;
}
.kp-testimonial .carousel-nav a:hover {
    background-color: #002F6B;
    border: 1px solid #002F6B;
}

.bottom-twitter,
.bottom-tagline{
    background:url(../img/background/shadow.png) no-repeat center bottom;
    padding-bottom:37px;
    position:relative;
}
.bottom-twitter .twitter-widget {
    background:#002F6B;
    padding:15px 25px;
}
.bottom-twitter p,
.bottom-tagline p {
    background:#002F6B;
    padding:15px 25px;
	margin-bottom:0;
	color:#fff;
	font-size:20px;
	text-align:center;
}
.bottom-twitter .tweet_list li {
    color:#fff;
    font-size:13px;
}
.bottom-twitter .tweet_list li .tweet_avatar {
    background-repeat:no-repeat;
    background-position:0 0;
    background-image:url(../img/icons/twitter-icon.png);
    width:24px;
    height:19px;
    display:block;
    float:left;
    margin-right:20px;
}
.bottom-twitter .tweet_list li .tweet_avatar img {
    display:none;
}
.bottom-twitter .tweet_list li .tweet_time {
    display:none;
}
.bottom-twitter .tweet_list li a,
.bottom-twitter .tweet_list li span.at {
    color:#434343;
    font-size:12px;
    font-style:italic;
}
.bottom-twitter .tweet_list li a:hover {
    color:#fff;
}

/* =========================================================
About page
============================================================ */
.about-list-container {
    background:url(../img/background/shadow-2.png) no-repeat center top #002F6B;
    padding:20px 0;
}
.about-list-container h2 {
    color:#fff;
    font-size:30px;
    float:left;
    margin-right:30px;
}
.about-tabs li {
    float:left;
    margin-right:20px;
}
.about-tabs li a {
    width:45px;
    height:45px;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    background-color:#fff;
    color:#bebebe;
    display:block;
    text-align:center;
    line-height:45px;
    font-size:26px;
	position:relative;
	z-index:0;
}
.about-tabs li.active a,
.about-tabs li a:hover {
    color:#002F6B;
}

.about-tab-container {
    padding:40px 0 0;
}
.about-intro,
.about-skill {
    border-bottom:1px solid #e5e5e5;
    padding-bottom:20px;
    position:relative;
    margin-bottom:40px;
}
.about-intro h2,
.about-skill h2 {
    text-align:center;
    font-size:30px;
    color:#555;
    text-transform:uppercase;
    margin:0 0 25px;
}
.about-intro p {
    margin-bottom:20px;
    color:#6f6f6f;
}
.about-skill-intro {
    margin:0 auto 30px;
    width:40%;
    text-align:center;
}
.kp-about-page .kp-our-work {
    padding:0;
    margin-bottom:40px;
    border-bottom:none;
}
.kp-about-page .kp-our-work .carousel-nav {
    top:42px;
}

.kp-about-page .kp-client-logo {
    border-bottom: none;
    padding: 0px 0 30px;
}

.about-team {
    margin:40px 0;
}
.about-team article {
    text-align:center;
    border-left:1px solid #ececec;
    border-right:1px solid #ececec;
    border-bottom:2px solid #002F6B;
}
.about-team article img {
    display:block;
    width:100%;
    margin-bottom:15px;
}
.about-team article .team-content header {
    border-bottom:1px solid #ececec;
    padding-bottom:10px;
    margin-bottom:15px;
}
.about-team article .team-content h2 {
    text-transform:uppercase;
    color:#555;
    font-size:24px;
    margin:0;
    line-height:24px;
}
.about-team article .team-content p {
    margin:0 20px 15px;
}
.about-team article .socials-link {
    float:none;
    display:inline-block;
    margin:0 0 20px;
}
.about-team article .socials-link li {
    margin:0 0 0 10px;
}
.about-team article .socials-link li:first-child {
    margin-left:10px;
}

.about-list-container .tooltip-inner {
    color: #555;
    font-size:18px;
    background-color: #fff;
    box-shadow:0 1px 1px rgba(224,224,224,.75);
	-moz-box-shadow:0 1px 1px rgba(224,224,224,.75);
	-webkit-box-shadow:0 1px 1px rgba(224,224,224,.75);
    font-family: 'Rokkitt',serif;
    padding:5px 20px;
	position:relative;
	z-index:0;
}

.about-list-container .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}
.about-list-container .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* =========================================================
Portfolio detail page
============================================================ */
.more-pf-box {
    margin-top:15px;
}
.more-pf-box h3 {
    font-size:24px;
    color:#444;
    text-transform:uppercase;
    margin:0 0 20px;
}
.portfolio-detail .pf-detail-item {
    position:relative;
}
.pf-detail-nav {
    position:absolute;
    top:-4px;
    right:0px;
}
.pf-detail-nav a {
    width:23px;
    height:23px;
    border:1px solid #DEDEDE;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    display:inline-block;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:center center;
    text-align:center;
    line-height:22px;
    color:#fff;
	position:relative;
	z-index:1;
}
.pf-detail-nav a:hover {
    border:1px solid #002F6B;
    background-color:#002F6B;
}
.portfolio-detail .pf-detail-item h3 {
    border-bottom:1px solid #eaeaea;
    padding-bottom:2px;
    margin:0 0 25px;
}
.portfolio-detail .entry-meta-box {
    float:left;
    width:195px;
    margin-right:25px;
}
.portfolio-detail .entry-meta-box .entry-meta li {
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px dotted #d6d6d6;
}
.portfolio-detail .entry-meta-box .socials-link {
    float:none;
    margin:20px 0 0;
}


.portfolio-detail .pf-detail-content {
    float:left;
    width:575px;
}
.portfolio-detail .pf-detail-content .pf-thumb {
    margin-bottom:25px;
}
.portfolio-detail .pf-detail-content .pf-thumb img {
    display:block;
    width:100%;
}
.portfolio-detail .pf-detail-content .pf-thumb audio {
    display:block;
    width:100%;
    height:28px;
}
.pf-box li {
    position:relative;
    width:248px;
    margin-left:25px;
    float:left;
}
.pf-box li:first-child {
    margin-left:0;
}

li.portfolio-box-space{
    width: 100% !important;
    height: 20px;      
}

li.portfolio-box-position-1{
    margin-left: 0px;
}
li.portfolio-box-position-3{
    margin-right: 0px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;    
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* =========================================================
Blog page style 3
============================================================ */
.entry-meta-column {
    display:none;
}
.kp-cat-3 .entry-meta-column {
    display:block;
    float:left;
    margin-right:25px;
    width:105px;
}
.kp-cat-3.two-sidebar .entry-meta-column {
    width:80px;
}
.kp-cat-3 .entry-item {
    float:left;
    width:665px;
}
.kp-cat-3.two-sidebar .entry-item {
    width:465px;
}

.kp-cat-3 .entry-meta-column p {
    width:105px;
    height:105px;
    text-align:center;
    line-height:105px;
    color:#fff;
    background-color:#002F6B;
    font-size:46px;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:relative;
	z-index:0;
}
.kp-cat-3.two-sidebar .entry-meta-column p {
    width:80px;
    height:80px;
    line-height:80px;
    font-size:36px;
}
.kp-cat-3 .entry-meta-column a,
.kp-cat-3 .entry-meta-column span {
    display:block;
    text-align:center;
}
.kp-cat-3 .entry-meta-column a {
    font-size:16px;
    color:#002F6B;
}
.kp-cat-3 .entry-meta-column a:hover {
    color:#666;
}
.article-list li article .entry-thumb audio {
    width:100%;
    height:28px;
}

/* =========================================================
404 Page
============================================================ */
.error-404{
    margin:20px 10% 50px;
}
.error-404 .left-col{
    width:41%;
    float:left;
    margin:0 2%;
}
.error-404 .left-col p{
    font-size:120px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:700;
    color:#002F6B;
    line-height:100px;
    text-align:right;
}
.error-404 .right-col{
    width:50%;
    float:left;
    margin:0 2%;
}
.error-404 .right-col h1{
    margin-bottom:10px;
    font-size:29px;
    color:#002F6B;
    margin-top:0;
}
.error-404 .right-col a {
    color:#002F6B;
}
.error-404 .right-col a:hover {
    color:#666;
}
.kopa-pagelink{
    margin-top:20px;
    margin-bottom:20px;
}
.kopa-pagelink a{	
    color:#002F6B;
    text-decoration:underline;
    font-weight:700;
    padding-right:15px;
}













.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/* Contents */
.entry-content h2:before {
	content:"◾";
	font-size: 16px;
	padding-right: 5px;
}

.entry-content h2 {
	color: #002F6B;
}

.entry-content ul {
	margin-bottom: 10px;
}

.entry-content ul li {
	margin-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;	
}

.entry-content ul.disc li {list-style-type: disc;}
.entry-content ul.square li {list-style-type: square;}


/* Share This */
.stButton .chicklets {padding-left: 13px !important;}
.stButton { margin: 0px;}

/* ENT btn */
#logout, #login {
	float: right;
	margin-right: 13px;
	margin-top: 7px;
	color: #FFF;
}

#logout a,
#login a {
	color: #FFF;
	padding-right: 5px;
}

#logout a span,
#login a span,
#logout span {
	color: #FFF;
}

#logout span.user {
	margin-right: 10px;
}

/* HEADER CONTENT */
.ametys-cms-content.header-content .sequence-wrapper {
	margin-top : -1px;
	box-sizing: border-box;
	position : relative;
	padding-top: 45px;
	height: 150px;
	margin-bottom: 20px;
}

.ametys-cms-content.header-content * {
	color : #fff !important;
}
.ametys-cms-content.header-content img {
	margin : 0;
}
.ametys-cms-content.header-content .image-wrapper {
	position : absolute;
	top : 0;
	left : 0;
	max-height : 150px;
	overflow:  hidden;
	max-width: 100%;
}

.ametys-cms-content.header-content .carousel-container ul {
	margin : 0;
}
.ametys-cms-content.header-content .carousel-container ul li{
	display : inline-block;
	width: 100%;
	min-height: 350px;
	background-position : 50% 0%;
}
.ametys-cms-content.header-content .carousel-container ul li .carouselDetails{
	height: 100%;
	background : none;
	z-index : 4;
}
.ametys-cms-content.header-content .carousel-container ul li .carouselDetails h2{
	margin-bottom : 0;
}
.ametys-cms-content.header-content .carousel-container ul li .carouselDetails p{
	font-size : 14px;
}
.ametys-cms-content.header-content .carousel-container ul li .carouselDetails p.content-read-more{
	text-align : right;
}
.ametys-cms-content.header-content .carousel-container ul li .carouselDetails p.carrouselText{
	font-family: "Rokkitt",serif;
	font-size : 18px;
}
.ametys-cms-content.header-content .carousel-container ul li .carouselDetails .inner-content{
	background-color : rgba(51,51,51,0.7);
	padding : 15px;	
}
.ametys-cms-content.header-content .carousel-container ul li .carouselDetails > div{
	max-width : 650px;
}
.ametys-cms-content.header-content h2 span{
	background-color : #002F6B;
	padding : 5px;
	display: inline-block;
}

.ametys-cms-content.header-content #slider .container {
    position: relative;
    height: 300px;
    width : auto;
}

.slide-control.play, .slide-control.pause {
    border-radius: 3px;
    left: 70px;
    position: absolute;
    top: 50%;
    overflow: hidden;
    opacity: 0.5;
    display  : none;
    z-index : 5;
}
#slider .owl-theme .owl-controls {
	margin: 0
}

#slider .owl-next,
#slider .owl-prev,
#slider-arrow-left,
#slider-arrow-right,
.camera_next,
.camera_prev,
.flex-next,
.flex-prev,
.nivo-nextNav,
.nivo-prevNav,
.slider-arrow-bottom-sm,
.slider-arrow-top-sm,
.slide-control.play,
.slide-control.pause
	{
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	left: 0;
/* 	margin-top: -26px; */
	background-color: rgba(0, 0, 0, .3);
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 0 3px 3px 0;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out
}

.slide-control.play:before,
.slide-control.pause:before{
	font-family: "lined-icons";
	color: rgba(255, 255, 255, 0.8);
    font-size: 28px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    width: 34px;
    overflow:hidden;
    content: "\e052";
    display:block;
    margin-left: 6px;
}

.slide-control.play:before{
	content: "\e053";
	margin-left: 4px;
}


.slider-arrow-bottom-sm,.slider-arrow-top-sm {
	top: auto;
	bottom: 57px;
	left: auto;
	right: 20px;
	margin: 0;
	width: 32px;
	height: 32px;
	border-radius: 3px 3px 0 0
}

.slider-arrow-bottom-sm {
	bottom: 20px;
	border-radius: 0 0 3px 3px
}

.fslider[data-thumbs=true] .flex-next,
.fslider[data-thumbs=true] .flex-prev
	{
	margin-top: -64px
}

#slider .owl-next,#slider .owl-prev {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out
}

#slider .owl-next,#slider-arrow-right,.camera_next,.flex-next,.nivo-nextNav
	{
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px
}

#slider .owl-next i,
#slider .owl-prev i,
#slider-arrow-left i,
#slider-arrow-right i,
.camera_next i,
.camera_prev i,
.flex-next i,
.flex-prev i,
.nivo-nextNav i,
.nivo-prevNav i,
.slider-arrow-bottom-sm i,
.slider-arrow-top-sm i,
.slide-control.play i,
.slide-control.pause i
	{
	line-height: 50px;
	width: 34px;
	height: 52px;
	color: #DDD;
	color: rgba(255, 255, 255, .8);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	font-size: 34px;
	text-align: center;
	margin-left: 7px
}

.slide-control.play i,
.slide-control.pause i{
	font-size: 28px;
	overflow:hidden;
}

.slider-arrow-bottom-sm i,.slider-arrow-top-sm i {
	width: 32px;
	height: 32px;
	margin: 0;
	line-height: 30px;
	font-size: 18px;
	color: #FFF;
	color: rgba(255, 255, 255, 1)
}

.flex-prev i {
	margin-left: 9px
}

#slider .owl-prev i {
	margin-left: 0
}

#slider-arrow-right i,.camera_next i,.nivo-nextNav i {
	margin-left: 10px
}

.flex-next i {
	margin-left: 11px
}

#slider .owl-next i {
	margin-right: 4px
}

#slider .owl-controls .owl-nav {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out
}

#slider .owl-controls .owl-nav div,#slider:hover .owl-controls .owl-nav
	{
	opacity: 1
}

#slider .owl-next:hover,
#slider .owl-prev:hover,
#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_next:hover,
.camera_prev:hover,
.flex-next:hover,
.flex-prev:hover,
.nivo-nextNav:hover,
.nivo-prevNav:hover,
.slider-arrow-bottom-sm:hover,
.slider-arrow-top-sm:hover,
.slide-control.play:hover,
.slide-control.pause:hover
	{
	background-color: rgba(0, 0, 0, .6) !important
}

#slide-number {
	position: absolute;
	opacity: 0;
	top: auto;
	right: 20px;
	bottom: 20px;
	z-index: 20;
	width: 36px;
	height: 40px;
	text-align: center;
	color: rgba(255, 255, 255, .8);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
	font-size: 18px;
	font-weight: 300;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

#slider:hover #slide-number {
	opacity: 1
}

#slide-number-current,#slide-number-total {
	position: absolute;
	line-height: 1;
	top: 5px;
	left: 0
}

#slide-number-total {
	top: auto;
	bottom: 5px;
	left: auto;
	right: 0
}

#slide-number span {
	display: block;
	font-size: 32px;
	line-height: 40px
}

#slider .owl-dots {
	position: absolute;
	width: 100%;
	z-index: 20;
	margin: 0;
	top: auto;
	bottom: 15px
}

#slider .owl-controls .owl-dots span {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #FFF
}

#slider .owl-dots .owl-dot.active span,#slider .owl-dots .owl-dot:hover span
	{
	background-color: #FFF !important
}

#slider-arrow-left, #slider-arrow-right{
	font-size: 10px;
	line-height: 16px;
}

#slider-arrow-left .icon-angle-left{
	background : url(../img/slider/sequencel-prev.png) no-repeat center center transparent;
	margin : 0;
}

#slider-arrow-right .icon-angle-right{
	background : url(../img/slider/sequencel-next.png) no-repeat center center transparent;
	margin : 0;
}

.breadcrumb-withHeader {
	position: absolute;
	top: -170px;
	left : 0;
}
.breadcrumb-withHeader .breadcrumb li{
	text-shadow : none;
}
.breadcrumb-withHeader .breadcrumb  *{
	color : #fff !important;
}

/* JQUERY UI */
.ui-widget-header {
	border-color : #002F6B;
	background-image : none;
	background-color : #002F6B; 
}
.ui-state-hover, .ui-widget-content .ui-state-hover {
	background-color : #002F6B; 
	background-image : none;
}
a.ui-state-default.ui-state-active.ui-state-hover {
	background-color : #fff; 
}

.image-wrapper {
	max-width : 100%;
}

img.image-logo {
	margin: 10px 0;
}


/* SPECIFIQUE BO */
#main-content.bo .row-fluid {
	margin-bottom : 20px;
} 

/* ACCUEIL */

.home h3, h3.home-title {
	margin-bottom: 25px;
	margin-top: 0;
	margin-bottom: 30px !important;
}
.home h3 span.content-title, h3.home-title span.content-title, .home h3 span.service-title{
	padding: 10px 50px 10px 0px;
	border-bottom: 2px solid #e7e7e7;
	display: inline-block;
	position : relative;
}
.home h3 span.content-title:after, .home h3 span.service-title:after, h3.home-title span.content-title:after{
	padding: 10px 0px;
	border-bottom: 2px solid #595959;
	position: absolute;
	content: "";
	width: 85%;
	left: 0;
    bottom: -2px;
}
.home h3 span.service-title:after {
	top: 26px;
}
.home h3 span.content-subtitle, h3.home-title span.content-subtitle{
	display: block;
	margin-top: 5px;
	font-family: 'Open Sans', sans-serif;;
	font-size: 19px;
	font-style: italic;
	color : #002F6B;
	margin-bottom: 20px;
}
h3.home-title span.content-title:before {
	content: "\e0f5";
	font-family: 'icomoon';
	color: #002F6B;
	height: 35px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	font-size: 26px;
	margin-top: -3px;
}

/* ZONE 2 ACCUEIL */
.home .zone-2 h2{
	text-align : center;
	text-transform : uppercase;
	
}
.home .zone-2 h2 span.content-title{
	display: inline-block;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
}
.home .zone-2 h2 span.content-title:before{
	display: block;
	border-bottom: 2px solid #e7e7e7;
	content: " ";
	position: absolute;
	width: 80%;
	top: 57px;
	left: 10%;
}
.home .zone-2 h2.no-centered span.content-title:before{
	left: 0;
	width : 110%;
}
.home .zone-2 h2 span.content-title:after{
	border-bottom: 2px solid #595959;
    display: block;
    content: " ";
    clear: both;
    margin-top: 14px;
    position: absolute;
    width: 70%;
    left: 10%;
}
.home .zone-2 h2.no-centered span.content-title:after{
	left: 0;
	width : 90%;
}
.home .zone-2 .content-richtext-end {
	margin-bottom : 20px;
}


/* ZONE DEFAULT ACCUEIL */
.home h3 span.content-title:before {
	content: "";
	font-family: 'icomoon';
	color: #002F6B;
	height: 35px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	font-size: 26px;
	margin-top: -3px;
}

.home #ametys-cms-zone-default h3 span.content-title:before,.home h3.faq-title span.content-title:before {
	content: "";
	background: url(../img/icons/faq.png) no-repeat left top transparent;
	width: 32px;
	height: 35px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.home #ametys-cms-zone-default h3 span.service-title:before {
	content: "\e0f6";
	font-family: 'icomoon';
	color: #595959;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	font-size: 26px;
	margin-top: -3px;
}
.home #ametys-cms-zone-zone-3 h3 span.service-title:before {
	content: "\e04d";
	font-family: 'icomoon';
	color: #595959;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	font-size: 26px;
	margin-top: -3px;
}
.home #ametys-cms-zone-zone-3 .filtered-contents-link .link {
	display: block;
	text-align: right;
	float: right;
	margin-bottom : 20px;
}
.home #ametys-cms-zone-zone-3 .filtered-contents-link h3.postheader {
	display: inline-block;
}
.home #ametys-cms-zone-zone-3 .ametys-cms-service.filtered-contents-link .link a {
	background-color: #002F6B;
	padding: 10px 20px;
	border: 1px solid #002F6B;
	color: #fff !important;
	font-size: 13px;
	margin: 0;
	font-weight: normal;
	float: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 10px;
}
.home #ametys-cms-zone-zone-3 .ametys-cms-service.filtered-contents-link .link a:hover {
	background-color: #c9c9c9;
	border: 1px solid #c9c9c9;
}
.home #ametys-cms-zone-zone-3 .filtered-contents-link .link a:before {
	content : "";
	margin: 0;
	padding; 0;
}

.home #ametys-cms-zone-zone-3 .ametys-cms-service.filtered-contents {
	margin-bottom : 10px;
}

.home .faq-home .article-home .span4 {
	float : none;
	display : inline-block;
	vertical-align: top;
}

.home .faq-home .faq-links {
	float : right;
}

.home .faq-home .faq-links .left-button {
	margin-left: 15px;
	margin-top:10px;
	float:left;
	margin-bottom : 20px;
}

.home .faq-home .faq-links .right-button {
	float:left;
	margin-top:10px;
	margin-left:20px;
	margin-bottom : 20px;
	margin-right : 0;
}


.home .article-home .date-div {
	border-bottom : 1px solid #B7B7B7 ;
	margin-top: 5px;
}
.home .article-home .date-div .date{
	color : #939393 ;
	background : url("../img/icons/agenda.png") no-repeat top left transparent;
	padding-left : 30px;
	min-height: 27px;
	display: inline-block;
}
.home .article-home .date-div .categorie{
	float : right;
	color : #002F6B ;
	font-weight: bold;
	font-style: italic;
}
.home .article-home p {
	color : #777 ;
	
}
.home .article-home p.abstract {
	color: #333;
	font-size: 20px;
	line-height: 25px;
	border-bottom: 1px solid #B7B7B7;
	padding-bottom: 15px;
	font-family: 'Rokkitt', serif;
}

.home #ametys-cms-zone-zone-3 form input[type=text], .home #ametys-cms-zone-zone-3 form textarea {
/* 	width : 100% !important; */
}
.home #ametys-cms-zone-zone-3 form input[type=submit], .ametys-cms-content form input[type=submit] {
/* 	background : url("../img/icons/envelop.png") no-repeat center 5px #002F6B; */
}
form br {
	display :none;
}


.row-fluid [class*="span"]:nth-child(3n + 1) {
	margin-left: 0;
	clear : left;
}

.home .ametys-cms-service.filtered-contents .content-list-item {
	padding : 0;
	margin-bottom : 20px;
}

.home #ametys-cms-zone-zone-3 .ametys-cms-service.filtered-contents .content-list > ul, 
body.page #main-col.mi-large #ametys-cms-zone-default .ametys-cms-service.filtered-contents-link .content-list > ul,
body.page #main-col.large #ametys-cms-zone-default .ametys-cms-service.filtered-contents-link .content-list > ul
{
	margin : 0 -10px;
}

.home #ametys-cms-zone-zone-3 .ametys-cms-service.filtered-contents .content-list-item {
	width: calc(33% - 19px);
	display : inline-block;
	margin : 0 10px 20px;
	vertical-align : top;
}

body.page #main-col.mi-large #ametys-cms-zone-default .ametys-cms-service.filtered-contents-link .content-list-item{
	width: calc(100% / 4 - 20px);
	display : inline-block;
	margin : 0 10px 10px;
	background-color : transparent;	
	padding : 0 0 10px;
	vertical-align : bottom;
}

body.page #main-col.large #ametys-cms-zone-default .ametys-cms-service.filtered-contents-link .content-list-item{
	width: calc(100% / 5 - 20px);
	display : inline-block;
	margin : 0 10px 10px;
	background-color : transparent;	
	padding : 0 0 10px;
	vertical-align : bottom;
}

body.page #main-col.small #ametys-cms-zone-default .ametys-cms-service.filtered-contents-link .content-list-item{
	width: calc(100% / 3 - 20px);
	display : inline-block;
	margin : 0 10px 10px;
	background-color : transparent;	
	padding : 0 0 10px;
	vertical-align : bottom;
}

.ametys-cms-content.view-link {
	position : relative;
}

.ametys-cms-content.view-link .content-illustration {
	padding : 0;
	border: 0;
	margin: 0;
	float : none;
}

.home #ametys-cms-zone-default .ametys-cms-content.view-link {
	padding : 10px;
}


.home #ametys-cms-zone-default .ametys-cms-content.view-link.with-illustration {
	padding :0
}

.ametys-cms-content.view-link.with-illustration .content-link {
	position: absolute;
	bottom: 5px;
	left: 10px;
	max-height: calc(100% - 30px);
	overflow: hidden;
}

.ametys-cms-content.view-link .content-link {
	padding: 10px;
	background: rgba(0, 47, 107, 0.6);
	color: #fff;
	font-weight: bold;
	margin-top : 0;
	display : inline-block;
	max-width : 70%;
}

.ametys-cms-content.view-link .content-link span.date, .ametys-cms-content.view-link .content-link span.titre {
	display : inline-block;
	vertical-align: top;
}

.home #ametys-cms-zone-zone-2 {
	margin-bottom : 2em;
}

.ametys-cms-content, .ametys-cms-service {
	margin-bottom : 20px;
}

.page #ametys-cms-zone-default .ametys-cms-content, .page #ametys-cms-zone-default .ametys-cms-service {
	margin-bottom : 40px;
}

.ametys-cms-service .ametys-cms-content {
	margin-bottom : 0 !important;
}

.date-separator:before {
	content : " // ";
}