html {
  background-color: #000;
}

body {
  background-color: #FFF;
}

h1, h2, h3, h4, h5 {
  font-family: Muli, sans-serif !important;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

h1 { 
  font-size: 28px;
  color: #FF5000;
  font-weight: 200;
  margin-bottom: 20px;
}

h2 { font-size: 36px; }

h3 { font-size: 30px; }

h4 { font-size: 24px; }

h5 { font-size: 18px; }

h6 {
  font-size: 14px;
  margin-top: 2em;
}

.my-hidden {
  display: none;
}

.content-header > h1 {
  font-size: 28px;
  color: #008749;
}

nav.navbar-static-top > h3 {
  float:left;
  margin-top: 10px;
  margin-left: 15px;
}

.skin-green .main-header .navbar h3 {
  color: #FFF;
}

.frontpage-booking-form-container h3,
.site-signup h3,
.site-search-trailer h3 {
  font-size: 20px;
  color: white;
  margin-top: 0px;
  margin-bottom: 20px;
}

.site-signup h3,
.site-search-trailer h3 {
  color: #FF5000;
}


nav.navbar-static-top > h4 {
  float:left;
  margin-top: 14px;
  margin-left: 15px;
  color: #fff;
}

.box {
  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}

.my-orange {
  color: #FF5000;
}

.my-grey {
  color: #666666;
}

footer {
  height: auto !important;
}
.footer {
  background-color: #000;
  border: 0;
  margin-top: 70px;
}

.navbar-brand {
  padding-top: 7px;
}
.navbar-brand>img {
  width: 219px;
}


.my-navbar-above {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1040;

  top: 0px;
  height: 70px;
  background-color: #000;
  color: #FFF;
}

div.my-navbar-above.is-tujaus .my-navbar-above-logo {
  margin-top: 20px;
}

.my-navbar-above-logo {
  margin-top: 10px;
  max-width: 80%;
}

.my-navbar-above-right {
  font-family: 'Nanum Pen Script', cursive;
  font-size: 22px;
}


.my-navbar-extra {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1040;
  top: 50px;
  height: 200px;
  color: #FFF;
}


.my-navbar-extra {
  top: 50px;
  position: absolute;
  z-index: 1;
}

.my-navbar-extra div.container {
  background-color: #FFF;
}



nav.navbar-fixed-top {
  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}

.navbar-inverse {
  background-color: #000;
  border-color: #000;
  color: #FFF;
  font-weight: bold;
}

a:hover {
  color: #FF5000;
}

.my-navbar-above-right a {
  color: #FFF;
}

.navbar-inverse .navbar-nav > li > a {
  color: #FFF;
  font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-inverse .navbar-nav > li.active > a,
.my-navbar-above-right a:hover,
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover
{
  color: #FF5000;
}

/*
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  color: #DDD;
}
*/



/* footer begin */

.my-footer-banners img {
  margin: 25px 6px;
  padding: 3px;
  border: 1px solid #AAA;
  border-radius: 5px;
  background-color: #FFF;
}

.my-footerlinks {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 20px;
}

.my-footerlinks p {
    font-size: 1em;
    color: #E5E5E5;
}



.my-footerlinks p a {
    font-size: 1em;
    text-decoration: none;
}

.my-footerlinks p a:hover {
  color: #FF5000;
  font-weight: bold;
}

a.my-toggle-1 {
    cursor: pointer;
}

.my-footerlinks a {
    font-size: 0.85em;
    color: #E5E5E5;
}

.my-footerlinks .navbar-collapse {
    padding-left: 0px;
}

a.my-toggle-1.collapsed::before {
    content: "\e080";
}

a.my-toggle-1::before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: left;
    color: #E5E5E5;
    padding-right: 10px;
    font-size: 0.8em;
}

/* footer end */

.site-index img.banners-lg {
  max-width: 100%;
}

.site-index-banners {
  padding: 0px;
  font-family: 'Muli', sans-serif;
  /* font-weight: 900; */
}

.site-index-banners img {
  max-width: 100%;
  width: 100%;
}

.site-index-banners div.campaign-text-container {
  width: 100%;
  position: absolute; 
  top: 50%; 
  transform: translate(0%, -50%); 
  /* border: 10px solid red; */
  text-align: center;
}

.site-index-banners div.campaign-text {
  background-color:rgba(255, 255, 255, 0.8);
  color: black;
  padding: 1em;
  font-size: 20px;
}

.flex-container {
  /* 
   * display: flex;
   * justify-content: space-between;
   * align-items: center;
   */

  display: table;

  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
  /* padding: 10px; */
  background-color: white;
}

.flex-container .cell {
  /*
   * -webkit-box-flex: 1;
   * -moz-box-flex: 1;
   * box-flex: 1;
   * -webkit-flex: 1 1 auto;
   * flex: 1 1 auto; 
   */

  display: table-cell;

  padding: 8px;
  background-color: white;
  text-align: center;
  vertical-align: top;
}

.flex-container .cell div.infobox,
.flex-container .cell img {
  max-width:100%;
  box-shadow: 0 0 8px rgba(0,0,0,.14), 0 8px 16px rgba(0,0,0,.28);
}



.disp-trailer-model {
  overflow: hidden;
  font-size: 12px;
}

.disp-trailer-model>div {
  margin-top: 20px;
}

.disp-trailer-model img {
  max-width: 100%;
}

.disp-trailer-model .right-border-1,
.disp-trailer-model .right-border-2,
.disp-trailer-model .right-border-3 {
  border-right: 1px solid black; 
  padding-bottom: 500em;
  margin-bottom: -500em;
}

.disp-trailer-model div.city-select a {
  color: black;
}

.disp-trailer-model div.city-select a:hover,
.disp-trailer-model div.city-select a.selected,
.disp-trailer-model div.station-select a:hover,
.disp-trailer-model div.station-select a.selected {
  color: #FF5000;
  font-weight: bold;
}

.disp-trailer-model a.varaa-tasta,
a.my-btn-orange,
button.jatka-button,
a.jatka-button {
  background-color: #FF5000; /* #ED6824 */
  border: 0;
  border-radius: 0;
  padding: 30px 6px;
  /* box-shadow: 0 0 8px rgba(0,0,0,.14),0 8px 16px rgba(0,0,0,.28); */
  font-weight: bold;
}

button.jatka-button,
a.jatka-button {
  padding: 10px 40px;
  font-size: 18px;
}

a.btn-success.jatka-button:hover {
  opacity: 0.9;
  background-color: #FF5000; 
}

button.jatka-button.to-white:hover {
  background-color: #FFFFFF;
  color: #FF5000;
}



a.valittu-button-grey,
a.valitse-button,
a.valitse-button:focus {
  background-color: white; /* #ED6824 */
  color: #FF5000;
  border: 2px solid #FF5000;
  border-radius: 0;
  padding: 30px 6px;
  /* box-shadow: 0 0 8px rgba(0,0,0,.14),0 8px 16px rgba(0,0,0,.28); */
  font-weight: bold;
  padding: 10px 40px;
  font-size: 18px;
}

a.valitse-button:hover {
  /* background-color: #FF5000; */
  color: #FF5000;
}

a.valitse-button.selected {
  background-color: #FF5000;
  color: white;
}

a.valittu-button-grey,
a.valittu-button-grey:hover {
  background-color: #B3B3B3;
  color: white !important;
  border: 2px solid #B3B3B3;
  cursor: pointer;
}



a.my-btn-orange {
  padding: 10px;
}

.btn-success,
.my-button {
  background-color: #FF5000; /* #ED6824 */
  border: 0;
  border-radius: 0;
  /* box-shadow: 0 0 8px rgba(0,0,0,.14),0 8px 16px rgba(0,0,0,.28); */
  font-weight: bold;
}

.btn-success:hover, 
.btn-success.hover,
.btn-success:active,
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success.focus, 
.btn-success:focus,
.btn-success.disabled.focus, 
.btn-success.disabled:focus, 
.btn-success.disabled:hover, 
.btn-success[disabled].focus, 
.btn-success[disabled]:focus, 
.btn-success[disabled]:hover, 
fieldset[disabled] .btn-success.focus, 
fieldset[disabled] .btn-success:focus, 
fieldset[disabled] .btn-success:hover
{
  background-color: #FF5000;
}


.btn-success:hover {
  opacity: 0.9;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0px;
}

.select2-container--krajee.select2-selection,
.select2-container--krajee .select2-selection--single {
  border-radius: 0 !important;
  max-width: 100%;
}

/*
* div.site-search-trailer form span.select2.select2-container.select2-container--krajee {
*   width: 100%; 
*   max-width: 400px;
*   min-width: 400px;
* }
*/

a.anchor {
    display: block;
    position: relative;
    top: -160px;
    visibility: hidden;
}

a.anchor2 {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

@media only screen and (max-width: 991px) {

  a.anchor {
    top: -70px;
  }

  a.anchor2 {
    top: -50px;
  }

  .disp-trailer-model .right-border-2 {
    border-right: 0;
  }
}

@media only screen and (max-width: 767px) {

  .my-navbar-above-logo {
    width: 40%;
  }

  .my-navbar-above {
    height: 50px;
  }

  div.my-navbar-above.is-tujaus .my-navbar-above-logo {
    margin-top: 7px;
  }

  .disp-trailer-model .right-border-3 {
    border-right: 0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #DDD;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, 
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, 
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #FF5000;
  }

}

.wrap > .container.my-frontpage-container {
  padding-top: 30px;
}

.frontpage-booking-form-container {
  background-color:rgba(0, 0, 0, 0.8);
  padding: 30px;
  width: 100%;
  /* min-width: 368px; */
  color: white;
  margin-top: 70px;
}

.frontpage-booking-form-container input {
  color: black;
  padding: 6px;
  margin-right: 15px;
  /* margin-top: 10px; */
}

p.my-title-1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}


.trailer-class-index div.trailer-class {
  width: 320px; 
  float: left; 
  margin: 0px 20px 20px 0px;
  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}



table.my-hinnasto h4 {
  color: #FF5000;
  margin: 0;
}

table.my-hinnasto {
  border: 0;
}

table.my-hinnasto th {
  color: #FF5000;
}

table.my-hinnasto td,
table.my-hinnasto th {
  text-align: center;
}

table.my-hinnasto td.img {
  max-width: 150px;
  border-right: 0;
}

table.my-hinnasto td.text {
  max-width: 300px;
  text-align: left;
  border-left: 0;
}

table.my-hinnasto th.title {
  text-align: left;
}

table.my-hinnasto tr.separator td {
  border: 0;
}

@media only screen and (max-width: 767px)  {
  table.my-hinnasto td.text {
    border-left: 1px solid #DDDDDD;;
  }
}




 /* Style the list */
ul.my-breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #f5f5f5;
}

