@import url("bootstrap/bootstrap.css");
@import url("bootstrap/datepicker.css");
@import url("bootstrap/clockpicker.css");

@font-face {
  font-family: 'PTSans';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local('PTSans Regular'), local('PTSans-Regular'), url(fonts/PTSans-Regular.woff) format('woff');
} 
@font-face {
  font-family: 'PTSans';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local('PTSans Bold'), local('PTSans-Bold'), url(fonts/PTSans-Bold.woff) format('woff');
} 
@font-face {
  font-family: 'Rubik';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local('Rubik Regular'), local('Rubik-Regular'), url(fonts/Rubik-Regular.woff) format('woff');
} 
@font-face {
  font-family: 'Rubik';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(fonts/Rubik-Bold.woff) format('woff');
} 

body{
  font-family:'PTSans';
  font-size:16px;
  line-height:30px;
  background-image: url('images/design/bg_triangles.svg');
  background-repeat:no-repeat;
  background-position: 0px 238px;
}
h1, h2, h3, h4{
  font-family: 'Rubik';
  font-weight: 700;
  padding:0px;
  margin:0px;
}
h1{
  font-size:64px;
  line-height:70px;
}
h2{
  font-size:32px;
  line-height:36px;
}
h3{
  font-size:24px;
  line-height:28px;
}
p{
  padding:0px;
  margin:0px;
  font-size:16px;
  line-height:25px;
}
.uppercase{
  text-transform:uppercase;
  font-size:13px;
  line-height:15px;
  letter-spacing:3px;
  font-family: 'Rubik';
  font-weight: 400;
}
.inline-block{
  display:inline-block;
}

@media (max-width: 767px){
body{
  font-size:14px;
  line-height:25px;
  background-position: 0px 58px;
  background-image: none;
}
h1{
  font-size:30px;
  line-height:32px;
}
h2{
  font-size:24px;
  line-height:30px;
}
h3{
  font-size:14px;
  line-height:20px;
}
p{
  font-size:14px;
  line-height:20px;
}
}


@media only screen and (min-width : 768px) {
    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row > [class*='col-'] {
        flex-direction: column;
    }
    .flex-row.row:after, 
    .flex-row.row:before {
        display: flex;
    }
}

.pointer{
  cursor:pointer;
}
.nomargins{
	margin:0px;
}
.nopaddings{
  padding:0px;
}
.bottommargin{
	margin-bottom: 30px;
}
.topmargin{
	margin-top: 30px;
}
.rightmargin{
	margin-right: 30px;
}
.leftmargin{
	margin-left: 30px;
}
.bottommarginsmall{
	margin-bottom: 15px;
}
.topmarginsmall{
	margin-top: 15px;
}
.rightmarginsmall{
	margin-right: 15px;
}
.leftmarginsmall{
	margin-left: 15px;
}
.bottommarginlarge{
	margin-bottom: 60px;
}


/*Modifikace bootstrapu*/

.modal-dialog{
  z-index: 100000;
}

.nav > li > a{
  padding-left:0px;
  padding-right:0px;
}

.navbar-nav > li > a {
  color: #5F666D;
}

.navbar-inverse .navbar-nav > li > a{
  color: #5F666D;;
}


.mainpage .navbar-nav > li > a {
  color:#fff;
}

.mainpage .navbar-inverse .navbar-nav > li > a{
  color:#fff;
}

.navbar{
  margin-bottom:0px;
  border-radius:0px;
  background-color:transparent;
  border:none;
  font-size:16px;
}

.navbar-toggle{
	background-color: #00B7F2;
  color:#fff;
  border-radius:35px;
  padding-left:20px;
  padding-right:20px;
  margin-right:55px;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color:#fff;
}

.navbar-brand{
  background-image: url('images/design/premiant-logo-placka.svg');
  background-repeat:no-repeat;
  width:204px;
  height:204px;
  position:absolute;
  top:-66px;
  left:-30px;
  background-size: 100% 100%;

}
.nav-budget{
  background-image: url('images/design/premiant-budget-placka.svg');
}

.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: #00B7F2;
}

.navbar-default .navbar-nav > li > a{
  margin-left:39px;
}
.navbar-default .navbar-nav > li.cartico > a{
  background-color: #00C041;
  text-align:center;
  padding:0px;
  border-radius:50%;
  width:18px;
  height:18px;
  font-size:11px;
  right:8px;
  top:9px;
  position:absolute;
  color:#fff;
}
.navbar-default .navbar-nav > li.cartico{
  background-image: url('images/design/shopping-cart-icon-b.svg');
  background-repeat:no-repeat;
  background-position:left center;
  margin-left:39px;
  padding-top:15px;
  padding-bottom:15px;
  width:40px;
  height:50px;
  position:relative;
  top:0px;
  margin-right:15px;
}
.mainpage .navbar-default .navbar-nav > li.cartico{
  background-image: url('images/design/shopping-cart-icon.svg');
}


.navbar-default .cartico{
  position:absolute;
  right:0px;
  top:9px;
  background-image: url('images/design/shopping-cart-icon-b.svg');
  background-repeat:no-repeat;
  background-position:left center;
  padding-top:15px;
  padding-bottom:15px;
  width:40px;
  height:50px;
}
.navbar-default .cartico a{
  background-color: #00C041;
  text-align:center;
  padding:0px;
  border-radius:50%;
  width:18px;
  height:18px;
  font-size:11px;
  right:8px;
  top:9px;
  position:absolute;
  color:#fff;
  line-height: 18px;
}



.navbar-inverse {
	height: 80px;
  padding-top:15px;
}

.navbar-inverse .navbar-nav > li > a{
	font-family: Rubik;
	font-weight: bold;
  margin-left:39px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color: #00B7F2;
}
.mainpage .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  color: #00B7F2;
  background-color:transparent;
  border-bottom:3px solid #00B7F2;
  padding-bottom:12px;
  font-weight:bold; 
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
  color: #00B7F2;
}
.mainpage .navbar-inverse .navbar-nav > li > a:hover, .mainpage .navbar-inverse .navbar-nav > li > a:focus{
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
  color: #00B7F2;
  background-color:transparent;
  border-bottom:4px solid #00B7F2;
  padding-bottom:0px; 
}



.navbar-inverse .navbar-nav > li > a.search{
	font-weight: normal;
  background-image: url('images/design/search-icon-b.svg');
  background-repeat:no-repeat;
  background-position:left center;
  padding-left:30px;
}
.mainpage .navbar-inverse .navbar-nav > li > a.search{
  background-image: url('images/design/search-icon-w.svg');
}

.navbar-right.liright{
  width:90%;
  text-align:right;
}
.navbar-right.liright li{
  float:none;
  text-align:center;
  display:inline-block;
}
.navbar-right.liright li a{
  margin-left:25px;
  border-bottom: 4px solid transparent;
}

.btn {
  border-radius:0px;
  border:none;
}

.btn-default:active, .open > .dropdown-toggle.btn-default, .btn-default:focus, .btn-default.focus, .btn-default:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #00B7F2;
    background-color: #fff;
    box-shadow:none;
}


.btn-primary{
  background-color: #00C041;
  color: #fff;
  font-size: 16px;
  font-family: Rubik;
  font-weight: bold;
  line-height: 19px;
  padding-left:27px;
  padding-right:27px;
  padding-top:19px;
  padding-bottom:18px;
}
.btn-primary:hover{
  background-color: #00A839;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus, .btn-primary:active:hover{
  background-color: #00A839;
  box-shadow: inset 1px 0 0 0 #009432, inset -1px 0 0 0 #009432, inset 0 -1px 0 0 #009432, inset 0 3px 0 0 #009432;
}




.btn-info{
  box-shadow: inset 1px 0 0 0 rgba(255,255,255,0.5), inset -1px 0 0 0 rgba(255,255,255,0.5), inset 0 1px 0 0 rgba(255,255,255,0.5), inset 0 -3px 0 0 #FFFFFF;
  background-color:transparent;
  color:#fff;
  font-size: 16px;
  font-family: Rubik;
  font-weight: bold;
  line-height: 19px;
  padding-left:27px;
  padding-right:27px;
  padding-top:19px;
  padding-bottom:18px;
}
.btn-info:hover{
  background-color: #00B7F2;
	box-shadow: inset 1px 0 0 0 #00B7F2, inset -1px 0 0 0 #00B7F2, inset 0 1px 0 0 #00B7F2, inset 0 -3px 0 0 #00B7F2;
}
.btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .btn-info:active:focus, .btn-info.active:focus, .btn-info:active.focus, .btn-info.active.focus{
  color: #276DA5;
  background-color: #00B7F2;
  box-shadow: inset 1px 0 0 0 #276DA5, inset -1px 0 0 0 #276DA5, inset 0 -1px 0 0 #276DA5, inset 0 3px 0 0 #276DA5;
}


.btn-success{
  box-shadow: inset 1px 0 0 0 #00B7F2, inset -1px 0 0 0 #00B7F2, inset 0 1px 0 0 #00B7F2, inset 0 -3px 0 0 #00B7F2;
  background-color: rgba(255,255,255,0.2);
  color: #00B7F2;
  font-size: 16px;
  font-family: Rubik;
  font-weight: bold;
  line-height: 19px;
  padding-left:27px;
  padding-right:27px;
  padding-top:19px;
  padding-bottom:18px;
}
.btn-success:hover{
  background-color: #00B7F2;
	box-shadow: inset 1px 0 0 0 #00B7F2, inset -1px 0 0 0 #00B7F2, inset 0 1px 0 0 #00B7F2, inset 0 -3px 0 0 #00B7F2;
}
.btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .btn-success:active:focus, .btn-success.active:focus, .btn-success:active.focus, .btn-success.active.focus, .btn-success:active:hover{
  color: #276DA5;
  background-color: #00B7F2;
  box-shadow: inset 1px 0 0 0 #276DA5, inset -1px 0 0 0 #276DA5, inset 0 -1px 0 0 #276DA5, inset 0 3px 0 0 #276DA5;
}





