/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'HelStdBlk';
    src: url('../fonts/helveticaltstd-blk-webfont.eot');
    src: url('../fonts/helveticaltstd-blk-webfont.eot') format('embedded-opentype'),
         url('../fonts/helveticaltstd-blk-webfont.woff') format('woff'),
         url('../fonts/helveticaltstd-blk-webfont.ttf') format('truetype'),
         url('../fonts/helveticaltstd-blk-webfont.svg#HelStdBlk') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelNeuBol';
    src: url('../fonts/helveticaneue-bold-webfont.eot');
    src: url('../fonts/helveticaneue-bold-webfont.eot') format('embedded-opentype'),
         url('../fonts/helveticaneue-bold-webfont.woff') format('woff'),
         url('../fonts/helveticaneue-bold-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue-bold-webfont.svg#HelNeuBol') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelNeuRom';
    src: url('../fonts/helveticaneue-roman-webfont.eot');
    src: url('../fonts/helveticaneue-roman-webfont.eot') format('embedded-opentype'),
         url('../fonts/helveticaneue-roman-webfont.woff') format('woff'),
         url('../fonts/helveticaneue-roman-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue-roman-webfont.svg#HelNeuRom') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelNeuLig';
    src: url('../fonts/helveticaneue-light-webfont.eot');
    src: url('../fonts/helveticaneue-light-webfont.eot') format('embedded-opentype'),
         url('../fonts/helveticaneue-light-webfont.woff') format('woff'),
         url('../fonts/helveticaneue-light-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue-light-webfont.svg#HelNeuLig') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelNeuUltLig';
    src: url('../fonts/helveticaneue-ultralight-webfont.eot');
    src: url('../fonts/helveticaneue-ultralight-webfont.eot') format('embedded-opentype'),
         url('../fonts/helveticaneue-ultralight-webfont.woff') format('woff'),
         url('../fonts/helveticaneue-ultralight-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue-ultralight-webfont.svg#HelNeuUltLig') format('svg');
    font-weight: normal;
    font-style: normal;
}
a, a:hover, a:visited {
    text-decoration: none;
    color: #3f3f3f;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a:hover {
    opacity: .8;
}
body {
    background: url(../img/bg-noise-gray.png) center top;
    color: black;
}
header {
    height: 90px;
    background-color: #000 ;
    width: 100%;
    color: white;
}
header .dropdown {
    width: 60px;
    height:28px;
    line-height:28px;
    border-left :1px solid #333333;
    position:absolute;
    top:25px;
    right: 0px;
}
header .dropdown .menu-title,
header .menu {
    height:28px;
    line-height:28px;
    display:block;
    text-transform: uppercase;
    text-decoration: none;
    color:#A3A3A3;
    text-align: center;
    font-family: 'HelNeuBol';
    font-size: 11px;
    cursor: pointer;
}
header .menu {
    display: inline-block;
    border-left: 1px solid #333333;
    padding: 0 20px;
    vertical-align: top;
    margin-top: 25px;
}
header .menu a,
header .menu a:visited {
    color: #A3A3A3;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
}
header .menu a:hover,
header .menu a.active {
   color: white;
   opacity: 1;
}
header .dropdown .menu-title:hover{
    color:white;
}
header .dropdown .menu-title:after{
    padding-left:8px;
    font-family: 'icomoon';
    content: "\f0da";
    color:white;
}
header .dropdown ul{
    color:white;
    background: black;
    position:absolute;
    right:0;
    top:28px;
    list-style: none;
    margin:0;
    padding:0;
    width: 60px;
    z-index: 2;
    border-left :1px solid #333333;
    opacity:0;
    height:0;
    overflow:hidden;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
}
header .dropdown:hover ul{
    opacity:1;
    height:auto;
}
header .dropdown ul li a{
    color:#A3A3A3;
    height:28px;
    line-height:28px;
    display:block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'HelNeuBol';
    font-size: 11px;
    text-align: center;
}
header .dropdown ul li a:after{
    padding-left:8px;
    font-family: 'icomoon';
    content: "\f0da";
    color:white;
}
header .dropdown ul li a:hover{
    color:white;
}
footer {
    margin-top: 10px;
    height: 305px;
    background-color: #000;
    color: #b6b6b6;
    font-size: .75em;
}
footer .wrapper a {
    color: #b6b6b6;
    opacity: .8;
    text-transform: uppercase;
    transition-delay: 0s;
    transition-duration: .25s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
footer .wrapper a:hover {
    color: white;
    opacity: .95;
}
footer a.icon:hover:before {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    right: 5px;
}
.adress .icon:hover:before {
    margin-left: 30px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.footer-hublot-website a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../img/logo-hublot-white.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 27px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    opacity: 0.75;
    text-indent: -9999px;
    width: 200px;
}
.legal {
    font-size: .9em;
    margin-top: 60px;
    text-transform: uppercase;
}
/*rectangle blanc sur block*/
.deco:before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    content: "";
    display: block;
    height: 5px;
    margin-left: 48%;
    top: 0;
    width: 60px;
    z-index: 2;
}
.wrapper {
  width: 960px;
  margin: auto;
  font-family: 'HelNeuBol';
  position: relative;
}
.logo {
    font-size: 2.3em; /*2.5em*/
    text-transform: uppercase;
    padding-top: 15px;
    width: 81.6%;
    display: inline-block;
}
.light-typo {
    font-family: 'HelNeuUltLig'; 
}
.wrapper.joboffer {
    width: 960px;
    margin: auto;
    font-family: 'HelNeuRom';
    font-size: .9em; /*1em*/
    color: #3f3f3f;
}
.joboffer h1, h2, h3, h4 {
    font-family: 'HelNeuBol';
    font-size: 1em;
}
.joboffer section {
    margin-top: 10px;
    background-color: #fff;
    padding: 40px;
    border-radius: 2px;
}
.joboffer h1 {
    text-transform: uppercase;
    font-size: 1.7em;
    color: #3f3f3f;
    border-bottom: 3px solid #3f3f3f;
}
.joboffer h2 {
    margin-top: -10px;
    text-transform: uppercase;
    font-size: 1.6em;
    color: #3f3f3f;
    text-align: center;
}
.joboffer .onleft {
    width: 395px;
    display: inline-block;
    vertical-align: top;
    height: 290px;
}
.joboffer .onleft.joinus{
    height:190px;
}
.joboffer .onright {
    margin-left: 5px;
    width: 395px;
    display: inline-block;
    vertical-align: top;
    height: 290px;
}
.joboffer .onright.adress{
    padding-top: 20px;
    height: 210px;
}
.joboffer .more_imp {
    width: 880px;
    /*display: inline-block;
    vertical-align: top;*/
}
.joboffer .candidate {
    width: 880px;
    /*display: inline-block;
    vertical-align: top;*/
}
.joboffer .bigger {
    width: 260px;
    height: 370px;
}
.joboffer .bigger h1 {
    font-size: 1.3em;
    border-bottom: 0;
}
.joboffer .bigger input[type="text"], 
.joboffer .bigger input[type="password"] {
    min-width: 250px;
}
.positions {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #3f3f3f;
    font-size: 1em;
}
.positions.head_tab {
    text-transform: uppercase;
    font-size: .9em;
    font-family: 'HelNeuBol';
    padding-bottom: 10px;
}
.positions span {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.positions .title {
    width: 40%;
    cursor: pointer;
    font-weight: bold;
}
.positions .jobfamily {
    width: 22%;
}
.positions .country {
    width: 13%;
}
.positions .positiontype {
    width: 15%;
}
dt, dd{
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
dd {
    margin-left: -20%;
}
dt {
    font-weight: bold;
}
h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
}
.smallbutton, a.chpforgot {
    font-family: 'HelNeuLig' ;
    background-color: #7c7c7c;
    display: inline-block;
    color: white;
    border-radius: 2px;
    padding: 2px 4px;
    opacity: 1;
    line-height: 16px;
    text-decoration: none;
    font-size: 11px;
    margin-top: 10px;
    transition: all 0.2;
}
.smallbutton:hover, a.chpforgot:hover{
    background-color:#2e2e2e;
    color: #fff;
    opacity: 1;
}
a.smallbutton {
    color: #fff;
}
.mb-30 {
    margin-bottom: 35px;
}
.pad-20 {
    padding-right: 20px;
}
.strong {
    font-weight: bold;
}
#mailVide, #mailinvalide, .chpfailedlog {
    font-weight: bold;
    margin-top: -15px;
    color: #B22222;
}
.required {
    margin-top: 5px;
}
.errorName {
    font-size: 4em;
   text-transform: uppercase;
    text-align: center;
}
.errorPage {
    text-transform: uppercase;
    text-align: center;
    font-size: 15em;
    margin-top: -120px;
}
.errorText {
    text-align: center;
    text-transform: uppercase;
    margin-top: -215px;
}
/* ==========================================================================
   FORMULAIRES
   ========================================================================== */