/* Display list items side by side */
ul.my-breadcrumb li {
    display: inline;
    font-size: 14px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.my-breadcrumb li+li:before {
    padding: 8px;
    color: black;
    /*content: "/\00a0";
    content: "<b>bold</b>";*/
}

/* Add a color to all links inside the list */
ul.my-breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.my-breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
} 

ul.my-breadcrumb li span.glyphicon {
  font-size: 12px; 
  margin-left: 0.5em; 
  margin-right: 0.5em;
  color: #999;
}

ul.my-breadcrumb li.current {
  border-bottom: 2px solid #666;
}


.express-breadcrumb {
  margin-top: 30px;
  font-size: 1.2em;
}


@media only screen and (min-width: 480px) {

  .site-index-banners div.campaign-text {
    font-size: 30px;
    padding: 1.5em;
  }

  .frontpage-booking-form-container h3,
  .site-signup h3,
  .site-search-trailer h3 {
    font-size: 30px;
  }

  .frontpage-booking-form-container {
    width: 80%;
    max-width: 368px;
  }


}


.wrap > .container.container-extra {
  padding-top: 140px;
}



@media only screen and (min-width: 768px) {

  .express-breadcrumb {
    font-size: 1.5em;
  }

  .navbar-fixed-top .navbar-nav>li>.dropdown-menu {
    background-color: black;
    color: white;
  }
  .navbar-fixed-top .navbar-nav .dropdown-menu>li>a {
    color: white;
  }

  .wrap > .container {
    padding: 140px 15px 0px; /* 140px 15px 20px */
    /* min-height: 500px; */
  }

  .wrap > .container.container-extra {
    padding-top: 250px;
  }

  .wrap > .container.my-frontpage-container {
    padding-top: 100px;
  }


  nav.navbar-fixed-top {
    top: 70px;
  }

  .my-navbar-extra {
    top: 121px;
  }

  .site-index-banners div.campaign-text {
    font-size: 40px;
  }

  .navbar-inverse .navbar-nav > li > a {
    font-size: 24px; 
  }


}



