html {
}

body {
    -webkit-text-size-adjust: none;
    color: #434343;
    background-color: #de001b;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure,
form {
    margin-bottom: 15px;
}

a {
    color: #de001b;
}

.gmnoprint img {
    max-width: none !important;
}
a.button {
    display: block;
    padding: 10px;
    min-width: 200px;
    font-size: 18px;
    font-weight: bold;
    color: #434343;
    text-align: center;
    text-decoration: none;
    background-image: url(../images/a-button.png);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #dfdfdf;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #303030;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}

p {
    font-size: 12px;
}

.clear {
    clear: both;
}

.error,
.important {
    font-weight: bold;
    color: #B6101D !important;
}

label.error {
    color: #B6101D !important;
}

span.error {
    display: block;
    margin-left: 30%;
    padding: 3px 0;
    color: #B6101D !important;
}

p.error {
    color: #B6101D !important;
}

input.error,
select.error,
textarea.error {
    color: #B6101D !important;
    border: 1px solid #de6f78 !important;
    border-top: 1px solid #B6101D !important;
    background-color: #f4dbdd !important;
}

#content footer p,
#content footer dl,
#content footer hr,
#content footer h1,
#content footer h2,
#content footer h3,
#content footer h4,
#content footer h5,
#content footer h6,
#content footer ol,
#content footer ul,
#content footer pre,
#content footer table,
#content footer address,
#content footer fieldset,
#content footer figure {
    margin-bottom: 10px;
    font-size: 11px;
    color: #AAA;
}

#permanent p,
#permanent dl,
#permanent hr,
#permanent h1,
#permanent h2,
#permanent h3,
#permanent h4,
#permanent h5,
#permanent h6,
#permanent ol,
#permanent ul,
#permanent pre,
#permanent table,
#permanent address,
#permanent fieldset,
#permanent figure {
    margin-bottom: 10px;
    font-size: 11px;
}

#content footer h1,
#permanent h1 {
    font-size: 21px;
}

#content footer h2,
#permanent h2 {
    font-size: 19px;
}

#content footer h3,
#permanent h3 {
    font-size: 17px;
}

#content footer h4,
#permanent h4 {
    font-size: 15px;
}

#content footer h5,
#permanent h5 {
    font-size: 13px;
}

.only_mobile {
    display: none;
}

.only_desktop {
    display: block;
}

.autowidth {
    width: auto !important;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.black,
h1.black a,
h2.black a,
h3.black a,
h4.black a,
h5.black a,
h6.black a {
    color: #000 !important;
}
.grey,
h1.grey a,
h2.grey a,
h3.grey a,
h4.grey a,
h5.grey a,
h6.grey a {
    color: #AAA !important;
}
.blue,
h1.blue a,
h2.blue a,
h3.blue a,
h4.blue a,
h5.blue a,
h6.blue a {
    color: #005bab !important;
}
.red,
h1.red a,
h2.red a,
h3.red a,
h4.red a,
h5.red a,
h6.red a {
    color: #de001b !important;
}

#mobile {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: -96%;
    margin-left: -64px;
    width: 96%;
    height: 100%;
    background-color: #e5e5e5;
    z-index: 2;
}

#mobile .content {
    margin-left: 64px;
}

#mobile nav.mobile ol {
    margin: 0;
    padding: 0;
    list-style: 0;
}

#mobile nav.mobile ol li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-image: url(../images/nav-mobile-li.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #f3f3f3;
}

#mobile nav.mobile ol > li.active {
    background-image: url(../images/nav-mobile-li-hover.png);
    background-color: #bb0c1f;
}

#mobile li.active span.nolink {
    color: #fff !important;
    background-image: url(../images/nav-mobile-a-hover.png) !important;
}

#mobile nav.mobile ol a, #mobile span.nolink {
    display: block;
    margin: 0;
    padding: 15px 15px 14px 25px;
    font-size: 14px;
    font-weight: bold;
    color: #434343;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: #e7e7e7;
    background-image: url(../images/nav-mobile-a.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 7px 11px;
}

#mobile nav.mobile ol .active > a {
    color: #FFF;
    border-color: #b10b1d !important;
    background-image: url(../images/nav-mobile-a-hover.png);
}

