html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td ,p{
	width: auto;
	margin: 0;	
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	/*vertical-align: baseline;*/
}
ul ol{
	list-style: none;
	margin:0;
	padding:0;
}
body {
	line-height: 20px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}

@font-face {
    font-family: 'HelveticaNeueLTStd85Heavy';
    src: url('font/Helvetica/helveticaneueltstd-hv.eot');
    src: url('font/Helvetica/helveticaneueltstd-hv.eot') format('embedded-opentype'),
         url('font/Helvetica/helveticaneueltstd-hv.woff') format('woff'),
         url('font/Helvetica/helveticaneueltstd-hv.ttf') format('truetype'),
         url('font/Helvetica/helveticaneueltstd-hv.svg#HelveticaNeueLTStd85Heavy') format('svg');
}
@font-face {
    font-family: 'HelveticaLTStdLight';
    src: url('font/Helvetica/helveticaltstd-light.eot');
    src: url('font/Helvetica/helveticaltstd-light.eot') format('embedded-opentype'),
         url('font/Helvetica/helveticaltstd-light.woff') format('woff'),
         url('font/Helvetica/helveticaltstd-light.ttf') format('truetype'),
         url('font/Helvetica/helveticaltstd-light.svg#HelveticaLTStdLight') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLTStd75Bold';
    src: url('font/Helvetica/helveticaneueltstd-bd.eot');
    src: url('font/Helvetica/helveticaneueltstd-bd.eot') format('embedded-opentype'),
         url('font/Helvetica/helveticaneueltstd-bd.woff') format('woff'),
         url('font/Helvetica/helveticaneueltstd-bd.ttf') format('truetype'),
         url('font/Helvetica/helveticaneueltstd-bd.svg#HelveticaNeueLTStd75Bold') format('svg');
}

@font-face {
	font-family:"Lobster1.4";
	src:url("font/Lobster1_4/Lobster_1_4.eot?") format("eot"),
	url("font/Lobster1_4/Lobster_1_4.woff") format("woff"),
	url("font/Lobster1_4/Lobster_1_4.ttf") format("truetype"),
	url("font/Lobster1_4Lobster_1_4.svg#Lobster1.4") format("svg");
	font-weight:normal;
	font-style:normal;
}


/* HIDE */
.st-page-home #avatar-pos-main-body{
	display:none;
}

.copyright{
	display:none;
}
.pagination  .pagination-start, .pagination .pagination-end{
display:none;
}
/** BACK-TOP-BUTTON **/
#avatar-go-to-top{
	text-decoration:none;
	color:#dadada;
	font-size:12px;
	text-transform:uppercase;
	line-height:43px;
	right:0px;
	display:block;
	bottom:430px;
	height:43px;
	width:60px;
	position:fixed;
	background:#1a1a1d url('../images/st_theme/top_bg.png') no-repeat 40px 50%;
	cursor:pointer;
	z-index: 1000;
}
#avatar-go-to-top:hover{
	background:#fd7800 url('../images/st_theme/top_bg.png') no-repeat 40px 50%;
	color:white;
}
#avatar-go-to-top span{
	padding-left:10px;
}
/******* HEADER ******/
/***** avatar-header-inside-block --- HEADER TOP *****/

#st-logo{
	min-width:127px;
	width:127px;
	
}
#st-logo h1{
	padding:28px 0 24px 10px;
	line-height:40px;
}
#st-logo a{
	display:block;
	color:#fd7800;
	text-decoration: none;
	font-family:"Lobster1.4";
	font-size:48px;
}

#avatar-pos-top-right .avatar-module{
	float:right;
	padding-right:10px;
}

#st-call-us{
	padding-top:20px;
}
#st-call-us span{
	color:#aaaaaa;
}
#st-call-us p{
	color:#666666;
	margin:0;
	padding:0;
}
.search{
	padding-top:10px;
	float:left;
}
.search .form-inline{
	position:relative;
}
.search .form-inline #mod-search-searchword {
	float:left;
	width:190px;
	background: #f6f6f6 url("../images/st_theme/search_icon.png") no-repeat 96% 50%;
	padding:3px 0;
	box-shadow:none;
	border:none;
	color:#666666;
	padding-left:15px;
	line-height:15px;
	font-size:13px;
}
/* MENU-HOME-PAGE*/

.st-page-home #avatar-body-top-block, .st-page-home-ver-2 #avatar-body-top-block{
	border-top:1px solid #e1e1e1;
	border-bottom:5px solid #96a6a7;
}
.st-page-home .avatar-nav-responsive .st-mega-menu li a, .st-page-home-ver-2 .avatar-nav-responsive .st-mega-menu li a,
.st-page-home .avatar-nav-responsive .st-mega-menu li span.separator, .st-page-home-ver-2 .avatar-nav-responsive .st-mega-menu li span.separator{ 
	border-bottom:5px solid #96a6a7;
}
.st-page-home .avatar-nav-responsive .st-mega-menu li:hover a,
.st-page-home-ver-2 .avatar-nav-responsive .st-mega-menu li:hover a,
.st-page-home .avatar-nav-responsive .st-mega-menu li:hover span.separator,
.st-page-home-ver-2 .avatar-nav-responsive .st-mega-menu li:hover span.separator,
.st-page-home .avatar-nav-responsive .st-mega-menu li.current a,
.st-page-home-ver-2 .avatar-nav-responsive .st-mega-menu li.current a,
.st-page-home .avatar-nav-responsive .st-mega-menu li.current span.separator,
.st-page-home-ver-2 .avatar-nav-responsive .st-mega-menu li.current span.separator{
	background:#ffffff;
	color:#3498db;
	border-bottom:5px solid #3498db;
}
.st-page-home .avatar-nav-responsive .st-mega-menu li:hover ul li a, .st-page-home-ver-2 .avatar-nav-responsive .st-mega-menu li:hover ul li a{
	color:#666666;
	border:0;
	background:#f6f6f6;
}
.st-page-home .avatar-nav-responsive .st-mega-menu li ul li a:hover,.st-page-home-ver-2 .avatar-nav-responsive .st-mega-menu li ul li a:hover{
	color:#323232;
	background:#bebebe;
	
}
/********    MAIN-MENU     ********/
#avatar-body-top-block{
	border-top:1px solid #e1e1e1;
	/*border-bottom:5px solid #e1e1e1;*/
}

#avatar-pos-promo-top-left .avatar-module{
	padding-left:10px;
	overflow: :hidden;
}
.avatar-nav-responsive .toggle{
	display:none;
}
.avatar-nav-responsive span.pull{
	display:none;
}

.avatar-nav-responsive .st-mega-menu{
	background:#ffffff;
	padding:0;
	margin:0;
}
.avatar-nav-responsive .st-mega-menu li{
	margin-bottom:-5px;
	line-height:53px;
	position:relative;
	float:left;
	padding-right:2.2%;
	z-index:1;
}
.avatar-nav-responsive .st-mega-menu li a,
.avatar-nav-responsive .st-mega-menu li span.separator{
	background:#ffffff;
	margin-right:20px;
	font-size:15px;
	color:#666666;
	text-decoration:none;
	display:block;
	border-bottom:5px solid #e1e1e1;
}

.avatar-nav-responsive .st-mega-menu .st-mega-menu-col   li a,
.avatar-nav-responsive .st-mega-menu .st-mega-menu-col  li span.separator{
	margin-right:0px;
	padding-right:0px;
}

.avatar-nav-responsive .st-mega-menu li:hover a,
.avatar-nav-responsive .st-mega-menu li:hover span.separator,
.avatar-nav-responsive .st-mega-menu li.current a,
.avatar-nav-responsive .st-mega-menu li.current span.separator{
	border-bottom:5px solid #fd7800;
}

.avatar-nav-responsive .st-mega-menu  .st-mega-menu-row {
	position: absolute;
	z-index: 999;
	background: #f6f6f6;
	display: none;
	width:173px;
	height:auto;
	top: 99%;
}
.avatar-nav-responsive .st-mega-menu li .st-mega-menu-row ul{
	list-style:none;
	width:220px;
	margin:0;
	padding:0;
}
.avatar-nav-responsive .st-mega-menu li:hover  .st-mega-menu-row{
	display:block;
	background-color:#f6f6f6;
}

.avatar-nav-responsive .st-mega-menu li  .st-mega-menu-row ul li{
	background-color:#f6f6f6;
	float:left;
	line-height:40px;
	width:100%;
	color:#666666;
	margin:0;
	padding:0;
}
.avatar-nav-responsive .st-mega-menu .st-mega-menu-row ul li a{
	background-color:#f6f6f6;
	border:0;
	border-bottom:1px solid #EEEEEE;
	padding-left:15px;
	color:#666666;
}
.avatar-nav-responsive .st-mega-menu  .st-mega-menu-row ul li a:hover{
	color:#323232;
	border:none;
	border:0;
	background-color:#bebebe;
	border-bottom:1px solid #EEEEEE;
}

.avatar-nav-responsive ul.nav.st-mega-menu.menu.avatar-main-menu-static {
	padding: 0px 0px 0px 5%;
}

 ul.nav.st-mega-menu.menu.avatar-main-menu-static li{
	margin-bottom:0px;
	padding-right:0.5%;
	padding-left:0;
}

 ul.nav.st-mega-menu.menu.avatar-main-menu-static a{
	border-bottom:none;
}

 ul.nav.st-mega-menu.menu.avatar-main-menu-static .active a{
	border-bottom:none;
}

 ul.nav.st-mega-menu.menu.avatar-main-menu-static a:hover,  ul.nav.st-mega-menu.menu.avatar-main-menu-static span:hover,  ul.nav.st-mega-menu.menu.avatar-main-menu-static > .active > a,  ul.nav.st-mega-menu.menu.avatar-main-menu-static > .active > span {
    background-color: #3498db;
	color: #FFFFFF;
	/*opacity:0.65;*/
}
 ul.nav.st-mega-menu.menu.avatar-main-menu-static> .active > a, ul.nav.st-mega-menu.menu.avatar-main-menu-static > .active > span {
    background: none repeat scroll 0 0 #3498db;
    color: #fff;
}
 ul.nav.st-mega-menu.menu.avatar-main-menu-static > li > a, ul.nav.st-mega-menu.menu.avatar-main-menu-static > li > span {
    color: #FFFFFF;
    line-height: 20px;
    padding: 9px 15px;
	margin:10px 0;
}

a, a:link, a:visited,  ul.nav.st-mega-menu.menu.avatar-main-menu-static ul li a:hover,  ul.nav.st-mega-menu.menu.avatar-main-menu-static ul li span:hover {
    color: #3498db;
    cursor: pointer;
}
	
.titrecat a, .titrecat a:hover{
	color: #FFFFFF;   /*couleur lien cliquable actu blanc*/
} 	
	
/** SCREEN MAX-WIDTH 767px **/
@media (max-width: 925px){  /*changement de 790 à 920 par rapprot à la longueur du nouveua menu*/
	
	/** MAIN-MENU **/
	.avatar-responsive .avatar-nav-responsive{
		position:relative;
	}
	.avatar-responsive .avatar-nav-responsive .avatar-main-menu{
		position:absolute;
		z-index: 500;
	}
	.avatar-responsive .avatar-nav-responsive  span.toggle{
		width:29px;
		margin-top:21px;
		display: block;
		cursor: pointer;
		background:url('../images/st_theme/nav-toggle.png') no-repeat top left ;
		text-indent:-99999px;	
	}
	.avatar-responsive .avatar-nav-responsive  span.pull {
		display: block;
		background: url('../images/st_theme/nav-toggle.png') no-repeat center center;
		text-indent:-99999px;
		cursor: pointer;
		position: absolute;
		right: 10px;
		top: 20.5px;
		width: 30px;
		height: 16px;
	}
	.avatar-responsive .avatar-nav-responsive .avatar-main-menu {
		background:#f6f6f6;
		display: none;
	}
	.avatar-responsive .avatar-nav-responsive .avatar-main-menu  li {
		float: none;
		background:#f6f6f6;
		min-width:173px;
		width: 173px;
		padding:0;
		margin:0;
	}
	.st-page-home .avatar-nav-responsive .st-mega-menu li:hover a,
	.st-page-home-ver-2 .avatar-nav-responsive .st-mega-menu li:hover a,
	.avatar-nav-responsive .avatar-main-menu  li:hover a,
	.st-page-home .avatar-nav-responsive .st-mega-menu li:hover span.separator,
	.st-page-home-ver-2 .avatar-nav-responsive .st-mega-menu li:hover span.separator,
	.avatar-nav-responsive .avatar-main-menu  li:hover span.separator,
	.avatar-nav-responsive .avatar-main-menu  li a:hover,
	.st-page-home .avatar-nav-responsive .avatar-main-menu li a:hover,
	.st-page-home-ver-2 .avatar-nav-responsive .avatar-main-menu li a:hover{
		color:#fd7800;
		border:0;
		padding:0 0 0 10px;
		background:#f6f6f6;
	}
	.avatar-nav-responsive .avatar-main-menu li:hover  .st-mega-menu-row{
		display:none;
	}
	.st-page-home .avatar-nav-responsive .st-mega-menu li .st-mega-menu-row ul li a,
	.st-page-home-ver-2 .avatar-nav-responsive .st-mega-menu li .st-mega-menu-row ul li a,
	.avatar-nav-responsive .avatar-main-menu  li .st-mega-menu-row ul li a{
		background:#f6f6f6;
		padding:0 0 0 20px;
		border:0;
	}
	.avatar-nav-responsive .avatar-main-menu  li .st-mega-menu-row ul li a:hover{
		background:#bebebe;
		padding:0 0 0 20px;
	}
	.avatar-nav-responsive .st-mega-menu li.current a,
	.avatar-nav-responsive .st-mega-menu li.current span.separator,
	.st-page-home .avatar-nav-responsive .st-mega-menu li.current a,
	.st-page-home-ver-2 .avatar-nav-responsive .st-mega-menu li.current a,
	.st-page-home .avatar-nav-responsive .st-mega-menu li.current span.separator,
	.st-page-home-ver-2 .avatar-nav-responsive .st-mega-menu li.current span.separator{
		border:0;
		background:#f6f6f6;
	}
	.avatar-nav-responsive .st-mega-menu li.current ul li a,
	.st-page-home-ver-2 .avatar-nav-responsive .st-mega-menu li.current ul li a,
	.st-page-home .avatar-nav-responsive .st-mega-menu li.current ul li a{
		color:#666666
	}
	.avatar-nav-responsive .st-mega-menu li.current ul li a:hover,
	.st-page-home-ver-2 .avatar-nav-responsive .st-mega-menu li.current ul li a:hover,
	.st-page-home .avatar-nav-responsive .st-mega-menu li.current ul li a:hover{
		color:#323232;
	}
	.avatar-nav-responsive .avatar-main-menu  li a,
	.avatar-nav-responsive .avatar-main-menu  li span.separator,
	.st-page-home .avatar-nav-responsive .avatar-main-menu li a, 
	.st-page-home-ver-2 .avatar-nav-responsive .avatar-main-menu li a,
	.st-page-home .avatar-nav-responsive .avatar-main-menu li span.separator, 
	.st-page-home-ver-2 .avatar-nav-responsive .avatar-main-menu li span.separator{
		background:#f6f6f6;
		border:0;
		color:#666666;
		padding:0 0 0 10px;
	}
	.avatar-nav-responsive .avatar-main-menu .st-mega-menu-row,
	.avatar-nav-responsive .avatar-main-menu .st-mega-menu-row  ul,
	.avatar-nav-responsive .avatar-main-menu .st-mega-menu-row ul li,{
		z-index:999;
		width:173px;
		padding:0;
	}
	.avatar-nav-responsive .avatar-main-menu .st-mega-menu-row {
		position: relative;
		opacity: 1;
		filter:alpha(opacity="99");
		display: none;
		box-shadow: none;
	}
	.avatar-nav-responsive .avatar-main-menu li .st-mega-menu-row,
	.avatar-nav-responsive .avatar-main-menu li:hover .st-mega-menu-row {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

#avatar-header-inside-block-static{
	margin:auto;
	display:none;
	position: fixed;
	display: block;
	z-index: 9998;
	background: #fff;
	width: 100%;
	left:0;
	right:0;
	top:0;
	opacity: 0.95;
	display:none;
}

#avatar-header-inside-block-static .block-max-width-100{
	width:95% !important;
}
/****** avatar-pos-promo-top-right---ST-CONNECT ******/
#avatar-pos-promo-top-right .avatar-module{
	float:right;
	padding-right:10px;
}
#st-connect {
	height:57px;
	margin:0;
}
#st-connect li{
	list-style:none;
	float:left;
	padding:13px 0 12px 13px;
}
#st-connect [id*="connect-"] a{
	display:block;
	height:29px;
	width:29px;
	border-radius:50%;
	background:#bebebe no-repeat 50% 50%;
}
#st-connect [id*="connect-"] a:hover{
	background: #fd7800 no-repeat 50% 50%;
}
#st-connect li#connect-facebook a,#st-connect li#connect-facebook a:hover{
	background-image:url("../images/st_theme/facebook_icon.png")

}
#st-connect li#connect-twitter a,#st-connect li#connect-twitter a:hover{
	background-image: url("../images/st_theme/twitter_icon.png");

}
#st-connect li#connect-rss a,#st-connect li#connect-rss a:hover{
	background-image: url("../images/st_theme/rss_icon.png");

}
#st-connect li#connect-google a,#st-connect li#connect-google a:hover{
	background-image: url("../images/st_theme/google_icon.png");

}
#st-connect li#connect-vimeo a,#st-connect li#connect-vimeo a:hover{
	background-image: url("../images/st_theme/vimeo_icon.png");

}
/** PAGE-HOME **/
.st-page-home .st-out-client{
	margin:20px 10px 0 10px;
}
.st-page-home .st-subscribe{
	margin:0 auto;
	margin-top:50px;
}
/******** SLIDE-1 - FULL 2 *******/

