* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
html.ui-mobile h1,
html.ui-mobile h2,
html.ui-mobile h3,
html.ui-mobile h4,
html.ui-mobile h5,
html.ui-mobile h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 10px 0;
  margin: 0;
}
html.ui-mobile h1 {
  font-weight: 600;
}
html.ui-mobile h2 {
  font-size: 24px;
}
html.ui-mobile h3 {
  font-size: 22px;
}
html.ui-mobile h4,
html.ui-mobile h6 {
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0;
  font-weight: 600;
}
.ui-popup-container .ui-header .ui-title {
  background: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  margin-left: 0;
}
/* --- INPUT --- */

.ui-page {
  min-height: 100px !important;
}
a {
  text-decoration: none;
}
a .truncator {
  display: inline;
}
.ui-grid-full,
.ui-grid-a,
.ui-grid-b,
.ui-grid-c,
.ui-grid-d {
  padding: 0 15px;
}
.ui-grid-full {
  width: 100%;
}
.ui-mobile .ui-page,
.ui-mobile .ui-page-theme-b,
.ui-mobile .ui-body-inherit,
.ui-mobile .ui-header,
.ui-mobile .ui-footer,
.ui-mobile .ui-btn {
  -ms-text-shadow: none !important;
  text-shadow: none !important;
  border-width: 0;
}
.ui-mobile .ui-page:hover,
.ui-mobile .ui-page-theme-b:hover,
.ui-mobile .ui-body-inherit:hover,
.ui-mobile .ui-header:hover,
.ui-mobile .ui-footer:hover,
.ui-mobile .ui-btn:hover {
  -ms-text-shadow: none;
  text-shadow: none;
}
.ui-btn-corner-all,
.ui-btn.ui-corner-all {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ui-mobile .ui-btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.ui-mobile .ui-btn.ui-mini {
  font-size: .9em;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ui-btn:after,
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after,
.ui-page-theme-a .ui-btn.ui-btn-active {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-mobile .ui-page-theme-a .ui-btn,
.ui-mobile .ui-page-theme-a .ui-btn:hover {
  border-color: rgba(255, 255, 255, 0.15);
  color: transparent;
}
.ui-page-theme-b .ui-btn,
.ui-page-theme-b .ui-btn:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
.ui-collapsible {
  margin: 0;
}
.ui-collapsible-content {
  background-color: transparent;
}
.ui-page .ui-dialog-contain .ui-title {
  background: none;
}
.no-padding {
  padding: 0;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.image-full {
  width: 96%;
  margin: 0 2%;
}
.clearfix:after {
  content: " ";
  /* older browsers do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.rounded-3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rounded-6 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-detail {
  position: relative;
  font-size: .85em;
}
.btn-detail.ui-btn-icon-right {
  padding-right: 14px;
}
.btn-detail.ui-btn-icon-right:after {
  right: 0;
}
.box {
  float: left;
  width: 100%;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
}
.box h3 {
  text-align: center;
}
.ui-mobile .hotel-and-lang {
  margin: 0;
}
.ui-mobile .hotel-and-lang .logo-name-container {
  width: 85%;
}
.ui-mobile .hotel-and-lang p {
  font-size: 10px;
  line-height: .9em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}
.ui-mobile .hotel-and-lang .logo-container {
  position: relative;
  float: left;
  width: 50px;
  height: 45px;
  overflow: hidden;
}
.ui-mobile .hotel-and-lang .logo-container img {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  width: 100%;
}
.ui-mobile .hotel-and-lang .name-container {
  display: table;
  position: relative;
  margin: 12px 0;
  padding-left: 10px;
  float: left;
}
.ui-mobile .hotel-and-lang .name-container h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  font-size: .9em;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}
.ui-mobile .hotel-and-lang .lang-container {
  width: 15%;
}
.ui-mobile .hotel-and-lang .lang-container .langSelector {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 4px 6px 3px 6px;
  border: none;
  font-size: 1em;
}
.address p {
  font-size: .7em;
  padding: 1px 0;
  margin: 0;
  -ms-text-shadow: none;
  text-shadow: none;
}
.header-image {
  position: relative;
  overflow: hidden;
}
.header-image h3.title {
  position: absolute;
  bottom: 0;
  padding: 0 15px;
  font-size: 22px;
}
/* --- NAV ------------------------------------------------------------------ */

#menuPanel {
  position: fixed;
}
#menuPanel.ui-panel {
  width: 18em;
  top: 0;
  bottom: 0;
}
#menuPanel.ui-panel .name-container h3 {
  font-weight: 300;
  width: 80%;
  font-size: 1.2em;
  padding-top: 0;
}
#menuPanel.ui-panel .close-button {
  top: 0;
  right: 0;
  left: auto;
  width: 14px;
  height: 14px;
  padding: 18px;
  z-index: 1;
}
#menuPanel.ui-panel .close-button.ui-btn-icon-left:after {
  left: 50%;
  margin-left: -10px;
}
#menuPanel.ui-panel .ui-listview {
  margin-top: 0;
}
.ui-mobile .menu-nav .ui-li-count {
  background-color: white;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}