#mobile nav.mobile ol .toggled > a {
    background-image: url(../images/nav-mobile-a-toggled.png);
    background-position: 8px center;
    background-size: 11px 7px;
}

#mobile nav.mobile ol .active.toggled > a {
    background-image: url(../images/nav-mobile-a-hover-toggled.png);
}

#mobile nav.mobile ol .current > a {
    background-image: url(../images/nav-mobile-a-current.png) !important;
    background-position: 8px center;
    background-size: 12px 9px;
}

#mobile nav.mobile .second {
    display: none;
    margin-top: -1px;
}

#mobile nav.mobile .toggled .second {
    display: block;
}

#mobile nav.mobile .second li {
    background-image: url(../images/nav-mobile-second-li.png);
    background-color: #4c4c4c;
}

#mobile nav.mobile .second a {
    padding: 15px 15px 14px 40px;
    border-color: #d0d0d0;
    background-image: url(../images/nav-mobile-a.png);
    background-position: 25px center;
}

#mobile nav.mobile .second .first a {
    border-top: 1px solid;
    border-color: #d0d0d0;
}

#mobile nav.mobile .second .current > a {
    background-image: url(../images/nav-mobile-a-current.png) !important;
    background-position: 22px center;
    background-size: 12px 9px;
}

#header a#a-mobile {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    background-image: url(../images/icon_nav-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 33px auto;
}

#body {
    position: relative;
    height: auto;
    background-image: url(../images/body.jpg);
    background-position: center 6px;
    background-repeat: repeat-x;
    background-color: #FFF;
    z-index: 1;
    overflow: auto;
}

#body_shadow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#body_shadow .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#top {
    position: relative;
    border-top: 6px solid #de001b;
    background-color: #FFF;
    z-index: 101;
}

#header {
    position: relative;
    min-height: 104px;
}

#logo {
    position: absolute;
    left: 1%;
    top: 14px;
    margin-left: -10px;
}

#logo a {
	z-index: 99999;
	position: relative;
}

nav#first {
    float: right;
    margin: 70px 1% 8px 0;
    max-width: 70%;
}

nav#first ol {
    margin: 0 -10px 0 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

nav#first li {
    float: none;
    *float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
}

nav#first a {
    display: block;
    margin: 0;
    padding: 4px 10px;
    font-size: 14px;
    color: #005bab;
    text-decoration: none;
}

nav#first a:hover,
nav#first .active a {
    text-decoration: underline;
}

#header .bar {
    position: absolute;
    top: 0;
    right: 1%;
}

#header nav.marginal {}

#header nav.marginal ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header nav.marginal li {
    float: left;
    margin: 0;
    padding: 0;
}

#header nav.marginal a {
    display: block;
    margin: 0;
    padding: 10px;
    color: #005bab;
    text-decoration: none;
}

#header nav.marginal .last a {
    padding-right: 0;
}

#header nav.marginal a:hover,
#header nav.marginal .active a {
    text-decoration: underline;
}

#middle {
    margin: 70px 0 20px 0;
    min-height: 500px;
}

#content {
    overflow: hidden;
}

#permanent {
    overflow: hidden;
    background-color: #fbfbfb;
}

#permanent .inner {}

#footer {
    overflow: hidden;
    background-color: #de001b;
}

#footer .inner {
    position: relative;
    padding-top: 15px;
}

#footer .copyright {
    float: left;
    margin-left: 1%;
    color: #FFF;
}

#footer nav.marginal {
    overflow: hidden;
    float: right;
    padding: 0 1%;
}

#footer nav.marginal ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer nav.marginal li {
    float: left;
    margin: 0;
    padding: 0;
}

#footer nav.marginal a {
    display: block;
    margin: 0;
    padding: 0 10px;
    color: #FFF;
    text-decoration: none;
    background-image: url(../images/nav-marginal-a.png);
    background-position: right center;
    background-repeat: no-repeat;
}

#footer nav.marginal .first a {
    padding-left: 0;
}

#footer nav.marginal .last a {
    padding-right: 0;
    background-image: none;
}

#footer nav.marginal a:hover,
#footer nav.marginal .active a {
    text-decoration: underline;
}

.columns {
    overflow: hidden;
    margin-left: -1%;
    width: 102%;
}

.columns .column {
    min-height: 10px;
}