input[type=text], input[type=password], select, textarea {
    font-family: 'HelNeuRom';
    min-width: 400px;
    font-size: 14px;
    color: #242424;
    display: block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    height:34px;
    line-height: 1.2;
    padding: 3px 12px 0;
    margin: 0 10px 30px 0;
    background-color: #f7f7f7;
    border-radius: 2px;
    border: none;
    box-shadow: inset 1px 1px 2px 1px #d1d1d1;
    vertical-align: top;
}
 input[type=email] {
    font-family: 'HelNeuRom';
    min-width: 300px;
    font-size: 16px;
    color: #242424;
    display: block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    height:34px;
    line-height: 1.2;
    padding: 3px 12px 0;
    margin: 0 10px 30px 0;
    background-color: #f7f7f7;
    border-radius: 2px;
    border: none;
    box-shadow: inset 1px 1px 2px 1px #d1d1d1;
    vertical-align: top;
 }
select {
    padding-top: 6px;
}
label {
    text-transform: uppercase;
    font-size: .8em;
    opacity: .5;
}
input[type=submit], button, .button, a.submitbutton, 
#chpViewDocClose .chpBack, #chpViewDocContent a.chpview{
    font-family: 'HelNeuBol';
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    display: block;
    /*display: inline-block;*/
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    height: 34px;
    line-height: 33px;
    padding: 2px 12px 0;
    margin: 10px 10px 0 0;
    background-color: #2e2e2e;
    min-width: 120px;
    text-align: left;
    position: relative;
    border-radius:2px;
    border:none;
    transition:all 0.25s ease-in-out;
    outline: none;
}
#chpViewDocClose .chpBack, #chpViewDocContent a.chpview {
    max-width: 60px;
}
a.submitbutton.apply {
    min-width: 120px;
    display: inline-block;
}
button.register_share {
    display: inline-block;
}
a.submitbutton {
    max-width: 185px;
    padding-top: 0;
}
input[type=submit]:hover, button:hover, .button:hover, a.submitbutton:hover, 
#chpViewDocClose .chpBack:hover, #chpViewDocContent a.chpview:hover{
    box-shadow: 0px 0px 4px 1px #888;
    background-color: #2e2e2e;
    opacity: 1;
}

