/* Include website CSS file */
/* CSS content (all pages) */


:root {
    --pictocolor: #b37d25;
    --primary: #b37d25;
    --secondary: #637d95;
    --tertiary: #fff;
}

.bodywebsite .primary {
    color: var(--primary);
}
.bodywebsite .secondary {
    color: var(--secondary);
}
.bodywebsite .tertiary {
    color: var(--tertiary);
}

.bodywebsite .pictocolor {
    /* color: var(--pictocolor) !important; */
    color: #508a83 !important;
}

.bodywebsite .imgbanlogo {
    height: 34px;
}

.bodywebsite .rd-navbar-wrap {
    box-shadow: 0px 4px 6px rgba(106, 110, 127, .2);
}

.bodywebsite section#sectionfooterdolibarr {
    padding-left: 10px;
    padding-right: 10px;
}


.sectionbody.alignleft {
    text-align: left;
}

.ulist {
    padding-right: 20px !important;
}

.ulist ul {
    list-style: disc;
    text-align: start;
    width: 100%;
    column-count: 1 !important;
    -webkit-column-count: 1 !important;
    -moz-webkit-column-count: 1 !important;
}
p.textwhatis {
    padding-top: 30px;
    padding-bottom: 20px;
}

.inner_skew {
    background: linear-gradient(45deg, transparent, #263c5c, transparent);
    height: 100px;
    position: relative;
    top: -140px;
    /* transform: skewY(-2deg); */
    opacity: 0.06;
}

.inner_skew2 {
    background: linear-gradient(180deg, #263c5c, transparent);
    opacity: 0.1;
    height: 50px;
    position: relative;
    top: -30px;
    transform: skewY(-2deg);
}

.inner_skew3 {
    background: linear-gradient(180deg, #263c5c, transparent);
    opacity: 0.1;
    height: 50px;
    position: relative;
    top: -30px;
    transform: skewY(+2deg);
}

.inner_skew_news {
    height: 96px;
    position: absolute;
    background: linear-gradient(45deg, transparent, #263c5c, transparent);
    max-width: 1200px;
    width: calc(100% - 30px);
    opacity: 0.1;
}

.inner_skew_doc {
    height: 90px;
    position: absolute;
    background: linear-gradient(45deg, transparent, #263c5c, transparent);
    max-width: 1200px;
    width: calc(100% - 30px);
    opacity: 0.1;
}

body.bodywebsite { 
    margin: 0; 
    font-family: Arial,Verdana,Helvetica; 
    color: #2b2b2b;
    line-height: 1.5em;
    background-color: #e3e3e3;
}

.bodywebsite .buttontestdemo {
    display: inline-block;
    background-color: rgba(70, 3, 62, 0.5);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 0.8em;
}

.bodywebsite img.imgimageweb.floatright {
    position: relative;
    bottom: 0;
    right: 50px;
    float: right;
    filter: saturate(0.7);
}

.bodywebsite section#sectionnews {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: stretch;
}
.bodywebsite .divblogpost {
    /* flex-shrink: 3; */
    flex-grow: 2;
    margin: 10px;
    max-width: calc(50% - 50px);
    min-width: 280px;
}
.bodywebsite .blogdescription {
    opacity: 0.7;
}
.bodywebsite .blogdate {
    height: 0;
    float: right;
}
.bodywebsite .blogdate2 {
    position: relative;
    top: -25px;
    /* left: 20px; */
    float: right;
    background: var(--pictocolor);
    padding: 2px 5px 2px 5px;
    border-radius: 4px;
    color: #fff;
}
.bodywebsite .fa2x {
    font-size: 2em !important;
}
.bodywebsite #nav ul li a:active, .bodywebsite #nav ul li a:hover {
    color: rgb(165, 175, 165) !important;
}

.bodywebsite tr.tabledemotitle {
    height: 3em;
}

.bodywebsite .divimageweb {
    text-align: center;
}
.bodywebsite .banneritem.divdolistore {
    margin-left: -8px;
}
.bodywebsite img.imgimageweb {
    max-height: 450px;
    object-fit: contain;
    object-position: 50% 50%;
}
.bodywebsite img.imgcommunity {
    max-height: 80px;
}

.bodywebsite .fa, .bodywebsite .fab, .bodywebsite .fad, .bodywebsite .fal, .bodywebsite .far, .bodywebsite .fas {
    line-height: 1em;
    font-size: 1em;
}

.bodywebsite .titlefeature {
    line-height: 1.3em;
    height: 2.6em;
}

.bodywebsite .divblogpost {
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    box-shadow: 1px 1px 5px #ddd;
    min-height: 120px;
}

.bodywebsite .valigntop {
    vertical-align: top;
}
.bodywebsite .valignmiddle {
    vertical-align: middle;
}
.bodywebsite .valignbottom {
    vertical-align: bottom;
}
.bodywebsite h1 { margin-top: 0; margin-bottom: 0; padding: 10px;}
.bodywebsite .langentry {
    margin: 1em;
}
.bodywebsite header.dolheader {
    position: sticky !important;
}
.bodywebsite .customlargebutton.downloadbutton {
    position: absolute !important;
}
.bodywebsite #main-surround.main-shadows-light {
    margin-top: 0 !important;   
}

.bodywebsite .main-for-blog h1 {
    padding-top: 50px;
    padding-bottom: 70px;
    font-size: 2em;
}

.bodywebsite .opacitymedium {
    opacity: 0.6;
}

.bodywebsite span.h2fa {
    background-color: var(--pictocolor); 
    padding: 12px;
    margin-right: 5px;
    border-radius: 50px;
    color: #fff;
    text-shadow: none;
    box-shadow: 1px 1px 5px #ccc;
}
.bodywebsite .fa-puzzle-piece:before {
    margin-left: 1px;
    margin-right: -1px;
}
.bodywebsite .fa-osi {
    font-weight: bold;
}
.bodywebsite .fa-users, .bodywebsite .fa-newspaper, .bodywebsite .fa-puzzle-piece {
    line-height: 1.2em;
}
.bodywebsite .fa-border-all {
    font-size: 1.2em;
}

.bodywebsite .smallh2 {
    font-size: 1.1em !important;
}

.bodywebsite .imgembedded {
    margin-left: 50px;
    width: 120px;
}

.bodywebsite .main-for-blog section#mysectionnews {
    padding-bottom: 40px;
}
.bodywebsite .inline-block {
    display: inline-block;
}
.bodywebsite .rd-search {
    margin-top: 50px;
}
.bodywebsite .rd-search .form-input {
    margin-bottom: 0;
}
.bodywebsite .forumleft {
    margin-left: 150px;
}

.bodywebsite .customlargebutton.downloadbutton {
    position: absolute !important;
}
.bodywebsite #main-surround.main-shadows-light {
    margin-top: 0 !important;   
}

.bodywebsite .paddingrightonly {
    padding-right: 4px;
}
.bodywebsite .marginrightonly {
    margin-right: 10px !important;
}

.bodywebsite time {
    color: rgb(165, 175, 165);
}

.bodywebsite .imgthumbnews {
    width: 70px;
    margin-right: 20px;
    margin-left: 8px;
    margin-top: 5px;
    float: left;
    filter: saturate(0.6);
    border-radius: 3px;
}
.bodywebsite img.imgthumb2 {
    float: left;
    width: 150px;
    padding-right: 20px;
}

.bodywebsite .imglogoext {
    filter: saturate(0.6);
}
.bodywebsite img.imgflag {
    width: 16px;
    opacity: 0.9;
    filter: saturate(0.6);
}

/*.bodywebsite .arowsearchresult:nth-child(odd) div {
    background: #f0f0f0; 
}*/
.bodywebsite .rowsearchresult:first-child {
    border-top: 1px solid #ddd;
}
.bodywebsite .rowsearchresult {
    border-bottom: 1px solid #ddd;
    padding: 8px !important;
    text-align: left;
}
.bodywebsite .rowsearchresult .blogdate span {
    color: #fff;
}

.bodywebsite h4.result-title {
    font-size: 1.4em;
}
.bodywebsite .rowsearchresult span {
    color: #000;
}

.bodywebsite #search-results li.search-result .mime-pdf {
  padding-left: 20px;
  background: url("/medias/image/../system/images/pdf_button.png") no-repeat;
}
.bodywebsite #search-results .search-pagination,
.bodywebsite #search-results .pagination,
.bodywebsite #search-results .search-pages-counter {
  clear: both;
  margin: 0 auto;
}

.bodywebsite ul#finder-filter-select-list {
  top: 4em !important;
}

.bodywebsite img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.bodywebsite .google-maps img {
  max-width: none;
}
.bodywebsite button,
.bodywebsite input,
.bodywebsite select,
.bodywebsite textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
.bodywebsite button,
.bodywebsite input {
  *overflow: visible;
  line-height: normal;
}
.bodywebsite button::-moz-focus-inner,
.bodywebsite input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.bodywebsite button,
.bodywebsite html input[type=button],
.bodywebsite input[type=reset],
.bodywebsite input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bodywebsite label,
.bodywebsite select,
.bodywebsite button,
.bodywebsite input[type=button],
.bodywebsite input[type=reset],
.bodywebsite input[type=submit],
.bodywebsite input[type=radio],
.bodywebsite input[type=checkbox] {
  cursor: pointer;
}
.bodywebsite input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
.bodywebsite input[type=search]::-webkit-search-decoration,
.bodywebsite input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.bodywebsite textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  .bodywebsite * {
    text-shadow: none !important;
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  .bodywebsite a,
  .bodywebsite a:visited {
    text-decoration: underline;
  }
  .bodywebsite a[href]:after {
    content: " (" attr(href) ")";
  }
  .bodywebsite abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .bodywebsite .ir a:after,
  .bodywebsite a[href^="javascript:"]:after,
  .bodywebsite a[href^="#"]:after {
    content: "";
  }
  .bodywebsite pre,
  .bodywebsite blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .bodywebsite thead {
    display: table-header-group;
  }
  .bodywebsite tr,
  .bodywebsite img {
    page-break-inside: avoid;
  }
  .bodywebsite img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  .bodywebsite p,
  .bodywebsite h2,
  .bodywebsite h3 {
    orphans: 3;
    widows: 3;
  }
  .bodywebsite h2,
  .bodywebsite h3 {
    page-break-after: avoid;
  }
}

.bodywebsite .clearfix:before,
.bodywebsite .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.bodywebsite .clearfix:after {
  clear: both;
}
.bodywebsite .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bodywebsite .input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bodywebsite body {
  margin: 0;
  line-height: 1.4em;
  color: #333;
  background-color: #fff;
}
.bodywebsite .vignette {
  line-height: 1.2em;
  word-break: break-word;
}
.bodywebsite .vignette2 .fa, .bodywebsite .vignette2 .fas {
    transform: rotate(-0deg);
}
.bodywebsite .vignette2 {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(70,3,62,0.08) 45%, rgba(200,200,200,0) 55%, rgba(255,255,255,0) 100%);
    transform: rotate(+0deg);
}
.bodywebsite .vignette3 {
    display: inline-block;
}


.bodywebsite .img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bodywebsite .img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.bodywebsite .img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.bodywebsite .row {
  margin-left: -20px;
  *zoom: 1;
}
.bodywebsite .row:before,
.bodywebsite .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.bodywebsite .row:after {
  clear: both;
}
.bodywebsite [class*=span] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.bodywebsite .container,
.bodywebsite .navbar-static-top .container,
.bodywebsite .navbar-fixed-top .container,
.bodywebsite .navbar-fixed-bottom .container {
  width: 940px;
}
.bodywebsite .span12 {
  width: 940px;
}
.bodywebsite .span11 {
  width: 860px;
}
.bodywebsite .span10 {
  width: 780px;
}
.bodywebsite .span9 {
  width: 700px;
}
.bodywebsite .span8 {
  width: 620px;
}
.bodywebsite .span7 {
  width: 540px;
}
.bodywebsite .span6 {
  width: 460px;
}
.bodywebsite .span5 {
  width: 380px;
}
.bodywebsite .span4 {
  width: 300px;
}
.bodywebsite .span3 {
  width: 220px;
}
.bodywebsite .span2 {
  width: 140px;
}
.bodywebsite .span1 {
  width: 60px;
}
.bodywebsite .offset12 {
  margin-left: 980px;
}
.bodywebsite .offset11 {
  margin-left: 900px;
}
.bodywebsite .offset10 {
  margin-left: 820px;
}
.bodywebsite .offset9 {
  margin-left: 740px;
}
.bodywebsite .offset8 {
  margin-left: 660px;
}
.bodywebsite .offset7 {
  margin-left: 580px;
}
.bodywebsite .offset6 {
  margin-left: 500px;
}
.bodywebsite .offset5 {
  margin-left: 420px;
}
.bodywebsite .offset4 {
  margin-left: 340px;
}
.bodywebsite .offset3 {
  margin-left: 260px;
}
.bodywebsite .offset2 {
  margin-left: 180px;
}
.bodywebsite .offset1 {
  margin-left: 100px;
}
.bodywebsite .row-fluid {
  width: 100%;
  *zoom: 1;
}
.bodywebsite .row-fluid:before,
.bodywebsite .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.bodywebsite .row-fluid:after {
  clear: both;
}
.bodywebsite .row-fluid [class*=span] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846383%;
}
.bodywebsite .row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.bodywebsite .row-fluid .controls-row [class*=span]+[class*=span] {
  margin-left: 2.127659574%;
}
.bodywebsite .row-fluid .span12 {
  width: 99.99999999%;
  *width: 99.946808500638%;
}
.bodywebsite .row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.436170203638%;
}
.bodywebsite .row-fluid .span10 {
  width: 82.978723396%;
  *width: 82.925531906638%;
}
.bodywebsite .row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.414893609638%;
}
.bodywebsite .row-fluid .span8 {
  width: 65.957446802%;
  *width: 65.904255312638%;
}
.bodywebsite .row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.393617015638%;
}
.bodywebsite .row-fluid .span6 {
  width: 48.936170208%;
  *width: 48.882978718638%;
}
.bodywebsite .row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.372340421638%;
}
.bodywebsite .row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.861702124638%;
}
.bodywebsite .row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.351063827638%;
}
.bodywebsite .row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.840425530638%;
}
.bodywebsite .row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.3297872336383%;
}
.bodywebsite .row-fluid .offset12 {
  margin-left: 104.255319138%;
  *margin-left: 104.14893615928%;
}
.bodywebsite .row-fluid .offset12:first-child {
  margin-left: 102.127659564%;
  *margin-left: 102.02127658528%;
}
.bodywebsite .row-fluid .offset11 {
  margin-left: 95.744680841%;
  *margin-left: 95.638297862277%;
}
.bodywebsite .row-fluid .offset11:first-child {
  margin-left: 93.617021267%;
  *margin-left: 93.510638288277%;
}
.bodywebsite .row-fluid .offset10 {
  margin-left: 87.234042544%;
  *margin-left: 87.127659565277%;
}
.bodywebsite .row-fluid .offset10:first-child {
  margin-left: 85.10638297%;
  *margin-left: 84.999999991277%;
}
.bodywebsite .row-fluid .offset9 {
  margin-left: 78.723404247%;
  *margin-left: 78.617021268277%;
}
.bodywebsite .row-fluid .offset9:first-child {
  margin-left: 76.595744673%;
  *margin-left: 76.489361694277%;
}
.bodywebsite .row-fluid .offset8 {
  margin-left: 70.21276595%;
  *margin-left: 70.106382971277%;
}
.bodywebsite .row-fluid .offset8:first-child {
  margin-left: 68.085106376%;
  *margin-left: 67.978723397277%;
}
.bodywebsite .row-fluid .offset7 {
  margin-left: 61.702127653%;
  *margin-left: 61.595744674277%;
}
.bodywebsite .row-fluid .offset7:first-child {
  margin-left: 59.574468079%;
  *margin-left: 59.468085100277%;
}
.bodywebsite .row-fluid .offset6 {
  margin-left: 53.191489356%;
  *margin-left: 53.085106377277%;
}
.bodywebsite .row-fluid .offset6:first-child {
  margin-left: 51.063829782%;
  *margin-left: 50.957446803277%;
}
.bodywebsite .row-fluid .offset5 {
  margin-left: 44.680851059%;
  *margin-left: 44.574468080277%;
}
.bodywebsite .row-fluid .offset5:first-child {
  margin-left: 42.553191485%;
  *margin-left: 42.446808506277%;
}
.bodywebsite .row-fluid .offset4 {
  margin-left: 36.170212762%;
  *margin-left: 36.063829783277%;
}
.bodywebsite .row-fluid .offset4:first-child {
  margin-left: 34.042553188%;
  *margin-left: 33.936170209277%;
}
.bodywebsite .row-fluid .offset3 {
  margin-left: 27.659574465%;
  *margin-left: 27.553191486277%;
}
.bodywebsite .row-fluid .offset3:first-child {
  margin-left: 25.531914891%;
  *margin-left: 25.425531912277%;
}
.bodywebsite .row-fluid .offset2 {
  margin-left: 19.148936168%;
  *margin-left: 19.042553189277%;
}
.bodywebsite .row-fluid .offset2:first-child {
  margin-left: 17.021276594%;
  *margin-left: 16.914893615277%;
}
.bodywebsite .row-fluid .offset1 {
  margin-left: 10.638297871%;
  *margin-left: 10.531914892277%;
}
.bodywebsite .row-fluid .offset1:first-child {
  margin-left: 8.510638297%;
  *margin-left: 8.4042553182766%;
}
.bodywebsite [class*=span].hide,
.bodywebsite .row-fluid [class*=span].hide {
  display: none;
}
.bodywebsite [class*=span].pull-right,
.bodywebsite .row-fluid [class*=span].pull-right {
  float: right;
}
.bodywebsite .container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.bodywebsite .container:before,
.bodywebsite .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.bodywebsite .container:after {
  clear: both;
}
.bodywebsite .container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.bodywebsite .container-fluid:before,
.bodywebsite .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.bodywebsite .container-fluid:after {
  clear: both;
}
.bodywebsite .lead {
  margin-bottom: 18px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 27px;
}
.bodywebsite small {
  font-size: 85%;
}
.bodywebsite strong, .bodywebsite b {
  font-weight: 600;
}
.bodywebsite em {
  font-style: italic;
}
.bodywebsite cite {
  font-style: normal;
}
.bodywebsite .muted {
  color: #999;
}
.bodywebsite a.muted:hover,
.bodywebsite a.muted:focus {
  color: gray;
}
.bodywebsite .text-warning {
  color: #c09853;
}
.bodywebsite a.text-warning:hover,
.bodywebsite a.text-warning:focus {
  color: #a47e3c;
}
.bodywebsite .text-error {
  color: #b94a48;
}
.bodywebsite a.text-error:hover,
.bodywebsite a.text-error:focus {
  color: #953b39;
}
.bodywebsite .text-info {
  color: #3a87ad;
}
.bodywebsite a.text-info:hover,
.bodywebsite a.text-info:focus {
  color: #2d6987;
}
.bodywebsite .text-success {
  color: #468847;
}
.bodywebsite a.text-success:hover,
.bodywebsite a.text-success:focus {
  color: #356635;
}
.bodywebsite .text-left {
  text-align: left;
}
.bodywebsite .text-right {
  text-align: right;
}
.bodywebsite .text-center {
  text-align: center;
}
.bodywebsite .item-page h2 {
  text-align: center;
}
.bodywebsite .item-page h1 {
  letter-spacing: -0.01em;
  font-weight: 400;
  font-size: 1.4em;
}
.bodywebsite h1,
.bodywebsite h2,
.bodywebsite h3,
.bodywebsite h4,
.bodywebsite h5,
.bodywebsite h6 {
  margin: 9px 0;
  font-family: inherit;
  font-weight: 700;
  line-height: 18px;
  color: inherit;
  text-rendering: optimizelegibility;
}
.bodywebsite h1 small,
.bodywebsite h2 small,
.bodywebsite h3 small,
.bodywebsite h4 small,
.bodywebsite h5 small,
.bodywebsite h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}
.bodywebsite h1,
.bodywebsite h2,
.bodywebsite h3 {
  line-height: 36px;
}
.bodywebsite h1 {
  font-size: 35.75px;
}
.bodywebsite h2 {
  font-size: 29.25px;
}
.bodywebsite h3 {
  font-size: 22.75px;
}
.bodywebsite h4 {
  font-size: 16.25px;
}
.bodywebsite h5 {
  font-size: 13px;
}
.bodywebsite h6 {
  font-size: 11.05px;
}
.bodywebsite h1 small {
  font-size: 22.75px;
}
.bodywebsite h2 small {
  font-size: 16.25px;
}
.bodywebsite h3 small {
  font-size: 13px;
}
.bodywebsite h4 small {
  font-size: 13px;
}
.bodywebsite .page-header {
  padding-bottom: 8px;
  margin: 18px 0 27px;
  text-align: center;
}
.bodywebsite ul, .bodywebsite ol {
  padding: 0;
  margin: 4px 0 4px 25px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.bodywebsite ul ul,
.bodywebsite ul ol,
.bodywebsite ol ol,
.bodywebsite ol ul {
  margin-bottom: 0;
}
.bodywebsite ul.unstyled,
.bodywebsite ol.unstyled {
  margin-left: 0;
  list-style: none;
}
.bodywebsite ul.inline,
.bodywebsite ol.inline {
  margin-left: 0;
  list-style: none;
}
.bodywebsite ul.inline>li,
.bodywebsite ol.inline>li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.bodywebsite dt,
.bodywebsite dd {
  line-height: 12px;
}
.bodywebsite dt {
  font-weight: 700;
}
.bodywebsite dd {
  margin-left: 2px;
}
.bodywebsite .dl-horizontal {
  *zoom: 1;
}
.bodywebsite .dl-horizontal:before,
.bodywebsite .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.bodywebsite .dl-horizontal:after {
  clear: both;
}
.bodywebsite .dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bodywebsite .dl-horizontal dd {
  margin-left: 180px;
}
.bodywebsite hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #ddd;
}
.bodywebsite abbr[title],
.bodywebsite abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.bodywebsite abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bodywebsite blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eee;
}
.bodywebsite blockquote p {
  margin-bottom: 0;
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
.bodywebsite blockquote small {
  display: block;
  line-height: 18px;
  color: #999;
}
.bodywebsite blockquote small:before {
  content: '\2014 \00A0';
}
.bodywebsite blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
.bodywebsite blockquote.pull-right p,
.bodywebsite blockquote.pull-right small {
  text-align: right;
}
.bodywebsite blockquote.pull-right small:before {
  content: '';
}
.bodywebsite blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
.bodywebsite q:before,
.bodywebsite q:after,
.bodywebsite blockquote:before,
.bodywebsite blockquote:after {
  content: "";
}
.bodywebsite address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}
.bodywebsite code,
.bodywebsite pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, courier new, monospace;
  font-size: 11px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bodywebsite code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
