/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong
{
    font-weight:500;
}

em
{
	font-style:italic;
}

.clear
{
    clear:both;
}


/*
	Background Stretcher jQuery Plugin
	© 2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/

.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: #ECECEE;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
    height:100%;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}





.checkbox_list label {  
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 33px;  
    margin-right: 15px;  
    font-size: 13px;  
}  

 input[type=radio],
.checkbox_list input[type=checkbox] {
	display: none;
}
.checkbox_list label:before {  
    content: "";  
    display: inline-block;  
  
    width: 24px;  
    height: 24px;  
  
    margin-right: 10px;  
    position: absolute;  
    left: 0;  
    bottom: 0;  
    background-color: #DDDDDD; 
    /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);  */
}  

.checkbox_list.radio_list label:before {
	border-radius: 0px;
}
.checkbox_list label {
	margin-bottom: 10px;
}
.checkbox_list label:before {
    border-radius: 0px;
}

.checkbox_list input[type=radio]:checked + label:before {
    content: "\2714";
    color: #00B8FF;
    font-size: 25px;
    text-align: center;
    line-height: 23px;
}

.checkbox_list input[type=checkbox]:checked + label:before {
	content: "\2714";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 25px;
	color: #00B8FF;
	text-align: center;
    line-height: 23px;
}



/*	INPUT	*/

.fmInput {
	background: url("images/jniceit/input-box-left.gif") no-repeat left top;
	width: 100%;
	float: left;
}

.fmInput SPAN {
	display: block;
	padding: 7px 7px;
	background: transparent url("images/jniceit/input-box-right.gif") no-repeat right top;
}

.fmInput SPAN INPUT { 
	border: 0px;
	outline: none; 
	width: 100%;
	padding: 0 3px; 
	position: relative;
	z-index: 50;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
} 

