html {
  scroll-behavior: smooth !important;
}

body {
  font-family: 'Quicksand', 'Times New Roman', serif;
  font-size: 16px;
  background: #fefefe;
  line-height: 1;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}

h5 {
  font-size: 14px;
  color: #fff;
  background: #1063cc;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 28%);
  padding: 12px;
  margin: 0;
}

h4 {
  font-size: 20px;
  font-weight: 400;
}

h3 {
  font-size: 32px;
  padding-bottom: 8px;
  color: #fff;
}

h2{
  margin-top:12px;
}

h1{
  margin-top: 15px;
}

h1.subh1{
  font-size: 16px;
  border-left: 4px solid #444;
  padding-left: 10px;
}

a {
  color: #404040;
}

a:hover,
a:focus {
  color: #0085a1;
}

small {
  font-size: 13px;
}


.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/10.0.2/img/flags.png");
}

blockquote {
  color: #808080;
  font-style: italic;
  border: none;
}

hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}



.infoReturn {
  background: #428bca;
  padding: 2px 10px;
  font-size: 14px;
}

.bg-head {
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
}

.bg-white {
  background: #fff;
}

.bg-blue {
  background: #0263cc;
}

.bg-green {
  background: rgba(2, 99, 204, .7);
  color: #fff;
}

.bg-green h2 {
  font-size: 26px;
  padding: 0 0 6px 0;
  font-weight: 500;
}

.bg-price{
  background: #f1ddc2;
  border: 1px solid #666;
  padding: 2px;
  border-radius: 6px;
  padding: 0px 8px;
  color: #222;
  font-size: 11px;
}
.p20 {
  padding: 20px 0;
}

.p15 {
  padding: 15px 0;
}
.p10 {
  padding: 10px 0;
}
.np {
  padding: 0;
}

.tooltip{
  width: 200px !important;
}

.affix{
  top: 0px !important;
  z-index: 99999;

}


.pessenger,
.pessenger label{
  margin: 0;
  padding: 0;
}


.eninfo{
  padding-left: 50px;
  font-size: 12px;
  font-weight: 100 !important;
  padding-top: 10px;
  text-decoration: underline;
  color: yellow;
}
section {
  background-color: #f2f4f8;
  padding-top: 0px;
}

.w100{
  width: 100% !important;
}

#priceRightTable tr td {
  padding: 0 0 0 4px;
  font-size: 14px;
  font-weight: 500;
}

#extrasArea tr{
  margin: 10px 4px;
  /*display: inline;*/
}

#extrasArea{
  font-size: 14px;
  font-weight: 500;
  display: block;

}

.pessengerTable li{
  font-weight: 100;
  list-style: none;
  padding: 1px;
  text-align: left;

}
.pessengerTable{
  font-size: 12px;
  display: contents;

}

.formPayment input::placeholder{
  font-size: 12px;
}

.formPayment input{
  font-size: 14px;
  margin: 4px;
  padding: 10px;
}

.main label{
  font-size: 12px;
}
.priceInput{
  width: 100px;
  float: right;
  border:none;
  text-align: right;
  background: inherit;
  font-family: courier;
  margin-right: 10px;

}

.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #fff;
  z-index: 999
}

.navbar-toggle {background: #0263cc}
.navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-custom .navbar-brand {
  font-weight: 800;
  padding-top: 10px;
}

.navbar-custom .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #13618a;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #333;
}
.dropdown-menu{
  padding: 10px 20px;
}