.bodywebsite pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bodywebsite pre.prettyprint {
  margin-bottom: 18px;
}
.bodywebsite pre code {
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.bodywebsite .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bodywebsite form {
  margin: 0 0 18px;
}
.bodywebsite fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.bodywebsite legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bodywebsite legend small {
  font-size: 13.5px;
  color: #999;
}
.bodywebsite label,
.bodywebsite input,
.bodywebsite button,
.bodywebsite select,
.bodywebsite textarea {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.bodywebsite input,
.bodywebsite button,
.bodywebsite select,
.bodywebsite textarea {
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
}
.bodywebsite label {
  display: block;
  margin-bottom: 5px;
}
.bodywebsite select,
.bodywebsite textarea,
.bodywebsite input[type=text],
.bodywebsite input[type=password],
.bodywebsite input[type=datetime],
.bodywebsite input[type=datetime-local],
.bodywebsite input[type=date],
.bodywebsite input[type=month],
.bodywebsite input[type=time],
.bodywebsite input[type=week],
.bodywebsite input[type=number],
.bodywebsite input[type=email],
.bodywebsite input[type=url],
.bodywebsite input[type=search],
.bodywebsite input[type=tel],
.bodywebsite input[type=color],
.bodywebsite .uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
.bodywebsite input,
.bodywebsite textarea,
.bodywebsite .uneditable-input {
  width: 206px;
}
.bodywebsite textarea {
  height: auto;
}
.bodywebsite textarea,
.bodywebsite input[type=text],
.bodywebsite input[type=password],
.bodywebsite input[type=datetime],
.bodywebsite input[type=datetime-local],
.bodywebsite input[type=date],
.bodywebsite input[type=month],
.bodywebsite input[type=time],
.bodywebsite input[type=week],
.bodywebsite input[type=number],
.bodywebsite input[type=email],
.bodywebsite input[type=url],
.bodywebsite input[type=search],
.bodywebsite input[type=tel],
.bodywebsite input[type=color],
.bodywebsite .uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.bodywebsite textarea:focus,
.bodywebsite input[type=text]:focus,
.bodywebsite input[type=password]:focus,
.bodywebsite input[type=datetime]:focus,
.bodywebsite input[type=datetime-local]:focus,
.bodywebsite input[type=date]:focus,
.bodywebsite input[type=month]:focus,
.bodywebsite input[type=time]:focus,
.bodywebsite input[type=week]:focus,
.bodywebsite input[type=number]:focus,
.bodywebsite input[type=email]:focus,
.bodywebsite input[type=url]:focus,
.bodywebsite input[type=search]:focus,
.bodywebsite input[type=tel]:focus,
.bodywebsite input[type=color]:focus,
.bodywebsite .uneditable-input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
.bodywebsite input[type=radio],
.bodywebsite input[type=checkbox] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bodywebsite input[type=file],
.bodywebsite input[type=image],
.bodywebsite input[type=submit],
.bodywebsite input[type=reset],
.bodywebsite input[type=button],
.bodywebsite input[type=radio],
.bodywebsite input[type=checkbox] {
  width: auto;
}
.bodywebsite select,
.bodywebsite input[type=file] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
.bodywebsite select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.bodywebsite select[multiple],
.bodywebsite select[size] {
  height: auto;
}
.bodywebsite select:focus,
.bodywebsite input[type=file]:focus,
.bodywebsite input[type=radio]:focus,
.bodywebsite input[type=checkbox]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bodywebsite .uneditable-input,
.bodywebsite .uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  cursor: not-allowed;
}
.bodywebsite .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.bodywebsite .uneditable-textarea {
  width: auto;
  height: auto;
}
.bodywebsite input:-moz-placeholder,
.bodywebsite textarea:-moz-placeholder {
  color: #999;
}
.bodywebsite input:-ms-input-placeholder,
.bodywebsite textarea:-ms-input-placeholder {
  color: #999;
}
.bodywebsite input::-webkit-input-placeholder,
.bodywebsite textarea::-webkit-input-placeholder {
  color: #999;
}
.bodywebsite .radio,
.bodywebsite .checkbox {
  min-height: 18px;
  padding-left: 20px;
}
.bodywebsite .radio input[type=radio],
.bodywebsite .checkbox input[type=checkbox] {
  float: left;
  margin-left: -20px;
}
.bodywebsite .controls>.radio:first-child,
.bodywebsite .controls>.checkbox:first-child {
  padding-top: 5px;
}
.bodywebsite .radio.inline,
.bodywebsite .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.bodywebsite .radio.inline+.radio.inline,
.bodywebsite .checkbox.inline+.checkbox.inline {
  margin-left: 10px;
}
.bodywebsite .input-mini {
  width: 60px;
}
.bodywebsite .input-small {
  width: 90px;
}
.bodywebsite .input-medium {
  width: 150px;
}
.bodywebsite .input-large {
  width: 210px;
}
.bodywebsite .input-xlarge {
  width: 270px;
}
.bodywebsite .input-xxlarge {
  width: 530px;
}
.bodywebsite input[class*=span],
.bodywebsite select[class*=span],
.bodywebsite textarea[class*=span],
.bodywebsite .uneditable-input[class*=span],
.bodywebsite .row-fluid input[class*=span],
.bodywebsite .row-fluid select[class*=span],
.bodywebsite .row-fluid textarea[class*=span],
.bodywebsite .row-fluid .uneditable-input[class*=span] {
  float: none;
  margin-left: 0;
}
.bodywebsite .input-append input[class*=span],
.bodywebsite .input-append .uneditable-input[class*=span],
.bodywebsite .input-prepend input[class*=span],
.bodywebsite .input-prepend .uneditable-input[class*=span],
.bodywebsite .row-fluid input[class*=span],
.bodywebsite .row-fluid select[class*=span],
.bodywebsite .row-fluid textarea[class*=span],
.bodywebsite .row-fluid .uneditable-input[class*=span],
.bodywebsite .row-fluid .input-prepend [class*=span],
.bodywebsite .row-fluid .input-append [class*=span] {
  display: inline-block;
}
.bodywebsite input,
.bodywebsite textarea,
.bodywebsite .uneditable-input {
  margin-left: 0;
}
.bodywebsite .controls-row [class*=span]+[class*=span] {
  margin-left: 20px;
}
.bodywebsite input.span12,
.bodywebsite textarea.span12,
.bodywebsite .uneditable-input.span12 {
  width: 926px;
}
.bodywebsite input.span11,
.bodywebsite textarea.span11,
.bodywebsite .uneditable-input.span11 {
  width: 846px;
}
.bodywebsite input.span10,
.bodywebsite textarea.span10,
.bodywebsite .uneditable-input.span10 {
  width: 766px;
}
.bodywebsite input.span9,
.bodywebsite textarea.span9,
.bodywebsite .uneditable-input.span9 {
  width: 686px;
}
.bodywebsite input.span8,
.bodywebsite textarea.span8,
.bodywebsite .uneditable-input.span8 {
  width: 606px;
}
.bodywebsite input.span7,
.bodywebsite textarea.span7,
.bodywebsite .uneditable-input.span7 {
  width: 526px;
}
.bodywebsite input.span6,
.bodywebsite textarea.span6,
.bodywebsite .uneditable-input.span6 {
  width: 446px;
}
.bodywebsite input.span5,
.bodywebsite textarea.span5,
.bodywebsite .uneditable-input.span5 {
  width: 366px;
}
.bodywebsite input.span4,
.bodywebsite textarea.span4,
.bodywebsite .uneditable-input.span4 {
  width: 286px;
}
.bodywebsite input.span3,
.bodywebsite textarea.span3,
.bodywebsite .uneditable-input.span3 {
  width: 206px;
}
.bodywebsite input.span2,
.bodywebsite textarea.span2,
.bodywebsite .uneditable-input.span2 {
  width: 126px;
}
.bodywebsite input.span1,
.bodywebsite textarea.span1,
.bodywebsite .uneditable-input.span1 {
  width: 46px;
}
.bodywebsite .controls-row {
  *zoom: 1;
}
.bodywebsite .controls-row:before,
.bodywebsite .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.bodywebsite .controls-row:after {
  clear: both;
}
.bodywebsite .controls-row [class*=span],
.bodywebsite .row-fluid .controls-row [class*=span] {
  float: left;
}
.bodywebsite .controls-row .checkbox[class*=span],
.bodywebsite .controls-row .radio[class*=span] {
  padding-top: 5px;
}
.bodywebsite input[disabled],
.bodywebsite select[disabled],
.bodywebsite textarea[disabled],
.bodywebsite input[readonly],
.bodywebsite select[readonly],
.bodywebsite textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
.bodywebsite input[type=radio][disabled],
.bodywebsite input[type=checkbox][disabled],
.bodywebsite input[type=radio][readonly],
.bodywebsite input[type=checkbox][readonly] {
  background-color: transparent;
}
.bodywebsite .control-group.warning .control-label,
.bodywebsite .control-group.warning .help-block,
.bodywebsite .control-group.warning .help-inline {
  color: #c09853;
}
.bodywebsite .control-group.warning .checkbox,
.bodywebsite .control-group.warning .radio,
.bodywebsite .control-group.warning input,
.bodywebsite .control-group.warning select,
.bodywebsite .control-group.warning textarea {
  color: #c09853;
}
.bodywebsite .control-group.warning input,
.bodywebsite .control-group.warning select,
.bodywebsite .control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.bodywebsite .control-group.warning input:focus,
.bodywebsite .control-group.warning select:focus,
.bodywebsite .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.bodywebsite .control-group.warning .input-prepend .add-on,
.bodywebsite .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.bodywebsite .control-group.error .control-label,
.bodywebsite .control-group.error .help-block,
.bodywebsite .control-group.error .help-inline {
  color: #b94a48;
}
.bodywebsite .control-group.error .checkbox,
.bodywebsite .control-group.error .radio,
.bodywebsite .control-group.error input,
.bodywebsite .control-group.error select,
.bodywebsite .control-group.error textarea {
  color: #b94a48;
}
.bodywebsite .control-group.error input,
.bodywebsite .control-group.error select,
.bodywebsite .control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.bodywebsite .control-group.error input:focus,
.bodywebsite .control-group.error select:focus,
.bodywebsite .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.bodywebsite .control-group.error .input-prepend .add-on,
.bodywebsite .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.bodywebsite .control-group.success .control-label,
.bodywebsite .control-group.success .help-block,
.bodywebsite .control-group.success .help-inline {
  color: #468847;
}
.bodywebsite .control-group.success .checkbox,
.bodywebsite .control-group.success .radio,
.bodywebsite .control-group.success input,
.bodywebsite .control-group.success select,
.bodywebsite .control-group.success textarea {
  color: #468847;
}
.bodywebsite .control-group.success input,
.bodywebsite .control-group.success select,
.bodywebsite .control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.bodywebsite .control-group.success input:focus,
.bodywebsite .control-group.success select:focus,
.bodywebsite .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.bodywebsite .control-group.success .input-prepend .add-on,
.bodywebsite .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.bodywebsite .control-group.info .control-label,
.bodywebsite .control-group.info .help-block,
.bodywebsite .control-group.info .help-inline {
  color: #3a87ad;
}
.bodywebsite .control-group.info .checkbox,
.bodywebsite .control-group.info .radio,
.bodywebsite .control-group.info input,
.bodywebsite .control-group.info select,
.bodywebsite .control-group.info textarea {
  color: #3a87ad;
}
.bodywebsite .control-group.info input,
.bodywebsite .control-group.info select,
.bodywebsite .control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.bodywebsite .control-group.info input:focus,
.bodywebsite .control-group.info select:focus,
.bodywebsite .control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
}
.bodywebsite .control-group.info .input-prepend .add-on,
.bodywebsite .control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
.bodywebsite input:focus:invalid,
.bodywebsite textarea:focus:invalid,
.bodywebsite select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
.bodywebsite input:focus:invalid:focus,
.bodywebsite textarea:focus:invalid:focus,
.bodywebsite select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.bodywebsite .form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.bodywebsite .form-actions:before,
.bodywebsite .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.bodywebsite .form-actions:after {
  clear: both;
}
.bodywebsite .help-block,
.bodywebsite .help-inline {
  color: #595959;
}
.bodywebsite .help-block {
  display: block;
  margin-bottom: 9px;
}
.bodywebsite .help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.bodywebsite .input-append,
.bodywebsite .input-prepend {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.bodywebsite .input-append input,
.bodywebsite .input-append select,
.bodywebsite .input-append .uneditable-input,
.bodywebsite .input-append .dropdown-menu,
.bodywebsite .input-append .popover,
.bodywebsite .input-prepend input,
.bodywebsite .input-prepend select,
.bodywebsite .input-prepend .uneditable-input,
.bodywebsite .input-prepend .dropdown-menu,
.bodywebsite .input-prepend .popover {
  font-size: 13px;
}
.bodywebsite .input-append input,
.bodywebsite .input-append select,
.bodywebsite .input-append .uneditable-input,
.bodywebsite .input-prepend input,
.bodywebsite .input-prepend select,
.bodywebsite .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.bodywebsite .input-append input:focus,
.bodywebsite .input-append select:focus,
.bodywebsite .input-append .uneditable-input:focus,
.bodywebsite .input-prepend input:focus,
.bodywebsite .input-prepend select:focus,
.bodywebsite .input-prepend .uneditable-input:focus {
  z-index: 2;
}
.bodywebsite .input-append .add-on,
.bodywebsite .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.bodywebsite .input-append .add-on,
.bodywebsite .input-append .btn,
.bodywebsite .input-append .btn-group>.dropdown-toggle,
.bodywebsite .input-prepend .add-on,
.bodywebsite .input-prepend .btn,
.bodywebsite .input-prepend .btn-group>.dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bodywebsite .input-append .active,
.bodywebsite .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.bodywebsite .input-prepend .add-on,
.bodywebsite .input-prepend .btn {
  margin-right: -1px;
}
.bodywebsite .input-prepend .add-on:first-child,
.bodywebsite .input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.bodywebsite .input-append input,
.bodywebsite .input-append select,
.bodywebsite .input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.bodywebsite .input-append input+.btn-group .btn:last-child,
.bodywebsite .input-append select+.btn-group .btn:last-child,
.bodywebsite .input-append .uneditable-input+.btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.bodywebsite .input-append .add-on,
.bodywebsite .input-append .btn,
.bodywebsite .input-append .btn-group {
  margin-left: -1px;
}
.bodywebsite .input-append .add-on:last-child,
.bodywebsite .input-append .btn:last-child,
.bodywebsite .input-append .btn-group:last-child>.dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.bodywebsite .input-prepend.input-append input,
.bodywebsite .input-prepend.input-append select,
.bodywebsite .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bodywebsite .input-prepend.input-append input+.btn-group .btn,
.bodywebsite .input-prepend.input-append select+.btn-group .btn,
.bodywebsite .input-prepend.input-append .uneditable-input+.btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.bodywebsite .input-prepend.input-append .add-on:first-child,
.bodywebsite .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.bodywebsite .input-prepend.input-append .add-on:last-child,
.bodywebsite .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.bodywebsite .input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
.bodywebsite input.search-query {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 0;
  margin-right: 4px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.bodywebsite .finder .search-query {
  width: 120px;
}
@media (max-width: 935px) {
  .bodywebsite .finder .search-query {
    padding: 2px 6px !important;
    font-size: 12px;
  }
}
.bodywebsite .form-search .input-append .search-query,
.bodywebsite .form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bodywebsite .form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.bodywebsite .form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.bodywebsite .form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.bodywebsite .form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.bodywebsite .form-search input,
.bodywebsite .form-search textarea,
.bodywebsite .form-search select,
.bodywebsite .form-search .help-inline,
.bodywebsite .form-search .uneditable-input,
.bodywebsite .form-search .input-prepend,
.bodywebsite .form-search .input-append,
.bodywebsite .form-inline input,
.bodywebsite .form-inline textarea,
.bodywebsite .form-inline select,
.bodywebsite .form-inline .help-inline,
.bodywebsite .form-inline .uneditable-input,
.bodywebsite .form-inline .input-prepend,
.bodywebsite .form-inline .input-append,
.bodywebsite .form-horizontal input,
.bodywebsite .form-horizontal textarea,
.bodywebsite .form-horizontal select,
.bodywebsite .form-horizontal .help-inline,
.bodywebsite .form-horizontal .uneditable-input,
.bodywebsite .form-horizontal .input-prepend,
.bodywebsite .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.bodywebsite .form-search .hide,
.bodywebsite .form-inline .hide,
.bodywebsite .form-horizontal .hide {
  display: none;
}
.bodywebsite .form-search label,
.bodywebsite .form-inline label,
.bodywebsite .form-search .btn-group,
.bodywebsite .form-inline .btn-group {
  display: inline-block;
}
.bodywebsite .form-search .input-append,
.bodywebsite .form-inline .input-append,
.bodywebsite .form-search .input-prepend,
.bodywebsite .form-inline .input-prepend {
  margin-bottom: 0;
}
.bodywebsite .form-search .radio,
.bodywebsite .form-search .checkbox,
.bodywebsite .form-inline .radio,
.bodywebsite .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.bodywebsite .form-search .radio input[type=radio],
.bodywebsite .form-search .checkbox input[type=checkbox],
.bodywebsite .form-inline .radio input[type=radio],
.bodywebsite .form-inline .checkbox input[type=checkbox] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.bodywebsite .control-group {
  margin-bottom: 9px;
}
.bodywebsite legend+.control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.bodywebsite .form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.bodywebsite .form-horizontal .control-group:before,
.bodywebsite .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.bodywebsite .form-horizontal .control-group:after {
  clear: both;
}
.bodywebsite .form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.bodywebsite .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.bodywebsite div.logout form div div.controls {
  margin-top: 100px;
  margin-left: 0;
}
.bodywebsite .form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.bodywebsite .form-horizontal .help-block {
  margin-bottom: 0;
}
.bodywebsite .form-horizontal input+.help-block,
.bodywebsite .form-horizontal select+.help-block,
.bodywebsite .form-horizontal textarea+.help-block,
.bodywebsite .form-horizontal .uneditable-input+.help-block,
.bodywebsite .form-horizontal .input-prepend+.help-block,
.bodywebsite .form-horizontal .input-append+.help-block {
  margin-top: 9px;
}
.bodywebsite .form-horizontal .form-actions {
  padding-left: 180px;
}
.bodywebsite table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.bodywebsite .table {
  width: 100%;
  margin-bottom: 18px;
}
.bodywebsite .table th,
.bodywebsite .table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.bodywebsite .table th {
  font-weight: 700;
}
.bodywebsite .table thead th {
  vertical-align: bottom;
}
.bodywebsite .table caption+thead tr:first-child th,
.bodywebsite .table caption+thead tr:first-child td,
.bodywebsite .table colgroup+thead tr:first-child th,
.bodywebsite .table colgroup+thead tr:first-child td,
.bodywebsite .table thead:first-child tr:first-child th,
.bodywebsite .table thead:first-child tr:first-child td {
  border-top: 0;
}
.bodywebsite .table tbody+tbody {
  border-top: 2px solid #ddd;
}
.bodywebsite .table .table {
  background-color: #fff;
}
.bodywebsite .table-condensed th,
.bodywebsite .table-condensed td {
  padding: 4px 5px;
}
.bodywebsite .table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bodywebsite .table-bordered th,
.bodywebsite .table-bordered td {
  border-left: 1px solid #ddd;
}
.bodywebsite .table-bordered caption+thead tr:first-child th,
.bodywebsite .table-bordered caption+tbody tr:first-child th,
.bodywebsite .table-bordered caption+tbody tr:first-child td,
.bodywebsite .table-bordered colgroup+thead tr:first-child th,
.bodywebsite .table-bordered colgroup+tbody tr:first-child th,
.bodywebsite .table-bordered colgroup+tbody tr:first-child td,
.bodywebsite .table-bordered thead:first-child tr:first-child th,
.bodywebsite .table-bordered tbody:first-child tr:first-child th,
.bodywebsite .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.bodywebsite .table-bordered thead:first-child tr:first-child>th:first-child,
.bodywebsite .table-bordered tbody:first-child tr:first-child>td:first-child,
.bodywebsite .table-bordered tbody:first-child tr:first-child>th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.bodywebsite .table-bordered thead:first-child tr:first-child>th:last-child,
.bodywebsite .table-bordered tbody:first-child tr:first-child>td:last-child,
.bodywebsite .table-bordered tbody:first-child tr:first-child>th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.bodywebsite .table-bordered thead:last-child tr:last-child>th:first-child,
.bodywebsite .table-bordered tbody:last-child tr:last-child>td:first-child,
.bodywebsite .table-bordered tbody:last-child tr:last-child>th:first-child,
.bodywebsite .table-bordered tfoot:last-child tr:last-child>td:first-child,
.bodywebsite .table-bordered tfoot:last-child tr:last-child>th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.bodywebsite .table-bordered thead:last-child tr:last-child>th:last-child,
.bodywebsite .table-bordered tbody:last-child tr:last-child>td:last-child,
.bodywebsite .table-bordered tbody:last-child tr:last-child>th:last-child,
.bodywebsite .table-bordered tfoot:last-child tr:last-child>td:last-child,
.bodywebsite .table-bordered tfoot:last-child tr:last-child>th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.bodywebsite .table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.bodywebsite .table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.bodywebsite .table-bordered caption+thead tr:first-child th:first-child,
.bodywebsite .table-bordered caption+tbody tr:first-child td:first-child,
.bodywebsite .table-bordered colgroup+thead tr:first-child th:first-child,
.bodywebsite .table-bordered colgroup+tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.bodywebsite .table-bordered caption+thead tr:first-child th:last-child,
.bodywebsite .table-bordered caption+tbody tr:first-child td:last-child,
.bodywebsite .table-bordered colgroup+thead tr:first-child th:last-child,
.bodywebsite .table-bordered colgroup+tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.bodywebsite .table-striped tbody>tr:nth-child(odd)>td,
.bodywebsite .table-striped tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}
.bodywebsite .table-hover tbody tr:hover>td,
.bodywebsite .table-hover tbody tr:hover>th {
  background-color: #f5f5f5;
}
.bodywebsite table td[class*=span],
.bodywebsite table th[class*=span],
.bodywebsite .row-fluid table td[class*=span],
.bodywebsite .row-fluid table th[class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.bodywebsite .table td.span1,
.bodywebsite .table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.bodywebsite .table td.span2,
.bodywebsite .table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.bodywebsite .table td.span3,
.bodywebsite .table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.bodywebsite .table td.span4,
.bodywebsite .table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.bodywebsite .table td.span5,
.bodywebsite .table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.bodywebsite .table td.span6,
.bodywebsite .table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.bodywebsite .table td.span7,
.bodywebsite .table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.bodywebsite .table td.span8,
.bodywebsite .table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.bodywebsite .table td.span9,
.bodywebsite .table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.bodywebsite .table td.span10,
.bodywebsite .table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.bodywebsite .table td.span11,
.bodywebsite .table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.bodywebsite .table td.span12,
.bodywebsite .table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.bodywebsite .table tbody tr.success>td {
  background-color: #dff0d8;
}
.bodywebsite .table tbody tr.error>td {
  background-color: #f2dede;
}
.bodywebsite .table tbody tr.warning>td {
  background-color: #fcf8e3;
}
.bodywebsite .table tbody tr.info>td {
  background-color: #d9edf7;
}
.bodywebsite .table-hover tbody tr.success:hover>td {
  background-color: #d0e9c6;
}
.bodywebsite .table-hover tbody tr.error:hover>td {
  background-color: #ebcccc;
}
.bodywebsite .table-hover tbody tr.warning:hover>td {
  background-color: #faf2cc;
}
.bodywebsite .table-hover tbody tr.info:hover>td {
  background-color: #c4e3f3;
}
.bodywebsite .dropup,
.bodywebsite .dropdown {
  position: relative;
}
.bodywebsite .dropdown-toggle {
  *margin-bottom: -3px;
}
.bodywebsite .dropdown-toggle:active,
.bodywebsite .open .dropdown-toggle {
  outline: 0;
}
.bodywebsite .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.bodywebsite .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.bodywebsite .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.bodywebsite .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bodywebsite .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 05px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.bodywebsite .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}
.bodywebsite .dropdown-menu>li>a:hover,
.bodywebsite .dropdown-menu>li>a:focus,
.bodywebsite .dropdown-submenu:hover>a,
.bodywebsite .dropdown-submenu:focus>a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top,#08c,#0077b3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  background-image: -o-linear-gradient(top,#08c,#0077b3);
  background-image: linear-gradient(to bottom,#08c,#0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0076b2',GradientType=0);
}
.bodywebsite .dropdown-menu>.active>a,
.bodywebsite .dropdown-menu>.active>a:hover,
.bodywebsite .dropdown-menu>.active>a:focus {
  color: #333;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top,#08c,#0077b3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  background-image: -o-linear-gradient(top,#08c,#0077b3);
  background-image: linear-gradient(to bottom,#08c,#0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0076b2',GradientType=0);
}
.bodywebsite .dropdown-menu>.disabled>a,
.bodywebsite .dropdown-menu>.disabled>a:hover,
.bodywebsite .dropdown-menu>.disabled>a:focus {
  color: #999;
}
.bodywebsite .dropdown-menu>.disabled>a:hover,
.bodywebsite .dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}
.bodywebsite .open {
  *z-index: 1000;
}
.bodywebsite .open>.dropdown-menu {
  display: block;
}
.bodywebsite .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.bodywebsite .pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}
.bodywebsite .dropup .caret,
.bodywebsite .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.bodywebsite .dropup .dropdown-menu,
.bodywebsite .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.bodywebsite .dropdown-submenu {
  position: relative;
}
.bodywebsite .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.bodywebsite .dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.bodywebsite .dropup .dropdown-submenu>.dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.bodywebsite .dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.bodywebsite .dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}
.bodywebsite .dropdown-submenu.pull-left {
  float: none;
}
.bodywebsite .dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.bodywebsite .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.bodywebsite .typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bodywebsite .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.bodywebsite .well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.bodywebsite .well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bodywebsite .well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bodywebsite .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.bodywebsite .fade.in {
  opacity: 1;
}
.bodywebsite .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.bodywebsite .collapse.in {
  height: auto;
}
.bodywebsite .close {
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.bodywebsite .close:hover,
.bodywebsite .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40);
}
.bodywebsite button.close {
  padding: 3;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.bodywebsite .btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 0.9em;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe5e5e5',GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.bodywebsite .readmore a.btn {
  background-image: none;
  text-shadow: none;
  border: 0;
  box-shadow: none;
  color: #048;
  background-color: transparent;
  font-weight: 400;
}
.bodywebsite .btn:hover,
.bodywebsite .btn:focus,
.bodywebsite .btn:active,
.bodywebsite .btn.active,
.bodywebsite .btn.disabled,
.bodywebsite .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.bodywebsite .btn:active,
.bodywebsite .btn.active {
  background-color: #ccc \9;
}
.bodywebsite .btn:first-child {
  *margin-left: 0;
}
.bodywebsite .btn:hover,
.bodywebsite .btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.bodywebsite .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bodywebsite .btn.active,
.bodywebsite .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}
.bodywebsite .btn.disabled,
.bodywebsite .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bodywebsite .btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bodywebsite .btn-large [class^=icon-],
.bodywebsite .btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.bodywebsite .btn-small {
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bodywebsite .btn-small [class^=icon-],
.bodywebsite .btn-small [class*=" icon-"] {
  margin-top: 0;
}
.bodywebsite .btn-mini [class^=icon-],
.bodywebsite .btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.bodywebsite .btn-mini {
  padding: 0 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bodywebsite .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bodywebsite .btn-block+.btn-block {
  margin-top: 5px;
}
.bodywebsite input[type=submit].btn-block,
.bodywebsite input[type=reset].btn-block,
.bodywebsite input[type=button].btn-block {
  width: 100%;
}
.bodywebsite .btn-primary.active,
.bodywebsite .btn-warning.active,
.bodywebsite .btn-danger.active,
.bodywebsite .btn-success.active,
.bodywebsite .btn-info.active,
.bodywebsite .btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.bodywebsite .btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0043cc',GradientType=0);
  border-color: #04c #04c #002a80;
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bodywebsite .btn-primary:hover,
.bodywebsite .btn-primary:focus,
.bodywebsite .btn-primary:active,
.bodywebsite .btn-primary.active,
.bodywebsite .btn-primary.disabled,
.bodywebsite .btn-primary[disabled] {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3;
}
.bodywebsite .btn-primary:active,
.bodywebsite .btn-primary.active {
  background-color: #039 \9;
}
.bodywebsite .btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f',endColorstr='#fff89406',GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bodywebsite .btn-warning:hover,
.bodywebsite .btn-warning:focus,
.bodywebsite .btn-warning:active,
.bodywebsite .btn-warning.active,
.bodywebsite .btn-warning.disabled,
.bodywebsite .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.bodywebsite .btn-warning:active,
.bodywebsite .btn-warning.active {
  background-color: #c67605 \9;
}
.bodywebsite .btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
  border-color: #bd362f #bd362f #802420;
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bodywebsite .btn-danger:hover,
.bodywebsite .btn-danger:focus,
.bodywebsite .btn-danger:active,
.bodywebsite .btn-danger.active,
.bodywebsite .btn-danger.disabled,
.bodywebsite .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.bodywebsite .btn-danger:active,
.bodywebsite .btn-danger.active {
  background-color: #942a25 \9;
}
.bodywebsite .btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
  border-color: #51a351 #51a351 #387038;
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bodywebsite .btn-success:hover,
.bodywebsite .btn-success:focus,
.bodywebsite .btn-success:active,
.bodywebsite .btn-success.active,
.bodywebsite .btn-success.disabled,
.bodywebsite .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.bodywebsite .btn-success:active,
.bodywebsite .btn-success.active {
  background-color: #408140 \9;
}
.bodywebsite .btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bodywebsite .btn-info:hover,
.bodywebsite .btn-info:focus,
.bodywebsite .btn-info:active,
.bodywebsite .btn-info.active,
.bodywebsite .btn-info.disabled,
.bodywebsite .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.bodywebsite .btn-info:active,
.bodywebsite .btn-info.active {
  background-color: #24748c \9;
}
.bodywebsite .btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
  border-color: #222 #222 #000;
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bodywebsite .btn-inverse:hover,
.bodywebsite .btn-inverse:focus,
.bodywebsite .btn-inverse:active,
.bodywebsite .btn-inverse.active,
.bodywebsite .btn-inverse.disabled,
.bodywebsite .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.bodywebsite .btn-inverse:active,
.bodywebsite .btn-inverse.active {
  background-color: #090909 \9;
}
.bodywebsite button.btn,
.bodywebsite input[type=submit].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.bodywebsite button.btn::-moz-focus-inner,
.bodywebsite input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.bodywebsite button.btn.btn-large,
.bodywebsite input[type=submit].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.bodywebsite button.btn.btn-small,
.bodywebsite input[type=submit].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.bodywebsite button.btn.btn-mini,
.bodywebsite input[type=submit].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.bodywebsite .btn-link,
.bodywebsite .btn-link:active,
.bodywebsite .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bodywebsite .btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bodywebsite .btn-link:hover,
.bodywebsite .btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.bodywebsite .btn-link[disabled]:hover,
.bodywebsite .btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
.bodywebsite .btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.bodywebsite .btn-group:first-child {
  *margin-left: 0;
}
.bodywebsite .btn-group+.btn-group {
  margin-left: 5px;
}
.bodywebsite .btn-toolbar {
  font-size: 0;
  margin-top: 9px;
  margin-bottom: 9px;
}
.bodywebsite .btn-toolbar>.btn+.btn,
.bodywebsite .btn-toolbar>.btn-group+.btn,
.bodywebsite .btn-toolbar>.btn+.btn-group {
  margin-left: 5px;
}
.bodywebsite .btn-group>.btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bodywebsite .btn-group>.btn+.btn {
  margin-left: -1px;
}
.bodywebsite .btn-group>.btn,
.bodywebsite .btn-group>.dropdown-menu,
.bodywebsite .btn-group>.popover {
  font-size: 13px;
}
.bodywebsite .btn-group>.btn-mini {
  font-size: 9.75px;
}
.bodywebsite .btn-group>.btn-small {
  font-size: 12px;
}
.bodywebsite .btn-group>.btn-large {
  font-size: 16.25px;
}
.bodywebsite .btn-group>.btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.bodywebsite .btn-group>.btn:last-child,
.bodywebsite .btn-group>.dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.bodywebsite .btn-group>.btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.bodywebsite .btn-group>.btn.large:last-child,
.bodywebsite .btn-group>.large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.bodywebsite .btn-group>.btn:hover,
.bodywebsite .btn-group>.btn:focus,
.bodywebsite .btn-group>.btn:active,
.bodywebsite .btn-group>.btn.active {
  z-index: 2;
}
.bodywebsite .btn-group .dropdown-toggle:active,
.bodywebsite .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bodywebsite .btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.125), inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.125), inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,0.125), inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.bodywebsite .btn-group>.btn-mini+.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.bodywebsite .btn-group>.btn-small+.dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.bodywebsite .btn-group>.btn-large+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.bodywebsite .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}
.bodywebsite .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.bodywebsite .btn-group.open .btn-primary.dropdown-toggle {
  background-color: #04c;
}
.bodywebsite .btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.bodywebsite .btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.bodywebsite .btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.bodywebsite .btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.bodywebsite .btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.bodywebsite .btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.bodywebsite .btn-large .caret {
  margin-top: 6px;
}
.bodywebsite .btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.bodywebsite .btn-mini .caret,
.bodywebsite .btn-small .caret {
  margin-top: 8px;
}
.bodywebsite .dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.bodywebsite .btn-primary .caret,
.bodywebsite .btn-warning .caret,
.bodywebsite .btn-danger .caret,
.bodywebsite .btn-info .caret,
.bodywebsite .btn-success .caret,
.bodywebsite .btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bodywebsite .btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.bodywebsite .btn-group-vertical>.btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bodywebsite .btn-group-vertical>.btn+.btn {
  margin-left: 0;
  margin-top: -1px;
}
.bodywebsite .btn-group-vertical>.btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.bodywebsite .btn-group-vertical>.btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.bodywebsite .btn-group-vertical>.btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.bodywebsite .btn-group-vertical>.btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.bodywebsite .alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bodywebsite .alert,
.bodywebsite .alert h4 {
  color: #c09853;
}
.bodywebsite .alert h4 {
  margin: 0;
}
.bodywebsite .alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.bodywebsite .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.bodywebsite .alert-success h4 {
  color: #468847;
}
.bodywebsite .alert-danger,
.bodywebsite .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.bodywebsite .alert-danger h4,
.bodywebsite .alert-error h4 {
  color: #b94a48;
}
.bodywebsite .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.bodywebsite .alert-info h4 {
  color: #3a87ad;
}
.bodywebsite .alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.bodywebsite .alert-block>p,
.bodywebsite .alert-block>ul {
  margin-bottom: 0;
}
.bodywebsite .alert-block p+p {
  margin-top: 5px;
}