.ui-mobile .menu-nav .ui-btn {
  font-size: 1em;
}
.description {
  position: relative;
  padding-bottom: 15px;
}
.description .text {
  padding: 15px 0;
}
.description .description-full,
.description .description-summary {
  padding-top: 15px;
  padding-bottom: 35px;
}
.description .description-toggle {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  bottom: 5px;
  left: auto;
  right: 15px;
}
.description .title.text-center {
  padding: 10px 0 0 0;
}
.description-image {
  position: relative;
  width: 100%;
}
.ui-header {
  z-index: 1;
  margin: 10px 0;
  background: none;
}
.ui-header .ui-title {
  text-align: left;
  margin-left: 40px;
  margin-right: 15px;
  padding: 7px 0 7px 15px;
  height: 38px;
  width: 100%;
}
.ui-header .ui-link.ui-btn {
  top: 0;
  left: 0;
  border: 0;
  width: 40px;
  height: 38px;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 0 3px 3px 0;
}
.ui-mobile .slide br {
  display: none;
}
.ui-mobile .slide h4 {
  font-weight: 700;
  text-transform: uppercase;
}
.ui-mobile .slide .image {
  position: relative;
}
.slide-rooms .image {
  height: 200px;
  overflow: hidden;
}
.slide-rooms .image img {
  width: 100%;
}
.slide-offers {
  text-align: center;
}
.slide-offers h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.slide-offers .item {
  width: 68%;
  margin: 0 auto;
}
.slide-offers .text {
  margin-top: 0;
  font-weight: 400;
  color: white;
  color: rgba(255, 255, 255, 0.8);
}
.slide-offers .image img {
  max-width: 60%;
}
.slide-offers .info {
  font-weight: normal;
  margin-bottom: 10px;
}
.ui-mobile .persuasive-elems .item {
  border-width: 0;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 0 8px 34px;
  background: url(/content/images/icons-mobile.png) no-repeat -60px 8px rgba(255, 255, 255, 0.1);
}
.ui-mobile .persuasive-elems .item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}
#rooms .ui-listview {
  padding-top: 15px;
  padding-bottom: 15px;
}
#rooms .ui-listview li {
  margin-bottom: 30px;
}
#rooms .ui-listview a {
  padding: 0 !important;
}
#rooms .ui-listview a:after {
  top: 40%;
}
#rooms .image {
  position: relative;
}
#rooms .ui-listview img {
  width: 100%;
}
.item-description {
  left: 0;
  bottom: 0;
  width: 100%;
}
.item-description > div {
  padding: 2px 15px;
}
.item-description h4,
.item-description .room-detail-info {
  font-weight: 600;
  font-size: .9em;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.item-description .ui-li-count {
  background-color: #222222;
  color: white;
  position: relative;
  margin-left: 0;
  letter-spacing: -1px;
  right: 0;
  left: 5px;
}
.room-detail-info .room-size-unit {
  text-transform: none;
}
.room-detail-info > div {
  position: relative;
  text-align: left;
  margin: 2px 0;
  font-size: .8em;
  font-weight: 600;
  text-transform: uppercase;
  height: 22px;
  border: 0;
}
.room-detail-info.description {
  font-size: .9em;
  font-weight: bolder;
}
.room-detail-info h4 {
  background-color: white;
  font-weight: 700;
  border-bottom: 1px solid black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0 5px 10px;
}
.room-detail-info .ui-block-a {
  width: 39%;
}
.room-detail-info .ui-block-b {
  width: 33%;
}
.room-detail-info .ui-block-c {
  width: 28%;
  padding-top: 4px;
}
.room-detail-info .ui-li-count {
  top: 1px;
  left: 0;
  right: auto;
  position: relative;
}
.room-detail-info .ico {
  position: absolute;
  width: 22px;
  height: 22px;
  margin-left: 2px;
  display: inline-block;
}
.room-detail-info .ico.ico-size {
  background: url(/content/images/icons-mobile.png) no-repeat left top;
}
.room-detail-info .ico.ico-guest {
  background: url(/content/images/icons-mobile.png) no-repeat -28px top;
}
.room-detail-info .ico.ico-link {
  background: url(/content/images/icons-mobile.png) no-repeat -44px -4px;
}
#rooms-detail .title {
  width: 100%;
}
#rooms-detail .room-detail-info .ui-block-c {
  padding-top: 0;
}
#rooms-detail .room-facilities h6 {
  padding: 0 15px;
  font-size: 1em;
  text-transform: uppercase;
}
#rooms-detail .room-facilities ul {
  text-transform: uppercase;
  padding-left: 15px;
  list-style: none;
}
#rooms-detail .room-facilities ul li {
  font-size: .8em;
}
.list-offers-packages .item {
  height: 90px;
}
.list-offers-packages .item .title {
  float: right;
  width: 100%;
  padding-left: 115px;
  text-align: left;
}
.list-offers-packages .item .title h4 {
  padding: 0;
  margin: 0;
  font-size: .9em;
}
.list-offers-packages .item .image {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: auto;
  width: 100px;
  height: 70px;
  margin-top: -32px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #dddddd;
  background-color: white;
  padding: 2px;
}
.list-offers-packages .item .image img {
  max-width: 100%;
}
.list-offers-packages .item .ui-btn-icon-right {
  height: 100%;
}
.list-offers-packages .item .ui-btn-icon-right:after {
  height: 100%;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 0;
}
.ui-mobile .offer-detail-info .title {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.ui-mobile .offer-detail-info .title h4 {
  display: table;
  position: relative;
  float: left;
  margin: 20px 0 20px 0;
}
.ui-mobile .offer-detail-info .image {
  float: left;
  width: 100px;
  height: 100px;
  padding-bottom: 5px;
}
.ui-mobile .offer-detail-info .image img {
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  max-width: 21%;
  background-color: white;
  padding: 2px;
  border: 1px solid #dddddd;
}
.map-and-directions,
.open-map-popup {
  text-align: center;
}
.map-and-directions img,
.open-map-popup img {
  width: 100%;
}
.gallery-item {
  width: 48%;
  height: 100px;
  float: left;
  overflow: hidden;
  margin: 5px 1%;
  background-color: #dddddd;
}
.gallery-item span {
  display: block;
  background-size: cover;
  background-position: center center;
  -moz-min-width: 100%;
  -ms-min-width: 100%;
  -o-min-width: 100%;
  -webkit-min-width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.calltoaction {
  margin-top: 15px;
}
.hotel-and-site-info {
  font-size: .9em;
  text-align: center;
  padding-bottom: 58px;
  padding-top: 15px;
}
.hotel-and-site-info h4 {
  font-weight: 700;
}
.hotel-and-site-info p {
  margin: 0 0 15px;
}
.hotel-and-site-info .logo img {
  max-width: 120px;
}
.ui-link-desktop {
  -ms-opacity: .6;
  opacity: .6;
  position: relative;
  font-size: .6em;
  padding: 1px 8px;
}
.ui-link-desktop:hover {
  -ms-opacity: 1;
  opacity: 1;
}
.choice-bar {
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
}
html.ui-mobile #bookingBox .clear {
  clear: both;
}
html.ui-mobile #bookingBox #simplebooking-container {
  max-width: 450px;
  margin: 0 auto;
}
html.ui-mobile #bookingBox .col-4,
html.ui-mobile #bookingBox .col-3,
html.ui-mobile #bookingBox .col-2,
html.ui-mobile #bookingBox .col-1 {
  float: left;
  padding: 0 15px;
}
html.ui-mobile #bookingBox .col-4 {
  width: 100%;
}
html.ui-mobile #bookingBox .col-3 {
  width: 75%;
}
html.ui-mobile #bookingBox .col-2 {
  width: 50%;
}
html.ui-mobile #bookingBox .col-1 {
  width: 25%;
}
html.ui-mobile #bookingBox .col-3 .col-1 {
  padding-left: 0;
}
html.ui-mobile #bookingBox .age {
  padding: 0;
}
html.ui-mobile #bookingBox .arrival-departure {
  position: relative;
}
html.ui-mobile #bookingBox .arrival-departure .ui-input-text {
  width: 100%;
  height: 42px;
  padding: 2px;
}
html.ui-mobile #bookingBox .arrival-departure .calendar {
  position: absolute;
  top: 32px;
  left: auto;
  right: 12px;
}
html.ui-mobile #bookingBox .ui-select select {
  line-height: 1.1;
}
html.ui-mobile #bookingBox .ui-select .ui-btn-icon-right:after {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 28px;
  width: 28px;
  top: 18px;
  right: 6px;
}
html.ui-mobile #bookingBox .occupazione-camera {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-top: 10px;
  padding: 5px;
}
/* --- CALENDAR --- */