.fmInput.fmInFocus { background-image: url("images/jniceit/input-box-left-focus.gif"); }
.fmInput.fmInFocus SPAN { background-image: url("images/jniceit/input-box-right-focus.gif"); }
.fmInput.fmInFocus SPAN INPUT { background-color: #FBFBFB; }

.fmInput.disabled { background-image: url("images/jniceit/input-box-left-disabled.gif"); }
.fmInput.disabled SPAN { background-image: url("images/jniceit/input-box-right-disabled.gif"); }
.fmInput.disabled SPAN INPUT { background-color: #F0F0F0; }

/*	BUTTON	*/

.fmButton { 
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	float: left;
	white-space: nowrap;
	cursor: pointer;

	width: auto;
	overflow: visible;
}

.fmButton STRONG {
	background: url("images/jniceit/button-submit-left.gif") no-repeat left top;
	float: left;
}

.fmButton SPAN  {
	background: url("images/jniceit/button-left.gif") no-repeat left top;
	float: left;
}

.fmButton STRONG SPAN {
	background: url("images/jniceit/button-submit-right.gif") no-repeat right top;
	padding: 8px 15px;
	float: left;
}

.fmButton SPAN SPAN {
	background: url("images/jniceit/button-right.gif") no-repeat right top;
	padding: 8px 15px;
	float: left;
	font-weight: bold;
}

.fmButton:HOVER SPAN  { background-position: left -33px; } 
.fmButton:HOVER SPAN SPAN { background-position: right -33px; }

.fmButton:HOVER STRONG { background-position: left -33px; }
.fmButton:HOVER STRONG SPAN { background: url("images/jniceit/button-submit-right.gif") no-repeat right -33px; }


/*  CHECKBOX */

B.fmCheckbox {
	float: left;
	width: 12px;
	height: 12px;
	background: red;
	position: relative;
	cursor: pointer;
	background: url("images/jniceit/checkbox.gif") no-repeat left -12px;
	margin-top: 5px;
	font-size: 9px;
	line-height: 1%;
	text-indent: -1000em;
}

B.fmCheckbox.checked { background-position: left top; }
B.fmCheckbox:HOVER { background-position: -12px -12px; }
B.fmCheckbox.checked:HOVER { background-position: -12px top; }

B.fmCheckbox.chbx-disabled { background-position: -24px -12px; }

B.fmCheckbox.checked.chbx-disabled,
B.fmCheckbox.checked.chbx-disabled:HOVER { background-position: -24px top; }

/*  TEXTAREA */

.fmTextarea {
	float: left;
	background: url("images/jniceit/textarea-tl.gif") no-repeat left top;
}

.fmTextarea SPAN {
	float: left;
	height: 100%;
	width: 100%;
	background: url("images/jniceit/textarea-br.gif") no-repeat right bottom;
}

.fmTextarea SPAN SPAN {
	float: left;
	height: 100%;
	width: 100%;
	background: url("images/jniceit/textarea-blc.gif") no-repeat left bottom;
}

.fmTextarea SPAN SPAN SPAN {
	float: left;
	width: 100%;
	//padding-bottom: 10px;
	_padding-bottom: 0;
	background: url("images/jniceit/textarea-trc.gif") no-repeat right top;
}

HTML BODY .fmTextarea TEXTAREA {
	margin: 2%;
	width: 96%;
	height: 96%;
	background: none;
	border: none;
	overflow: auto;
	outline: none;
	font-size: 13px;
	color: #777;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	
	max-width: 96%;
	max-height: 500px;
}

HTML BODY .fmTextarea.fmInFocus,
HTML BODY .fmTextarea.fmInFocus TEXTAREA { background-color: #FBFBFB; }


SPAN.fmTextarea.tx-disabled,
SPAN.fmTextarea.tx-disabled TEXTAREA { background-color: #F0F0F0; }

/*	SELECT BOX	*/

.fmSelect {
	width: 40%;
	
	float: left;
	position: relative;
	outline: none;
	background: white;
	z-index: 150;
}

.fmSelect STRONG { 
	float: left;
	width: 100%;
	background: url("images/jniceit/select-box-left.gif") no-repeat left top;
	cursor: pointer;
	position: relative;
}

.fmSelect STRONG SPAN {
	display: block;
	font-size: 13px;
	font-weight: normal;
	background: url("images/jniceit/select-box-right.gif") no-repeat right top;
}

.fmSelect STRONG SPAN CITE{
	display: block;
	padding: 7px;
	white-space: nowrap;
	overflow: hidden;
	font-style: normal;
	margin-right: 20px;
}

.fmSelect UL {
	position: absolute;
	left: 0;
	top: 30px;
	margin: 0 !important;
	padding: 0;
	border: 1px solid #AEAFB0;
	width: 100%;
	list-style: none;
	font-size: 13px;
	background: white;
	padding-top: 1px;

	max-height: 108px;
	_height: 108px;
	overflow-y: scroll;
	z-index: 1500;

	display: none;
}

.fmSelect UL LI {
	display: block;
	padding: 5px 7px;
	border-bottom: 1px solid white;
}

.fmSelect UL LI.active {
	background: #D3E9F6;
	cursor: pointer;
}

/* RADIO BUTTON */

.fmRadio {
	float: left;
	width: 12px;
	height: 12px;
	font-size: 0;
	line-height: 1%;
	text-decoration: none;
	cursor: pointer;
	background: url("images/jniceit/radiobutton.gif") no-repeat left -12px;
}

.fmRadio.checked { background-position: left top; }
.fmRadio:HOVER { 
	background-position: -12px -12px;
	text-decoration: none;
}
.fmRadio.checked:HOVER { background-position: -12px top; }

.fmRadio.rbtn-disabled,
.fmRadio.checked.rbtn-disabled, 
.fmRadio.rbtn-disabled:HOVER { background-position: -24px -12px; }

/*	FILE INPUT	*/

.fnFileInput {
	float: left;
	background: url("images/jniceit/file-input-left.gif") no-repeat left top;
	font-size: 15px;
	cursor: text;
	text-decoration: none;
	position: relative;
}

.fnFileInput SPAN {
	float: left;
	width: 100%;
	height: 29px;
	position: relative;
	z-index: 150;
	background: url("images/jniceit/file-input-right.gif") no-repeat right top;
}

.fnFileInput SPAN CITE {
	float: left;
	margin: 6px 7px;
	display: inline;
	font-size: 13px;
	width: 67%;
	white-space: nowrap;
	overflow: hidden;
	color: #777;
	cursor: text;
}

.fnFileInput SPAN STRONG {
	float: right;
	display: inline;
	border-left: 2px solid #CDDFE9;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 1px 2px;
	line-height: 195%;
	overflow: hidden;
	height: 27px;
	width: 22%;
	color: #000033;
	white-space: nowrap;
	text-decoration: none;
	background: url("images/jniceit/file-input-button.gif") repeat-x left top;
	text-align: center;
	position: relative;
	z-index: 1;
	max-width: 230px;
}

A.fnFileInput.fmInFocus { background-image: url("images/jniceit/file-input-left-focus.gif"); }
A.fnFileInput:HOVER SPAN { background-image: url("images/jniceit/file-input-right-hover.gif"); }
A.fnFileInput:HOVER SPAN STRONG { background-image: url("images/jniceit/file-input-button-hover.gif"); border-color: #DCE9F0; }

.fnFileInput.disabled,
A.fnFileInput.fmInFocus.disabled { background-image: url("images/jniceit/file-input-left-disabled.gif"); }

A.fnFileInput.disabled:HOVER SPAN STRONG {
	background-image: url("images/jniceit/file-input-button.gif");
	border-left: 2px solid #CDDFE9;
}

.fnFileHidden {
	position: absolute;
	top: 0;
	right: 0;
	
	z-index: 150;
	height: 30px;
	width: 15em !important;
	filter: alpha(opacity: 0);
	opacity: 0;
	font-size: 30px;
	padding: 0 1px;
}

/*	MULTIPLE SELECT BOX 	*/

.fmMultipleSelect {
	float: left;
	background: url("images/jniceit/textarea-tl.gif") no-repeat left top;
}

.fmMultipleSelect SPAN {
	float: left;
	height: 100%;
	width: 100%;
	background: url("images/jniceit/textarea-br.gif") no-repeat right bottom;
}

.fmMultipleSelect SPAN SPAN {
	float: left;
	height: 100%;
	width: 100%;
	background: url("images/jniceit/textarea-blc.gif") no-repeat left bottom;
}

.fmMultipleSelect SPAN SPAN SPAN {
	float: left;
	width: 100%;
	//padding-bottom: 10px;
	_padding-bottom: 0;
	background: url("images/jniceit/textarea-trc.gif") no-repeat right top;
}

.fmMultipleSelect SELECT {
	margin: 2%;
	width: 96%;
	height: 96%;
	background: none;
	padding: 0;
	border: 0px;
	outline: none;
	font-size: 15px;
	color: #777;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	
	max-width: 96%;
	max-height: 500px;
}

.fmMultipleSelect SELECT OPTION { 
	padding: 3px 7px;
	margin: 0;
	cursor: pointer;
}

.fmMultipleSelect.fmInFocus,
.fmMultipleSelect.fmInFocus SELECT { background-color: #FBFBFB; }

/* * */

.fmZero {
	margin: 0 !important;
	position: relative !important;
}

.fmHidden { display: none; }


/*! jQuery UI - v1.10.3 - 2013-12-02
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url(images/jqueryui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url(images/jqueryui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url(images/jqueryui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url(images/jqueryui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url(images/jqueryui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url(images/jqueryui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url(images/jqueryui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/jqueryui/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/jqueryui/ui-icons_ffffff_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/jqueryui/ui-icons_ef8c08_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/jqueryui/ui-icons_ef8c08_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/jqueryui/ui-icons_ef8c08_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/jqueryui/ui-icons_228ef1_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/jqueryui/ui-icons_ffd27a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url(images/jqueryui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(images/jqueryui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}


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

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancy/fancybox_sprite.png');
}

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

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

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

	#fancybox-loading div {
		background-image: url('images/fancy/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container{
	width:auto;
	margin-right:30px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
	margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools{
	width:16px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0; 
	height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:6px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:8px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display:block;
	position:relative;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
	top:100%;
	margin-top:-40px;
}
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container{
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
	margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
	width:100%;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:2px;
	margin:7px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	display:block;
	position:relative;
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	margin-left:-40px;
	float:right;
}
.mCustomScrollBox{
	-ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox>.mCSB_scrollTools{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCustomScrollBox:hover>.mCSB_scrollTools{
	opacity:1;
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.4);
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
	filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	background-image:url(mCSB_buttons.png);
	background-repeat:no-repeat;
	opacity:0.4;
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp{
	background-position:0 0;
	/* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonDown{
	background-position:0 -20px;
	/* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:0 -40px;
	/* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonRight{
	background-position:0 -56px;
	/* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
	opacity:0.9;
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}
/*light-2*/
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-32px 0;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-32px -20px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-40px -40px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-40px -56px;
}
/*dark-2*/
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-112px 0;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-112px -20px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-120px -40px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-120px -56px;
}
/*light-thick*/
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-16px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-16px -20px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-20px -40px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-20px -56px;
}
/*dark-thick*/
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-96px 0;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-96px -20px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-100px -40px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-100px -56px;
}
/*light-thin*/
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
/*dark-thin*/
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}


/*! qTip2  (includes: svg ajax tips modal viewport imagemap ie6 / basic css3) | qtip2.com | Licensed MIT, GPL | Thu May 09 2013 16:46:39 */.qtip,.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr;vertical-align:middle}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;text-align:center;text-indent:0;font:normal bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-focus{}.qtip-hover{}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}/*! Light tooltip style */.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}/*! Dark tooltip style */.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}/*! Cream tooltip style */.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}/*! Red tooltip style */.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon{border-color:#D95252}.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}/*! Green tooltip style */.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}/*! Blue tooltip style */.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0, #4A4A4A),color-stop(100%,black));background-image:-webkit-linear-gradient(top, #4A4A4A 0,black 100%);background-image:-moz-linear-gradient(top, #4A4A4A 0,black 100%);background-image:-ms-linear-gradient(top, #4A4A4A 0,black 100%);background-image:-o-linear-gradient(top, #4A4A4A 0,black 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from( #717171),to( #232323));background-image:-moz-linear-gradient(top, #717171, #232323);background-image:-webkit-linear-gradient(top, #717171, #232323);background-image:-ms-linear-gradient(top, #717171, #232323);background-image:-o-linear-gradient(top, #717171, #232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px black}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from( #3A79B8),to( #2E629D));background-image:-webkit-linear-gradient(top, #3A79B8, #2E629D);background-image:-moz-linear-gradient(top, #3A79B8, #2E629D);background-image:-ms-linear-gradient(top, #3A79B8, #2E629D);background-image:-o-linear-gradient(top, #3A79B8, #2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml{position:absolute;color:#123456;background:transparent;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:-10000em;top:-10000em}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}


* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -385px;
}
.footer, .push {
height: 385px;
clear: both;
}

.push{
    height:385px;
}



.tooltipster-light {
	border-radius: 5px; 
	border: 1px solid #cccccc;
	background: #ededed;
	color: #666666;
}
.tooltipster-light .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}


/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}



