/* @import "https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:700,800|Open+Sans:400,600,700&display=swap&subset=latin-ext";*/

@import "./fonts.css";
@import "./simple-grid.min.css";
@import "./font-awesome.min.css";
@import "../../../sitespecific/ustransfer/TopSlideshow/slider.css";
@import "./calendar_complex.css";
@import "../../../scripts/selectboxit/stylesheets/jquery.selectBoxIt.css";
@import "../../../vws/default/styles/cookieconsent.css";
@import "./slick.css";
@import "./slick-theme.css";
@import "../../../vws/default/styles/captcha.css";

:root {
	--linkcolor: #111;
	--logocolor: #4d97d8;
	--buttoncolor: #2f77b7;
	--buttoncolor-hover: #4187c5;
	--buttoncolor-border: #9abedd;
}

body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  margin: 0;
}

body,
.navbar-default .dropdown-menu>li>a,
.breadcrumb li a{
  color: #1f1f1f;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a{
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

h1, h2, h3, h4, .form .subtitle{
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
}

h2{
  font-size: 48px;
}

.IssueContent h1{
  font-size: 17px;
}

.form .subtitle{
  font-size: 30px;
}

.header-wrapper.navbar-fixed-top {
    position: relative;
    top: 0;
    z-index: 3;
    width: 100%;
}

.promoart-img{
  max-width: 100%;
  height: auto;
}

.header-wrapper.navbar-fixed-top.sticky {
    position: fixed;
}

.promo-form-holder {
  position: relative;
  min-height: 485px;
  background: linear-gradient(to bottom,var(--logocolor) 0,var(--logocolor) 20%,#ffffff 100%);
  background-size: cover;
  background-position: center center;
  padding: 1px 0;
}

.sticky {
    display: block;
}


.header-wrapper.sticky .navbar-brand img {
/*    width: 100%; */
    height: auto;
}

.navbar-default .navbar-nav>li>a {
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  text-transform: uppercase;
  font-weight: bold;
}


.navbar.navbar-default{
  background: rgba(0,0,0,.85);
  /*font-family: 'Fira Sans Condensed', sans-serif;*/
}

.main-menu-wrapper{
  flex-grow: 1;
}

.navbar-header{
  display: flex;
  align-items: center;
}

.navbar-header ul,
.footer-section ul{
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.navbar-nav {
  display:flex;
  align-items: center;
  justify-content: flex-end;
}

.navbar-nav>li{
  position: relative;
}

.navbar-nav>li>a{
  display: flex;
  align-items: baseline;
}

.navbar-nav>li>a {
  padding: 15px 10px;
}

.mobile-toggle{
  position: absolute;
  right: 15px;
  padding: 5px;
  font-size: 30px;
  display:none;
}


.hidden{
  display:none;
}

.navbar-nav>li.SEL1>a,
.navbar-nav>li.LASTSEL1>a,
.navbar-nav>li:hover>a,
.navbar-nav>li .dropdown-menu a:hover,
#mobilemenu:checked~.mobile-toggle,
.icon-block .fa,
.more-link,
.big-icon,
.footer-section h4,
.footer-section .social-small a,
.contact-us .fa,
ul.footer-menu li a:before,
.mobile-toggle,
.slick-prev:before,
.slick-next:before,
.container a,
.colorized-background-line .icon-default,
ul.checklist>li::before {
  color: var(--linkcolor);
}

.icon-block-grid:hover,
.our-works-block .service_selector>div>label:hover,
.our-works-block .service_selector>div>input:checked ~ label,
.colorized-background-line,
.btn,
.formsubmit>input[type=submit] {
  background-color: var(--logocolor);
}

.navbar-nav>li>a>i{
  padding-left: 5px;
}

.navbar-nav>li>.dropdown-wrapper,
.mobile-toggle,
.main-menu-wrapper{
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.navbar-nav>li>.dropdown-wrapper  {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 39px;
    padding-top: 22px;
    z-index: 999;
}

.navbar-nav>li:hover>.dropdown-wrapper {
    visibility: visible;
    opacity: 1;
}

.navbar-nav .dropdown-menu {
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.languageselector .dropdown-menu{
  min-width: initial;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    outline: 0;
    font-weight: bold;
    border-top: 1px solid rgba(0,0,0,.03) !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-title{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 46px;
    text-align:center;

}

.IssueContent{
  text-align: left;
}

.block-holder{
  /*padding: 110px 0;*/
  padding: 40px 0;
}

.more-link:hover {
  color: #0077c2;
}

.more-link i{
  font-size: 8px;
  margin-left: 3px;
  position: relative;
  top: -2px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.more-link:hover i {
    margin-left: 5px;
}

.page-title {
    position: relative;
    padding: 16px 0 46px 0;
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-title h2{
    font-size: 48px;
    line-height: 50px;
    /* text-transform: capitalize; */
text-transform: uppercase !important;
font-family: 'Fira Sans Condensed', sans-serif;
    margin: 0;
    word-break: break-word;
    -ms-word-break: break-word;
    font-weight: bold;
    text-align: center;
}

.page-title .container{
    position: relative;
    text-align: left;
}

.breadcrumb {
  background-color: transparent;
  width: auto;
  left: auto;
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
    letter-spacing: 1px;
    color: inherit;
    display: inline-block;
}
.page-title a {
  color: #999;
}

.breadcrumb>li+li:before {
    padding: 0;
    color: #ccc;
    content: "/\00a0";
}

/*span.selectboxit-text,
span.selectboxit-arrow-container,
span.selectboxit,
span.selectboxit-enabled,
span.selectboxit-btn,
span.selectboxit-hover,
span.selectboxit-open,
span.selectboxit-focus { background-color:#32d607 !important; background-image:none; color:#ffffff; }*/

#transsearch{
  border-radius: 4px;
  position: absolute;
  top: 150px;
  left: 150px;
  z-index: 2;
}

#transsearch>h2{
  font-size: 18px;
}

input#transfersubmit {
	background:var(--linkcolor) url(/inc/vws/ustransfer/imgs/subr.gif) no-repeat right;
	color:white;
	border:0px;
	width:240px;
	max-height:33px;
	text-align:center;
	padding:6px 12px;
	margin:24px 0px 0px 0px;
	text-transform:uppercase;
	cursor:pointer;
}

input.mysub {
  background: url(/inc/vws/ustransfer/imgs/bg/button2.png);
  border: 0px;
  width: 130px;
  height: 33px;
  cursor: pointer;
  text-transform: uppercase;
  padding-top: 3px;
  font-weight: bold;
  text-align: left;
  color: #e8eef6;
  margin: 10px 4px;
}

input[type=text],
input[type=password],
input[type=email],
.formdiv_inputvalue textarea {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #1f1f1f;
    margin: 0 auto;
    background: #fff;
    padding: 12px 18px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}

.form{
  margin: 15px 0;
  padding: 30px;
  background: #f5f5f5;
}

.form>tbody{
  display:flex;
  flex-wrap: wrap;
  position: relative;
}

.form>tbody>tr[id^=form_row_subtitle],
#form_row_input_8,
#form_row_input_23~tr,
#form_row_input_23~tr~tr{
  width: 100%;
}

.form>tbody>tr{
  width: 50%;
  margin: 10px 0;
}

.form>tbody>tr>th{
  display:block;
  text-align: left;
}

.cc-window {
    background: transparent url(/inc/vws/ustransfer/imgs/cookie-accept-bg.png) repeat top left !important;
    background-color: transparent !important;
}

table.calendar_complex input[type=text]{
  width: 135px;
}

ul.checklist{
  list-style: none;
  font-weight: bold;
  margin: 0;
}
ul.checklist>li{
  line-height: 32px;
}

ul.checklist>li::before{
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 7px;
}

.two-column{
  column-count: 2;
}

.testimonials-block-container{
  background: #f5f5f5;
}
.testimonials-block article.slick-slide{
  display:flex;
  flex-direction: column;
  align-items: center;
  min-height: 350px;
  margin: 0 20px;
  background: #fff;
  padding: 10px;
}

.testimonials-block article.slick-slide>p{
  min-height: 180px;
  font-style: italic;
  text-align: center;
}

.testimonials-block article img {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    margin-bottom: -23px;
    z-index: 2;
}

.icon-default{
    vertical-align: middle;
    margin-right: 10px;
    background: #fff;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    text-align: center;
    display: inline-block;
}

.bigInnerRow{
  font-size: 0;
  position: relative;
}
.bigInnerCol{
  display: inline-block;
  font-size: initial;
  text-align: center;
}

.colorized-background-line{
  color: #fff;
}

.big-icon{
  font-size: 30px;
}

.big-icon-container{
  padding: 40px 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjAzMjRFMTcxOUFEMTFFNzlFOUU4MDZBQTU3MTk2MjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjAzMjRFMTgxOUFEMTFFNzlFOUU4MDZBQTU3MTk2MjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDMyNEUxNTE5QUQxMUU3OUU5RTgwNkFBNTcxOTYyOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDMyNEUxNjE5QUQxMUU3OUU5RTgwNkFBNTcxOTYyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqYMjK4AAAAgSURBVHjaYgiNz/ZlYgACELEZzoKIMfz//x/MZQAIMABlagV2QBb7UQAAAABJRU5ErkJggg==") 100% 0% repeat-y;
}

.big-icon-container h2{
  font-size: 18px;
  text-transform: uppercase;
}

.btn,
.formsubmit>input[type=submit]{
  text-transform: uppercase;
  font-size: 18px;
  padding: 17px 60px;
  line-height: 1.4em;
  border-radius: 30px;
  transition: all .3s ease;
  font-weight: bold;
  margin: 20px auto;
  border: 0;
  color: #fff;
  display: inline-block;
  cursor:pointer
}

.mini-btn{
  padding: 11px 20px;
}

.footer-section{
  background: #161616;
  color: #ccc;
  margin-top: 20px;
}

.footer-section a{
  color: #ccc;
}

.footer-section .footer-content {
  font-weight: 400;
  padding: 85px 0 20px;
  position: relative;
  text-align: left;
}

.footer-section h4{
  font-size: 24px;
}

.footer-section p{
  font-size: 14px;
}

ul.footer-menu li{
    margin-left: 30px;
    float: left;
    width: 40%;
}

ul.footer-menu li a{
  display: block;
  font-weight: 500;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=") 0 100% repeat-x;
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: 14px;
}

ul.footer-menu li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: " \f105";
    font-size: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.social-small li {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.social-small a {
  font-size: 18px;
  margin-right: 10px;
}

.contact-us .fa{
  font-size: 18px;
  width: 48px;
  margin-left: -16px;
  vertical-align: middle;
  text-align: center;
}

.footer-copyright {
  background-color: #009fea;
}

.page-top-link{
  width: 55.5px;
  height: 55.5px;
  position: absolute;
  right: 0;
  top: -28px;
  line-height: 56px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  z-index: 1;
  border-radius: 50%;
  background-clip: padding-box;
  text-decoration: none;
  margin-bottom: 15px;
  text-align: center;
  background-color: #e91e63;
  font-size: 32px;
}

.formdiv_inputvalue>input,
.formdiv_inputvalue>textarea{
  min-width: 400px;
}

.formdiv_buttons{
  text-align: center;
}

.comment_behind {
  width: 280px;
  white-space: normal;
  position: relative;
  top: -42px;
  left: 470px;
  margin-bottom:-42px;
  color: #333333;
}
.plus-suitcases .comment_behind,
.plus-dogs .comment_behind {
	left: 180px;
}
.finalpricerow .comment_behind {
	left: 166px;
	top: -46px;
}
@media only screen and (max-width:844px) {
	.comment_behind {
		left: 150px;
	}
}
@media only screen and (max-width:767px) {
	.comment_behind {
		left: calc(100% - 330px);
	}
}
@media only screen and (max-width:574px) {
	.plus-suitcases .comment_behind,
	.plus-dogs .comment_behind {
		left: calc(100% - 330px);
	}
	.finalpricerow .comment_behind {
		left: calc(100% - 330px);
		top: -84px;
	}
}
@media only screen and (max-width:360px) {
	.comment_behind,
	.plus-suitcases .comment_behind,
	.plus-dogs .comment_behind {
		left: 30px;
		width: 80vw;
	}
	.finalpricerow .comment_behind {
		left: -100px;
		max-width: calc(100vw - 40px);
	}
}

.formdiv_inputlabel,
.formdiv_inputvalue{
  padding: 10px 20px;
  background: #cacaca;
}

.formdiv_subtitle{
  background: var(--linkcolor);
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
}

#form_row_input_8>.formdiv_inputlabel,
.formdiv_subtitle{
  border-radius: 5px 5px 0 0;
}

.pre-title>.formdiv_inputvalue{
  border-radius: 0 0 5px 5px;
  margin-bottom: 10px;
}


.finalpricerow > div {
  display: inline-block;
  max-height: 90px;
  vertical-align: top;
}
.finalpricerow > div:first-child {
	border-bottom-left-radius: 5px;
  width: 90px;
  text-align: right;
}
.finalpricerow > div:last-child {
  margin-left: -4px;
  border-bottom-left-radius: 0px;
  width: calc(100% - 91px);
}

.formdiv_inputlabel{
  font-weight: bold;
}

.formdiv_subtitle{

}

#block_22 hr{
  border-color: rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}

body[data-pageform="2004"] .promoart-img,
body[data-pageform="2004"] .colorized-background-line{
  display:none;
}

body[data-pageform="2004"] .promo-form-holder{
  min-height: auto;
  padding: 0;
  background: none !important;
}

body[data-pageform="2004"] .content{
  margin-top: 10px;
}

body[data-pageform="2004"] .sb-holder{
  background: rgba(53, 53, 53);
}

@media (max-width: 1000px){
  .mobile-toggle {
    display:block;
  }

  .main-menu-wrapper{
    position: absolute;
    z-index: -1;
    background: #fff;
    top: 92px;
    right: -100vw;
    width: 100%;
    visibility: hidden;
    opacity: 0;
  }

  #mobilemenu:checked~.main-menu-wrapper{
    visibility: visible;
    opacity: 1;
    z-index: 999;
    right: 0;
    height: calc(100vh - 100px);
	overflow-x: hidden;
	overflow-y: auto;
  }

  .navbar-nav .dropdown-menu{
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: -1;
  }

  #mobilemenu:checked~.main-menu-wrapper{
    z-index: 999;
  }

  .navbar-nav{
    flex-direction: column;
  }

  .navbar-nav>li{
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }

  .navbar-nav>li>a>.fa-angle-down{
    display:none;
  }

  .navbar-nav>li>a>.fa-angle-right{
    flex-grow:1;
    text-align: right;
    font-size: 22px;
    padding-right: 10px;
  }


  .navbar-nav>li>.dropdown-wrapper{
    position: relative;
    visibility: visible;
    opacity: 1;
    top: auto;
    padding-top: 0;
  }

  .dropdown-menu>li>a{
    padding-left: 35px;
  }

  .page-title h2{
    text-align: center;
  }

  .page-title .breadcrumb {
      left: 0 !important;
      right: 0 !important;
      top: 0 !important;
      margin: 10px 0 0 !important;
      position: relative !important;
  }

  #transsearch{
    position: relative;
    top: 0;
    left: 0;
  }

  div.slideshowholder{
    min-width: auto;
  }


  .formdiv_inputvalue>input,
  .formdiv_inputvalue>textarea{
    min-width: initial;
    width: 100% !important;
  }

  body[data-pageid=issues-999] div:not(.big-icon-container)>h2{
    font-size: 30px;
  }

  body[data-pageid=issues-999] div.content{
    padding-right: 15px;
    padding-left: 15px;
  }

  body[data-pageid=issues-999] div.container{ text-align: left; }

  .bigInnerCol.block_id_2.big-icon-container,
  .bigInnerCol.block_id_17.big-icon-container,
  .bigInnerCol.block_id_4.big-icon-container,
  .bigInnerCol.block_id_19.big-icon-container{
    width: 50% !important;
  }

}

@media (max-width: 1024px){
  .form>tbody>tr{
    width: 100%;
  }
}

@media (min-width: 768px){
  .container {
      width: 750px;
  }

  .navbar-nav>li>a>.fa-angle-right{
    display:none;
  }

  #transsearch{
    min-width: 600px;
  }

  .destination-holder,
  .persons-holder,
  #transsearch .calendar_complex{
    display:flex;
    justify-content: space-around;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .container {
      width: 970px;
  }

  div.block_id_20 {
    margin-left: 5%;
    max-width: 45%;
    text-align: left;
    min-height: 600px;
  }

  div.block_id_20:after{
      content: ' ';
      float: right;
      width: 45%;
      background: url("/inc/vws/ustransfer/imgs/bg/car-big-side.png");
      background-size: cover;
      height: 80%;
      position: absolute;
      top: 0;
      right: 0;
      margin: 50px 0;
  }
}