.grid-item {
  height: 200px;
  width: calc(25% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

.grid-item-big {
  width: calc(25% - 15px);
  height: 415px;
  background: yellow;
}

.grid-item-wide {
  width: calc(50% - 15px);
  height: 200px;
  background: yellow;
}

.grid-item-25 {
  height: 110px;
  width: calc(25% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

.grid-item .card {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 50;
  display: block;
  background-color: #000;
  overflow: hidden;
}

.grid-item .card-image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: none;
  background-size: cover;
  z-index: 50;
  opacity: .92;
}

.grid-item .card-overlay {
  background-image: linear-gradient(180deg, transparent 0, #000);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);
  position: absolute;
  z-index: 51;
  bottom: 0;
  left: 0;
  right: 0;
  height: 99%;
  opacity: .75;
  transition: .2s;
}

.grid-item .card-overlay:hover {
  opacity: 1
}

.grid-item .card-text {
  position: absolute;
  z-index: 53;
  bottom: 5px;
  left: 20px;
  right: 0;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}

.grid-item .card-subtitle {
  font-size: 11px;
  font-weight: 400;
}

.grid-item .card-subtitle span {
  color: yellow;
  font-size: 13px;
}

.subslider h1 {
  color: #f4f4f4;
}

.subslider {
  height: 110px;
  padding-top: 30px;
  margin-top: 30px;
}

.features {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features_item {
  width: calc(50% - 30px);
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.features_icon {
  font-size: 32px;
  color: #2e66b1;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  float: left;
}

.form-control {
  font-size: 14px;
  color: #222;
  border-radius: 0;
  -webkit-appearance: none;
}

.form-group .checkbox label,
.form-group .radio label,
.form-group label {
  font-size: 12px;
  color: #555;
  font-weight: 600;
  padding-top: 8px;

}

ul.otellist {
  list-style: none;
  padding: 0;
}

ul.otellist li {
  float: left;
  background: #eee;
  padding: 6px 10px;
  margin: 4px;
  font-size: 12px;
}

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
  font-weight: 700;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

@media only screen and (min-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
  .engine-top h3 {
    font-size: 22px !important
  }
  .stage_head {
    height: 60px !important;
    font-size: 14px !important;
    padding: 20px 0 !important;
  }
  .features_item {
    width: 100%
  }
  .features_content {
    font-size: 12px;
  }
  .grid-item-wide,
  .grid-item-big,
  .grid-item {
    width: 100%;
    height: 110px;
  }
  .subslider h1 {
    font-size: 22px;
    padding-top: 10px;
  }
  h4 {
    text-align: center;
  }
  .bg-green h2 {
    font-size: 14px;
  }
  input.radio:empty ~ label {
    text-indent: 0;
    line-height: 18px;
    padding: 8px 8px 8px 48px;
  }
  input.radio:checked ~ label {
    padding-left: 8px 8px 8px 48px;
  }
  input.radio:checked ~ label:before {
    padding-top: 16px;
  }
  .funkyradio input[type="radio"]:empty ~ label,
  .funkyradio input[type="checkbox"]:empty ~ label {
    line-height: 1.3;
    text-indent: 0
  }

  .intro-header{
    height: 290px !important;
  }

  .nav-pills > li{
    font-size: 12px;
  }

  .nl-form{
    font-size: 15px !important;
  }
  .nl-submit-wrap{
    bottom: -42px !important;
  }

  .alert{
    font-size: 12px;
    margin: 20px 0 10px 0;
  }

  .Rtable-cell{
    height: 95px;
    padding-top: 10px;
  }

  .reservationform input, textarea{
    font-size: 20px !important;
  }
}

@media only screen and (min-width:375px) and (max-width:667px) {
  .engine-top h3 {
    font-size: 38px !important
  }
  h5 {
    font-weight: 700
  }
  .stage_head {
    height: 60px;
    font-size: 16px !important;
    padding: 20px 0;
  }
  .features_item {
    width: 100%
  }
  .features_content {
    font-size: 13px;
  }
  .grid-item-wide,
  .grid-item-big,
  .grid-item {
    width: 100%;
    height: 110px;
  }
  .funkyradio input[type="radio"]:empty ~ label,
  .funkyradio input[type="checkbox"]:empty ~ label {
    line-height: 1.3;
    text-indent: 0
  }
  .nav-pills > li > a{
    font-size: 12px;
    margin: -2px;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .navbar-custom {
    background: white;
    border-bottom: 1px solid transparent;
  }
  .navbar-custom .navbar-brand {
    color: black;
    padding: 16px 10px;
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-custom .nav li a {
    color: #13618a;
    padding: 20px 6px;
  }
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
    color: #000;
  }
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 18px;
    font-weight: 300;
  }
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding-top: 150px;
  }
  .post-preview > a > .post-title {
    font-size: 36px;
  }
  footer h3 {
    font-size: 26px
  }
  .engine-top h3{font-size: 26px !important; padding-top: 15px !important;}
  .nl-form{font-size: 18px !important;}
  .stage_head {
    font-size: 20px !important
  }
  .features_content {
    font-size: 12px;
  }
}

@media only screen and (min-width:1170px) {
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-custom.is-fixed {
    position: fixed;
    top: -61px;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #eee;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    z-index: 9999;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #404040;
  }
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #0085a1;
  }
  .navbar-custom.is-fixed .nav li a {
    color: #404040;
  }
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
    color: #0085a1;
  }
  .navbar-custom.is-visible {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}



.engine-top {
  padding-top: 115px;
  font-size: 12px;
  opacity: .93;
  filter: alpha(opacity=93);
}

.engine-top p {
  font-weight: 600 !important;
  font-size: 14px;
}

.engine-top h3 {
  color: #2E669D;
  font-size: 36px;
  font-weight: 800;
  padding: 0;
  margin: 20px 0px;
}

.stage_head {
  height: 90px;
  font-size: 24px;
  padding: 30px 0;
}

.stage_head_title {
  color: #333;
  padding-bottom: 30px;
}

.grid {
  padding-top: 10px;
}



.intro-header {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 370px;
}

.well{
  border-radius: 0;
  height: 112px;
  border: 2px solid #428bca;
}

.engine-box{
  margin-top: 80px;

}
.nav-pills > li {
  background: #fff
}

.nav-pills > li > a {
  border-radius: 0;
  font-weight: 700;
}

.tab-content {
  color : white;
  background-color: #428bca;
  padding : 14px 20px;
  height: 110px;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 28%);
}


.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 0px;
  color: white;
}

.intro-header .site-heading,
.intro-header .page-heading {
  text-align: left;
}

.intro-header .site-heading h1 {
  font-size: 18px;
  font-weight: 600;
  background: yellow;
  padding: 10px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  display: inline-block;
  color: #222;
}

.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 14px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}

.intro-header .post-heading h1 {
  font-size: 26px;
}

.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}

.intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
  text-shadow: 0px 2px 2px #000;
}

.intro-header .post-heading .meta {
  font-family: 'Open Sans', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}

.intro-header .post-heading .meta a {
  color: white;
}

.post-preview > a {
  color: #404040;
}

.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #0085a1;
}

.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}

.post-preview > .post-meta {
  color: #808080;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}

.post-preview > .post-meta > a {
  text-decoration: none;
  color: #404040;
}

.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085a1;
  text-decoration: underline;
}

.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}

.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.share span {
  display: inline-flex;
  vertical-align: top;
  float: right;
  margin: 0 3px;
}

.shuttle {
  box-shadow: 0 1px 5px rgba(0, 0, 0, .23);
  background-color: #fff;
  border-radius: 0px;
  clear: left;
  padding: 0px;
  margin-top: 10px;
}


.resbox {
  box-shadow: 0 1px 5px rgba(0, 0, 0, .23);
  background-color: #fff;
  border-radius: 0px;
  clear: left;
  /*padding: 20px;*/
  margin-top: 10px;
}

.reservationform input, textarea{
/*  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 15px;
  height: 58px;
  font-size: 24px;
  margin-bottom: 10px;*/
}

.btn-flat {
  filter:progid:DXImageTransform.Microsoft.Gradient(enabled='false');
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image:none;
  border:0;
  border-radius: 0;
}



