
/* ---------- Overall Specifications ---------- */
@font-face {
    font-family: 'helvetica_neueregular';
    src: url('helveticaneue-extended-webfont.eot');
    src: url('helveticaneue-extended-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneue-extended-webfont.woff') format('woff'),
         url('helveticaneue-extended-webfont.ttf') format('truetype'),
         url('helveticaneue-extended-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'SourceSansProRegular';
    src: url('sansapro-bold-webfont.eot');
    src: url('sansapro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('sansapro-bold-webfont.woff') format('woff'),
         url('sansapro-bold-webfont.ttf') format('truetype'),
         url('sansapro-bold-webfont.svg#SourceSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProNormal';
    src: url('sansapro-normal-webfont.eot');
    src: url('sansapro-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('sansapro-normal-webfont.woff') format('woff'),
         url('sansapro-normal-webfont.ttf') format('truetype'),
         url('sansapro-normal-webfont.svg#SourceSansProNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "FontAwesome";
	src: url('./fontawesome-webfont.eot');
	src: url('./font-awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
	     url('./fontawesome-webfont.woff') format('woff'), 
	     url('./font-awesome/fontawesome-webfont.ttf') format('truetype'),
	     url('./fontawesome-webfont.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
  line-height: 1.5;
  font-size: 87.5%;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
a:link,
a:visited {
  text-decoration: none;
  color:inherit ;
}
.views-field-body a:visited,.views-field-body a:link{
	color:inherit !important;
}	

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
}
h1 {
  font-size: 1.357em;
  color: #000;
}
h2 {
  font-size: 1.143em;
}
p {
  margin: 0 0 1.2em;
}
del {
  text-decoration: line-through;
}
tr.odd {
  background-color: #dddddd;
}
img {
  outline: 0;
}
code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.77em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}


/* ------------------ Fonts ------------------ */

body,
#site-slogan,
.ui-widget,
.comment-form label {
  font-family: Arial, Helvetica, sans-serif;
}
#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
  font-family: Arial, Helvetica, sans-serif;
}
input,
textarea,
select,
a.button {
  font-family: Arial, Helvetica, sans-serif;
}

/* ------------------ Reset Styles ------------------ */

caption {
  text-align: left; /* LTR */
  font-weight: normal;
}
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}
blockquote > p:first-child {
  display: inline;
}
a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */

table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 0px 0;
  width: 100%;
}
.view-store-locator table,.view-implantations table{
	 border: 0;
  border-spacing: 10px;
  font-size: 0.857em;
  margin: 0px 0;
  width: 693px;
	
}
table table {
  font-size: 1em;
}
#footer-wrapper table {
  font-size: 1em;
}
table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
  color: #FFF;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #262262;
  text-align: left; /* LTR */
}
.view-store-locator table tr,.view-implantations table tr{
	position:relative;
	float:left;
	margin-bottom:24px;	
}
.view-store-locator table tr td,
.view-store-locator table tr td tr th ,.view-implantations table tr td,.view-implantations table tr td tr th{
  padding: 4px 9px;
  border:none;
  border-left: 1px solid #262262;
  text-align: left; /* LTR */
  width:230px;
  vertical-align:top;
}
.view-store-locator table tr td:first-child,.view-implantations table tr td:first-child{
	border:none;	
	padding-left:0 !important;
}

.view-store-locator .views-view-grid caption,.view-implantations .views-view-grid caption{
	font-size:19px;
	color:#000000;
	font-family:"SourceSansProRegular";
	position:relative;
	float:left;
	margin-top:20px;
	margin-bottom:40px;
	border-bottom:solid 1px #b0b0b0;

}
#footer-wrapper tr td,
#footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
  border:none !important;
  
}
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
tr,
tr.even {
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

/* ------------------ List Styles ------------------ */

.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
.contextual-links-wrapper {
  font-size: small !important;
}
ul.contextual-links {
  font-size: 0.923em;
}
.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}
.item-list .pager {
  font-size: 0.929em;
}
ul.menu li {
  margin: 0;
}
.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em; /* LTR */
}
.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0; /* LTR */
}
ul.tips {
  padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
#logo {
  float: left; /* LTR */
  /*padding: 15px 15px 15px 10px; /* LTR */
  position:absolute;
  z-index:110;
  margin-left:211px;
  margin-top:19px;
}
#name-and-slogan {
  float: left; /* LTR */
  padding-top: 34px;
  margin: 0 0 30px 15px; /* LTR */
}
#site-name {
  font-size: 1.821em;
  color: #686868;
  line-height: 1;
}
h1#site-name {
  margin: 0;
}
#site-name a {
  font-weight: normal;
}
#site-slogan {
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}
/* Region header blocks. */
.region-header .block {
  font-size: 0.857em;
  float: left; /* LTR */
  margin: 0 0px;
  padding: 0;
}
.region-header .block .content {
  margin: 0;
  padding: 0;
}
.region-header .block ul {
  margin: 0;
  padding: 0;
}
.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.region-header .form-text {

  background:url(../images/inputback.png);
  border:none;
 /* border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.3);*/
  margin-right: 2px; /* LTR */
  width: 120px;
  
  color:#FFF;
  outline:none;
  line-height:1.143em;
  
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {

   outline:none;
 /* background: rgba(255, 255, 255, 0.8);*/
   
}
.region-header .form-required {
  color: #eee;
  color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}
.region-header .block-menu li a {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
  border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
  width: auto;
}
.region-header #block-user-login .content {
  margin-top: 2px;
}
.region-header #block-user-login .form-item {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}
.region-header #block-user-login div.item-list {
  clear: both;
}
.region-header #block-user-login div.description {
  display: inline;
}
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}
.region-header #block-user-login .item-list li {
  list-style: none;
  float: left; /* LTR */
  padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
  padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
  padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}
.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
  width: 165px;
  z-index:100;
  position:relative;
  float:right;
	margin-right:0;
	top:8px;
	height:auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .region-header #block-search-form {

	top:20px;

}
.hutchinson-home-slide{
	margin-top:-35px;	
}
.view-id-groupe_banner{
	margin-top:-36px;	
}
}



.block-views{
	padding:0 !important;
	color:#FFFFFF;
	font-size:15px;
	min-height:190px;
}