.c_1-5_1-5_1-5_1-5_1-5 .grid {
    display: inline;
    float: left;
    margin-left: 1%;
    *margin-left: 0.9306%;
    margin-right: 1%;
    *margin-right: 0.9306%;
    width: 18%;
    *width: 17.9306%;
}

.csc-menu {
    padding: 0;
    list-style: none;
}

.csc-menu li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.csc-menu a {
    display: block;
    margin: 0;
    padding: 0 0 0 10px;
    color: inherit;
    text-decoration: none;
    background-image: url(../images/csc-menu-a.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.csc-menu a:hover {
    color: #de001b;
}

/* Debug Table */
body > table,
body > table td {
    border: 2px solid black;
    padding: 2px;
    margin: 5px auto;
}

.content .inner {
    padding: 10px;
    background-color: #ffffff;
}

section.content > section.inner {
    min-height: 400px;
}

button.btn,
input[type=submit].btn,
input[type=reset].btn,
a.btn {
    background: none !important;
    background-image: url(../images/button.png) !important;
    width: 225px !important;
    height: 52px !important;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #474747;
    line-height: 18px;
    cursor: pointer;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
}

a.btn {
    height: 36px !important;
    padding-top: 16px;
}

.csc-header h1,
.csc-header h2,
.csc-header h3,
.csc-header h4,
.csc-header h5 {
	padding-bottom: 10px;
	border-bottom: 1px solid #de001b;
}

.csc-frame-frame1 {
	padding: 15px;
	background-color: #FFF;
}

nav#left ol {
    margin: 0 0 15px;
    list-style: none;
}

nav#left li {
    margin: 0;
}

nav#left li > a {
    display: block;
    padding: 5px 10px 5px 30px;
    text-decoration: none;
}

nav#left > ol > li > a {
    color: #434343;
    background: url('../images/csc-menu-a.png') 18px center no-repeat transparent;
}

nav#left > ol > li.active > a {
    color: #FFF;
    background: url('../images/csc-menu-a-active.png') no-repeat 18px center #ab1227;
    background: url('../images/csc-menu-a-active.png') 18px center no-repeat, -moz-linear-gradient(top, #cc3834 0%, #ab1227 100%);
    background: url('../images/csc-menu-a-active.png') 18px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3834), color-stop(100%,#ab1227));
    background: url('../images/csc-menu-a-active.png') 18px center no-repeat, -webkit-linear-gradient(top, #cc3834 0%,#ab1227 100%);
    background: url('../images/csc-menu-a-active.png') 18px center no-repeat, -o-linear-gradient(top, #cc3834 0%,#ab1227 100%);
    background: url('../images/csc-menu-a-active.png') 18px center no-repeat, -ms-linear-gradient(top, #cc3834 0%,#ab1227 100%);
    background: url('../images/csc-menu-a-active.png') 18px center no-repeat, linear-gradient(to bottom, #cc3834 0%,#ab1227 100%);
}

nav#left > ol > li li > a {
    background: url('../images/csc-menu-a.png') 38px center no-repeat;
    padding-left: 50px;
}

.tx_kmlayerslider_thumbnails .inner {
    padding: 0!important;
}

.tx_kmlayerslider .ls-s1.text1 {
    max-width: 400px;
}

.tx_kmlayerslider_stages .layerslider .headline p {
    line-height: 24px;
}

.tx_kmlayerslider_thumbnails h4 {
    font-size: 14px!important;
}

.tx_kmlayerslider_thumbnails p {
    font-size: 10px!important;
    line-height: 12px!important;
}

.bar #countryselect {
    float: left;
}

.bar #countryselect > span {
    padding: 11px;
    display: inline-block;
    cursor: pointer;
    color: #005bab;
}

.bar .marginal {
    float: left;
}
.station-preview-item td {height: 14px;}
/* languageselect */

.bar .marginal.language {
    background-color: #fcfcfc;
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbfbfb 50%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fbfbfb), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbfbfb 50%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbfbfb 50%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbfbfb 50%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fbfbfb 50%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100px;
    float: right;
    padding: 5px;
}

.bar .marginal.language li {
  float: none!important;
}

.bar .marginal.language li > span,
.bar .marginal.language li > a {
  display: block;
  padding: 5px!important;
}

.bar .marginal.language {
  width: 100px;
  margin-left: 24px;
}