@media (min-width: 1200px){
  .container {
      width: 1170px;
  }
}

.datepick-cmd-today { visibility:hidden; }
.formdiv_inputlabel, .formdiv_inputvalue {
	position: relative;
}
.formdiv_inputvalue > *:first-child {
	display: inline-block;
}
.comment_behind {
	position: absolute;
	display: none;
	top: 0px;
	top: -50px;
	color: #333;
	background-color: #fff;
	padding: 10px 20px;
	border: 1px solid var(--linkcolor);
	box-shadow: 0px 0px 20px #238d08;
	z-index: 2;
	cursor: pointer;
	border-radius: 4px;
}
@media (max-width: 400px) {
	.comment_behind {
		left: 10px;
		min-width: calc(100% - 100px);
	}
}
.bewithinfo > *:first-child {
	max-width: calc(100% - 42px);
}
.beinfo-input, .beinfo.valued {
	display: none;
}
.beinfo-label, .beinfo.valued + label {
	display: inline-block;
	background: transparent url(/inc/vws/ustransfer/imgs/icon-info-black.png) no-repeat right top;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin: 0px;
	padding: 0px;
	min-width: unset;
	vertical-align: top;
	filter: grayscale(100%) brightness(2000%) !important;
}
.beinfo-input:checked + label + .comment_behind {
	display: block;
}