#block-views-slideshow-block{
	z-index:-1 !important;	
}
#block-search-form{
	z-index:10;
}
#block-lang-dropdown-language{
	z-index:100;	
}
#block-nice-menus-1{
	z-index:99;	
}
#block-views-small-blocks-container-block .block-views{
	
	min-height:94px !important;	
}
.region-header #block-search-form .form-text {
  width: 154px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}

/* --------------- Main Menu ------------ */

#main-menu {
  /*clear: both;*/
}

#main-menu-links,#block-nice-menus-1 {
  font-size: 0.929em;
  margin: 0;
  padding: 0 15px;
  position:absolute;
  top:16px;
  z-index:100;
  left:400px;
}
#main-menu-links li,#block-nice-menus-1 li {
  float: left; /* LTR */
  list-style: none;
  padding: 0 1px;
  margin: 0 1px;
  
}
#main-menu-links li:first-child,#block-nice-menus-1 li:first-child {
	margin-left:29px;	
}
#block-nice-menus-1 li li:first-child{
	margin:0 !important;	
}
#block-nice-menus-1 li ul{
	background:url(../images/liback2.png);
	top:47px;
	left:-2px;
	padding-bottom:8px;
	width:176px;	
}

#block-nice-menus-1 li:nth-of-type(2) ul{
	width:295px !important;	
}
#block-nice-menus-1 li:nth-of-type(3) ul{
	width:187px !important;	
}

#block-nice-menus-1 li ul li a{
	font-family:'SourceSansProNormal';
	font-size:11px;
	background-color:transparent;
		
}
#block-nice-menus-1 li:hover{
	background:url(../images/white-arrow.png) top center no-repeat;
  padding-top:16px;
  margin-top:-16px;
}
#block-nice-menus-1 li ul li:hover{
	padding-top:0;
	margin-top:0;
	background:none;	
}
#block-nice-menus-1 li ul li{
	padding-left:5px;
	height:23px;
	width:100%;
}
#block-nice-menus-1 li ul li a{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;	
  	
}
#block-nice-menus-1 li ul li:hover a{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;
  color:#ed1c24;		
}


#main-menu-links a,#block-nice-menus-1 a,.custom_nolink{
  color: #FFF;
  float: left; /* LTR */
  height: auto;
  line-height: 31px;
  padding: 0 0.3em;
  text-decoration: none;
  font-family: 'helvetica_neueregular';
  font-size:12px;
  text-transform:uppercase;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

  /* IE 5-7 */
  filter: alpha(opacity=60);

  /* Netscape */
  -moz-opacity: 0.6;

  /* Safari 1.x */
  -khtml-opacity: 0.6;

  /* Good browsers */
  opacity: 0.6;
  width:100%;	
  background-color:transparent;
}
.menuparent:hover span.custom_nolink{
	/* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;		
}
.custom_nolink{
	cursor:pointer;
}	
#main-menu-links a:hover,
#main-menu-links a:focus,#block-nice-menus-1 a:hover,#block-nice-menus-1 a:focus,.custom_nolink:hover,.custom_nolink:focus{
  color: #ed1c24;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;	
}


.transparentMenu{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ;

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1 ;

  /* Safari 1.x */
  -khtml-opacity: 1 ;

  /* Good browsers */
  opacity: 1 ;
  color:#FFF !important;
  			
}
#block-nice-menus-1 li ul li a:hover #main-menu-links a{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;	
}



/*#main-menu-links a:active {
  background: #b3b3b3;
  background: rgba(255, 255, 255, 1);
}
#main-menu-links li a.active {
  border-bottom: none;
}
.featured #main-menu-links li a:active,
.featured #main-menu-links li a.active {
  background: #f0f0f0;
  background: rgba(240, 240, 240, 1.0);
}*/

/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
  float: right; /* LTR */
  font-size: 0.929em;
  margin: 10px 10px 0;
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: underline;
}

/* ------------------- Main ------------------- */

#main {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* ----------------- Featured ----------------- */

#featured {
  text-align: center;
  font-size: 1.643em;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 0 45px;
  margin: 0;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-bottom: 1px solid #e7e7e7;
  text-shadow: 1px 1px #fff;
}
#featured h2 {
  font-size: 1.174em;
  line-height: 1;
}
#featured p {
  margin: 0;
  padding: 0;
}

/* --------------- Highlighted ---------------- */

#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}

/* ------------------- Help ------------------- */

.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ----------------- Content ------------------ */

/*.content {
  margin-top: 10px;
}*/
h1#page-title {
  font-size: 19px !important;
  line-height: 1;
  text-transform:uppercase;
  padding:0;
  margin:0;
  margin-top:5px;
  margin-bottom:0px;
}
#content h1{
	font-size:28px;
	color:#000;
	font-family:"SourceSansProRegular";
	line-height:27px;
	margin-top:6px;	
}
#content h2 {
  margin-bottom: 2px;
  font-size: 1.429em;
  line-height: 1.4;
  margin-top:-15px;
}
.node .content {
  font-size: 1.071em;
  font-size:14px !important;
  line-height:20px;
  padding-right:84px;
}
.node .content strong{
	font-size:16px;
	position:relative;
	
}
.node .content h5{
	font-size:12px;
	display:block;
	line-height:15px;
	margin-left:5px;
	margin-top:2px;	
}
.node-teaser .content {
  font-size: 1em;
}
.node-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.node-teaser h2 a {
  color: #181818;
}
.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top:30px;
}
.node-sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}
.node-full {
  background: none;
  border: none;
  padding: 0;
}
.node-teaser .content {
  clear: none;
  line-height: 1.6;
}
.meta {
  font-size: 0.857em;
  color: #68696b;
}
.submitted .user-picture img {
  float: left; /* LTR */
  height: 20px;
  margin: 1px 5px 0 0; /* LTR */
}
.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em;
}
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  white-space: nowrap;
}
.link-wrapper {
  text-align: right;
}
.field-type-image img,
.user-picture img {
  margin: 0 0 1em;
}
ul.links {
  color: #68696b;
  font-size: 0.821em;
}
.node-unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}
.node-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ----------------- Comments ----------------- */