.bar .marginal.language li {
  visibility: hidden;
  display: none;
  cursor: pointer;
}

.bar .marginal.language .visible {
}

.bar .marginal.language .visible li:hover {
    background-color: #FFF;
    border-radius: 5px;
}

.bar .marginal.language .visible li {
}

.bar .marginal.language .visible li,
.bar .marginal.language li.active {
  visibility: visible;
  display: block;
}

.bar .marginal.language li.active {
    background: url('../images/nav-mobile-a-hover-toggled-grey.png') 82px center no-repeat;
}

.bar .marginal.language .visible li.active {
    background: url('../images/nav-mobile-a-current-grey.png') 82px center no-repeat;
}

.flags {
    padding-left: 24px;
}

.flags-de {
    background: url('../images/flags/de.png') 0 1px no-repeat;
}

.flags-en {
    background: url('../images/flags/gb.png') 0 1px no-repeat;
}

#languagemenu {
    margin-top: 11px;
    float: left;
}

#languagemenu.mobile {
    width: 100%;
}

/* countryselect */
#internationallandingpage {
    margin-top: 11px;
    float: left;
}

#internationallandingpage.mobile {
    width: 100%;
}

#internationallandingpage a {
    color: #005bab;
    text-decoration: none;
}

#internationallandingpage a:hover,
#internationallandingpage a:active {
    text-decoration: underline;
}

#countryselect {
    position: relative;
}

#countryselect ol {
    visibility: hidden;
    display: none;
    position: absolute;
    top: 28px;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 7px 10px 5px 10px;
    border: 1px solid #adadad;
    border-radius: 5px;
    width: 140px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);

    /*background: #f4f4f4;*/
    background: rgba(244,244,244,1);
    background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(232,232,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(232,232,232,1)));
    background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(232,232,232,1) 100%);
    background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(232,232,232,1) 100%);
    background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#E8E8E8', GradientType=0 );
}

#countryselect:hover ol {
    visibility: visible;
    display: block;
}

#countryselect li {
    margin: 0;
    overflow: hidden;
}

#countryselect li.last {
    margin: 0;
}

#countryselect li .countryselect-image {
    margin-right: 5px;
    height: 24px;
    display: inline-block;
    float: left;
}

#countryselect li .countryselect-title {
    height: 24px;
    display: block;
    /*float: left;*/
}

#countryselect li .countryselect-title a {
    text-decoration: none;
    display: block;
    margin-top: 4px;
}

#countryselect li .countryselect-title a:hover {
    text-decoration: underline;
}

/* countryselect mobile */
#countryselect-mobile {
    position: relative;
}

#countryselect-mobile > span {
    padding: 15px 15px 14px 25px;
    margin-top: 4px;
    display: block;
    color: #434343;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;

    background-color: #f3f3f3;
    background-image: url("../images/nav-mobile-li.png");
    background-position: left top;
    background-repeat: repeat-x;
}

#countryselect-mobile ol {
    list-style: none;
    margin: 0;
}

#countryselect-mobile li {
    margin: 0;
    overflow: hidden;
    position: relative;
}

#countryselect-mobile li.last {
    margin: 0;
}

#countryselect-mobile li .countryselect-image {
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 25px;
}

#countryselect-mobile li .countryselect-title {
    display: block;
}

#countryselect-mobile li .countryselect-title a {
    text-decoration: none;
    display: block;
    color: #434343;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;

    padding: 15px 15px 14px 68px;
    background-color: #f3f3f3;
    background-image: url("../images/nav-mobile-li.png");
    background-position: left top;
    background-repeat: repeat-x;
}



#adacgtmasters_form {

}

#adacgtmasters_form .underline {
    color: #484848;
    border-bottom: 1px solid #cacaca;
}

#adacgtmasters_form .field input,
#adacgtmasters_form .field select,
#adacgtmasters_form .field textarea {
    box-sizing: border-box;
    width: 100%;
}

#adacgtmasters_form fieldset {
    padding: 0;
}

#adacgtmasters_form li {
    list-style-type: none;
    margin: 0 0 5px 10px;
    overflow: hidden;
}

#adacgtmasters_form li label {
    float: left;
    margin: 0;
    display: inline-block;
}

#adacgtmasters_form input[type="text"] {
    /*width: 90%;*/
}