#tcb-testimonial-carousel {
  margin-top: 30px;
  min-height: 170px;
}
#tcb-testimonial-carousel a {
  color: #b20000;
}
#tcb-testimonial-carousel .text-brand {
  color: #b20000;
}
#tcb-testimonial-carousel .carousel-indicators .active {
  background: #fff;
}
#tcb-testimonial-carousel .no-margin {
  margin: 0;
}
#tcb-testimonial-carousel .carousel-indicators li {
  border: 1px solid #ccc;
}
#tcb-testimonial-carousel .carousel-control {
  color: #b20000;
  width: 5%;
}
#tcb-testimonial-carousel .carousel-control:hover,
#tcb-testimonial-carousel .carousel-control:focus {
  color: #b20000;
}
#tcb-testimonial-carousel .carousel-control.left,
#tcb-testimonial-carousel .carousel-control.right {
  background-image: none;
}
#tcb-testimonial-carousel .item {
  padding: 15px 40px;
  background: #fff;
}
#tcb-testimonial-carousel .media-object {
  margin: auto;
}
@media screen and (max-width: 768px) {
  #tcb-testimonial-carousel .media-object {
    margin-bottom: 15px;
  }
  .tab-content { height: 210px; }
}


.btnRezervasyon{
  height: 100%;
  line-height: 84px;
  font-weight: 800;
}


.Rtable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.Rtable-cell {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  /*padding: 0.8em 1.2em;*/
  overflow: hidden;
  list-style: none;
  border: solid 3px white;
  background: rgba(112, 128, 144, 0.2);
}

.Rtable--2cols > .Rtable-cell {
  width: 50%;
}

.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}

.Rtable--4cols > .Rtable-cell {
  width: inherit;
}

.Rtable--5cols > .Rtable-cell {
  width: 20%;
}

.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}

.Rtable {
  position: relative;

}

.Rtable-cell.w100 {
  width: 100% !important;
  clear: both;
  padding-top: 0;
  height: auto;
}

.Rtable-cell.info {
  width: inherit;
  padding-top: 20px;
  font-size: 14px;
  max-width: 450px;
}

.Rtable-cell.order {
  padding-top: 0px;
  width: inherit;
}

.Rtable-cell.price {
  font-size: 30px;
  padding-top: 36px;
  width: inherit;
  text-align:center;
}

.Rtable-cell.line {
  padding-top: 30px;
  width: inherit;
}

.Rtable-cell.line-img{
  width: 20px;
  padding-top: 5px;
  font-size: 14px;
  margin: 20px;
}

.Rtable-cell {
  background-color: white;
/*  height: 115px;
  padding-top: 20px;
  text-align: center;*/
  color: #555;
}

.Rtable-cell--light {
  background-color: white;
  border-color: #e2e6e9;
}

.Rtable-cell--highlight {
  background-color: antiquewhite;
}

.Rtable-cell--alert {
  background-color: darkorange;
  border-color: #cc7000;
  color: white;
}

.Rtable-cell--foot {
  background-color: #ddd;
  text-align: center;
}

@media all and (max-width:500px) {
  .Rtable--collapse {
    display: block;
  }
  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
  }
  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em;
  }
}

.no-flexbox .Rtable {
  display: block;
}

.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}

.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em;
}

footer {
  padding: 50px 0 20px;
  background: #333;
  color: #ddd;
  font-size: 12px;
}

footer .list-inline {
  margin: 0;
  padding: 0;
}

footer .list-footer {
  margin: 20px 0;
  padding: 0;
}

footer .list-footer li {
  list-style: none;
  padding: 2px 0;
}

footer .list-footer li a {
  color: #eee;
}

footer .copyright {
  font-size: 11px;
  text-align: left;
  margin-bottom: 0;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}

::selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

body {
  webkit-tap-highlight-color: #0085a1;
}