@media (min-width: 992px) {

  .wrap > .container.container-extra {
    padding-top: 340px;
  }


  .site-index-banners div.campaign-text {
    font-size: 50px;
  }

  .flex-container .cell div.infobox,
  .flex-container .cell img { /* for IE, change if number of trailer classes changes */
    max-width: 221px; /* jos 5, niin 183px */
  }

  div.site-search-trailer .flex-container .cell img { /* for IE, change if number of trailer classes changes */
    max-width: 183px; /* 4 kpl => 221px  5 kpl => 183px */
  }

}



@media (min-width: 1200px) {

  .frontpage-booking-form-container {
    width: 79%;
    max-width: 460px;
  }

  .site-index-banners div.campaign-text {
    font-size: 60px;
  }

  .flex-container .cell div.infobox,
  .flex-container .cell img { /* for IE, change if number of trailer classes changes */
    max-width: 270px; /* jos 5, niin 223px */
  }

  div.site-search-trailer .flex-container .cell img { /* for IE, change if number of trailer classes changes */
    max-width: 223px; /* 4 kpl => 270px  5 kpl => 223px */
  }

}



@media only screen and (max-width: 991px)  {

  .my-navbar-above-logo {
    width: 70%;
  }

  .flex-container .cell div.infobox,
  .flex-container .cell img { /* for IE, change if number of trailer classes changes */
    max-width: 167px; /* jos 5, niin 138px */
    max-width: 100%;
  }

  div.site-search-trailer .flex-container .cell img { /* for IE, change if number of trailer classes changes */
    max-width: 138px; /* 4 kpl => 167px  5 kpl => 138px */
  }

}