.bodywebsite .nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}
.bodywebsite .nav .dropdown-toggle:hover .caret,
.bodywebsite .nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.bodywebsite .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.bodywebsite .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bodywebsite .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.bodywebsite .nav>.dropdown.active>a:hover,
.bodywebsite .nav>.dropdown.active>a:focus {
  cursor: pointer;
}
.bodywebsite .nav-tabs .open .dropdown-toggle,
.bodywebsite .nav-pills .open .dropdown-toggle,
.bodywebsite .nav>li.dropdown.open.active>a:hover,
.bodywebsite .nav>li.dropdown.open.active>a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.bodywebsite .nav li.dropdown.open .caret,
.bodywebsite .nav li.dropdown.open.active .caret,
.bodywebsite .nav li.dropdown.open a:hover .caret,
.bodywebsite .nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bodywebsite .tabs-stacked .open>a:hover,
.bodywebsite .tabs-stacked .open>a:focus {
  border-color: #999;
}
.bodywebsite .tabbable {
  *zoom: 1;
}
.bodywebsite .tabbable:before,
.bodywebsite .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.bodywebsite .tabbable:after {
  clear: both;
}
.bodywebsite .tab-content {
  overflow: auto;
}
.bodywebsite .tabs-below>.nav-tabs,
.bodywebsite .tabs-right>.nav-tabs,
.bodywebsite .tabs-left>.nav-tabs {
  border-bottom: 0;
}
.bodywebsite .tab-content>.tab-pane,
.bodywebsite .pill-content>.pill-pane {
  display: none;
}
.bodywebsite .tab-content>.active,
.bodywebsite .pill-content>.active {
  display: block;
}
.bodywebsite .tabs-below>.nav-tabs {
  border-top: 1px solid #ddd;
}
.bodywebsite .tabs-below>.nav-tabs>li {
  margin-top: -1px;
  margin-bottom: 0;
}
.bodywebsite .tabs-below>.nav-tabs>li>a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.bodywebsite .tabs-below>.nav-tabs>li>a:hover,
.bodywebsite .tabs-below>.nav-tabs>li>a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.bodywebsite .tabs-below>.nav-tabs>.active>a,
.bodywebsite .tabs-below>.nav-tabs>.active>a:hover,
.bodywebsite .tabs-below>.nav-tabs>.active>a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.bodywebsite .tabs-left>.nav-tabs>li,
.bodywebsite .tabs-right>.nav-tabs>li {
  float: none;
}
.bodywebsite .tabs-left>.nav-tabs>li>a,
.bodywebsite .tabs-right>.nav-tabs>li>a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.bodywebsite .tabs-left>.nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.bodywebsite .tabs-left>.nav-tabs>li>a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.bodywebsite .tabs-left>.nav-tabs>li>a:hover,
.bodywebsite .tabs-left>.nav-tabs>li>a:focus {
  border-color: #eee #ddd #eee #eee;
}
.bodywebsite .tabs-left>.nav-tabs .active>a,
.bodywebsite .tabs-left>.nav-tabs .active>a:hover,
.bodywebsite .tabs-left>.nav-tabs .active>a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.bodywebsite .tabs-right>.nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.bodywebsite .tabs-right>.nav-tabs>li>a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.bodywebsite .tabs-right>.nav-tabs>li>a:hover,
.bodywebsite .tabs-right>.nav-tabs>li>a:focus {
  border-color: #eee #eee #eee #ddd;
}
.bodywebsite .tabs-right>.nav-tabs .active>a,
.bodywebsite .tabs-right>.nav-tabs .active>a:hover,
.bodywebsite .tabs-right>.nav-tabs .active>a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.bodywebsite .nav>.disabled>a {
  color: #999;
}
.bodywebsite .nav>.disabled>a:hover,
.bodywebsite .nav>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.bodywebsite .navbar {
  overflow: visible;
  margin-bottom: 18px;
  *position: relative;
  *z-index: 2;
}
.bodywebsite .navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top,#ffffff,#f2f2f2);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f2f2f2));
  background-image: -webkit-linear-gradient(top,#ffffff,#f2f2f2);
  background-image: -o-linear-gradient(top,#ffffff,#f2f2f2);
  background-image: linear-gradient(to bottom,#ffffff,#f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  *zoom: 1;
}
.bodywebsite .navbar-inner:before,
.bodywebsite .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.bodywebsite .navbar-inner:after {
  clear: both;
}
.bodywebsite .navbar .container {
  width: auto;
}
.bodywebsite .nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.bodywebsite .navbar .brand {
  float: left;
  display: block;
  padding: 11px 20px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #555;
  text-shadow: 0 1px 0 #fff;
}
.bodywebsite .navbar .brand:hover,
.bodywebsite .navbar .brand:focus {
  text-decoration: none;
}
.bodywebsite .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #555;
}
.bodywebsite .navbar-link {
  color: #555;
}
.bodywebsite .navbar-link:hover,
.bodywebsite .navbar-link:focus {
  color: #333;
}
.bodywebsite .navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #fff;
}
.bodywebsite .navbar .btn,
.bodywebsite .navbar .btn-group {
  margin-top: 5px;
}
.bodywebsite .navbar .btn-group .btn,
.bodywebsite .navbar .input-prepend .btn,
.bodywebsite .navbar .input-append .btn,
.bodywebsite .navbar .input-prepend .btn-group,
.bodywebsite .navbar .input-append .btn-group {
  margin-top: 0;
}
.bodywebsite .navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.bodywebsite .navbar-form:before,
.bodywebsite .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.bodywebsite .navbar-form:after {
  clear: both;
}
.bodywebsite .navbar-form input,
.bodywebsite .navbar-form select,
.bodywebsite .navbar-form .radio,
.bodywebsite .navbar-form .checkbox {
  margin-top: 5px;
}
.bodywebsite .navbar-form input,
.bodywebsite .navbar-form select,
.bodywebsite .navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.bodywebsite .navbar-form input[type=image],
.bodywebsite .navbar-form input[type=checkbox],
.bodywebsite .navbar-form input[type=radio] {
  margin-top: 3px;
}
.bodywebsite .navbar-form .input-append,
.bodywebsite .navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.bodywebsite .navbar-form .input-append input,
.bodywebsite .navbar-form .input-prepend input {
  margin-top: 0;
}
.bodywebsite .navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.bodywebsite .navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.bodywebsite .navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.bodywebsite .navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bodywebsite .navbar-fixed-top,
.bodywebsite .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.bodywebsite .navbar-fixed-top .navbar-inner,
.bodywebsite .navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.bodywebsite .navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.bodywebsite .navbar-fixed-top .navbar-inner,
.bodywebsite .navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bodywebsite .navbar-static-top .container,
.bodywebsite .navbar-fixed-top .container,
.bodywebsite .navbar-fixed-bottom .container {
  width: 940px;
}
.bodywebsite .navbar-fixed-top {
  top: 0;
}
.bodywebsite .navbar-fixed-top .navbar-inner,
.bodywebsite .navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
  box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}
.bodywebsite .navbar-fixed-bottom {
  bottom: 0;
}
.bodywebsite .navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,0.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,0.1);
}
.bodywebsite .navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.bodywebsite .navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.bodywebsite .navbar .nav>li {
  float: left;
}
.bodywebsite .navbar .nav>li>a {
  float: none;
  padding: 11px 15px;
  color: #555;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
.bodywebsite .navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.bodywebsite .navbar .nav>li>a:focus,
.bodywebsite .navbar .nav>li>a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
.bodywebsite .navbar .nav>.active>a,
.bodywebsite .navbar .nav>.active>a:hover,
.bodywebsite .navbar .nav>.active>a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}
.bodywebsite .navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
  background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
  background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075);
}
.bodywebsite .navbar .btn-navbar:hover,
.bodywebsite .navbar .btn-navbar:focus,
.bodywebsite .navbar .btn-navbar:active,
.bodywebsite .navbar .btn-navbar.active,
.bodywebsite .navbar .btn-navbar.disabled,
.bodywebsite .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.bodywebsite .navbar .btn-navbar:active,
.bodywebsite .navbar .btn-navbar.active {
  background-color: #ccc \9;
}
.bodywebsite .navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.bodywebsite .btn-navbar .icon-bar+.icon-bar {
  margin-top: 3px;
}
.bodywebsite .navbar .nav>li>.dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.bodywebsite .navbar .nav>li>.dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.bodywebsite .navbar-fixed-bottom .nav>li>.dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0,0,0,0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.bodywebsite .navbar-fixed-bottom .nav>li>.dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.bodywebsite .navbar .nav li.dropdown>a:hover .caret,
.bodywebsite .navbar .nav li.dropdown>a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.bodywebsite .navbar .nav li.dropdown.open>.dropdown-toggle,
.bodywebsite .navbar .nav li.dropdown.active>.dropdown-toggle,
.bodywebsite .navbar .nav li.dropdown.open.active>.dropdown-toggle {
  background-color: #e6e6e6;
  color: #555;
}
.bodywebsite .navbar .nav li.dropdown>.dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.bodywebsite .navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.bodywebsite .navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.bodywebsite .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.bodywebsite .navbar .pull-right>li>.dropdown-menu,
.bodywebsite .navbar .nav>li>.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.bodywebsite .navbar .pull-right>li>.dropdown-menu:before,
.bodywebsite .navbar .nav>li>.dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.bodywebsite .navbar .pull-right>li>.dropdown-menu:after,
.bodywebsite .navbar .nav>li>.dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.bodywebsite .navbar .pull-right>li>.dropdown-menu .dropdown-menu,
.bodywebsite .navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.bodywebsite .navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top,#222222,#111111);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));
  background-image: -webkit-linear-gradient(top,#222222,#111111);
  background-image: -o-linear-gradient(top,#222222,#111111);
  background-image: linear-gradient(to bottom,#222222,#111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);
  border-color: #252525;
}
.bodywebsite .navbar-inverse .brand,
.bodywebsite .navbar-inverse .nav>li>a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.bodywebsite .navbar-inverse .brand:hover,
.bodywebsite .navbar-inverse .brand:focus,
.bodywebsite .navbar-inverse .nav>li>a:hover,
.bodywebsite .navbar-inverse .nav>li>a:focus {
  color: #fff;
}
.bodywebsite .navbar-inverse .brand {
  color: #999;
}
.bodywebsite .navbar-inverse .navbar-text {
  color: #999;
}
.bodywebsite .navbar-inverse .nav>li>a:focus,
.bodywebsite .navbar-inverse .nav>li>a:hover {
  background-color: transparent;
  color: #fff;
}
.bodywebsite .navbar-inverse .nav .active>a,
.bodywebsite .navbar-inverse .nav .active>a:hover,
.bodywebsite .navbar-inverse .nav .active>a:focus {
  color: #fff;
  background-color: #111;
}
.bodywebsite .navbar-inverse .navbar-link {
  color: #999;
}
.bodywebsite .navbar-inverse .navbar-link:hover,
.bodywebsite .navbar-inverse .navbar-link:focus {
  color: #fff;
}
.bodywebsite .navbar-inverse .divider-vertical {
  border-left-color: #111;
  border-right-color: #222;
}
.bodywebsite .navbar-inverse .nav li.dropdown.open>.dropdown-toggle,
.bodywebsite .navbar-inverse .nav li.dropdown.active>.dropdown-toggle,
.bodywebsite .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
  background-color: #111;
  color: #fff;
}
.bodywebsite .navbar-inverse .nav li.dropdown>a:hover .caret,
.bodywebsite .navbar-inverse .nav li.dropdown>a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bodywebsite .navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.bodywebsite .navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,
.bodywebsite .navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,
.bodywebsite .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bodywebsite .navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.bodywebsite .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.bodywebsite .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.bodywebsite .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.bodywebsite .navbar-inverse .navbar-search .search-query:focus,
.bodywebsite .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  box-shadow: 0 0 3px rgba(0,0,0,0.15);
  outline: 0;
}
.bodywebsite .navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top,#151515,#040404);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
  background-image: -webkit-linear-gradient(top,#151515,#040404);
  background-image: -o-linear-gradient(top,#151515,#040404);
  background-image: linear-gradient(to bottom,#151515,#040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);
  border-color: #040404 #040404 #000;
  *background-color: #040404;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bodywebsite .navbar-inverse .btn-navbar:hover,
.bodywebsite .navbar-inverse .btn-navbar:focus,
.bodywebsite .navbar-inverse .btn-navbar:active,
.bodywebsite .navbar-inverse .btn-navbar.active,
.bodywebsite .navbar-inverse .btn-navbar.disabled,
.bodywebsite .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}
.bodywebsite .navbar-inverse .btn-navbar:active,
.bodywebsite .navbar-inverse .btn-navbar.active {
  background-color: #000 \9;
}
.bodywebsite .breadcrumb {
  padding: 8px 15px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bodywebsite .breadcrumb>li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
.bodywebsite .breadcrumb>li>.divider {
  padding: 0 5px;
  color: #ccc;
}
.bodywebsite .breadcrumb>.active {
  color: #999;
}
.bodywebsite .pagination {
  margin: 18px 0;
}
.bodywebsite .pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
}
.bodywebsite .pagination ul>li {
  display: inline;
}
.bodywebsite .pagination ul>li>a,
.bodywebsite .pagination ul>li>span {
  float: left;
  line-height: 18px;
  text-decoration: none;
  background-color: #fff;
}
.bodywebsite .pagination ul>li>a:hover,
.bodywebsite .pagination ul>li>a:focus,
.bodywebsite .pagination ul>.active>a,
.bodywebsite .pagination ul>.active>span {
  background-color: #f5f5f5;
}
.bodywebsite .pagination ul>.active>a,
.bodywebsite .pagination ul>.active>span {
  color: #999;
  cursor: default;
}
.bodywebsite .pagination ul>.disabled>span,
.bodywebsite .pagination ul>.disabled>a,
.bodywebsite .pagination ul>.disabled>a:hover,
.bodywebsite .pagination ul>.disabled>a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.bodywebsite .pagination ul>li:first-child>a,
.bodywebsite .pagination ul>li:first-child>span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.bodywebsite .pagination ul>li:last-child>a,
.bodywebsite .pagination ul>li:last-child>span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.bodywebsite .pagination-centered {
  text-align: center;
}
.bodywebsite .pagination-right {
  text-align: right;
}
.bodywebsite .pagination-large ul>li>a,
.bodywebsite .pagination-large ul>li>span {
  padding: 11px 19px;
  font-size: 16.25px;
}
.bodywebsite .pagination-large ul>li:first-child>a,
.bodywebsite .pagination-large ul>li:first-child>span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.bodywebsite .pagination-large ul>li:last-child>a,
.bodywebsite .pagination-large ul>li:last-child>span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.bodywebsite .pagination-mini ul>li:first-child>a,
.bodywebsite .pagination-mini ul>li:first-child>span,
.bodywebsite .pagination-small ul>li:first-child>a,
.bodywebsite .pagination-small ul>li:first-child>span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.bodywebsite .pagination-mini ul>li:last-child>a,
.bodywebsite .pagination-mini ul>li:last-child>span,
.bodywebsite .pagination-small ul>li:last-child>a,
.bodywebsite .pagination-small ul>li:last-child>span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.bodywebsite .pagination-small ul>li>a,
.bodywebsite .pagination-small ul>li>span {
  padding: 2px 10px;
  font-size: 12px;
}
.bodywebsite .pagination-mini ul>li>a,
.bodywebsite .pagination-mini ul>li>span {
  padding: 0 6px;
  font-size: 9.75px;
}
.bodywebsite .pager {
  margin: 18px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.bodywebsite .pager:before,
.bodywebsite .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.bodywebsite .pager:after {
  clear: both;
}
.bodywebsite .pager li {
  display: inline;
}
.bodywebsite .pager li>a,
.bodywebsite .pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.bodywebsite .pager li>a:hover,
.bodywebsite .pager li>a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.bodywebsite .pager .next>a,
.bodywebsite .pager .next>span {
  float: right;
}
.bodywebsite .pager .previous>a,
.bodywebsite .pager .previous>span {
  float: left;
}
.bodywebsite .pager .disabled>a,
.bodywebsite .pager .disabled>a:hover,
.bodywebsite .pager .disabled>a:focus,
.bodywebsite .pager .disabled>span {
  color: #999;
  background-color: #fff;
  cursor: default;
}
.bodywebsite .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.bodywebsite .modal-backdrop.fade {
  opacity: 0;
}
.bodywebsite .modal-backdrop,
.bodywebsite .modal-backdrop.fade.in {
  opacity: .8;
  filter: alpha(opacity=80);
}
.bodywebsite .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.bodywebsite .modal-header .close {
  margin-top: 2px;
}
.bodywebsite .modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.bodywebsite .modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.bodywebsite .modal-form {
  margin-bottom: 0;
}
.bodywebsite .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.bodywebsite .modal-footer:before,
.bodywebsite .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.bodywebsite .modal-footer:after {
  clear: both;
}
.bodywebsite .modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.bodywebsite .modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}
.bodywebsite .modal-footer .btn-block+.btn-block {
  margin-left: 0;
}
.bodywebsite .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bodywebsite .tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.bodywebsite .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.bodywebsite .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.bodywebsite .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.bodywebsite .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.bodywebsite .tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #445;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bodywebsite .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bodywebsite .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bodywebsite .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.bodywebsite .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.bodywebsite .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bodywebsite .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  white-space: normal;
}
.bodywebsite .popover.top {
  margin-top: -10px;
}
.bodywebsite .popover.right {
  margin-left: 10px;
}
.bodywebsite .popover.bottom {
  margin-top: 10px;
}
.bodywebsite .popover.left {
  margin-left: -10px;
}
.bodywebsite .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.bodywebsite .popover-title:empty {
  display: none;
}
.bodywebsite .popover-content {
  padding: 9px 14px;
}
.bodywebsite .popover .arrow,
.bodywebsite .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bodywebsite .popover .arrow {
  border-width: 11px;
}
.bodywebsite .popover .arrow:after {
  border-width: 10px;
  content: "";
}
.bodywebsite .popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}
.bodywebsite .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.bodywebsite .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,0.25);
}
.bodywebsite .popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.bodywebsite .popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px;
}
.bodywebsite .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.bodywebsite .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
}
.bodywebsite .popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.bodywebsite .thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.bodywebsite .thumbnails:before,
.bodywebsite .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.bodywebsite .thumbnails:after {
  clear: both;
}
.bodywebsite .row-fluid .thumbnails {
  margin-left: 0;
}
.bodywebsite .thumbnails>li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}
.bodywebsite .thumbnail {
  display: block;
  padding: 4px;
  line-height: 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.bodywebsite a.thumbnail:hover,
.bodywebsite a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.bodywebsite .thumbnail>img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bodywebsite .thumbnail .caption {
  padding: 9px;
  color: #555;
}
.bodywebsite .label,
.bodywebsite .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #999;
}
.bodywebsite .label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bodywebsite .badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.bodywebsite .label:empty,
.bodywebsite .badge:empty {
  display: none;
}
.bodywebsite a.label:hover,
.bodywebsite a.label:focus,
.bodywebsite a.badge:hover,
.bodywebsite a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bodywebsite .label-important,
.bodywebsite .badge-important {
  background-color: #b94a48;
}
.bodywebsite .label-important[href],
.bodywebsite .badge-important[href] {
  background-color: #953b39;
}
.bodywebsite .label-warning,
.bodywebsite .badge-warning {
  background-color: #f89406;
}
.bodywebsite .label-warning[href],
.bodywebsite .badge-warning[href] {
  background-color: #c67605;
}
.bodywebsite .label-success,
.bodywebsite .badge-success {
  background-color: #468847;
}
.bodywebsite .label-success[href],
.bodywebsite .badge-success[href] {
  background-color: #356635;
}
.bodywebsite .label-info,
.bodywebsite .badge-info {
  background-color: #3a87ad;
}
.bodywebsite .label-info[href],
.bodywebsite .badge-info[href] {
  background-color: #2d6987;
}
.bodywebsite .label-inverse,
.bodywebsite .badge-inverse {
  background-color: #333;
}
.bodywebsite .label-inverse[href],
.bodywebsite .badge-inverse[href] {
  background-color: #1a1a1a;
}
.bodywebsite .btn .label,
.bodywebsite .btn .badge {
  position: relative;
  top: -1px;
}
.bodywebsite .btn-mini .label,
.bodywebsite .btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  .bodywebsite from {
    background-position: 40px 0;
  }
  .bodywebsite to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  .bodywebsite from {
    background-position: 40px 0;
  }
  .bodywebsite to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  .bodywebsite from {
    background-position: 40px 0;
  }
  .bodywebsite to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  .bodywebsite from {
    background-position: 0 0;
  }
  .bodywebsite to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  .bodywebsite from {
    background-position: 40px 0;
  }
  .bodywebsite to {
    background-position: 0 0;
  }
}
.bodywebsite .pull-right {
  float: right;
}
.bodywebsite div.item-page div.pull-right {
  margin-top: -14px;
}
.bodywebsite .blog-featured div div div.pull-right {
  margin-top: 32px;
}
.bodywebsite .toggle-editor {
  margin-top: 16px !important;
}
.bodywebsite .pull-left {
  float: left;
}
.bodywebsite .hide {
  display: none;
}
.bodywebsite .show {
  display: block;
}
.bodywebsite .invisible {
  visibility: hidden;
}
.bodywebsite .affix {
  position: fixed;
}
.bodywebsite .hidden {
  display: none;
  visibility: hidden;
}
.bodywebsite .visible-phone {
  display: none !important;
}
.bodywebsite .visible-tablet {
  display: none !important;
}
.bodywebsite .hidden-desktop {
  display: none !important;
}
.bodywebsite .visible-desktop {
  display: inherit !important;
}