.comment h2.title {
  margin-bottom: 1em;
}
.comment div.user-picture img {
  margin-left: 0; /* LTR */
}
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}
.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0; /* LTR */
  vertical-align: top;
  overflow: hidden;
}
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}
.comment .attribution .username {
  white-space: nowrap;
}
.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}
.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}
.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}
.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}
.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px; /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}
.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.comment .indented {
  margin-left: 40px; /* LTR */
}
.comment ul.links {
  padding: 0 0 0.25em 0;
}
.comment ul.links li {
  padding: 0 0.5em 0 0; /* LTR */
}
.comment-unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */
.sidebar .section {
  padding-top: 10px;
}
.sidebar .block {
  border: 1px solid;
  /*padding: 15px 20px;*/
  margin: 0px 0 1px 0px;
  border:none;
  padding:0;
  position:relative;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

/* ----------------- Triptych ----------------- */

#triptych-wrapper {
  background-color: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-top: 1px solid #e7e7e7;
}
#triptych h2 {
  color: #000;
  font-size: 1.714em;
  margin-bottom: 0.8em;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  line-height: 1;
}
#triptych .block {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3;
}
#triptych .block.last {
  border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
  list-style: none;
}
#triptych .block ul,
#triptych .block ol {
  padding-left: 0;
}
#triptych #block-user-login .form-text {
  width: 185px;
}
#triptych #block-user-online p {
  margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
  overflow: hidden;
  width: 0;
  height: 0;
}
#triptych-last #block-node-syndicate {
  text-align: right;
}
#triptych #block-search-form .form-type-textfield input {
  width: 185px;
}
#triptych-middle #block-system-powered-by {
  text-align: center;
}
#triptych-last #block-system-powered-by {
  text-align: right;
}

/* ------------------ Footer ------------------ */

#footer-wrapper {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.857em;
}
#footer-wrapper a {
  color: #6e6e6e;
 
}
#footer-wrapper a:hover,
#footer-wrapper a:focus {
  color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
}
#footer-wrapper .block {
  margin: 20px 0;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
#footer-columns .block-menu,
#footer .block {
  margin: 0;
  padding: 0;
  border: none;
}
#footer .block {
  margin: 0.5em 0;
}
#footer .block .content {
  padding: 0.5em 0;
  margin-top: 0;
}
#footer .block h2 {
  margin: 0;
}
#footer-columns h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}
#footer-columns .content {
  margin-top: 0;
}
#footer-columns p {
  margin-top: 1em;
}
#footer-columns .content ul {
  list-style: none;
  padding-left: 0; /* LTR */
  margin-left: 0;
}
#footer-columns .content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-columns .content li a {
  display: block;
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  line-height: 1.2;
  padding: 0.8em 2px 0.8em 20px; /* LTR */
  text-indent: -15px;
  border:none !important;
}
#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
  background-color: #1f1f21;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}
#footer {
  letter-spacing: 0.2px;
  width:980px;
  margin-top: 15px;
  border-top: none;
  border:none !important;
  background: url(../images/logo_hutchinson.png) right top no-repeat
}
#footer .region {
  margin-top: 0;
}
#footer .block {
  clear: both;
}
#footer ul,
#footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li a {
  float: left; /* LTR */
  padding: 0 12px;
  display: block;
  border-right: 1px solid #555; /* LTR */
  border-color: rgba(255, 255, 255, 0.15);
  text-align:center;
  text-decoration:none !important;
  border:none !important;
}

span.fs-root-link{
	float: left;
padding: 0 12px;
display: block;
border-right: 1px solid #555;
border-color: rgba(255, 255, 255, 0.15);
text-align: center;
text-decoration: none !important;
border: none !important;
list-style: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #737373;
font-weight: bold;
width:100%;
text-align:center;	
}

#footer >li.first a {
  padding-left: 0; /* LTR */
}
#footer >li.last a {
  padding-right: 0; /* LTR */
  border-right: none; /* LTR */
}
#footer-wrapper tr.odd {
  background-color: transparent;
}
#footer-wrapper tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* --------------- System Tabs  --------------- */

.tabs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -khtml-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */

#messages {
  padding: 20px 0 5px;
  margin: 0 auto;
}
.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}
div.messages {
  /*margin: 8px 15px;*/
}

/* -------------- Breadcrumbs   -------------- */


.breadcrumb {
  font-size: 0.929em;
  padding-left:165px;
  font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#ed1c24;
font-style:italic;
position:relative;
top:-3px;
left:18px;

}
.breadcrumb span{
	color:#a6a6a6;	
}
.breadcrumb span.Last{
	color:#ED1C24;
	text-transform:capitalize;	
}
.breadcrumb a{
	font-style:italic;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#a6a6a6;
	text-transform:capitalize;	
}

.breadcrumb a:hover{
	color:#6e6e6e;	
}

/* -------------- User Profile   -------------- */

.profile .user-picture {
  float: none;
}

/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
  width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.82em;
}
.password-strength-text {
  margin-top: 0.2em;
}
div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

/* ---------------- Buttons    ---------------- */

input.form-submit,
a.button {
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/* -------------- Form Elements   ------------- */

fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fieldset-wrapper {
  margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}
.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
  margin-right: 10px;
}
.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px; /* LTR */
  font-family: Arial, Helvetica, sans-serif;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
fieldset legend a {
  color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
  color: #000;
}
fieldset .fieldset-wrapper {
  padding: 0 10px;
}
fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}
input {
  margin: 2px 0;
  padding: 4px;
}
input,
textarea {
  font-size: 0.929em;
}
textarea {
  line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
  padding: 4px;
}
input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
}
input.form-submit:hover,
input.form-submit:focus {
  background: #dedede;
}
.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}
.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}
.form-item label {
  font-size: 0.929em;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}
.form-actions {
  padding-top: 10px;
}
/* Contact Form */
.contact-form #edit-name {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-mail {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-subject {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-message {
  width: 76.3%;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
  width: 76%;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled .grippie {
  background-color: #ededed;
  border-color: #bbb;
}
.form-disabled label {
  color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
  background-position: 100% 4px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -16px; /* LTR */
}

/* Comment form */
.comment-form label {
  float: left; /* LTR */
  font-size: 0.929em;
  width: 120px;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.no-sidebars .comment-form .form-text {
  width: 800px;
}
.one-sidebar .comment-form .form-text {
  width: 500px;
}
.two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
#content h2.comment-form {
  margin-bottom: 0.5em;
}
.comment-form .form-textarea {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}