/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-button {
	background-color: #EEEEEE;
	background-image: linear-gradient(bottom, #CCCCCC 0%, #EEEEEE 100%);
	background-image: -o-linear-gradient(bottom, #CCCCCC 0%, #EEEEEE 100%);
	background-image: -moz-linear-gradient(bottom, #CCCCCC 0%, #EEEEEE 100%);
	background-image: -webkit-linear-gradient(bottom, #CCCCCC 0%, #EEEEEE 100%);
	background-image: -ms-linear-gradient(bottom, #CCCCCC 0%, #EEEEEE 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #CCCCCC),
		color-stop(1, #EEEEEE)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	color: #525252;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
    cursor:pointer;
    padding:0 15px;
    float:left;
}
.uploadifive-button:hover {
	background-color: #CCCCCC;
	background-image: linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);
	background-image: -o-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);
	background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);
	background-image: -ms-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #EEEEEE),
		color-stop(1, #CCCCCC)
	);
	background-position: center top;
    cursor:pointer;
}

.uploadifive-button input{
    cursor:pointer;
}
.uploadifive-queue-item {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #D5D5D5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin-top: 3px;
	padding: 15px;
}
.uploadifive-queue-item .close {
	background: url(images/uploadifive-cancel.png) 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}



body{
    background: #FFF;
    font-family: 'Roboto',sans-serif;
    font-size:12px;
    font-weight:300;
}

a.icon{
    padding-left:26px;
    position:relative;
    height:20px;
    line-height:20px;
}
a.icon:before{
    content:'';
    position:absolute;
    width:20px;
    height:20px;
    left:0;
    top:50%;
    margin-top:-10px;
}

#header{
    background:#F7F7F7;
}

#header .inner_header{
    width:980px;
    margin:auto;
}

.ptype_accueil #header{
    height:580px;
}

.ptype_accueil #header_home{
    position:absolute;
    top:0;
    right:0;
    z-index:1;
    height:580px;
    width:100%; 
}

#header_home .pic_home{
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:100%;
    overflow:hidden;
    z-index:1;
}

#header_home .pic_home img{
    position:absolute;
    bottom:0;
    right:0;
}

#header_home .description{
    width:980px;
    margin:auto;
    background: url(images/masque_home.png) no-repeat;
    height:580px;
    z-index:2;
    position:relative;
}

#header_home .description h1{
    top:50%;
    font-size:30px;
    color:#212121;
    position:absolute;
    left:0;
    text-transform:uppercase;
    font-weight:300;
}
#header_home .description h1 strong{
    font-weight:700;
    font-size:40px;
    display:block;
    margin-top:5px;
}

#header_home .description .prise-en-charge{
    position:absolute;
    left:50%;
    bottom:30px;
}

#header .block_head{
    background:#FFF;
    position:relative;
    z-index:10;
    height:190px;
}

#header .block_head a.logo{
    float:left;
}

#header .block_head .pad_left{
    width:475px;
    float:left;
}

#header .block_head .pad_right{
    width:240px;
    float:right;
    border-right:1px solid #FFF;
}

#header .block_head .pad_right .connexion{
    padding:15px 20px 0;
    height:87px;
    color:#FFF;
    background: #00aae2; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWFlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGJjZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #00aae2 0%, #00bcf7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aae2), color-stop(100%,#00bcf7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00aae2 0%,#00bcf7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00aae2 0%,#00bcf7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00aae2 0%,#00bcf7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00aae2 0%,#00bcf7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aae2', endColorstr='#00bcf7',GradientType=0 ); /* IE6-9 */
    }

#header .block_head .pad_right .connexion .title{
    font-size:16px;
    font-weight:500;
    text-transform:uppercase;
    margin-bottom:15px;
}

#header .block_head .pad_right .connexion .subtitle{
    font-size:13px;
    margin-bottom:15px;
}

#header .block_head .pad_right .connexion  a{
    text-transform:uppercase;
    text-decoration:none;
    color:#FFF;
    font-weight:500;
}

#header .block_head .pad_right .connexion  a.lock:before{
    background: url(images/lock.png) no-repeat;
}

#header .block_head .pad_right form{
    position:relative;
}

#header .block_head .pad_right form input#keywords{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding:10px 40px 10px 15px;
    border:none;
    color:#666;
    font-size:13px;
    font-family: 'Roboto', sans-serif;
    background:#EEEEEE;
    height:38px;
    display:block;
    width:100%;
    -webkit-box-shadow:inset 0 0 4px 1px #5E5E5E;
    box-shadow:inset 0 0 4px 1px #5E5E5E;
}

#header .block_head .pad_right form .button{
    position:absolute;
    top:0;
    right:0;
}

#header .block_head .pad_right form .button input{
    height:38px;
    width:38px;
    -webkit-appearance:none;
    background: url(images/search.png) no-repeat;
    border:none;
    font-size:0;
    text-indent:-100px;
    cursor:pointer;
}

#header .block_head #langs{
    width:35px;
    float:right;
    height:140px;
    background:#666666;
    padding:5px 3px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#header .block_head #langs a{
    display:block;
    text-align:center;
    color:#FFF;
    text-decoration:none;
    text-transform:uppercase;
    padding:10px 0;
    border-bottom:1px solid #4B4B4B;
}

#header .block_head #langs li{
    border-bottom:1px solid #737373;
}

#header .block_head #langs li.selected a{
    font-weight:500;
}

#header .top_menu{
    margin:20px 0 10px 20px;
}

#header .top_menu li{
    display: inline-block;
    margin: 5px 15px;
}

#header .top_menu li a{
    text-decoration:none;
    text-transform:uppercase;
    color:#444444;
}

#header .top_menu li a:hover{
    color:#00BBFA;
}

#header .top_menu li a.mail:before{
    background: url(images/mail.png);
}
#header .top_menu li a.locator:before{
    background: url(images/locator.png);
}

#header .top_menu li a.phone:before{
    background: url(images/phone.png);
}

#header .menusite{
    background:#00BBFA;
    height:50px;
	position:relative;
	z-index:100;
}

#header .menusite li.lvl_1{
    display:block;
    float:left;
    position:relative;
	z-index:100;
}

#header .menusite li.lvl_1 a.lvl_1{
    display:block;
    color:#FFF;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:500;
    font-size:16px;
    padding:18px 30px 0 30px;
    height:32px;
}

#header .menusite li.lvl_1.selected a.lvl_1,
#header .menusite li.lvl_1.sfhover a.lvl_1{
    color:#111111
}

#header .menusite li.lvl_1.sfhover ul.lvl_2{
    display:block;
}

#header .menusite ul.lvl_2{
    display:none;
    position:absolute;
    top:50px;
    left:50%;
    margin-left:-150px;
    width:270px;
    background: url(images/bg_submenu.png) repeat-x top left #FFF;
    padding:15px;
    z-index:100;
}

#header .menusite ul.lvl_2:before{
    content:'';
    position:absolute;
    width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #00BBFA;
    left:50%;
    margin-left:-7px;
    top:0;
}

#header .menusite ul.lvl_2 a{
    color:#000;
    font-size:14px;
    text-decoration:none;
    display:block;
    padding:6px 0;
}

#header .menusite ul.lvl_2 li.sfhover a,
#header .menusite ul.lvl_2 li.selected a{
    color:#00BBFA;
}

#header #top_pic
{
    height:390px;
}

#header #top_pic .pic
{
    width:980px;
}

#header #top_pic .pic img{
    display:block;
    width:100%;
}

#header #top_pic .with_text .pic{
    float:right;
    width:640px;
}

#header #top_pic .with_text .content_top{
    width: 340px;
    background:#F7F7F7;
    padding:70px 40px 0 10px;
    float:left;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
}

#header #top_pic .with_text .content_top h1,
#header #top_pic .with_text .content_top h2{
    font-size:30px;
    color:#202020;
    margin-bottom:20px;
    text-transform:uppercase;
}

#header #top_pic .with_text .content_top .text{
    color:#535353;
    font-size:14px;
    line-height:1.3em;
    text-align:justify;
}


#content{
    background: url(images/background_page.png) repeat-x top left #FFF;
    min-height:240px;
    padding-bottom:25px;
}