@media (max-width: 767px) {
    /* Force values for small screen 767 */
    
    .bodywebsite .imgbanlogo {
        padding-left: 10px;    
    }
    
    .bodywebsite .rd-navbar-toggle {
        padding-top: 9px;
    }
    
    .bodywebsite h2, .bodywebsite div.contentheading {
        font-size: 1.1em !important;
    }
    .bodywebsite .moduletableboxfeature .dolibarrh2 {
        font-size: 1.2em !important;
    }
    .bodywebsite .moduletableboxfeature .dolibarrh2.smallh2 {
       font-size: 1em !important;
    }
    .bodywebsite .dolibarrh2 .h2fa {
        font-size: 1.4em;
    }

    .bodywebsite .smallonsmartphone {
        font-size: 0.7em;
    }
    
    .bodywebsite ul#mainmenu {
        background: #f4f4f8;
    }
    
    .bodywebsite .inner_skew {
        opacity: 0.1;
        background: #fff;
    }
    .bodywebsite .inner_skew_news {
        background: #fff;
    }
    .bodywebsite .inner_skew_doc {
        background: #fff;
    }
    
    .bodywebsite .imgembedded {
        margin-left: 10px;
        width: 60px;
    }

    .bodywebsite .imgthumbnews {
        width: 40px;
        margin-right: 10px;
    }
    .bodywebsite .form-search {
        position: absolute;
        top: 4px;
        right: 10px;
    }
    .bodywebsite #logo {
        /* text-align: left !important; */
    }  
    .bodywebsite a#logo.left {
        text-align: left;
    }
    .bodywebsite #nav {
        box-shadow: unset !important;
        border-bottom: 1px solid #385a7f;
    }
  
  .bodywebsite .blogdate2 {
    top: -30px;    
  }
  
  .bodywebsite .hideonsmartphone { display: none; }
  .bodywebsite .hideonsmartphoneimp { display: none !important; }
  .bodywebsite .secondleveltext { display: none; }
  
  .bodywebsite .hidden-desktop {
    display: inherit !important;
  }
  .bodywebsite .visible-desktop {
    display: none !important;
  }
  .bodywebsite .visible-phone {
    display: inherit !important;
  }
  .bodywebsite .hidden-phone {
    display: none !important;
  }
  .bodywebsite .floatleftvideo {
    float: left;
    margin-left: 20px !important;
    margin-bottom: 10px;
  }
  .bodywebsite .floatrightvideo {
    float: right;
    margin-right: 20px !important;
    margin-bottom: 10px;
  }
  .bodywebsite div.user1, .bodywebsite section.user1 {
    background-image: none;
    background-position-y: -100px;
    background-position-x: -50px;
    background-size: cover !important;
  }
  .bodywebsite .hometoptitle {
    padding-top: 0 !important;
  }
  .bodywebsite .wrapper {
    margin-top: 0 !important;
  }
  .bodywebsite .positiontitle {
    padding-top: 24px !important;
    font-size: 30px !important;
    text-shadow: 3px 3px 3px #fff;
    font-weight: 700;
  }
  .bodywebsite .positionsubtitle {
    padding-top: 5px !important;
    font-size: 18px !important;
    font-weight: 700;
  }
  .bodywebsite .positionsubsubtitle {
    font-size: 18px !important;
    font-weight: 700;
  }
  .bodywebsite .positiontitle,
  .bodywebsite .positionsubtitle,
  .bodywebsite .positionsubsubtitle {
    color: #000;
  }
  .bodywebsite .position {
    padding: 15px !important;
  }
  
  .bodywebsite .user1 {
    height: 190px !important;
  }
  .bodywebsite h1 {
    font-size: 1em !important;
  }
  .bodywebsite .forumleft {
    margin-left: 50px;
   }

   .bodywebsite .item-title {
       font-size: 1em !important;
   }

    .bodywebsite dl.article-info.muted {
        clear: both;
        padding-top: 8px;
    }
    
    .bodywebsite .readmore {
        text-align: center;
    }
    
    .bodywebsite img.imgthumb2 {
        float: left;
        width: 80px;
        padding-right: 10px;
    }
    
    .bodywebsite .vignette {
        box-shadow: 2px 2px 10px #ddd;
    }
    
    .bodywebsite section#sectionnews {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: stretch;
    }
    .bodywebsite .divblogpost {
        /* flex-shrink: 3; */
        flex-grow: 1;
        margin: 18px;
        max-width: calc(100% - 50px);
        min-width: 280px;
    }

    .bodywebsite #nav ul li:hover, .bodywebsite #nav ul li:hover .item, .bodywebsite #nav ul li.active:hover, .bodywebsite #nav ul li:hover a, .bodywebsite #nav ul li:hover a.item, .bodywebsite #nav ul li.active:hover a {
        color: rgb(165, 175, 165);
    }
}