.st-slide-home-1 .column-inner,.st-slide-home-1 .content,.st-slide-home-1 .st-slider-1,.st-slide-home-1 .st-slider-1 .inner{
	height:100%;
}
.st-slide-home-1 .st-slide1-frame-1{
	background:url('../images/st_theme/slide1_bg_2.png') no-repeat top left ;
	background-size: cover;
	overflow: hidden;
}
.st-slide-home-1 .st-slide1-frame-2{
	background:url('../images/st_theme/slide1_bg.png') no-repeat top left ;
	background-size: cover;
	overflow: hidden;
}
.st-slide-home-1 .st-slide1-frame-1 .inner{
	position:relative;
	max-width:1349px;
	margin:0 auto;
}
.st-slide-home-1 .st-slide1-frame-1 .inner .image ,.st-slide-home-1 .animate-out .st-slide1-frame-1 .inner .image{
	opacity:0;
	top:16.5%;
	left:0;
}
.st-slide-home-1 .animate-in .st-slide1-frame-1 .inner .image{
	opacity:1;
	position:absolute;
	width:18.2%;
	height:auto;
	top:16.5%;
	left:23.75%;
}
.st-slide-home-1 .animate-in .st-slide1-frame-1 .inner .image img{
	max-width:100%;
}
.st-slide-home-1 .animate-in .st-slide1-frame-1 .inner .content{
	height: auto;
    overflow: hidden;
    position: absolute;
    right: 21.15%;
    top: 17.9%;
    width: 29.05%;
}
.st-slide-home-1 .animate-in .st-slide1-frame-1 .title{
	opacity:1;
	display:block;
	font-size:24px;
	line-height:30px;
	color:white;
	font-family:Arial;
	margin:0;
	font-weight:bold;
}
.st-slide-home-1 .animate-in .st-slide1-frame-1 .content p{
	opacity:1;
	margin:23px  0 ;
	float:left;
	color:white;
	font-size:13px;
}
.st-slide-home-1  .st-slide1-frame-1 .content a{
	opacity:1;
	display:block;
	background:rgba(225, 225, 225, 0.36);
	float:left;
	margin:35px 0 0 0;
	color:#fefefe;
	text-decoration: none;
	line-height:20px;
	padding:12px 25px;
	font-size:14px;
}
.st-slide-home-1 .st-slide1-frame-1 a:hover{
	color:white;
	background:#fd7800;
	opacity:1;
}
.st-slide-home-1 .st-slide1-frame-2 .content{
	text-align:center;
	height:auto;
	padding-top:80px;
}
.st-slide-home-1 .st-slide1-frame-2 h3.title{
	font-size:36px;
	line-height:40px;
	color:white;
	font-family:"HelveticaNeueLTStd85Heavy";
	padding:0 0 20px 0;
	font-weight:normal;
	
}
.animate-in .st-slide1-frame-2 .inner p, .st-slide-home-1 .st-slide1-frame-2 .inner p{
	font-size:18px;
	color:white;
	font-family:"HelveticaLTStdLight";
	margin:0;
	font-weight: normal;
}
	
.st-slide-home-1 .st-slide1-frame-2 .image{
	text-align:center;
	padding-top:55px;
}
.st-slide-home-1 .st-slide1-frame-2 .image img{
	max-width:100%;
	
}
.st-slide-home-1 .sequence-prev,.st-slide-home-1 .sequence-next{
	border:0;
	position:absolute;
	top:198.5px;
	border-radius:0;
	height:70px;
	width: 60px;
}
.st-slide-home-1 .sequence-prev{
	background:rgba(32,32,36,0.45) url('../images/st_theme/prev1_icon.png') no-repeat 44% 50%;
}
.st-slide-home-1 .sequence-next{
	background:rgba(32,32,36,0.45) url("../images/st_theme/next1_icon.png") no-repeat  56% 50% ;
	right:0px;
}

.st-slide-home-1 .sequence-prev:hover{
	background:#fd7800 no-repeat 44% 50%;
	background-image: url('../images/st_theme/prev1_hover_icon.png')
}
.st-slide-home-1 .sequence-next:hover{
	background:#fd7800  no-repeat 56% 50%;
	background-image:url('../images/st_theme/next1_hover_icon.png');
}

/********** ST-EASY - FULL 3 **********/
.st-page-home-ver-2 #avatar-full-3-block .avatar-module{
	margin:0 10px;
}
.st-easy{	
	background:white;
	color:#666666;
	margin-bottom:60px;
}
.st-easy .st-easy-content{
	position:relative;
	margin: 40px 0 0 0;
}
.st-easy [class^="st-easy-icon-"], .st-easy [class*=" st-easy-icon-"]{
	position:absolute;
	width:29px;
	height:29px;
	border-radius:50%;
	top:4.5px;
	left:0;
}
.st-easy [class*="st-easy-icon-"]{
	background: #fd7800 no-repeat 50% 50% ;
}
.st-easy .st-easy-icon-easy{
	background-image:url('../images/st_theme/easy_icon.png');
}
.st-easy .st-easy-icon-responsive{
	background-image:url('../images/st_theme/responsive_icon.png') ;
}
.st-easy .st-easy-icon-grid{
	background-image:url('../images/st_theme/grid_icon.png');
}
.st-easy .st-easy-icon-great{
	background-image:url('../images/st_theme/great_icon.png');
}
.st-easy .st-easy-icon-multiple{
	background-image:url('../images/st_theme/multiple_icon.png');
}
.st-easy .st-easy-icon-clean{
	background-image:url('../images/st_theme/clean_icon.png');
}
.st-easy .st-easy-content h3{
	
	padding-left:50px;
	font-size:18px;
	font-family:Georgia;
	font-weight:normal;
	margin:10px 0;
}
.st-easy .st-easy-content h3 a{
	text-decoration: none;
	color:#666666;
}
.st-easy .st-easy-content h3 a:hover {
	color:#fd7800;
}
.st-easy .st-easy-content p{
	line-height:20px;
	margin:0;
	padding:0;
}

/********  ST-READMORE-HOME-2 ********/
.st-page-home-ver-2 #avatar-full-4-block .avatar-module{
	margin:0 10px;
}
.st-mauris-readmore{
	padding:12px 0;
	margin:0 auto;
	border: 1px solid #e1e1e1;
	border-left:0;
	background:#ffffff url('../images/st_theme/border_readmore.png') top left repeat-y;
	color:#666666;
}
.st-mauris-readmore h3{
	font-size:18px;
	font-family:Georgia;
	font-weight:normal;
	color:#666666;
	padding:4px 0 0px 25px;
}
.st-mauris-readmore p{
	padding-left:25px;
}
.st-mauris-readmore .span3{
	padding:28px 0 0 90px;
}
.st-mauris-readmore a.read-more{
	background-color:#1a1a1d;
	color:white;
	text-decoration: none;
	padding:10px 20px;
}
.st-mauris-readmore a.read-more:hover{
	background-color:#fd7800;
}

/****** ST-RECENT-WORK-SLIDER ******/
.st-page-home-ver-2 #avatar-full-5-block .avatar-module{
	margin:30px 10px 0 10px;
}
.st-recent-work-slider h3.st-module-heading {
	border-bottom:1px solid #e1e1e1;
	font-size:18px;
	font-family:Georgia;
	color:#666666;
	font-weight:normal;	
	margin:10px 0;
}
.st-recent-work-slider .sequence-canvas{
	padding-top:10px;
}
.st-recent-work-slider .sequence-canvas li{
	padding-right:20px;
}
.st-recent-work-slider .sequence-prev{
	background: #f6f6f6 url('../images/st_theme/prev2_icon.png') no-repeat 50% 50%;
	left:95.74%;
}
.st-recent-work-slider .sequence-prev:hover{
	background: #fd7800  no-repeat 50% 50%;
	background-image:url('../images/st_theme/prev2_hover_icon.png');
}
.st-recent-work-slider .sequence-next{
	background: #f6f6f6 url('../images/st_theme/next2_icon.png') no-repeat 50% 50%;
	right:0px;
}
.st-recent-work-slider .sequence-next:hover{
	background: #fd7800  no-repeat 50% 50%;
	background-image:url('../images/st_theme/next2_hover_icon.png');
}
.st-recent-work-slider .sequence-prev, .st-recent-work-slider .sequence-next{
    border-radius: 50%;
    height: 18px;
    position: absolute;
    top: -38px;
    width: 18px;
}
.st-recent-work-slider .column-inner {
	width:91.67%;
	height:100%;
	border-bottom:1px solid #e1e1e1;
}
.st-recent-work-slider .column-inner .image a{
	display:block;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	padding:0;
}
.st-recent-work-slider .column-inner .image a:before{
	content: '';
	display: block;
	position: absolute;
	width:32px;
	height:32px;
	top:0;
	left:42%;
	background: #fd7800 url('../images/st_theme/link_icon.png') no-repeat 50% 50%;
	border-radius:50%;
	opacity:0;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
     z-index:2;
}
.css3-effect .st-recent-work-slider  .image a:hover:before{
	opacity:1;
	top:39.7%;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}

.st-recent-work-slider .column-inner .image a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 5px;
	left:0;
	right: 0;
	background:rgba(0, 0, 0, 0.45) ;
	opacity:0;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;	
}
.css3-effect .st-recent-work-slider .column-inner .image a:hover:after{
	opacity:1;
	background-position:50% 50%;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}


.st-recent-work-slider .column-inner .image img{
	max-width:100%;
	position: relative;
}
.st-recent-work-slider .column-inner .title, .st-recent-work-slider .column-inner .title a{
	font-size:13px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	font-weight:bold;
	line-height:20px;
	padding-top:14px;
	text-decoration: none;
}
.st-recent-work-slider .column-inner .title a:hover{
	color:#FD7800;
}
.st-recent-work-slider .column-inner .content p.tag{
	padding:5px 0 10px 0;
	margin:0;
}


/********* ST-WELCOME-VENUS *********/
.st-page-home-ver-2 #avatar-content-user-bottom{
	margin:0px 0 0 10px
}
.st-page-home-ver-2 #avatar-pos-content-user-3,.st-page-home-ver-2 #avatar-pos-content-user-4{
	margin-top:50px;
}
.st-welcome-venus,.st-welcome-venus .st-module-content,.st-welcome-venus .st-content-tabs, 
.st-welcome-venus .nav-tabs ,.st-welcome-venus .st-content-tabs, .st-welcome-venus .tab-pane{
	height:auto;
	overflow:hidden;
	width:100%;
}
.st-page-home-ver-2 #avatar-pos-content-user-3{
	width:74.5%;
	border-top:0;	
}
.st-welcome-venus .st-content-tabs{
	margin:0;
}
.st-welcome-venus .st-content-tabs .tab-content{
}
.st-welcome-venus .content{
	border:1px solid #e1e1e1;
	min-height:200px;
	width:99.7%;
	height:auto;
	overflow: hidden;
}
.st-welcome-venus .st-slide-about , .st-welcome-venus .st-slide-about .inner{
	width:100%;
	height:100%;
}
.st-welcome-venus ul.nav-tabs {
	height:44px;
	margin:0;
	border:0;
	padding:0;
}
.st-welcome-venus ul.nav-tabs li{
	border:1px solid #e1e1e1;
	border-right:0;
	border-bottom:0;
	margin-bottom:0;
}
.st-welcome-venus ul.nav-tabs li:last-child{
	border-right:1px solid #e1e1e1;
}
.st-welcome-venus ul.nav-tabs li a{
	font-size:15px;
	line-height:27px;
	color:#666666;
	margin:0;
	border-top:0;
	border-left:0;
	border-right:0;
	border:0;
	border-radius:0;
	background:#f6f6f6;	
	padding:8px 30px 8px 45px;
}
.st-welcome-venus ul.nav-tabs li.active a, .st-welcome-venus ul.nav-tabs li a:hover{
	background:white;
	margin:0;
	border-radius:0;
	border-top:0;
	border-left:0;
	border-right:0;
	border:0;
	color:#fd7800;
}
/* SET BACKGROUND-IMAGE OF TITLE ST-WELCOME-VENUS */

.st-welcome-venus ul.nav-tabs li:first-child a{
	background:#f6f6f6 url('../images/st_theme/who_we_are.png') no-repeat 20px 50%;
}
.st-welcome-venus ul.nav-tabs li:first-child.active a,.st-welcome-venus ul.nav-tabs li:first-child a:hover{
	background:#ffffff url('../images/st_theme/who_we_are_hover.png') no-repeat 20px 50%;
}
.st-welcome-venus ul.nav-tabs li:nth-child(2) a{
	background:#f6f6f6 url('../images/st_theme/what_we_do.png') no-repeat 20px 50%;
}
.st-welcome-venus ul.nav-tabs li:nth-child(2).active a,.st-welcome-venus ul.nav-tabs li:nth-child(2) a:hover{
	background:#ffffff url('../images/st_theme/what_we_do_hover.png') no-repeat 20px 50%;
}
.st-welcome-venus ul.nav-tabs li:last-child a{
	background:#f6f6f6 url('../images/st_theme/why_chose_us.png') no-repeat 20px 50%;
}
.st-welcome-venus ul.nav-tabs li:last-child.active a,.st-welcome-venus ul.nav-tabs li:last-child a:hover{
	background:#ffffff url('../images/st_theme/why_chose_us_hover.png') no-repeat 20px 50%;
}
/* End set background */
.st-welcome-venus .content .content-text{
	width:58.1%;
	float:left;
	padding-left:20px;
}
.st-welcome-venus .content .content-text h3{
	padding-top:10px;
	margin:10px 0;
	font-family: HelveticaNeueLTStd75Bold;
	font-size:18px;
	font-weight:normal;
	color:#666666;
}
.st-welcome-venus .content .content-text h3 span{
	color:#FD7800;
	font-family: HelveticaNeueLTStd75Bold;
}
.st-welcome-venus .content .content-text p{
	float:left;
	padding-bottom:5px;
}
.st-welcome-venus .content .image{
	float:left;
}
.st-welcome-venus .content p.welcome-slide{
	display:none;
}
.st-welcome-venus .content .content-text .learn-more a{
	color:#FD7800;	
	text-decoration: none;
}
.st-welcome-venus .content .image img{
	height:115px;
	width:243px;
	padding:40px 0 0 10px;
	float:left;
}
/********* END ST-WELCOME-VENUS *********/