#content .inner_content{
    width:980px;
    margin:auto;
}

#home_container .block_content1{
    background:#FFF;
    position:relative;
    width:310px;
    margin-top:-80px;
    float:left;
    margin-right:10px;
	z-index:9;
}

#home_container .block_content1 .block_inner{
    background:#FFF;
    position:relative;
    z-index:20;
}

#home_container .block_content1:before{
    content:'';
    position:absolute;
    z-index:19;
    background:#00BBFA;
    right:-10px;
    top: -10px;
    height:100%;
    width:90%;
    padding-bottom: 10px;
    -khtml-opacity:0.2;
    -moz-opacity : 0.2;
    -ms-filter: "alpha(opacity=20)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    filter : alpha(opacity=20);
    opacity : 0.2;
}

#home_container .block_content1:after{
    content:'';
    position:absolute;
    bottom:-11px;
    height:11px;
    width:100%;
    left:0;
    background: url(images/shadow_home_content.png) no-repeat;
}

#home_container .block_content1 .title_block{
    background:#00BBFA;
    color:#FFF;
    text-shadow:1px 1px 1px #333;
    padding:25px 0 0 20px;
    font-size:40px;
    font-weight:300;
    height:55px;
}

#home_container .block_content1 .title_block:before{
    content:'';
    background: url(images/expert-plus.png) no-repeat center center #F7F7F7;
    width:66px;
    height:66px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    position:absolute;
    top:-50px;
    left:15px;
}

#home_container .block_content1 li a{
    color:#111111;
    font-size:14px;
    text-transform:uppercase;
    display:block;
    padding:10px 40px 10px 20px;
    text-decoration:none;
    font-weight:500;
    position:relative;
}

#home_container .block_content1 li a:before{
    content:'';
    position:absolute;
    background: url(images/arrows_link.png) no-repeat;
    width:8px;
    height:16px;
    right:10px;
    top:50%;
    margin-top:-8px;
}

#home_container .block_content1 li a:hover{
    color:#00B9FD;
}

#home_container .block_content1 li{
    border-top:1px solid #F7F7F7;
}

#home_container .block_page{
    float:left;
    width:310px;
    margin-left:20px;
}

#home_container .block_page .title_block{
    position:relative;
    padding:7px 12px;
    font-size:18px;
    color:#FFF;
    font-weight:500;
}

#home_container .block_page .title_block i{
    position:absolute;
    width:30px;
    height:30px;
    border:5px solid #DDD;
    border-bottom:0;
    background:#00BBFA;
    bottom:100%;
    left:-5px;
    z-index:20;
}

#home_container .block_page .title_block i:before{
    content:'';
    width:32px;
    height:30px;
    background: url(images/check.png) no-repeat left center;
    position:absolute;
    left:7px;
    top:0px;
}

#home_container .block_page .text{
    padding:8px 10px 0;
    height:125px;
    line-height:1.3em;
    font-size:13px;
    color:#444444;
    font-weight:300;
    text-align:justify;
}

#home_container .block_page .link a{
    padding: 0 0 0 20px;
    margin-left:10px;
    position:relative;
    color:#00B9FD;
    font-size:14px;
    text-transform:uppercase;
    font-weight:500;
    text-decoration:none;
}

#home_container .block_page .link a:before{
    content:'';
    position:absolute;
    width:8px;
    height:16px;
    left:0;
    top:50%;
    margin-top:-8px;
    background: url(images/arrows_link2.png) no-repeat top left;
}

#home_container .block_page1 .title_block i{
    background:#A300D9;
}

#home_container .block_page2 .title_block i{
    background:#8C8C00;
}

#home_container .block_page1 .title_block{
    background: #a500dc; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2E1MDBkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2QxMDFlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg,  #a500dc 15%, #d101eb 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(15%,#a500dc), color-stop(90%,#d101eb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #a500dc 15%,#d101eb 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #a500dc 15%,#d101eb 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #a500dc 15%,#d101eb 90%); /* IE10+ */
    background: linear-gradient(45deg,  #a500dc 15%,#d101eb 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a500dc', endColorstr='#d101eb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

#home_container .block_page2 .title_block{
    background: #8c8d00; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzhjOGQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2JjYmUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg,  #8c8d00 15%, #bcbe00 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(15%,#8c8d00), color-stop(90%,#bcbe00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #8c8d00 15%,#bcbe00 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #8c8d00 15%,#bcbe00 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #8c8d00 15%,#bcbe00 90%); /* IE10+ */
    background: linear-gradient(45deg,  #8c8d00 15%,#bcbe00 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8d00', endColorstr='#bcbe00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#home_container #chiffres{
    margin-top:35px;
}

#home_container #chiffres .title
{
    font-size:18px;
    color:#444444;
    font-weight:500;
    padding:10px 0 10px 65px;
    position:relative;
    margin-bottom:5px;
}

#home_container #chiffres .title:before{
    content:'';
    position:absolute;
    width:44px;
    height:43px;
    background: url(images/calendar.png) no-repeat;
    left:10px;
    top:50%;
    margin-top:-22px;
}


#home_container #chiffres .title strong{
    color:#00B8FF;
}

#home_container #chiffres .contents{
    padding:5px 15px;
    background:#E7E7E7;
    margin:0 5px;
    border:1px solid #FFF;
    -moz-box-shadow: 3px 3px 3px 1px #999999;
    -webkit-box-shadow: 3px 3px 3px 1px #999999;
    -o-box-shadow: 3px 3px 3px 1px #999999;
    box-shadow: 3px 3px 3px 1px #999999;
}

#home_container #chiffres .contents .info{
    width:20%;
    float:left;
    text-align:center;
    padding:10px 0;
    border-left:1px solid #FFFFFF;
    position:relative;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}

#home_container #chiffres .contents .info:before{
    content:'';
    border-left:1px solid #DDD;
    position:absolute;
    left:0px;
    height:100%;
    top:0;
}

#home_container #chiffres .contents .info:first-child,
#home_container #chiffres .contents .info:first-child:before{
    border:none;
}

#home_container #chiffres .contents .info .result{
    position:relative;
    padding:12px 0 12px 0;
    font-size:22px;
    color:#444444;
    font-weight:500;
}

#home_container #chiffres .contents .info .result.no-pad-left{
    padding-left:0;
}

#home_container #chiffres .contents .info .result i{
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-18px;
    margin-left:-50px;
    width:37px;
    height:36px;
    background: url(images/arrows_chiffres.png) no-repeat;
    display:none;
}

#home_container #chiffres .contents .info .result i.a_down{
    display:block;
    background-position:0 0;
}

#home_container #chiffres .contents .info .result i.a_up{
    display:block;
    background-position:-37px 0;
}

#home_container #chiffres .contents .info .label{
    font-size:15px;
    font-weight:300;
	height:35px;
	padding:0 10px;
	line-height:1.3em;
}

#menu_footer{
    display:block;
    padding:7px 0 7px 2px;
    border-bottom:1px solid #009DD8;
    position:relative;
    margin-bottom:15px;
}

#menu_footer:before{
    content:'';
    position:absolute;
    width:100%;
    bottom:-2px;
    border-top:1px solid #51CFFF;
}

#menu_footer li{
    display:inline;
    margin-right:30px;
}

#menu_footer li a{
    text-transform:uppercase;
    color:#005475;
    font-size:13px;
    text-decoration:none;
    font-weight:500;
}

#menu_footer li.selected a,
#menu_footer li a:hover{
    color:#333;
}

.pages_list li,
.blog_articles .articles li{
    display:block;
    width:290px;
    height:390px;
    border:10px solid #CBF1FF;
    float:left;
    margin:8px;
    background:#FFF;
    cursor:pointer;
     -webkit-transition: border-color 0.8s ease; 
     -moz-transition: border-color 0.8s ease; 
     -ms-transition: border-color 0.8s ease; 
     -o-transition: border-color 0.8s ease; 
     transition: border-color 0.8s ease;
}