.my-bg-black-light {
  background-color: #333333;
}

.my-bg-orange {
  background-color: #FF5000;
}

.my-bg-white {
  background-color: #FFFFFF;
}

.badge {
  line-height: 1.42;
}


.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
  border-color: #DDDDDD;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #FCFAFA;
}

.trailer-model-detail-title,
.my-upper-default {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

div.site-search-trailer div.flex-container {
  padding: 0px;
  box-shadow: none;
}

div.site-search-trailer div.flex-container .cell {
  vertical-align: top;
  box-shadow: none;
}

div.flex-container .cell a img {
  margin-top: 8px;
  margin-bottom: 16px;
}

div.site-search-trailer div.flex-container div.cell a.trailer_class_selection.selected img,
div.flex-container div.cell a.selected img {
  border-bottom: 8px solid #FF5000;
  margin-bottom: 8px;
}

div.site-search-trailer div.flex-container .cell a:hover img {
  margin-top: 0px;
}


div.site-search-trailer div.flex-container .cell a:hover:not(.selected) img,
div.flex-container .cell a:hover:not(.selected) img {
  margin-top: 16px;
  margin-bottom: 0px;
}

div.disp-trailer-model-container {
  padding-top: 30px;
  border-top: 1px solid #FF5000;
}

div.disp-trailer-model-container:last-of-type {
  border-bottom: 1px solid #FF5000;
}

div.flex-container.my-breadcrumb-2 {
  margin-bottom: 2em;
  width: 100%;
}

div.flex-container.my-breadcrumb-2 div.cell {
  width: 25%; 
  /* background-color: #FF5000; */
  border-right: 8px solid white;
  color: white;
  padding: 0px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  div.flex-container.my-breadcrumb-2 div.cell {
    width: auto;
  }
}

div.flex-container.my-breadcrumb-2 div.cell:last-of-type {
  border-right: 0;
}

div.flex-container.my-breadcrumb-2 div.cell.edit {
  background-color: #323232;
}

div.flex-container.my-breadcrumb-2 div.cell.active {
  background-color: #FF5000;
}

div.flex-container.my-breadcrumb-2 div.cell.inactive {
  background-color: #EEEEEE;
  color: #000;
  /* background-color: #323232; */
}

div.flex-container.my-breadcrumb-2 div.cell a,
div.flex-container.my-breadcrumb-2 div.cell span.my-link-placeholder {
  color: white;
  padding: 15px;
  display: block;
  border: 5px solid transparent;
}

div.flex-container.my-breadcrumb-2 div.cell.edit a {
  /* text-decoration: underline; */
}
div.flex-container.my-breadcrumb-2 div.cell.edit a:hover {
  /* text-decoration: none; */
}

div.flex-container.my-breadcrumb-2 div.cell.active span.my-link-placeholder {
  /* color: #FF5000;
  border-color: #FF5000; */
}

div.flex-container.my-breadcrumb-2 div.cell a:hover {
  color: white;
  text-decoration: underline;
}

div.flex-container.my-breadcrumb-2 div.cell.inactive a,
div.flex-container.my-breadcrumb-2 div.cell.inactive a:hover,
div.flex-container.my-breadcrumb-2 div.cell.inactive span.my-link-placeholder {
  color: #000;
}

@media (max-width: 767px) {
  div.flex-container.my-breadcrumb-2 div.cell {
    width: auto;
  }
  div.flex-container.my-breadcrumb-2 div.cell a,
  div.flex-container.my-breadcrumb-2 div.cell span.my-link-placeholder {
    padding: 0px;
  }
}



span.my-circle-letter {
  background: #FF5000;
  color: #ffffff;
  border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2em;
  margin-right: 5px;
  text-align: center;
  width: 1.2em; 
}

table.my-product-addt {
  vertical-align: bottom;
}

table.my-product-addt tr th {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: normal;
  border: 0;
  padding-left: 0;
  padding-top: 2em;
}

table.my-product-addt tr td {
  vertical-align: middle;
  padding: 15px;
}

table#summary-products thead th,
table#summary-products tfoot th,
table#summary-products tbody th {
  font-weight: normal;
  border: 0;
}