/******* ST-COMMENT ********/
#avatar-pos-content-user-4 {
	margin-left:2%;
	width:23.5%;
	
}

.st-comment p.comment{
	background:#f6f6f6;
	padding:20px 18px 40px 18px;
	line-height:20px;
	margin:0;
	position:relative;	
}
.st-comment p.comment:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 20px 0 0;
	border-color: #ebebeb transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -15px;
	left: 35px;
}

.st-comment img{
	float:left;
	padding-top:33px;
}
.st-comment p.name{
	float:left;
	padding: 36px 0 0 15px;
	margin:0 0 0 0;
}
.st-comment p.job{
	float:left;
	padding: 0 0 0 15px;
	margin:0;
}
/******* END ST-COMMENT ********/

/****** FULL-7 --- OUT-CLIENT *****/
.st-out-client{
	margin:50px 10px 0 10px;
}
.st-out-client h3.st-module-heading {
	border-bottom:1px solid #e1e1e1;
	font-size:18px;
	font-family:Georgia;
	color:#666666;
	font-weight:normal;	
	margin:0 0px 20px 0px;
	overflow:hidden;
}
.st-out-client .sequence-prev{
	background: #f6f6f6 url('../images/st_theme/prev2_icon.png')  no-repeat 50% 50%;
	left:95.74%;
}
.st-out-client .sequence-prev:hover{
	background: #fd7800  no-repeat 50% 50%;
	background-image:url('../images/st_theme/prev2_hover_icon.png') ;
}
.st-out-client .sequence-next{
	background: #f6f6f6 url('../images/st_theme/next2_icon.png')  no-repeat 50% 50%;
	right:0;
}
.st-out-client .sequence-next:hover{
	background: #fd7800   no-repeat 50% 50%;
	background-image:url('../images/st_theme/next2_hover_icon.png');
}
.st-out-client .sequence-prev, .st-out-client .sequence-next{
    border-radius: 50%;
    height: 18px;
    position: absolute;
    top: -48px;
    width: 18px;
}
.st-out-client .st-module-content .image a{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
.css3-effect .st-out-client .st-module-content .image a img{
	-webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -ms-transition: all 0.3s;
     transition: all 0.3s;
}
.css3-effect .st-out-client .st-module-content .image a:hover img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(grayscale.svg#greyscale);
	filter: gray;
	-webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -ms-transition: all 0.3s;
     transition: all 0.3s;
}
.st-out-client .sequence-canvas{
	margin:10px 0px 0 0px;
}
.st-out-client .sequence-canvas li {
	padding-right:20px;
}
.st-out-client .sequence-canvas li .column .column-inner{
	width:91.67%;
}
.st-out-client .sequence-canvas li .column .column-inner .image{
	width:100%;
}

/**** END OUT-CLIENT ****/

/********** FULL-8 --- ST-SUBSCRIBE **********/
#avatar-full-8-block{
	background:#f6f6f6;
}
.st-subscribe{
	margin:100px 10px 0 10px;
	background:url('../images/st_theme/subscribe_bg.png') no-repeat 10px 50%;
}
.st-subscribe p{
	margin:0;
}
.st-subscribe span.acymailing_introtext{
    color: #666666;
    float: left;
    width: 12.9%;
    text-align: right;
    font-family: "HelveticaNeueLTStd75Bold";
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding:25px 3.1% 23px 8.5%;
    
}
table.acymailing_form {
	margin:0;
	padding:0;
	border:0;
	width:75.5%;
}
table.acymailing_form .acyfield_email, table.acymailing_form .acysubbuttons{
	padding:0;
	margin:0;
}
table.acymailing_form .acyfield_email{
	width:74.65%;
}
.st-subscribe .acyfield_email input[type=text]{
	padding:0 0 0 20px;
	margin:24px 0 22px 0;
	height:40px;
	background:white;
	color:#666666;
	border:1px solid #cfcfcf;
	border-radius:0;
	text-shadow: none;
	box-shadow: none;
}
.st-subscribe input[type=submit]{
	float:right;
	padding:0;
	margin:24px 0 22px 0;
	width:77.8%;
	height:42px;
	background:#fd7800;
	color:white;
	border:0;
	border-radius:0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-shadow: none;
	box-shadow: none;
}
.st-subscribe input[type=submit]:hover{
	background:#1a1a1d;
}
/********** END ST-SUBSCRIBE **********/

/******* FULL-9 --- FOOTER-TOP *******/
#avatar-full-9-block{
	background:#202024;
	border-top:5px solid #7c7c7c;
}
.st-footer-top{
	margin:0 10px;
	color:#9b9b9b;
	line-height:20px;
	padding-bottom:40px;
}
.st-footer-top-content a{
	text-decoration: none;
	color:white;
}
.st-footer-top-content a:hover{
	color:#fd7800;
}
.st-footer-top-content span{
	color:#d0d0d0;
}
.st-footer-top-content  p{
	padding-right:15px;
	margin:0;
	margin-bottom:10px;
}

.st-footer-top-content h3{
	font-size:18px;
	font-family: Georgia;
	font-weight:normal;
	color:#f0f0f0;
	padding:20px 0 10px 0;	
	margin:0;
}
.st-footer-top-content .st-address p{
	line-height:15px;
}
.st-footer-top-content .st-address p.house-number{
	line-height:20px;
	padding-bottom:10px;
}
.st-footer-top-content .st-lastest-tweets p{
	padding-bottom:10px;
}
.st-footer-top-content .st-service ul{
	list-style: none;
	margin:0;
	padding:0;
}
.st-footer-top-content .st-service a{
	color:#9b9b9b;
}
.st-service a:hover{
	color:#FD7800;
}
/******* FOOTER-INSIDE ----  FOOTER *******/
#avatar-footer-inside-block{
	background:#1a1a1d;
	border-top:1px solid #222225;
}
/******** ST-COPYRIGHT *******/
.st-copyright{
	padding-left:10px;
	color:#767676;
	font-size:12px;
	line-height:82px;
}
.st-copyright p {
	margin: 0;
}
/******* ST-FOOTER-MENU *******/
ul.st-footer-menu{
	margin:0;
	padding:0;
	float:right;
	padding-right:15px;
	background:#1a1a1d;
}
ul.st-footer-menu li{
	background:#1a1a1d;
	float:left;
	display:inline;
	line-height:82px;
}
ul.st-footer-menu li a{
	background:#1a1a1d;
	color:#767676;
	padding-left:50px;
}
ul.st-footer-menu li:hover a{
	background:#1a1a1d;
	color:#FD7800;
}


/********  .BREADCRUMB  *******/
/* #avatar-pos-right-top{
	height:115px;
	border:0;
		
	border-bottom:1px solid #CFCFCF;
}
.breadcrumb{
	float:right;
	background:white;
	border:0;
    border-radius: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    padding-top:47px;
}
.breadcrumb li{
	float:left;
}
.breadcrumb li a{
	color:#666666;
	font-size:12px;
	text-decoration: none;
}
.breadcrumb li.showhere{
	padding-right:5px;
}
.breadcrumb li .divider{
	color:#666666;
}

.breadcrumb li a:hover{
	color:#FD7800;
} */
/** End Breadcrumb **/
	
/*****  HOME-PAGE-VER-2  *****/




/*** MAURIS-HOME-PAGE***/
.st-mauris-home-page{
	text-align:center;
	padding-bottom:55px;
}
.st-mauris-home-page h3{
	padding:50px 0 0 0;
	font-size:30px;
	font-family:"Lobster1.4";
	color:#666666;
	font-weight:normal;
}
.st-mauris-home-page p{
	margin:0;
	font-size:14px;
	color:#a5a5a5;
	line-height:20px;	
	margin-top:10px;
}
/**** GREAT-SUPPORT ****/
.st-page-home #avatar-full-4-block{
	background:#f6f6f6;
}
.st-great-support-home-page{
	margin:0 10px;
	padding-bottom:48px;
}
.st-great-support-home-page .great-support,.st-great-support-home-page .mutiple-purpose, .st-great-support-home-page .clean-design {
	text-align:center;
}
.great-support img,  .clean-design img{
	padding-top:50px;
}
.mutiple-purpose img{
	padding-top:53px;
}
.great-support h3, .mutiple-purpose h3, .clean-design h3{
	font-size:18px;
	font-family: Georgia;
	font-size:normal;
	color:#666666;
	padding:5px 0 10px 0;	
}
.great-support p, .mutiple-purpose p, .clean-design p{
	line-height:20px;
	color:#666666;
	margin:0;
}
/*******  RECENT-WORK-HOME-2  ******/

.st-recent-home-page{
	margin:20px 10px 0 10px;
}
.st-recent-home-page h3.st-module-heading {
	border-bottom:1px solid #e1e1e1;
	font-size:18px;
	font-family:Georgia;
	color:#666666;
	font-weight:normal;	
	margin:10px 0;
}

.st-recent-home-page .row-fluid .contents .items{
	margin-top:10px;
}
.st-recent-home-page .row-fluid .contents .items:last-child{
	margin-top:30px;
}
.st-recent-home-page .row-fluid .contents .items .span3{
	float:left;
	margin:0;
	padding:0;
	width:23.4%;
	margin-right:2.13%;
}
.st-recent-home-page .row-fluid .contents .items .span3:last-child{
	margin-right:0;
}
.st-recent-home-page .span3 .inner{
	width:100%;
	border-bottom:1px solid #e1e1e1;	
}
.st-recent-home-page  .image a{
	display:block;
	margin:0;
	padding:0;
	position: relative;
}
.st-recent-home-page  .image a:before{
	content: '';
	display: block;
	position: absolute;
	width:32px;
	height:32px;
	border-radius:50%;
	z-index:2;
	top:0;
	left:42%;
	background: #fd7800 url('../images/st_theme/zoom_in_icon.png') no-repeat 50% 50%;
	opacity:0;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s; 
}
.css3-effect .st-recent-home-page  .image a:hover:before{
	opacity:1;
	top:38%;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}
.st-recent-home-page  .image a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 5px;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.45);
	opacity:0;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}
.css3-effect .st-recent-home-page  .image a:hover:after{
	opacity:1;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}
.st-recent-home-page  .image, .st-recent-home-page  .image img{
	margin:0;
	padding:0;
	max-width:100%;
}
.st-recent-home-page h3.title, .st-recent-home-page  .title a{
	font-size:13px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	font-weight:bold;
	line-height:20px;
	padding-top:15px;
	text-decoration: none;
}
.st-recent-home-page  .title a:hover{
	color:#FD7800;
}
.st-recent-home-page .items .content p.tag{
	padding:5px 0 12px 0;
	margin:0;
}
/** FULL-6 --- OUR-TEAM -- HOME-2**/
.st-page-home #avatar-full-6-block{
	background:#f6f6f6;
}
.st-shoot{
	margin:50px 10px 0 10px;
	height:auto;
	overflow: hidden;
}
.st-shoot .row-fluid{
	padding-bottom:30px;
}
.st-shoot  p.video {
	position:relative;
	background:#f6f6f6 url('../images/st_theme/shoot_bg.png') no-repeat bottom right;
	padding:45px 0 0 30px;
	width:415px;
	height:335px;
}
.st-shoot  .video iframe{
	position:absolute;
	top:59px;
	left:47px;
}
.st-shoot .st-shoot-content{
	padding-top:60px;
}
.st-shoot .st-shoot-content h3{
	font-size:24px;
	font-weight:normal;
	font-style: italic;
	font-family:"Lobster1.4";
	color:#666666;
	line-height:20px;
}
.st-shoot .st-shoot-content p{
	color:#666666;
	font-size:13px;
	margin:0;
	padding-top:23px;
}
.st-shoot .st-shoot-content p.what-video{
	padding:33px 0 30px 0;
	
}
.st-shoot .st-shoot-content p.what-video a {
	text-decoration:none;
	font-size:14px;
	margin:0;
	color:white;
	background:#fd7800;
	padding:15px 30px;
}
.st-shoot .st-shoot-content p.what-video a:hover{
	background:#1A1A1D;
}

/** OUR-TEAM --HOME 2 **/
.st-our-team{
	margin:0 10px;
	margin-top:40px;
	overflow:hidden;
}
.st-our-team h3.st-module-heading {
	border-bottom:1px solid #e1e1e1;
	font-size:18px;
	font-family:Georgia;
	color:#666666;
	font-weight:normal;	
	margin:10px 0;
}
.st-our-team .sequence-canvas{
	height:100%;
}
.st-our-team .sequence-canvas li{
	padding-right:20px;
}
.st-our-team .sequence-prev{
	background:#f6f6f6  url('../images/st_theme/prev2_icon.png')  no-repeat 50% 50%;
	left:95.74%;
}
.st-our-team .sequence-prev:hover{
	background: #fd7800  no-repeat 50% 50%;
	background-image:url('../images/st_theme/prev2_hover_icon.png'); 
}
.st-our-team .sequence-next{
	background: #f6f6f6 url('../images/st_theme/next2_icon.png')  no-repeat 50% 50%;
	right:0px;
}
.st-our-team .sequence-next:hover{
	background: #fd7800   no-repeat 50% 50%;
	background-image:url('../images/st_theme/next2_hover_icon.png');
}
.st-our-team .st-layer-slider{
	padding-top:10px;
}
.st-our-team .sequence-prev, .st-our-team .sequence-next{
    border-radius: 50%;
    height: 18px;
    position: absolute;
    top: -38px;
    width: 18px;
}
.st-our-team .column-inner {
	height:100%;
	width:91.67%;
}
.st-our-team .column-inner .image{
	width:100%;
}
.st-our-team .column-inner .image a{
	display:block;
	padding:0;
	margin:0;
	width:100%;
	position: relative;
}
.st-our-team .column-inner .image a:before{
	content: '';
	display: block;
	position: absolute;
	width:32px;
	height:32px;
	top:0;
	left:42%;
	border-radius:50%;
	z-index:2;
	background:#fd7800 url('../images/st_theme/link_icon.png') no-repeat 50% 50%;
	opacity:0;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}
.css3-effect .st-our-team .column-inner .image a:hover:before{
	opacity:1;
	top:38%;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
	
}
.st-our-team .column-inner .image a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 5px;
	left: 0;
	right: 0;
	background:rgba(0, 0, 0, 0.45);
	opacity:0;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}
.css3-effect .st-our-team  .image a:hover:after
{
	opacity:1;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}

.st-our-team .column-inner .title, .st-our-team .column-inner .title a{
	font-size:18px;
	color:#666666;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	font-weight:bold;
	line-height:25px;
	padding-top:7px;
	text-decoration: none;
}
.st-our-team .column-inner .title a:hover{
	color:#FD7800;
}
.st-our-team .content h3.job{
	font-size:13px;
	line-height:20px;	
	color:#FD7800;
	margin:0;
	border-bottom:1px solid #e1e1e1;
	padding:0 0 10px 0;
}
.st-our-team .content p.content-show{
	margin:10px 0 5px 0;
}
ul#out-team-connect{
	
}
ul#out-team-connect li{
	list-style: none;
	float:left;
	margin:0;
	padding:5px 13px 0 0;
}
#out-team-connect [class*="connect-"] a{
	display:block;
	height:29px;
	width:29px;
	border-radius:50%;
	background:#bebebe  no-repeat 50% 50%;
}
#out-team-connect [class*="connect-"] a:hover{
	background:#fd7800 no-repeat 50% 50%;
}
#out-team-connect li.connect-facebook a,#out-team-connect li.connect-facebook a:hover{
	background-image: url("../images/st_theme/facebook_icon.png");

}
#out-team-connect li.connect-twitter a,#out-team-connect li.connect-twitter a:hover{
	background-image: url("../images/st_theme/twitter_icon.png");

}
#out-team-connect li.connect-google a,#out-team-connect li.connect-google a:hover{
	background-image: url("../images/st_theme/google_icon.png");

}
#out-team-connect li.connect-vimeo a,#out-team-connect li.connect-vimeo a:hover{
	background-image: url("../images/st_theme/vimeo_icon.png");

}