.pages_list li.sfhover,
.blog_articles .articles li.sfhover{
    border-color:#00BAFD;
}

.pages_list li h2 a, 
.blog_articles .articles li h2 a{
    display:block;
    padding:18px 0;
    text-transform:uppercase;
    text-decoration:none;
    color:#111111;
    font-size:14px;
    text-align:center;
}

.pages_list li .desc,
.blog_articles .articles li .intro{
    padding:15px 15px 0;
    color:#535353;
    font-size:14px;
    line-height:1.3em;
}

#breadcrumb{
    position:relative;
    padding:15px 0 12px;
    border-bottom:1px solid #FFF;
    margin-bottom:15px;
}
#breadcrumb:after{
    content:'';
    position:absolute;
    width:100%;
    bottom:-2px;
    left:0;
    border-top: 1px solid #DDDDDD;
}

#breadcrumb li{
    display:inline-block;
    font-size:9px;
    text-transform:uppercase;
    color:#333;
}

#breadcrumb li a{
    text-decoration:none;
    color:#868686;
}

#breadcrumb li:before{
    content:'>';
    margin: 0 10px;
    color:#333;
    font-size:14px;
}

#breadcrumb li:first-child{
    position:relative;
    width:15px;
    height:14px;
}

#breadcrumb li:first-child a{
    position:absolute;
    left:0;
    top:50%;
    margin-top:-6px;
    background: url(images/home.png) no-repeat top left;
    text-indent:-1000px;
    font-size:0;
    width:15px;
    height:15px;
}

#breadcrumb li:first-child:before
{
    display:none;
}

.container_page h1{
    color:#00B9FD;
    font-size:30px;
    font-weight:400;
    margin:35px 0 20px;
}

.container_page p.subtitle{
    color:#333333;
    font-size:16px;
    margin-bottom:30px;
}

.container_page .content_text p {
    margin:30px 0;
    line-height:1.3em;
    color:#525252;
    font-size:13px;
}

.container_page .content_text h2{
    color:#00BFFE;
    font-size:13px;
    font-weight:400;
}

.container_page .content_text h3{
    color:#666666;
    font-size:14px;
}


.container_page .content_text ul{
    margin:30px 0 30px 15px;
}

.container_page .content_text ul li{
    position:relative;
    margin: 10px 0;
    color:#525252;
	font-size:13px;
	line-height:1.3em;
}

.container_page .content_text a{
	text-decoration:none;
	color:#00b9fd;
}

.container_page .content_text ul li:before{
    content:'';
    position:absolute;
    width:5px;
    height:5px;
    background:#00B9FF;
    left: -15px;
    top:4px; 
}

.container_page .content_text .accordion h2{
    padding:15px 35px;
    border-top:1px dotted #CCCCCC;
    text-transform:uppercase;
    position:relative;
    cursor:pointer;
}

.container_page .content_text .accordion .accordion_part_content p:first-child{
    margin-top:0;
}

.container_page .content_text .accordion .accordion_part_content{
    padding:15px 35px;
}

.container_page .content_text .accordion h2:before,
.ptype_contact .form_contact h3:before{
    content:'';
    position:absolute;
    left:10px;
    top:50%;
    margin-top:-3px;
    height:6px;
    width:11px;
    background: url(images/arrow_accordion.png) no-repeat bottom left;
}

.container_page .content_text .accordion .accordion_part.open h2:before{
    background-position: top left;
}

.container_page .content_text .accordion .accordion_part .accordion_part_content{
    display:none;
}

.container_page .left_page{
    width:640px;
    float:left;
}

.container_page .left_page .content_text{
		padding-right:90px;
}

.container_page .right_page{
    width:310px;
    float:right;
    margin-right:10px;
    padding-top:15px;
}

.container_page .right_page .submenu_right,
.container_page .right_page .block_renseignement,
.container_page .right_page .news_list,
.container_page .right_page .map_contact{
    border:10px solid #CBF1FF;
    background: url(images/bg_pad.png) no-repeat top left #FFF;
    margin-bottom:8px;
}
.container_page .right_page .submenu_right h4,
.container_page .right_page .block_renseignement h4,
.container_page .right_page .news_list h4,
.container_page .right_page .map_contact h4{
    color:#00B9FF;
    font-size:22px;
    padding:20px 20px 20px;
}

.container_page .right_page .submenu_right li,
.container_page .right_page .news_list li{
    margin-bottom:10px;
}

.container_page .right_page .submenu_right li a,
.container_page .right_page .news_list li a{
    display:block;
    padding:0 0 0 25px;
    text-decoration:none;
    text-transform:uppercase;
    color:#525252;
    font-size:12px;
}

.container_page .right_page .submenu_right li.selected a,
.container_page .right_page .submenu_right li a:hover,
.container_page .right_page .news_list li.selected a,
.container_page .right_page .news_list li a:hover{
    color:#00B8FF;
    background: url(images/item_submenu_hover.png) no-repeat left center;
}

.container_page .right_page .special_links{
    margin-bottom:8px;
}