.header-wrapper.sticky .navbar-brand img { max-height: 70px; }


.totop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 46px;
	height: 46px;
	border-radius: 16px;
	opacity: 0.5;
	cursor: pointer;
	background: var(--linkcolor) url(/inc/vws/ustransfer/imgs/totop.png) no-repeat center center;
	background-size: content;
}
.totop:hover {
	opacity: 1;
}

@media (max-width:767px) {
	.container {
		width: 100%;
	}
	.header-wrapper.sticky .navbar-brand img {
		max-height: 30px;
	}
}

.PriceInForm {
	white-space: nowrap;
}
.PriceBasicSel {
	font-weight: bold;
}

.bicycles, .timefrom, .timeback {
	display: none !important;
}


@media (min-width:992px) {
	.plus-suitcases, .plus-dogs {
		display: inline-block;
		width: calc(50% - 3px);
		margin: 0px;
	}
	.plus-dogs {
		margin-left: -4px;
		width: calc(50% + 2px);
	}
}
body[data-pageid="issues-999"] .bigInnerCol a,
body[data-pageid="issues-999"] .bigInnerCol a:hover,
body[data-pageid="issues-999"] .bigInnerCol a:visited {
	color: #1f1f1f;
}
body[data-pageform="2004"] .labelPrice,
body[data-pageform="2004"] .PriceInForm {
	font-weight: bold;
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline-block;
}
body[data-pageform="2004"] .price .PriceInForm {
	font-weight: normal;
	font-size: initial;
	padding-top: unset;
	padding-bottom: unset;
}
body[data-pageform="2004"] .price .PriceInForm.PriceBasicSel {
	font-weight: bold;
}
.csillagos, csillagos p {
	text-align: center;
}
.dropdown-wrapper .dropdown-menu li {
	white-space: nowrap;
}
.navbar.navbar-default {
	background: #fff;
	border-bottom: 1px solid #a9a9a9;
	box-shadow: 0 0 5px darkgray;
}
.header-wrapper.sticky .navbar-brand h1 {
	margin: 10px 0;
}
.header-wrapper.sticky .navbar-brand img {
	max-height: 50px;
}
.languageselector {
	display: none !important;
}
.sb-holder {
	position: relative;
	background: transparent;
}
.sb-cover {
	display: none !important;
}
body[data-pageid="issues-1006"] .sb-cover {
	display: block !important;
}
.sb-holder {
	background: transparent !important;
}
.sb-holder:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4f96d6;
	opacity: 0.9;
	border-radius: 8px;
	box-shadow: 0 0 10px #000;
	border: 1px solid #fff;
}
.sb-inner label {
	text-shadow: unset !important;
}
.sb-submit .btn {
	border: 1px solid #9bbfe0;
	border-radius: 8px;
	background-color: var(--buttoncolor);
}
.sb-submit .btn:hover {
	border-color: transparent;
	background-color: var(--buttoncolor-hover);
}
.selectboxit  {
	border-radius: 4px;
}
.sb-routetype {
	padding-left: 10px !important;
}
.sb-routetype label {
	text-align: left;
	padding: 0;
	margin: 0 0 -3px 0;
}
.sb-routetype label span.label {
	color: #fff;
	font-size: 13px;
	opacity: 0.8;
	border-bottom: 1px solid transparent;
}
.sb-routetype label.option-checked span.label {
	opacity: 1;
	border-bottom-color: #fff;
}
.sb-routetype .chk-rad-box .checkmark {
	display: none;
}
.sb-linebreak {
	height: 20px !important;
}
@media screen and (max-width: 818px) {
	.sb-routetype {
		padding-left: 0 !important;
	}
	.sb-routetype .cols-nolimit {
		text-align: center;
		padding: 10px 0;
		border: 1px solid #caddef;
		border-radius: 4px;
	}
	.sb-routetype .cols-1col .rbtn {
		display: inline-block !important;
		padding: 0 10px;
	}
	.sb-routetype .cols-1col .rbtn:first-child {
		padding-left: 0;
	}
	.sb-routetype .cols-1col .rbtn:last-child {
		padding-right: 0;
	}
}