table#summary-products thead td,
table#summary-products tfoot td,
table#summary-products tbody td {
  text-align: right;
  font-weight: bold;
  border: 0;
}

/*
table tbody#summary-addt_products th {
  font-weight: normal;
  border: 0;
}

table tbody#summary-addt_products td {
  text-align: right;
  font-weight: bold;
  border: 0;
}
*/

select.form-control,
input.form-control,
textarea.form-control,
.input-group .input-group-addon,
.select2-container--krajee .select2-selection {
  background-color: #FEFEFE;
}

.myModalLink {
  /* text-decoration: underline; */
}

.my-no-border {
  border: 0 !important;
}

.my-text-normal {
  font-weight: normal;
}

table#basic-data-asiakastiedot {
  border: 0;
}

.my-btn-2,
.my-btn-2:hover,
.my-btn-2:focus,
.my-btn-2:active,
.my-btn-2:visited,
.my-btn-2:active:hover {
    background-color: transparent;
    border: 2px solid orangered;
    border-radius: 0;
    color: orangered;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 9px;
}

.my-btn-2:hover {
  text-decoration: underline;
}

.my-underline {
  text-decoration: underline;
}

div.frontpage-icon-container {
  background: #FAFAFA;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 30px;
}

div.frontpage-icon-container div.row > div {
  padding: 20px 40px 0px 40px;
}

div.frontpage-icon-container img {
  height: 50px;
  width: auto;
  margin-bottom: 10px;
}

div.frontpage-icon-container a {
  color: #FF5000;
}

@media (max-width: 480px) {
  div.frontpage-icon-container .icon-caption-detail {
    display:none;
  }

  .navbar-brand>img {
    width: 200px;
  }

}


div.site-booking input {
  padding: 10px;
  /* padding: 1.4em 1em; */
}

div.site-booking input[type="text"],
div.site-booking input[type="email"],
div.site-booking input[type="tel"] {
  line-height: 20px;
  height: 40px;
  /* padding: 1.4em 1em; */
}

div.site-booking textarea {
  padding: 0.8em 1em;
}

a {
  color: #2A7AB7;
}

.input-daterange input,
.input-daterange input:first-child,
.input-daterange input:last-child {
  border-radius: 0;
}

.input-daterange .input-group-addon {
  padding: 6px 12px;
  width: 1%;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  background-color: #D1613F;
}


.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  background-color: #FF5000;
}

.datepicker table tr td,
.datepicker table tr th {
  border-radius: 15px;
}

.datepicker table tr td.range {
  border-radius: 0;
  background-color: #FF5000;
  color: #FFFFFF;
  font-weight: bold;
}

.datepicker table tr td.range-start,
.datepicker table tr td.range-end {
  border-radius: 15px 0px 0px 15px;
  background-color: #FF5000;
  color: #FFFFFF;
  font-weight: bold;
}

.datepicker table tr td.range-end {
  border-radius: 0px 15px 15px 0px;
}

div.datepicker.datepicker-dropdown.dropdown-menu {
  border-color: #ccc;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #FFFFFF;
}



div.info-container h4 {
  margin-top: 2em;
  margin-bottom: 1em;
}

div.info-container img.info-header {
  margin: 1em 0;
  max-width: 100%;
}



div.info-container table.my-info tr td,
div.info-container table.my-info tr th {
  vertical-align: top;
  padding: 5px 7px;
}

div.info-container table.my-info a.toggler {
  color: #000;
  font-weight:bold;
  display:block;
  margin-bottom: 0.5em;

  text-decoration: none;
}


div.info-container a,
div.info-container table.my-info tr td a {
  color: #333;
  text-decoration: underline;
}

div.info-container a:hover,
div.info-container table.my-info tr td a:hover {
  color: #FF5000;
  /* text-decoration: none; */
}


div.info-container table.my-info a.plus-minus {

  display:block;

  height: 20px;
  width: 20px;
  border-radius: 10px;

  background-color: #F5F5F5;
  color: #FF5000;

  font-size: 18px;
  line-height: 17px;
  text-align: center;

  text-decoration: none;
}

div.info-container table.my-info tr td div div>ul>li {
  margin-top: 0.5rem;
}

div.info-container img.my-specimen {
  width: 150px;
  margin-bottom: 1em;
  cursor: pointer;
}

div.info-container img.my-specimen.large {
  width: 600px;
}