/***End Home-2*/
	
/******** PAGE-BLOG ********/
/**** .ITEM-PAGE ****/
.st-page-blog #out-team-connect{
	display:none;
}
.item-page .page-header-article{
	display:none;
}
/*** MAIN-BLOG ***/
.page-header-blog,.archivest-page-blog .page-header-archive	{
	margin:0;
	padding:0;
	height:115px;
	border-bottom:1px solid #cfcfcf;
}
.page-header-blog h1,.archivest-page-blog .page-header-archive h1{
	line-height:115px;
	font-size:24px;
	font-weight:normal;
	color:#666666;
	font-family: Georgia;
}
.blogst-page-blog,.item-page{
	padding-left:10px;
}
.st-page-blog .blogst-page-blog .items-leading, .st-page-blog .blogst-page-blog .items-row{
	width:93.9%;
	border-bottom:1px solid #cfcfcf;
	padding-bottom:20px;
	padding-top:45px;
}
.st-page-blog .blogst-page-blog .item-image{
	float:none;

}
.st-page-blog .blogst-page-blog .page-header{
	border:0;
	margin:0;
	padding:0;
}
.st-page-blog .blogst-page-blog .page-header h2 a{
	font-size: 14px ;
	font-weight: bold;
	color:#666666;
	text-decoration: none;
}
.st-page-blog .blogst-page-blog .page-header h2 a:hover{
	color:#FD7800;
}
.st-page-blog .blogst-page-blog .article-info {
	color:#969696;
}
.st-page-blog .blogst-page-blog .article-info dd{
	float:left;
}
.st-page-blog .blogst-page-blog .article-info dd:last-child span{
	display:none;
}
.st-page-blog .blogst-page-blog .article-info .create{
	padding-right:5px;
}
.st-page-blog .blogst-page-blog .main-content {
	clear:both;
	padding-top:20px;
}
.st-page-blog .blogst-page-blog .main-content p{
	margin-bottom:10px;
}
.st-page-blog .blogst-page-blog .main-content p.read-more a{
	color:#FD7800;
	text-decoration: none;
}
/*** SIDE-BAR-BLOG ***/
.st-page-blog h3.st-module-heading {
	padding-top:35px;
	font-size:18px;
	font-weight:normal;
	color:#666666;
	font-family: Georgia;
}
.st-page-blog  .st-blog-custom-text h3,.st-page-blog .st-blog-archives h3{
	padding-top:20px;
}
.st-page-blog .avatar-module{
	clear:both;
}

.st-page-blog ul.categories-module li{
	border-bottom:1px solid #CFCFCF;
	list-style: none;
}
.st-page-blog ul.categories-module li h4{
}
.st-page-blog ul.categories-module li a{
	display:block;
	background: white url('../images/st_theme/list_style_blog_cat.png') no-repeat 0 16px;
	color:#666666;
	text-decoration: none;
	font-size:13px;
	line-height:20px;
	padding: 8px 0 8px 6.8%;
    width: 93.2%;
}
.st-page-blog ul.categories-module li a:hover{
	color:#FD7800;
}
.st-page-blog .custom-text-content p{
	padding-top:5px;
	line-height:20px;
	margin:0;
}
.st-page-blog .archive-modulest-blog-archives li{
	list-style:none;
	padding-bottom:5px;
}
.st-page-blog .archive-modulest-blog-archives li a{
	color:#666666;
	font-size:13px;
	text-decoration: none;
}
.st-page-blog .archive-modulest-blog-archives li a:hover{
	color:#FD7800;
}

.st-page-blog .item-pagest-page-blog .item-image{
	float:none;
	margin-top:45px;
	width:92.6%;
}
.st-page-blog .item-pagest-page-blog .page-header-article h2,
.st-page-blog .item-pagest-page-blog .page-header-article h2 a{
	font-size: 14px ;
	font-weight: bold;
	color:#666666;
	text-decoration: none;
	padding:0;
	margin:0;
}
.st-page-blog .item-pagest-page-blog ul.pagenav{
	display:none;
}
.st-page-blog .item-pagest-page-blog .article-info {
	color:#969696;
}
.st-page-blog .item-pagest-page-blog .article-info dd{
	float:left;
	margin-bottom:15px;
	padding-right:5px;
}
.st-page-blog .item-pagest-page-blog .article-info dd:last-child span.separator{
	display:none;
}
.st-page-blog .item-pagest-page-blog .article-info .tags span{
	margin:0;
	padding:0;	
}
.st-page-blog .item-pagest-page-blog .article-info .tags span a{
	font-size:13px;
	line-height:20px;
	border:0;
	border-radius:0;
	margin:0;
	padding:0;
	color:#969696;
	background:none;
	font-family:Arial;
	text-shadow: none;
}
.st-page-blog .item-pagest-page-blog .article-info .tags span:last-child{
	display:none;
}
.st-page-blog .item-pagest-page-blog .main-content {
	clear:both;
	width:92.6%;
}
.st-page-blog .item-pagest-page-blog .blog-content p{
	margin-top:15px;
	width:100%;
}
/** readmore **/
p.readmore{
	padding:0;
	margin:0;
}
p.readmore a{
	border:0;
	border-radius:0;
	color:#fd7800;
	background:none;
	margin:0;
	padding:0;
	text-shadow: none;
	box-shadow:none;
	font-size:13px;
}
p.readmore a:hover{
	color:#fd7800;
}
p.readmore .btn:hover{
	background:none;
}
p.readmore .btn span{
	display:none;
}
/** pagination **/
.pagination ul{
	border:0;
	box-shadow: none;
	border-radius:0;
}
.pagination ul li{
	border:0;
	border-radius:0;
	color: #666666;
	background:none;
}
.pagination ul li span{
	border:0;
	border-radius:0;
	background:none;
}
.pagination ul li a{
	border:0;
	border-radius:0;
	background:none;
	color: #666666;
}
.pagination ul li a:hover{
	background:#ebebeb;	
}
.pagination .pagination-prev a, .pagination .pagination-prev span{
	padding-left:0;
}
.pagination .pagination-prev:hover, .pagination .pagination-next:hover{
	color:#fd7800;
}
/*****  END ST-PAGE-HOME  *****/
/****** page-404-page *****/

.item-page .page-header, .item-page .btn-group, .item-page .article-info{
	display:inline;
}
.st-page-404 .st-plg-social, .st-page-404 #disqus_thread{
	display:none;
}
#page-404-page{
	margin:auto;
	text-align: center;
}
#page-404-page h1{
	margin:150px 0 0px 0;
	font-size:150px;
	color:black;
	font-weight:bold;
}
#page-404-page h2{
	font-size:19px;
	color:#666666;
	font-weight:bold;
	text-transform: uppercase;
	margin:60px 0 20px 0;
}
#page-404-page p{
	line-height:20px;
}
#page-404-page p.content-text{
	font-size:14px;
	font-weight:normal;
	color:#666666;
}
#page-404-page p.back-home{
	padding-top:10px;
}
#page-404-page p.back-home a{
	text-decoration: none;
}
#page-404-page p.back-home a:hover{
	color:#FD7800;
}
/***** END page-404-page *****/

/****** PAGE-CONTACT ******/
.st-page-contact .categories-listst-page-contact {
	margin:0;
	padding:0;
	height:115px;
	border-bottom:1px solid #cfcfcf;
	margin-left:10px;
}
.st-page-contact .categories-listst-page-contact h1{
	line-height:115px;
	font-size:24px;
	font-weight:normal;
	color:#666666;
	font-family: Georgia;
}
.st-page-contact .st-map{
	margin:40px 10px 30px 10px;
	height:auto;
}
.st-page-contact .st-contact{
	margin:0 10px;
	overflow:hidden;
}
.st-page-contact .st-contact .st-contact-form{
	width:96.6%;
	height:auto;
	overflow:hidden;
}
.st-contact .st-contact-form input, .st-contact .st-contact-form textarea{
 	float:left;
 	border:1px solid #cfcfcf;
 	border-radius:0;
 	padding:0;
 	margin:0;
 	color:#666666;
 	box-shadow:none;
}
.st-contact .st-contact-form .name, .st-contact .st-contact-form .email{
	width:47.1%;
	height:38px;
	margin-bottom:25px;
	padding-left:10px;
	font-size:14px;
}
.st-contact .st-contact-form .name{
	margin-right:15px;
}
.st-contact .st-contact-form .subject{
	height:38px;
	width:98.2%;
	margin-bottom:25px;
	padding-left:10px;
}
.st-contact .st-contact-form textarea{
	width:99.7%;
	height:198px;
	margin-bottom:35px;
}
.st-contact .st-contact-form .submit{
	padding:10px 32px;
	color:white;
	background:#FD7800;
	border:0;
}
.st-contact .st-contact-form .submit:hover{
	background:#1a1a1d;
}
.st-contact .st-contact-info{
	width:100%;
	color:#666666;
}
.st-contact .st-contact-info p{
	padding:0;
	margin:0;
	line-height:20px;
}
.st-contact .st-contact-info p.phone{
	margin-top:15px;
}

/** PAGE-ABOUT-US **/
.st-page-about-us .st-our-team{
	margin:50px 10px 0 10px;
}
.st-page-about-us .st-subscribe{
	margin:165px auto 0 auto;
}

.st-page-about-us .categories-listst-page-about-us {
	margin:0;
	padding:0;
	height:115px;
	border-bottom:1px solid #cfcfcf;
	margin-left:10px;
}
.st-page-about-us .categories-listst-page-about-us h1{
	line-height:115px;
	font-size:24px;
	font-weight:normal;
	color:#666666;
	font-family: Georgia;
}
/** ABOUT-SLIDE - PAGE ABOUT**/
 .st-about-us-slide{
	margin:30px 10px 0 10px;
	line-height:20px;
	overflow:hidden;
}
 .st-about-us-slide .content,.st-page-about-us .st-about-us-slide .content .inner,
.st-about-us-slide .column-inner,.st-about-us-slide .st-slide-about ,.st-about-us-slide .st-slide-about .inner{
	width:100%;
	height:100%;
	overflow: hidden;
}
 .st-about-us-slide .content .inner{
	position:relative;
}
 .st-about-us-slide .content .inner .content-text{
	width:48.9%;
	position:absolute;
}
.st-about-us-slide .content .inner h3{
	float:left;
	padding-top:0px;
	margin:0;
	font-family: Georgia;
	font-size:18px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
}
.st-about-us-slide .content .inner h3 span{
	color:#FD7800;
}
.st-about-us-slide .content .inner .content-text p{
	margin:0;
	padding:0;
	padding-top:20px;
	float:left;
	color:#666666;
	clear:both;
}
.st-about-us-slide .content .inner .learn-more a{
	display:none;
}
.st-about-us-slide .content .inner .image{
	position:absolute;
	height:92.3%;
	width:48.9%;
	right:0;
	top 0;
}
.st-about-us-slide .content .inner .image img{
	max-width:100%;
}
.st-about-us-slide .sequence-prev,.st-about-us-slide .sequence-next{
	border:0;
	position:absolute;
	top:36%;
	border-radius:0;
	height:48px;
	width: 41px;
}
.st-about-us-slide .sequence-prev{
	background:rgba(32,32,36,0.45) url('../images/st_theme/prev_about_icon.png') no-repeat 50% 50%;
	left:51.1%;
}
.st-about-us-slide .sequence-next{
	background:rgba(32,32,36,0.45) url('../images/st_theme/next_about_icon.png') no-repeat 50% 50% ;
	right:0px;
}

.st-about-us-slide .sequence-prev:hover{
	background:#fd7800  no-repeat 50% 50% ;
	background-image:url('../images/st_theme/prev_about_hover_icon.png');
}
.st-about-us-slide .sequence-next:hover{
	background:#fd7800  no-repeat 50% 50% ;
	background-image:url('../images/st_theme/next_about_hover_icon.png');
}

/*** PAGE-PORTFOLIO AND PAGE-PORTFOLIO-2 ***/
.st-page-portfolio .st-subscribe, .st-page-portfolio-2 .st-subscribe{
	margin-top:65px;
}
.st-page-portfolio .categories-listst-page-portfolio ,.st-page-portfolio-2 .categories-listst-page-portfolio-2{
	margin:0;
	padding:0;
	height:115px;
	margin-left:10px;
}
.st-page-portfolio .categories-listst-page-portfolio h1,.st-page-portfolio-2 .categories-listst-page-portfolio-2 h1{
	line-height:115px;
	font-size:24px;
	font-weight:normal;
	color:#666666;
	font-family: Georgia;
	border-bottom:1px solid #cfcfcf;
}
.st-page-portfolio .categories-listst-page-portfolio .page-header,.st-page-portfolio-2 .categories-listst-page-portfolio-2 .page-header{
	display:none;
}
.st-page-portfolio .category-wall,.st-page-portfolio-2 .category-wall{
	margin:0 10px;
	height:60px;
	border-bottom:1px solid #CFCFCF;
}
.st-page-portfolio .category-wall span,.st-page-portfolio-2 .category-wall span{
	margin:0;
	float:left;
	border:0;
	font-size:12px;
	color:#666666;
	padding: 20px 30px 20px 0;
}
.st-page-portfolio .category-wall span.current,.st-page-portfolio-2 .category-wall span.current{
	color:#fd7800;
}
.st-page-portfolio .st-content-showcase-wall, .st-page-portfolio-2 .st-content-showcase-wall{
	overflow:hidden;
}
.st-page-portfolio .category-wall span:hover,.st-page-portfolio-2 .category-wall span:hover{
	color:#fd7800;
}
.st-portfolio .layout-wall {
	margin:0 -10px 0 10px;
	overflow:hidden;
}
.layout-wall .item{

}
.st-portfolio .layout-wall .inner{
	width:91.66%;
	margin:20px 0 0 0;
	padding: 0;
	border-bottom:1px solid #CFCFCF;
}
.st-portfolio .layout-wall .inner .modal,.st-portfolio .layout-wall .inner .media{
	width:100%;
	height:auto;
}
.st-portfolio .layout-wall .inner{
	max-width:100%;
}
.st-portfolio .layout-wall .inner .category{
	display:none;
}
.st-portfolio .layout-wall .inner .media{
	margin:0;
	padding:0;
	position: relative;
}
.st-portfolio .layout-wall .inner .media:before{
	content:'';
	display:block;
	width:32px;
	height:32px;
	border-radius:50%;
	z-index:2;
	position: absolute;
	background:#fd7800 url('../images/st_theme/zoom_in_icon.png') no-repeat 50% 50%;
	left:43%;
	top:0;
	opacity:0;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}
.css3-effect .st-portfolio .layout-wall .inner .media:hover:before{
	top:38%;
	opacity:1;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}
.st-portfolio .layout-wall .inner .media:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 5px;
	left: 0;
	right: 0;
	background:  rgba(0, 0, 0, 0.45);
	opacity:0;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}
.css3-effect .st-portfolio .layout-wall .inner .media:hover:after
{
	opacity:1;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}
.st-portfolio .inner .title, .st-portfolio .inner .title a{
	font-size:13px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	font-weight:bold;
	line-height:20px;
	padding-top:10px;
	text-decoration: none;
}
.st-portfolio .inner .title a:hover{
	color:#FD7800;
}
.st-portfolio .inner .description{
	margin:0;
	padding:5px 0 12px 0;
}
.st-page-portfolio-2 .st-portfolio .info{
	display:none;
}
.st-page-portfolio-2 .st-portfolio .layout-wall .inner{
	border:0;
}