/* -------------- Other Overrides ------------- */

div.password-suggestions {
  border: 0;
}
.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}
#forum .name {
  font-size: 1.083em;
}
#forum .description {
  font-size: 1em;
}

/* --------------- Search Form ---------------- */

#block-search-form {
  padding-bottom: 7px;
}
#block-search-form .content {
  margin-top: 0;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
  float: left; /* LTR */
  font-size: 1em;
  height: 1.143em;
  margin-right: 5px;
  width: 9em;
}
#edit-submit--2,#edit-submit--3,#edit-submit--4{
	border:none;
	position:absolute;	
	right:0px;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/loup.png) no-repeat center center;
  overflow: hidden;
  border:none;
  border-radius:none;

  
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  /*background-position: center bottom;*/
}
#search-form .form-item-keys label {
  display: block;
}

/* --------------- Search Results ---------------- */
ol.search-results {
  padding-left: 0;
}
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
  margin-right:45px;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
  float: left; /* LTR */
  margin: 0;
}
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
  margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
  margin: 0;
}
.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}
.page-admin #admin-dblog img {
  margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
  width: auto;
  float: none;
}
.overlay #page {
  padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
  display: none;
}
.overlay-processed .field-type-image {
  display: block;
  float: none;
}
.overlay #messages {
  width: auto;
}

#page-title{
	font-family:"SourceSansProRegular";	
}	

/* ---------- Poll ----------- */

.node .poll {
  margin: 2em 0;
}
.node .poll #edit-choice {
  margin: 0 0 1.5em;
}
.poll .vote-form {
  text-align: left; /* LTR */
}
.poll .vote-form .choices {
  margin: 0;
}
.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right;
  text-align: right;
}
.poll .text {
  clear: right;
  margin-right: 2.25em;
}
.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right; /* LTR */
  clear: both;
}
.node .poll {
  margin: 1.8em 0 0;
}
.node .poll .text {
  margin-right: 6.75em;
}
.node .poll #edit-choice {
  margin: 0 0 1.2em;
}
.poll .bar .foreground {
  background-color: #666;
}
#footer-wrapper .poll .bar {
  background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
  background-color: #ddd;
  background-image:url(../images/logo_hutchinson.png);
  background-position:right;
}

#views_slideshow_cycle_main_slideshow-block .views-field-title{
	font-size:25px;
	font-family:"SourceSansProRegular";
	font-weight:bold;
	color:#ed1c24 !important;
	position:relative;
	/*top:280px;
	right:185px;*/
	z-index:10;	
	text-transform:uppercase;
	width:380px;
	text-align:right;
	background:url(../images/fields-back.png) repeat;
	padding-right:20px;
	/*margin-left:650px;*/
	height:auto;
	display:block;
	padding-top:20px;
	padding-left:20px;
	/*margin-top:-245px;*/
}
.views-field-field-sub-title{
	font-size:25px;
	font-family:"SourceSansProRegular";
	color:#FFFFFF !important;
	position:relative;
	/*top:320px;
	right:185px;*/
	z-index:10;
	background:url(../images/fields-back.png) repeat;
	padding-right:20px;
	padding-left:20px;
	/*margin-left:650px;*/
	width:380px;	
	height:auto;
	display:block;
	text-align:right;		
}
.views-field-field-italic{
	font-size:18px;
	font-family:"SourceSansProNormal";
	color:#FFFFFF !important;
	position:relative;
	/*top:360px;
	right:185px;*/
	z-index:10;
	background:url(../images/fields-back.png) repeat;
	padding-right:20px;
	/*margin-left:650px;*/
	width:400px;
	height:auto;
	display:block;
	text-align:right;
	padding-bottom:40px;				
}
.views-field-title a{
	color:#ed1c24 !important;	
	font-weight: 400;
}

.views-field-field-pager{
	z-index:7;
	position:relative;
	/*right:190px;
	top:420px;*/
	width:1px;
	-moz-border-radius: 14px/14px;
    -webkit-border-radius: 14px 14px;
    border-radius: 14px/14px;
    border:solid 7px #fff;
	background:url(../images/fields-back.png) repeat;
	margin-right:7px;
	float:left;
	
			
}
.views-slideshow-cycle-main-frame-row-item .views-field-field-pager{
	display:none;	
}
.views-field-field-back{
	width:410px;
	height:163px;
	background:#000000;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;	
  position:absolute;
  top:267px;
  right:172px;
  display:none;
}
#block-lang-dropdown-language{
	position:relative;
	float:right;
	top:17px;
	z-index:100;
	margin-right:150px;	
}
#blueAndWhite{
	width:473px;
	height:552px;
	position:absolute;
	top:0;
	left:-14px;
	z-index:100;
	background:url(../images/blueAndWhite.png) left top no-repeat;
}
.blueAndWhite2{
	background:url(../images/blueAndWhite2.png) left top no-repeat !important;	
}
#rightShadow{
	width:16px;
	height:677px;
	position:absolute;
	top:0;
	right:-15px;
	z-index:5;
	background:url(../images/right-shadow.png) right top no-repeat;	
}
#triangle{
	width:133px;
	height:252px;
	position:absolute;
	top:425px;
	right:0;
	background:url(../images/triangle.png) right top no-repeat;
	z-index:10;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;		
}
#bottomTriangle{
	width:143px;
	height:126px;
	position:absolute;
	background:url(../images/bottom-triangle.png) right top no-repeat;
	top:552px;
	right:0;	
}
.field-item p{
	margin-bottom:0;	
}
.field-item h2{
	font-family:"SourceSansProRegular";
	font-size:17px !important;
	color:#1b1464;
	margin-top:0;	
}
.field-item h3 {
    color: #1B1464;
    font-family: Arial;
    font-size: 12px !important;
    font-weight: bold;
    margin-top: 0;
	line-height:15px;
	left:0 !important;
	top:0 !important;
}
#block-views-home-video-view-block,#block-views-home-work-view-block{
	width:220px;
	height:105px !important;
	min-height:105px !important;
	border:none;
	background:#FFFFFF;
	overflow:hidden;
	border-top:solid 1px #cfd5da;
	border-bottom:solid 1px #cfd5da;
	padding-left:0;
	padding-right:20px;
}
#block-views-home-video-view-block{
	padding-bottom:20px;	
}
#block-views-home-work-view-block{
	border-top:none;
	padding-top:20px;	
}
	