div.info-tabs a {

  display: block;
  float: left;

  width: 23%;
  min-width: 200px;

  padding: 15px;
  margin-left: 1.5%;
  margin-bottom: 1.5%;

  background-color: #F5F5F5;
  color: #000;

  font-size: 18px;
  font-weight: bold;
  text-align: center;

  text-decoration: none;
}

div.info-tabs a:hover {
   color: #FF5000;
}


div.info-tabs a.active {
  border-bottom: 8px solid #FF5000;
}

div.info-tabs a img {
  margin-bottom: 0.8em;
}



div.row.my-small-padding div.col-md-6 {
  padding-right: 5px;
  padding-left: 5px;
}

div.row.my-small-padding div.col-xs-6 {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}

div.row.my-small-padding div.col-xs-6.row1 {
  margin-bottom: 10px;
}

div.row.my-small-padding div.my-box-over {
  position: absolute;
  top: 10px;
  left: 15px;
  background-color: #FF5000;
  padding: 10px;
  color: #FFFFFF;
  line-height: 1.3em;
  min-width: 75px;
  min-height: 75px;
}

div.row.my-small-padding div.my-box-over div.price {
  font-size: 1.2em;
  font-weight: bold;
}

div.row.my-small-padding div.my-box2-over {
  position: absolute;
  bottom: 15px;
  right: 25px;
  color: #FFFFFF;
  font-size: 1.3em;
  font-weight: bold;
}

div.row.my-small-padding div.my-box3-over {
  position: absolute;
  top: 20px;
  left: 25px;
  background-color: #FF5000;
  padding: 10px;
  color: #FFFFFF;
  line-height: 1.3em;
  min-width: 110px;
  min-height: 110px;
}

div.row.my-small-padding div.my-box3-over div.price {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

div.row.my-small-padding div.my-box4-over {
  position: absolute;
  bottom: 15px;
  left: 25px;
  color: #FFFFFF;
  font-size: 2.2em;
  font-weight: bold;
}

div.row.my-small-padding div.my-box5-over {
  position: absolute;
  bottom: 20px;
  right: 25px;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
  background-color: #FF5000;
  padding: 10px 30px;
}

div.row.my-small-padding img {
  width: 100%;
}


div.site-search-station-results-container > div.row {
  overflow: hidden;
}

div.site-search-station-results-container > div.row > [class*="col-"] {
  margin-top: 20px;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
/* padding-right: 5px;
   padding-left: 5px;
*/
}

div.station-box {
  border: 2px solid #DDDDDD;
  background-color: #FAFAFA;
  padding: 15px;
  margin-bottom: 10px;
}

div.station-box h4 {
  margin-top: 0;
  margin-bottom: 1em;
}

#gmap-station a.jatka-button,
div.station-box a.jatka-button {
  padding: 5px 30px;
  font-size: 14px;
  margin-top: 1.5em;
}

div.station-select a {
  color: #333;
}

div.site-contact div.form-group {
  margin-top: 2em;
}

/*
  span.kv-date-calendar,
  input.form-control.krajee-datepicker {
    cursor: context-menu;
  }
 
  .input-group.date .kv-date-calendar, 
  .input-group.date .kv-date-calendar, 
  .input-group.input-daterange .kv-date-calendar, 
  .input-group.input-daterange .kv-date-calendar {
    cursor: context-menu;
  }
*/

span.kv-date-calendar,
input.form-control.krajee-datepicker,
div.input-group.input-daterange input.form-control {
  cursor: context-menu;
}

form label.my-checkbox {
  font-weight: normal; 
  text-transform: initial;
  font-size: 14px;
}

div.begin-options {
  margin-top: 1em;
  margin-bottom: 2em;
}

div.begin-options a {
  color: #FF5000;
  text-decoration: underline;
} 

div.begin-options a:hover {
  font-weight: bold;
}

div.begin-options-times {
  text-align: center;
  margin: 0.5em 0;
}

div.begin-options-times span.vv2-na {
  color: #BBB;
}

div.begin-options a,
div.begin-options-times span.vv2-na {
  padding-left: 5px;
  padding-right: 5px;
}



div.site-index-banners #myCarousel {
  min-height: 600px;
  background-color: black;
}

@media only screen and (max-width: 767px)  {
  div.site-index-banners #myCarousel div.my-inner {
    display: none;
  }
  .frontpage-booking-form-container {
    background-color: #333333;
    margin-top: 30px;
  }

  div.site-index-banners #myCarousel.high700 {
    min-height: 700px;
  }
}


#myCarousel {
    width: 100%;
}
#myCarousel .carousel-control {
    margin-top: 20px;
}
#myCarousel .carousel-inner .item {
    width: 100%;
    min-height: 600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* #myCarousel .carousel-indicators .active, */