/** SCREEN MAX-WIDTH 1023px **/
@media (max-width: 1023px){
	.st-out-client .sequence-canvas li,.st-recent-work-slider .sequence-canvas li {
		padding-right:10px !important;
	}
}
/** SCREEN MAX-WIDTH 767px **/
@media (max-width: 767px){
	.avatar-responsive #avatar-pos-promo-top-left{
		float:left !important;
		width:50% !important;
	}
	.avatar-responsive #avatar-pos-promo-top-right{
		float:right !important;
		width:50% !important;
	}
	.avatar-responsive #avatar-pos-promo-top-right .avatar-module,.avatar-responsive #avatar-full-2-block .avatar-module{
		margin:auto;
	}
	.avatar-responsive #avatar-pos-top-left{
		float:left !important;
		width:50% !important;
	}
	.avatar-responsive #avatar-pos-top-right{
		float:right !important;
		width:50% !important;
	}
	
	/** SLIDER-1 **/
	 .animate-in .st-slide1-frame-1 .inner .content h3,.st-slide-home-1  .st-slide1-frame-1 .inner .content h3{
		font-size:18px;
		line-height:20px;
	}
	.animate-in .st-slide1-frame-1 .inner .content p,.st-slide-home-1  .st-slide1-frame-1 .inner .content p{
		font-size:12px;
		
	}
	.animate-in .st-slide1-frame-1 .inner .content a,.st-slide-home-1  .st-slide1-frame-1 .inner .content a{
		margin:0;
	}
	.animate-in .st-slide1-frame-2 .image,.st-slide-home-1  .st-slide1-frame-2 .image{
		top:62.5%;
	}
	.animate-in .st-slide1-frame-2 .content h3.title,.st-slide-home-1  .st-slide1-frame-2 .content h3.title{
		font-size:30px;
		line-height:30px;
	}
	.animate-in .st-slide1-frame-2 .content p,.st-slide-home-1 .st-slide1-frame-2 .content p{
		font-size:16px;
	}
	/** ST-EASY **/
		.st-easy .row-fluid {
		}
	.st-easy .row-fluid .span4{
		clear:both;
		width:300px;
		margin:0 auto;
	}
	/** ST-COMMENT **/
	#avatar-pos-content-user-3,
	#avatar-pos-content-user-4{
		float:left;
		width:100% !important;
		margin-left:0 !important;
	}
	#avatar-pos-content-user-4{
		margin-top:10px !important;
	}
	.st-comment p.name{
		float:none;
		padding:37px 0 0 95px;
	}
	.st-comment p.job{
		float:none;
		padding:0 0 0 95px;
	}
	
	/** ST-SUBSCRIBE **/
	.avatar-responsive .st-subscribe span.acymailing_introtext {
		font-size:14px ;
		line-height:14px;
	}
	.avatar-responsive .st-subscribe .acyfield_email input[type="text"],.avatar-responsive .st-subscribe input[type="submit"]{
		font-size:12px;
	}
	.st-recent-work-slider .sequence-prev,.st-our-team .sequence-prev,.st-out-client .sequence-prev{
		left:94.5%;
	}
	/** ST- OUR TEAM**/
	.st-our-team .column-inner .title, .st-our-team .column-inner .title a{
		font-size:14px;
	}
	.st-our-team .content h3.job,.st-our-team .content p.content-show{
		font-size:12px;
	}
	.st-out-client {
		margin-top:30px !important;
	}
	.st-subscribe{
		margin-top:30px !important;
	}
	.st-our-team .column-inner .image a:before{
		width:28px;
		height:28px;
	}
	/** st-recent-home-page **/
	.st-recent-home-page .row-fluid .contents .items:last-child{
		margin-top:20px;
	}
	.st-recent-home-page .row-fluid .contents .items .span3{
	}
	.st-recent-home-page .span3 .inner{
	}
	.st-recent-home-page .image a:before{
		width:28px;
		height:28px;
	}
	/** ST-SHOOT **/
	.st-shoot{
		margin-top:50px !important;
	}
	.st-shoot .st-shoot-content{
		padding:30px 0 0 30px
	}
	/** ST-ABOUT-US-SLIDE **/
	.st-about-us-slide{
		margin-top:30px !important;
	}
	.st-about-us-slide .sequence-prev, .st-about-us-slide .sequence-next{
		top:25.5%;
	}
	/** PAGE-CONTACT **/
	.st-page-contact .st-contact .row-fluid [class*="span"]{
		float:left !important;
	}
	.st-page-contact .st-contact .span3{
		padding-top:20px;
	}
}

/** SCREEN MAX-WIDTH 480px **/
@media (max-width: 480px){
	/** st-recent-home-page **/
	 .st-recent-home-page .span3 .content{
		display:none;
	}
	.st-recent-home-page .span3 .inner{
		height:145px;
	}
	.st-recent-home-page .image a:before{
		width:24px;
		height:24px;
		left:38.4%;
	}
	.st-recent-home-page .image a:hover:before{
		top:33%;
	}
	/** ST- OUR TEAM**/
	.st-our-team{
		margin-bottom:-290px !important;
	}
	.st-our-team #out-team-connect,.st-our-team .title, .st-our-team .content{
		display:none;
	}
	.st-our-team .column-inner .image a:before{
		width:24px;
		height:24px;
		left:38.4%;
	}
	.st-our-team .column-inner .image a:hover:before{
		top:33%;
	}
	.st-our-team .sequence-prev,.st-out-client .sequence-prev,.st-recent-work-slider .sequence-prev{
		left:91%;
	}
	/** ST-OUR-CLIENT **/
	.st-out-client{
		margin-bottom:-40px !important;
	}
}