button.light, .button.light{
    background-color:#7C7C7C;
}

button.small, .button.small{
    font-size: 10px;
    font-family: 'HelNeuBol';
    height:22px;
    line-height:21px;
    padding:2px 6px 0;
    min-width: 90px;
}

.icon:after {zoom:1.1;}
button.icon, .button.icon{
    padding-right: 35px;
}

button.small.icon, .button.small.icon{
    padding-right: 23px;
}

button.small.icon:after, .button.small.icon:after{
    font-size: 12px;
    line-height:23px;
    right:2px;
    width:16px;
}
.contain-select {
    max-width: 430px;
    overflow: hidden;
    border-radius: 2px;
    border-right-color: #cfcfcf;
    border-top-left-right: 4px;
    border-bottom-right-radius: 4px;
    border-right-style: solid;
    border-right-width: 1px;
    height: 34px;
    margin-bottom: 30px;
}
.contain-select select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 100%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #cfcfcf;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #f1f1f1;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #cfcfcf;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #f1f1f1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 0 2px 1px #eeeeee;
    box-sizing: border-box;
    content: " ";
    display: block;
    height: 34px;
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: ease-out;
    width: 110%;
    z-index: 0;
}
.contain-select select:hover {
    background-image: linear-gradient(to bottom, #f7f7f7 0%, #fdfdfd 100%);
}
.hide-arrow {
    width: 110%;
}
.coord {
    display:inline-block;
    margin-top: -80px;
    padding-left: 100px;
}
.block-img {
    width: 475px;
    height: 150px;
    /*background: url("../img/hublot-blockdeco.jpg") -415px -365px no-repeat;*/
    background: url("../img/hublot-blockdeco.png") 10px -140px no-repeat;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    margin-top: -40px;
    margin-left: -40px;
    margin-bottom: 50px;
}
/* Custom checkboxes */

input[type=radio].custom,
input[type=checkbox].custom{
    transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -webkit-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    width:10px;
    height:10px;
    opacity:0;
    vertical-align:middle;
    margin-left:-12px;
}
input[type=radio].custom + label,
input[type=checkbox].custom + label{
    position:relative;left:2px;
    cursor:pointer;
    display:inline-block;
    border-radius: 2px;
    height:15px;
    width:15px;
    background:white;
    text-indent:-9999px;
    position:relative;
    overflow:hidden;
    padding:0;
    margin:0;
    vertical-align:middle;
    z-index:2;
    box-shadow: inset 1px 1px 2px 1px #d1d1d1;
}
input[type=radio].custom + label + label,
input[type=checkbox].custom + label + label{
    speak:none;
    display:inline-block;
    text-transform: uppercase;
    font-family: 'HelNeuBol';
    font-size: 10px;
    color:#2e2e2e;
    padding:3px 0 0 4px;
}
input[type=radio].custom:disabled + label,
input[type=checkbox].custom:disabled + label{
    opacity:0.3;
    cursor: default;
}
input[type=radio].custom + label:before,
input[type=checkbox].custom + label:before{
    content:"";
    display:block;
    height:9px;
    width:9px;
    margin:3px;
    line-height: 14px;
    font-size: 17px;
    text-indent: 0;
    position:absolute;
    top:0;
    left:0;
    text-align: center;
    background:transparent;
    color:#BDC3C7;
    transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}
input[type=radio].custom:hover + label:before,
input[type=checkbox].custom:hover + label:before{
    background:#dedede;
}
input[type=radio].custom:checked + label:before,
input[type=checkbox].custom:checked + label:before{
    background:#2e2e2e;
}
input[type=radio].custom:checked:hover + label:before,
input[type=checkbox].custom:checked:hover + label:before{
    background:black;
}
input[type=radio].custom:disabled + label:before,
input[type=checkbox].custom:disabled + label:before{
    color:#BDC3C7;
}
input[type=radio].custom:checked:disabled + label:before,
input[type=checkbox].custom:checked:disabled + label:before{
    background:#1ABC9C;
}
input[type=radio].custom + label + label {
    margin-right:2em;
    padding:0 .5em;
    font-size:12px;
}
.more_imp input, .candidate #chpLogSet input {
    min-width: 430px;
}
.small-custom-combo{
    font-family: 'HelNeuBol';
    line-height:10px;
    display:inline-block;
    width:100%;
    position:relative;
    overflow:hidden;
    margin-bottom: 2px;
}
.small-custom-combo select{
    width:100%;
    border:none;
    outline:none;
    text-transform: uppercase;
    position:relative;
    z-index: 1;
    cursor:pointer;
}
.custom-combo .small-custom-combo option{
    background-color:white;
    color:#000;
    padding:4px 8px;
    line-height:19px;
}