@media (max-width: 650px) {
  .bodywebsite .floatleftvideo {
    float: none !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 10px;
    text-align: center;
  }
  .bodywebsite .floatrightvideo {
    float: none !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 10px;
    text-align: center;
  }
}
.bodywebsite .visible-print {
  display: none !important;
}
@media print {
  .bodywebsite .visible-print {
    display: inherit !important;
  }
  .bodywebsite .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .bodywebsite body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bodywebsite .navbar-fixed-top,
  .bodywebsite .navbar-fixed-bottom,
  .bodywebsite .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .bodywebsite .container-fluid {
    padding: 0;
  }
  .bodywebsite .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .bodywebsite .dl-horizontal dd {
    margin-left: 0;
  }
  .bodywebsite .container {
    width: auto;
  }
  .bodywebsite .row-fluid {
    width: 100%;
  }
  .bodywebsite .row,
  .bodywebsite .thumbnails {
    margin-left: 0;
  }
  .bodywebsite .thumbnails>li {
    float: none;
    margin-left: 0;
  }
  .bodywebsite [class*=span],
  .bodywebsite .uneditable-input[class*=span],
  .bodywebsite .row-fluid [class*=span] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bodywebsite .span12,
  .bodywebsite .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bodywebsite .row-fluid [class*=offset]:first-child {
    margin-left: 0;
  }
  .bodywebsite .input-large,
  .bodywebsite .input-xlarge,
  .bodywebsite .input-xxlarge,
  .bodywebsite input[class*=span],
  .bodywebsite select[class*=span],
  .bodywebsite textarea[class*=span],
  .bodywebsite .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bodywebsite .input-prepend input,
  .bodywebsite .input-append input,
  .bodywebsite .input-prepend input[class*=span],
  .bodywebsite .input-append input[class*=span] {
    display: inline-block;
    width: auto;
  }
  .bodywebsite .controls-row [class*=span]+[class*=span] {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .bodywebsite .nav-collapse {
    -webkit-transform: translate3d(0,0,0);
  }
  .bodywebsite .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  .bodywebsite input[type=checkbox],
  .bodywebsite input[type=radio] {
    border: 1px solid #ccc;
  }
  .bodywebsite .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .bodywebsite .form-horizontal .controls {
    margin-left: 0;
  }
  .bodywebsite .form-horizontal .control-list {
    padding-top: 0;
  }
  .bodywebsite .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bodywebsite .media .pull-left,
  .bodywebsite .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .bodywebsite .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .bodywebsite .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .bodywebsite .carousel-caption {
    position: static;
  }
}
@media (min-width: 980px) {
  .bodywebsite .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.bodywebsite .small {
  font-size: 11px;
}
.bodywebsite iframe,
.bodywebsite svg {
  max-width: 100%;
}
.bodywebsite .nowrap {
  white-space: nowrap;
}
.bodywebsite .center,
.bodywebsite .table td.center,
.bodywebsite .table th.center {
  text-align: center;
}
.bodywebsite a.disabled,
.bodywebsite a.disabled:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
  text-decoration: none;
}
.bodywebsite .hero-unit {
  text-align: center;
}
.bodywebsite .hero-unit .lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
.bodywebsite .btn .caret {
  margin-bottom: 7px;
}
.bodywebsite .btn.btn-micro .caret {
  margin: 5px 0;
}
.bodywebsite .blog-row-rule,
.bodywebsite .blog-item-rule {
  border: 0;
}
.bodywebsite body.modal {
  padding-top: 0;
}
.bodywebsite .row-even,
.bodywebsite .row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #ddd;
}
.bodywebsite .row-odd {
  background-color: transparent;
}
.bodywebsite .row-even {
  background-color: #f9f9f9;
}
.bodywebsite .blog-row-rule,
.bodywebsite .blog-item-rule {
  border: 0;
}
.bodywebsite .row-fluid .row-reveal {
  visibility: hidden;
}
.bodywebsite .row-fluid:hover .row-reveal {
  visibility: visible;
}
.bodywebsite .btn-wide {
  width: 80%;
}
.bodywebsite .nav-list>li.offset>a {
  padding-left: 30px;
  font-size: 12px;
}
.bodywebsite .blog-row-rule,
.bodywebsite .blog-item-rule {
  border: 0;
}
.bodywebsite .row-fluid .offset1 {
  margin-left: 8.382978723%;
}
.bodywebsite .row-fluid .offset2 {
  margin-left: 16.89361702%;
}
.bodywebsite .row-fluid .offset3 {
  margin-left: 25.404255317%;
}
.bodywebsite .row-fluid .offset4 {
  margin-left: 33.914893614%;
}
.bodywebsite .row-fluid .offset5 {
  margin-left: 42.425531911%;
}
.bodywebsite .row-fluid .offset6 {
  margin-left: 50.93617020799999%;
}
.bodywebsite .row-fluid .offset7 {
  margin-left: 59.446808505%;
}
.bodywebsite .row-fluid .offset8 {
  margin-left: 67.95744680199999%;
}
.bodywebsite .row-fluid .offset9 {
  margin-left: 76.468085099%;
}
.bodywebsite .row-fluid .offset10 {
  margin-left: 84.97872339599999%;
}
.bodywebsite .row-fluid .offset11 {
  margin-left: 91.489361693%;
}
.bodywebsite .navbar .nav>li>a.btn {
  padding: 4px 10px;
  line-height: 18px;
}
.bodywebsite .nav-tabs.nav-dark {
  border-bottom: 1px solid #333;
  text-shadow: 1px 1px 1px #000;
}
.bodywebsite .nav-tabs.nav-dark>li>a {
  color: #f8f8f8;
}
.bodywebsite .nav-tabs.nav-dark>li>a:hover {
  border-color: #333 #333 #111;
  background-color: #777;
}
.bodywebsite .nav-tabs.nav-dark>.active>a,
.bodywebsite .nav-tabs.nav-dark>.active>a:hover {
  color: #fff;
  background-color: #555;
  border: 1px solid #222;
  border-bottom-color: transparent;
}
.bodywebsite .thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
.bodywebsite .thumbnail.pull-right {
  margin: 0 0 10px 10px;
}
.bodywebsite .width-10 {
  width: 10px;
}
.bodywebsite .width-20 {
  width: 20px;
}
.bodywebsite .width-30 {
  width: 30px;
}
.bodywebsite .width-40 {
  width: 40px;
}
.bodywebsite .width-50 {
  width: 50px;
}
.bodywebsite .width-60 {
  width: 60px;
}
.bodywebsite .width-70 {
  width: 70px;
}
.bodywebsite .width-80 {
  width: 80px;
}
.bodywebsite .width-90 {
  width: 90px;
}
.bodywebsite .width-100 {
  width: 100px;
}
.bodywebsite .height-10 {
  height: 10px;
}
.bodywebsite .height-20 {
  height: 20px;
}
.bodywebsite .height-30 {
  height: 30px;
}
.bodywebsite .height-40 {
  height: 40px;
}
.bodywebsite .height-50 {
  height: 50px;
}
.bodywebsite .height-60 {
  height: 60px;
}
.bodywebsite .height-70 {
  height: 70px;
}
.bodywebsite .height-80 {
  height: 80px;
}
.bodywebsite .height-90 {
  height: 90px;
}
.bodywebsite .height-100 {
  height: 100px;
}
.bodywebsite hr.hr-condensed {
  margin: 10px 0;
}
.bodywebsite .list-striped,
.bodywebsite .row-striped {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
}
.bodywebsite .list-striped li,
.bodywebsite .list-striped dd,
.bodywebsite .row-striped .row,
.bodywebsite .row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}
.bodywebsite .list-striped li:nth-child(odd),
.bodywebsite .list-striped dd:nth-child(odd),
.bodywebsite .row-striped .row:nth-child(odd),
.bodywebsite .row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.bodywebsite .list-striped li:hover,
.bodywebsite .list-striped dd:hover,
.bodywebsite .row-striped .row:hover,
.bodywebsite .row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.bodywebsite .row-striped .row-fluid {
  width: 97%;
}
.bodywebsite .row-striped .row-fluid [class*=span] {
  min-height: 10px;
}
.bodywebsite .row-striped .row-fluid [class*=span] {
  margin-left: 8px;
}
.bodywebsite .row-striped .row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.bodywebsite .list-condensed li {
  padding: 4px 5px;
}
.bodywebsite .row-condensed .row,
.bodywebsite .row-condensed .row-fluid {
  padding: 4px 5px;
}
.bodywebsite .list-bordered,
.bodywebsite .row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bodywebsite .radio.btn-group input[type=radio] {
  display: none;
}
.bodywebsite .radio.btn-group>label:first-of-type {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.bodywebsite fieldset.radio.btn-group {
  padding-left: 0;
}
.bodywebsite .iframe-bordered {
  border: 1px solid #ddd;
}
.bodywebsite .tab-content {
  overflow: visible;
}
.bodywebsite .tabs-left .tab-content {
  overflow: auto;
}
.bodywebsite .nav-tabs>li>span {
  display: block;
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.bodywebsite .btn-micro {
  padding: 1px 4px;
  font-size: 10px;
  line-height: 8px;
}
.bodywebsite .btn-group>.btn-micro {
  font-size: 10px;
}
.bodywebsite .tip-wrap {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
}
.bodywebsite .page-header {
  margin: 2px 0 10px;
  padding-bottom: 5px;
}
.bodywebsite .input-prepend .chzn-container-single .chzn-single {
  border-color: #ccc;
  height: 26px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bodywebsite .input-prepend .chzn-container-active .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.bodywebsite .input-prepend .chzn-container-single .chzn-drop {
  border-color: #ccc;
}
.bodywebsite .input-prepend>.add-on,
.bodywebsite .input-append>.add-on {
  vertical-align: top;
}
.bodywebsite .element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.bodywebsite .form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
.bodywebsite .form-vertical .controls {
  margin-left: 0;
}
.bodywebsite .width-auto {
  width: auto;
}
.bodywebsite .btn-group .chzn-results {
  white-space: normal;
}
.bodywebsite .accordion-body.in:hover {
  overflow: visible;
}
.bodywebsite .invalid {
  color: #9d261d;
  font-weight: 700;
}
.bodywebsite input.invalid {
  border: 1px solid #9d261d;
}
.bodywebsite .tooltip {
  max-width: 400px;
}
.bodywebsite .tooltip-inner {
  max-width: none;
  text-align: left;
  text-shadow: none;
}
.bodywebsite th .tooltip-inner {
  font-weight: 400;
}
.bodywebsite .tooltip.hasimage {
  opacity: 1;
}
.bodywebsite .tip-text {
  text-align: left;
}
.bodywebsite .btn-group>.btn+.dropdown-backdrop+.btn {
  margin-left: -1px;
}
.bodywebsite .btn-group>.btn+.dropdown-backdrop+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.125), inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.125), inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,0.125), inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.bodywebsite .btn-group>.btn-mini+.dropdown-backdrop+.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.bodywebsite .btn-group>.btn-small+.dropdown-backdrop+.dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.bodywebsite .btn-group>.btn-large+.dropdown-backdrop+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.bodywebsite .dropdown-menu {
  text-align: left;
}
.bodywebsite div.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 580px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.3);
  *border: 1pxsolid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.bodywebsite div.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.bodywebsite div.modal.fade.in {
  top: 10%;
}
.bodywebsite .modal-batch {
  overflow-y: visible;
}
@media (max-width: 767px) {
  .bodywebsite div.modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .bodywebsite div.modal.fade {
    top: -100px;
  }
  .bodywebsite div.modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .bodywebsite div.modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
}
.bodywebsite [class^=icon-],
.bodywebsite [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
}
.bodywebsite [class^=icon-]:before,
.bodywebsite [class^=icon-].disabled,
.bodywebsite [class*=" icon-"].disabled {
  font-weight: 400;
}
.bodywebsite .icon-joomla:before {
  content: "\e200";
}
.bodywebsite .icon-chevron-up:before,
.bodywebsite .icon-uparrow:before,
.bodywebsite .icon-arrow-up:before {
  content: "\e005";
}
.bodywebsite .icon-chevron-right:before,
.bodywebsite .icon-rightarrow:before,
.bodywebsite .icon-arrow-right:before {
  content: "\e006";
}
.bodywebsite .icon-chevron-down:before,
.bodywebsite .icon-downarrow:before,
.bodywebsite .icon-arrow-down:before {
  content: "\e007";
}
.bodywebsite .icon-chevron-left:before,
.bodywebsite .icon-leftarrow:before,
.bodywebsite .icon-arrow-left:before {
  content: "\e008";
}
.bodywebsite .icon-arrow-first:before {
  content: "\e003";
}
.bodywebsite .icon-arrow-last:before {
  content: "\e004";
}
.bodywebsite .icon-arrow-up-2:before {
  content: "\e009";
}
.bodywebsite .icon-arrow-right-2:before {
  content: "\e00a";
}
.bodywebsite .icon-arrow-down-2:before {
  content: "\e00b";
}
.bodywebsite .icon-arrow-left-2:before {
  content: "\e00c";
}
.bodywebsite .icon-arrow-up-3:before {
  content: "\e00f";
}
.bodywebsite .icon-arrow-right-3:before {
  content: "\e010";
}
.bodywebsite .icon-arrow-down-3:before {
  content: "\e011";
}
.bodywebsite .icon-arrow-left-3:before {
  content: "\e012";
}
.bodywebsite .icon-menu-2:before {
  content: "\e00e";
}
.bodywebsite .icon-arrow-up-4:before {
  content: "\e201";
}
.bodywebsite .icon-arrow-right-4:before {
  content: "\e202";
}
.bodywebsite .icon-arrow-down-4:before {
  content: "\e203";
}
.bodywebsite .icon-arrow-left-4:before {
  content: "\e204";
}
.bodywebsite .icon-share:before,
.bodywebsite .icon-redo:before {
  content: "\27";
}
.bodywebsite .icon-undo:before {
  content: "\28";
}
.bodywebsite .icon-forward-2:before {
  content: "\e205";
}
.bodywebsite .icon-backward-2:before,
.bodywebsite .icon-reply:before {
  content: "\e206";
}
.bodywebsite .icon-unblock:before,
.bodywebsite .icon-refresh:before,
.bodywebsite .icon-redo-2:before {
  content: "\6c";
}
.bodywebsite .icon-undo-2:before {
  content: "\e207";
}
.bodywebsite .icon-move:before {
  content: "\7a";
}
.bodywebsite .icon-expand:before {
  content: "\66";
}
.bodywebsite .icon-contract:before {
  content: "\67";
}
.bodywebsite .icon-expand-2:before {
  content: "\68";
}
.bodywebsite .icon-contract-2:before {
  content: "\69";
}
.bodywebsite .icon-play:before {
  content: "\e208";
}
.bodywebsite .icon-pause:before {
  content: "\e209";
}
.bodywebsite .icon-stop:before {
  content: "\e210";
}
.bodywebsite .icon-previous:before,
.bodywebsite .icon-backward:before {
  content: "\7c";
}
.bodywebsite .icon-next:before,
.bodywebsite .icon-forward:before {
  content: "\7b";
}
.bodywebsite .icon-first:before {
  content: "\7d";
}
.bodywebsite .icon-last:before {
  content: "\e000";
}
.bodywebsite .icon-play-circle:before {
  content: "\e00d";
}
.bodywebsite .icon-pause-circle:before {
  content: "\e211";
}
.bodywebsite .icon-stop-circle:before {
  content: "\e212";
}
.bodywebsite .icon-backward-circle:before {
  content: "\e213";
}
.bodywebsite .icon-forward-circle:before {
  content: "\e214";
}
.bodywebsite .icon-loop:before {
  content: "\e001";
}
.bodywebsite .icon-shuffle:before {
  content: "\e002";
}
.bodywebsite .icon-search:before {
  content: "\53";
}
.bodywebsite .icon-zoom-in:before {
  content: "\64";
}
.bodywebsite .icon-zoom-out:before {
  content: "\65";
}
.bodywebsite .icon-apply:before,
.bodywebsite .icon-edit:before,
.bodywebsite .icon-pencil:before {
  content: "\2b";
}
.bodywebsite .icon-pencil-2:before {
  content: "\2c";
}
.bodywebsite .icon-brush:before {
  content: "\3b";
}
.bodywebsite .icon-save-new:before,
.bodywebsite .icon-plus-2:before {
  content: "\5d";
}
.bodywebsite .icon-ban-circle:before,
.bodywebsite .icon-minus-sign:before,
.bodywebsite .icon-minus-2:before {
  content: "\5e";
}
.bodywebsite .icon-delete:before,
.bodywebsite .icon-remove:before,
.bodywebsite .icon-cancel-2:before {
  content: "\49";
}
.bodywebsite .icon-publish:before,
.bodywebsite .icon-save:before,
.bodywebsite .icon-ok:before,
.bodywebsite .icon-checkmark:before {
  content: "\47";
}
.bodywebsite .icon-new:before,
.bodywebsite .icon-plus:before {
  content: "\2a";
}
.bodywebsite .icon-plus-circle:before {
  content: "\e215";
}
.bodywebsite .icon-minus:before,
.bodywebsite .icon-not-ok:before {
  content: "\4b";
}
.bodywebsite .icon-minus-circle:before {
  content: "\e216";
}
.bodywebsite .icon-unpublish:before,
.bodywebsite .icon-cancel:before {
  content: "\4a";
}
.bodywebsite .icon-cancel-circle:before {
  content: "\e217";
}
.bodywebsite .icon-checkmark-2:before {
  content: "\e218";
}
.bodywebsite .icon-checkmark-circle:before {
  content: "\e219";
}
.bodywebsite .icon-info:before {
  content: "\e220";
}
.bodywebsite .icon-info-2:before,
.bodywebsite .icon-info-circle:before {
  content: "\e221";
}
.bodywebsite .icon-question:before,
.bodywebsite .icon-question-sign:before,
.bodywebsite .icon-help:before {
  content: "\45";
}
.bodywebsite .icon-question-2:before,
.bodywebsite .icon-question-circle:before {
  content: "\e222";
}
.bodywebsite .icon-notification:before {
  content: "\e223";
}
.bodywebsite .icon-notification-2:before,
.bodywebsite .icon-notification-circle:before {
  content: "\e224";
}
.bodywebsite .icon-pending:before,
.bodywebsite .icon-warning:before {
  content: "\48";
}
.bodywebsite .icon-warning-2:before,
.bodywebsite .icon-warning-circle:before {
  content: "\e225";
}
.bodywebsite .icon-checkbox-unchecked:before {
  content: "\3d";
}
.bodywebsite .icon-checkin:before,
.bodywebsite .icon-checkbox:before,
.bodywebsite .icon-checkbox-checked:before {
  content: "\3e";
}
.bodywebsite .icon-checkbox-partial:before {
  content: "\3f";
}
.bodywebsite .icon-square:before {
  content: "\e226";
}
.bodywebsite .icon-radio-unchecked:before {
  content: "\e227";
}
.bodywebsite .icon-radio-checked:before,
.bodywebsite .icon-generic:before {
  content: "\e228";
}
.bodywebsite .icon-circle:before {
  content: "\e229";
}
.bodywebsite .icon-signup:before {
  content: "\e230";
}
.bodywebsite .icon-grid:before,
.bodywebsite .icon-grid-view:before {
  content: "\58";
}
.bodywebsite .icon-grid-2:before,
.bodywebsite .icon-grid-view-2:before {
  content: "\59";
}
.bodywebsite .icon-menu:before {
  content: "\5a";
}
.bodywebsite .icon-list:before,
.bodywebsite .icon-list-view:before {
  content: "\31";
}
.bodywebsite .icon-list-2:before {
  content: "\e231";
}
.bodywebsite .icon-menu-3:before {
  content: "\e232";
}
.bodywebsite .icon-folder-open:before,
.bodywebsite .icon-folder:before {
  content: "\2d";
}
.bodywebsite .icon-folder-close:before,
.bodywebsite .icon-folder-2:before {
  content: "\2e";
}
.bodywebsite .icon-folder-plus:before {
  content: "\e234";
}
.bodywebsite .icon-folder-minus:before {
  content: "\e235";
}
.bodywebsite .icon-folder-3:before {
  content: "\e236";
}
.bodywebsite .icon-folder-plus-2:before {
  content: "\e237";
}
.bodywebsite .icon-folder-remove:before {
  content: "\e238";
}
.bodywebsite .icon-file:before {
  content: "\e016";
}
.bodywebsite .icon-file-2:before {
  content: "\e239";
}
.bodywebsite .icon-file-add:before,
.bodywebsite .icon-file-plus:before {
  content: "\29";
}
.bodywebsite .icon-file-remove:before,
.bodywebsite .icon-file-minus:before {
  content: "\e017";
}
.bodywebsite .icon-file-check:before {
  content: "\e240";
}
.bodywebsite .icon-file-remove:before {
  content: "\e241";
}
.bodywebsite .icon-save-copy:before,
.bodywebsite .icon-copy:before {
  content: "\e018";
}
.bodywebsite .icon-stack:before {
  content: "\e242";
}
.bodywebsite .icon-tree:before {
  content: "\e243";
}
.bodywebsite .icon-tree-2:before {
  content: "\e244";
}
.bodywebsite .icon-paragraph-left:before {
  content: "\e246";
}
.bodywebsite .icon-paragraph-center:before {
  content: "\e247";
}
.bodywebsite .icon-paragraph-right:before {
  content: "\e248";
}
.bodywebsite .icon-paragraph-justify:before {
  content: "\e249";
}
.bodywebsite .icon-screen:before {
  content: "\e01c";
}
.bodywebsite .icon-tablet:before {
  content: "\e01d";
}
.bodywebsite .icon-mobile:before {
  content: "\e01e";
}
.bodywebsite .icon-box-add:before {
  content: "\51";
}
.bodywebsite .icon-box-remove:before {
  content: "\52";
}
.bodywebsite .icon-download:before {
  content: "\e021";
}
.bodywebsite .icon-upload:before {
  content: "\e022";
}
.bodywebsite .icon-home:before {
  content: "\21";
}
.bodywebsite .icon-home-2:before {
  content: "\e250";
}
.bodywebsite .icon-out-2:before,
.bodywebsite .icon-new-tab:before {
  content: "\e024";
}
.bodywebsite .icon-out-3:before,
.bodywebsite .icon-new-tab-2:before {
  content: "\e251";
}
.bodywebsite .icon-link:before {
  content: "\e252";
}
.bodywebsite .icon-picture:before,
.bodywebsite .icon-image:before {
  content: "\2f";
}
.bodywebsite .icon-pictures:before,
.bodywebsite .icon-images:before {
  content: "\30";
}
.bodywebsite .icon-palette:before,
.bodywebsite .icon-color-palette:before {
  content: "\e014";
}
.bodywebsite .icon-camera:before {
  content: "\55";
}
.bodywebsite .icon-camera-2:before,
.bodywebsite .icon-video:before {
  content: "\e015";
}
.bodywebsite .icon-play-2:before,
.bodywebsite .icon-video-2:before,
.bodywebsite .icon-youtube:before {
  content: "\56";
}
.bodywebsite .icon-music:before {
  content: "\57";
}
.bodywebsite .icon-user:before {
  content: "\22";
}
.bodywebsite .icon-users:before {
  content: "\e01f";
}
.bodywebsite .icon-vcard:before {
  content: "\6d";
}
.bodywebsite .icon-address:before {
  content: "\70";
}
.bodywebsite .icon-share-alt:before,
.bodywebsite .icon-out:before {
  content: "\26";
}
.bodywebsite .icon-enter:before {
  content: "\e257";
}
.bodywebsite .icon-exit:before {
  content: "\e258";
}
.bodywebsite .icon-comment:before,
.bodywebsite .icon-comments:before {
  content: "\24";
}
.bodywebsite .icon-comments-2:before {
  content: "\25";
}
.bodywebsite .icon-quote:before,
.bodywebsite .icon-quotes-left:before {
  content: "\60";
}
.bodywebsite .icon-quote-2:before,
.bodywebsite .icon-quotes-right:before {
  content: "\61";
}
.bodywebsite .icon-quote-3:before,
.bodywebsite .icon-bubble-quote:before {
  content: "\e259";
}
.bodywebsite .icon-phone:before {
  content: "\e260";
}
.bodywebsite .icon-phone-2:before {
  content: "\e261";
}
.bodywebsite .icon-envelope:before,
.bodywebsite .icon-mail:before {
  content: "\4d";
}
.bodywebsite .icon-envelope-opened:before,
.bodywebsite .icon-mail-2:before {
  content: "\4e";
}
.bodywebsite .icon-unarchive:before,
.bodywebsite .icon-drawer:before {
  content: "\4f";
}
.bodywebsite .icon-archive:before,
.bodywebsite .icon-drawer-2:before {
  content: "\50";
}
.bodywebsite .icon-briefcase:before {
  content: "\e020";
}
.bodywebsite .icon-tag:before {
  content: "\e262";
}
.bodywebsite .icon-tag-2:before {
  content: "\e263";
}
.bodywebsite .icon-tags:before {
  content: "\e264";
}
.bodywebsite .icon-tags-2:before {
  content: "\e265";
}
.bodywebsite .icon-options:before,
.bodywebsite .icon-cog:before {
  content: "\38";
}
.bodywebsite .icon-cogs:before {
  content: "\37";
}
.bodywebsite .icon-screwdriver:before,
.bodywebsite .icon-tools:before {
  content: "\36";
}
.bodywebsite .icon-wrench:before {
  content: "\3a";
}
.bodywebsite .icon-equalizer:before {
  content: "\39";
}
.bodywebsite .icon-dashboard:before {
  content: "\78";
}
.bodywebsite .icon-switch:before {
  content: "\e266";
}
.bodywebsite .icon-filter:before {
  content: "\54";
}
.bodywebsite .icon-purge:before,
.bodywebsite .icon-trash:before {
  content: "\4c";
}
.bodywebsite .icon-checkedout:before,
.bodywebsite .icon-lock:before,
.bodywebsite .icon-locked:before {
  content: "\23";
}
.bodywebsite .icon-unlock:before {
  content: "\e267";
}
.bodywebsite .icon-key:before {
  content: "\5f";
}
.bodywebsite .icon-support:before {
  content: "\46";
}
.bodywebsite .icon-database:before {
  content: "\62";
}
.bodywebsite .icon-scissors:before {
  content: "\e268";
}
.bodywebsite .icon-health:before {
  content: "\6a";
}
.bodywebsite .icon-wand:before {
  content: "\6b";
}
.bodywebsite .icon-eye-open:before,
.bodywebsite .icon-eye:before {
  content: "\3c";
}
.bodywebsite .icon-eye-close:before,
.bodywebsite .icon-eye-blocked:before,
.bodywebsite .icon-eye-2:before {
  content: "\e269";
}
.bodywebsite .icon-clock:before {
  content: "\6e";
}
.bodywebsite .icon-compass:before {
  content: "\6f";
}
.bodywebsite .icon-broadcast:before,
.bodywebsite .icon-connection:before,
.bodywebsite .icon-wifi:before {
  content: "\e01b";
}
.bodywebsite .icon-book:before {
  content: "\e271";
}
.bodywebsite .icon-lightning:before,
.bodywebsite .icon-flash:before {
  content: "\79";
}
.bodywebsite .icon-print:before,
.bodywebsite .icon-printer:before {
  content: "\e013";
}
.bodywebsite .icon-feed:before {
  content: "\71";
}
.bodywebsite .icon-calendar:before {
  content: "\43";
}
.bodywebsite .icon-calendar-2:before {
  content: "\44";
}
.bodywebsite .icon-calendar-3:before {
  content: "\e273";
}
.bodywebsite .icon-pie:before {
  content: "\77";
}
.bodywebsite .icon-bars:before {
  content: "\76";
}
.bodywebsite .icon-chart:before {
  content: "\75";
}
.bodywebsite .icon-power-cord:before {
  content: "\32";
}
.bodywebsite .icon-cube:before {
  content: "\33";
}
.bodywebsite .icon-puzzle:before {
  content: "\34";
}
.bodywebsite .icon-attachment:before,
.bodywebsite .icon-paperclip:before,
.bodywebsite .icon-flag-2:before {
  content: "\72";
}
.bodywebsite .icon-lamp:before {
  content: "\74";
}
.bodywebsite .icon-pin:before,
.bodywebsite .icon-pushpin:before {
  content: "\73";
}
.bodywebsite .icon-location:before {
  content: "\63";
}
.bodywebsite .icon-shield:before {
  content: "\e274";
}
.bodywebsite .icon-flag:before {
  content: "\35";
}
.bodywebsite .icon-flag-3:before {
  content: "\e275";
}
.bodywebsite .icon-bookmark:before {
  content: "\e023";
}
.bodywebsite .icon-bookmark-2:before {
  content: "\e276";
}
.bodywebsite .icon-heart:before {
  content: "\e277";
}
.bodywebsite .icon-heart-2:before {
  content: "\e278";
}
.bodywebsite .icon-thumbs-up:before {
  content: "\5b";
}
.bodywebsite .icon-thumbs-down:before {
  content: "\5c";
}
.bodywebsite .icon-unfeatured:before,
.bodywebsite .icon-asterisk:before,
.bodywebsite .icon-star-empty:before {
  content: "\40";
}
.bodywebsite .icon-star-2:before {
  content: "\41";
}
.bodywebsite .icon-featured:before,
.bodywebsite .icon-default:before,
.bodywebsite .icon-star:before {
  content: "\42";
}
.bodywebsite .icon-smiley:before,
.bodywebsite .icon-smiley-happy:before {
  content: "\e279";
}
.bodywebsite .icon-smiley-2:before,
.bodywebsite .icon-smiley-happy-2:before {
  content: "\e280";
}
.bodywebsite .icon-smiley-sad:before {
  content: "\e281";
}
.bodywebsite .icon-smiley-sad-2:before {
  content: "\e282";
}
.bodywebsite .icon-smiley-neutral:before {
  content: "\e283";
}
.bodywebsite .icon-smiley-neutral-2:before {
  content: "\e284";
}
.bodywebsite .icon-cart:before {
  content: "\e019";
}
.bodywebsite .icon-basket:before {
  content: "\e01a";
}
.bodywebsite .icon-credit:before {
  content: "\e286";
}
.bodywebsite .icon-credit-2:before {
  content: "\e287";
}
.bodywebsite body.site {
  border-top: 3px solid #08c;
  padding: 20px;
  background-color: #f4f6f7;
}
.bodywebsite body.site.fluid {
  background-color: #fff;
}
.bodywebsite .thumbnail {
  margin-bottom: 9px;
}
.bodywebsite .accordion-group {
  background: #fff;
}
.bodywebsite .site-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
.bodywebsite .brand {
  color: #046;
  -webkit-transition: color .5s linear;
  -moz-transition: color .5s linear;
  -o-transition: color .5s linear;
  transition: color .5s linear;
}
.bodywebsite .brand:hover {
  color: #08c;
  text-decoration: none;
}
.bodywebsite .header {
  margin-bottom: 10px;
}
.bodywebsite .header .finder {
  margin-top: 14px;
}
.bodywebsite .header .finder .btn {
  margin-top: 0;
}
.bodywebsite .navigation {
  padding: 5px 0;
  border-top: 1px solid rgba(0,0,0,0.075);
  border-bottom: 1px solid rgba(0,0,0,0.075);
  margin-bottom: 10px;
}
.bodywebsite .navigation .nav-pills {
  margin-bottom: 0;
}
.bodywebsite .hero-unit {
  background-color: #08c;
}
.bodywebsite .hero-unit>* {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.bodywebsite .container {
  max-width: 960px;
}
.bodywebsite .body .container {
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.05);
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.bodywebsite h1,
.bodywebsite h2,
.bodywebsite h3,
.bodywebsite h4,
.bodywebsite h5,
.bodywebsite h6 {
  margin: 12px 0;
}
.bodywebsite h1 {
  font-size: 26px;
  line-height: 28px;
}
.bodywebsite h2 {
  font-size: 22px;
  line-height: 24px;
}
.bodywebsite h3 {
  font-size: 18px;
  line-height: 20px;
}
.bodywebsite h4 {
  font-size: 14px;
  line-height: 16px;
}
.bodywebsite h5 {
  font-size: 13px;
  line-height: 15px;
}
.bodywebsite h6 {
  font-size: 12px;
  line-height: 14px;
}
.bodywebsite .module-header {
  padding-bottom: 17px;
  margin: 20px 0 18px;
  border-bottom: 1px solid #eee;
}
.bodywebsite .item-content {
  margin: 18px 0;
}
.bodywebsite .item-subtitle {
  margin-bottom: 9px;
}
.bodywebsite .pull-right.item-image {
  margin: 0 0 18px 20px;
}
.bodywebsite .pull-left.item-image {
  margin: 0 20px 18px 0;
}
.bodywebsite .header .nav>li:last-child>.dropdown-menu,
.bodywebsite .item-actions .dropdown-menu,
.bodywebsite .item-comment .dropdown-menu {
  left: initial;
  right: 0;
}
.bodywebsite .article-index {
  margin: 0 0 10px 10px;
}
.bodywebsite .list-item-title {
  margin-bottom: 9px;
}
.bodywebsite .list-item-content {
  margin: 18px 0;
}
.bodywebsite .list-item-subtitle {
  margin-bottom: 9px;
}
.bodywebsite .items-more,
.bodywebsite .content-links {
  padding: 15px 0;
}
.bodywebsite .breadcrumb {
  margin: 10px 0;
}
.bodywebsite .img_caption .left {
  float: left;
  margin-right: 1em;
}
.bodywebsite .img_caption .right {
  float: right;
  margin-left: 1em;
}
.bodywebsite .img_caption .left p {
  clear: left;
  text-align: center;
}
.bodywebsite .img_caption .right p {
  clear: right;
  text-align: center;
}
.bodywebsite .img_caption {
  text-align: center !important;
}
.bodywebsite .img_caption.none {
  margin-left: auto;
  margin-right: auto;
}
.bodywebsite figure {
  display: table;
}
.bodywebsite figure.pull-center,
.bodywebsite img.pull-center {
  margin-left: auto;
  margin-right: auto;
}
.bodywebsite figcaption {
  display: table-caption;
  caption-side: bottom;
}
.bodywebsite #aside .nav .nav-child {
  border-left: 2px solid #ddd;
  padding-left: 5px;
}
.bodywebsite .navigation .nav-child {
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.bodywebsite .navigation .nav-child.pull-right {
  right: 0;
  left: auto;
}
.bodywebsite .navigation .nav-child .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 05px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.bodywebsite .navigation .nav-child a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}
.bodywebsite .navigation .nav>li {
  position: relative;
}
.bodywebsite .navigation .nav>li:hover>.nav-child,
.bodywebsite .navigation .nav>li>a:focus+.nav-child {
  display: block;
}
.bodywebsite .navigation .nav-child:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0,0,0,0.2);
  content: '';
}
.bodywebsite .navigation .nav-child:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.bodywebsite .navigation .nav-child li>a:hover,
.bodywebsite .navigation .nav-child li>a:focus,
.bodywebsite .navigation .nav-child:hover>a {
  text-decoration: none;
  color: #fff;
  background-color: #08c;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top,#08c,#0077b3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  background-image: -o-linear-gradient(top,#08c,#0077b3);
  background-image: linear-gradient(to bottom,#08c,#0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0076b2',GradientType=0);
}
@media (max-width: 480px) {
  .bodywebsite .item-info>span {
    display: block;
  }
  .bodywebsite .blog-item .pull-right.item-image {
    margin: 0 0 18px;
  }
  .bodywebsite .blog-item .pull-left.item-image {
    margin: 0 0 18px;
    float: none;
  }
}
@media (max-width: 768px) {
  .bodywebsite body {
    padding-top: 0;
  }
  .bodywebsite .header {
    background: 0 0;
  }
  .bodywebsite .header .brand {
    float: none;
    display: block;
    text-align: center;
  }
  .bodywebsite .header .nav.pull-right,
  .bodywebsite .header-search {
    float: none;
    display: block;
  }
  .bodywebsite .header-search form {
    margin: 0;
  }
  .bodywebsite .header-search .search-query {
    width: 90%;
  }
  .bodywebsite .header .nav-pills>li>a {
    border: 1px solid #ddd;
    border-bottom: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
  }
  .bodywebsite .header .nav-pills>li:first-child>a {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .bodywebsite .header .nav-pills>li:last-child>a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #ddd;
  }
  .bodywebsite .modal.fade {
    top: -100%;
  }
  .bodywebsite .nav-tabs {
    border-bottom: 0;
  }
  .bodywebsite .nav-tabs>li {
    float: none;
  }
  .bodywebsite .nav-tabs>li>a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
  }
  .bodywebsite .nav-tabs>li:first-child>a {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .bodywebsite .nav-tabs>li:last-child>a,
  .bodywebsite .nav-tabs>.active:last-child>a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #ddd;
  }
  .bodywebsite .nav-tabs>li>a:hover {
    border-color: #ddd;
    z-index: 2;
  }
  .bodywebsite .nav-tabs.nav-dark>li>a {
    border: 1px solid #333;
  }
  .bodywebsite .nav-tabs>li:last-child>a,
  .bodywebsite .nav-tabs>.active:last-child>a {
    border-bottom: 1px solid #333;
  }
  .bodywebsite .nav-tabs.nav-dark>li>a:hover {
    border-color: #333;
  }
  .bodywebsite .nav-pills>li {
    float: none;
  }
  .bodywebsite .nav-pills>li>a {
    margin-right: 0;
  }
  .bodywebsite .nav-pills>li>a {
    margin-bottom: 3px;
  }
  .bodywebsite .nav-pills>li:last-child>a {
    margin-bottom: 1px;
  }
  .bodywebsite .form-search>.pull-left,
  .bodywebsite .form-search>.pull-right {
    float: none;
    display: block;
    margin-bottom: 9px;
  }
}
@media (max-width: 980px) {
  .bodywebsite .navbar-fixed-top {
    margin-bottom: 0 !important;
  }
  .bodywebsite .item-comment .item-image {
    display: none;
  }
  .bodywebsite .well {
    padding: 10px;
  }
  
    .bodywebsite img.imgimageweb.floatright {  
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
  .bodywebsite #login-form .input-small {
    width: 62px;
  }
}
.bodywebsite dl.tabs {
  float: left;
  margin-bottom: -1px;
}
.bodywebsite dl.tabs dt.tabs {
  float: left;
  margin-left: 3px;
  padding: 4px 10px;
  background-color: #f0f0f0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.bodywebsite dl.tabs dt:hover {
  background-color: #f9f9f9;
}
.bodywebsite dl.tabs dt.open {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.bodywebsite dl.tabs dt.tabs h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 400;
}
.bodywebsite dl.tabs dt.tabs h3 a {
  color: #08c;
}
.bodywebsite dl.tabs dt.tabs h3 a:hover {
  color: #005580;
  text-decoration: none;
}
.bodywebsite dl.tabs dt.open h3 a {
  color: #000;
  text-decoration: none;
}
.bodywebsite div.current dd.tabs {
  margin: 0;
  padding: 10px;
  clear: both;
  border: 1px solid #ccc;
  background-color: #fff;
}
.bodywebsite #helpsite-refresh {
  vertical-align: top;
}
.bodywebsite #pop-print {
  float: right;
  margin: 10px;
}
.bodywebsite code {
  white-space: pre-wrap;
}
.bodywebsite #filter-search {
  vertical-align: top;
}
.bodywebsite .editor {
  overflow: hidden;
  position: relative;
}
.bodywebsite html {
  height: 101%;
}
.bodywebsite body {
  margin: 0;
  padding: 0;
}
.bodywebsite * {
  padding: 0;
  margin: 0;
}
.bodywebsite h1,
.bodywebsite h2,
.bodywebsite h3,
.bodywebsite h4,
.bodywebsite h5,
.bodywebsite h6,
.bodywebsite .contentheading,
.bodywebsite .componentheading {
  padding: 3px 0;
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
}
.bodywebsite h1 {
  font-size: 1.2em;
  color: #705640;
}
.bodywebsite .componentheading {
  font-size: 1.75em;
}
.bodywebsite h2,
.bodywebsite .contentheading {
  font-size: 1.5em;
}
.bodywebsite h3 {
  font-size: 1.25em;
}
.bodywebsite h4 {
  font-size: 1em;
}
.bodywebsite ul.menu {
  margin: 0;
}
.bodywebsite ul.menu li {
  list-style: none;
}
.bodywebsite address {
  margin: .75em 0;
  font-style: normal;
}
.bodywebsite a:focus {
  outline: none;
}
.bodywebsite img {
  border: none;
}
.bodywebsite em {
  font-style: italic;
}
.bodywebsite form,
.bodywebsite fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.bodywebsite input,
.bodywebsite button,
.bodywebsite select {
  vertical-align: middle;
}
.bodywebsite .clr {
  clear: both;
}
.bodywebsite .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  margin-bottom: 8px;
}
.bodywebsite .clearfix {
  zoom: 1;
}
.bodywebsite .lastnews {
  padding-top: 25px;
  text-align: center;
  color: #705640 !important;
}
.bodywebsite body {
  color: #2b2b2b;
  text-align: left;
  font-family: Arial, Verdana, Helvetica;
}
.bodywebsite a:link,
.bodywebsite a:visited {
  color: #048;
  text-decoration: none;
  font-weight: 400;
}
.bodywebsite a:hover {
  color: #848;
  text-decoration: none;
  font-weight: 400;
}
.bodywebsite div.componentheading {
  color: #036c9e;
  text-align: left;
  letter-spacing: -1px;
  line-height: 25px;
  font-size: 22px;
}