.container_page .right_page .special_links h4 a{
    display: block;
    padding:5px 10px;
    color:#FFF;
    font-weight:500;
    font-size:18px;
    text-decoration:none;
    background: #a500dc; 
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTUwMGRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QxMDFlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg,  #a500dc 0%, #d101eb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#a500dc), color-stop(100%,#d101eb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #a500dc 0%,#d101eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #a500dc 0%,#d101eb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #a500dc 0%,#d101eb 100%); /* IE10+ */
    background: linear-gradient(45deg,  #a500dc 0%,#d101eb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a500dc', endColorstr='#d101eb',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.container_page .right_page .special_links .link a{
    display:block;
    padding:15px 0 10px 30px;
    background:url(images/arrows_link2.png) no-repeat 8px 14px; 
    text-decoration:none;
    color:#00B9FD;
    font-size:14px;
    text-transform:uppercase;
    font-weight:500;
}

.container_page .right_page .block_renseignement h4,
.associates_overflow .content_associate .text .contact_pad h4{
    padding-left:55px;
    background: url(images/mail-right.png) no-repeat 15px 20px;
}

.container_page .right_page .block_renseignement .content{
    color:#535353;
    padding:0 15px 15px;
    line-height:1.3em;
}

.container_page .right_page .block_renseignement .content p{
    margin:10px 0 0;
}

.container_page .right_page .block_renseignement .content p:first-child{
	margin-top:0;
}

.container_page .right_page .block_renseignement .content p.phone,
.associates_overflow .content_associate .text .contact_pad p.phone{
    font-size:16px;
    font-weight:400;
    background: url(images/smartphone-right.png) no-repeat left center;
    padding:5px 0 5px 30px;
}

.container_page .right_page .block_renseignement .content p.link_contact a,
.associates_overflow .content_associate .text .contact_pad p.link_contact a{
    text-transform:uppercase;
    display:block;
    color:#333333;
    text-decoration:none;
    background: url(images/mail-right2.png) no-repeat left center;
    padding:5px 0 5px 30px;
}

.blog_articles{
    
}

.blog_articles .articles li{
    height:auto;
    float:none;
    margin: 0 0 8px 0;
}

.blog_articles .articles li .date{
    font-size:9px;
    padding:0 20px;
    color:#999;
}

.blog_articles .articles li .intro{
    padding-bottom:15px;
}

p.image_gauche{
    border:6px solid #CCCCCC;
    float:left;
    margin:0 !important; 
    width:40%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p.image_gauche img{
    display:block;
    width:100%;
}

div.texte_droit{
    float:left;
    width:60%;
    padding-left:20px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container_page .right_page .news_list h4{
    padding-left:65px;
    background: url(images/news-right.png) no-repeat 25px 22px;
}

.ptype_blog .container_page p.subtitle{
    margin-bottom:10px;
}
.container_page p.date{
    font-size:10px;
    color:#999;
    margin-bottom:30px;
}


.ptype_contact .form_contact h3{
    text-transform:uppercase;
    padding:15px 0 15px 40px;
    border-top: 1px dotted #CCC;
    margin-bottom:5px;
    margin-top:20px;
    font-size:13px;
    color:#00B9FF;
    font-weight:500;
    position:relative;
}


.ptype_contact .form_contact label {
    color:#525252;
    text-transform:uppercase;
    font-size:13px;
    font-weight:300;
    margin:20px 0 12px;
    display:block;
}

.ptype_contact .form_contact .checkbox_list label{
    padding-top:6px;
    height:18px;
}

.ptype_contact .form_contact ul{
    list-style:none;
    margin:0;
    display:block;
    height:25px;
}

.ptype_contact .form_contact ul li{
    display:block;
    float:left;
    margin: 0 0 0 25px;
}
.ptype_contact .form_contact ul li label{
    margin:0;
}

.ptype_contact .form_contact ul li label input{
    margin-right:10px;
}

.ptype_contact .form_contact ul li:first-child{
    margin-left:0;
}

.ptype_contact .form_contact select{
    padding:12px;
    font-family:'Roboto', sans-serif;
    font-size:12px;
    color:#525252;
    background:#EEEEEE;
    border:1px solid #DDDDDD;
    width:320px;
}

.ptype_contact .form_contact textarea{
    width:100%;
    padding:15px;
    font-family: 'Roboto',sans-serif;
    font-size:12px;
    font-weight:500;
    resize:none;
    background: #EEEEEE;
    border:1px solid #DDDDDD;
    height:210px;
    color:#333333;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ptype_contact .form_contact .field{
    float:left;
    margin-right:20px;
    width:300px;
    position:relative;
}

.ptype_contact .form_contact .field2{
    position:relative;
    margin-right:20px;
}


.ptype_contact .form_contact span.required{
    color:#00B8FF;
    font-size:13px;
    margin-left:5px;
}

.ptype_contact .form_contact .field .textfield input,
.ptype_contact .form_contact .field2 .textfield input,
.ptype_contact .form_contact .captcha_field input{
    width:100%;
    padding:12px 15px;
    border:1px solid #DDDDDD;
    background: #EEEEEE;
    font-family: 'Roboto',sans-serif;
    font-size:13px;
    font-weight:500;
    color:#333333;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.ptype_contact .form_contact .captcha_field img{
    float:left;
    margin-top:10px;
}

.ptype_contact .form_contact .captcha_field input{
    width:180px;
    margin-left:20px;
}

.ptype_contact .form_contact .newsletter label{
    text-transform:none;
    font-weight:500;
}

.ptype_contact .form_contact .submit_btn{
    margin-top:45px;
    float:left;
}
.ptype_contact p.legend{
    font-style:italic;
    color:#525252;
    font-size:13px;
}

.ptype_contact p.legend span.required{
    margin-left:0;
    margin-right:5px;
}

.ptype_contact .field2.newsletter{
    margin:35px 0;
}

.ptype_contact .captcha_part{
    border-top:1px dotted #CCCCCC;
    margin-top:35px;
}

.ptype_contact .form_contact .checkbox_list label{
    text-transform:none;
}

#map{
    height:295px;
}

.container_page .right_page .map_contact h4{
    padding-left:45px;
    background: url(images/location-right.png) no-repeat 15px 15px;
}


.ptype_contact .form_contact .submit_btn input.send_btn{
    background: url(images/btn-send.png) no-repeat 10px center #00B8FF;
    color:#333333;
    font-family:'Roboto',sans-serif;
    font-size:26px;
    text-transform:uppercase;
    font-weight:300;
    text-align:left;
    padding:3px 45px 3px 60px;
    border:none;
    cursor:pointer;
    margin-left:20px;
    width:240px;
}

.ptype_contact .form_contact .submit_btn input.send_btn.sending{
    background: url(images/loader.gif) no-repeat 10px center #CCC;
}

form#contact_form .error_handler{
    position:absolute;
    width:10px;
    height:10px;
    left:0px;
    top:39px;
    cursor:pointer;
    background:#953B39;
    z-index:1000;
}


form#contact_form .error_handler{
    top:45px;
}

form#contact_form .field2 .error_handler
{
    top:25px;
}

form#contact_form .field .captcha_field .error_handler{
    left:95px;
}


.errors{
    background:#C26565;
    border-left:5px solid #953B39;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 10px;
    font-size:16px;
}

.success{
    background:#CDE0C4;
    border-left:5px solid #8AC38B;
    color: #356635;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 10px;
    font-size:16px;
}

#associates_top{
}

#associates_top .associates_overflow{
    overflow:hidden;
    height:280px;
    position:relative;
    z-index:1;
}


#associates_top .associates_overflow>ul{
    width:99999px;
    position:relative;
	z-index:1;
}

#associates_top .associates_overflow li{
    width:980px;
    height:280px;
    float:left;
    position:relative;
	z-index:1;
}

#associates_top .associates_overflow li .pic_associate{
    bottom:0;
    right:0;
    z-index:1;
    position:absolute;
}

#associates_top .associates_overflow li .pic_associate img{
	height:450px;
}

.associates_overflow .content_associate{
    position:absolute;
    top:65px;
    left:10%;
    z-index:10;
    width:80%;
}

.associates_overflow .content_associate h3{
    color:#00B8FD;
    font-size:30px;
    margin-bottom:10px;
}

.associates_overflow .content_associate p.subtitle{
    font-size:16px;
    color:#333333;
    margin-bottom:20px;
}

.associates_overflow .content_associate .text{
    color:#333;
    font-size:13px;
    line-height:1.3em;
}

.associates_overflow .content_associate .text .contact_pad{

    font-size:16px;
	position:absolute;
	top:0;
	right:0;
}

.associates_overflow .content_associate .text .contact_pad h4{
    color:#00B9FF;
    font-size:22px;
    padding:5px 0 5px 40px;
    margin-bottom:20px;
    background-position:left center;
}

.associates_overflow .content_associate .text .contact_pad p{
    margin:15px 0;
}

#associates_top a.prev_associate,
#associates_top a.next_associate{
    width:80px;
    height:80px;
    left:0;
    top:420px;
    background:#00BBFA;
    position:absolute;
    z-index:100;
}

#associates_top a.next_associate{
    left:auto;
    right:0;
}

#associates_top a.prev_associate i,
#associates_top a.next_associate i{
    background:url(images/arrows_slider_associates.png) no-repeat top left;
    width:22px;
    height:43px;
    left:50%;
    top:50%;
    margin-top:-22px;
    margin-left:-16px;
    position:absolute;
}

#associates_top a.next_associate i{
    background-position:top right;
    margin-left:-8px;
}

.footer .pad_coordonnees{
    width:220px;
    float:left;
}

.footer .pad_coordonnees .adresse{
    padding:15px 0 10px 45px;
    color:#FFF;
    font-size:13px;
    position:relative;
}

.footer .pad_coordonnees .adresse:before{
    content:'';
    position:absolute;
    width:22px;
    height:16px;
    left:5px;
    top:15px;
    background: url(images/mail_footer.png);
}

.footer .pad_coordonnees .adresse p.title{
    text-transform:uppercase;
    font-weight:500;
}

.footer .pad_coordonnees .adresse p.location{
    margin:5px 0;
    line-height:1.3em;
}

.footer .pad_coordonnees .adresse p.phone{
    margin-top:15px;
    padding-left:23px;
    position:relative;
    font-size:16px;
}