/******   CSS3    *******/
/*== fadeRight==*/
@-webkit-keyframes fadeRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(1500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(1500px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-ms-keyframes fadeRight {
	0% {
		opacity: 0;
		-ms-transform: translateX(1500px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}

@-o-keyframes fadeRight {
	0% {
		opacity: 0;
		-o-transform: translateX(1500px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeRight {
	0% {
		opacity: 0;
		transform: translateX(1500px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}


/*== fadeDown==*/
@-webkit-keyframes fadeDown {
	0% {
		opacity:0;
		-webkit-transform: translateY(-200px);
	}
	
	100% {
		opacity:1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeDown {
	0% {
		opacity:0;
		-moz-transform: translateY(-200px);
	}
	
	100% {
		opacity:1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes fadeDown {
	0% {
		opacity:0;
		-ms-transform: translateY(-200px);
	}
	
	100% {
		opacity:1;
		-ms-transform: translateY(0);
	}
}

@-o-keyframes fadeDown {
	0% {
		opacity:0;
		-o-transform: translateY(-200px);
	}
	
	100% {
		opacity:1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeDown {
	0% {
		opacity:0;
		transform: translateY(-200px);
	}
	
	100% {
		opacity:1;
		transform: translateY(0);
	}
}


.css3-effect a,.css3-effect span,input{
	/*-webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -ms-transition: all 0.3s;
     transition: all 0.3s;*/   /*enlevement de l'effet dans la barre de menu */
}
.css3-effect a:hover,.css3-effect span:hover,input:hover{
	-webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -ms-transition: all 0.3s;
     transition: all 0.3s;
}
.css3-effect  input[type=submit]{
	-webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -ms-transition: all 0.3s;
     transition: all 0.3s;
}
.css3-effect  input[type=submit]:hover{
	-webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -ms-transition: all 0.3s;
     transition: all 0.3s;
}

/** MAIN-MENU CSS3**/
.css3-effect .avatar-nav-responsive .st-mega-menu li a{
	-webkit-transition: border 0.5s;
	 -moz-transition: border 0.5s;
	 -o-transition: border 0.5s;
	 -ms-transition: border 0.5s;
	 transition: border 0.5s;
}
.css3-effect .avatar-nav-responsive .st-mega-menu  .st-mega-menu-row ul li a{
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}

.css3-effect .avatar-nav-responsive .st-mega-menu  .st-mega-menu-row ul li a:hover{
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}


/** CSS3- HOVER ALL SLIDE**/
.css3-effect .sequence-prev, .css3-effect .sequence-next{
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}


/** TOP SLIDE **/
.css3-effect  .animate-in .st-slide1-frame-1 .inner .image{
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -ms-transition: all 0.5s;
     transition: all 0.5s;
}
.css3-effect .st-slide1-frame-1 .title ,.css3-effect  .animate-out .st-slide1-frame-1 .title{
	opacity:0;
}
.css3-effect  .animate-in .st-slide1-frame-1 .title{
	animation: fadeRight 1s ease-out;
    -moz-animation: fadeRight 1s ease-out;
    -webkit-animation: fadeRight 1s ease-out;
    -o-animation: fadeRight 1s ease-out ;
}
.css3-effect .st-slide1-frame-1 .content p,.css3-effect  .animate-out .st-slide1-frame-1 .content p{
	opacity:0;
}
.css3-effect  .animate-in .st-slide1-frame-1 .content p{

	animation: fadeRight 1.5s ease-out;
    -moz-animation: fadeRight 1.5s ease-out;
    -webkit-animation: fadeRight 1.5s ease-out;
    -o-animation: fadeRight 1.5s ease-out;
}
.css3-effect .st-slide1-frame-1 .content a, .css3-effect  .animate-out  .st-slide1-frame-1 .content a{
	opacity:0; 
}
.css3-effect  .animate-in  .st-slide1-frame-1 .content a{
	opacity:1;
	animation: fadeRight 2s ease-out;
    -moz-animation: fadeRight 2s ease-out;
    -webkit-animation: fadeRight 2s ease-out;
    -o-animation: fadeRight 2s ease-out ;
}
.css3-effect .st-slide1-frame-2 .inner img,.css3-effect  .animate-out .st-slide1-frame-2 .inner img{
	opacity:0;
}
.css3-effect  .animate-in .st-slide1-frame-2 .inner img{
	opacity:1;
	 animation: fadeDown 0.5s ease-out ;
    -moz-animation: fadeDown 0.5s ease-out ;
    -webkit-animation: fadeDown 0.5s ease-out ;
    -o-animation: fadeDown 0.5s ease-out ;
}
.css3-effect  .st-slide1-frame-2 h3.title,.css3-effect  .animate-out .st-slide1-frame-2 h3.title{
	opacity:0; 
	transform: translate(0,400px);
	-webkit-transform: translate(0,400px); 
	-o-transform: translate(0,400px); 
	-moz-transform: translate(0,400px); 
	
	-webkit-transition: all 1s ease-out 0s;
     -moz-transition: all 1s ease-out 0s;
     -o-transition: all 1s ease-out 0s;
     -ms-transition: all 1s ease-out 0s;
     transition: all 1s ease-out 0s;
}
.css3-effect  .animate-in .st-slide1-frame-2 h3.title{	
	opacity:1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-o-transform: translate(0,0); 
	-moz-transform: translate(0,0); 
	-webkit-transition: all 1s ease-out 0s;
     -moz-transition: all 1s ease-out 0s;
     -o-transition: all 1s ease-out 0s;
     -ms-transition: all 1s ease-out 0s;
     transition: all 1s ease-out 0s;
}
.css3-effect  .st-slide1-frame-2 .inner p,.css3-effect  .animate-out .st-slide1-frame-2 .inner p {
	opacity:0; 
	transform: translate(0,-400px);
	-webkit-transform: translate(0,-400px); 
	-o-transform: translate(0,-400px); 
	-moz-transform: translate(0,-400px); 
	-webkit-transition: all 1s ease-out 0s;
     -moz-transition: all 1s ease-out 0s;
     -o-transition: all 1s ease-out 0s;
     -ms-transition: all 1s ease-out 0s;
     transition: all 1s ease-out 0s;
}

.css3-effect  .animate-in .st-slide1-frame-2 .inner p{
	opacity:1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-o-transform: translate(0,0); 
	-moz-transform: translate(0,0); 
	-webkit-transition: all 1s ease-out 0s;
     -moz-transition: all 1s ease-out 0s;
     -o-transition: all 1s ease-out 0s;
     -ms-transition: all 1s ease-out 0s;
     transition: all 1s ease-out 0s;
}
/** ST-MAURIS **/
.css3-effect .avatar-scroll-disappear .st-mauris-home-page-content , .css3-effect  .st-mauris-home-page-content{
	opacity:0;
	transform: translate(-20px, 0);
	-webkit-transform: translate(-20px, 0);
	-moz-transform: translate(-20px, 0);
	-o-transform: translate(-20px, 0);
	-ms-transform: translate(-20px, 0);
  
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.css3-effect .avatar-scroll-appear .st-mauris-home-page-content{
	opacity:1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	  
	-webkit-transition: all 750ms;
	-moz-transition: all 750ms;
	-ms-transition: all 750ms;
	-o-transition: all 750ms;
	transition: all 750ms;
}
/** ST-GREAT-SUPPORT**/
.css3-effect .avatar-scroll-disappear  .customst-great-support-home-page .span4 img,.css3-effect .customst-great-support-home-page .span4 img{
	opacity:0;
	transform: translate(0, -100px);
	-webkit-transform: translate(0, -100px);
	-moz-transform: translate(0, -100px);
	-o-transform: translate(0, -100px);
	-ms-transform: translate(0, -100px);
  
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.avatar-scroll-appear .customst-great-support-home-page .span4 img{
	opacity:1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	  
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.avatar-scroll-disappear .css3-effect .customst-great-support-home-page .span4 h3,.css3-effect .customst-great-support-home-page .span4 h3,
.avatar-scroll-disappear .css3-effect .customst-great-support-home-page .span4 p,.css3-effect .customst-great-support-home-page .span4 p
{
	opacity:0;
	transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	-moz-transform: translate(0, 100px);
	-o-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
  
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.avatar-scroll-appear .customst-great-support-home-page .span4 h3,
.avatar-scroll-appear .customst-great-support-home-page .span4 p{
	opacity:1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	  
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
/** ST-SHOOT **/
.css3-effect .avatar-scroll-disappear .customst-shoot  p.video,.css3-effect .customst-shoot  p.video  {
	opacity:0;
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	-moz-transform: translate(0, 40px);
	-o-transform: translate(0, 40px);
	-ms-transform: translate(0, 40px);
  
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.css3-effect .avatar-scroll-appear p.video {
	opacity:1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	  
	-webkit-transition: all 750ms;
	-moz-transition: all 750ms;
	-ms-transition: all 750ms;
	-o-transition: all 750ms;
	transition: all 750ms;
}
.css3-effect .avatar-scroll-disappear .customst-shoot  .st-shoot-content,.css3-effect  .customst-shoot  .st-shoot-content{
	opacity:0;
	transform: translate(40px, 0);
	-webkit-transform: translate(40px, 0);
	-moz-transform: translate(40px, 0);
	-o-transform: translate(40px, 0);
	-ms-transform: translate(40px, 0);
  
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.css3-effect  .avatar-scroll-appear .customst-shoot  .st-shoot-content{
	opacity:1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	  
	-webkit-transition: all 750ms;
	-moz-transition: all 750ms;
	-ms-transition: all 750ms;
	-o-transition: all 750ms;
	transition: all 750ms;
}
/** ST-EASY **/
.css3-effect .avatar-scroll-disappear .st-easy,.css3-effect  .st-easy{
	opacity:0;
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	-moz-transform: translate(0, 40px);
	-o-transform: translate(0, 40px);
	-ms-transform: translate(0, 40px);
  
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.css3-effect .avatar-scroll-appear .st-easy{
	opacity:1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	  
	-webkit-transition: all 750ms;
	-moz-transition: all 750ms;
	-ms-transition: all 750ms;
	-o-transition: all 750ms;
	transition: all 750ms;

}

/** TAB AND ST-COMMENT **/
.css3-effect .avatar-scroll-disappear .st-content-tabs,.css3-effect .st-welcome-venus .st-content-tabs{
	opacity:0;
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	-moz-transform: translate(0, 40px);
	-o-transform: translate(0, 40px);
	-ms-transform: translate(0, 40px);
  
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.css3-effect .avatar-scroll-appear .st-content-tabs{
	opacity:1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	  
	-webkit-transition: all 750ms;
	-moz-transition: all 750ms;
	-ms-transition: all 750ms;
	-o-transition: all 750ms;
	transition: all 750ms;
}
.css3-effect .avatar-scroll-disappear .st-comment,.css3-effect .st-comment{
	opacity:0;
	transform: translate(40px, 0);
	-webkit-transform: translate(40px, 0);
	-moz-transform: translate(40px, 0);
	-o-transform: translate(40px, 0);
	-ms-transform: translate(40px, 0);
  
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.css3-effect .avatar-scroll-appear .st-comment{
	opacity:1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	  
	-webkit-transition: all 750ms;
	-moz-transition: all 750ms;
	-ms-transition: all 750ms;
	-o-transition: all 750ms;
	transition: all 750ms;
}
/** CONTACT **/
.css3-effect .avatar-scroll-disappear .st-contact-form, .css3-effect .st-contact-form{
	opacity:0;
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	-moz-transform: translate(0, 40px);
	-o-transform: translate(0, 40px);
	-ms-transform: translate(0, 40px);
  
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.css3-effect .avatar-scroll-appear .st-contact-form {
	opacity:1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	  
	-webkit-transition: all 750ms;
	-moz-transition: all 750ms;
	-ms-transition: all 750ms;
	-o-transition: all 750ms;
	transition: all 750ms;
}
.css3-effect .avatar-scroll-disappear .st-contact-info, .css3-effect .st-contact-info{
	opacity:0;
	transform: translate(40px, 0);
	-webkit-transform: translate(40px, 0);
	-moz-transform: translate(40px, 0);
	-o-transform: translate(40px, 0);
	-ms-transform: translate(40px, 0);
  
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.css3-effect .avatar-scroll-appear .st-contact-info{
	opacity:1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	  
	-webkit-transition: all 750ms;
	-moz-transition: all 750ms;
	-ms-transition: all 750ms;
	-o-transition: all 750ms;
	transition: all 750ms;
}


/** SOCIAL **/
.st-plg-social{
	margin:20px 0;
	width:92.6%;
}
.st-plg-social .facebook, .twitter, .linkedin, .pinterest{
	float:left;
	width:20%;
}
#disqus_thread{
	width:92.6%;
}
/** ARCHIVE **/
.archivest-page-blog {
	margin-left:10px;
}
.archivest-page-blog #adminForm{
	width:93.9%;
}
.filter-search{
	margin-top:20px;
	background:white;
	border:0;
	padding-left:0;
	padding-right:0;
}
.filter-search select{
	border-radius:0;
}
.filters .btn-primary{
	background:#1A1A1D;
	color:white;
	text-shadow: none;
	border:0;
	border-radius:0;
	padding:10px 30px;
	margin:0;
	box-shadow: 0;
}
.filters .btn-primary:hover{
	background:#fd7800;
}
.archivest-page-blog  .page-header{
	border:0;
	margin:0;
	padding:0;
}
.archivest-page-blog  .page-header h2 a{
	color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.archivest-page-blog  .page-header h2 a:hover{
	color:#fd7800;
}
#archive-items [class*="row"] {
	border-bottom:1px solid #CFCFCF;
	padding:40px 0 30px 0;
	width:100%;
}
#archive-items .article-info dd{
	float:left;
}
#archive-items .article-info .create{
	padding-right:5px;
}
#archive-items .intro{
	clear:both;
	padding-top:20px;
}
#archive-items .article-info  .pull-left{
	float:none;
}










/** AJOUTS IUSERLAB - IMS **/

@font-face {
    font-family: 'oswaldlight';
    src: url('font/oswald-light-webfont.eot');
    src: url('font/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/oswald-light-webfont.woff2') format('woff2'),
         url('font/oswald-light-webfont.woff') format('woff'),
         url('font/oswald-light-webfont.ttf') format('truetype'),
         url('font/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswaldbold';
    src: url('font/oswald-bold-webfont.eot');
    src: url('font/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/oswald-bold-webfont.woff2') format('woff2'),
         url('font/oswald-bold-webfont.woff') format('woff'),
         url('font/oswald-bold-webfont.ttf') format('truetype'),
         url('font/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswaldregular';
    src: url('font/oswald-regular-webfont.eot');
    src: url('font/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/oswald-regular-webfont.woff2') format('woff2'),
         url('font/oswald-regular-webfont.woff') format('woff'),
         url('font/oswald-regular-webfont.ttf') format('truetype'),
         url('font/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'droidbold';
    src: url('font/droidsans-bold-webfont.eot');
    src: url('font/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/droidsans-bold-webfont.woff2') format('woff2'),
         url('font/droidsans-bold-webfont.woff') format('woff'),
         url('font/droidsans-bold-webfont.ttf') format('truetype'),
         url('font/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'droidregular';
    src: url('font/droidsans-webfont.eot');
    src: url('font/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/droidsans-webfont.woff2') format('woff2'),
         url('font/droidsans-webfont.woff') format('woff'),
         url('font/droidsans-webfont.ttf') format('truetype'),
         url('font/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('font/roboto-medium-webfont.eot');
    src: url('font/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto-medium-webfont.woff2') format('woff2'),
         url('font/roboto-medium-webfont.woff') format('woff'),
         url('font/roboto-medium-webfont.ttf') format('truetype'),
         url('font/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoregular';
    src: url('font/roboto-regular-webfont.eot');
    src: url('font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto-regular-webfont.woff2') format('woff2'),
         url('font/roboto-regular-webfont.woff') format('woff'),
         url('font/roboto-regular-webfont.ttf') format('truetype'),
         url('font/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotolight';
    src: url('font/roboto-light-webfont.eot');
    src: url('font/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto-light-webfont.woff2') format('woff2'),
         url('font/roboto-light-webfont.woff') format('woff'),
         url('font/roboto-light-webfont.ttf') format('truetype'),
         url('font/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotobold';
    src: url('font/roboto-bold-webfont.eot');
    src: url('font/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto-bold-webfont.woff2') format('woff2'),
         url('font/roboto-bold-webfont.woff') format('woff'),
         url('font/roboto-bold-webfont.ttf') format('truetype'),
         url('font/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td ,p{
font-family: 'robotoregular', sans-serif !important;
font-size: 14px;
}

/*ajout de mise en forme pour les photos de présentations des memebres de ici */
.membres img{
	height: 145px;
	width: 145px;
}

.membres td{
	width: 145px;
	padding-left:3px;
	padding-right: 3px;
}
.poster img{
	height: 200px;
	width: 140px;
}
.poster td{
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
}
.poster img:hover{
	cursor:pointer;
}
/*jusque là*/

/*ajout */

.titre_projet{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 18px;
	color:rgb(52, 152, 219);
}

barre_recherche {
	text-align: center;
}

#search{
	 text-align: center;
	 width:70%
}

.lien {
	text-align: center;
}

.area_projet{
	width:100%;
	height:100px;
}

.titre{
	width:100%;
	height:35px;
}

#groupe{
	width:100%;
	height:100px;
}

.btn{
	text-align: center;
	margin-top: 20px;
	width:20%;	
}

.select_projet{
	width:100%;
}

.label_projet{
	margin-right:20px;
}

/*jusque là*/

#btl .btl-panel > span {
margin: 2px 0px;
box-shadow: none;
height: 30px;
padding-top: 4px;
padding-left: 15px;
text-transform: uppercase;
font-family:'oswaldregular', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
/*font-family: 'oswaldregular', sans-serif !important;*/   /* on enlève la police car elle est pas très lisible)*/
font-weight: 700;
color: rgb(52, 152, 219) !important;
}

h3 {
font-size: 24px !important;
color:rgb(122, 197, 247) !important;
}

h2 {
font-size: 30px !important;
margin-left: 5px;
text-transform: uppercase;
}

p{
 font-size: 14px !important;
line-height: 22px !important;
text-align:justify;
}

#puce, ul li{
list-style-type: none;
background-image: url('../images/st_theme/puce.png');
background-repeat:no-repeat;
background-position:left top;
padding-left: 29px;
min-height: 23px;
background-size: 20px 20px;
margin-top: 5px;
color: #777;
}


ul li ul li{
list-style-type: none;
background-image: url('../images/st_theme/souspuce.png');
background-repeat:no-repeat;
padding-left: 25px;
min-height: 16px;
background-size: 17px 17px;
/*margin-top: 3px;*/
}

.controls ul li{
background-image:none;
}

#avatar-body-top-block {
border-top: none;
/*border-bottom: 5px solid #333;*/
background: #555;
height: 58px;
}

.avatar-nav-responsive .st-mega-menu {
background: #555;
padding: 0;
margin: 0;
}

.avatar-nav-responsive .st-mega-menu li a, .avatar-nav-responsive .st-mega-menu li span.separator {
background: none;
font-size: 15px;
color: #EFEFEF;
text-decoration: none;
display: block;
border-bottom: none;
padding: 5px 12px;
height: 48px;
margin-right:0px !important;
font-family: 'oswaldregular', sans-serif !important;
letter-spacing: 1px;
}

.avatar-nav-responsive .st-mega-menu li .st-mega-menu-row ul li {
background-color: none !important;
}

.avatar-nav-responsive ul.nav.st-mega-menu.menu.avatar-main-menu-static div.st-mega-menu-row ul li,
.avatar-nav-responsive ul.nav.st-mega-menu.menu.avatar-main-menu-static div.st-mega-menu-row ul li:hover {
background:none;
border-bottom:none;
}

#avatar-pos-promo-top-left .avatar-module {
padding-left: 0px;
overflow: :hidden;
}

.avatar-nav-responsive .st-mega-menu li.current, .avatar-nav-responsive .st-mega-menu li.active, .avatar-nav-responsive .st-mega-menu li.active:hover, .avatar-nav-responsive .st-mega-menu li:hover {
background:rgb(52, 152, 219);
color:#FFF !important;
height: 58px;
}

/*.avatar-nav-responsive .st-mega-menu li.current, .avatar-nav-responsive .st-mega-menu li.active {
border-bottom: 5px solid rgb(149, 212, 255) !important;
}*/

.avatar-nav-responsive .st-mega-menu li.current a, .avatar-nav-responsive .st-mega-menu li.active a, .avatar-nav-responsive .st-mega-menu li:hover a {
background:rgb(52, 152, 219);
color:#FFF !important;
/* border-bottom: 5px solid rgb(149, 212, 255) !important; */
}

.avatar-nav-responsive .st-mega-menu li {
margin-bottom: -5px;
line-height: 54px;
position: relative;
float: left;
padding-left:1%;
padding-right:1%;
z-index: 1;
background-image: none;
margin-top: 0px;
height: 58px;
}

.breadcrumb {
padding: 8px 15px;
margin: 0 0 20px;
list-style: none;
background: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border-bottom: 3px solid #E8F7FF;
color:rgb(124, 189, 232);
}

.breadcrumb li a{
color:rgb(52, 152, 219);/*rgb(124, 189, 232); changement du bleu pour être plus lisible et conserver celui déjà présent*/
}

.breadcrumb span{
color: rgb(52, 152, 219);/*rgb(124, 189, 232); changement du bleu pour être plus lisible et conserver celui déjà présent*/
}

ul.st-footer-menu {
background:none;
}

ul.st-footer-menu li, ul.st-footer-menu li a, ul.st-footer-menu li a:hover{
background:none;
}

.avatar-nav-responsive .st-mega-menu ul {
margin-left:-20px;
  margin-top:10px;
}

.avatar-nav-responsive .st-mega-menu ul li a {
background: rgb(52, 152, 219) !important;
font-size: 15px;
color: #FFF;
text-decoration: none;
display: block;
border-bottom: none;
padding: 5px 12px;
height: 48px;
margin-right: 0px !important;
}

.avatar-nav-responsive .st-mega-menu li.current a, .avatar-nav-responsive .st-mega-menu li.active a
{
background: rgb(52, 152, 219) !important;
font-size: 15px;
color: #FFF;
text-decoration: none;
display: block;
border-bottom: none;
padding: 5px 12px;
height: 48px;
margin-right: 0px !important;  
}

.avatar-nav-responsive .st-mega-menu li a:hover {
background: rgb(52, 152, 219) !important;
  padding: 5px 12px;
}

.avatar-nav-responsive .st-mega-menu li .st-mega-menu-row ul {
list-style: none;
width: 220px;
margin: 0;
padding: 0;
margin-left: -8px;
margin-top: 0px;
/*border-top: 5px solid rgb(149, 212, 255) !important;*/
}

.avatar-nav-responsive .st-mega-menu li.current a, .avatar-nav-responsive .st-mega-menu li.active a, 
.avatar-nav-responsive .st-mega-menu li:hover a, .avatar-nav-responsive .st-mega-menu li .st-mega-menu-row ul li, 
.avatar-nav-responsive .st-mega-menu li .st-mega-menu-col ul li, .avatar-nav-responsive .st-mega-menu li .st-mega-menu-col ul li:hover,
.avatar-nav-responsive .st-mega-menu li .st-mega-menu-col ul li a,
.avatar-nav-responsive .st-mega-menu li .st-mega-menu-row ul li a{
border:none;
height:48px;
}

.avatar-nav-responsive .st-mega-menu li .st-mega-menu-col ul li:hover a,
.avatar-nav-responsive .st-mega-menu li .st-mega-menu-row ul li:hover a
{
background: rgb(0, 86, 163) !important;
}

.avatar-nav-responsive .st-mega-menu li .st-mega-menu-col ul li:last-child:hover a,
.avatar-nav-responsive .st-mega-menu li .st-mega-menu-row ul li:last-child:hover a
{
border-bottom:none !important;
}

.avatar-nav-responsive .st-mega-menu .st-mega-menu-row {
top: 100%;
background:none;
}

.avatar-nav-responsive .st-mega-menu li .st-mega-menu-row ul li a{
background: rgb(52, 152, 219) !important;
font-size: 15px;
color: #FFF !important;
text-decoration: none;
display: block;
border-bottom: none;
padding: 5px 12px;
height: auto;  /* sous menus tous de même taille*/
margin-right: 0px !important;
}

.breadcrumb li{
background-image:none;
padding-left: 0px;
}

.slides li{
background-image:none;
padding-left: 0px;
}

.category li{
background-image:none;
padding-left: 0px;
}

.lang-inline li{
background-image:none;
padding-left: 0px;
}

.print-icon, .email-icon{
float: right;
color: #666;
background: #EEE;
padding: 5px 10px;
list-style-type: none;
border-radius: 3px;
margin-left:5px;
margin-bottom:15px;
}

.print-icon:hover, .email-icon:hover{
background: #CCC;
}

.print-icon a, .email-icon a{
color: #666;
}

.print-icon a:hover, .email-icon a:hover{
color: #666;
text-decoration:none;
}

[class^="icon-"], [class*=" icon-"] {
margin-top: 3px;
}

.dl-horizontal dt {
font-weight: bold;
}

.list-title{
background: url('../images/st_theme/annuaire.png') left center no-repeat;
font-size: 24px;
font-weight: bold;
padding-left: 58px;
height: 34px;
margin-left: 15px;
padding-top: 12px;
background-size: 40px;
}

.list-title a{
font-size: 24px;
line-height:24px;
font-family: 'oswaldregular', sans-serif !important;
}

.category li{
background: #D3E8FA;
border-radius: 2px;
margin-bottom: 15px;
padding: 15px;
border-bottom: 5px solid #E2F2FF;
padding-bottom: 5px;
}

.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) {
background-color: rgba(149, 212, 255, 0.14);
}

.category li:hover{
background: #DCE6F0;
}

.list-striped li:nth-child(odd):hover, .list-striped dd:nth-child(odd):hover, .row-striped .row:nth-child(odd):hover, .row-striped .row-fluid:nth-child(odd):hover{
background-color: rgba(149, 212, 255, 0.14);
}

.list-striped, .row-striped {
border-top:none;
}

.list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover {
background:none;
}

.btn-group input[type="text"]{
float: left;
margin-right: 70px;
width: 286px;
color: rgb(52, 152, 219) !important;
}

.btn-group select[multiple], select[size] {
height: 30px;
color: rgb(52, 152, 219) !important;
}

span.ims_presentation {
line-height:30px !important;
}

h3{
text-transform: uppercase;
color: rgb(52, 152, 219) !important;
display: inline-block;
height: 22px;
font-size: 30px !important;
line-height: 30px !important;
margin-bottom: 20px;
margin-top: 20px;
border-radius: 2px;
}

.titrecontenu{
text-transform: uppercase;
/* background: rgb(52, 152, 219); */
padding: 10px 16px;
height: 22px;
font-size: 26px !important;
color: rgb(52, 152, 219) !important;
line-height: 22px !important;
margin-bottom: 8px;
margin-top: 20px;
border-radius: 2px;
margin-right:135px;
font-family: 'oswaldregular', sans-serif !important;
font-weight:bold;
padding-left:0px;
}

.structure .titrecontenu{
margin-right:0px;
padding-right:0px;
}

#avatar-pos-main-body article .competences ul, #avatar-pos-main-body article .membres ul  {
margin-left:0px !important;
padding-left:0px !important;
}

.blog h2{
text-transform: uppercase;
background: #555;
padding: 5px 8px 10px 8px;
display: inline-block;
height: 32px;
font-size: 30px !important;
color: #FFF !important;
line-height: 30px !important;
margin-bottom: 0px;
border-bottom: 5px solid #333;
border-radius:2px;
}

.blog h2 span{
text-transform: uppercase;
padding: 5px 8px 3px 8px;
display: inline-block;
height: 32px;
font-size: 30px !important;
color: #FFF !important;
line-height: 30px !important;
}

.custom a span{
text-transform: uppercase;
letter-spacing: 1pt !important;
padding-top: 5px !important;
}

.custom a span:hover{
text-decoration:none !important;
}

p.competences{
background:#666;
color:#FFF;
padding:3px 5px;
border-radius:2px;
display: inline-block;
width:auto;
}

.titreActualite {
font-size: 100% !important;
height: 30px;
color:rgb(52, 152, 219) !important;
font-weight:bold;
}

.titreActualite a {
text-transform: uppercase;
background: rgb(149, 212, 255);
padding: 2px 8px 4px 8px;
height: 16px;
font-size: 12px !important;
color: #FFF !important;
line-height: 20px !important;
margin-bottom: 8px;
margin-top: 20px;
border-radius: 2px;
display: inline-block;
}

.titreActualite a:hover {
background: rgb(52, 152, 219);
text-decoration:none;
}

.pubcount{
color: rgb(52, 152, 219);
font-weight:bold;
}

.titreActualite a{
margin-left:10px;
}

.blocglobalcat{
background: #ECF5FD;
border-radius: 2px;
margin-bottom: 15px;
padding: 15px;
/*border-bottom: 5px solid #C2DEF5;*/
padding-bottom: 5px;
}

.bloccat{
float:left;
width:270px;
text-align:right;
}

.blocdesccat img {
float:left;
/*max-width:190px;*/
max-height:120px;    /*commentaires et 190->120 pour avoir des articles d'actus propres*/
margin-right:15px;
margin-bottom:5px;
}

.blocdesccat .category-desc {
margin-bottom:0px;
padding-bottom:0px;
text-align:justify;
min-height: 120px;   /* 100->120 pour avoir des articles d'actus propres*/
}

.blocdesccat .category-desc img {
margin-top:3px;
margin-bottom:5px;
}

.blocdesccat .category-desc p {
margin-bottom:0px;
text-align:justify;
}

.bloctitreactu{
float:left;
width: calc(100% - 200px);
text-align: left;
background: rgb(52, 152, 219);
padding: 12px 15px;
font-size: 24px;
text-transform: uppercase;
border-radius: 2px;
color: #FFF;
}

.bloctitreactu .titrecat{
font-size:17px;
background:none;
}

.bloctitreactu .titrecat:hover{
background:none;
}

.blocdate{
float:left;
width:120px;
text-align:right;
margin-left:0px;
font-size:18px;
}

.blocsouscat{
float:left;
width:620px;
text-align:left;
}

.bloccat .titrecat{
float: left;
text-align: left;
padding: 12px 15px;
font-size: 20px;
text-transform: uppercase;
border-radius: 2px;
color: #FFF;
cursor:pointer;
background: rgb(52, 152, 219) url('../images/st_theme/flechedroite.png') calc(100% - 7px) center no-repeat;
background-size: 17px;
padding-right: 31px;
font-family: 'oswaldregular' !important;
padding-top: 14px;
line-height: 25px;
}

.bloccat .titrecat:hover{
background: rgb(0, 86, 163) url('../images/st_theme/flechedroite.png') calc(100% - 7px) center no-repeat;
background-size: 17px;
}

.titresouscat{
 float: right;
text-align: left;
padding: 12px 15px;
font-size: 17px;
text-transform: uppercase;
border-radius: 2px;
color:#FFF;
cursor:pointer;
background: rgb(125, 202, 255) url('../images/st_theme/flechedroite.png') calc(100% - 7px) center no-repeat;
background-size: 14px;
padding-right: 31px;
margin-left:6px;
font-family: 'oswaldregular' !important;
}

.titresouscat:hover{
 cursor:default;  /*ajout */
 background: rgb(52, 152, 219) url('../images/st_theme/flechedroite.png') calc(100% - 7px) center no-repeat;
 background-size: 14px;
}

.actusouscat:hover{
 cursor:default;  /*ajout */
}

.titresousplateforme{
float: right;
text-align: left;
padding: 12px 15px 12px 12px;
font-size: 17px;
text-transform: uppercase;
border-radius: 2px;
color:#FFF;
cursor:pointer;
background: rgb(125, 202, 255) url('../images/st_theme/flechedroite.png') calc(100% - 7px) center no-repeat;
background-size: 14px;
padding-right: 31px;
margin-left:6px;
font-family: 'oswaldregular' !important;
margin-bottom:6px;
}

.titresousplateforme:hover{
 background: rgb(52, 152, 219) url('../images/st_theme/flechedroite.png') calc(100% - 7px) center no-repeat;
 background-size: 14px;
}

.blocdate .titresouscat{
background:none;
margin-left:0px;
padding-right: 0px;
}

.blocdesccat{
margin-top:15px;
}

.bloctitreactu.actugenerale{
color: #FFF;
background: #0056a3 url('../images/st_theme/iactualite.png') 10px center no-repeat;   /*#0056a3 #CCD30E*/
background-size: 27px;
padding-left:45px;
}

.titresouscat.actugenerale, .actusouscat.actugenerale{
color:#0056a3;
}

.bloctitreactu.actufaits{
background: #4b7db7 url('../images/st_theme/ifait.png') 10px center no-repeat;
background-size: 20px;
color:#FFF;
padding-left:45px;
}

.titresouscat.actufaits, .actusouscat.actufaits{
color:#4b7db7;
}

.bloctitreactu.actuevenements{
background: #3498db url('../images/st_theme/ievenement.png') 10px center no-repeat;
background-size: 25px;
color:#FFF;
padding-left:45px;
}

.titresouscat.actuevenements, .actusouscat.actuevenements{
color:rgb(52, 152, 219);
}

.bloctitreactu.actuscientifique{
background: rgb(128, 87, 145) url('../images/st_theme/iscientifique.png') 10px center no-repeat;
background-size: 25px;
color:#FFF;
padding-left:45px;
}

.titresouscat.actuscientifique, .actusouscat.actuscientifique{
color:rgb(128, 87, 145);
}

.imgactu{
max-width:220px;
max-height:220px;
float:left;
margin-right:15px;
margin-bottom:5px;
}

.actusouscat{
font-size: 14px;
text-transform: uppercase;
border-top: 3px solid white;
padding-top: 5px;
padding-left: 3px;
margin-top: 10px;
}

.catimg{
max-width:100px;
max-height:100px;
background:#666;
float:left;
}

.ui-timepicker-list li{
background-image:none;
}

.dpcalendar-mini-module-form .control-group select {
width: 200px;
}

.titreequipes{
float: right;
color: rgb(95, 176, 231);
text-transform: uppercase;
padding-top: 12px;
font-size: 18px;
font-family: 'oswaldregular' !important;
}

.category-desc{
padding: 5px 8px;
}

.category-desc span{
font-size:14px !important;
}

.category-desc img{
margin-top:20px;
margin-bottom:20px;
}

.base-desc{
margin-bottom:15px;
}


.category-desc span{
line-height: 18px !important;
}

.table-bordered{
border:none;
border-collapse:separate; 
border-spacing:0 10px;
}

tr.cat-list-row0, tr.cat-list-row1{
/*background:#ECF5FD;  /*mise en commentaire pour enlever la couleur de fond*/
border-radius:2px;
margin-bottom:15px;
padding:15px;
border-bottom: 5px solid #C2DEF5;
padding-bottom: 0px;
}

.table-bordered td{
border:none;
margin-bottom:15px;
}

.table-bordered td.list-title {
background: #f9f9f9;
font-size: 24px;
font-weight: bold;
padding-left: 0px;
height: 50px;
margin-left: 15px;
padding-top: 12px;
float: left;
text-align: justify;
width: 920px;
}

.table-bordered td.list-title a {
float: left;
text-align: justify;
background: rgb(52, 152, 219);
padding: 12px 15px;
font-size: 16px;
text-transform: uppercase;
border-radius: 2px;
color: #FFF;
cursor:pointer;
}

.textcat{
width: 650px;
color: #666666;  /* à défaut de pouvoir enlever la description mise en transparence*/
float: right;
margin-left: 15px;
font-weight: normal;
margin-top: 3px;
}

.titrecat{
width:auto;
float:left;
background: rgb(52, 152, 219) url('../images/st_theme/flechedroite.png') calc(100% - 9px) center no-repeat;
background-size: 17px;
padding-right: 28px;
border-radius: 2px;
}

.titrecat:hover{
background: rgb(0, 86, 163) url('../images/st_theme/flechedroite.png') calc(100% - 9px) center no-repeat; 
background-size: 17px;
text-decoration:none !important;
}

.btl-panel{
width:auto;
float:left;
background: rgb(52, 152, 219) url('../images/st_theme/flechedroite.png') calc(100% - 9px) center no-repeat;
background-size: 17px;
padding-right: 14px;
border-radius: 2px;
font-family:'oswaldregular', sans-serif !important;
}

.btl-panel:hover, #btl .btl-panel > span:hover{
background: rgb(0, 86, 163) url('../images/st_theme/flechedroite.png') calc(100% - 9px) center no-repeat;
background-size: 17px;
text-decoration:none !important;
}

#btl-panel-login {
background: none !important;
}

#btl-panel-login:hover {
background: none !important;
}

.titrecat a{
text-decoration:none !important;
background:none !important;
padding-right: 28px;
}

.titrecat a:hover{
text-decoration:none !important;
background:none !important;
padding-right: 28px;
}

.membres{
float:left;
margin-bottom: 20px;
}

.structure{
width:auto;
float:right;
position:relative;
text-align: right;
}

.item-image{
max-width:320px;
margin-left:30px;
margin-top:40px;
}

.listestructure{
text-align: left;
background: rgb(149, 212, 255);
padding: 10px 10px;
font-size: 20px;
text-transform: uppercase;
border-radius: 2px;
color: rgb(16, 127, 207);
cursor: pointer;
margin-bottom: 10px;
display: inline;
float: right;
margin-left: 7px;
}

.competences ul li{
/*background: #EFEFEF;  /*mise en commentaire pour enlever la couleur de fond*/
/*padding: 8px 10px;*/  /* supression du décalage pour s'aligner sur les puces*/
font-size: 14px;
border-radius: 2px;
color: #666;
margin-bottom: 10px;
}

.membres ul {
width: 100% ;
}

.membres ul li {
background: url('../images/st_theme/annuaire.png') left top no-repeat;
font-size: 14px;
/*font-weight: bold;*/         /*membres non en gras*/
padding-left: 47px;
/* height: 34px; */
/*color: rgb(60, 150, 215);   /*plus de couleur pour l'harmonie générale*/
background-size: 38px 25px;
/* line-height: 37px; */
float: left;
clear: both;
min-height: 25px;
padding-top: 2px;
margin-bottom: 10px;
}

ul li.membres {
background: url('../images/st_theme/annuaire.png') left top no-repeat;
font-size: 14px;
font-weight: bold;
padding-left: 47px;
/* height: 34px; */
/*color: rgb(60, 150, 215);*/
background-size: 38px 25px;
/* line-height: 37px; */
float: left;
clear: both;
min-height: 25px;
padding-top: 2px;
margin-bottom: 10px;
width:auto;
}

.zonelibre{
clear:both;
}

.presentation span, .presentation p, .zonelibre span, .zonelibre p,
.competences span, .competences p, .membres span, .membres p {
font-size: 14px !important;
/*color:#666 !important;*/   /*lien couleur compétances*/
line-height:20px !important;
}

ul li.membres:last-child {
margin-bottom:30px;
}

.contact ul {
margin-left:0px !important;
}

.contact td{    /*  Ajout pour le trombinoscope*/
width:145px;
padding-left:3px;
padding-right: 3px; 
}

.item-page .contact ul li {
background: url('../images/st_theme/annuaire.png') left center no-repeat;
font-size: 14px;
/*font-weight: bold;*/
padding-left: 47px;
height: 34px;
/*color: rgb(60, 150, 215);*/
background-size: 38px 25px;
line-height: 37px;
display:block;
width : 100%;
float:left;
}

.stylecontact {
background: url('../images/st_theme/annuaire.png') left center no-repeat;
font-size: 14px;
font-weight: bold;
padding-left: 47px;
height: 34px;
color: rgb(60, 150, 215);
background-size: 38px 25px;
line-height: 37px;
display:block;
width : 100%;
float:left;
}

a.stylecontact {

}

p.stylecontact {
background: url('../images/st_theme/annuaire.png') left top no-repeat;	
background-size: 38px 25px;
}

.membres ul li[float="left"] + li {
float:none;
}

.titreequipesstructure{
float: right;
color: rgb(95, 176, 231);
text-transform: uppercase;
padding-top: 12px;
font-size: 18px;
}

.btn-group {
right: 0px;
}

#avatar-header-inside-block-static {
background: #555;
opacity:1;
height:58px;
}

.avatar-nav-responsive ul.nav.st-mega-menu.menu.avatar-main-menu-static {
height: 58px;
}

.avatar-nav-responsive ul.nav.st-mega-menu.menu.avatar-main-menu-static a {
height: 30px;
color: #FFF !important;
}

ul.nav.st-mega-menu.menu.avatar-main-menu-static > .active > a {
color: #FFF !important;
}

.avatar-nav-responsive ul.nav.st-mega-menu.menu.avatar-main-menu-static li.current,
.avatar-nav-responsive ul.nav.st-mega-menu.menu.avatar-main-menu-static li.active {
color: #FFF !important;
}

.avatar-nav-responsive ul.nav.st-mega-menu.menu.avatar-main-menu-static div.st-mega-menu-row ul {
list-style: none;
width: 220px;
margin: 0;
padding: 0;
margin-left: 0px;
margin-top: 0px;
/*border-top: 5px solid rgb(149, 212, 255) !important;*/
}

.avatar-nav-responsive ul.nav.st-mega-menu.menu.avatar-main-menu-static div.st-mega-menu-row ul li {
height:50px;
}

.avatar-nav-responsive ul.nav.st-mega-menu.menu.avatar-main-menu-static div.st-mega-menu-row ul li a{
padding-bottom:20px;
opacity:1;
}

.custom span{
font-size: 13px !important;
letter-spacing: 3px !important;
}

.custom p{
margin-top:10px;
/*text-align: left !important;*/
}

.pagination ul li {
color: #666 !important;
}

.pagination ul>li>a, .pagination ul>li>span a {
color: rgb(52, 152, 219) !important;
background: #DFF3FF;
border-radius:2px;
margin-right:5px;
}

.pagination ul>li>a:hover, .pagination ul>li>span a:hover {
background: #B9DBEF;
}

p.counter{
float: right;
width: 120px;
margin-bottom:0px;
text-align: right;
margin-right: 5px;
}

.pagination {
margin-top: 0px;
display: none;
}

.flexslider .slides img {
margin-top: -5px;
}

.btl-content-block h3{
font-size:22px !important;
background:none;
margin-top:10px;
margin-bottom:10px;
}

input.btl-buttonsubmit, button.btl-buttonsubmit{
float:right;
margin-top:8px;
box-shadow:none;
text-shadow:none;
}

#bt_ul {
margin-top: -30px!important;
margin-bottom: 20px!important;
margin-left: 25px!important;
float: left;
}

#btl-content-login ul li a{
margin-top: 3px;
color:rgb(52, 152, 219) !important;
}

#btl-content-login ul li a:hover{
text-decoration:none !important;
color:rgb(149, 212, 255)!important;
}

#btl-content #btl-content-login {
/* 
left: 959px !important;
top: 135px !important;
 */
margin-left: -85px;
}

#avatar-body-middle-block {
margin-bottom: 20px;
}

#banner-fade{
float: right;
height: 300px !important;
width: 480px !important;
border-radius: 5px;
border: 5px solid rgb(236, 248, 255);
margin-left: 30px;
margin-bottom: 10px;
}

.fc-content {
margin-top: 15px;
margin-bottom: 30px;
}

.fc-state-default {
border:none;
box-shadow:none;
color:rgb(52, 152, 219) !important;
background:rgb(222, 242, 255) !important;
line-height: 22px;
text-shadow:none;
}

.fc-state-default:hover {
background: rgb(149, 212, 255) !important;
}

.fc-header-title h2 {
color:rgb(149, 212, 255) !important;
font-size:24px !important;
}

.fc-day-header{
background: rgb(222, 242, 255) !important;
}

.fc-widget-header, .fc-widget-content {
border: 1px solid rgb(215, 239, 255) !important;
}

.fc-view {
border-radius: 4px;
}

.fc-header .fc-button {
margin-top: 10px;
margin-bottom:5px;
}

.fc-week{
color:rgb(52, 152, 219) !important;
}

.fc-state-highlight {
background: #D7F4FF !important;
}

.fc-state-highlight .fc-day-number {
font-weight:bold;
}

tr.fc-first{
color:rgb(52, 152, 219) !important;
font-weight: bold;
}

span.fc-event-title:hover, .fc-event-title:hover{
text-decoration:none !important;
border:none !important;
}

.fc-event-inner:hover {
text-decoration:none !important;
border:none !important;
}


li.bjqs-slide {
list-style:none;
background-image:none;
padding-left:0px;
width: 480px !important;
margin-top:0px;
text-align: center;
}

.bjqs{
height: 270px !important;
width: 450px !important;
margin-right:0px;
}

ul.bjqs{
margin-left:10px !important;
margin-right:10px !important;
}

li.bjqs-prev, li.bjqs-next{
background:none;
}

ol.bjqs-markers {
display:none;
}

.bjqs-prev a, .bjqs-next a{
color: rgb(52, 152, 219) !important;
background: rgb(222, 242, 255) !important;
border-radius: 20px;
font-size: 34px;
width: 25px;
height: 25px;
padding: 3px 4px 5px 4px;
text-align: center;
font-weight: bold;
}

.bjqs-prev a{
margin-left: -20px;
}

.bjqs-next a{
right:-20px !important;
}

.bjqs-prev a:hover, .bjqs-next a:hover{
background: rgb(149, 212, 255) !important;
text-decoration:none;
}

.presentation p{
text-align: justify;
}

.tooltip{
background:none !important;
border:none !important;
}

.nav-tabs li{
list-style:none;
background:none;
padding-left:0px;
}

.nav-tabs li a{
color:#888 !important;
}

.nav-tabs li.active a:hover{
background: #000000 !important;
}

.nav-tabs li.active a{
color: rgb(52, 152, 219) !important;
font-weight:bold;
}

.contact-name{
font-size:30px;
font-family:'oswaldregular', sans-serif !important;
}

.dl-horizontal dt{
text-align:left;
}

.dl-horizontal dt img{
display:none;
}

#basic-details .dl-horizontal {
background: url('../images/st_theme/annuaire.png') left center no-repeat;
font-size: 24px;
font-weight: bold;
padding-left: 53px;
height: 34px;
margin-left: 0px;
padding-top: 12px;
background-size: 40px;
}

.dl-horizontal dd {
margin-left:0px;
}

.form-actions {
background:none;
border:none;
padding:0px;
margin-top: 0px;
margin-bottom: 20px;
margin-left: 140px;
}

.btn-primary{
background: rgb(52, 152, 219);
border-color:rgb(52, 152, 219);
box-shadow:none;
text-shadow:none;
}

.btn-primary:hover{
background: rgb(149, 212, 255) !important;
border-color:rgb(149, 212, 255);
box-shadow:none;
text-shadow:none;
}

#system-message {
padding: 10px 20px;
}

.wrapper.mod_pub{
padding-bottom:30px;
}

#avatar-footer-inside-block {
border-top: 5px solid #333;
background: #333; /*#555 changement de couleur pour avoir un bloc uni*/
color:#DDD;
bottom: 0;
width: 100%;
padding-bottom:30px;
}

#avatar-footer-inside-block ul li{
list-style-type: none;
background-image: url('../images/st_theme/pucefooter.png');
background-repeat:no-repeat;
padding-left: 29px;
min-height: 20px;
background-size: 20px 20px;
margin-top: 5px;
color: #888;
}

#avatar-footer-inside-block h2{
font-size:20px !important;
margin-top:15px;
margin-left:0px;
margin-bottom:10px;
color:rgb(138, 188, 221) !important;
}

#avatar-pos-footer-left {
width: 20% !important;
}

#avatar-pos-footer-middle {
width: 37% !important;
}

#avatar-pos-footer-right {
width: 38% !important;
}

#avatar-footer-block{
background: #333;
padding-top: 10px;
padding-bottom: 10px;
color: #888;
}

div[id*="avatar-pos-left-middle-"], div[id*="avatar-pos-right-middle-"] {
float: left;
width: 100%;
}

#avatar-main-content-inner{
margin-right:30px !important;
}

#avatar-right {
float: right;
width: 22%;
margin-top: 50px;
}

h3.st-module-heading{
margin-top:10px;
margin-bottom:10px;
font-size:30px !important;
}

h3.st-module-heading span{
font-size:28px !important;
font-family:'oswaldregular', sans-serif !important;
color:#666;
}

.dp-upcoming-calendar-background{
background: rgb(149, 212, 255) !important;
}

.dp-upcoming-text-day{
color: rgb(149, 212, 255) !important;
}

.has-right-col #avatar-content {
width: 74% !important;
}