.bodywebsite h2,
.bodywebsite div.contentheading {
  text-shadow: 1px 1px 3px #ddd;
  color: #220050 !important;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}
.bodywebsite h2 a {
  text-decoration: none;
}
.bodywebsite h2 a:hover,
.bodywebsite div.contentheading a:hover {
  text-shadow: 3px 3px 5px #ddd;
  color: #220050 !important;
}
.bodywebsite img {
  max-width: 100%;
  height: auto;
}
.bodywebsite .vignette img {
  opacity: .9;
}
.bodywebsite .rounded {
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bodywebsite .white {
  background: #fff;
}
.bodywebsite .vignette {
  border: 1px solid #ddd;
  padding: 8px;
  display: inline-block;
  margin-bottom: 12px;
  margin: 5px;
  width: 100px;
  height: 70px;
  border-radius: 25px;
  text-align: center;
  vertical-align: top;
  font-size: 12px;
  box-shadow: 3px 3px 20px #ddd;
}
.bodywebsite .vignette img {
  width: 40px;
}
.bodywebsite .wrapper #main,
.bodywebsite .wrapperpart1 .inner,
.bodywebsite .wrapperpart2 .inner,
.bodywebsite .wrapperpart3 .inner,
.bodywebsite .wrapperpart4 .inner,
.bodywebsite .wrapperpart5 .inner
{
  max-width: 1200px;
  margin: 0 auto;
  /* margin-top: 20px; */
}
.bodywebsite .body div.wrapper {
  background: #fff;
}
.bodywebsite #body2 div.wrapper {
  margin-top: 0;
}
.bodywebsite #logo {
  float: left;
  display: block;
  max-width: 100%;
  margin-left: 4px;
  margin-top: 32px;
}
.bodywebsite #headermodule {
  float: right;
  margin: 10px 0;
}
.bodywebsite #right {
  background: #fff;
}
.bodywebsite #header {
  max-width: 1000px;
  margin: auto;
}
.bodywebsite #center {
  padding-left: 10px;
  padding-right: 10px;
}
.bodywebsite .noleft #center {
  background: #fff;
}
.bodywebsite #left>div.inner {
  margin-right: 10px;
  padding: 15px;
  text-align: left;
}
.bodywebsite #right>div.inner {
  padding: 10px;
  text-align: left;
}
.bodywebsite #center>div.inner {
  padding: 10px;
}
@media handheld,all and (max-width: 1014px) {
  .bodywebsite .noleft #center {
    width: 700px;
  }
}
.bodywebsite .clearboth {
  clear: both;
}
@media handheld,all and (max-width: 500px) {
  .bodywebsite .moduletable ul {
    padding: 0;
    margin: 0 0 9px 25px;
  }
}
.bodywebsite #header {
  margin: auto !important;
  width: auto !important;
}
.bodywebsite #headermodule {
  width: 100%;
}
.bodywebsite #center {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.bodywebsite .noleft #center {
  width: auto;
  max-width: none !important;
}
.bodywebsite .center {
  text-align: center !important;
}
.bodywebsite #left>div.inner {
  margin-right: 0 !important;
  padding: 0 !important;
}
.bodywebsite #right>div.inner {
  padding: 0 !important;
  margin: 5px 10px !important;
}
.bodywebsite #center>div.inner {
  padding: 6px 0 0 !important;
}
.bodywebsite .banneritem {
  margin-right: 0 !important;
}
.bodywebsite .readmore {
  display: block !important;
}
.bodywebsite .moduletableleft {
  float: left;
}
.bodywebsite .moduletableright {
  float: right;
}
.bodywebsite h2.item-title,
.bodywebsite h2.item-title>a {
  margin-top: 5px !important;
}
.bodywebsite .items-leading div.clearfix.leading-1 {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 30px;
}
.bodywebsite .items-leading div.clearfix.leading-1,
.bodywebsite .items-leading div.clearfix.leading-2,
.bodywebsite .items-leading div.clearfix.leading-3,
.bodywebsite .items-leading div.clearfix.leading-4,
.bodywebsite .items-leading div.clearfix.leading-5,
.bodywebsite .items-leading div.clearfix.leading-6 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px !important;
  margin-bottom: 30px;
}
.bodywebsite .downloadbutton {
  padding-bottom: 10px;
  z-index: 150;
}
.bodywebsite #center {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.bodywebsite .moduletable ul {
  padding: 0;
  margin: 0 0 9px 25px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.bodywebsite .moduletableboxfeature {
    width: calc(50% - 32px);
    float: left;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.bodywebsite .moduletableboxfeature.h2,
.bodywebsite .moduletableboxfeature.h3 {
  font-size: 1em;
  color: #705640;
  padding-top: 5px;
  text-align: center;
}
.bodywebsite .moduletableindex_article {
  padding-top: 20px;
}
.bodywebsite .dolibarrh2,
.bodywebsite .dolibarrh2 strong {
  text-align: center;
  letter-spacing: -0.01em;
  font-size: 1.8em;
  vertical-align: middle;
}
.bodywebsite .moduletableboxfeature .dolibarrh2,
.bodywebsite .moduletableboxfeature .dolibarrh2 strong {
  font-size: 1.4em;
}
.bodywebsite .moduletableboxfeature .dolibarrh2,
.bodywebsite .dolibarrh2 strong {
  text-align: left;
  padding-bottom: 10px;
  letter-spacing: -0.01em;
  padding-left: 8px;
}
.bodywebsite .dolibarrh2 {
  font-weight: 400;
}
.bodywebsite .dolibarrh2 strong {
  font-weight: 400;
}
.bodywebsite .moduletableindex_article h2.dolibarrh2 {
  color: #705640 !important;
}
.bodywebsite h2.dolibarrh2 {
  color: #705640 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.8em;
}


@media handheld, (max-width: 490px) {
  .bodywebsite .moduletable h2.dolibarrh2 {
    padding-top: 26px;
  }
  .bodywebsite .vignette {
    width: 82px;
  }
  .bodywebsite .moduletableboxfeature {
    width: calc(100% - 30px);
  }
  .bodywebsite .blog-featured .item-title {
    min-width: unset !important;
  }
}
.bodywebsite .marginbottomonly {
  margin-bottom: 10px;
}
.bodywebsite a.seefeatures {
    color: #fff;
    background-color: rgba(70, 3, 62, 0.3);
    padding: 2px 4px;
    border-radius: 4px;
    white-space: nowrap;
}
.bodywebsite a.websitesecondary, .bodywebsite a.websitesecondary:hover {
    border: 2px solid rgb(165, 175, 165);
    border-radius: 3px;
    color: unset;
    background-color: #fff;
    padding: 4px;
}
.bodywebsite span.websitesecondary {
    color: var(--pictocolor);
}

.bodywebsite div.noright #center {
  width: auto !important;
  max-width: none !important;
}
.bodywebsite ul.nav.menu {
  text-align: center;
}
.bodywebsite #left ul.menu li a,
.bodywebsite #left ul.menu li span.separator,
.bodywebsite #right ul.menu li a,
.bodywebsite #right ul.menu li span.separator {
  display: block;
  border-bottom: 1px solid #e3e3e3;
  box-shadow: 0 1px 0 #fff;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 12px;
  text-decoration: none;
}
.bodywebsite #form-login-username label,
.bodywebsite #form-login-password label {
  display: block;
}
.bodywebsite #form-login-username input,
.bodywebsite #form-login-password input {
  padding: 3px;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.bodywebsite #form-login-username input:focus,
.bodywebsite #form-login-password input:focus {
  border: 1px solid #036c9e;
}
.bodywebsite #form-login-submit button {
  background: #efefef;
  border: 1px solid #c3c3c3;
  padding: 4px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.bodywebsite #form-login-submit button:hover {
  background: #ccc;
}
.bodywebsite h2.item-title,
.bodywebsite h2.item-title>a {
  margin-top: 35px;
}
.bodywebsite h2.item-title {
  padding-left: 24px !important;
}
.bodywebsite div.item a.btn {
  text-decoration: none;
  background: #efefef;
  border: 1px solid #c3c3c3;
  padding: 4px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  margin: 7px;
  display: inline-block;
}
.bodywebsite div.item a.btn:after {
  content: " >";
}
.bodywebsite ul.breadcrumb li {
  display: inline;
  list-style: none;
}
.bodywebsite ul.breadcrumb li a {
  text-decoration: none;
}
.bodywebsite ul.breadcrumb .divider {
  margin: 3px;
}
.bodywebsite li.next {
  float: right;
}
.bodywebsite ul.actions li,
.bodywebsite ul.dropdown-menu li {
  float: right;
  padding: 2px 5px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 3px;
}
.bodywebsite ul.actions li a,
.bodywebsite ul.dropdown-menu li a {
  text-decoration: none;
}
.bodywebsite .article-info {
  color: #c3c3c3;
  font-size: 10px;
}
.bodywebsite .cols-1 {
  display: block;
  float: none !important;
  margin: 0 !important;
}
.bodywebsite .cols-2 .column-1 {
  width: 46%;
  float: left;
}
.bodywebsite .cols-2 .column-2 {
  width: 46%;
  float: right;
  margin: 0;
}
.bodywebsite .cols-3 .column-1 {
  float: left;
  width: 29%;
  padding: 0 5px;
  margin-right: 4%;
}
.bodywebsite .cols-3 .column-2 {
  float: left;
  width: 29%;
  margin-left: 0;
  padding: 0 5px;
}
.bodywebsite .cols-3 .column-3 {
  float: right;
  width: 29%;
  padding: 0 5px;
}
.bodywebsite .items-row {
  overflow: hidden;
  margin-bottom: 10px !important;
}
.bodywebsite .column-1,
.bodywebsite .column-2,
.bodywebsite .column-3 {
  padding: 10px 5px;
}
.bodywebsite .column-2 {
  width: 55%;
  margin-left: 40%;
}
.bodywebsite .column-3 {
  width: 30%;
}
.bodywebsite #row2modules .row2module {
  float: left;
}
.bodywebsite #row2modules.n1>.row2module {
  width: 100%;
}
.bodywebsite #row2modules.n1>.row2module>div.inner {
  margin: 5px 0;
}
.bodywebsite #row2modules.n2>.row2module {
  width: 50%;
}
.bodywebsite #row2modules.n2>.row2module>div.inner {
  margin: 5px 3px 5px 0;
}
.bodywebsite #row2modules.n2>.row2module+div {
  width: 50%;
}
.bodywebsite #row2modules.n2>.row2module+div>div.inner {
  margin: 5px 0 5px 3px;
}
.bodywebsite #row2modules.n3>.row2module {
  width: 33.33%;
}
.bodywebsite #row2modules.n3>.row2module>div.inner {
  margin: 5px 3px 5px 0;
}
.bodywebsite #row2modules.n3>.row2module+div {
  width: 33.33%;
}
.bodywebsite #row2modules.n3>.row2module+div>div.inner {
  margin: 5px 3px;
}
.bodywebsite #row2modules.n3>.row2module+div+div {
  width: 33.33%;
}
.bodywebsite #row2modules.n3>.row2module+div+div>div.inner {
  margin: 5px 0 5px 3px;
}
.bodywebsite #row2modules.n4>.row2module {
  width: 25%;
}
.bodywebsite #row2modules.n4>.row2module>div.inner {
  margin: 5px 3px 5px 0;
}
.bodywebsite #row2modules.n4>.row2module+div {
  width: 25%;
}
.bodywebsite #row2modules.n4>.row2module+div>div.inner {
  margin: 5px 3px;
}
.bodywebsite #row2modules.n4>.row2module+div+div {
  width: 25%;
}
.bodywebsite #row2modules.n4>.row2module+div+div>div.inner {
  margin: 5px 3px;
}
.bodywebsite #row2modules.n4>.row2module+div+div+div {
  width: 25%;
}
.bodywebsite #row2modules.n4>.row2module+div+div+div>div.inner {
  margin: 5px 0 5px 3px;
}
.bodywebsite #body2 {
  background: #e3e3e3;
  /* border-top: 1px solid #ccc; */
}
.bodywebsite #row3modules .row3module {
  float: left;
}
.bodywebsite #row3modules.n1>.row3module {
  width: 100%;
}
.bodywebsite #row3modules.n1>.row3module>div.inner {
  margin: 5px 0;
}
.bodywebsite #row3modules.n2>.row3module {
  width: 50%;
}
.bodywebsite #row3modules.n2>.row3module>div.inner {
  margin: 5px 3px 5px 0;
}
.bodywebsite #row3modules.n2>.row3module+div {
  width: 50%;
}
.bodywebsite #row3modules.n2>.row3module+div>div.inner {
  margin: 5px 0 5px 3px;
}
.bodywebsite #row3modules.n3>.row3module {
  width: 33.33%;
}
.bodywebsite #row3modules.n3>.row3module>div.inner {
  margin: 5px 3px 5px 0;
}
.bodywebsite #row3modules.n3>.row3module+div {
  width: 33.33%;
}
.bodywebsite #row3modules.n3>.row3module+div>div.inner {
  margin: 5px 3px;
}
.bodywebsite #row3modules.n3>.row3module+div+div {
  width: 33.33%;
}
.bodywebsite #row3modules.n3>.row3module+div+div>div.inner {
  margin: 5px 0 5px 3px;
}
.bodywebsite #row3modules.n4>.row3module {
  width: 25%;
}
.bodywebsite #row3modules.n4>.row3module>div.inner {
  margin: 5px 3px 5px 0;
}
.bodywebsite #row3modules.n4>.row3module+div {
  width: 25%;
}
.bodywebsite #row3modules.n4>.row3module+div>div.inner {
  margin: 5px 3px;
}
.bodywebsite #row3modules.n4>.row3module+div+div {
  width: 25%;
}
.bodywebsite #row3modules.n4>.row3module+div+div>div.inner {
  margin: 5px 3px;
}
.bodywebsite #row3modules.n4>.row3module+div+div+div {
  width: 25%;
}
.bodywebsite #row3modules.n4>.row3module+div+div+div>div.inner {
  margin: 5px 0 5px 3px;
}
.bodywebsite #row3modules ul {
  margin-left: 40px;
}
.bodywebsite #row3modules ul li {
  list-style: disc;
}
.bodywebsite #row3modules ul li a {
  text-decoration: none;
}
.bodywebsite #footer {
  margin: auto;
  padding: 5px;
  padding-bottom: 10px;
  color: #888;
  text-align: center;
}
.bodywebsite .shadow-left {
  margin-left: -13px;
  padding-left: 13px;
}
.bodywebsite .shadow-right {
  margin-right: -13px;
  padding-right: 13px;
}
.bodywebsite #roksearch_results {
  width: auto !important;
  max-width: 600px !important;
  text-align: center;
}
.bodywebsite #right {
  min-width: 190px;
}
/*.bodywebsite header {
  background-color: #263c5c;
}*/

.bodywebsite form#mod-finder-searchform {
  display: inline-block;
  margin-right: 10px;
  margin-left: 68px;
  vertical-align: top;
  padding-top: 4px;
}
.bodywebsite .roksearch_search_str {
  width: 150px;
}
.bodywebsite .toplogo {
  width: 190px;
}
@media handheld,all and (max-width: 935px) {
    .bodywebsite form#mod-finder-searchform {
        margin-top: 3px;
    }
}
@media handheld,all and (max-width: 935px) {
  .bodywebsite form#mod-finder-searchform {
    margin-bottom: 10px;
  }
  .bodywebsite .toplogo {
    width: 120px;
  }
  .bodywebsite #nav ul li {
    padding: 2px 2px 2px 2px !important;
  }
  .bodywebsite #nav ul li a {
    font-size: 0.7em !important;
    padding: 6px 4px 4px !important;
  }
}

@media all and (min-width: 1721px) {
  .bodywebsite .customlargebutton.downloadbutton {
    position: fixed;
    top: 40px;
    right: 20px;
  }
  .bodywebsite .telecharger_xyzplugin {
    box-shadow: none !important;
  }
}
@media all and (max-width: 1720px) {
  .bodywebsite .customlargebutton.downloadbutton {
    display: none;
  }
}
.bodywebsite #header {
  text-align: center;
  height: auto;
}
.bodywebsite #logo {
  margin-left: 8px !important;
  margin-top: 5px !important;
  float: none;
  text-align: center;
}
.bodywebsite form#mod-finder-searchform {
  margin-left: 0;
  margin-right: 0;
}
.bodywebsite #roksearch_results {
  width: auto !important;
  max-width: 400px !important;
}
.bodywebsite #right {
  min-width: 0 !important;
  width: 100% !important;
}
.bodywebsite #nav {
  text-align: center;
}
.bodywebsite #headermodule {
  margin: 0;
}
.bodywebsite .shadow-left {
  background: 0 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.bodywebsite .shadow-right {
  background: 0 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.bodywebsite .items-row .item,
.bodywebsite .column,
.bodywebsite .flexiblemodule,
.bodywebsite .logobloc {
  width: auto !important;
  float: none;
  margin: 0 !important;
}
.bodywebsite .moduletable {
  width: 190px;
  margin-top: 5px;
  padding: 3px;
  background-color: #fff;
}
.bodywebsite .moduletable>h3 {
  color: #1f0567;
  margin-bottom: 3px;
  padding: 5px;
}
.bodywebsite .pagination {
  width: 100%;
  margin: auto;
  margin-top: 15px;
  padding-top: 0;
  text-align: center;
  padding-bottom: 30px;
}
.bodywebsite .pagination li {
  display: inline-block;
}
.bodywebsite .pagination a,
.bodywebsite .pagination .counter {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  margin-right: 3px;
  padding: 4px;
}
.bodywebsite .pagination .counter {
  margin-top: 4px !important;
}
.bodywebsite .pagination-list {
  display: inline-block;
}
.bodywebsite .pagination li,
.bodywebsite .pagination li a {
  text-align: center;
  text-decoration: none;
  color: #446;
  font-weight: 700;
}
.bodywebsite .pagination .active a {
  background-color: #aaa;
}
.bodywebsite .item-page a,
.bodywebsite .blog-featured a {
  color: #048;
  font-weight: 700;
}
.bodywebsite .item-page .article-info {
  margin-top: -10px;
}
.bodywebsite .item-page .next,
.bodywebsite .item-page .previous {
  display: none;
}
.bodywebsite .article-info-term {
  display: none;
}
.bodywebsite .pg-category-view #pg-icons {
  display: none;
}
.bodywebsite .page-header {
  margin-bottom: 20px;
  padding-top: 25px;
}
.bodywebsite .page-header h1, .bodywebsite .page-header h2 {
  text-shadow: 3px 3px 5px #ddd;
  color: #220050;
}
.bodywebsite .page-header h2 a {
  text-shadow: 3px 3px 5px #ddd;
  color: #220050 !important;
}
.bodywebsite .custom ul {
  margin-left: unset;
  text-align: center;
}
.bodywebsite .blog-featured .item-title {
  font-size: 1.2em;
  display: block;
  padding-left: 0;
  min-width: 280px;
}
.bodywebsite .blog-featured .item-title a {
  text-decoration: none;
  color: #241467;
}
.bodywebsite div.divdemo {
  margin-left: 170px;
}
.bodywebsite div.moduletable {
  padding-left: 4px;
  padding-top: 10px;
  padding-right: 2px;
  padding-bottom: 4px;
  color: #000;
  font-family: sans-serif;
  margin: 0 0 44px;
}
.bodywebsite div.divdemo {
  margin-left: auto !important;
}
.bodywebsite div.moduletable {
  width: auto !important;
}
.bodywebsite table.tabledemo {
  margin-top: 6px;
  border-collapse: collapse;
  min-width: 90%;
  -moz-border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  box-shadow: 3px 3px 3px #eee;
  -moz-box-shadow: 3px 3px 3px #eee;
  -webkit-box-shadow: 3px 3px 3px #eee;
  border: 1px solid #c0cacb !important;
}
.bodywebsite tr.tabledemotitle,
.bodywebsite tr.tabledemotitle td {
  border-bottom: 1px solid #b0babb !important;
}
.bodywebsite .tabledemotitle tr td, .bodywebsite .tabledemo tr td {
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.bodywebsite div.downloadarea center table {
  width: 100%;
}
.bodywebsite #nav {
  /* background-color: #385a7f !important; */
  background-color: #fff;
  box-shadow: 0px 4px 6px rgba(106, 110, 127, .2);
}
.bodywebsite #nav ul {
  padding: 0;
  margin: 0;
}
.bodywebsite #nav ul li {
  display: inline-block;
  margin: 0;
  padding: 8px 4px 4px;
}
.bodywebsite #nav #decalmenu {
  max-width: 1100px;
  margin: auto;
  padding: 0;
  /* height: 36px */
}
.bodywebsite #nav ul li a {
  display: inline-block;
  color: #048;
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
  padding: 6px 5px 4px;
  height: 24px;
}
.bodywebsite #nav ul li.active,
.bodywebsite #nav ul li.active {
  opacity: .8;
}
.bodywebsite #nav ul li:hover,
.bodywebsite #nav ul li:hover .item,
.bodywebsite #nav ul li.active:hover,
.bodywebsite #nav ul li:hover a,
.bodywebsite #nav ul li:hover a.item,
.bodywebsite #nav ul li.active:hover a {
  /* background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0.3)),color-stop(1,rgba(0,0,0,0.3))); */
  color: rgb(165, 175, 165);
}
.bodywebsite #roksearch_search_str {
  border-radius: 0 !important;
}
.bodywebsite .disabled a {
  color: #aaa !important;
}
.bodywebsite .telecharger_xyzplugin {
  border-radius: 10px;
  margin-bottom: 10px;
  line-height: 1.2em;
  border: 1px solid #d0d0d0;
  border-radius: 5px 5px 5px 5px !important;
  box-shadow: 4px 4px 4px #eee;
  background: -o-linear-gradient(bottom,#dcdce1 75%,#f0f0f0 100%);
  background: -moz-linear-gradient(bottom,#dcdce1 75%,#f0f0f0 100%);
  background: -webkit-linear-gradient(bottom,#dcdce1 75%,#f0f0f0 100%);
  background: -ms-linear-gradient(bottom,#dcdce1 75%,#f0f0f0 100%);
  background: linear-gradient(bottom,#dcdce1 75%,#f0f0f0 100%);
}
.bodywebsite .telecharger_xyzplugin a, .bodywebsite .telecharger_xyzplugin a p {
  color: #666;
  text-decoration: none;
  font-weight: 700;
  text-shadow: 1px 1px 0 #fff;
}
.bodywebsite p.telecharger_xyzplugin {
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.bodywebsite #mainmenu {
  display: inline-block;
}
.bodywebsite .plusone {
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 180;
}
.bodywebsite #system-message {
  margin: 0 auto;
  padding: 0;
  max-width: 500px;
}
.bodywebsite .alert {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  padding: 8px 25px 8px 14px;
  text-align: left;
}
.bodywebsite .alert h4 {
  color: orange;
  margin: 5px 0;
}
.bodywebsite .alert p {
  padding: 0;
  margin: 0;
}
.bodywebsite .alert .close {
  float: right;
  font-size: 24px;
  line-height: 18px;
  position: relative;
  right: -20px;
  top: -2px;
  cursor: pointer;
}
.bodywebsite .createdby,
.bodywebsite dd.published {
  display: inline-block;
  color: var(--pictocolor) !important;
}

.bodywebsite .published {
  margin-bottom: 3px;
}

.bodywebsite ul.actions,
.bodywebsite ul.dropdown-menu {
  list-style-type: none;
  padding: 0;
}
.bodywebsite .word-break {
  word-break: break-all;
}
.bodywebsite #main-surround.main-shadows-light {
  background-color: #fff !important;
  margin-top: 96px;
}
.bodywebsite .imgdoc2 {
  max-width: 160px;
}
.bodywebsite .linktootherwebsites li {
  white-space: nowrap;
}

.bodywebsite .twolinesmax {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media handheld,all and (max-width: 767px) {
    .bodywebsite #nav ul li:hover,
    .bodywebsite #nav ul li:hover .item,
    .bodywebsite #nav ul li.active:hover {
        background-image: unset;
        opacity: 0.5;
    }

  .bodywebsite #main-surround.main-shadows-light {
    margin-top: 140px;
  }
  .bodywebsite .imgdoc2 {
    max-width: 60px;
  }
  .bodywebsite .div-table-responsive {
    overflow-x: auto;
  }
  .bodywebsite .customboxfeature {
      justify-content: space-between !important;
  }
  
  .bodywebsite .twolinesmax {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

}
@media handheld,all and (max-width: 490px) {
  .bodywebsite #main-surround.main-shadows-light {
    margin-top: 170px;
  }
  .bodywebsite .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bodywebsite .hero.user1,
  .bodywebsite .stripe.user1 {
    border-bottom: none;
    box-shadow: none;
    -moz-box-shadow: none;
  }
}
.bodywebsite .centpercent {
  width: 100%;
}
.bodywebsite .inner,
.bodywebsite .moduletableindex_article {
  clear: both;
}
.bodywebsite hr {
  margin-top: 4px;
  margin-bottom: 12px;
}
.bodywebsite dt.result-title {
  margin-top: 10px;
}
.bodywebsite .syndicate-module {
  text-align: center !important;
}
.bodywebsite .banneritem {
  margin-right: 8px;
}
.bodywebsite .banneritem a img {
  max-width: 150px !important;
}
.bodywebsite .moduletable,
.bodywebsite .moduletablelargebutton,
.bodywebsite .moduletablesocial,
.bodywebsite .moduletableforum,
.bodywebsite .moduletablesurvey {
  margin-bottom: 14px;
}
.bodywebsite .moduletable h3,
.bodywebsite .moduletablelargebutton h3,
.bodywebsite .moduletablesocial h3,
.bodywebsite .moduletableforum h3,
.bodywebsite .moduletablesurvey h3 {
  font-size: 22px;
  text-align: center;
}
.bodywebsite div.moduletablesocial,
.bodywebsite table.moduletableforum,
.bodywebsite table.moduletablesurvey {
  background-color: #1c5893;
  box-shadow: 4px 4px 4px #ddd;
  -moz-box-shadow: 4px 4px 4px #ddd;
  -webkit-box-shadow: 4px 4px 4px #ddd;
}
.bodywebsite div.moduletablesocial h3,
.bodywebsite table.moduletableforum h3,
.bodywebsite table.moduletablesurvey h3 {
  color: #fff;
}
.bodywebsite div.nsb_container {
  text-align: center;
  width: auto;
}
.bodywebsite div.nsb_container a {
  padding: 2px;
  float: none;
  text-align: center;
}
.bodywebsite table.buttonlarge {
  width: 100%;
}

.bodywebsite .readmore {
    clear: both;
    margin-top: 6px;
    margin-bottom: 6px;
    position: relative;
    bottom: -20px;
}
.bodywebsite .readmore .btn {
  color: #403;
}
.bodywebsite .logout {
  text-align: center;
}
.bodywebsite .state-indicator {
  position: absolute;
  top: -999em;
  left: -999em;
  z-index: 1;
}
.bodywebsite .state-indicator {
  z-index: 4;
}
.bodywebsite #nav ul li {
  padding: 2px 6px 0;
}
.bodywebsite .bannergroupbannertop {
  display: none;
}

.bodywebsite div.dol-social-share {
  opacity: .6;
  padding-bottom: 120px;
  padding-top: 40px;
}
.bodywebsite .dol-social-share-tw {
  float: left !important;
  margin: 10px 0 0;
  margin-right: 0;
}
.bodywebsite .dol-social-share-fbl {
  float: left !important;
  margin-top: 0 !important;
  margin-right: -74px;
}
.bodywebsite .dol-social-share-gone {
  float: left !important;
  margin-top: 10px;
}
.bodywebsite .fb_iframe_widget {
  float: left !important;
  margin-left: 5px;
  margin-right: 100px;
  margin-top: 10px;
  width: auto !important;
}
.bodywebsite .dol-social-share-reddit {
  float: left;
  padding-left: 4px;
  padding-top: 9px;
}

.bodywebsite #advanced-search {
  text-align: left;
  width: 100%;
  padding: 5px 0 15px;
}
.bodywebsite #advanced-search-toggle {
  cursor: pointer;
}
.bodywebsite #search-query-explained {
  padding: 10px 0;
}
.bodywebsite #search-query-explained span.term,
.bodywebsite #search-query-explained span.date,
.bodywebsite #search-query-explained span.when,
.bodywebsite #search-query-explained span.branch,
.bodywebsite #search-query-explained span.node,
.bodywebsite #search-query-explained span.op {
  font-weight: 700;
}
.bodywebsite #search-query-explained span.op {
  text-transform: uppercase;
}
.bodywebsite #search-results li.search-result .mime-pdf {
  padding-left: 20px;
  background: url("/medias/image/sellyoursaas/images/pdf_button.png") no-repeat;
}
.bodywebsite #search-results .search-pagination,
.bodywebsite #search-results .pagination,
.bodywebsite #search-results .search-pages-counter {
  clear: both;
  margin: 0 auto;
}
.bodywebsite #highlighter-start,
.bodywebsite #highlighter-end {
  display: none;
  height: 0;
  opacity: 0;
}
.bodywebsite span.highlight {
  background-color: #ffc;
  font-weight: 700;
  padding: 1px 4px;
}