.footer .pad_coordonnees .adresse p.phone:before{
    content:'';
    position:absolute;
    width:15px;
    height:21px;
    background: url(images/phone_footer.png) no-repeat top left;
    left:0;
    top:50%;
    margin-top:-10px;
}

.footer{
    background:#00B9FD;
}

.footer .footer_inner{
    width:980px;
    margin:auto;
	position:relative;
}

.footer .info{
    position:relative;
    border-bottom:1px solid #009DD8;
}

.footer .info:before{
    content:'';
    position:absolute;
    left:0;
    bottom:-2px;
    width:100%;
    border-top:1px solid #51CFFF;
}

.footer .info .text{
    padding:25px 0;
    display:inline-block;
    color:#FFF;
    font-size:14px;
    font-weight:500;
    margin-left:15px;
}

.footer .info ul.logos{
    position:absolute;
    right:10px;
    top:10px;
}

.footer .info ul.logos li{
    display:inline-block;
    margin:0 4px;
}

.footer .pad_petits_plus{
    float:left;
    width:305px;
    margin-left:25px;
    color:#FFF;
}

.footer .pad_petits_plus h4{
    padding-top:8px;
    font-size:18px;
    font-weight:500;
    margin-bottom:30px;
}

.footer .pad_petits_plus h4 span.plus{
    position:relative;
    font-size:35px;
    font-weight:700;
    line-height:10px;
    top:6px;
    display:inline-block;
}

.footer .pad_petits_plus .text ul li{
    padding-left:30px;
    margin:12px 0;
    position:relative;
    font-size:13px;
}

.footer .pad_petits_plus .text ul li:before{
    content:'';
    position:absolute;
    width:17px;
    height:12px;
    background: url(images/check_footer.png) no-repeat top left;
    left:0;
    top:50%;
    margin-top:-6px;
}

.footer .block_shortcuts{
    float:left;
    width:405px;
    margin-left:25px;
    padding-top:15px;
}

.footer .block_shortcuts li.lvl_1{
    float:left;
    width:50%;
}

.footer .block_shortcuts li.lvl_1 a.lvl_1{
    color:#FFF;
    text-transform:uppercase;
    font-weight:500;
    text-shadow:1px 1px 2px #333;
    text-decoration:none;
    font-size:16px;
    display:block;
    margin-bottom:25px;
}

.footer .block_shortcuts li.lvl_1.selected a.lvl_1,
.footer .block_shortcuts li.lvl_1 a.lvl_1:hover{
    color:#333;
}

.footer .block_shortcuts li.lvl_2{
    margin-bottom:5px;
}

.footer .block_shortcuts li.lvl_2 a.lvl_2{
    color:#FFF;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
}

.footer .block_shortcuts li.lvl_2.selected a.lvl_2,
.footer .block_shortcuts li.lvl_2 a.lvl_2:hover{
    color:#333;
}

ul#menu{
    position:relative;
    z-index:1000;
}

a.menu_open{
    display:none;
}

.result_search{
	margin: 20px 0;
	
}

.result_search h2{
	margin-bottom:5px;
}

.result_search h2 a{
	font-size:16px;
	text-decoration:none;
	color:#00b9fd;
}

.links-legal{
	position:absolute;
	bottom:-15px;
	right:10px;
}

.links-legal li{
	display:inline;
}

.links-legal li:before{
	content:'-';
	margin: 0 5px;
	color:#FFF;
}

.links-legal li:first-child:before{
	display:none;
}

.links-legal li a{
	color:#FFF;
	text-decoration:none;
	text-transform:lowercase;
}

.block_head .slogan{
	margin-top:7px;
}

.block_head .adresse{
	padding:5px;
	position:relative;
	width:260px;
	text-align:center;
	background:#00bbfa;
	color:#FFF;
	margin:0 auto;
}

.block_head .adresse:before{
	position:absolute;
	overflow:hidden;
	top:-5px;
	left:50%;
	margin-left:-5px;
	content:'';
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-bottom: 5px solid #00bbfa;

}

.map_converter{
	display:none;
}

.gmap3{
	height:300px;
}