.has-right-col #avatar-main-content{
float: left;
position: relative;
border-right: 2px solid #E8F7FF;
text-align: justify;
}

h2.title{
margin-left:0px;
color:#444 !important;
font-size:34px !important;
}

h2.titlecat{
margin-left:7px;
color:#444 !important;
font-size:34px !important;
}

.eventdate{
color:#444 !important;
font-size:34px !important;
float:right;
font-family:'oswaldregular', sans-serif !important;
}

#dpcal-event-container h2 {
border: none;
margin-left:0px;
}

#avatar-pos-main-body article ul {
margin-left:0px !important;
}

/*.avatar-nav-responsive .st-mega-menu li:hover {
border-bottom: 5px solid rgb(149, 212, 255) !important;
}*/


.avatar-nav-responsive .st-mega-menu li ul li:hover {
border:none !important;
}




.flex-direction-nav {
height:0px;
margin-top:-5px;

}


.flex-direction-nav li {
background-image:none;

}



.flex-control-nav {
display:none;

}

.custom li a {
color:#CCC;
}

#avatar-go-to-top {
right: -10px;
background: #1a1a1d url('../images/st_theme/top_bg.png') no-repeat 22px 50%;
border-radius: 4px;
}

#avatar-go-to-top:hover {
right: -10px;
background: #3498DB url('../images/st_theme/top_bg.png') no-repeat 22px 50%;
border-radius: 4px;
}