#block-views-home-video-view-block p,#block-views-home-work-view-block p{
	display:inline;	
}
#block-views-home-video-view-block div,#block-views-home-work-view-block div{
	font-family:"SourceSansProNormal";
	font-weight:normal !important;
	font-size:16px;
	color:#1b1464;
	margin:0;
	display:inline;
	position: relative;
	top: 0px;
	padding:0 !important;
	top:0.5px;
		
}
#block-views-home-video-view-block .field-content,#block-views-home-work-view-block .field-content{
	margin-top:10px !important;
	position:relative;	
	float:left;
}

#block-views-home-video-view-block h4,#block-views-home-work-view-block h4{
	font-size:12px;
	color:#a0acb5;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
	margin-left:35px;
	margin-top:3px;
	margin-bottom:1px;	
}

#block-views-home-block-view-block p, #block-views-home-block-map-block p{
	font-size:12px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0;
	padding-left:7px;
	margin: 0;	
	
}
#block-views-home-block-view-block p img, #block-views-home-block-map-block p img{
		margin-left:-7px;
}

#block-views-home-block-view-block ul, #block-views-home-block-map-block ul{
	margin:0;
	padding:0;	
}
#block-views-home-block-view-block li, #block-views-home-block-map-block li{
	position:relative;
	float:left;
	width:231px;
	display:inline;
	margin:0;
	padding:0;
	margin-right:10px;
	height: 230px;	
}
#block-views-home-block-news-block li {
	height: 230px;	
}
#block-views-home-block-view-block div.views-field-nothing, #block-views-home-block-map-block div.views-field-nothing, #block-views-home-block-news-block div.views-field-nothing{
	position:absolute;
	bottom:0;
	
}
#block-views-home-block-view-block li h3, #block-views-home-block-map-block li h3{
	font-family:"SourceSansProRegular";
	font-size:16px;
	color:#1b1464;
	margin-top:3px;
	padding-left:7px;	
}
#block-views-right-side-view-machine-block{
	min-height:190px;
	background:#a0acb5;
	color:#FFFFFF;
	padding:0;
	text-align:center;
	font-family:"SourceSansProNormal";
	font-size:15px;
	
}
#block-views-right-side-view-machine-block  p{
	/*margin:0;
	padding:0;
	display:inline;	*/
	font-weight:normal;
	position:relative;
	margin:0;

}
#block-views-right-side-view-machine-block  p:last-child{
	top:10px;	
}
#block-views-right-side-view-machine-block h3{
	margin:0;
	padding:0;
	display:inline;
	font-family:"SourceSansProRegular";
	font-size:26px;	
	line-height:100%;
}
#block-views-right-side-view-machine-block span{
	font-family:"SourceSansProRegular";
	font-size:18px;	
}
#block-views-right-side-view-machine-block h4{
	font-size:18px;
	margin:0;
	padding:0;
	display:inline;
	font-family:"SourceSansProRegular";
	line-height:100%;
}
#block-views-right-side-view-machine-block h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	position:relative;
	top:4px;	
}
#block-views-hutchinson-directory-block{
	min-height:160px;
	background:#5c7181;
	color:#FFFFFF;
	padding:15px 15px;
	text-align:center;
	font-family:"SourceSansProNormal";
	font-size:13px;	
	font-style:italic;
}
#block-views-hutchinson-directory-block p{
margin:0;
	padding:0;
	display:inline;

}
#block-views-hutchinson-directory-block div{
	position:relative;
	top:4px;
}	
#block-views-hutchinson-directory-block h4{
	font-size:13px;
	font-family:"SourceSansProRegular" !important;
	margin:0;
	padding:0;
	display:inline;
		
}

#block-views-small-blocks-container-block{

	height:94px !important;
	min-height:94px;
	padding:0;	
}
#block-views-small-blocks-container-block .views-view-grid,#block-views-small-blocks-container-block .content{
	/*margin:0;
	padding:0;*/
	
	border-collapse:separate;	
}
#block-views-small-blocks-container-block .views-view-grid td{
	width:94px;
	height:94px;
	position:relative;
	padding:0;
	font-family:"SourceSansProNormal";	
}
#block-views-small-blocks-container-block .views-view-grid td img{
	position:relative;
	top:10px;	
}
#block-views-small-blocks-container-block .views-view-grid td{
	background:#262262;
	border:none;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	
		
}
#block-views-small-blocks-container-block .views-view-grid td:first-child{
	background:#ed1c24;
	border-right:solid 2px #FFF !important;	
}
#footer-wrapper{
	background-image:url(../images/footer-top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#e4e4e4;	
}

.views-slideshow-controls-bottom{
	position:relative;
	right:195px;
	width:135px;
	float:right;
	margin-top:-100px;
}
.views-slideshow-cycle-main-frame-row-item{
	height:552px;
	position:relative;
	float:left;
	width:1280px;	
}
#views_slideshow_cycle_main_video_aerospace_view-block{
		
}
#views_slideshow_cycle_main_video_aerospace_view-block .views-slideshow-cycle-main-frame-row-item, #views_slideshow_cycle_main_video_aerospace_view-block .views-slideshow-cycle-main-frame-row-item video{
	height:264px !important;
	position:relative;
	float:left;
	width:470px !important;	
}

#views_slideshow_cycle_main_video_aerospace_view-block + .views-slideshow-controls-bottom{
	position:relative;
	right:0;
	width:auto;
	float:left;
	margin-top:5px;		
}