/** GLOBAL MOBILE RESPONSIVE SETTINGS **/
@media only screen and (max-width: 979px) {
	#header .top_menu li
	{
		margin:0 15px 5px 15px;
	}

    .wrapper{
        margin:0;
        min-height:0;
    }
   
	#header .inner_header,
    #header_home .description,
    .footer .footer_inner{
	   width:auto;
       min-width:320px;
	}
    
    #content .inner_content{
        width:auto;
        min-width:280px;
    }
    
    .footer,
    .push {
        height:auto;
    }
    
    .footer{
        padding-bottom:1px;
    }
    
    #header .block_head{
        height:auto;
    }
    
    #header .block_head a.logo{
        float:none;
        display:block;
        text-align:center;
    }
    
    #header .block_head .pad_left{
        width:auto;
        float:none;
        text-align:center;
    }
    
    #header .block_head .pad_left .slogan{
        margin:0 35px;
        height:40px;
    }
    
    #header .block_head .pad_left .slogan img{
        width:100%;
        max-width:365px;
        min-width:250px;
        width:100%;
    }
    
    #header .top_menu a{
        width:40px;
        height:40px;
        padding:0;
        display:inline-block;
        font-size:0;
        text-indent:-1000px;
    }
    
    #header .top_menu a.icon.mail{
        background: url(images/mail_mobile_top.png) no-repeat;
    }
    #header .top_menu a.icon.locator{
        background: url(images/locator_mobile_top.png) no-repeat;
    }
    #header .top_menu a.icon.phone{
        background: url(images/phone_mobile_top.png) no-repeat;
    }
    
    #header .top_menu a:before{
        display:none;
    }
    
    #header .block_head #langs{
        position:absolute;
        top:0;
        right:0;
        height:258px;
    }
    
    #header .top_menu{
        margin:0;
    }
    
    #header .block_head .pad_right{
        width:auto;
        float:none;
        border:none;
        height:auto;
    }
    
    #header .block_head .pad_right .connexion{
        height:auto;
        padding:0 20px;
        text-align:center;
    }
    
    #header .block_head .pad_right .connexion .title,
    #header .block_head .pad_right .connexion .subtitle,
    #header .block_head .pad_right .connexion a.lock{
        display:inline-block;
        margin:15px 15px 10px 0;
    }
    
    a.menu_open{
        display:block;
        background: url(images/open_menu.png) no-repeat 10px center #00BBFA;
        padding:15px 0 15px 45px;
        border-top:1px solid #FFF;
        color:#FFF;
        text-decoration:none;
        text-transform:uppercase;
        font-size:20px;
        font-weight:400;
    }
    
    .ptype_accueil #header{
        height:auto;
    }
    
    #header .menusite{
        position:relative;
        z-index:1000;
        height:auto;
    }
    
    #header .menusite.open ul#menu{
        display:block;
    }
    
    #header .menusite ul#menu{
        display:none;
        background: #00BBFA;
        position:relative;
        z-index:1000;
    }
    
    #header .menusite ul#menu li.lvl_1{
        display:block;
        float:none;
        border-top:1px solid #FFF;
    }
    
    #header .menusite ul#menu li.lvl_1.subs:after{
        content:'+';
        position:absolute;
        top:9px;
        right:20px;
        border:1px solid #FFF;
        width:30px;
        padding:10px 0;
        height:10px;
        font-size:30px;
        line-height:10px;
        color:#FFF;
        text-align:center;
        cursor:pointer;
    }
    
    #header .menusite ul#menu li.lvl_1.sfhover.subs:after
    {
        content:'-';
    }
    
    #header .menusite ul#menu li.lvl_1 a{
        display:block;
    }
    
    #header .menusite ul#menu li.lvl_1 ul.lvl_2{
        width:auto;
        position:relative;
        left:auto;
        top:auto;
        margin:0;
    }
    
    #home_container .block_content1{
        margin:60px 10px 0 0;
    }
    
    #home_container .block_page .title_block i{
        display:none;
    }
    
    .ptype_accueil #header_home{
        position:relative;
        height:300px;
    }
    
    #header_home .description{
        height:300px;
        background-position:-100px -150px;
    }
    
    #header_home .description h1{
        top:35%;
        left:20px;
    }
    #header_home .description .prise-en-charge{
        margin-left:-167px;
    }
    #home_container .block_content1{
        width:auto;
        float:none;
    }
    
    #content{
        padding:1px 20px 30px;
    }
    
    #home_container .block_content1 .block_inner{
        margin-bottom:30px;
    }
    
    #home_container .block_content1:after{
        background-position: center 0;
    }
    
    #home_container .block_page{
        width:auto;
        float:none;
        margin:0 0 30px 0;
    }
    
    #home_container .block_page .text{
        padding-bottom:15px;
        height:auto;
    }
    
    #home_container #chiffres .contents{
        margin-top: 25px;
    }
    
    
    
    #header #top_pic{
        overflow:hidden;
        height:auto;
        position:relative;
    }
    
    #header #top_pic,
    #header #top_pic .with_text .pic,
    #header #top_pic .with_text .content_top{
        width:auto;
        float:none;
    }
    
    #header #top_pic .pic{
        width:auto;
    }
    
    #header #top_pic .pic img{
        width:100%;
        display:block;
    }
    
    #header #top_pic .with_text .content_top{
        padding:20px;
    }
    
    
    .pages_list li, .blog_articles .articles li{
        float:none;
        margin:10px auto;
        height:auto;
    }
    
    .pages_list li .desc, .blog_articles .articles li .intro{
        padding:20px;
    }
    
    
    .container_page .left_page,
    .container_page .right_page{
        float:none;
        width:auto;
        margin:0;
    }
	
	.container_page .left_page .content_text{
		padding-right:0;
	}
    
    .container_page .right_page .special_links .pic {
        overflow:hidden;
        height:205px;
    }
    
    .container_page .right_page .special_links .pic img{
        display:block;
        width:100%;
    }
    
    .ptype_contact .form_contact .field{
        width:48%;
        margin-right:2%;
    }
    
    .ptype_contact .form_contact select{
        width:100%;
    }
    
    #associates_top{
        height:auto;
        position:relative;
    }
    
    #associates_top .associates_overflow li{
        width:auto;
        height:auto;
    }
    
    #associates_top .associates_overflow li .pic_associate{
        position:static;
        width:auto;
        text-align:center;
        height:480px;
        padding-top:30px;
    }
    
    
    #associates_top .associates_overflow li .pic_associate img{
        display:block;
        height:450px;
        margin:0 auto;
    }
    
    #associates_top .associates_overflow{
        height:auto;
    }
    
    .associates_overflow .content_associate{
        position:static;
        float:none;
        width:auto;
        padding:20px;
        height:auto;
    }
    
    #associates_top a.prev_associate, 
    #associates_top a.next_associate{
        top:230px;
    }
    
    .footer .info{

    }
    
    .footer .info .text{
        width:auto;
        float:none;
        margin:0;
        padding:15px 20px 15px;
        display:block;
        text-align:center;
        border-bottom:1px solid #009DD8;
        position:relative;
    }
    
    .footer .info .text:before{
        border-top: 1px solid #51CFFF;
        bottom: -2px;
        content: "";
        left: 0;
        position: absolute;
        width: 100%
    }
    
    .footer .info ul.logos{
        position:static;
        width:auto;
        text-align:center;
        padding:15px 0;
    }
    
    .footer .info ul.logos li{
        margin: 0 7px;
    }
    
    #menu_footer{
        padding:7px 0;
        width:auto;
    }
    
    #menu_footer li{
        display:block;
        text-align:center;
        margin:10px 0;
    }
    
    .footer .pad_coordonnees{
        float:none;
        width:440px;
        margin:auto;
    }
    
    .footer .pad_coordonnees:after{
        display:block;
        clear:both;
        content:'';
    }
    
    .footer .pad_coordonnees .adresse{
        width:50%;
        float:left;
        -webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    }
    
    .footer .pad_petits_plus{
        width:250px;
        margin:15px auto;
        float:none;
        padding: 0 20px;
    }
    
    .footer .block_shortcuts{
        width:440px;
        padding:0 20px;
        text-align:center;
        float:none;
        margin:30px auto 0 auto;
    }
    
    .footer .block_shortcuts li.lvl_1{
        
    }
	
	.links-legal{
		position:static;
		text-align:center;
		margin-top:35px;
	}
	
	.links-legal li{
		display:block;
		margin:5px 0;
	}
	
	.links-legal li:before{
		display:none;
	}
	
	.links-legal li a{
		text-transform:uppercase;
		font-size:12px;
	}
	
}


/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .pages_list li .pic,
    .blog_articles li .pic{
        position:absolute;
        top:0;
        left:0;
    }
    
    .pages_list li ,
    .blog_articles li{
        float:none;
        height:195px;
        padding-left:310px;
        position:relative;
        width:auto;
    }
    
    .pages_list li h2 a,
    .blog_articles .articles li h2 a{
        text-align:left;
        font-weight:400;
    }
    
    .pages_list li .desc,
     .blog_articles .articles li .intro
     {
        padding:0;
     }
    
}


/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #home_container #chiffres .contents .info{
        float:none;
        width:auto;
        border:none;
        border-top:1px solid #FFf;
    }
    
    #home_container #chiffres .contents .info:before{
        border-left:0;
        border-top:1px solid #DDD;
        height:auto;
        width:100%;
        left:0;
        top:-2px;
    }
    
    .ptype_contact .form_contact ul{
        height:auto;
    }
    
    .ptype_contact .form_contact ul li{
        float:none;
        margin: 10px 0;
    }
    
    .ptype_contact .form_contact .field,
    .ptype_contact .form_contact .field2{
        width:auto;
        margin-right:0;
        float:none;
    }
    
    

}



/* Note: Design for a width of 320px */
@media only screen and (min-width:0) and (max-width: 479px)
{
    .footer .pad_coordonnees,
    .footer .block_shortcuts{
        width:220px;
        margin:0 auto;
    }
    
    .footer .pad_coordonnees .adresse,
    .footer .block_shortcuts li.lvl_1{
        width:auto;
        float:none;
        margin: 25px 0;
    }
    #home_container #chiffres .contents .info{
        float:none;
        width:auto;
        border:none;
        border-top:1px solid #FFf;
    }
    
    #home_container #chiffres .contents .info:before{
        border-left:0;
        border-top:1px solid #DDD;
        height:auto;
        width:100%;
        left:0;
        top:-2px;
    }
    
    #header_home .description{
        background-position: -400px -150px;
    }
    
    #header_home .description h1{
        font-size:20px;
    }
    #header_home .description h1 strong{
        font-size:30px;
    }
    
    #header_home .description .prise-en-charge{
        width:100%;
        left:0;
        text-align:center;
        margin-left:0;
    }
    
    #header_home .description .prise-en-charge img{
        width:100%;
        display:block;
        max-width:334px;
    }
    
    .pages_list li, .blog_articles .articles li{
        width:300px;
    }
    
    .pages_list li .pic img, .blog_articles .articles li .pic img{
        display:block;
        width:100%;   
    }
    .ptype_contact .form_contact ul{
        height:auto;
    }
    
    .ptype_contact .form_contact ul li{
        float:none;
        margin: 10px 0;
    }
    
    .ptype_contact .form_contact .field,
    .ptype_contact .form_contact .field2{
        width:auto;
        float:none;
        margin-right:0
    }
    
}