div.carousel-trailer-model .carousel-indicators .active {
  background-color: #FF5000;
}

/* #myCarousel .carousel-indicators li, */
div.carousel-trailer-model .carousel-indicators li {
  border-color: #FF5000;
}


#myCarousel .ad1 {
    background: url(/images/frontpage-carousel/carousel-01.jpg) no-repeat 50% 90%;
  /* was: background: url.. no-repeat center center fixed; */
}
#myCarousel .ad2 {
    background: url(/images/frontpage-carousel/carousel-02.jpg) no-repeat 50% 0%; 
}
#myCarousel .ad3 {
    background: url(/images/frontpage-carousel/carousel-03.jpg) no-repeat 50% 90%; 
}
#myCarousel .ad4 {
    background: url(/images/frontpage-carousel/carousel-04.jpg) no-repeat 50% 55%;
}
#myCarousel .ad5 {
    background: url(/images/frontpage-carousel/carousel-05.jpg) no-repeat 50% 20%;
}
#myCarousel .ad6 {
    background: url(/images/frontpage-carousel/carousel-06.jpg) no-repeat 50% 90%;
}
#myCarousel .ad7 {
    background: url(/images/frontpage-carousel/carousel-07.jpg) no-repeat 50% 90%;
}
#myCarousel .ad8 {
    background: url(/images/frontpage-carousel/carousel-08.jpg) no-repeat 50% 55%;
  /* was: background: url.. no-repeat center center fixed; */
}


@media only screen and (min-width: 1300px)  {
  #myCarousel .ad1 {
    background-position: 50% 60%;
  }

  #myCarousel .ad2 {
    background-position: 50% 24%;
  }
}

@media only screen and (min-width: 1500px)  {
  #myCarousel .ad1 {
    /* background-position: 50% 50%; */
  }
}





span[data-toggle="tooltip"] {
  cursor: pointer;
}

.tooltip-arrow,
.my-darkgrey-tooltip + .tooltip > .tooltip-inner {
  background-color: #323232;
}

.my-darkgrey-tooltip + .tooltip > .tooltip-inner {
  padding: 15px;
  text-align: left;
}


div.begin-options a.vv2-begin-link-selected {
  background-color: #FF5000;
  padding: 5px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-weight: bold;
}


/* flip-box BEGIN */

.flip-box {
  background-color: transparent;
  width: 47vw; /* 282.5px*/
  height: 47vw; /* 282.5px*/
  /* border: 1px solid #f1f1f1; */
  perspective: 1000px;
}


@media only screen and (min-width: 768px)  {
  .flip-box {
    width: 365px;
    height: 365px;
  }
}

@media only screen and (min-width: 992px)  {
  .flip-box {
    width: 232.5px;
    height: 232.5px;
  }
}

@media only screen and (min-width: 1200px)  {
  .flip-box {
    width: 282px;
    height: 282px;
  }
}



.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flip-box-front div, 
.flip-box-back div,
.flip-box-front div span,
.flip-box-back div span
{ /* added 2018-12-08 */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flip-box-front {
  background-color: #FFFFFF;
  color: black;
}

.flip-box-back {
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #FF5000;
  color: white;
  transform: rotateY(180deg);
}

.flip-box-back h3 {
  color: white;
  margin-bottom: 0.6em;
}

@media only screen and (max-width: 580px)  {
  .flip-box-back h3 {
    font-size: 18px;
  }

  div.row.my-small-padding div.my-box2-over {
    font-size: 1.2em;
    right: 10px;
  }
}

/* flip-box END */


.my-nav-link-container.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
  padding: 0;
  background: transparent;
}

.my-nav-link-container.dropdown {text-align:center;}
.my-nav-link-container .dropdown-menu {
  position:fixed; /* change this to fixed */
  top: 120px;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  /* width: 1000px;
     height: 200px;
     background:transparent; 
  */
  border: 0;
  border-top: 1px solid #000;
}


.my-box-right {
  background: #FCFAFA;
  border: 1px solid #DCDEDE;
  box-shadow: none;
  padding: 20px;
}

@media (min-width: 768px) {
  .affix {
    top: 140px;
    position: fixed;
    width: 220px;
  }
}

@media (min-width: 992px) {
  .affix {
    width: 293px;
  }
}

@media (min-width: 1200px) {
  .affix {
    width: 360px;
  }
}


a.info-anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

a.info-anchor2 {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}


@media (min-width: 768px) {
  a.info-anchor {
    top: -120px;
  }
  a.info-anchor2 {
    top: -130px;
  }
}