.custom-combo .small-custom-combo select{
    appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;

    height:17px;
    width:105%;
    padding:0 0 0 5px;
    line-height:16px;
    font-family: 'HelNeuLig';
    font-size:11px;
    font-weight: bold;
    letter-spacing:1px;
    background:none;
    color:#fff;
}
.custom-combo .small-custom-combo:before{
    content:" ";
    display:block;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    height:17px;
    border-radius: 2px;
    position:absolute;
    top:0;
    left:0;
    z-index: 0;
    border:none;

    transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    background: #7C7C7C;
}
.custom-combo .small-custom-combo:after{
    font-family: 'icomoon';
    content:"\f107";
    display:block;
    background:transparent;
    width:8px;
    height:8px;
    text-align: center;
    line-height: 8px;
    color:white;
    position:absolute;
    top:5px;
    right:5px;
    z-index: 2;
    font-size: 12px;
    transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}
.custom-combo .small-custom-combo:hover:after{
    transform:rotate(180deg);
    transform-origin:4px 4px;
    -ms-transform:rotate(180deg); /* IE 9 */
    -ms-transform-origin:4px 4px;
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
    -webkit-transform-origin:4px 4px;
    -moz-transform:rotate(180deg); /* Safari and Chrome */
    -moz-transform-origin:4px 4px;
    -o-transform:rotate(180deg); /* Safari and Chrome */
    -o-transform-origin:4px 4px;
}
.custom-combo .small-custom-combo:hover:before{
    background: #2E2E2E;
}

.float-l {
    float: left;
}
.grid-5 {
    width: 320px;
}
.grid-3 {
    width: 160px;
}
.contain-popin {
    position: absolute;
}
.overlay, .overlay_share {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.popin, .popin_share {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 2px;
    box-shadow: 0 0 15px 0 #333;
    position: absolute;
    z-index: 100;
    width: 620px;
    height: 300px;
    margin-left: 180px;
    margin-top: -330px;
}
.popin_share {
    margin-top: -830px;
}
/*joboffer section*/














/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

br.cleaner{
 clear: both;
}
.msgShare{float:left;margin-top:14px;}

.msgShare span{color:#b22222;font-weight:bold;}

.floatLeft{float:left}

.close{float:right}
.closeShare{float:right}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