.btn-warning{
  background-color:transparent;
	color: #00B7F2;
	font-family: Rubik;
	font-size: 16px;
	font-weight: bold;
  padding:0px;
}
.btn-warning:after
{
  content: "\e258";
  margin-left:30px;
  font-family: 'Glyphicons Halflings';
  font-size:14px;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .btn-warning:active:focus, .btn-warning.active:focus, .btn-warning:active.focus, .btn-warning.active.focus{
  background-color:transparent;
  border-bottom:1px solid #00B7F2;
	color: #00B7F2;
  padding-top:1px;
  box-shadow: none;
}


.btn-warning.back:after
{
  content: none;
  margin-left:0px;
  font-family: 'Glyphicons Halflings';
  font-size:14px;
}
.btn-warning.back:before
{
  content: "\e257";
  margin-right:30px;
  font-family: 'Glyphicons Halflings';
  font-size:14px;
}


.dropdown-toggle {
	color: #00B7F2;
	font-family: Rubik;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
}
.dropdown label{
  display:block;
  color:#000;
  text-decoration:none;
}
.dropdown-menu{
  min-width:0px;
  right:0px;
  border-radius:0px;
	font-family: Rubik;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
 padding-bottom:0px
}
.dropdown-menu > li > a{
	font-weight: bold;
  padding-left:10px;
  border-bottom:1px solid #DDDDDD;
  margin:0px;
  line-height:34px;
}

.form-control{
  border-radius: 0px;
  border: 1px solid #5F666D;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  height:auto;
}

.form-control:focus {
    border-color:inherit;
    outline: none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

select {
  -webkit-appearance: none;
  background-image: url('images/design/triangle.svg');
  background-repeat:no-repeat;
  background-position: calc(100% - 10px) center;
}


.topmenu-mobile .dropdown .btn{
  background-color:transparent;
  font-family: 'PTSans';
  font-size: 16px;
  font-weight:400;
  color:#777;
}	
.topmenu-mobile .btn:active, .topmenu-mobile .btn:active {
  background-color:transparent;
  color:#777;
}
.topmenu-mobile .dropdown{
  margin-top:9px;
  color:#777;






}
.mainpage .topmenu-mobile .dropdown .btn{
  color:#fff;
  background-color:transparent;




}


.partnerlink{
  font-weight:700;
  color:#194970;
  padding-top:10px;
}
.partnerlink a{
  display:inline !important;
  font-weight:700;
  color:#777 !important;
  margin-left:0px !important;
  text-decoration:none;
}
.partnerlink a:hover{
  color:#00B7F2 !important;
}
@media (max-width: 767px){
.topmenu-mobile .dropdown .btn{
  font-size: 16px;
  font-weight:700;
  font-family: Rubik;
}	
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    line-height: 30px;;
}



.topmenu-mobile{
  background-color:#fff;
  padding:0px;
  margin-bottom:32px;
}

.container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -30px;
    margin-left: -30px;
    height: calc(100vh - 61px);
    z-index: 99999;
    position: absolute;
    width: 100vw;
	background-color: #00B7F2;
}

.navbar-default .label{
  display:inline-block;
  margin-bottom:0px;
  margin-right:8px;
  font-size:14px;
  line-height:14px;
}
.navbar-default .bars{
  padding-top: 3px;
  display: block;
  margin-top: 4px;
  float: right;
}
.navbar-default .navbar-nav > li > a{
	font-family: Rubik;
	font-size: 16px;
	font-weight: bold;
  margin-left:15px;
  margin-right:15px;
  line-height:28px;
  color:#fff;
}
.navbar-default .navbar-nav > li > a.alltours{
  font-size:14px;
  border-top:1px solid rgba(255,255,255,0.4);
  border-bottom:1px solid rgba(255,255,255,0.4);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  color: #fff;
  background-color:transparent;
  border-bottom:none;
  padding-bottom:12px;
  font-weight:bold; 
}


.navbar-brand{
  background-image: url('images/design/logo.svg');
  background-repeat:no-repeat;
  height:40px;
  position:absolute;
  top:15px;
  left:0px;
  width:105px;
}

.nav-budget{
  background-image: url('images/design/logo-budget.svg');
  background-size:100% 100%;
}







.dropdown-toggle {
	font-size: 14px;
	line-height: 17px;
}
.dropdown label{
  display:none;
}
.dropdown-menu{
	font-size: 14px;
	line-height: 17px;
}

}
/*Konec modifikace bootstrapu*/

.langflag{
  margin-top: -4px;
  display: inline-block;
}


.graybgfull{
  background-color: #F6F6F6;
  box-shadow: inset 2px 0 0 0 rgba(95,102,109,0.1), inset -2px 0 0 0 rgba(95,102,109,0.1), 0 2px 11px 0 rgba(0,0,0,0.11), 0 12px 14px 0 rgba(0,0,0,0.07);
}