div.mod-languages ul {
margin-top: 15px;
}

div.mod-languages li {
margin-left:0px;
}


#avatar-pos-top-right .avatar-module .st-module-content .custom {
margin-top: 17px;
}

#avatar-pos-top-right-static {
margin-top: 12px;
}

.mod_pub h4{
font-size: 18px;
color: rgb(133, 200, 255) !important;
margin-top:10px;
}

.btl-input > input:focus, #recaptcha > input:focus {
border-color: rgb(52, 152, 219);
box-shadow: 0 0 6px rgb(52, 152, 219);
}

li.edit-icon{
list-style-type: none;
background-image: url('../images/st_theme/pucemodif.png');
background-repeat:no-repeat;
padding-left: 29px;
min-height: 20px;
background-size: 20px 20px;
margin-top: 5px;
color: #333;
}

li.edit-icon a{
color: #333;
}

ul.sortable li{
background-image:none;
}

a.modal.btn.btn-primary{
color:#FFF !important;
}

#editor-xtd-buttons.pull-left{
float:none;
}

.ui-sortable {
margin-top:10px !important;
}

.page-header {
border:none;
}

.icon-ok, .icon-cancel, .icon-archive{
background-image:none;
width:0px;
}

#btl .btl-panel > #btl-panel-profile {
background:none !important;
background-color:none !important;
}

#btl-content #btl-content-profile {
padding-bottom: 10px;
}

/*.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
background-color: #ECF5FD;
} /* mise en commentaire pour enlever la surbrillance de la couleur de fond devenu inutile*/

/*tr.cat-list-row0:hover, tr.cat-list-row1:hover {
background-color: #ECF5FD;
} /* mise en commentaire pour enlever la surbrillance de la couleur de fond devenu inutile*/

/*.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
background-color: #ECF5FD;   
} /* mise en commentaire pour enlever la couleur de fond */

.alert-warning{
display:none;
}

a.btn.btn-primary{
color:#FFF !important;
}

a.btn.btn-primary span.icon-plus{
display:none;
}

article.date-display header h2.title{
margin-bottom:20px;
}

.email-icon {
margin-left: 20px;
display: none;
}



p.bjqs-caption {
display: none;
width: 463px;
margin: 0;
padding: 2%;
position: absolute;
bottom: 20px;
color: #276DA0 !important;
z-index: 999;
background: rgba(230, 247, 255, 0.9);
}



#avatar-pos-main-body article ul {

margin: 1em 0 1em 25px;

padding: 0 0 0 0px !important;

}



.bjqs {

height: 300px !important;

width: 480px !important;

margin-top:0px;
}


ul.bjqs {

margin:0px !important;
}


.bjqs img{

    max-width: 100%;
    max-height: 100%;
    height: inherit !important;    
}


.membres p{
padding-top: 20px;
clear:both;
}

.membres h3{
padding-top: 10px;
text-transform: uppercase;
font-weight: bold;
font-size: 18px !important;
clear: both;
width: 100%;
color: #666 !important;
margin-bottom: 0px;
}

.texte{
width:auto !important;
margin-bottom:30px;
}




@media (max-width: 960px) {

.blocsouscat{
width:auto;
float:right;
max-width:620px;
min-width: 300px;
}

}

@media (max-width: 900px) {


.textcat {
display:none;
}
 
 .custom p{
margin-top: 0px;
text-align: left !important;
width: calc(100% - 80px);
/*float: left;*/
/*margin-left: 50px;*/
}

.table-bordered td.list-title {
width:100%;
}

.pagination ul>li {
display: inline;
float: left;
padding-left: 2px;
}

.table-striped tbody > tr:nth-child(2n+1) > td{
	background-color:transparent;
	}
	
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: transparent;
}

}

@media (max-width: 925px) {   /*changement 790 en 925  raccord plus haut*/

.blocsouscat{
width:auto;
float:right;
width:100%;
margin-top: 10px;
}

.bloccat{
float:right;
width:auto;
}

.avatar-responsive .avatar-nav-responsive .avatar-main-menu {
background: rgb(52, 152, 219) !important;
}

.avatar-responsive .avatar-nav-responsive .avatar-main-menu li {
background: rgb(52, 152, 219) !important;
}

.avatar-responsive .avatar-nav-responsive .avatar-main-menu li:hover {
border:none;
background: rgb(149, 212, 255) !important;
}

.avatar-nav-responsive .st-mega-menu li:hover {
border:none;
background: rgb(149, 212, 255) !important;
}

.avatar-nav-responsive .st-mega-menu li.current, .avatar-nav-responsive .st-mega-menu li.active {
border:none !important;
background: rgb(149, 212, 255) !important;
}

.avatar-nav-responsive .st-mega-menu li.current a, .avatar-nav-responsive .st-mega-menu li.active a, .avatar-nav-responsive .st-mega-menu li:hover a {
background: rgb(149, 212, 255) !important;
color: #FFF !important;
border:none !important;
}

.avatar-responsive .avatar-nav-responsive .avatar-main-menu li span.pull {
background: none !important;
display:none;
}

.avatar-responsive .avatar-nav-responsive .avatar-main-menu li span.toggle, .avatar-responsive .avatar-nav-responsive .avatar-main-menu li span.pull {
background-image: none !important;
display:none;
}

.avatar-responsive .avatar-nav-responsive span.toggle {
width: 29px;
margin-top: 12px;
padding: 8px;
border-radius: 2px;
display: block;
cursor: pointer;
background: rgb(52, 152, 219) url('../images/st_theme/nav-toggle.png') no-repeat center center;
text-indent: -99999px;
}

#avatar-pos-footer-left {
width: 30% !important;
margin: 0 auto;
text-align:center;
}

#avatar-pos-footer-middle {
width: 30% !important;
margin: 0 auto;
text-align:center;
}

#avatar-pos-footer-right {
width: 40% !important;
margin: 0 auto;
text-align:center;
}

#avatar-footer-inside-block ul li {
list-style-type: none;
background-image: none;
}

.titrecontenu{
line-height:30px !important;
margin-bottom:30px !important;
}

.titreActualite {
font-size: 120%;
line-height: 20px;
height:auto;
padding-bottom: 10px;
}

.titreActualite a {
margin-top: 0px;

.mod_pub h4 {
margin-bottom: 20px !important;
}

.blocsouscat {
float: right;
margin-top: 10px;
width:auto;
}

.titresouscat, .titresousplateforme {
margin-bottom: 5px;
}

/* 
.textcat {
display:none;
}
 */

.table-bordered td.list-title {
width:100%;
}

}

@media (max-width: 500px) {

h3{
line-height:30px !important;
margin-bottom:40px !important;
}

.mod_pub h4 {
margin-bottom: 20px !important;
}

.blocdesccat {
display: none;
}

#avatar-pos-footer-left {
width: 70% !important;
margin: 0 auto;
text-align:center;
}

#avatar-pos-footer-middle {
width: 70% !important;
margin: 0 auto;
text-align:center;
}

#avatar-pos-footer-right {
width: 70% !important;
margin: 0 auto;
text-align:center;
}

#banner-fade {
display:none;
}

.blocsouscat {
float: right;
width:auto;
}

.titresouscat, .titresousplateforme {
margin-bottom: 5px;
}


.textcat {
display:none;
}


.table-bordered td.list-title {
width:100%;
}

.bloccat {
float: right;
text-align: right;
width: auto;
}

.titreequipes{
display:none;
}

.custom p{
margin-top: 0px;
text-align: left !important;
width: calc(100% - 80px);
/*float: left;*/
/*margin-left: 50px;*/
}

.structure{
width:100%;
float:right;
position:relative;
text-align: right;
}

.titreequipesstructure {
display:none;
}

/* 
#banner-fade {
width: 100% !important;
}

li.bjqs-slide {
width: 70% !important;
}

p.bjqs-caption {
width: 93%;
}

.bjqs img {
width: 90%;
}
 */

}

@media (max-width: 450px) {
	
	.table-bordered td.list-title a{
	font-size:16px;
	padding:5px;
	line-height:18px;
	}
	
.titrecat{
	/*width:200px;*/
	}
	
}

@media (max-width: 350px) {
#btl-content #btl-content-login {
    margin-left: -65px;
}

.titrecontenu {
	height:  auto;	
}

.bloctitreactu .titrecat{
	font-size:13px;
	}

}
}