.ui-mobile #calendar {
  border-width: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: .8em;
  background-color: white;
  width: 92%;
  height: auto;
  top: 100px !important;
  left: 4% !important;
  text-align: left;
  text-transform: uppercase;
}
.ui-mobile #calendar #elements {
  border-width: 0;
  height: auto;
}
.ui-mobile #calendar #elements ul > li {
  background: none;
  margin: 0;
}
.ui-mobile #calendar #elements ul > li a {
  background: none;
}
.ui-mobile #calendar #elements ul > li a:hover {
  background: none;
}
.ui-mobile #calendar #elements #months {
  width: 100% !important;
  float: left;
  font-weight: 700;
}
.ui-mobile #calendar #elements #months li {
  width: 16.6667%;
  height: 33px;
  margin-top: 3px;
}
.ui-mobile #calendar #elements #months li.yearBrowse {
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-size: 1.3em;
  margin: 0;
  background-color: #eeeeee;
}
.ui-mobile #calendar #elements #days {
  width: 97%;
  margin: 0 auto;
  font-weight: 700;
}
.ui-mobile #calendar #elements #days li {
  width: 14.2857%;
  height: 33px;
  margin-top: 3px;
  border-bottom: 1px solid #dddddd;
}
.ui-mobile #calendar #elements #days li.headDay,
.ui-mobile #calendar #elements #days li.dayBlank {
  color: #555555;
  border-bottom: 0;
}
.ui-mobile #calendar #elements #days li.dayBlank {
  background-color: #eeeeee;
}
.ui-mobile #calendar #elements .currMonth a,
.ui-mobile #calendar #elements .dayCurrent a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  font-weight: 300;
  background-color: #2a5270;
  color: white;
}
.ui-mobile #calendar #elements .currMonth a:hover,
.ui-mobile #calendar #elements .dayCurrent a:hover {
  background-color: #386d95;
  color: white;
}
.ui-mobile #calendar #closeBtn {
  display: block;
  height: auto;
}
.ui-mobile #calendar #closeBtn a {
  border-width: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #af000e;
  padding: 8px 0;
  margin-top: 1px;
  color: white;
  width: 100%;
  display: block;
}
.ui-mobile #calendar .currMonth a,
.ui-mobile #calendar .monthDisabled,
.ui-mobile #calendar .dayDisabled,
.ui-mobile #calendar #days a,
.ui-mobile #calendar .months a,
.ui-mobile #calendar .headDay {
  padding: 8px 0;
}
.faded-overlay {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  -moz-opacity: 0.7;
  opacity: .70;
  filter: alpha(opacity=70);
  z-index: 1001;
}
.open-map-popup {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: fixed;
  top: 30px;
  left: 3%;
  width: 94%;
  background-color: #eeeeee;
  box-shadow: 0 0 4px #333333;
  z-index: 1002;
}
@media screen and (min-device-width: 481px) and (max-device-width: 600px) {
  .slide-rooms .slide .image {
    height: 300px;
  }
}
@media screen and (min-device-width: 601px) and (max-device-width: 1024px) {
  .box {
    padding: 15px 0;
  }
  .slide-rooms .slide .image {
    height: auto;
  }
  .slide-rooms .slide img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 50%;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
  }
  .slide-offers .item {
    max-width: 450px;
  }
  .slide .item-description {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto;
    max-width: 480px;
    overflow: hidden;
  }
  #location,
  .map-and-directions {
    text-align: center;
  }
  #location img,
  .map-and-directions img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 50%;
    margin: 15px auto;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  }
  #rooms .ui-listview li {
    float: left;
    width: 48%;
    margin: 15px 1%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
  }
  #rooms .ui-listview li .image {
    height: 300px;
    overflow: hidden;
  }
  #gallery .gallery-item {
    width: 23%;
    height: 150px;
  }
}
/* COOKIES AND PRIVACY*/