#gmap-station {
height: 100%; width: 300px; max-width: 80%; position: absolute; top: 0; right: 0; z-index: 2; background-color: #FBFBFB; 
  padding: 5px 5px 15px 15px;
  display: none;
  border: 2px solid #DDDDDD;
}

#gmap-station a.glyphicon-remove-sign {
  font-size: 18px;
  color: black;
}

#gmap-station .my-bottom-line-1 {
  border-bottom: 1px solid red;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 90%;
}

#gmap-station-contacts {
  margin-top: 20px;
  margin-bottom: 30px;
}

a.pp_expand, a.pp_contract {
  left: 30px;
}

a.pp_close {
  right: 30px !important;
  top: 10px;
  z-index: 20000;
}


@media (max-width: 480px) {
/*
  div.pp_pic_holder {
    width: 100% !important;
    left: 0 !important;
  }
*/
}

div.momo-links a:link,
div.momo-links a:visited {
  color: white;
}

div.momo-links a:hover,
div.momo-links a:active {
  color: #FF5000;
}

@media only screen and (max-width: 767px)  {
  .flex-container .cell {
    padding: 3px;
  }
  div.site-search-trailer div.flex-container div.cell a.trailer_class_selection.selected img,
  div.flex-container div.cell a.selected img {
    border-bottom: 3px solid #FF5000;
    margin-bottom: 3px;
  }

  div.site-search-trailer div.flex-container.rent-booking-hakua div.cell {
    width: 48%;
    display: inline-block;
  }

}


div.product-addt-title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  padding-top: 2em;
  padding-bottom: 1em;
}


div.product-addt-div-table {
  display: table;
  border-collapse:collapse;
  vertical-align: bottom;
}

div.product-addt-div-table div.tr {
  display: table-row;
}

div.product-addt-div-table div.td {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  border: 1px solid #CCC;
}



div.product-addt-div-table div.td-1 {
  width: 10%;
  padding: 8px;
}

div.product-addt-div-table div.td-2 {
  width: 45%;
  vertical-align: middle;
  border-left: 0;
}

div.product-addt-div-table div.td-3 {
  width: 20%;
}

div.product-addt-div-table div.td-4 {
  width: 25%;
  text-align: right;
  border-left: 0;
}


@media only screen and (max-width: 767px)  {

  div.product-addt-div-table,
  div.product-addt-div-table div.tr,
  div.product-addt-div-table div.td {
    display: block;
    border: 0;
  }

  div.product-addt-div-table div.td-1,
  div.product-addt-div-table div.td-3 {
    float: left;
    width: 50%;
    border: 0;
  }

  div.product-addt-div-table div.td-1 {
    width: 50%;
  }

  div.product-addt-div-table div.td-1 img {
    max-width: 90px;
    max-height: 90px;
  }

  div.product-addt-div-table div.td-3 {
    text-align: right;
  }

  div.product-addt-div-table div.td-2,
  div.product-addt-div-table div.td-4 {
    float: left;
    width: 50%;
    border: 0;
  }

  div.product-addt-div-table div.tr {
    margin-bottom: 30px;
    border: 1px solid #CCC;
  }

  div.product-addt-div-table div.td-3,
  div.product-addt-div-table div.td-4 {
    border-top: 0px solid #EEE;
  }

}

.my-heading-1 {
  font-size: 14px;
  font-weight: bold;
  color: #FF5000;
}

.my-heading-1 span.larger {
  font-size: 1.4em;
}


@media only screen and (min-width: 768px)  {
  #searchPlaceSpoken {
    position: absolute;
    left: 0;
  }

  .my-heading-1 {
    font-size: 20px;
  }

}

small.badge.my-bg-orange {
  cursor: pointer;
}

div#scene_links a {
  margin-bottom: 0.8em;
}

@media (max-width: 767px) {
  div.btn-file span.hidden-xs,
  div.file-input span.hidden-xs {
    display: inline!important;
  }

  .my-navbar-above-logo {
    max-width: 200px;
  }
}



/* damagebook begin */


.damagebook-container {
  position:relative;
  display: inline-block;
}

.damagebook-container img {
  display: block;
  max-width: 100%;
  height: auto;
}

.damagebook-marker {
  position: absolute;
  font-size: 20px;
  text-shadow: 1px 1px 1px #000;
}

.damagemark {
  cursor: pointer;
}

div.damagebook-container img {
  border: 1px solid #DDD;
}

/* damagebook end */

.my-bg-red {
  background-color: red;
}

.my-required::after {
  content: " * ";
}


button.my-payment-button {
  width: 140px;
  height: 85px;
  background: transparent;
  border-width: 1px;
  border-radius: 6px;
  border-color: #D9DCE1;
  padding: 10px;
}

button.my-payment-button img {
  max-width: 120px;
}