.sb-routes .selectboxit-container .selectboxit {
	z-index: 11;
	/*
	background-color: transparent !important;
	color: #fff !important;
	border-color: #fff;
	*/
}
/*
.sb-routes .selectboxit-container .selectboxit .selectboxit-text {
	color: #fff !important;
}
*/
.sb-routes .selectboxit-container .selectboxit-options {
	width: 100%;
	box-shadow: 0 0 10px black;
	z-index: 10;
}
.sb-routes .selectboxit-container .selectboxit-options a {
	padding-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sb-routes .selectboxit-container span.selectboxit, .sb-routes .selectboxit-container span.selectboxit-focus, .sb-routes .selectboxit-container span.selectboxit-open, .sb-routes .selectboxit-container .selectboxit-btn.selectboxit-enabled:hover,
.sb-routes .selectboxit-container span, .sb-routes .selectboxit-container .selectboxit-options a {
	color: #356ea1 !important;
}
.sb-routes .selectboxit-container .selectboxit-option {
	padding: 0 !important;
}
.sb-routes .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	color: #fff !important;
	background-color: var(--buttoncolor) !important;
}
.comment_behind {
  box-shadow: 0px 0px 20px #000;
}
.view-maxi { display: inherit; }
.view-midi { display: none; }
.view-mini { display: none; }
@media screen and (max-width: 600px) {
	.view-maxi { display: none; }
	.view-midi { display: inherit; }
	.view-mini { display: none; }
	.header-wrapper.sticky .navbar-brand img {
		max-height: unset;
	}
}
@media screen and (max-width: 280px) {
	.header-wrapper.sticky .navbar-brand h1 {
		margin: 4px 0 0 0;
	}
	.header-wrapper.sticky .navbar-brand img {
		max-height: 30px;
	}
}
.hidepromo {
	min-height: 77px;
}

.requestreport {
	width: 700px;
	max-width: calc(100% - 10px);
	margin: 0px auto;
}
.requestreport hr {
	border: 0px;
	margin: 0px 32px 6px 0px;
	border-top: 1px solid black;
}
.rr-row {
	display: flex;
	width: 100%;
}
.rr-row > * {
	display: inline-block;
	vertical-align: top;
	padding: 8px 8px;
	margin-bottom: 1px;
}
.rr-row > label {
	text-align: right;
	background-color: var(--logocolor);
	color: #fff;
	width: calc(40% - 16px);
}
.rr-row > div {
	text-align: left;
	background-color: #fff;
	width: calc(60% - 16px);
}
.rr-row > div > ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: circle;
}