.graybg{
  background-color: #F6F6F6;
}
.halfgray{
  background: linear-gradient(90deg, #F6F6F6 50%, #FFF 50%);
}
.borders{
  border-top: 1px solid rgba(151,151,151,0.4);
  border-bottom: 1px solid rgba(151,151,151,0.4);
}

.mainpage{
  background-image: url('images/design/mainbg2.jpg');
  background-repeat:no-repeat;
  background-position:center top;
  background-size:auto 660px;
}


.lastminutetitlebutton{
  margin-bottom:40px;
}


.topmenu-main{
  padding:0px;
  border: 1px solid rgba(95,102,109,0.4);
  border-left:0px;
  border-right:0px;
 	background-color: #fff;
  margin-bottom:105px
}

.specoffer31{
  display:block;
	height: 31px;
	width: 31px;
	background-color: #FFFFFF;
  float:left;
  border-radius:50%;
  background-repeat:no-repeat;
  background-position:center center;
  background-image: url('images/design/percent-icon.svg');
  margin-top:-5px;
  margin-right:5px;
}
.specoffer35{
  display:inline-block;
	height: 35px;
	width: 35px;
	background-color: #FFFFFF;
  border-radius:50%;
  background-repeat:no-repeat;
  background-position:center center;
  background-image: url('images/design/percent-icon.svg');
  margin-top:10px;
  margin-right:10px;
}


.mainpage .topmenu-main{
  border: 1px solid #00B7F2;
 	background-color: #00B7F2;
}

.maincontent{
 padding-top:0px;
 color:#fff;
 height:423px;
 position:relative;
}

.maincontent h1{
  font-size:48px;
  line-height:60px;
  width:600px;
  height: 180px;
  margin-bottom:160px;
  text-shadow: 3px 2px 16px rgba(0, 0, 0, 0.8) ;
}

.maincontent .btn{
  white-space:normal;
  background-color: #fff;
  color:#00B7F2;
  box-shadow: inset 1px 0 0 0 #00B7F2, inset -1px 0 0 0 #00B7F2, inset 0 1px 0 0 #00B7F2, inset 0 -3px 0 0 #00B7F2;
}
.maincontent .btn:hover{
  background-color: #00B7F2;
  color:#fff;
  box-shadow: inset 1px 0 0 0 rgba(255,255,255,0.5), inset -1px 0 0 0 rgba(255,255,255,0.5), inset 0 1px 0 0 rgba(255,255,255,0.5), inset 0 -3px 0 0 #FFFFFF;}

.maincontent .titlesave{
  font-weight: 700;
  text-shadow: 3px 2px 16px rgba(0, 0, 0, 0.8);
}

.maincontent .titlesave-main{
  font-weight: 700;
  text-shadow: 3px 2px 16px rgba(0, 0, 0, 0.8);
  position:absolute;
  top:-80px;
  right:30px;
  font-size:22px;
}

.maincontent .botb{
  position:absolute;
  bottom:15px;
  left:15px;
}
.maincontent .botb img{
  width:210px;
}
.maincontent .botb-img{
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}


@media (max-width: 767px){
.mainpage{
  background-image: url('images/design/mainbg-m.jpg');
  background-position:center 10px;
  background-size:660px auto;
}

.maincontent{
  text-align:center;
 height:485px;
}

.maincontent h1{
  font-size:30px;
  line-height:32px;
  width:260px;
  margin:28px auto 48px auto;
  height:32px;
}
.titlesave{
  margin-top:40px;
}
.titlesave span{
  display:grid;
  margin-top:10px;
  font-size:16px;
}
}


.embed-responsive-16by10 {
  padding-bottom: 41.38%;
}
.embed-responsive-item{
 padding-left:15px;
}

.videobox{
  margin-top:119px;
  margin-bottom:100px;
}

.videoswitchbox{
  padding-left:0px;
}

.videotitle{
  background-color: #194970;
  color:#fff;
 	line-height: 52px;
  padding-left:15px;
}
.videoswitch{
  border-top: 1px solid #FFFFFF;
  background-color: #194970;
  color:#fff;
  font-family: Rubik;
 	font-size: 13px;
 	line-height: 53px;
  padding-left:43px;
  cursor:pointer;
}
.videoswitch.videoplaying{
  background-color: #00B7F2;
  background-image: url('images/design/playvideo.svg');
  background-repeat:no-repeat;
  background-position:10px center;

}
@media (max-width: 767px){
.videobox{
  margin-top:60px;
  margin-bottom:0px;
}

.embed-responsive-16by10 {
  padding-bottom: 56.38%;
}

.embed-responsive-item{
 padding-left:0px;
}

.videoswitchbox{
  padding-right:0px;
}
.videoswitch{
 	font-size: 14px;
}
}


.tourlist{
  position:relative;
  margin-bottom:30px;
}
         
.tourlist .tourbadge{
  position: absolute;
  z-index: 100;
  width: 25%;
  right: -11px;
  top: -10px;
}

.tourlist .tempclosed{
  filter: saturate(0);
}
.tourlist .tempclosedbar{
  text-align:center;
  color:#fff;
  background-color: #f00;
  opacity: 0.6;
}
.tourlist .tempclosedbar p{
  opacity:1;
  color:#fff;
  line-height:26px;
  font-weight:700;
}
.tourlist a{
  color:#000;
}
.tourlist a:hover, .tourlist a:focus{
  text-decoration:none;
}
.tourlist .border{
  border: 1px solid #E0E0E0;
  position: absolute;
  top:0px;
  left:15px;
  right:15px;
  bottom:0px;
}

.tourlist .perexwrap{
  position:relative;
}
.tourlist .perex{
  background-color:#000;
  opacity:0.7;
  padding:15px;
  overflow:hidden;
  position:absolute;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  display:none;
  padding-top:24px;
}
.tourlist .perex span{
  color:#fff;
  opacity:1;
  line-height:20px;
  display:block;
}

.tourlist h3{
  margin-top:24px;
  padding-left:15px;
  padding-right:15px;
  height:80px;
  margin-bottom:24px;
  font-size:18px;
  line-height:22px;
}
.tourlist h3 span{
  font-size:14px;
  display:block;
  font-weight:400;
}

.tourlist .price{
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  font-family: 'Rubik';
  color: #00B7F2;
  padding-left:15px;
  margin-bottom:15px;
}
.tourlist .price span{
  color: #000000;
  opacity: 0.4;
  font-weight:normal;
  text-decoration: line-through;
  margin-left:16px;
}
.tourlist .notinseason{
  font-size: 16px;
  line-height:17px;
  height: 30px;
  font-family: 'Rubik';
  color: #00B7F2;
  padding-left:15px;
  margin-bottom:15px;
}

.tourlist:hover .border{
  box-shadow: 0 2px 11px 0 rgba(0,0,0,0.11), 0 12px 14px 0 rgba(0,0,0,0.07);
}
.tourlist:hover .perex{
  display:block;
}
   
   
.tourlist .specofferday{
  border-right: 1px solid #E0E0E0;
}   
.tourlist .specofferspots, .tourlist .specofferday{
  display:block;
  float:left;
  text-align:center;
  line-height:20px;
  width:50%;
  border-bottom: 1px solid #E0E0E0;
  padding-top:10px;
  height:60px;
}   
   
                
@media (max-width: 767px){
.tourlist .specofferspots, .tourlist .specofferday{
  font-size:12px;
  padding-top:6px;
  height:60px;
  line-height:15px;
  
}

.tourlist h3{
  height:135px;
  margin-bottom:10px;
  margin-top:10px;
  font-size: 15px;
  line-height: 20px;
}
.tourlist .price{
  font-size: 14px;
  text-align:left;
  line-height:18px;
}
.tourlist .price span{
  display:block;
  margin-left:0px;
}
.alltoursbtn{
  margin-bottom:30px; 
  white-space:normal;
}
.tourlist .notinseason {
  font-size: 14px;
  text-align:left;
  line-height:18px;
  height:36px;
}
.tourlist .perex {
  font-size: 13px;
  line-height:14px;
  padding:4px;
}
.tourlist .perex span {
  line-height:14px;
}
}





.salebar{
  position:absolute;
  top:0px;
  text-transform:uppercase;
  font-size:11px;
  line-height:15px;
  letter-spacing:3px;
  font-family: 'Rubik';
  font-weight: 700;
  color:#fff;
  background-color: #00B7F2;
  padding:4px;
}



.tourcattitle{
  margin-top:50px;
  margin-bottom:30px;
}

.title-budget{
  width:400px;
}

.tourcategory{
  text-align:center;
  margin-bottom:135px;
}
.tourcategory h2{
  font-size: 20px;
  font-family: 'PTSans';
  line-height: 40px;
  color: #5F666D;
  font-weight:normal;
}

.tourcatbanner{
  margin-bottom:60px;
  overflow:hidden;
  text-align:center;
}
.tourcatbanner img{
  width:100%;
}

.othertourcat {
  margin-top:100px;
  margin-bottom:100px;
}
.othertourcat h2{
  line-height: 56px;
  font-size: 48px;
}
.othertourcat span{
  display:block;
  font-size: 18px;
  line-height: 30px;
  margin-top:30px;
  margin-bottom:30px;
}

@media (max-width: 767px){
.tourcategory{
  text-align:center;
  margin-bottom:35px;
}
.tourcategory h2{
  font-size: 14px;
  line-height: 24px;
}
.tourcatbanner{
  margin-bottom:30px;
}
.tourcatbanner img{
  width:200%;
  margin-left:-40%;
}

.othertourcat {
  margin-top:40px;
  margin-bottom:40px;
  text-align:center;
}
.othertourcat h2{
  line-height: 32px;
  font-size: 30px;
}
.othertourcat span{
  font-size: 14px;
  line-height: 24px;
}
.othertourcat img{
  margin-top:40px;
}
.title-budget{
  width:200px;
}

}

 
.tournote{
  text-align:center;
  font-size:24px;
  line-height:36px;
  font-weight:700;
  color:#fff;
  background-color:rgba(255,0,0,0.6);
  margin-bottom:30px;
  padding:15px;
} 
 
 
.tourdetail .navbar-inverse .navbar-nav > li > a, .inspirationdetail .navbar-inverse .navbar-nav > li > a{
  color:#fff;
}
.tourdetail .topmenu-main, .inspirationdetail .topmenu-main{
  background:linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
  border-top:1px solid rgba(255,255,255,0.6);
  border-bottom:none;
}

@media (min-width: 768px){
.tourdetail .topmenu-mobile, .inspirationdetail .topmenu-mobile{
  background-color:rgba(0,0,0,0.6);
}
.tourdetail .navbar-default .navbar-nav > li > a, .inspirationdetail .navbar-default .navbar-nav > li > a{
    color: #fff;
}
.tourdetail .navbar-default .navbar-nav > li.cartico, .inspirationdetail .navbar-default .navbar-nav > li.cartico{
  background-image:url('images/design/shopping-cart-icon.svg');
}
}


.tourdetail .tour-mainimage{
  position:absolute;
  top:0px;
  left:0px;
  z-index:-1;
  height:600px;
  width:100%;
  overflow:hidden;
  background-color:#fff;
}
.tourdetail .tour-mainimage .titlepicture {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
}
.tourdetail .tour-mainimage .ldarker {
  position:absolute;
  width:150px;
  height:600px;
  background:  linear-gradient(to right, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 100%);
  top:0px;
  left:calc(50% - 1110px);
}
.tourdetail .tour-mainimage .rdarker {
  position:absolute;
  width:150px;
  height:600px;
  background:  linear-gradient(to left, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 100%);
  top:0px;
  right:calc(50% - 1110px);
}


.tourdetail h1{
  text-align:center;
  color:#fff;
  margin-bottom:60px;
  text-shadow: 3px 2px 16px rgba(0, 0, 0, 0.8);
  height:210px;
}


.showgallerybtn{
  cursor:pointer;
}
.showgallery-xs{
  margin-top:135px;
}
.tourdetail .showgallery{
  margin-bottom:40px;
  background-color:rgba(0,0,0,0.3);
  font-weight:400;
  letter-spacing:1px;
}
.tourdetail .showgallery img{
  width:20px;
  margin-right:16px;
  margin-top:-4px;
}
.tourdetail .maingallery{
  background-color:rgba(0,0,0,0.9);
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:1000;
  visibility:hidden;
}

.tourdetail .maingallery .closegal{
  top:1vh;
  right:1vw;
  position:absolute;
  cursor:pointer;
  z-index:1000;
}
.tourdetail .maingallery .mainimg{
  margin-top:calc(1vh + 28px);
  color:#fff;
}
.tourdetail .maingallery .mainimg .mainimgbox{
  position:relative;
}

.tourdetail .maingallery .mainimg .mainimgbox .imgleft, .tourdetail .maingallery .mainimg .mainimgbox .imgright{
  position:absolute;
  transform: translateY(-50%);
  top:50%;
  width:100px;
  height:100px;
  cursor:pointer;
}



.tourdetail .maingallery .mainimg .mainimgbox .imgleft{
  left:0px;
  background-image:url('images/design/fotoleft.svg');
}
.tourdetail .maingallery .mainimg .mainimgbox .imgright{
  right:0px;
  background-image:url('images/design/fotoright.svg');
}


.tourdetail .maingallery .mainimg img{
    max-height: 65vh;
    display: block;
    margin: 0px auto 0px auto;
    max-width:100%;
}

.tourdetail .maingallery .fotoscroll{
  overflow: hidden;
  position: relative;
  height: calc(21vh + 20px);
  width:100%;
  margin-top:2vh;
  margin-left:0px;
  margin-right:0px;
}

.tourdetail .maingallery .fotobar{
  white-space:nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: -20px;
}
.tourdetail .maingallery .fotolist{
  white-space:normal;
  display:inline-block;
  float:none;
  margin-bottom:10px;
  padding-left:5px;
  padding-right:5px;
}
.tourdetail .maingallery .fotolist.active img{
  border:4px solid #00B7F2;
  border-radius:3px;
}



@media (max-width: 767px){
.tourdetail .tour-mainimage{
  height:300px;
}
.tourdetail h1{
  text-align:left;
  color:#000;
  margin-bottom:30px;
  text-shadow:none;
  height:auto;
}

.tourdetail .tour-mainimage .titlepicture {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:auto 300px;
}
.tourdetail .maingallery .mainimg{
  margin-top:18vh;
}
.tourdetail .maingallery .mainimg img{
    max-height: 29vh;
}
.tourdetail .maingallery .fotoscroll{
  height: calc(23vh + 20px);
}
.tourdetail .maingallery .fotolist.active img{
  border:2px solid #00B7F2;
  border-radius:2px;
}
.tourdetail .maingallery .mainimg .mainimgbox .imgleft, .tourdetail .maingallery .mainimg .mainimgbox .imgright{
  position:absolute;
  transform: translateY(-50%);
  top:50%;
  width:50px;
  height:50px;
  cursor:pointer;
  background-size:50px 50px;
}

}


.tourdetail .abouttour{
  padding-top:60px;
  padding-bottom:30px;
  margin-bottom:60px;
}
.tourdetail .abouttour h2{
  margin-bottom:30px;
}
.tourdetail .pickup, .tourdetail .guide, .tourdetail .freeboat, .tourdetail .meeting, .tourdetail .duration, .tourdetail .langs, .tourdetail .departures  {
  background-repeat:no-repeat;
  background-position: left top;
  line-height:18px;
  padding-left:45px;
  margin-bottom:30px;
}
.tourdetail .pickup span, .tourdetail .guide span, .tourdetail .freeboat span, .tourdetail .meeting span, .tourdetail .duration span, .tourdetail .langs span, .tourdetail .departures span{
  display:block;
  font-size:14px;
  margin-top:10px;
}

.tourdetail .pickup{
  background-image: url('images/design/free-pickup-icon.svg');
}
.tourdetail .guide{
  background-image: url('images/design/expert-guide-icon.svg');
}
.tourdetail .freeboat{
  background-image: url('images/design/gree-boat-icon.svg');
}
.tourdetail .meeting{
  background-image: url('images/design/meeting-point-icon.svg');
}
.tourdetail .duration{
  background-image: url('images/design/duration-icon.svg');
  min-height: 20px;
}
.tourdetail .langs{
  background-image: url('images/design/language-icon.svg');
}
.tourdetail .departures{
  background-image: url('images/design/calendar2-icon.svg');
}
.tourdetail .duration span{
  background-image: url('images/design/walking-icon.svg');
  background-repeat:no-repeat;
  background-position: left top;
  padding-left:15px;
}
.tourdetail .langs .hohoflags img{
  width:75%;
  margin-top:15px;
}
.tourdetail .booktour{
  text-align:center;
  position: relative;
}
.tourdetail .booktour .soldout{
  position:absolute;
  background-color: #f00;
  opacity: 0.6;
  top:50%;
  left:-30px;
  right:-30px;
  padding-top:30px;
  padding-bottom: 30px;
  transform: rotate(-45deg);
}
.tourdetail .booktour .soldout h3{
  color: #fff;
  opacity: 1.0;
  font-size:24px;
}

.tourdetail .booktour .datebutton{
  border: 2px solid #00C041;
  border-radius: 3px;
  text-align:left;
  cursor:pointer;
  padding-top:15px;
  padding-bottom:15px;
}
.tourdetail .bottombar .datechange{
  cursor:pointer;
  font-weight:700;
  color:#00C041;
}
.tourdetail .booktour .datebutton img{
  margin-left:30px;
  margin-right:30px;
  margin-top:-6px;
}
.tourdetail .booktour .datebutton span{
  font-weight:700;
  line-height:46px;
  border-left: 1px solid #C3C3C3;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:10px;
}

.tourdetail .booktour .paxbox{
  border: 2px solid #00C041;
  border-radius: 3px;
  text-align:left;
  margin-top:10px;
  width:100%;
  height:50px;
  display:table;
}

.tourdetail .booktour .paxbox .content{
  display: table-row;
  vertical-align: middle;
  height:46px;
}
.tourdetail .booktour .paxbox .counter{
  text-align:center;
  width:80px;
  display: table-cell;
  vertical-align: middle;
  height:46px;
}
.tourdetail .booktour .minus, .tourdetail .booktour .plus{
  float:left;
  line-height:24px;
  width:24px;
  text-align:center;
  margin-left:5px;
  margin-right:5px;
  cursor:pointer;
  margin-top:3px;
  display: table-cell;
  vertical-align: middle;
}
.tourdetail .booktour .minus:hover, .tourdetail .booktour .plus:hover{
  background-color: #D8D8D8;
  border-radius:50%;
}

.tourdetail .booktour .paxbox .pax{
  float:left;
}
.tourdetail .booktour .paxbox .age{
  display: table-cell;
  vertical-align: middle;
  height:46px;
  line-height:20px;
  font-weight:700;
}
.tourdetail .booktour .paxbox .age span{
  display:block;
  font-size:14px;
  line-height:16px;
  font-weight:400;
}
.tourdetail .booktour .paxbox .price{
  display: table-cell;
  vertical-align: middle;
  height:46px;
  text-align: right;
  font-size:16px;
  color:#000;
  font-weight:700;
  padding-right: 10px;
  line-height:20px;
}
.tourdetail .booktour .paxbox .price span{
  margin-left:8px;
  font-weight:700;
  text-decoration:none;
  font-size:14px;
  color:rgba(0,0,0,0.6);
  text-decoration:line-through;
  font-weight:400;
  display:block;
  line-height:16px;
}
.tourdetail .booktour .btn{
  margin-top:30px;
  margin-bottom:15px;
}

.tourdetail .booktour .confirmdate{
  border-top: 1px solid #E0E0E0;
  padding-top:10px;
}
.tourdetail .booktour .confirmdate .btn{
  margin-top:0px;
  margin-bottom:0px;
  #float:right;
}
.tourdetail .booktour .confirmdate span{
  float:left;
  margin-top:14px;
  font-size:14px;
  display:block;
}

.tourdetail .booktour .tourtime{
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 15px;
  text-align: center;
  padding:8px;
  border: 1px solid #B1B1B1;
  border-radius: 3px;
  float:left;
  margin-right:8px;
  margin-bottom:10px;
  cursor:pointer;
}
.tourdetail .booktour .tourtime.active{
  border: 2px solid #00C041;
  padding:7px;
  color: #00C041;
  font-weight:700;
}
.tourdetail .booktour select{
  height:46px;
  border: 2px solid #00C041;
  border-radius:2px;
  -webkit-border-radius: 2px;
}

.tourdetail .booktour .language{
  margin-top:10px;
}
.tourdetail .booktour .language label{
  display:block;
  float:left;
  width:30%;
  text-align:left;
  margin-top:10px;
}
.tourdetail .booktour .language select{
  width:70%;
}
@media (max-width: 767px){
.tourdetail .booktour .datebutton span{
  line-height:70px;
}

.tourdetail .booktour .paxbox .age{
  height:70px;
}
.tourdetail .booktour .paxbox .age{
  font-size:14px;
}
.tourdetail .booktour .paxbox .age span{
  display:block;
  font-size:11px;
  line-height:14px;
}
.tourdetail .booktour .paxbox .price{
  font-size:14px;
}
.tourdetail .booktour .paxbox .price span{
  font-size:11px;
  line-height:14px;
}
.tourdetail .booktour .paxbox .pax{
  margin-top:8px;
}
.tourdetail .booktour .minus, .tourdetail .booktour .plus{
  width:36px;
  line-height:36px;
  margin-top:16px;
  background-color: #D8D8D8;
  border-radius:50%;
  font-size:16px;
}
.tourdetail .booktour .plus{
  float:right;
}
.tourdetail .booktour .minus{
  margin-top:3px;
}
.tourdetail .booktour .minus:hover, .tourdetail .booktour .plus:hover{
  background-color: rgba(0,192,65,0.2);
  color:rgba(0,192,65,1);  
}

.tourdetail .booktour .confirmdate{
  margin-bottom:40px;
}

.tourdetail .booktour .confirmdate .btn{
  float:none;
  margin-top:10px;
}
.tourdetail .booktour .confirmdate span{
  float:none;
}

}











.tourmap{
  margin-bottom:100px;
}

.tourmap .mapa{
  width:100%;
  height:470px;
}

.tourmap span{
  background-image: url('images/design/mappin.svg');
  background-repeat:no-repeat;
  background-position: left center;
  padding-left:30px;
  line-height: 50px;
  display: block;
}

.mapinfo{
  width:200px;
}
.mapinfo h3{
  font-size:18px;
}
.mapinfo img{
  width:200px;
}


.tourdetail .departures{
  margin-bottom:80px;
} 
.tourdetail .departures h2{
  margin-bottom:30px;
}
.tourdetail .departures ul{
  padding-left:20px;
}
.tourdetail .departures li{
  margin-bottom:20px;
}

.tourdetail .departures a{
  display:inline-block;
  text-decoration:none;
  color:#000;
  font-family: 'Rubik';
  font-weight:700;
}
.tourdetail .departures a:hover{
  text-decoration:none;
}
.tourdetail .departures a:after{
  content: "\e092";
  margin-left:10px;
  font-family: 'Glyphicons Halflings';
  font-size:14px;
  text-decoration:none;
}
.tourdetail .departures .lowline{
  margin-top: 14px;
  line-height: 18px;
  display: inline-block;
}




.tourdetail .fulldesc{
  padding-top:70px;
  padding-bottom:80px;
  margin-bottom:86px;
}
.tourdetail .fulldesc h2{
  margin-bottom:30px;
}
.tourdetail .fulldesc p{
  margin-bottom:20px;
  text-align:justify;
}
.tourdetail .fulldesc ul{
  text-align:justify;
}
.tourdetail .fulldesc .imgdesc{
  font-size:14px;
  line-height:16px;
  margin-bottom:0px;
  margin-top:8px;
  text-align:left;
}
.tourdetail .fulldesc .showgallery{
  position:absolute;
  bottom:15px;
  margin-bottom:0px;
  left:50%;
  transform: translateX(-50%);
}

.tourdetail .fulldesc .maindetail p{
  margin-bottom:8px;
}
.tourdetail .fulldesc .maindetail ul{
  padding:0px;
  margin:0px;
  list-style: none;
  margin-bottom:15px;
}
.tourdetail .fulldesc .maindetail li{
  padding:0px;
  margin:0px;
  line-height:1.43;
  margin-bottom:8px;
}
.tourdetail .fulldesc .maindetail li:before
{
  content: "\e250";
  margin-right:10px;
  font-family: 'Glyphicons Halflings';
  font-size:14px;
  color:#00C041;
}



.tourdetail .addinfo p, .tourdetail .addinfo ul{
  border-bottom: 1px solid #979797;
  padding-bottom:30px;
}
.tourdetail .addinfo h2{
  margin-bottom:15px;
}
.tourdetail .addinfo h3{
  margin-top:30px;
  margin-bottom:15px;
}


.tourdetail .simmilartours{
  margin-bottom:70px;
} 



.tourdetail .bottombar{
  position:fixed;
  background-color: #FFFFFF;
  bottom:0px;
  left:0px;
  right:0px;
  height:120px;
  box-shadow: 0 -2px 11px 0 rgba(0,0,0,0.11), 0 -12px 14px 0 rgba(0,0,0,0.07);
  z-index:1000;
  padding-top:15px;
}
.tourdetail .bottombar .youllsee{
 column-count:3
}
.tourdetail .bottombar .youllsee ul{
  padding:0px;
  margin:0px;
  list-style: none;
}
.tourdetail .bottombar .youllsee li{
  padding:0px;
  margin:0px;
}
.tourdetail .bottombar .youllsee li:before
{
  content: "\e013";
  margin-right:10px;
  font-family: 'Glyphicons Halflings';
  font-size:14px;
  color:#00C041;
}


.tourdetail .highlights ul{
  padding:0px;
  margin:0px;
  list-style: none;
}
.tourdetail .highlights li{
  padding:0px;
  margin:0px;
  line-height:30px;
}
.tourdetail .highlights li:before
{
  content: "\e013";
  margin-right:10px;
  font-family: 'Glyphicons Halflings';
  font-size:14px;
  color:#00C041;
}

.tourdetail .bottombar .book{
  text-align:right;
 column-count:3
}
.tourdetail .bottombar .book .date{
  font-size:16px;
  line-height:16px;
}
.tourdetail .bottombar .book button{
  display:inline;
  white-space:normal;
  padding-left:4px;
  padding-right:4px;
  font-size:16px;
  font-weight:400;
}

@media (max-width: 767px){

.tourdetail h2{
	font-family: Rubik;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 15px;
  text-transform:uppercase;
  font-weight:normal;
  margin-bottom:10px;
}

.tourdetail .abouttour{
  padding-top:0px;
  margin-top:30px;
  margin-bottom:30px;
}
.abouttour{
  background:#fff;
  padding-left:0px;
  padding-right:0px;
}

.tourdetail .booktour{
  box-shadow: 0 2px 11px 0 rgba(0,0,0,0.11), 0 12px 14px 0 rgba(0,0,0,0.07);
}

.tourmap {
   margin-bottom: 30px;
}
.tourdetail .departures {
   margin-bottom: 30px;
}

.tourdetail .bottombar{
  height:70px;
  padding-top:7px;
}
.tourdetail .bottombar .book{
 text-align:center;
 column-count:2;
}



}


.meetingpoint{
  margin-top:48px;
  margin-bottom:150px;
}
.meetingpoint p{
  font-size: 20px;
	line-height: 35px;
  text-align: center;
}
.meetingpoint .mapcontainer{
  text-align:center;
  position:relative;
}
.meetingpoint .mapcontainer .btn-success{
  background-color:#fff;
  position:absolute;
  bottom:30px;
  left: 50%;
  transform: translateX(-50%);
  padding-left:90px;
  padding-right:90px;
}
.meetingpoint .mapcontainer .btn-success:hover{
  background-color:#00B7F2;
}
.meetingpoint .mapa{
  height:400px;
  margin-top:30px;
}





.showdate, .showtime{
  display:inline;
}



.privatebox{
  border: 1px solid #E0E0E0;
  margin-left:0px;
  margin-right:1px;
  position:relative;
}
.privatebox.last{
  margin-bottom:260px;
}


.privatebox .info{
  font-size: 18px;
  line-height: 30px;
  padding-top:60px;
  padding-left:60px;
}
.privatebox .info span{
  margin-bottom:30px;
  display:block;
}

.privatebox .info h2{
  margin-bottom:40px;
}

.privatebox img{
  width:168px;
  height:168px;
  display:block;
  position:absolute;
  bottom:-30px;
  left:60px;
}
.privatebox img.placka2{
  left:360px;
}
.privatebox .title{
  background-image: url('images/design/privatebox-bg.jpg');
  background-repeat:no-repeat;
  background-position: right center;
  height:401px;
  color:#fff;
  font-size:92px;
  font-family: Rubik;
  font-weight:bold;
  text-align:right;
  padding-right:175px;
  line-height:100px;
  padding-top:100px;
  text-shadow: 3px 2px 16px rgba(0, 0, 0, 0.8) ;
}


@media (max-width: 767px){
.tourcattitle{
  margin-top:15px;
  margin-bottom:15px;
}

.privatebox .title{
  height:200px;
  font-size:42px;
  padding-right:40px;
  line-height:50px;
  margin-top:25px;
  padding-top:50px;
  background-size:140%;
}
.privatebox img{
  width:109px;
  height:109px;
  bottom:-25px;
  left:25px;
}
.privatebox img.placka2{
  left:15px;
}
.privatebox .info{
  font-size: 16px;
  line-height: 20px;
  padding-top:25px;
  padding-left:25px;
} 
.privatebox.last{
  margin-bottom:40px;
}

}













.contacts, .salespoints{
  text-align:center;
}
.contacts h1{
  margin-bottom:60px;
}
.contacts .vizitka{
  color:#000;
  font-size:24px;
  line-height:28px;
  font-family: 'Rubik';
  font-weight:700;
}
.contacts .vizitka span{
  display:block;
}
.contacts .vizitka .telefon{
  margin-top:12px;
  margin-bottom:2px;
}
.contacts .vizitka .email{
  margin-top:22px;
}

.salespoints h2{
  font-size: 48px;
  line-height: 56px;
  margin-top:100px;
  margin-bottom:30px;
}

.salespoints .salespoint{
  text-align:left;
}
.salespoints .salespoint .content{
  box-shadow: 0 2px 11px 0 rgba(0,0,0,0.11), 0 12px 14px 0 rgba(0,0,0,0.07);
  width:100%;
  height:160px;
  margin-bottom:30px;
  padding-right:15px;
}


.salespoints .salespoint .content img{
  float:left;
  margin-right:30px;
}
.salespoints .salespoint .content .uppercase{
  color: #5F666D;
  padding-top:30px;
  margin-bottom:5px;
}
.salespoints .salespoint .content h3{
  height:56px;
}
.salespoints .salespoint .content a{
}
.salespoints .mapa{
  height:400px;
  width:100%;
  margin-top:60px;
  margin-bottom:170px;
}

.headquarters{
  margin-bottom:70px;
}
.headquarters h3{
  margin-top:32px;
}




@media (max-width: 767px){
.contacts .vizitka{
  font-size:18px;
}
.salespoints h2{
  font-size: 30px;
  line-height: 32px;
}
.salespoints .mapa{
  margin-bottom:30px;
  margin-top:0px;
}
.headquarters{
  margin-bottom:10px;
}

}

.whyustitle{
  text-align:center;
}
.whyustitle p{
  font-size: 20px;
	line-height: 40px;
  margin-top:16px;
  margin-bottom:96px;
}

.whyus-title{
  text-align:center;
  margin-bottom:118px;
}
.whyus-title h2{
  margin-bottom:47px;
}
.whyus-title .col-sm-4{
  padding-left:30px;
  padding-right:30px;
}
.whyus-title .bignumber{
	font-family: Rubik;
	font-size: 100px;
	font-weight: bold;
	line-height: 118px;
  color: white;
  text-shadow: -1px -1px 0 #00B7F2, 1px -1px 0 #00B7F2, -1px 1px 0 #00B7F2, 1px 1px 0 #00B7F2;  
}
.whyus-title span{
  display:block;
  color: #00B7F2;
	font-family: Rubik;
  margin-bottom:20px;
}
.whyus-title .tripadvisor{
  display:block;
	height: 76px;
	width: 76px;
	border: 2px solid #00B7F2;
	background-color: #FFFFFF;
  float:left;
  border-radius:50%;
  background-repeat:no-repeat;
  background-position:center center;
  background-image: url('images/design/tripadvisor-icon-g.svg');
}
.whyus-title .tatext{
  text-align:left;
  display:block;
  float:right;
  width: calc(100% - 90px);
  padding-top:6px;
}
.whyus-title .more{
  margin-top:60px;
}

.whyus-main{
  margin-bottom:40px;
  margin-top:40px;
}


.whyusbox{
  margin-bottom:130px;
}

.whyusbox h2{
  font-family: Rubik;
  font-size: 64px;
  font-weight: bold;
  line-height: 76px;
  color: #F6F6F6;
  text-shadow: -1px -1px 0 #00B7F2, 1px -1px 0 #00B7F2, -1px 1px 0 #00B7F2, 1px 1px 0 #00B7F2;
  margin-top:80px;  
}
.whyusbox h2 span{
	opacity: 0.8;
	color: #00B7F2;
	font-family: Rubik;
	font-size: 16px;
	line-height: 30px;
  display:block;
  text-shadow:none;
  font-weight:normal;
  margin-bottom:20px;
}

.whyusbox p{
	font-family: "PTSans";
	font-size: 16px;
	line-height: 25px;
  margin-bottom:30px;
}

.whyusbox .imgleft{
  padding-right:0px;
  overflow:hidden;
}
.whyusbox .imgright{
  padding-left:0px;
  overflow:hidden;
}
.whyusbox .imgright img, .whyusbox .imgleft img{
  height:100%;
  width:auto;
}


@media (max-width: 767px){
.whyustitle p{
  font-size: 14px;
	line-height: 20px;
  margin-top:16px;
  margin-bottom:7px;
}

.whyus-title .bignumber{
	font-size: 64px;
	line-height: 76px;
  margin-top:48px;
}

.whyusbox{
  padding-left:0px;
  padding-right:0px;
  margin-bottom:60px;
}
.whyusbox h2{
  font-size: 40px;
  line-height: 47px;
  margin-top:30px;  
}
.whyusbox p{
 margin-bottom:50px;
}
.whyusbox .imgleft, .whyusbox .imgright{
  padding-right:0px;
  padding-left:0px;
}
.whyusbox .imgright img, .whyusbox .imgleft img{
  height:auto;
  width:100%;
}

}


.inspirations{
  margin-bottom:100px;
}
.inspirations .content{
  padding:40px;
  color:#fff;
}

.inspirations .content p{
  font-size: 18px;
  line-height: 30px;
  opacity: 0.8;
  margin-bottom:20px;
  height:60px;
}
.inspirations .content h2{
  margin-bottom:20px;
}

.inspiration1 .content{
  background-color: #00C041;
}
.inspiration2 .content{
  background-color: #E22C2E;
}
.inspiration3 .content{
  background-color: #276DA5;
}
.inspiration4 .content{
  background-color: #36974D;
}
.inspiration5 .content{
  background-color: #7A7161;
}
.inspiration6 .content{
  background-color: #0A1D69;
}


@media (max-width: 767px){
.inspirations{
  margin-bottom:10px;
  margin-top:30px;
}

.inspirations .content{
  padding:20px;
}
.inspirations .content p{
  font-size: 14px;
  line-height: 20px;
}
}


.inspirationdetail .inspiration-mainimage{
  position:absolute;
  top:0px;
  left:0px;
  z-index:-1;
  height:600px;
  width:100%;
  overflow:hidden;
}
.inspirationdetail .inspiration-mainimage .titlepicture {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
}

.inspirationdetail .inspiration-mainimage .ldarker {
  position:absolute;
  width:150px;
  height:600px;
  background:  linear-gradient(to right, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 100%);
  top:0px;
  left:calc(50% - 1110px);
}
.inspirationdetail .inspiration-mainimage .rdarker {
  position:absolute;
  width:150px;
  height:600px;
  background:  linear-gradient(to left, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 100%);
  top:0px;
  right:calc(50% - 1110px);
}


.inspirationdetail h1{
  text-align:center;
  color:#fff;
  margin-bottom:293px;
  text-shadow: 3px 2px 16px rgba(0, 0, 0, 0.8);
}
.inspirationdetail h2{
  margin-bottom:30px;
}

.inspirationdetail .inspiration{
  padding-top:70px;
  padding-bottom:70px;
}
.inspirationdetail .inspiration p{
  margin-bottom:25px;
}

.inspirationdetail .inspiration ul{
  padding:0px;
  margin:0px;
  list-style: none;
}
.inspirationdetail .inspiration li{
  padding:0px;
  margin:0px;
  line-height:40px;
}
.inspirationdetail .inspiration li:before
{
  content: "\e013";
  margin-right:10px;
  font-family: 'Glyphicons Halflings';
  font-size:14px;
  color:#00C041;
}

.inspirationdetail .inspirationlist{
  padding-top:90px;
  padding-bottom:70px;
  margin-bottom:75px;
}
.inspirationdetail .inspirationlist h2{
  margin-bottom:45px;
}


@media (max-width: 767px){

.inspirationdetail .inspiration-mainimage .titlepicture {
  width: 100%;
  height: 373px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size:auto 373px;
}
.inspirationdetail h1{
  margin-top:80px;
  margin-bottom:0px;
  height:200px;
}
.inspirationdetail .inspiration{
  padding-top:20px;
  padding-bottom:30px;
}
.inspirationdetail h2{
  margin-bottom:10px;
	font-family: Rubik;
	font-size: 13px;
	letter-spacing: 3px;
	line-height: 15px;
  text-transform:uppercase;
  font-weight:400;
}
.inspirationdetail .inspiration li{
  line-height:25px;
}
.inspirationdetail .inspiration ul{
  margin-bottom:15px;
}
.inspirationdetail .inspiration p{
  margin-bottom:15px;
}
.inspirationdetail .inspirationlist{
  padding-left:0px;
  padding-right:0px;
  padding-top:30px;
  padding-bottom:0px;
  margin-bottom:30px;
}
.inspirationdetail .inspirationlist h2{
  margin-bottom:15px;
}
.inspirationdetail .inspirations{
  margin-top:0px;
}

}

.inspirationdetail .toursscroll{
  overflow: hidden;
  position: relative;
  height: 352px;
}

.inspirationdetail .toursbar{
  white-space:nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: -20px;
}
.inspirationdetail .tourlist{
  white-space:normal;
  display:inline-block;
  float:none;
  margin-bottom:10px;
}
.inspirationdetail .tourlist .border{
  left:15px;
  right:15px;
}




.carttimer{
  line-height:50px;
  margin-top:46px;
  background:url('images/design/hourglass-icon.svg') no-repeat 20px center/10px, linear-gradient(to right, #276DA5 50px, #00B7F2 0%);
  color:#fff;
}



.cart{
  margin-top:50px;
  margin-bottom:80px;
}

.cart .cartitem{
  border: 1px solid #E0E0E0;
  padding:15px;
  margin-bottom:30px;
  background-color:#fff;
}
.cart .cartitem.has-error{
  color:#E22C2E;
  border: 1px solid #E22C2E;
}
.cart .cartitem .imgcol{
  padding-right:0px;
}
.cart .cartitem .tour{
  padding-bottom:15px;
}
.cart .cartitem .tour h3{
  font-size:18px;
  line-height:30px;
}
.cart .cartitem .tour p{
  font-size:16px;
  line-height:30px;
}
.cart .cartitem .tour p span{
  display:block;
}
.cart .cartitem .action{
  padding:15px;
  padding-bottom:0px;
  margin-left:-15px;
  margin-right:-15px;
  border-top: 1px solid #E0E0E0;
}
.cart .cartitem .action .btn{
  float:left;
  padding-left:50px;
  padding-right:50px;
}
.cart .cartitem .action p{
  float:right;
  line-height:56px;
  color:#00B7F2;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Rubik';
}
.cart .cartitem .action p span{
  color:#000000;
  opacity: 0.4;
  margin-right:30px;
  text-decoration: line-through;
}
.cart .cartitem .trash{
  float:left;
  width:30px;
  height:40px;
  background-image:url('images/design/ico-trash.svg');
  background-repeat:no-repeat;
  background-position:center center;
  margin-left:30px;
  margin-top:5px;
  cursor:pointer;
}

.cart .cartprice{
  border-bottom: 1px solid #E0E0E0;
  padding-bottom:22px;
  margin-bottom:30px;
}
.cart .cartprice p{
  float:left;
  line-height: 30px;
  font-size: 16px;
}
.cart .cartprice span{
  float:right;
  line-height: 30px;
  font-size: 16px;
}
.cart .cartprice .carttotal{
  font-size: 18px;
  font-weight: bold;
  font-family: 'Rubik';
}
.recomendedtours{
  margin-bottom:140px;
}
.recomendedtours h2{
  margin-bottom:12px;
}
.recomendedtours p{
  line-height:30px;
  margin-bottom:40px;
}


.recomendedtours .toursscroll{
  overflow: hidden;
  position: relative;
  height: 423px;
}

.recomendedtours .toursbar{
  white-space:nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: -20px;
}
.recomendedtours .tourlist{
  white-space:normal;
  display:inline-block;
  float:none;
  margin-bottom:10px;
}
.recomendedtours .tourlist .btn{
  margin-left:15px;
  margin-bottom:15px;
}
.recomendedtours .tourlist .border{
  border: 1px solid #E0E0E0;
  position: absolute;
  top:0px;
  left:15px;
  right:15px;
  bottom:0px;
  z-index:-10;
}

.cartedit{
  background-color: rgba(0,0,0,0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  visibility: hidden;
}
.cartedit .items{
  background-color:#fff;
  position:absolute;
  transform: translate(-50%,-50%);
  top:50%;
  left:50%;
  padding:15px;
}


.cartedit .items{
  text-align:center;
}
.cartedit .items .datebutton{
  border: 2px solid #00C041;
  border-radius: 3px;
  text-align:left;
  cursor:pointer;
}
.cartedit .items .datebutton img{
  margin-left:30px;
  margin-right:30px;
  margin-top:-6px;
}
.cartedit .items .datebutton span{
  font-weight:700;
  line-height:46px;
  border-left: 1px solid #C3C3C3;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:10px;
}

.cartedit .items .paxbox{
  border: 2px solid #00C041;
  border-radius: 3px;
  text-align:left;
  margin-top:10px;
  width:100%;
  height:50px;
  display:table;
}

.cartedit .items .paxbox .content{
  display: table-row;
  vertical-align: middle;
  height:46px;
}
.cartedit .items .paxbox .counter{
  text-align:center;
  width:80px;
  display: table-cell;
  vertical-align: middle;
  height:46px;
}
.cartedit .items .minus, .cartedit .items .plus{
  float:left;
  line-height:24px;
  width:24px;
  text-align:center;
  margin-left:5px;
  margin-right:5px;
  cursor:pointer;
  margin-top:3px;
  display: table-cell;
  vertical-align: middle;
}
.cartedit .items .minus:hover, .cartedit .items .plus:hover{
  background-color: #D8D8D8;
  border-radius:50%;
}

.cartedit .items .paxbox .pax{
  float:left;
}
.cartedit .items .paxbox .age{
  display: table-cell;
  vertical-align: middle;
  height:46px;
  line-height:20px;
  font-weight:700;
}
.cartedit .items .paxbox .age span{
  display:block;
  font-size:14px;
  line-height:16px;
  font-weight:400;
}
.cartedit .items .paxbox .price{
  display: table-cell;
  vertical-align: middle;
  height:46px;
  text-align: right;
  font-size:16px;
  color:#000;
  font-weight:700;
  padding-right: 10px;
  line-height:20px;
}
.cartedit .items .paxbox .price span{
  margin-left:8px;
  font-weight:700;
  text-decoration:none;
  font-size:14px;
  color:rgba(0,0,0,0.6);
  text-decoration:line-through;
  font-weight:400;
  display:block;
  line-height:16px;
}
.cartedit .items .btn{
  margin-top:30px;
  margin-bottom:15px;
}

.cartedit .items .confirmdate{
  border-top: 1px solid #E0E0E0;
  padding-top:10px;
}
.cartedit .items .confirmdate .btn{
  margin-top:0px;
  margin-bottom:0px;
  float:right;
}
.cartedit .items .confirmdate span{
  float:left;
  margin-top:14px;
  font-size:14px;
  display:block;
}

.cartedit .items .tourtime{
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 15px;
  text-align: center;
  padding:8px;
  border: 1px solid #B1B1B1;
  border-radius: 3px;
  float:left;
  margin-right:8px;
  margin-bottom:10px;
  cursor:pointer;
}
.cartedit .items .tourtime.active{
  border: 2px solid #00C041;
  padding:7px;
  color: #00C041;
  font-weight:700;
}


@media (max-width: 767px){
.cartedit .items .datebutton span{
  line-height:70px;
}
.cartedit .items .paxbox{
  width: calc(100vw - 45px);
}
.cartedit .items .paxbox .age{
  height:70px;
}
.cartedit .items .paxbox .age{
  font-size:14px;
}
.cartedit .items .paxbox .age span{
  display:block;
  font-size:11px;
  line-height:14px;
}
.cartedit .items .paxbox .price{
  font-size:14px;
}
.cartedit .items .paxbox .price span{
  font-size:11px;
  line-height:14px;
}
.cartedit .items .paxbox .pax{
  margin-top:8px;
}
.cartedit .items .minus, .cartedit .items .plus{
  width:36px;
  line-height:36px;
  margin-top:16px;
  background-color: #D8D8D8;
  border-radius:50%;
  font-size:16px;
}
.cartedit .items .plus{
  float:right;
}
.cartedit .items .minus{
  margin-top:3px;
}
.cartedit .items .minus:hover, .cartedit .items .plus:hover{
  background-color: rgba(0,192,65,0.2);
  color:rgba(0,192,65,1);  
}

.cartedit .items .confirmdate{
  margin-bottom:40px;
}

.cartedit .items .confirmdate .btn{
  float:none;
  margin-top:10px;
}
.cartedit .items .confirmdate span{
  float:none;
}

}




























@media (max-width: 767px){
.carttimer{
  line-height: 30px;
  padding-left: 60px;
  text-align: left;
}
.cart{
  margin-top:30px;
  margin-bottom:30px;
}
.cart .cartitem{
  border-left:none;
  border-right:none;
  padding-left:0px;
  padding-right:0px;
}
.cart .cartitem .cartphoto{
  padding-right:0px;
}
.cart .cartitem .cartphoto p{
  font-size:14px;
}
.cart .cartitem .salebar{
  font-size:10px;
  line-height:12px;
  font-weight:400;
  letter-spacing:1px;
}
.cart .cartitem .tour{
  padding-left:0px;
  padding-right:0px;
}
.cart .cartitem .action {
  margin-right:0px;
  margin-left:0px;
  padding:0px;
  padding-top:15px;
}
.cart .cartitem .action .btn{
  padding-left:20px;
  padding-right:20px;
}
.cart .cartitem .trash{
  margin-left:15px;
}
.cart .cartitem .action p{
  line-height:28px;
  text-align:right;
}
.cart .cartitem .action p span{
  display:block;
  margin-right:0px;
}

}




.checkout{
  margin-bottom:60px;
}
.checkout ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.checkout li {
  counter-increment: my-awesome-counter;
	font-family: Rubik;
	font-size: 32px;
	font-weight: bold;
  line-height: 36px;
  margin-top:60px;
}
.checkout li::before {
  content: counter(my-awesome-counter);
  width:100px;
  height:100px;
  background-image: url('images/design/li-triangle.svg');
	color: #00B7F2;
	font-family: Rubik;
	font-size: 32px;
	font-weight: bold;
  display:block;
  line-height:100px;
  text-align:center;
  float:left;
  margin-left:-120px;
  margin-top:-30px;
}

.checkout label{
  display:block;
  float:none;
	color: #5F666D;
	font-size: 16px;
	line-height: 30px;
  font-weight:400;
}
.checkout .note{
	opacity: 0.8;
	color: #000000;
	font-size: 14px;
	line-height: 19px;
  display:block;
}


.checkout .pickups{
  border-bottom:1px solid #E0E0E0;
}
.checkout .pickups p{
  font-weight:700;
}
.checkout .pickups span{
  border-left:8px;
  display:block;
  font-weight:400;
}
.checkout .pickups span.pickavail:before{
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  color:#00C041;
  margin-right:8px;
}
.checkout .pickups span.picknoavail:before{
  content: "\e014";
  font-family: 'Glyphicons Halflings';
  color:#E22C2E;
  margin-right:8px;
}

.checkout .content input {
    position: absolute;
    display:none;
    cursor: pointer;
}  
.checkout .radio label, .checkbox label {
    padding-left: 30px;  
}    
.checkout .checkmark {
    position: absolute;
    top: 6px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
}
.checkout .content:hover input ~ .checkmark {
    background-color: #fff;
}
.checkout .content input:checked ~ .checkmark {
    background-color: #fff;
}
.checkout .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkout .content input:checked ~ .checkmark:after {
    display: block;
}
.checkout .content .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000;
}
.checkout .phone{
  border-left:none;
}

.checkout .phonecode{
  width:83px;
  height:44px;
  border-right:none;
}
.checkout .input-group-addon{
  border-radius:0px;
  border:none;
  padding:0px;
  background-color:transparent;
}

.checkout .securepay{
  line-height:50px;
  margin-top:30px;
  background:url('images/design/secured-icon-w.svg') no-repeat 17px center/15px, linear-gradient(to right, #276DA5 50px, #00B7F2 0%);
  color:#fff;
  padding-left:60px; 
  margin-bottom:30px;                                
}

.checkout .paypal{
  padding-bottom:30px;
  border-bottom: 2px solid #E0E0E0;
  margin-bottom:30px;
}
.checkout .paycancel{
  color:#E22C2E;
  font-weight:700;
  width:100%;
  margin-top:4px;
  border-top:2px solid #E22C2E; 
}
.checkout .radio img{
  height:20px;
  margin-right:12px;
}

.checkout .cartitem .tour h3{
  line-height:20px;
  margin-bottom:8px;
}

.checkout .cartitem .tour span{
  float:left;
}
.checkout .cartitem .tour .unitprice{
  float:right;
  font-weight:700;
  display:block;
  line-height:16px;
  margin-bottom:15px;
  text-align:right;
}
.checkout .cartitem .tour .unitprice span{
  text-decoration: line-through;
  color: #5F666D;
  font-size:14px;
  display:block;
  float:none;
}

@media (max-width: 767px){
.checkout li {
	font-size: 24px;
  line-height: 30px;
  margin-top:40px;
}

.checkout li::before {
  text-align: right;
  float: left;
  margin-left: -100px;
  padding-right: 28px;
  margin-top:-65px;
}
}


.touroff{
  color:#fff;
  background-color:#E22C2E;
  padding:15px;
  margin-left:-15px;
  margin-right:-15px;
  margin-bottom:-15px;
  cursor:pointer;
  font-weight:700;
}

.touroff span{
  float:right;
  font-weight:400;
}
.touroff span::after{
  content: "\e088";
  font-family: 'Glyphicons Halflings';
  font-size:20px;
  display:block;
  float:right;
  margin-left:8px;
}






.privatequote .norb{
  border-right:none;
}
.privatequote .input-group-addon{
  border-radius:0px;
  border: 1px solid #5F666D;
  border-left:none;
  background-color: transparent;
}

.privatequote .paxbox{
  border: 2px solid #00C041;
  border-radius: 3px;
  text-align:left;
  width:100%;
  height:50px;
  display:table;
}

.privatequote .paxbox .counter{
  text-align:center;
  display: table-cell;
  vertical-align: middle;
  height:46px;
}
.privatequote .paxbox .pax{
  float:left;
  width:190px;
}
.privatequote .minus, .privatequote .plus{
  float:left;
  line-height:24px;
  width:24px;
  text-align:center;
  margin-left:5px;
  margin-right:5px;
  cursor:pointer;
  margin-top:3px;
  display: table-cell;
  vertical-align: middle;
}
.privatequote .minus:hover, .privatequote .plus:hover{
  background-color: #D8D8D8;
  border-radius:50%;
}


.privatequote .content input {
    position: absolute;
    display:none;
    cursor: pointer;
}  
.privatequote .radio label, .checkbox label {
    padding-left: 30px;  
}    
.privatequote .radiomark {
    position: absolute;
    top: 6px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
}
.privatequote .content:hover input ~ .radiomark {
    background-color: #fff;
}
.privatequote .content input:checked ~ .radiomark {
    background-color: #fff;
}
.privatequote .radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

.privatequote .content input:checked ~ .radiomark:after {
    display: block;
}
.privatequote .content .radiomark:after {
 	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000;
}



.privatequote .customcheck {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight:400;
    font-size:14px;
}

.privatequote .customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.privatequote .checkmark2 {
    position: absolute;
    top: 6px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #979797;
    border-radius:3px;
}


.privatequote .customcheck input:checked ~ .checkmark2 {
    background-color: #00C041;
    border:none;
}

.privatequote .checkmark2:after {
    content: "\e013";
    font-size: 10px;
    line-height:17px;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    display: none;
    color:#fff;
    left:3px;
}

.privatequote .customcheck input:checked ~ .checkmark2:after {
    display: block;
}







.generalcond{
  margin-bottom:50px;
  text-align:justify;
}

.generalcond ol, .generalcond p{
  line-height:20px;
}

.generalcond h1{
  text-align:center;
  margin-bottom:40px;
}

.generalcond ol, .generalcond ul{
  margin-left:8px;
  padding-left:10px;
}
.generalcond ol.level1 li{
  margin-top:15px;
  font-weight:700;
  margin-bottom:6px;
}

.generalcond ol.level2{
}
.generalcond ol.level2 li{
  font-weight:400;
  margin-top:0px;
}

.generalcond ol.level3{
  list-style-type: lower-alpha;
}
.generalcond ol.level3 li{
  font-weight:400;
  margin-top:0px;
}

.generalcond ol.level4{
  list-style-type: upper-roman;
}
.generalcond ol.level4 li{
  font-weight:400;
  margin-top:0px;
}











.footer{
	background-color: #FFFFFF;
	box-shadow: 0 -2px 11px 0 rgba(0,0,0,0.11), 0 -12px 14px 0 rgba(0,0,0,0.07);
}
.footer a{
  color:#000;
}

.footer .menu{
  box-shadow: inset 0 -1px 0 0 rgba(213,213,213,0.5);
  height:100px;
  padding-top:27px;
  margin-bottom:37px;
}

.footer .menu .search{
  float:left;
  margin-top:8px;
  background-image: url('images/design/search-icon.svg');
  background-repeat:no-repeat;
  background-position:left center;
  padding-left:30px;
}

.footer .menu .glyphicon{
  font-size:80%;
  margin-left:10px;
}
.footer .menu .dropdowns{
  float:right !important;
}
.footer .menu .dropdown{
  display:inline-block;
}




.footer .vizitka{
	height: 226px;
	width: 100%;
	border-radius: 8px;
	background-color: #00B7F2;
  color:#fff;
  font-size:24px;
  line-height:28px;
  font-family: 'Rubik';
  font-weight:700;
  padding:26px;
  padding-top:77px;
  position:relative;
  margin-top:13px;
}
.footer .vizitka img{
  position:absolute;
  top:24px;
  width:108px;
  right:16px;
}
.footer .vizitka span{
  display:block;
}
.footer .vizitka .telefon{
  margin-top:12px;
  margin-bottom:2px;
}
.footer .vizitka .email{
  margin-top:22px;
}

.footer .aboutmenu span, .footer .aboutmenu a{
  display:block;
  line-height:40px;
}


.footer .socky span{
  display:block;
  line-height:40px;
}
.footer .socky .socka{
  display:inline-block;
	height: 45px;
	width: 45px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
  border-radius:50%;
  margin-right:20px;
  margin-top:13px;
  background-repeat:no-repeat;
  background-position:center center;
}
.footer .socky .socka-f{
  background-image: url('images/design/facebook-icon.svg');
}
.footer .socky .socka-i{
  background-image: url('images/design/instagram-icon.svg');
}
.footer .socky .socka-t{
  background-image: url('images/design/tripadvisor-icon.svg');
}
.footer .socky .socka:hover{
  text-decoration:none;
}


.footer .payments span{
  display:block;
  background-repeat:no-repeat;
  background-position:left center;
  background-image: url('images/design/secured-icon.svg');
  line-height:23px;
  min-height:18px;
  padding-left:23px;
  margin-top:30px;  
  background-size:14px;
}
.footer .payments img{
  height:19px;
  margin-right:50px;
  margin-top:10px;
}




.footer .terms{
  font-size:14px;
  line-height:18px;
  padding-top:30px;
  padding-bottom:30px;
  box-shadow: inset 0 1px 0 0 rgba(213,213,213,0.5);
  margin-top:50px;
}
.footer .terms a{
  margin-top:18px;
  display:block;

}
.footer .terms p{
  margin-top:18px;
  display:block;
  font-size:14px;

}




.footershift{
  margin-bottom:130px;
}


@media (max-width: 767px){
.footer{
  padding:0px;
  margin-top:40px;
}
.footer .menu{
  height:70px;
  padding-top:24px;
}
.footer .menu .search{
  margin-top:0px;
}

.footer .menu .glyphicon{
  margin-left:6px;
}


.footer .vizitka{
  padding-top:27px;
  font-size:18px;
  text-align:center;
  height:auto;
}
.footer .payments img{
  height:17px;
  margin-right:8px;
}
.footer .terms{
  padding-top:10px;
}
.footer .terms .copyright{
  padding-top:19px;
  box-shadow: inset 0 1px 0 0 rgba(213,213,213,0.5);
  margin-top:9px;
}
}




.statictext{
  margin-bottom:60px;
}

.statictext h1{
  margin-bottom:30px;
}
.statictext h2{
    font-size: 20px;
    font-family: 'PTSans';
    line-height: 30px;
    color: #5F666D;
    font-weight: normal;
    margin-bottom:30px;
}
.statictext p{
  text-align:justify;
}



.stores{
  margin-top:40px;
  margin-bottom:40px;
}







.cookieconsent-old{
 position: sticky;
 bottom: 0px;
 text-align: center;
 background-color: rgba(0,0,0,0.85);
 color:#fff;
 border-top: 1px solid #000;
 font-size:16px;
 padding-top:15px;
 padding-bottom:15px;
 z-index:100000;
}

.cookieconsent2{
    position: fixed;
    top: 50vh;
    width:100vw;
 text-align: center;
 background-color: rgba(0,0,0,0.75);
 color:#fff;
 border-top: 1px solid #000;
 font-size:16px;
 padding-top:15px;
 padding-bottom:15px;
 z-index:100000;
}

.cookieconsent{
    position: fixed;
    top: 10vh;
    width: 80vw;
    text-align: center;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    padding:60px;
    border: 8px solid #000;
    font-size: 16px;
    padding-top: 35vh;
    padding-bottom: 15px;
    z-index: 100000;
    margin-left: 10vw;
    height: 80vh;
}
.cookieconsent p{
  font-size:16px;
  margin-bottom:15px;
}

.cookieconsent button{
  padding:8px;
  border-radius:8px;
  border:none;
  margin-left:4px;
  margin-right:4px;
  color:#fff;
  font-weight:700;
  margin-bottom:10px;
}
.cookieconsent button.settings{
  background-color:#888;
}
.cookieconsent button.agree{
  background-color:#040;
}

.cookieconsent label{
  color:#fff;
}
.cookieconsent input[type="checkbox"] {
    margin: 7px 0 0 -20px;
}
.cookieconsent .cookie-set{
  display:none;
}


.cookieconsent .closebtn{
  position:absolute;
  right:15px;
  top:15px;
  font-size:40px;
  display:none;
}


@media (max-width: 767px){
.cookieconsent{
    padding-top: 20vh;
}
}




.largespace{
  margin-bottom:120px;
}

.pragueinfo{
  text-align:center;
  padding-top:15px;
  margin-bottom:15px;
}
.pragueinfo .border{
  border: 1px solid #00B7F2;
  position:absolute;
  top:0px;
  left:15px;
  right:15px;
  bottom:0px;
}




.pragueinfo img{
   min-height:160px;
   filter: invert(57%) sepia(47%) saturate(3228%) hue-rotate(157deg) brightness(99%) contrast(101%);
   width: 45%;
   margin-left: auto;
   margin-right: auto;
}

.pragueinfo .contrast{
  #filter:invert(23%) sepia(82%) saturate(4578%) hue-rotate(292deg) brightness(108%) contrast(134%);
  filter: invert(41%) sepia(87%) saturate(1750%) hue-rotate(118deg) brightness(108%) contrast(101%);
  #filter: invert(40%) sepia(25%) saturate(1294%) hue-rotate(164deg) brightness(90%) contrast(99%);
}

.pragueinfo .dark{
  filter: invert(19%) sepia(20%) saturate(4947%) hue-rotate(183deg) brightness(94%) contrast(82%);
}



@media (min-width: 768px){
  .pragueinfo h3{
    background-color:#00B7F2;
    color:#fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 15px;
    height:110px;
  }
  .pragueinfo .border{
    border-radius:8px;
  }
}

@media (max-width: 767px){
 .middle{
    display: flex;
    align-items: center;
 }
.pragueinfo{
  text-align:left;
  padding-bottom:15px;
  margin-bottom:0px;
}
.pragueinfo .border{
  border: 0px solid #00B7F2;
  border-bottom: 1px solid #00B7F2;
}
.pragueinfo img{
   min-height:0px;
   width: 80px;
   margin-left: 15px;
   margin-right: 15px;
}
.largespace{
  margin-bottom:30px;
}
}

.infodetail h2, .infodetail h3{
  margin-top:15px;                                
}
.infodetail p{
  margin-bottom:8px;                                
}
.infodetail a{
  width:100%;
  display:block;
  float:none;
  background-color:#00B7F2;
  color:#fff;
  border-radius:8px;
  padding:24px;
  margin-top:15px;
  margin-bottom:15px;
  font-weight:700;
  font-size:18px;
}
.infodetail a:hover{
  text-decoration:none;
  background-color:#008EC6;
}
.infodetail .rateus{
  background-image:url('images/design/google.svg');
  background-repeat:no-repeat;
  background-size: 40px;
  background-position: 15px center;
  padding-left:90px;
  background-color:#00C041;
}  
.infodetail .rateus:hover{
  text-decoration:none;
  background-color:#009C27;
}


.poilist{
  text-align:center;
  margin-bottom:15px;
}    
.poilist .border{
  border: 1px solid #00B7F2;
  position:absolute;
  top:0px;
  left:15px;
  right:15px;
  bottom:0px;
  border-radius:8px;
}
.poilist img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
  .poilist h3{
    background-color:#00B7F2;
    color:#fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height:110px;
    padding-top:15px;
  }
@media (max-width: 767px){
  .poilist h3{
    height:90px;
  }
}

.poimap{
  height:450px;
  margin-bottom:30px;
}
.poimap a{
  width:auto;
  display:block;
  float:none;
  background-color:transparent;
  color:#fff;
  border-radius:8px;
  padding:0px;
  margin-top:0px;
  margin-bottom:0px;
  font-weight:100;
  font-size:10px;
}

@media (max-width: 767px){
.poimap{
  height:250px;
  margin-bottom:15px;
}
}

.poilinks a{
  display:block;
  width:100%;
  text-align:left;
  padding:15px;
  background-color:#00B7F2;
  color:#fff;
  border-radius:8px;
  padding:24px;
  margin-bottom:15px;
  font-weight:700;
  font-size:18px;
  padding-left:90px;
}
.poilinks.list a{
  background-image:url('images/design/rectangle-list.svg');
  background-repeat:no-repeat;
  background-size: 60px;
  background-position: 15px center;
}  
.poilinks.map a{
  background-image:url('images/design/map-location-dot.svg');
  background-repeat:no-repeat;
  background-size: 60px;
  background-position: 15px center;
}  
.poilinks.walking a{
  background-image:url('images/design/person-walking.svg');
  background-repeat:no-repeat;
  background-size: 60px 50px;
  background-position: 15px center;
}  
.poilinks.transit a{
  background-image:url('images/design/van-shuttle.svg');
  background-repeat:no-repeat;
  background-size: 60px;
  background-position: 15px center;
}  
.poilinks.driving a{
  background-image:url('images/design/car-side.svg');
  background-repeat:no-repeat;
  background-size: 60px;
  background-position: 15px center;
}  