#views_slideshow_cycle_teaser_section_sucess_stories-block .views-slideshow-cycle-main-frame-row-item, #views_slideshow_cycle_teaser_section_sucess_stories-block .views-slideshow-cycle-main-frame-row-item video{
	height:auto !important;
	position:relative;
	float:left;
	width:695px !important;	
}
#widget_pager_top_sucess_stories-block{
	margin-left:25px;
	background:none;
	width:720px;
	position:relative;
	float:left;
	margin-top:25px;	
}
#widget_pager_top_sucess_stories-block .views-field-title{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif !important; 
	color:#1b1464 !important;
	position:relative;
	z-index:10;	
	text-transform:uppercase;
	background:none;
	width:150px;
	text-align:left !important;
	padding-right:20px;
	height:auto;
	display:block;
	padding-top:0px;
	width:300px;
}
#block-views-sucess-stories-block .views-slideshow-controls-bottom{
	margin-top:0;
	right:25px;
	width:728px;
}
#views_slideshow_controls_text_sucess_stories-block{
	width:100%;	
}
#views_slideshow_controls_text_next_sucess_stories-block{
	position:relative;
	float:right;
	text-indent:-1000px;
	background:url(../images/right.png) center center no-repeat;
	width:22px;
	height:22px;
	overflow:hidden;	
	margin-top:-155px;
}
#views_slideshow_controls_text_pause_sucess_stories-block{
	width:5px;
	height:5px;
	position:relative;
	float:right;
	overflow:hidden;
	text-indent:-1000px;	
}
#views_slideshow_controls_text_previous_sucess_stories-block{
	position:relative;
	float:left;
	text-indent:-1000px;
	background:url(../images/left.png) center  no-repeat;
	width:22px;
	height:22px;
	overflow:hidden;
	margin-top:-155px;
	left:-2px;		
}
span.bottom_slide_trans{
	width:400px;
	position:absolute;
	bottom:75px;
	right:200px;	
}
.item-list li span{
	font-size:11px;
	color:#737373;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;	
}
#block-menu-block-1 h2{
	display:none;	
}
#block-menu-block-1 ul{
	border-top:solid 1px #FFF;
	position:relative;
	top:15px;
	width:99%;
		
}
#block-menu-block-1 ul li a:hover{
	color:#2D2D2D;
	text-decoration:none;
}
#block-menu-block-1 ul li{
	float:right;
	margin-top:5px;	
}
#block-menu-block-1 ul >li.first a{
	text-align:right;
	padding-right:0;	
}
.views-content-field-src{
	width:110px;
	height:52px;
	position:relative;
	overflow:hidden;
	margin-right:5px;
	float:left;
		
}
#block-views-right-extra-view-block{
	background:none;
	padding:0;	
}
#block-views-right-extra-view-block .content{
	margin:0;
}	
#block-views-right-extra-view-block p{
	margin:0;
	padding:0; 	
}

#block-views-right-extra-view-block .views-row{
	position:relative;
	float:left;
	margin-bottom:2px;
	min-height:190px;
}
.view-home-block-view .views-field-body,#block-views-home-video-view-block .views-field-body,.view-home-work-view .views-field-body{
	text-align:left;	
}
.views-field-body{
	z-index:2;
	position:relative;
	line-height:16px;	
}
#block-views-right-extra-view-block h2{
	color:#FFFFFF;
	text-align:center;
	font-size:17px;
	font-family:"SourceSansProNormal";
	padding-top:15px;
	position:relative;
	width:85%;
	display:block;
	margin:0 auto;
	margin-bottom:10px;
}
#block-views-right-extra-view-block a{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-left:10px;	
		position:relative; 	
}
#block-views-right-extra-view-block a:hover{
	text-decoration:none;
	color:#FFF !important;

		
}

#block-views-video-aerospace-view-block{
	position:relative;
	float:right;
	margin-right:85px;	
}
.view-store-locator .views-row,.view-implantations .views-row{
	display:none !important;	
}
.gmap-popup .bottom_slide_trans{
	position:relative;
	top:0;
	bottom:0;
	left:0;
	/*right:;*/
	width:100px;	
}
#webform-client-form-72 label,#webform-client-form-95 label{
	color:#000000;
	font-weight:normal;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;	
	display:inline !important;
}
#webform-client-form-72 label,#webform-client-form-95 .form-required{
	color:#000000;	
}
#webform-client-form-72 .form-text,#webform-client-form-95 .form-text{
	width:286px;
	height:12px;
	background:#efefee;
	border:solid 1px #dfdfdf;
	position:relative;
	float:right;
	margin-right:280px;		
}
#webform-client-form-72 .form-textarea,#webform-client-form-95 .form-textarea{
	width:580px;
	height:122px;
	background:#efefee;
	border:solid 1px #dfdfdf;
	position:relative;
	float:right;
	resize:none;
	overflow:hidden;
	margin-right:-4px;
		
}
.form-textarea-wrapper{
	display:inline;	
}
#webform-client-form-72 .grippie,#webform-client-form-72 .description,#webform-client-form-95 .grippie,#webform-client-form-95 .description{
	display:none;	
}
#webform-client-form-72 .grippie,#webform-client-form-72 .description,#webform-client-form-95 .form-radio{
	position:relative;
	top:-2px;
}
#webform-client-form-72 #edit-submit,#webform-client-form-95 #edit-submit{
	position:relative;
	float:left;
	margin-left:90px;
	background:#1b1464 !important;
	width:88px;
	height:24px;
	text-align:center;
	line-height:20px;
	color:#FFF;
	border-radius:0px !important;
	font-weight:bold;
}
#edit-submitted-telephone{
	width:171px !important;
	margin-right:395px !important;	
}
.gmap-popup span.views-field{
	position:relative;
	float:left;
	display:block;
	width:100%;	
}
#edit-submitted-civilite{
	margin-left:25px;
}
.webform-client-form{
	color:#1b1464;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;	
}
.node-webform .field-type-text-with-summary{
	color:#1b1464 ;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;	
}

.node-webform .field-type-text-with-summary h3{
	 left: -35px;
    position: relative;
    top: 30px;
}
#webform-component-text{
	position:relative;
	float:right;
	width:570px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px !important;
	color:#000;
	line-height:100% !important;	
}
#edit-submit{
	margin-top:5px;	
}
.field-name-field-under-form p{
	color: #000000;
    display: block;
    float: left;
    font-family: arial;
    font-size: 9px;
    line-height: 11px;
    margin-left: 88px;
    position: relative;
    width: 595px;	
}font-family: SourceSansProRegular;
    font-size: 14px;
#block-views-sucess-stories-block{
	margin-bottom:40px;
	position:relative;
	z-index:100;	
}
.field-name-field-sub-title-article{
	
	text-transform:uppercase;
	color:#000000;
	font-family:"SourceSansProNormal";
	font-size:15px;	
}
hr{
	background:#cecece !important;
	height:1px !important	;
	border:none !important;
}
.node .content i{
	font-size:12px;	
}