@-webkit-keyframes fadein-anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@-moz-keyframes fadein-anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@-o-keyframes fadein-anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadein-anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.sb-cookie-info-box {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1001;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  color: white !important;
  /*height: 100px;*/
  width: 100%;
  padding: 5px;
  border-top: solid 1px white;
  -webkit-animation: fadein-anim 2s;
  /* Safari 4+ */
  -moz-animation: fadein-anim 2s;
  /* Fx 5+ */
  -o-animation: fadein-anim 2s;
  /* Opera 12+ */
  animation: fadein-anim 2s;
  /* IE 10+, Fx 29+ */

}
.sb-cookie-info-box.closed {
  display: none;
}
.sb-cookie-info-buttons {
  float: right;
}
.sb-cookie-info-buttons * {
  margin-right: 20px;
}
.sb-cookie-info-content a {
  color: white !important;
  text-shadow: 0 1px 0 #eeeeee;
}
.sb-privacy-cookie-extended-links-container {
  clear: both;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 4px 6px;
  font-size: 12px;
  margin-bottom: 10px;
}
.sb-privacy-cookie-extended-links-container a {
  color: white !important;
  text-decoration: underline;
}
.sb-cookie-extended-link {
  cursor: pointer;
  color: #366dec !important;
  text-decoration: underline;
  text-shadow: 0 1px 0 #568dfc;
}
.sb-button,
.sb-button:visited {
  background-color: #449d44;
  color: white !important;
  /* border: 3px solid white; */
  border: 0;
  padding: 2px 6px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.sb-button:hover,
button.sb-button:hover,
button.sb-button_hover {
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  /* background-color: #003580; */
  background-color: #107c10;
  cursor: pointer;
}
/* END COOKIES AND PRIVACY*/