#adacgtmasters_form li input[type="checkbox"],
#adacgtmasters_form li input[type="radio"] {
    margin: 0 10px 0 0;
}

#adacgtmasters_form .favorite label {
    width: 162px!important;
}

#adacgtmasters_form .favorite {
    position: relative;
    width: 162px;
    text-align: center;
}

#adacgtmasters_form .favorite input[type="radio"] {
    /*display: block;*/
    margin: 15px 0 0 1px;
}

#adacgtmasters_form .favorite .info {
    position: absolute;
    top: 170px;
    left: 66px;
    cursor: help;
}

#adacgtmasters_form span.error {
    margin-left: 0!important;
}

#adacgtmasters_form .ui-widget-content p {
    color: #484848!important;
}

body.dialog-active {
    overflow: hidden;
}

.awardinfo,
.fairness {
	position: absolute;
	top: 105px;
	left: 62px;
	background-color: #df0e21;
	padding: 10px;
	/*width: 380px;*/
	white-space: nowrap;
	z-index: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 4px 0px rgba(50, 50, 50, 0.5);
    background: #e34333; /* Old browsers */
    background: -moz-linear-gradient(top,  #e34333 0%, #df071e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e34333), color-stop(100%,#df071e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e34333 0%,#df071e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e34333 0%,#df071e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e34333 0%,#df071e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e34333 0%,#df071e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e34333', endColorstr='#df071e',GradientType=0 ); /* IE6-9 */
}

.awardinfo span,
.fairness span {
	margin-left: 60px;
	color: #ffffff;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}

.align-right {
    text-align: right;
}

.newsletter_info {
    margin-top: 5px;
    margin-left: 20px;
}

#booking-btn .box-totalprice.mobile{
    display: none;
}
@media(max-width: 480px){
    .tx_rentacar-additionalsselect {
        overflow: hidden;
    }

    #booking-btn {
        position: fixed !important;
        bottom:0;
        left:0;
        margin:0;
        min-height: 100px;
        z-index: 1000;
        background-color: #eee;
        width: 100%;
        padding: 10px 5px;
        border-top: 1px solid #fff;
        background: #f3f3f3;
        background: -moz-linear-gradient(top,  #f3f3f3 0%, #fefefe 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#fefefe));
        background: -webkit-linear-gradient(top,  #f3f3f3 0%,#fefefe 100%);
        background: -o-linear-gradient(top,  #f3f3f3 0%,#fefefe 100%);
        background: -ms-linear-gradient(top,  #f3f3f3 0%,#fefefe 100%);
        background: linear-gradient(to bottom,  #f3f3f3 0%,#fefefe 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fefefe',GradientType=0 );

        -webkit-box-shadow: 0px 10px 10px 7px #000;
           -moz-box-shadow: 0px 10px 10px 7px #000;
                box-shadow: 0px 10px 10px 7px #000;
    }
    #booking-btn .box-totalprice{
        background: none !important;
        font-weight: bold;
    }
    #booking-btn .totalprice-wrapper{
        margin-top: 6px;
        font-size: 30px;
        color: #e10017;
        font-weight: bold;
    }

    #booking-btn .price .label{
        font-size: 20px;
        color: #434343;
        font-weight: bold;
    }
    #booking-btn .box-totalprice.mobile{
        display: block;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 15px;
        margin-bottom: 5px;
    }

    #booking-btn span.days {
        float: right;
        padding-right: 6px;
        color: #434343;
        font-size: 20px;
    }

    #booking-btn button[value="booking"]{
        background-color: #e10017 !important;
        background-image: none !important;
        width: 96% !important;
        color: #fff;

        background: #e9464b !important;
        background: -moz-linear-gradient(top,  #e9464b 0%, #e40f21 100%) !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9464b), color-stop(100%,#e40f21)) !important;
        background: -webkit-linear-gradient(top,  #e9464b 0%,#e40f21 100%) !important;
        background: -o-linear-gradient(top,  #e9464b 0%,#e40f21 100%) !important;
        background: -ms-linear-gradient(top,  #e9464b 0%,#e40f21 100%) !important;
        background: linear-gradient(to bottom,  #e9464b 0%,#e40f21 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9464b', endColorstr='#e40f21',GradientType=0 ) !important;

    }
}