.view-groupe-rse hr,.view-hutchison-et-aerospace hr{
	width:75%;	
}
.field-name-body ul{
	margin:0;	
}
.view-aerospace-img  p,.view-strategie-img p,.view-automobile-img p,.view-autres-industries p,.view-etancheite-img p,.view-isolation-img p,.view-transfert-fluides-img  p,.view-transmission-img p{
	margin-bottom:-3px;	
}
.arrowOnTop{
	background-image:url(../images/arrowontop.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:24px;
	position:relative;
	float:left;
	margin-right:2px;
	line-height:35px;
	font-size:13px;
	color:#FFF;
	font-family:"helvetica_neueregular";
	margin-bottom:10px;
	text-transform:capitalize;
}
.arrowOnTop:last-child{
	margin-right:0;	
}
#reperes{
	background:url(../images/repereleft.png) left top no-repeat;	
}
#reperes ul{
	font-size:12px;
	color:#262262;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:40px;
	list-style:none;	
}
.repereH,.videoTitle{
	font-size:17px;
	color:#262262;
	font-family:"SourceSansProRegular";
	position:relative;
	margin-top:17px;	
	margin-bottom:6px;
	float:left;
	width:100%;
	margin-left:20px;
}
.videoTitle{
	color:#FFF;
	margin-bottom:17px;	
}
.textindent_1{
	margin-left:12px;	
}
.textindent_1 strong{
	font-size:14px !important;	
}
.hrblue{
	background:#262262 !imporfont-family: SourceSansProRegular;
    font-size: 14px;tant;	
}
.textwidth{
	width:325px;	
}

ul.blueBullets{
	list-style:disc;
	color:#262262;	
}
ul.blueBullets li span{
	color:#000;	
}
#views-exposed-form-store-locator-page .views-exposed-widgets,#views-exposed-form-implantations-page .views-exposed-widgets{

	height:125px;
	background:#262262;
	margin-bottom:80px;
	width:700px;
	margin-top:20px;
}
#views-exposed-form-store-locator-page .form-select,#views-exposed-form-implantations-page .form-select{
	width:200px;
	height:30px;
}
.views-exposed-widget{
	width:200px;	
}
.views-exposed-widget label{
	color:#FFF;
	font-size:15px;
	font-family:"SourceSansProRegular";
	text-transform:uppercase;
	margin-bottom:10px;	
}
#edit-field-activite-value-wrapper{
	margin-left:38px;
	margin-top:10px;	
}
#views-exposed-form-store-locator-page #edit-field-activite-value-wrapper label{
	padding-right:50px;
}
#views-exposed-form-store-locator-page #edit-field-continent-select-value-wrapper label{
	padding-right:20px;
}
#edit-field-continent-select-value-wrapper{
	margin-top:10px;	
}
#edit-field-payss-value-wrapper{
	margin-top:30px;	font-family: SourceSansProRegular;
    font-size: 14px;
}
#edit-field-payss-value-wrapper label{
	margin-bottom:12px;		
}
.views-submit-button{
	text-align:right;
	margin-top:10px;
	position:relative;
	float:right !important;
	padding-right:0px !important;
}

.views-submit-button input[type=submit]{
	position:relative;
	float:right;
	width:200px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#FFF;
	font-size:15px;
	font-family:"SourceSansProRegular";
	border:none;
	background:#262262;
	border-radius:0px 0px 0px 0px;
	padding-right:0px !important;
	margin-right:0px !important;
	padding-left:0px !important;	
}
.views-view-grid table{
	width:700px;
	border-color:#262262;	
}
.views-view-grid  tr{
	background:none;	
}
.view-store-locator .views-field,.view-implantations .views-field{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif !important;
	color:#000;
	line-height:16px;	
}
.view-store-locator .views-field-title, .view-implantations .views-field-title{
	font-size:15px;
	font-weight:bold;	
}
.view-store-locator .views-field-field-activite,.view-implantations .views-field-field-activite{
	font-size:12px;	
	position:relative;
	margin-bottom:15px;
	font-style:italic;
}

.gmap-popup .views-field-field-adresse,.gmap-popup .views-field-field-payss,.gmap-popup .views-field-field-tel,.gmap-popup .views-field-field-fax{
	font-size:12px;	
}

.view-store-locator .views-field-field-raison-sociale,.view-implantations .views-field-field-raison-sociale{
	font-size:15px;
	color:#262262;	
}
.oneVid{
	width:195px;
	height:175px;
	position:relative;
	float:left;
	margin-left:20px;
	font-size:12px;
	font-weight:normal;
	color:#FFF;	
}
.oneVid p{
	line-height:16px;
	padding:2px;	
}
.playOverlay{
	width:100%;
	height:137px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/play.png) center center no-repeat;
}
.oneVid a{
	width:100%;
	height:100%;
	position:relative;
	top:0;
	left:0;
	float:left;	
}

.pageTitle{
	font-family:'SourceSansProRegular';font-size:28px;line-height:27px;margin-top:6px;color:#000000	
}

#mep_0{
	position:relative;
	float:right;
	margin-left:10px;	
}
#reperes ul{
	margin-top:0;	
}
fieldset legend{
	display:none;	
}
fieldset.captcha .fieldset-wrapper{
	width:555px;
}
fieldset.captcha{

position:relative;
float:right;
margin-right:0 !important;
padding-right:0 !important; 
margin-bottom:15px !important;
}
#edit-captcha-response{
	margin-right:260px !important;	
}
.fieldset-description{
	font-size:12px;	
}
#extra{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	position:absolute;
	top:640px;
	font-style:italic;	
}
#outerImageContainer{
	width:666px !important;
	height:385px !important;	
}
#outerImageContainer iframe{
	border:none !important;	
}
#bottomNav{
	
}
#site-map a{
	font-size:14px;
	color:#000 !important;
	text-decoration:none;	
}
#site-map h2.title{
	display:none;	
}

#site-map li.expanded > a{
	font-weight:bold;
	text-transform:uppercase;	
}