.bodywebsite .floatleftvideo {
  float: left;
  margin-left: 50px;
  margin-bottom: 10px;
}
.bodywebsite .floatrightvideo {
  float: right;
  margin-right: 50px;
  margin-bottom: 10px;
}
.bodywebsite .bannergroup {
  text-align: center;
}
.bodywebsite .customboxfeature {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.bodywebsite .bannergroupboxfeature {
  /* text-align: center; */
  padding-left: 10px;
}

.bodywebsite a.icons {
  padding: 4px;
}
.bodywebsite a.icons img {
  width: 20px;
}
.bodywebsite .hometoptitle {
  text-align: center;
  padding-top: 20px;
  background-color: var(--primary);
  margin-bottom: 20px;
}

.bodywebsite .stripe {
  width: 100%;
}
.bodywebsite .position {
  display: inline-block;
  padding: 23px;
}
.bodywebsite .positiontitle {
  /* display: none; */
  padding: 10px;
  font-size: 34px;
  text-shadow: 3px 3px 3px #222;
  font-weight: 700;
  color: #eee;
}
.bodywebsite .positionsubtitle {
  padding-top: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.bodywebsite .positionsubsubtitle {
  font-size: 20px;
  font-weight: 700;
  color: #705640;
}

h2.positionsubsubtitle.pictocolor span.secondary {
    color: #ace !important;
}
h2.positionsubsubtitle.pictocolor {
    color: #111 !important;
    text-shadow: none;
}


.bodywebsite .user1 {
  height: 450px;
}
.bodywebsite .inverse-box.transparent {
  text-align: center;
}
.bodywebsite .imgdoc {
  margin: 18px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 25px #aaa;
  max-width: calc(100% - 56px);
}
.bodywebsite .blog-featured h3.item-title a {
  font-weight: 400;
}
.bodywebsite h3.h3small {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 1.2em;
}
.bodywebsite header.dolheader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.bodywebsite .anchor:target {
  padding-top: 65px;
}
.bodywebsite .moduletableboxfeature h2.dolibarrh2 {
  text-shadow: none;
}
.bodywebsite .item-page p, .bodywebsite .justify, .bodywebsite .justify p {
  text-align: justify;
}
.bodywebsite ul.nav.menu li {
  padding-bottom: 10px;
}
.bodywebsite div#search-form {
  margin-top: 30px;
  margin-bottom: 30px;
}






/* CSS for rd-navbar */


.rd-navbar-group.rd-navbar-search-wrap.toggle-original-elements.active {
    overflow: hidden;
}

.bodywebsite .rd-navbar-wrap,
.bodywebsite .rd-navbar-static .rd-navbar-megamenu,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-megamenu,
.bodywebsite .rd-navbar-static .rd-navbar-inner,
.bodywebsite .rd-navbar-fixed .rd-navbar-nav-wrap,
.bodywebsite .rd-navbar-fixed .rd-navbar-submenu,
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-group,
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle,
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle:before,
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle:after,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search .rd-search,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-group,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search {
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.bodywebsite .rd-navbar,
.bodywebsite .rd-navbar.rd-navbar--is-clone {
  display: none;
}
.bodywebsite .rd-navbar-fixed,
.bodywebsite .rd-navbar-static,
.bodywebsite .rd-navbar-fullwidth,
.bodywebsite .rd-navbar-sidebar {
  display: block;
}
.bodywebsite .rd-navbar--no-transition,
.bodywebsite .rd-navbar--no-transition * {
  transition: none !important;
}
.bodywebsite .rd-navbar-wrap {
  position: relative;
  z-index: 10;
}
.bodywebsite .rd-navbar-wrap,
.bodywebsite .rd-navbar,
.bodywebsite .rd-navbar-brand,
.bodywebsite .rd-navbar-slogan,
.bodywebsite .rd-navbar-dropdown,
.bodywebsite .rd-navbar-megamenu,
.bodywebsite .rd-navbar-collapse-items,
.bodywebsite .brand-name,
.bodywebsite .rd-navbar-nav,
.bodywebsite .rd-navbar-panel,
.bodywebsite .rd-navbar-search-form-input,
.bodywebsite .rd-navbar-search-form-submit,
.bodywebsite .rd-navbar-search-toggle,
.bodywebsite .rd-navbar-live-search-results,
.bodywebsite .rd-navbar-search-form {
  transition: 0.33s all ease-out;
}
.bodywebsite .rd-navbar-collapse-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: var(--primary);
  display: none;
}
.bodywebsite .rd-navbar-collapse-toggle span {
  top: 50%;
  margin-top: -3px;
}
.bodywebsite .rd-navbar-collapse-toggle span,
.bodywebsite .rd-navbar-collapse-toggle span:before,
.bodywebsite .rd-navbar-collapse-toggle span:after {
  position: absolute;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  background: #00030a;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  transition: .3s all ease;
}
.bodywebsite .rd-navbar-collapse-toggle span:before,
.bodywebsite .rd-navbar-collapse-toggle span:after {
  content: '';
}
.bodywebsite .rd-navbar-collapse-toggle span:before {
  bottom: 100%;
  margin-bottom: 3px;
}
.bodywebsite .rd-navbar-collapse-toggle span:after {
  top: 100%;
  margin-top: 3px;
}
.bodywebsite .rd-navbar-collapse-toggle.active span {
  transform: scale(0.7);
}
.bodywebsite .rd-navbar-collapse-toggle.active span:before {
  transform: translateY(18px);
}
.bodywebsite .rd-navbar-collapse-toggle.active span:after {
  transform: translateY(-18px);
}
.bodywebsite .rd-navbar--has-sidebar body {
  padding-left: 270px;
}
.bodywebsite .rd-navbar--is-stuck {
  border-bottom: 1px solid #e5e7e9;
}
.bodywebsite .rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.bodywebsite .rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
  display: none;
}
.bodywebsite .rd-navbar {
  display: none;
  background: #fff;
  box-shadow: none;
}
.bodywebsite .rd-navbar-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  border: none;
  display: none;
}
.bodywebsite .rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}
.bodywebsite .rd-navbar-toggle span:after,
.bodywebsite .rd-navbar-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: .3s all ease;
}
.bodywebsite .rd-navbar-toggle span:after {
  top: 8px;
}
.bodywebsite .rd-navbar-toggle span:after,
.bodywebsite .rd-navbar-toggle span:before,
.bodywebsite .rd-navbar-toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  border-radius: 2px;
}
.bodywebsite .rd-navbar-toggle span {
  transform: rotate(180deg);
}
.bodywebsite .rd-navbar-toggle span:before,
.bodywebsite .rd-navbar-toggle span:after {
  transform-origin: 1.71429px center;
}
.bodywebsite .rd-navbar-toggle.active span {
  transform: rotate(360deg);
}
.bodywebsite .rd-navbar-toggle.active span:before,
.bodywebsite .rd-navbar-toggle.active span:after {
  top: 0;
  width: 15px;
}
.bodywebsite .rd-navbar-toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.bodywebsite .rd-navbar-toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.bodywebsite .rd-navbar-toggle:focus {
  outline: none;
}
.bodywebsite .rd-navbar-brand {
  transition: none !important;
}
.bodywebsite .rd-navbar-brand svg {
  fill: #000;
}
.bodywebsite .rd-navbar-search .rd-navbar-search-toggle,
.bodywebsite .rd-navbar-search .rd-search-submit,
.bodywebsite .buttonwithnoborder {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.bodywebsite .rd-navbar-search .rd-navbar-search-toggle::-moz-focus-inner,
.bodywebsite .rd-navbar-search .rd-search-submit::-moz-focus-inner {
  border: none;
  padding: 0;
}
.bodywebsite .rd-navbar-search .form-input::-ms-clear {
  display: none;
}
.bodywebsite .rd-navbar-search-toggle {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  font: 400 18px/36px "FontAwesome";
}
.bodywebsite .rd-navbar-search-toggle:before {
  content: '\f002';
  position: absolute;
  left: 0;
  top: 0;
}
.bodywebsite .rd-navbar-search-toggle:after {
  display: none;
}
.bodywebsite .rd-navbar-aside {
  pointer-events: none;
}
.bodywebsite .rd-navbar-aside > * {
  pointer-events: auto;
}
.bodywebsite .rd-navbar-aside-toggle {
  display: none;
  pointer-events: auto;
}
.bodywebsite .rd-navbar-static .rd-navbar-search-form-input input,
.bodywebsite .rd-navbar-sidebar .rd-navbar-search-form-input input,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-search-form-input input {
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
}
.bodywebsite .rd-navbar-static:after,
.bodywebsite .rd-navbar-fullwidth:after {
  content: '';
  background: #fff;
}
.bodywebsite .rd-navbar-static .rd-navbar-brand,
.bodywebsite .rd-navbar-static .rd-navbar-nav > li > a,
.bodywebsite .rd-navbar-static .rd-navbar-search-toggle,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-brand,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li > a,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-search-toggle {
  position: relative;
  z-index: 2;
}
.bodywebsite .rd-navbar-static .rd-navbar-inner,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-inner {
  position: relative;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > li > a,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li > a {
  position: relative;
  padding: 5px 0;
  font-size: 13px;
  line-height: 1.2;
  color: var(--primary);
  background: transparent;
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > li > a .label,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li > a .label {
  position: absolute;
  left: 0;
  margin: -18px 0 0 0;
}
@media (min-width: 1200px) {
  .bodywebsite .rd-navbar-static .rd-navbar-nav > li > a,
  .bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li > a {
    font-size: 14px;
  }
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > li.active > a,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li.active > a {
  color: var(--primary);
  background: transparent;
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > li.focus > a,
.bodywebsite .rd-navbar-static .rd-navbar-nav > li > a:hover,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li.focus > a,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li > a:hover {
  color: var(--secondary);
  background: transparent;
}
.bodywebsite .rd-navbar-static .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-static .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu {
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
}
.bodywebsite .rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.focus,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu.focus {
  opacity: 1;
  visibility: visible;
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu {
  transform: translateY(30px);
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.opened > .rd-navbar-megamenu,
.bodywebsite .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-megamenu,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu.opened > .rd-navbar-megamenu,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-megamenu {
  transform: translateY(0);
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu > .rd-navbar-dropdown {
  transform: translateX(-20px);
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
  transform: translateX(0);
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
  display: block;
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > li,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li {
  display: inline-block;
}
.bodywebsite .rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav li.rd-navbar--has-dropdown {
  position: relative;
}
.bodywebsite .rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.bodywebsite .rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown {
  position: absolute;
  left: 0;
  z-index: 5;
  display: block;
  margin-top: 27px;
  text-align: left;
  background: #fff;
}
.bodywebsite .rd-navbar-static .rd-navbar-list li,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-list li {
  padding-left: 5px;
  padding-right: 5px;
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a,
.bodywebsite .rd-navbar-static .rd-navbar-list > li > a,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-list > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 14px;
  font-size: 14px;
  line-height: 1.3;
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a,
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a:before,
.bodywebsite .rd-navbar-static .rd-navbar-list > li > a,
.bodywebsite .rd-navbar-static .rd-navbar-list > li > a:before,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:before,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-list > li > a,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-list > li > a:before {
  transition: .33s all ease;
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a:before,
.bodywebsite .rd-navbar-static .rd-navbar-list > li > a:before,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:before,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-list > li > a:before {
  position: absolute;
  top: 0;
  left: -6px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 16px;
  content: '\f105';
  line-height: inherit;
  color: var(--primary);
  opacity: 0;
  visibility: hidden;
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a:hover,
.bodywebsite .rd-navbar-static .rd-navbar-list > li > a:hover,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-list > li > a:hover {
  padding-left: 14px;
  padding-right: 0;
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a:hover:before,
.bodywebsite .rd-navbar-static .rd-navbar-list > li > a:hover:before,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover:before,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-list > li > a:hover:before {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a,
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a:focus,
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a:active,
.bodywebsite .rd-navbar-static .rd-navbar-list > li > a,
.bodywebsite .rd-navbar-static .rd-navbar-list > li > a:focus,
.bodywebsite .rd-navbar-static .rd-navbar-list > li > a:active,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:focus,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:active,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-list > li > a,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-list > li > a:focus,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-list > li > a:active {
  color: #9f9f9f;
  background: transparent;
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a:hover,
.bodywebsite .rd-navbar-static .rd-navbar-list > li > a:hover,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-list > li > a:hover {
  color: var(--primary);
  background: transparent;
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li + li,
.bodywebsite .rd-navbar-static .rd-navbar-list > li + li,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li + li,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-list > li + li {
  margin-top: 14px;
}
@media (min-width: 1200px) {
  .bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a,
  .bodywebsite .rd-navbar-static .rd-navbar-list > li > a,
  .bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a,
  .bodywebsite .rd-navbar-fullwidth .rd-navbar-list > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  .bodywebsite .rd-navbar-static .rd-navbar-dropdown > li + li,
  .bodywebsite .rd-navbar-static .rd-navbar-list > li + li,
  .bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li + li,
  .bodywebsite .rd-navbar-fullwidth .rd-navbar-list > li + li {
    margin-top: 17px;
  }
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown,
.bodywebsite .rd-navbar-static .rd-navbar-megamenu,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-megamenu {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
  border-color: var(--primary);
  border-top: 2px solid rgb(50, 120, 180);
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown {
  width: 188px;
  padding: 25px 25px 30px;
  margin-left: -32px;
  background: #fff;
}
@media (min-width: 1200px) {
  .bodywebsite .rd-navbar-static .rd-navbar-dropdown,
  .bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown {
    width: 235px;
  }
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown {
  position: absolute;
  left: 100%;
  margin-left: 91px;
  top: -20px;
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a {
  display: block;
  width: 100%;
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a,
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a:focus,
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a:active,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:focus,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:active {
  color: #9f9f9f;
  background: transparent;
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a:hover,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover {
  color: rgb(50, 120, 180);
  background: transparent;
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li.focus > a,
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li.opened > a,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li.opened > a {
  color: rgb(50, 120, 180);
  background: transparent;
}
.bodywebsite .rd-navbar-static .rd-navbar-megamenu,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-megamenu {
  position: absolute;
  z-index: 4;
  display: table;
  table-layout: fixed;
  width: calc(70%);
  left: 15px;
  max-width: 1200px;
  margin-top: 27px;
  text-align: left;
  background: #fff;
}
.bodywebsite .rd-navbar-static .rd-navbar-megamenu > li,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-megamenu > li {
  position: relative;
  display: table-cell;
  padding: 34px 20px 30px 35px;
}
.bodywebsite .rd-navbar-static .rd-navbar-megamenu > li + li,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-megamenu > li + li {
  border-left: 1px solid #ededed;
}
.bodywebsite .rd-navbar-static .rd-navbar-megamenu * + .rd-megamenu-header,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-megamenu * + .rd-megamenu-header {
  margin-top: 40px;
}
.bodywebsite .rd-navbar-static .rd-navbar-megamenu * + .rd-navbar-list,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-megamenu * + .rd-navbar-list {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .bodywebsite .rd-navbar-static .rd-navbar-megamenu,
  .bodywebsite .rd-navbar-fullwidth .rd-navbar-megamenu {
    width: 1140px;
  }
  .bodywebsite .rd-navbar-static .rd-navbar-megamenu > li,
  .bodywebsite .rd-navbar-fullwidth .rd-navbar-megamenu > li {
    padding: 44px 25px 50px 45px;
  }
}
.bodywebsite .rd-navbar-static .rd-navbar-submenu-toggle,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-submenu-toggle {
  display: none;
  cursor: pointer;
  z-index: 100;
}
.bodywebsite .rd-navbar-static .rd-navbar-submenu-toggle:hover,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-submenu-toggle:hover {
  color: var(--primary);
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
  display: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 24px;
  text-align: center;
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle::after {
  content: '\f107';
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: initial;
  font-weight: 600;
  text-align: center;
  transition: 0.4s all ease;
  z-index: 2;
  color: var(--primary);
  will-change: transform;
  -webkit-filter: blur(0);
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > li li.focus > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-static .rd-navbar-nav > li li.opened > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-static .rd-navbar-nav > li li > a:hover + .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li li.focus > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li li.opened > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li li > a:hover + .rd-navbar-submenu-toggle::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after {
  color: var(--secondary)
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown .rd-navbar-submenu-toggle,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-submenu-toggle {
  display: none;
  vertical-align: middle;
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-submenu-toggle::after {
  top: 1px;
}
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li.focus > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li.opened > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-static .rd-navbar-dropdown > li > a:hover + .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li.opened > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover + .rd-navbar-submenu-toggle::after {
  color: rgb(50, 120, 180);
}
.bodywebsite .rd-navbar-static.rd-navbar--is-clone,
.bodywebsite .rd-navbar-fullwidth.rd-navbar--is-clone {
  display: none;
}
.bodywebsite .rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck,
.bodywebsite .rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar--is-stuck {
  display: block;
}
.bodywebsite .rd-navbar-static.rd-navbar--is-stuck,
.bodywebsite .rd-navbar-static.rd-navbar--is-clone,
.bodywebsite .rd-navbar-fullwidth.rd-navbar--is-stuck,
.bodywebsite .rd-navbar-fullwidth.rd-navbar--is-clone {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  background: #fff;
}
.bodywebsite .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-megamenu,
.bodywebsite .rd-navbar-static.rd-navbar--is-clone .rd-navbar-megamenu,
.bodywebsite .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-megamenu,
.bodywebsite .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-megamenu {
  margin-top: 18px;
}
.bodywebsite .rd-navbar-static .rd-navbar-megamenu,
.bodywebsite .rd-navbar-fullwidth .rd-navbar-megamenu {
  position: absolute;
  transform: translateY(30px);
  text-align: left;
  visibility: hidden;
  opacity: 0;
}
.bodywebsite .rd-navbar-static .rd-navbar--has-dropdown,
.bodywebsite .rd-navbar-fullwidth .rd-navbar--has-dropdown {
  position: relative;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-collapse-toggle,
.bodywebsite .rd-navbar-sidebar .rd-navbar-collapse-toggle {
  display: inline-block;
  z-index: 9999;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-dropdown,
.bodywebsite .rd-navbar-sidebar .rd-navbar-dropdown {
  display: block;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-collapse-items,
.bodywebsite .rd-navbar-sidebar .rd-navbar-collapse-items {
  position: absolute;
  width: 260px;
  padding: 25px 15px;
  box-shadow: none;
  color: #00030a;
  background: #fff;
  font-size: 16px;
  line-height: 34px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-collapse-items li > *,
.bodywebsite .rd-navbar-sidebar .rd-navbar-collapse-items li > * {
  vertical-align: middle;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-collapse-items li + li,
.bodywebsite .rd-navbar-sidebar .rd-navbar-collapse-items li + li {
  margin-top: 10px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-collapse-items .icon,
.bodywebsite .rd-navbar-fixed .rd-navbar-collapse-items a,
.bodywebsite .rd-navbar-sidebar .rd-navbar-collapse-items .icon,
.bodywebsite .rd-navbar-sidebar .rd-navbar-collapse-items a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-collapse-items .icon,
.bodywebsite .rd-navbar-fixed .rd-navbar-collapse-items a[class*="fa"]:before,
.bodywebsite .rd-navbar-sidebar .rd-navbar-collapse-items .icon,
.bodywebsite .rd-navbar-sidebar .rd-navbar-collapse-items a[class*="fa"]:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-right: 5px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav, .bodywebsite .rd-navbar-sidebar {
  max-width: 285px;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 34px;
  color: #00030a;
  background: #fff;
  z-index: 998;
}
.bodywebsite .rd-navbar-static-smooth .rd-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.bodywebsite .rd-navbar-static {
  display: block;
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > li {
  display: inline-block;
}
.bodywebsite .rd-navbar-static .rd-navbar-nav > li + li {
  margin-left: 10px;
}
.bodywebsite .rd-navbar-static.rd-navbar-default .rd-navbar-search,
.bodywebsite .rd-navbar-static.rd-navbar-corporate-dark .rd-navbar-search {
  position: static;
  z-index: 2;
}
.bodywebsite .rd-navbar-static.rd-navbar-default .rd-navbar-search .rd-search,
.bodywebsite .rd-navbar-static.rd-navbar-corporate-dark .rd-navbar-search .rd-search {
  position: absolute;
  top: -1px;
  right: 4px;
  bottom: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.bodywebsite .rd-navbar-static.rd-navbar-default .rd-navbar-search .rd-search-submit,
.bodywebsite .rd-navbar-static.rd-navbar-corporate-dark .rd-navbar-search .rd-search-submit {
  width: 39px;
  height: 39px;
  line-height: 38px;
}
.bodywebsite .rd-navbar-static.rd-navbar-default .rd-navbar-search .rd-search-results-live,
.bodywebsite .rd-navbar-static.rd-navbar-corporate-dark .rd-navbar-search .rd-search-results-live {
  padding: 0;
  border: 0;
  background: #fff;
}
.bodywebsite .rd-navbar-static.rd-navbar-default .rd-navbar-search .rd-search-results-live > *,
.bodywebsite .rd-navbar-static.rd-navbar-corporate-dark .rd-navbar-search .rd-search-results-live > * {
  display: none;
  padding: 16px;
  border: 1px solid #e5e7e9;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}
.bodywebsite .rd-navbar-static.rd-navbar-default .rd-navbar-search .form-label,
.bodywebsite .rd-navbar-static.rd-navbar-corporate-dark .rd-navbar-search .form-label {
  border: 0;
}
.bodywebsite .rd-navbar-static.rd-navbar-default .rd-navbar-search.active .rd-search,
.bodywebsite .rd-navbar-static.rd-navbar-corporate-dark .rd-navbar-search.active .rd-search {
  opacity: 1;
  visibility: visible;
  transition: .22s;
}
.bodywebsite .rd-navbar-static.rd-navbar-default .rd-navbar-search.active .rd-search-results-live > *,
.bodywebsite .rd-navbar-static.rd-navbar-corporate-dark .rd-navbar-search.active .rd-search-results-live > * {
  display: block;
}
.bodywebsite .rd-navbar-static.rd-navbar-default .rd-navbar-search-wrap.active .rd-navbar-nav-inner,
.bodywebsite .rd-navbar-static.rd-navbar-corporate-dark .rd-navbar-search-wrap.active .rd-navbar-nav-inner {
  position: relative;
}
.bodywebsite .rd-navbar-static.rd-navbar-default .rd-navbar-search.active + .rd-navbar-nav,
.bodywebsite .rd-navbar-static.rd-navbar-corporate-dark .rd-navbar-search.active + .rd-navbar-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.bodywebsite .rd-navbar-static.rd-navbar--is-clone {
  display: block;
  transform: translateY(-105%);
  transition: .33s all ease;
}
.bodywebsite .rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
  transform: translateY(0);
}
.bodywebsite .rd-navbar-static.rd-navbar--is-clone .rd-navbar-inner,
.bodywebsite .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner {
  padding: 13px 30px;
}
.bodywebsite .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-wrap,
.bodywebsite .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-wrap {
  margin-top: 0;
}
.bodywebsite .rd-navbar-fullwidth {
  display: block;
  text-align: center;
}
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav {
  width: 100%;
}
.bodywebsite .rd-navbar-fullwidth .rd-navbar-nav > li + li {
  margin-left: 20px;
}
.bodywebsite .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-panel {
  display: none;
}
.bodywebsite .rd-navbar-fixed {
  display: block;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-brand {
  /*position: fixed; */
  top: 10px;
  left: 64px;
  z-index: 17;
  display: block;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-brand .brand-slogan {
  display: none;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-panel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* position: fixed; */
  left: 0;
  top: 0;
  right: 0;
  padding: 4px;
  height: 56px;
  color: #9f9f9f;
  z-index: 999;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-panel:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: none;
  border-bottom: 1px solid #e5e7e9;
  background: #fff;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-toggle {
  display: inline-block;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: -56px;
  z-index: 998;
  padding: 0 0 56px;
  color: #fff;
  background: #fff;
  border-right: 1px solid #e5e7e9;
  transform: translateX(-105%);
  pointer-events: none;
  overflow: hidden;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav-wrap.active {
  transform: translateX(0);
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav-inner {
  position: relative;
  z-index: 100000;
  height: 100%;
  padding: 10px 0 20px;
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav-inner::-webkit-scrollbar {
  width: 4px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav-inner::-webkit-scrollbar-thumb {
  background: white;
  border: none;
  border-radius: 0;
  opacity: .2;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav-inner::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 0;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav {
  display: block;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  list-style: none;
  margin-left: 5px
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li > a {
  display: block;
  padding: 14px 50px 14px 10px;
  color: #464a4d;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li:hover > a,
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li:hover > a:hover,
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li.focus > a,
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li.focus > a:hover,
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li.active > a,
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li.active > a:hover,
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li.opened > a,
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li.opened > a:hover {
  color: #fff;
  background: rgb(50, 120, 180);
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li.active > .rd-navbar-submenu-toggle::after,
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle::after {
  color: #fff;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav > li + li {
  margin-top: 4px;
}
.bodywebsite .rd-navbar-fixed .label-custom {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 60%;
  line-height: 1;
  padding: 6px .5em 5px;
  vertical-align: middle;
}
.bodywebsite .iphone .rd-navbar-fixed .label-custom,
.bodywebsite .ipad .rd-navbar-fixed .label-custom,
.bodywebsite .mac .rd-navbar-fixed .label-custom {
  padding: 6px .5em 4px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-dropdown > li > a,
.bodywebsite .rd-navbar-fixed .rd-navbar-list > li > a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header {
  padding: 0 15px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-megamenu > li {
  padding-top: 15px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-header {
  margin-top: 15px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-megamenu * + .rd-navbar-list {
  margin-top: 10px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fixed .rd-navbar-megamenu {
  display: none;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-submenu {
  position: relative;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-submenu li > a {
  font-size: 14px;
  padding-left: 30px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.bodywebsite .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
  padding-left: 48px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-search,
.bodywebsite .rd-navbar-fixed .rd-navbar-btn-wrap {
  display: block;
  padding: 16px 5px;
}
.bodywebsite .rd-navbar-fixed .rd-search .rd-search-results-live {
  display: none;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-btn-wrap {
  padding: 16px 10px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-btn-wrap .btn {
  width: 100%;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li .rd-navbar-megamenu {
  transition: opacity 0.3s, height 0.4s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-megamenu {
  padding: 3px 0;
  opacity: 1;
  height: auto;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
  color: #fff;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle::after {
  transform: rotate(180deg);
  margin-top: -24px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-submenu-toggle::after {
  content: '\f107';
  position: absolute;
  top: 24px;
  right: 0;
  margin-top: -18px;
  width: 65px;
  height: 44px;
  font-family: "Font Awesome 5 Free";
  font-size: initial;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  transition: 0.4s all ease;
  z-index: 2;
  cursor: pointer;
  color: #000;
  will-change: transform;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-collapse,
.bodywebsite .rd-navbar-fixed .rd-navbar-search-toggle {
  position: fixed;
  top: 4px;
  height: 48px;
  z-index: 1000;
  background-color: transparent;
  border: none;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-collapse:focus,
.bodywebsite .rd-navbar-fixed .rd-navbar-search-toggle:focus {
  outline: none;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-aside {
  top: 0;
  right: 0;
  width: 100%;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-aside,
.bodywebsite .rd-navbar-fixed .rd-navbar-aside .rd-navbar-aside-toggle {
  position: fixed;
  z-index: 1000;
  display: block;
  height: 48px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-aside.active .rd-navbar-aside-content {
  visibility: visible;
  opacity: 1;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-aside-toggle {
  top: 4px;
  right: 4px;
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #000;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-aside-toggle span {
  top: 50%;
  margin-top: -3px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-aside-toggle span,
.bodywebsite .rd-navbar-fixed .rd-navbar-aside-toggle span:before,
.bodywebsite .rd-navbar-fixed .rd-navbar-aside-toggle span:after {
  position: absolute;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  background: #000;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  transition: .3s all ease;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-aside-toggle span:before,
.bodywebsite .rd-navbar-fixed .rd-navbar-aside-toggle span:after {
  content: '';
}
.bodywebsite .rd-navbar-fixed .rd-navbar-aside-toggle span:before {
  bottom: 100%;
  margin-bottom: 3px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-aside-toggle span:after {
  top: 100%;
  margin-top: 3px;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-aside-toggle.active span {
  transform: scale(0.7);
}
.bodywebsite .rd-navbar-fixed .rd-navbar-aside-toggle.active span:before {
  transform: translateY(18px);
}
.bodywebsite .rd-navbar-fixed .rd-navbar-aside-toggle.active span:after {
  transform: translateY(-18px);
}
.bodywebsite .rd-navbar-fixed .rd-navbar-aside-content {
  position: absolute;
  top: calc(107%);
  right: 0;
  width: calc(102%);
  padding: 20px 35px;
  margin: 0 -1px;
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.23s all ease-out;
}
@media (min-width: 768px) {
  .bodywebsite .rd-navbar-fixed .rd-navbar-aside-content {
    width: auto;
  }
}
.bodywebsite .rd-navbar-fixed.rd-navbar--is-clone {
  display: none;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-fixed--visible {
  display: block;
}
.bodywebsite .rd-navbar-fixed .rd-navbar-fixed--hidden {
  display: none;
}
.bodywebsite html.rd-navbar-fixed-linked .page {
  padding-top: 56px;
}
.bodywebsite html.rd-navbar-sidebar-linked body {
  padding-left: 270px;
}
.bodywebsite .rd-navbar-sidebar {
  position: fixed;
  display: block;
}
.bodywebsite .rd-navbar-sidebar .rd-navbar-nav li:hover > a,
.bodywebsite .rd-navbar-sidebar .rd-navbar-nav li:hover > a:hover,
.bodywebsite .rd-navbar-sidebar .rd-navbar-nav li.focus > a,
.bodywebsite .rd-navbar-sidebar .rd-navbar-nav li.focus > a:hover {
  color: rgb(50, 120, 180);
  background: transparent;
}
.bodywebsite .rd-navbar-sidebar .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle,
.bodywebsite .rd-navbar-sidebar .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle {
  color: #fff;
}
.bodywebsite .rd-navbar-sidebar .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle:hover,
.bodywebsite .rd-navbar-sidebar .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle:hover {
  cursor: pointer;
  color: #fff;
}
.bodywebsite .rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-dropdown,
.bodywebsite .rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-megamenu {
  transition: opacity 0.3s, height 0.4s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.bodywebsite .rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-megamenu {
  opacity: 1;
  height: auto;
}
.bodywebsite .rd-navbar-sidebar .rd-navbar-nav li.opened > a {
  background: transparent;
  color: rgb(50, 120, 180);
}
.bodywebsite .rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
  color: #fff;
}
.bodywebsite .rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bodywebsite .rd-navbar-sidebar .rd-navbar-submenu-toggle::after {
  content: '\f078';
  position: absolute;
  top: 22px;
  right: 0;
  margin-top: -22px;
  width: 65px;
  height: 44px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: initial;
  line-height: 42px;
  text-align: center;
  transition: 0.4s all ease;
  z-index: 2;
}
.bodywebsite .rd-navbar-sidebar .rd-navbar-brand {
  text-align: center;
}
.bodywebsite .rd-navbar-sidebar .rd-navbar-collapse-items {
  top: 0;
  left: 0;
  padding-top: 45px;
  transform: scale(0.7);
  transform-origin: 0% 0%;
  opacity: 0;
  visibility: hidden;
}
.bodywebsite .rd-navbar-sidebar .rd-navbar-collapse {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  z-index: 1;
}
.bodywebsite .rd-navbar-sidebar .rd-navbar-collapse.active .rd-navbar-collapse-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.bodywebsite .rd-navbar-default .rd-navbar-nav > li > a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #00030a;
}
.bodywebsite .rd-navbar-default .rd-navbar-search .form-input,
.bodywebsite .rd-navbar-default .rd-navbar-search .form-label {
  font-size: 16px;
  line-height: 1.3;
  color: #9b9b9b;
}
.bodywebsite .rd-navbar-default .rd-navbar-search .form-label {
  top: 18px;
  left: 22px;
}
.bodywebsite .rd-navbar-default .rd-navbar-search .form-input {
  padding: 7px 45px 10px 22px;
  height: auto;
  min-height: 20px;
  border: 1px solid #e5e7e9;
  border-radius: 3px;
}
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-navbar-search-toggle,
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-search-submit {
  font-size: 25px;
}
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-navbar-search-toggle,
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-navbar-search-toggle:active,
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-navbar-search-toggle:focus,
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-search-submit,
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-search-submit:active,
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-search-submit:focus {
  color: #00030a;
}
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-navbar-search-toggle:hover,
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-search-submit:hover {
  color: rgb(50, 120, 180);
}
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-navbar-search-toggle,
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-navbar-search-toggle:before,
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-search-submit,
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-search-submit:before {
  font-family: 'Material Icons';
}
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-navbar-search-toggle {
  position: relative;
}
.bodywebsite .rd-navbar-default .rd-navbar-search .rd-navbar-search-toggle:after {
  content: '\e5cd';
}
.bodywebsite .rd-navbar-default.rd-navbar-fixed .rd-navbar-shop {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1001;
}
.bodywebsite .rd-navbar-default.rd-navbar-fixed .rd-navbar-search .rd-navbar-search-toggle {
  display: none;
}
.bodywebsite .rd-navbar-default.rd-navbar-static .rd-navbar-inner,
.bodywebsite .rd-navbar-default.rd-navbar-static .rd-navbar-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.bodywebsite .rd-navbar-default.rd-navbar-static .rd-navbar-inner {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 44px 15px 42px;
  font-size: 0;
  line-height: 0;
}
.bodywebsite .rd-navbar-default.rd-navbar-static .rd-navbar-panel {
  min-width: 100px;
}
.bodywebsite .rd-navbar-default.rd-navbar-static .rd-navbar-group {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bodywebsite .rd-navbar-default.rd-navbar-static .rd-navbar-nav-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 12px;
}
.bodywebsite .rd-navbar-default.rd-navbar-static .rd-navbar-nav {
  z-index: 0;
  margin-right: 40px;
  transition: .25s;
}
.bodywebsite .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li + li {
  margin-left: 32px;
}
@media (min-width: 1200px) {
  .bodywebsite .rd-navbar-default.rd-navbar-static .rd-navbar-nav {
    margin-right: 77px;
  }
  .bodywebsite .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li + li {
    margin-left: 48px;
  }
}
.bodywebsite .rd-navbar-default.rd-navbar-static .rd-navbar-toggle .rd-navbar-nav > li .rd-navbar-toggle {
  display: none;
}
.bodywebsite .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
  margin-top: 54px;
}
.bodywebsite .rd-navbar-default.rd-navbar-static.rd-navbar--is-clone .rd-navbar-inner,
.bodywebsite .rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner {
  padding: 18px 15px;
}
.bodywebsite .rd-navbar-default.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-dropdown {
  margin-top: 49px;
}
.bodywebsite .rd-navbar-corporate-dark .rd-navbar-nav > li > a {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.bodywebsite .rd-navbar-corporate-dark .rd-navbar-search .form-input,
.bodywebsite .rd-navbar-corporate-dark .rd-navbar-search .form-label {
  font-size: 16px;
  line-height: 1.3;
  color: #9b9b9b;
}
.bodywebsite .rd-navbar-corporate-dark .rd-navbar-search .form-label {
  top: 18px;
  left: 22px;
}
.bodywebsite .rd-navbar-corporate-dark .rd-navbar-search .form-input {
  padding: 7px 45px 7px 22px;
  height: auto;
  min-height: 20px;
  border: 1px solid #e5e7e9;
  border-radius: 3px;
}
.bodywebsite .rd-navbar-corporate-dark .rd-navbar-search .rd-navbar-search-toggle,
.bodywebsite .rd-navbar-corporate-dark .rd-navbar-search .rd-search-submit {
  text-align: center;
  color: #000;
}
.bodywebsite .rd-navbar-corporate-dark .rd-navbar-search .rd-navbar-search-toggle:before,
.bodywebsite .rd-navbar-corporate-dark .rd-navbar-search .rd-search-submit:before {
  position: static;
  display: inline-block;
  font-family: 'fl-bigmug-line';
  font-size: 20px;
}
.bodywebsite .rd-navbar-corporate-dark .rd-navbar-search .rd-navbar-search-toggle:hover,
.bodywebsite .rd-navbar-corporate-dark .rd-navbar-search .rd-search-submit:hover {
  color: rgb(50, 120, 180);
}
.bodywebsite .rd-navbar-corporate-dark .rd-navbar-search .rd-navbar-search-toggle:after {
  display: none;
}
.bodywebsite .rd-navbar-corporate-dark .rd-navbar-aside {
  width: 100%;
  font-size: 14px;
  line-height: 1.71429;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-fixed .rd-navbar-aside-content {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background: #111;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-fixed .rd-navbar-aside .list-units > li + li {
  margin-top: 10px;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-fixed .rd-navbar-aside * + .rd-navbar-aside-group {
  margin-top: 14px;
}
@media (min-width: 576px) {
  .bodywebsite .rd-navbar-corporate-dark.rd-navbar-fixed .rd-navbar-aside-content {
    width: auto;
  }
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-inner {
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-panel {
  min-width: 100px;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-aside {
  position: relative;
  z-index: 2;
  background: #3a3c3e;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-aside:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: inherit;
  width: 102vw;
  z-index: -1;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-aside .rd-navbar-aside-content,
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-aside .rd-navbar-aside-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-aside .rd-navbar-aside-content {
  padding: 12px 15px;
  margin-bottom: -5px;
  transform: translateY(-5px);
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-aside .rd-navbar-aside-group {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-aside .rd-navbar-aside-group:first-child {
  margin-top: 7px;
  -webkit-flex-grow: 8;
  -ms-flex-positive: 8;
  flex-grow: 8;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-aside .rd-navbar-aside-group:last-child {
  margin-top: 5px;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-aside .list-units li {
  display: inline-block;
  margin-top: 0;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-aside .list-units li:not(:last-child) {
  margin-right: 25px;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-group {
  /* padding: 35px 15px; */
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-nav-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-nav {
  margin-right: 23px;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-nav > li {
  padding-left: 5px;
  padding-right: 5px;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-nav > li > a {
  font-size: 13px;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-nav > li.rd-navbar-submenu {
  margin-right: -18px;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
  display: inline-block;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-nav > li + li {
  margin-left: 32px;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-nav .rd-navbar-dropdown > li {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1200px) {
  .bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-nav > li > a {
    font-size: 14px;
  }
  .bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-nav > li + li {
    margin-left: 29px;
  }
  .bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-aside .list-units li:not(:last-child) {
    margin-right: 50px;
  }
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-search {
  position: static;
  z-index: 2;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-search .rd-search {
  position: absolute;
  top: -2px;
  /* right: -2px; */
  bottom: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-search .rd-search-submit {
  width: 39px;
  height: 39px;
  line-height: 38px;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-search-wrap.active .rd-navbar-nav-wrap {
  position: relative;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-search.active + .rd-navbar-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-toggle .rd-navbar-nav > li .rd-navbar-toggle {
  display: none;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside,
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside {
  display: none;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static.rd-navbar--is-clone .rd-navbar-group,
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-group {
  padding-top: 18px;
  padding-bottom: 18px;
}
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-corporate-dark.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-dropdown {
  margin-top: 18px;
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-nav > li > a {
  font: 400 16px "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: .025em;
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .form-input,
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .form-label {
  font-size: 16px;
  line-height: 1.3;
  color: #9b9b9b;
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .form-label {
  top: 18px;
  left: 22px;
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .form-input {
  padding: 7px 22px 10px;
  height: auto;
  min-height: 20px;
  border: 1px solid #e5e7e9;
  border-radius: 3px;
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle,
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-search-submit {
  text-align: center;
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle:before,
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-search-submit:before {
  font-family: 'fl-bigmug-line';
  position: static;
  display: inline-block;
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle:before,
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle:after {
  font-size: 20px;
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle:before {
  font-family: 'fl-bigmug-line';
  color: #000;
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle:after {
  font-family: 'Material Icons';
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle:hover:before {
  color: rgb(50, 120, 180);
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle,
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle:before,
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle:after {
  width: 36px;
  height: 36px;
  text-align: center;
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle:before,
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle:before {
  content: "";
  transform: scale(1) rotate(0deg);
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle:after {
  content: "";
  opacity: 0;
  transform: scale(0) rotate(-90deg);
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle.active:before {
  opacity: 0;
  transform: scale(0) rotate(90deg);
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-search .rd-navbar-search-toggle.active:after {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.bodywebsite .rd-navbar-corporate-light .rd-navbar-aside {
  width: 100%;
  font-size: 14px;
  line-height: 1.71429;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search {
  padding: 0;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search .rd-search {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  padding: 8px 10px;
  transform: translateY(-80%);
  background: #fff;
  border: 1px solid #e5e7e9;
  border-top: 0;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search.active .rd-search {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search .form-input {
  padding: 7px 46px 10px 22px;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search .rd-navbar-search-toggle,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search .rd-search-submit {
  font-size: 20px;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search .rd-navbar-search-toggle,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search .rd-navbar-search-toggle:active,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search .rd-navbar-search-toggle:focus,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search .rd-search-submit,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search .rd-search-submit:active,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search .rd-search-submit:focus {
  color: #000;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search .rd-navbar-search-toggle:hover,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search .rd-search-submit:hover {
  color: rgb(50, 120, 180);
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search .rd-navbar-search-toggle {
  position: fixed;
  right: 56px;
  top: 10px;
  z-index: 1000;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-search .rd-search-submit {
  right: 10px;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-aside-content {
  border: 1px solid #e5e7e9;
  background: #fff;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-aside .list-units > li + li {
  margin-top: 10px;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-aside * + .rd-navbar-aside-group {
  margin-top: 14px;
}
@media (min-width: 576px) {
  .bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-aside-content {
    width: auto;
  }
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-fixed .rd-navbar-btn-wrap {
  padding: 16px 5px;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-inner {
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-panel {
  min-width: 100px;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-aside {
  position: relative;
  z-index: 100;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-aside-wrap,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-aside .rd-navbar-aside-content,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-aside .rd-navbar-aside-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-aside-wrap {
  position: relative;
  z-index: 1001;
  padding: 6px 20px 6px 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-aside-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #e5e7e9;
  width: 101vw;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-aside-wrap > * + * {
  margin-left: 10px;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-aside .rd-navbar-aside-content {
  margin-bottom: -5px;
  transform: translateY(-5px);
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-aside .rd-navbar-aside-group {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-aside .rd-navbar-aside-group:first-child {
  margin-top: 7px;
  -webkit-flex-grow: 8;
  -ms-flex-positive: 8;
  flex-grow: 8;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-aside .rd-navbar-aside-group:last-child {
  margin-top: 5px;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-aside .list-units li {
  display: inline-block;
  margin-top: 0;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-aside .list-units li:not(:last-child) {
  margin-right: 30px;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-group {
  padding: 35px 15px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-nav-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-nav {
  margin-right: 40px;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-nav > li > a {
  font-size: 15px;
  padding: 7px 0;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-nav > li.rd-navbar-submenu {
  margin-right: -24px;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
  position: relative;
  top: 2px;
  display: inline-block;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-nav > li + li {
  margin-left: 37px;
}
@media (min-width: 1200px) {
  .bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-nav > li > a {
    font-size: 16px;
  }
  .bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-nav > li + li {
    margin-left: 48px;
  }
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-search {
  position: relative;
  z-index: 1500;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-search .form-label {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-search .form-input,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-search .form-label {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-search .form-label {
  top: 24px;
  left: 0;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-search .form-input {
  padding: 10px 50px 9px 0;
  background-color: transparent;
  border: 0;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-search .btn {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.96);
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-inner {
  width: 540px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-submit {
  position: relative;
  left: 0;
  top: 0;
  width: 39px;
  height: 39px;
  font-size: 25px;
  line-height: 39px;
  transform: none;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-submit,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-submit:active,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-submit:focus {
  color: #fff;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-submit:hover {
  color: #ababab;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live {
  position: relative;
  display: block;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  font-size: 20px;
  background-color: transparent;
  opacity: 1;
  visibility: visible;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live > * {
  display: block;
  padding: 0;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .active .search_list li {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search-quick-result {
  display: none;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list {
  margin: 0;
  background-color: transparent;
  text-align: left;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li {
  position: relative;
  top: 30px;
  display: inline-block;
  width: 48%;
  padding: 0 15px;
  text-align: left;
  transition: 0.5s all ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list .search_all {
  top: 0;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li:nth-child(0) {
  transition-delay: 0s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li:nth-child(1) {
  transition-delay: 0.15s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li:nth-child(2) {
  transition-delay: 0.3s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li:nth-child(3) {
  transition-delay: 0.45s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li:nth-child(4) {
  transition-delay: 0.6s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li:nth-child(5) {
  transition-delay: 0.75s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li:nth-child(6) {
  transition-delay: 0.9s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li:nth-child(7) {
  transition-delay: 1.05s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li:nth-child(8) {
  transition-delay: 1.2s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li:nth-child(9) {
  transition-delay: 1.35s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li:nth-child(10) {
  transition-delay: 1.5s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li.search_all:nth-child(0) {
  transition-delay: 0s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li.search_all:nth-child(1) {
  transition-delay: 0.2s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li.search_all:nth-child(2) {
  transition-delay: 0.4s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li.search_all:nth-child(3) {
  transition-delay: 0.6s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li.search_all:nth-child(4) {
  transition-delay: 0.8s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li.search_all:nth-child(5) {
  transition-delay: 1s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li.search_all:nth-child(6) {
  transition-delay: 1.2s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li.search_all:nth-child(7) {
  transition-delay: 1.4s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li.search_all:nth-child(8) {
  transition-delay: 1.6s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li.search_all:nth-child(9) {
  transition-delay: 1.8s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_list li.search_all:nth-child(10) {
  transition-delay: 2s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .result-item:only-child {
  top: 0;
  width: 100%;
  text-align: center;
  transition-delay: 0s;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .result-item:nth-child(n + 3) {
  margin-top: 50px;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_title {
  font: 700 30px/26px Helvetica, Arial, sans-serif;
  font-style: italic;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_title a,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_title a:active,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_title a:focus {
  color: #fff;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_title a:hover {
  color: #ababab;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_title + p {
  margin-top: 16px;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_error {
  line-height: 1.35;
  text-align: center;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_submit {
  display: inline-block;
  padding: 10px 35px;
  border: 2px solid;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_submit,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_submit:active,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_submit.active,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_submit:active:focus,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_submit.active:focus,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_submit:focus:active,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_submit:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.bodywebsite .open > .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_submit.dropdown-toggle,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_submit:hover {
  color: #414141;
  background-color: #fff;
  border-color: #fff;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_submit.disabled,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_submit[disabled],
.bodywebsite fieldset[disabled] .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_submit {
  pointer-events: none;
  opacity: .5;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_submit .badge {
  color: transparent;
  background-color: #fff;
}
@media (min-width: 1600px) and (min-height: 767px) {
  .bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search .rd-search-inner {
    margin-top: 10%;
  }
}
@media (max-height: 767px) {
  .bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search .rd-search-results-live .result-item:nth-child(5),
  .bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search .rd-search-results-live .result-item:nth-child(6) {
    display: none;
  }
  .bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-search .rd-search-results-live .search_list > li.search_all {
    transition-delay: 0.8s;
  }
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-search.active .rd-search {
  display: block;
  z-index: 10000;
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-search.active .rd-navbar-search-toggle {
  z-index: 10002;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-search.active .rd-navbar-search-toggle:after {
  color: #fff;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-search.active .rd-navbar-search-toggle:hover:after {
  color: #ababab;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static .rd-navbar-toggle .rd-navbar-nav > li .rd-navbar-toggle {
  display: none;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-wrap,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-wrap {
  position: absolute;
  top: -60px;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static.rd-navbar--is-clone .rd-navbar-group,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-group {
  padding-top: 17px;
  padding-bottom: 17px;
}
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > .rd-navbar-dropdown,
.bodywebsite .rd-navbar-corporate-light.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-dropdown {
  margin-top: 50px;
}
html .bodywebsite.boxed.rd-navbar--has-sidebar body {
  padding-left: 300px;
  padding-right: 30px;
}
html .bodywebsite.boxed .rd-navbar--is-clone {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.bodywebsite .div-page-head .icon-xs {
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 22px;
}


/* Css to hide when we use print feature */
@media print {
  .hideonprint {
    display: none !important;
  }
}