#site-map li.expanded ul li{
	list-style-image:url(../images/bluebullet.jpg);	
}
.site-map-box-menu-menu-secondary-menu ul li{
	list-style:none;	
}
.view-extra-text-after-reference,.view-extra-text-after-reference-en {
	color:#000 !important;
	font-size:14px;
	text-align:left !important;
}	
.search-results a{
	color:#000 !important;	
}
.node-teaser img{
	display:none !important;	
}
node-teaser:first-child{
	margin-top:40px;
	position:relative;
	float:left;	
}
.node-teaser .form-type-item{
	display:none !important;	
}
.search-info{
	display:none !important;	
}
#edit-basic{
	display:none;	
}
#block-views-753dc700909b04a57a6a338f928d4af5,#block-views-ae047229811ec839460e851d81c86062{
	z-index:1000;
	position:relative;	
}
.pagerWrapper{
	width:720px;
	position:relative;
	float:left;
	height:auto;
	display:table-column;	
}
.views-field-field-fax{
	color:#999999 !important;	
}
.nobigwidth{

	width:auto !important;
	position:relative;
	margin-right:1px;
}
.gmap-popup .nobigwidth{
	font-size:12px;
}
.bigwidth{
	
	position:relative;
	float:left;
	width:99%
}

.custom-search-selector{display:none}
.page-search-content .field_fax{color: #999999}
.page-search-content .field_ville{margin-left: 4px}
.page-search-content .field_activite {
	font-size: 12px;
	position: relative;
	margin-bottom: 15px;
	font-style: italic;
}

.view-content .col {
	margin-left: 3%;
    width: 30%;
	float:left;
	height:350px;
}
.view-content .col .thumbnail {
	height:350px;
	position:relative;
}
#views-bootstrap-thumbnail-1 .row{
	margin-top:40px;
}
#page_title .title{
	font-family:"SansaPro",​Arial,​Helvetica,​sans-serif;
	font-size:28px;
	font-weight:700;
	line-height:33.6px;
}
.news_page_title {
	color: #1b1464 !important;
    font-family: "SourceSansProRegular";
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}
.news_page_title a {
	color:#262262 !important;
}
.news_page_title a:hover, .news_page_title a:focus {
	color:black;
}
.news_page_picture{
	text-align:center;
}
.news_page_body{
	height:80px;
	margin-top:5px;
}
.news_page_body p{
	margin: 0px;
	color: #666666;
	font-family:"Helvetica Neue",​Helvetica,​Arial,​sans-serif;
	font-size:	12px;
	line-height:17.15px;
}
.news_page_date{
	font-family:"Helvetica Neue",​Helvetica,​Arial,​sans-serif;
	font-size:11.9px;
	color:#999999;
	line-height:17px;
}
.news_link{
	font-size:11px;
	font-family:FontAwesome;
	font-style:normal;
	color:#ed1c24 !important;
	line-height:11px;
	font-weight:bold;
	margin-top:10px;
}
.news_link a:hover, .news_link a:focus{
	color: black;
}
#block-views-home-block-view-block,#block-views-home-block-news-block,#block-views-home-block-map-block{
	float: left;
	width: 33%;
	height: 230px;
}
#block-views-home-block-news-block ul ,#block-views-home-block-map-block ul, #block-views-home-block-news-block li, #block-views-home-block-map-block li
{
	margin:0px;
	padding:0px;
}
.news_block_title a {
font-family:	"SourceSansProRegular";
font-size:	16px;
font-weight:	400;
color:	#1B1464 !important;
line-height:	16px;
text-align:	left;
}
.news_block_body p {
	font-family:Arial,​Helvetica,​sans-serif;
	font-size:12px;
	color:#666;
	line-height:16px;
	text-align:left;
}
.news_block_link a{
	font-family:Arial,​Helvetica,​sans-serif;
	font-size:11px;
	font-weight:700;
	color:#FF0000;
	line-height:16px;
	text-align:left;
	margin-left: 10px;
}
.news_block_link {
	background: url("../../../sites/default/files/abck.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	text-align:left;
}

.news_block_picture,.news_block_body,.news_block_title  {
	text-align:left;
	width:228px;
}
.news_block_body{
	margin-top: 4px;
}

.news_block_picture{
	height:114px;
}
.news_block_title{
	margin-top: 5px;
}

#views-bootstrap-thumbnail-1.list .col
{
	float:none;
	width:100%;
	height: 180px;
	margin-left:0px;
}

#views-bootstrap-thumbnail-1.list .col .views-field-field-picture
{
	float:left;
	padding-right: 20px;
}
#views-bootstrap-thumbnail-1.list .col .views-field-body
{
	margin-left: 180px;
}
#views-bootstrap-thumbnail-1.list .col .views-field-view-node
{
	float:right;
	 margin-right: 5px;
}
.liste-affichage {
    text-align: right;
    margin-right: 15px;
}
.liste-affichage-container {
    height: 34px;
    line-height: 32px;
}
.liste-affichage a {
    color: #aaa;
    display: inline-block;
    line-height: 0.8;
    margin-left: 0.5em;
    vertical-align: middle;
}
.liste-affichage a:hover {
    color: #666;
}
.liste-affichage a.active {
    color: #262262;
}
.liste-affichage a span {
    display: none;
}
.liste-affichage a::before {
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 28px;
    position: relative;
}
.affichage-mosaique-bouton::before {
    content: "";
    top: 3px;
}
.affichage-liste-bouton::before {
    content: "";
    top: 3px;
}

div.moz .views-field-view-node {
	position:absolute;
	bottom: 10px;
}

#block-views-home-block-view-block li.views-row , #block-views-home-block-map-block li.views-row , #block-views-home-block-news-block li.views-row {
	position:relative;
}

/* 2015-10-05 relim Correction menu suite MAJ Drupal */
ul.nice-menu li {
  border: 0 none transparent !important;
  background: transparent !important;
}

ul.nice-menu-down li {
  border-top: 0 none transparent !important;
}

ul.nice-menu ul {
  border-top: 0 none transparent !important;
  /*position: relative;*/
  z-index: 12;
}

#block-nice-menus-1 li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#block-nice-menus-1 li li:first-child {
  padding-top: 0 !important;
}

#block-nice-menus-1 li ul {
  top: 31px;
}

#main-wrapper {
  background-color: transparent !important;
}

#backtotop {
  z-index: 99 !important;
}

#views-exposed-form-implantations-page #edit-captcha,
#views-exposed-form-store-locator-page #edit-captcha {
  display: none !important;
}

.view-content #views-bootstrap-thumbnail-1.views-bootstrap-thumbnail-plugin-style.list .col .thumbnail {
  height: auto !important;
}
