@import url(//fonts.googleapis.com/css?family=Pacifico);
* {margin: 0; padding: 0;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance:textfield;
}

/*--NORMALIZE---*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;} abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#111;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
a {
   outline: 0;
}
figure {
	position: relative;
}
figcaption {
	font-weight: normal;
	margin-top: -1em;
	font-size: 0.8em;
}
/*--NORM END--*/

@font-face {
    font-family: 'boldfont';
    src: url('/themes/vista.hu/css/boldfont.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'slimfont';
    src: url('/themes/vista.hu/css/slimfont.ttf');
    font-weight: normal;
    font-style: normal;
}


 p {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-ms-user-select: none;
}


input::-webkit-input-placeholder {
    color:   rgba(37,43,81,0.6);
}
input::-moz-placeholder {
    color:    rgba(37,43,81,0.6);
}
input::-moz-placeholder {
    color:    rgba(37,43,81,0.6);
}
input::-ms-input-placeholder {
    color:    rgba(37,43,81,0.6);
}

 select::-ms-expand {
    display: none !important;
}


body {overflow-y: hidden;}
body, html {width: 100%; overflow-x: hidden;}
body.stopscroll, html.stopscroll  {overflow-y: hidden;}

body {
font-family: Arial, 'Segoe Ui', Helvetica, sans-serif;
text-align: center;
background: #e3e0da;
color: #111;
}

a {color: #00aaaa;}
a:hover {color: #00aaaa;}

h3 {
font-weight: normal;
}

div, span, .bbox, ul, li, ul li a {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}


.dpsh {
box-shadow: 0 0 2px rgba(0,0,0,0.1);
}

ul {
list-style:none;
}

.floating-action {
position: absolute;
top: 570px;
z-index: 1005;
width: 60px;
height: 60px;
border-radius: 50%;
right: -100px;
-moz-transition: all .3s cubic-bezier(.4,0,.2,1);
-webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
transition: all .3s cubic-bezier(.4,0,.2,1);
background: #00aaaa url('/themes/vista.hu/images/down2.png') no-repeat center center;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

.floating-action.on {
-moz-transition: -moz-transform .6s cubic-bezier(.4,0,.2,1);
-webkit-transition: -webkit-transform .6s cubic-bezier(.4,0,.2,1);
transition: transform .6s cubic-bezier(.4,0,.2,1);
-ms-transition: -ms-transform .6s cubic-bezier(.4,0,.2,1);
transform: translate3d(-180px,0,0);
-webkit-transform: translate3d(-180px,0,0);
-moz-transform: translate3d(-180px,0,0);
-ms-transform: translate3d(-180px,0,0);
}

.distancetop60 {
display: inline-block;
float: left;
clear: both;
height: 0;
width: 100%;
line-height: 0;
}


.floating-action:hover {
background: #00aaaa url('/themes/vista.hu/images/down2.png') no-repeat center center;
-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.26);
-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.26);
box-shadow: 0 5px 10px 0 rgba(0,0,0,.26);
}
.anchor {
display: inline-block;
float: left;
height: 0;
width: 100%;
line-height: 0;
}

.trall2, .timer {
-moz-transition: all .2s cubic-bezier(.4,0,.2,1);
-webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
transition: all .2s cubic-bezier(.4,0,.2,1);
}

.trall3 {
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease;
}

.trall3p {
-moz-transition: all .3s cubic-bezier(.4,0,.2,1);
-webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
transition: all .3s cubic-bezier(.4,0,.2,1);
}
.trall2p {
-moz-transition: all .2s cubic-bezier(.4,0,.2,1);
-webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
transition: all .2s cubic-bezier(.4,0,.2,1);
}
.trall4 {
-moz-transition: all .8s cubic-bezier(.4,0,.2,1);
-webkit-transition: all .8s cubic-bezier(.4,0,.2,1);
transition: all .8s cubic-bezier(.4,0,.2,1);
}
.trall8{
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}

input[type='text'] {
padding: 5px 6px;
font-size: 14px;
border-radius: 0;
border: 0;
}

select {
padding: 5px 6px;
font-size: 14px;
border-radius: 0;
border: 0;
}

input, select, textarea {
background: #fff;
}

.button, button {
padding: 6px 10px 7px 10px;
text-decoration: none;
display: inline-block;
float: left;
border-radius: 2px;
background: #00aaaa;
color: #fff;
font-size: 16px;
border: 0;
margin: 10px 0 0 10px;

-moz-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-moz-transition: all .2s cubic-bezier(.4,0,.2,1);
-webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
transition: all .2s cubic-bezier(.4,0,.2,1);
cursor: pointer;
}

.button:hover {color: #fff;
-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

.button:active, button:active, .sectionbt:active, .searchbt:active {
-moz-box-shadow: 0 5px 6px 0 rgba(0,0,0,.3);
-webkit-box-shadow: 0 5px 6px 0 rgba(0,0,0,.3);
box-shadow: 0 5px 6px 0 rgba(0,0,0,.3);
}

.button.button_disabled {
   background:#CCC;
}



.add_favbt {
background-color: #f9ba13;
background-image: url('/themes/vista.hu/images/heart-dark.svg');
background-repeat: no-repeat;
background-size: 16px auto;
background-position: left 6px center;
text-decoration: none;
padding-left: 30px !important;
clear: both;
float: left;
font-size: 14px;
margin: 5px 0 5px 0;
color: #000;
}
.add_favbt:hover {
	color: #000;
}

#fly-to-liked.rotatefav {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transition: all 0.9s ease-out;
-webkit-transition: all 0.9s ease-out;
-moz-transition: all 0.9s ease-out;
}

.imagelikebox {
width: 100%;
float: left;
overflow: hidden;
display: inline-block;
height: 0;
position: relative;
}


.imagelike {
width: 100px;
height: auto;
z-index: -20;
position: absolute;
}


input:focus, select:focus, textarea:focus {background: #fff;}
input:focus, select:focus, textarea:focus {outline: none;}


button:focus {outline: none;-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);}

input.datepicker {
width: 120px;
background-image: url('/themes/vista.hu/images/calendar.png') !important;
background-repeat: no-repeat !important;
background-position: right center !important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
max-height: 34px;
}
.clearondevice {display: none;}

.totop2 {
position: fixed;
bottom: 25px;
right: 20px;
width: 44px;
height: 44px;
border-radius: 50%;
margin-left: -22px;
display: inline-block;
cursor: pointer;
opacity: 0;
background-color: #fff;
background-image: url('/themes/vista.hu/images/totop.png');
background-position: center;
background-repeat: no-repeat;
box-shadow: 0 4px 6px rgba(0,0,0,0.2);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
z-index: 3000;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
}
.totop2.show {opacity: 1;}
.totop2:active {
background-color: rgba(255,255,255,0.9);
box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}


.siteoverlay {
display: none;
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
position: fixed;
top: 0; bottom: 0; left: 0; right: 0;
z-index: 1100;
}


/*----sidebar---*/
.sidebar {
width: 260px;
height: 100%;
display: none;
position: fixed;
left: -270px;
top: 0;
bottom: 0;
background: #fff;
color: #111;
z-index: 1200;
padding-top: 60px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);
}




.sidebar-content {
display: inline-block;
width: 100%;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
padding: 20px 0;
}



.menu-swiper {
width: 25px;
height: 100%;
position: fixed;
background: transparent;
top: 0;
left: 0;
z-index: 1190;
}

ul.navmenu {
width: 100%;
display: inline-block;
float: left;
text-align: left;
overflow: auto;
margin-bottom: 15px;
}


ul.navmenu li {
width: 100%;
list-style: none;
display: inline-block;
float: left;
position: relative;
overflow: hidden;
}

ul.navmenu li a {
padding: 12px 20px 12px 65px;
width: 100%;
display: inline-block;
float: left;
background: transparent;
z-index: 30;
color: #111;
font-size: 14px;
line-height: 20px;
font-family: 'Open Sans', Arial, sans-serif;
letter-spacing: 0;
font-weight: 400;
text-decoration: none;
position: relative;
overflow: hidden;
}


ul.navmenu li a:hover {
background: rgba(0,0,0,0.1);
}

ul.navmenu li a span.nav-info {
  min-width: 20px;
  padding: 0 3px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  font-size: 11px;
  background: #ffcc2a;
  text-align: center;
  line-height: 19px;
  color: #111;
  font-weight: 600;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 18px;
}

ul.navmenu li a span.nav-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 0;
  font-size: 0;
  background-color: transparent;
  text-align: center;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 19px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  display: none;
}

ul.navmenu li a:hover span.nav-icon {opacity: 1;}



ul.navmenu li a.nav1 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/globe-icon.svg');}
ul.navmenu li a.nav2 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/pack-icon.svg');}
ul.navmenu li a.nav3 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/ship-icon.svg');}
ul.navmenu li a.nav4 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/exotic-travel-icon.svg');}
ul.navmenu li a.nav5 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/mail-icon.svg');}
ul.navmenu li a.nav6 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/contact-icon.svg');}
ul.navmenu li a.nav7 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/info-icon.svg');}
ul.navmenu li a.nav8 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/magazin-icon.svg');}

ul.navmenu.dark li a.nav1 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/globe-icon-white.svg');}
ul.navmenu.dark li a.nav2 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/pack-icon-white.svg');}
ul.navmenu.dark li a.nav3 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/price-icon-white.svg');}
ul.navmenu.dark li a.nav4 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/exotic-travel-icon-white.svg');}
ul.navmenu.dark li a.nav5 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/mail-icon-white.svg');}
ul.navmenu.dark li a.nav6 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/contact-icon-white.svg');}
ul.navmenu.dark li a.nav7 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/info-icon-white.svg');}
ul.navmenu.dark li a.nav8 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/magazin-icon-white.svg');}
ul.navmenu.dark li a.nav9 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/program-icon-white.svg');}
ul.navmenu.dark li a.nav10 span.nav-icon{background-size: 26px auto; background-image:url('/themes/vista.hu/images/elmeny-icon-white.svg');}
ul.navmenu.dark li a.nav11 span.nav-icon{background-size: 24px auto; background-image:url('/themes/vista.hu/images/hotel-icon-white.svg');}


ul.navmenu.dark li a.nav13 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/heart-dark.svg');}
ul.navmenu.dark li a.nav14 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/icon-login-dark.svg');}
ul.navmenu.dark li a.nav15 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/icon-logout-dark.svg');}



ul.navmenu li a.nav13 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/heart-dark.svg');}
ul.navmenu li a.nav14 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/icon-login-dark.svg');}
ul.navmenu li a.nav15 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/icon-logout-dark.svg');}
ul.navmenu li a.nav12 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/eyeicon-dark.svg');}
ul.navmenu li a.contactmenu span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/mail-icon.svg');}


ul.navmenu.dark li a.nav12,
ul.navmenu.dark li a.nav13,
ul.navmenu.dark li a.nav14,
ul.navmenu.dark li a.nav15 {display: none;}


ul.navmenu.navmagazin li a.nav1 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/mag-europa.svg');}
ul.navmenu.navmagazin li a.nav2 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/mag-azsia.svg');}
ul.navmenu.navmagazin li a.nav3 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/mag-afrika.svg');}
ul.navmenu.navmagazin li a.nav4 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/mag-kozelkelet.svg');}
ul.navmenu.navmagazin li a.nav5 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/mag-amerika.svg');}
ul.navmenu.navmagazin li a.nav6 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/mag-oceania.svg');}
ul.navmenu.navmagazin li a.nav7 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/video-icon.svg');}
ul.navmenu.navmagazin li a.nav8 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/plane-icon.svg');}
ul.navmenu.navmagazin li a.nav9 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/contact-icon.svg');}




ul.navmenu li span.subsign {
position: absolute;
z-index: 910;
top: 50%;
right: 20px;
background: #000;
border-radius: 50%;
width: 3px;
height: 3px;
margin-top: -2px;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
}

ul.navmenu li span.subsign:after, ul.navmenu li span.subsign:before {
content: '';
position: absolute;
z-index: 910;
background: #000;
border-radius: 50%;
width: 3px;
height: 3px;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
}

ul.navmenu li span.subsign:after {bottom: -6px;}
ul.navmenu li span.subsign:before {top: -6px;}

ul.navmenu li span.subsign.active {
background: transparent;
}
ul.navmenu li span.subsign.active:after {
width: 1px;
bottom: -7px;
height: 10px;
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}
ul.navmenu li span.subsign.active:before {
width: 1px;
height: 10px;
top: -6px;
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);

}



.facebook-tile {
position: relative;
display: inline-block;
float: left;
width: 260px;
padding: 20px;
padding-bottom: 40px;
border-top: 1px solid rgba(0,0,0,0.2);
}


.mobilnav {
position: fixed; top: 5px; left: 10px;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
width: 40px;
height: 40px;
text-indent: -100px;
cursor: pointer;
border-radius: 3px;
z-index: 1350;
display: none;
}


.mobilnav .hamburger,
.mobilnav .backarrow {
position: absolute;
top: 19px;
left: 7px;
width: 26px;
height: 2px;
background: #fff;
cursor: pointer;
border-radius: 3px;
z-index: 1350;
}


.mobilnav:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
border-radius: 50%;
width: 50px;
height: 50px;
z-index: 1350;
background: rgba(100,255,255,0.7);
opacity: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}

.mobilnav:active:after {
opacity: 1;
}



.mobilnav .hamburger:after,
.mobilnav .hamburger:before,
.mobilnav .backarrow:after,
.mobilnav .backarrow:before {
width: 26px;
height: 2px;
background: #fff;
position: absolute;
content: '';
left: 0;
border-radius: 3px;
}

.mobilnav .hamburger:after {top: -6px;}
.mobilnav .hamburger:before {bottom: -6px;}

.mobilnav .hamburger,
.mobilnav .backarrow {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}


.mobilnav .backarrow {
position: absolute;
top: 19px;
left: 7px;
width: 26px;
height: 2px;
background: #000;
cursor: pointer;
border-radius: 3px;
z-index: 1350;
opacity: 0;
}


.mobilnav .backarrow:before {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);transform: rotate(-45deg); width: 12px; left: 15px; bottom: -4px}
.mobilnav .backarrow:after {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);width: 12px;left: 15px; top: -4px}

.mobilnav .backarrow,
.mobilnav .backarrow:before,
.mobilnav .backarrow:after {background: #000; display: none;}

.mobilnav.active .hamburger {
-webkit-transform: rotate(-180deg);-moz-transform: rotate(-180deg);transform: rotate(-180deg);
opacity: 1;
background: #000;
}
.mobilnav.active .backarrow {
-webkit-transform: rotate(-180deg);-moz-transform: rotate(-180deg);transform: rotate(-180deg);
opacity: 1;
display: none;
}
.mobilnav.active .hamburger:after {background: #000;}
.mobilnav.active .hamburger:before {background: #000;}


/*---freesearch---*/

.freesearchbox {
position: absolute;
top: 0;
left: 0;
right: 0;
top: 60px;
height: 60px;
width: 100%;
background-color: rgba(48,59,71,0.4);
background-color: #f9ba13;
vertical-align: top;
box-shadow: 0 5px 10px rgba(0,0,0,0.15);
border-radius: 4px;
z-index: 500; 
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}

.body_home .freesearchbox {
top: 30vh;
width: 800px;
left: 50%;
margin-left: -400px;	
}


.freesearchbox.scrolled {
	display: none;
}




.freesearchform {
display: inline-block;
margin: 0 auto;
width: 1280px;
padding: 10px;
}


.body_home .freesearchform {
width: 100%;	
}


.freesearchform  fieldset  {
padding-right: 10px;
position: relative;
}

.freesearchform  fieldset input {
width: 100%;
background-color: #fff !important;
border-radius: 4px;
padding: 10px 10px !important;
height: 40px !important;
max-height: 40px !important;
line-height: 20px !important;
font-size: 16px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

.freesearchform fieldset:nth-child(1) {
width: 40%;
}

.freesearchform fieldset:nth-child(2) {
width:20%;

}

.freesearchform fieldset:nth-child(3) {
width: 20%;
}
.freesearchform fieldset:nth-child(4) {
width: 20%;
padding-right: 0;
}

.freesearchform input::-webkit-input-placeholder {
    color:    rgba(0,0,0,0.8); font-weight: bold;
}
.freesearchform input::-moz-placeholder {
    color:    rgba(0,0,0,0.8); font-weight: bold;
}
.freesearchform input::-moz-placeholder {
    color:    rgba(0,0,0,0.8); font-weight: bold;
}
.freesearchform input::-ms-input-placeholder {
    color:    rgba(0,0,0,0.8); font-weight: bold;
}




.freesearchform fieldset button {
width: 100%;
margin: 0 !important;
height: 40px;
text-align: center;
}

.ui-autocomplete-loading {
	background-image: url(/themes/vista.hu/css/loading.gif) !important;
	background-position: right center;
	background-repeat: no-repeat;
}

select.plusszminusz {
background: #fff;
width: 100%;
border-radius: 4px;
    padding: 10px 10px !important;
    height: 40px !important;
    max-height: 40px !important;
    line-height: 20px !important;    
	font-size: 16px;
}




/*---page layout---*/
.contentwrapper {
margin: 0 auto;
display: inline-block;
width: 1280px;
height: auto;
overflow: hidden;
text-align: left;
background: #fff;
margin-top: 122px;
}

.contentwrapper2 {
  margin: 0 auto;
  display: block;
  width: 1280px;
  height: auto;
  overflow: hidden;
  text-align: left;
  position: relative;
  margin-top: 85px;
}

.contentwrapper2 .footer {
margin-top: 0 !important;
}



.body_home .contentwrapper {
	margin-top: 30px;
	background: transparent;
}

.content {
display: inline-block;
float: left;
width: 100%;
padding: 0 40px;
}

.content.content_index {
	
}


.content-left-75 {
display: inline-block;
float: left;
width: 75%;
padding: 0 20px 20px 0;
}

.content-right-25 {
display: inline-block;
float: right;
clear: right;
width: 25%;
padding: 0 0 20px 20px;
}

.section-title {
font-size: 26px;
width: 100%;
display: inline-block;
float: left;
padding: 10px 0 0 0;
text-align: center;
color: #202a36;
font-family: 'slimfont'
}
.section-title h2 {color: #202a36;font-family: 'slimfont'}


/*---miert---*/
.miertwrapper {
display: inline-block;
float: left;
width: 100%;
padding: 20px 20px;
background-color: #fff;
color: #111;
border-bottom: 1px solid #ddd;
margin-bottom: 10px;
}


.miertinner {
display: inline-block;
float: left;
width: 100%;
background: #eee; 
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
	text-align:left;
}
.miertinner .section-title {
margin-top: 0;
padding-top: 0;
font-size: 20px;
}

.miertbox {
display: inline-block;
float: left;
width: 25%;
padding: 20px;
text-align:left;
background: #eee;
}

.miertbox h4 {
font-size: 14px;
line-height: 18px;
padding-bottom: 10px;
font-family: 'boldfont','Open Sans', sans-serif;
}

.miertbox p {
font-size: 13px;
line-height: 16px;
}



/*---NEW HEADER---*/

.headerwrapper {
width: 100%;
position: fixed;
text-align: center;
top: 0;
left: 0;
right: 0;
z-index: 1060;
background: #fff;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
height: 101px;
transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.body_home .headerwrapper {
	color: #fff;
	background: transparent;
	box-shadow: none;
}

.headerwrapper.sticky {
	color: #000;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	transform: translateY(-51px);
	-webkit-transform: translateY(-51px);
	-moz-transform: translateY(-51px);
	
}



.headertop {
display: inline-block;
float: left;
overflow: hidden;
height: 45px;	
width: 100%;
}

.header {
width: 1280px;
display: inline-block;
margin: 0 auto;
height: auto;
position: relative;
vertical-align: top;
}


.headerinner {
z-index: 1050;
display: inline-block;
height: auto;
width: 100%;
left: 0;
top: 0;
position: absolute;
padding-left: 105px;
}

.logo {
display: inline-block;
float: left;
width: 86px;
margin-left: 10px;
background-image: url('/themes/vista.hu/images/vista_fejlec_logo_v02.svg');
background-repeat: no-repeat;
background-position: 0 -10px; height: 86px;
background-size: 100% auto;
margin-right: 20px;
position: absolute;
top: 0;
left: 0;
margin-top: 5px;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}




.body_home .logo {background-image: url('/themes/vista.hu/images/vista_fejlec_logo_v01.svg'); background-position: 0 -10px; height: 86px;}
.sticky .logo {margin-top: 50px; height: 50px; background-position: 0 -110px;}


.headernavwrapper {
display: inline-block;
float: left;
width: auto;
height: 55px;	
width:100%;	
} 


.headernav {
display: inline-block;
float: left;
width: auto;
height: 51px;
list-style: none;
width: 100%;
position: relative;
margin-top: 5px;
border-top: 1px solid rgba(0,0,0,0.1);
}

.body_home .headernav {
	border-top: 1px solid rgba(255,255,255,0.2);
}


.headernav li {
display: inline-block;
float: left;
position:relative;
}

.headernav li a {
display: inline-block;
float: left;
padding: 15px 8px 10px 8px;
line-height: 22px;
height: 50px;
color: #111;
font-size: 14px;
font-family: 'slimfont';
font-weight: normal;
text-decoration: none;
text-transform: uppercase;
position: relative;
overflow: hidden;
}


.body_home .headernav li a {color: #fff;}
.body_home .sticky .headernav li a {color: #000;}

.headernav li a span.nav-icon {
  width: 25px;
  height: 25px;
  display: none;
  border-radius: 0;
  font-size: 0;
  background-color: transparent;
  text-align: center;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  opacity: 1;
}

.headernav li a.nav1 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/globe-icon.svg');}
.headernav li a.nav2 span.nav-icon {background-size: 18px auto; background-image:url('/themes/vista.hu/images/pack-icon.svg');}

.headernav li.more {
display: none;
float: left;
position: static;
}


.headernav li span {
display: inline-block;
float: left;
padding: 15px;
line-height: 30px;
color: #000;
font-size: 13px;
font-family: 'boldfont';
font-weight: normal;
text-decoration: none;
text-transform: none;
cursor: pointer;
}

.headernav #overflow li:hover,
.headernav li:hover { background: #f9ba13;}

.headernav #overflow {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  top: 60px;
  left: 0;
  width: 190px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.headernav li.more:hover ul#overflow {
  opacity: 1;
  visibility: visible;
}

.headernav #overflow li { float: left; display: inline-block; width: 100%;width: 190px; position:relative;}

.headernav #overflow li a {
  background: transparent;
  white-space: nowrap;
  width: 190px;
  text-overflow: ellipsis;
  overflow: hidden;
  
}



.headernav #overflow li:hover,
.headernav #overflow li a:hover { background-color: #d8ede9; }


.headersubnav {
width: auto;
height: auto;
background: #fff;	
background: #fff;
box-shadow: 0 10px 10px rgba(0,0,0,0.2);
position: absolute;
display: none;
}

.headernav > li > .headersubnav {
left: 0;
top: 100%;	
}

.headernav #overflow > li > .headersubnav {
left: 100%;
top: 0;	
}


.headernav > li:hover > .headersubnav { display: inline-block;}
.headernav #overflow > li:hover > .headersubnav {display: inline-block;}


.headersubnav .subnavitem {
width: 100%;
display: inline-block;
float: left;
border-bottom: 1px solid #ddd;	
}

.headernav li .headersubnav .subnavitem a {
padding: 10px !important;
display: inline-block;
width: 100%;
height: auto;
font-size: 12px !important;
line-height: 18px !important;
background: transparent;
text-align: left;
text-transform: none;
font-family: 'Arial';
color: #000;
overflow: hidden; white-space: nowrap; text-overflow: ellipsis;	
} 



.headernav li .headersubnav .subnavitem:hover {background-color: #d8ede9;}

.clear2 {height: 20px; width: 100%; display: inline-block; float: left;}
.clear3 {height: 30px; width: 100%; display: inline-block; float: left;}
.clear4 {height: 40px; width: 100%; display: inline-block; float: left;}

.headernav > li:hover > a {
	color: #000;
}

/*--SEARCHTOGGLE---*/


.searchtoggle {
width: 50px;
height: 50px;
background: transparent;
top: 0;
right: 0;
position: absolute;
z-index: 1350;
display: none;
}

.searchtoggle.trp {
  display: none;
}



.searchtoggle:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
border-radius: 50%;
width: 50px;
height: 50px;
z-index: 1350;
background: rgba(255,90,0,0.5);
opacity: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}

.searchtoggle:active:after {
opacity: 1;
}
.searchtoggle.active {

}

.magnifier {
width: 20px;
height: 20px;
background: transparent;
border: 2px solid #fff;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
margin: -13px 0 0 -13px;z-index: 420;
}
.magnifier:after {
width: 10px;
height: 2px;
background: #fff;
position: absolute;
left: 13px;
top: 17px;
content: '';
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}



.navclose {
width: 30px;
height: 2px;
background: #fff;
position: absolute;
top: 50%;
left: 50%;
margin: -1px 0 0 -15px;
opacity: 0;
transform: scale(0,0) rotate(0,0) translate3d(0, 0, 0);
-webkit-transform: scale(0,0) rotate(0,0) translate3d(0, 0, 0);
-moz-transform: scale(0,0) rotate(0,0) translate3d(0, 0, 0);
-ms-transform: scale(0,0) rotate(0,0) translate3d(0, 0, 0);
-o-transform: scale(0,0) rotate(0,0) translate3d(0, 0, 0);
z-index: 400;
}

.navclose:after {
width: 30px;
height: 2px;
content: '';
background: #fff;
position: absolute;
top: 50%;
left: 50%;
margin: -1px 0 0 -15px;
transform: rotate(90deg) translate3d(0, 0, 0);
-webkit-transform: rotate(90deg) translate3d(0, 0, 0);
-moz-transform: rotate(90deg) translate3d(0, 0, 0);
-ms-transform: rotate(90deg) translate3d(0, 0, 0);
}


.searchtoggle.active .magnifier {
opacity: 0;
transform: scale(0,0) translate3d(0, 0, 0);
-webkit-transform: scale(0,0) translate3d(0, 0, 0);
-moz-transform: scale(0,0) translate3d(0, 0, 0);
-ms-transform: scale(0,0) translate3d(0, 0, 0);
-o-transform: scale(0,0) translate3d(0, 0, 0);
}

.searchtoggle.active .navclose {
opacity: 1;
transform: scale(1,1) rotate(-45deg) translate3d(0, 0, 0);
-webkit-transform: scale(1,1) rotate(-45deg)  translate3d(0, 0, 0);
-moz-transform: scale(1,1) rotate(-45deg)  translate3d(0, 0, 0);
-ms-transform: scale(1,1) rotate(-45deg)  translate3d(0, 0, 0);
-o-transform: scale(1,1) rotate(-45deg)  translate3d(0, 0, 0);
}

.magnifier, .navclose {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}





#smallnav {
	display: inline-block;
	float: left;
	list-style: none;
	margin-top: 10px;
}

#smallnav li {
	display: inline-block;
	float: left; 
	padding: 0 8px;
	border-right: 1px solid rgba(0,0,0,0.12);
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
#smallnav li a {color: #000; text-decoration: none;}
.body_home #smallnav li a {color: #fff; text-decoration: none;}
#smallnav li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#smallnav li span, #smallnav li a {font-weight: normal;
	font-family: 'Segoe ui', Arial;}

#smallnav li span.phone {
	font-weight: bold;
	font-family: 'Segoe ui', Arial;
	font-size: 21px;
}

#smallnav li:last-child {border: 0;}



#smallnav .nl-subscribe {
	background: #009788;
    color: #fff !important;
    padding: 5px 7px;
    font-weight: bold !important;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    text-decoration: none;
}

.social-icons {
display: inline-block;
float: left;
width: auto;
height: 40px;
overflow: hidden;
margin: 8px;
}

.post-text p img.ski-icon {
	margin: 0;
	display: inline-block;
	height: 1em;
	vertical-align: baseline;
}

.top-gomb, .livechat_button {
display: inline-block;
float: left;
margin-right: 5px;	
height: 34px !important;
width: auto !important;
}
.top-gomb img, .livechat_button img {
display: inline-block;
float: left;
height: 34px !important;
width: auto !important;
}
/*---SEARCHWRAPPER---*/

.searchwrapper {
position: fixed;
top: 60px;
width: 1280px;
left: 50%;
margin-left: -640px;
z-index: 1040;
background-color: #f9ba13;
display: inline-block;
min-height: 100px;
transform: translateY(-165%);
-webkit-transform: translateY(-165%);
-moz-transform: translateY(-165%);
text-align: left;
border-bottom: 5px solid rgba(0,0,0,0.2);
}






.searchwrapper.active {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
}




/*---FORM---*/

fieldset {
display: inline-block;
float: left;
border: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

fieldset legend {
display: inline-block;
float: left;
width: 100%;
font-size: 11px;
text-transform: uppercase;
padding-bottom: 2px;
color: rgba(0,0,0,0.5);
}

fieldset input[type="text"],
fieldset select {
display: inline-block;
background: rgba(255,255,255,0.7) no-repeat right center;
color: #111;
padding: 8px;
line-height: 20px;
height: 36px;
max-height: 36px;
border: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}







/*---SEARCH---*/



.searchform {
width: 100%;
padding: 20px 80px;
display: inline-block;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

.searchform fieldset {
width: 20%;
padding: 5px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.searchform fieldset legend {
padding-bottom: 4px;
}


.searchform fieldset input[type="text"],
.searchform fieldset select {
display: inline-block;
background: rgba(255,255,255,0.8);
color: #111;
padding: 8px;
line-height: 20px;
height: 36px;
border: 0;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}


.searchbt {
padding: 8px 15px;
font-size: 16px;
line-height: 20px;
font-family: 'boldfont';
background-color: #000;
}


input.datepicker {
    background-image: url('/themes/vista.hu/images/calendar.png') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
	border-right: 7px solid transparent !important;
	background-size: 24px auto !important;
}





























.spotbox {
position: absolute;
display: block;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
overflow: hidden;
}

.spot {
position: absolute;
top: -1000px;
left: -1000px;
border-radius: 50%;
width: 3000px;
height: 3000px;
z-index: 1;
background-color: #ffcc2a;
background-color: #00aaaa;
background-color: transparent;
transform: scale(0.1);
-webkit-transform: scale(0.1);
-moz-transform: scale(0.1);
-ms-transform: scale(0.1);
transform-origin: left center;
-webkit-transform-origin: left center;
-ms-transform-origin: top left;
-moz-transform-origin: top left;
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
}

.active .spot {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
}



.searchclose {
position: absolute;
right: 0;
bottom: -19px;
width: 38px;
height: 38px;
color: #00aaaa;
background: #fff;
border: 3px solid #00aaaa;
border-radius: 50%;
opacity: 0;
cursor: pointer;
box-shadow: 0 3px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
-ms-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
z-index: 920;
}
.searchclose:before, .searchclose:after {
width: 2px;
content: '';
position: absolute;
background: #b5238a;
height: 20px;
left: 50%;
top: 50%;
margin: -10px 0 0 -1px;
}

.searchclose:before {
   transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
  }
.searchclose:after {
   transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
}


.searchclose.active {
opacity: 1;
bottom: -18px;
transition: opacity 0.2s linear 0.3s;
-webkit-transition: opacity 0.2s linear 0.3s;
-moz-transition: opacity 0.2s linear 0.3s;
}






ul.topnav {
position: relative;
width: auto;
height: 40px;
display: inline-block;
z-index: 1300;
float: right;
margin-top: 5px;
}

ul.topnav li {
display: inline-block;
float: left;
position: relative;
}


ul.topnav li.likemenu {
width: 40px;
height: 40px;
display: inline-block;
float: left;
}
ul.topnav li.likemenu a {
width: 40px;
height: 40px;
display: inline-block;
float: left;
background-image: url('/themes/vista.hu/images/heart-dark.svg');
background-repeat: no-repeat;
background-size: 26px auto;
background-position: center;
text-decoration: none;
}

ul.topnav li.viewmenu {
width: 40px;
height:40px;
display: inline-block;
float: left;
}
ul.topnav li.viewmenu.selected {background-color: #fab200;}
ul.topnav li.likemenu.selected {background-color: #fab200;}
ul.topnav li.viewmenu a {
width: 40px;
height: 40px;
display: inline-block;
float: left;
background-image: url('/themes/vista.hu/images/eyeicon-dark.svg');
background-repeat: no-repeat;
background-size: 30px auto;
background-position: center;
text-decoration: none;
}
ul.topnav li.contactmenu a {
width: 40px;
height: 40px;
display: inline-block;
float: left;
background-image: url('/themes/vista.hu/images/mail-icon.svg');
background-repeat: no-repeat;
background-size: 26px auto;
background-position: center;
text-decoration: none;
}

 


ul.topnav li a span {
  display: inline-block;
  width: 19px;
  height: 19px;
  color: #fff;

  background: #ffcc2a;
  color: #111;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  line-height: 19px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 5px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}


ul.topnav li.loginmenu a {
width: 50px;
height: 40px;
display: inline-block;
float: left;
background-image: url('/themes/vista.hu/images/icon-login-dark.svg');
background-repeat: no-repeat;
background-size: 26px auto;
background-position: center;
text-decoration: none;
}

ul.topnav li.logoutmenu a {
width: 50px;
height: 40px;
display: inline-block;
float: left;
background-image: url('/themes/vista.hu/images/icon-logout-dark.svg');
background-repeat: no-repeat;
background-size: 26px auto;
background-position: center;
text-decoration: none;
}

.pulse {
-webkit-animation: bounceIcon 1s ease;
-moz-animation: bounceIcon 1s ease;
-o-animation: bounceIcon 1s ease;
animation: bounceIcon 1s ease;
}



.body_home ul.topnav li.logoutmenu a {background-image: url('/themes/vista.hu/images/icon-logout.svg');}
.body_home ul.topnav li.loginmenu a {background-image: url('/themes/vista.hu/images/icon-login.svg');}

.body_home ul.topnav li.likemenu a {background-image: url('/themes/vista.hu/images/heart1.svg');}

.body_home ul.topnav li.viewmenu a {background-image: url('/themes/vista.hu/images/eyeicon.svg');}
.body_home ul.topnav li.contactmenu a {background-image: url('/themes/vista.hu/images/mail-icon-wh.svg');}




/*---Landinglist - Historylist---*/


.sidebar-history, .sidebar-like {
width: 500px;
right: -540px;
height: 100%;
display: inline-block;
position: fixed;
top: 0;
bottom: 0;
background: #fff;
color: #111;
z-index: 9900;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-shadow: 0 1px 20px 0 rgba(0,0,0,0.2);
}

.sidebar-history.active,
.sidebar-history.active2,
.sidebar-like.active,
.sidebar-like.active2{
transform: translate3d(-540px,0,0);
-moz-transform: translate3d(-540px,0,0);
-webkit-transform: translate3d(-540px,0,0);
-ms-transform: translate3d(-540px,0,0);
}

.sidebar-history .sidebar-content {
display: inline-block;
width: 100%;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
padding: 20px 0;
}


.sidebartop {
height: 60px;
width: 100%;
    background-color: #f9ba13;
	color: #111;
	padding: 0 20px;
	text-align: left;
	line-height: 60px;
	font-size: 24px;
	font-family: 'boldfont';
	display: inline-block;
	float: left;
	position: absolute;
	top: 0; 
	left: 0;
}

.landinglist {
display: inline-block; width: 100%;
float: left;
margin-top: 20px;
}

.sidebar-like .sidebar-content,
.sidebar-history .sidebar-content {
display: inline-block;
width: 100%;
height: 100%;
overflow: hidden;
padding: 60px 0 0 0;
}


.sidebar-like .sidebar-content-scrollable,
.sidebar-history .sidebar-content-scrollable {
display: inline-block;
width: 100%;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
padding:  10px 0;
}




.sidebar-content ul {margin-top: 0;}
.sidebar-content ul li.empty {
    margin: 0;
	padding: 0 20px;
	font-size: 22px;
	line-height: 28px;
	color: #2a2a2a;
	height: auto;
	font-weight: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 15px;
}

 .sidebar-content ul li.empty p {
 font-size: 14px;
 line-height: 18px;
 color: #4a4a4a;
 padding-top: 10px;
 }

.landinglist li {list-style: none;
height: 80px;
width: 100%;
margin-right: 2%;
display: inline-block; float: left;
overflow: hidden;
position: relative;
}
.landinglist li .remove {position: absolute;  width: 20px; height: 20px; border-radius: 10px; top: 5px; right: 5px; z-index: 500;
background: #fff url('/themes/vista.hu/images/del2.png') no-repeat center;
cursor: pointer;
transition:all 0.2s ease;
-webkit-transition: all 0.3s ease;
}
.landinglist li .remove:hover {
background: #d81439 url('/themes/vista.hu/images/del3.png') no-repeat center;
}
.landinglist li .list-link  {
width: 100%;
height: 100%;
position: absolute;
top: 0; left: 0; display: inline-block; float: left;
}
.landinglist li .list-link .imgbox {
position: absolute;
top: 14px;
left: 14px;
width: 50px;
height: 50px;
overflow: hidden;
z-index: 805;
border-radius: 48px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.landinglist li .list-link .imgbox img {width: 50px;}
.landinglist.cikkminilist li .list-link .imgbox img {width: auto; height: 50px;}


.landinglist li .list-link  span.akcio-discount {
position: absolute;
top: 4px;
left: 2px;
border-radius: 2px;
text-align:center;
width: 50px;
height: 24px;
background: #df025f;
color: #fff;
line-height: 24px;
font-size: 16px;
box-shadow: 0 1px 2px rgba(0,0,0,0.3);
z-index: 810;
}

.landinglist li .list-link .data {
width: 100%; display: inline-block; float: left;
padding: 10px 15px 12px 0;
height: 80px;
overflow: hidden;
padding-left: 80px;
position: absolute;
z-index: 9;
}


.landinglist li .list-link .data:after {
position: absolute;
content: '';
width: 100%;
bottom: 0; right: 0;
border-left: 80px solid #fff;
height: 1px;
background: rgba(0,0,0,0.12);
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}



.landinglist li .list-link .data h3 {font-size: 16px; font-weight: 500;color: #00aaaa; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.landinglist li .list-link:hover .data h3 {color: #00aaaa;text-decoration:underline;}
.landinglist li .list-link .data p {font-size: 13px; color: #4b4b4b; color: #6b6b6b; height: 20px; line-height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}
.landinglist li .list-link .data p.price {font-size: 14px; font-weight: 500;color: #111;}
.landinglist li .list-link .data p.price b {margin: 0 4px;}
.landinglist li:last-child .list-link .data {border-bottom: 0;}

.landinglist li .list-link  p.teaser {font-size: 13px; color: #4b4b4b; color: #333333; height: 36px; line-height: 18px; overflow: hidden; max-height: 36px;white-space: normal; text-overflow: initial;}






/*---MAINSLIDER---*/
/*---Billboard---*/

.billboard {
width: 100%;
display: inline-block;
float: left;
height: 600px;
height: 70vh;
background-color: #0cbdae;
position: relative;
}


.sliderwrapper {
height: 100%;
overflow: hidden;
width: 100%;
}


.slider {
width: 100%;
height: 100%;
display: inline-block;
}


.slide {
width: 100%;
height: 100%;
background-color: #111;
display: inline-block;
background-size:cover;
background-position:center;
background-repeat: no-repeat;
}



.slide:before {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
width: 100%;
height: 250px;
z-index: 50;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
display: inline-block;
}




.slidecaption {
position: absolute;
bottom: 0;
padding: 40px 80px;
width: 100%;
color: #fff;
text-align: center;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.slidecaption .captioninner {
display: inline-block;
width: 100%;
clear: left;
text-shadow: 0 2px 3px rgba(0,0,0,0.7);
text-align: left;
}


.slidecaption .captioninner h2 {
font-family: 'boldfont';
font-size: 45px;
line-height: 50px;
display: inline-block;
width: 100%;
color: #fff;
}

.slidecaption .captioninner h4 {
font-family: 'boldfont';
font-size: 22px;
line-height: 25px;
display: inline-block;
padding-bottom: 4px;
width: 100%;
color: #fff;
}
.slidecaption .captioninner p {
width: 100%;
line-height: 20px;
font-size: 16px;
padding-top: 20px;
}

.godown {
background-color: #f9ba13;
background-image: url('/themes/vista.hu/images/godown.png');
background-position: center;
background-size: 16px auto;
background-repeat: no-repeat;
width: 36px;
height: 36px;
border-radius: 3px 3px 0 0;
border-bottom: 1px dashed rgba(0,0,0,0.2);
position: absolute;
bottom: 0;
right: 80px;
z-index: 500;
}


.godown:before {
content: '';
bottom: -37px;
left: 0;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 36px 36px 0 0;
border-color: rgba(0,0,0,0.5) transparent transparent transparent;
}


.godown:after {
width: 0;
height: 0;
position: absolute;
content: '';
bottom: -37px;
left: 0;
border-style: solid;
border-width: 36px 36px 0 0;
border-color: #f9ba13 transparent transparent transparent;
}




.pricebox {
display: inline-block;
float: left;
padding: 10px 0;
width: 50%;
}

.pricebox .price {
display: inline-block;
font-family: 'boldfont';
float: left;
font-size: 40px;
line-height: 44px;
}

.pricebox small {
display: inline-block;
font-family: 'boldfont';
float: left;
font-size: 20px;
line-height: 30px;
padding-left: 5px;
}

.slidecaption .captioninner .pricebox p {
display: inline-block;
float: left;
width: 100%;
font-size: 14px;
line-height: 18px;
padding-top: 5px;
}


.billboard .flckity-viewport {height: 100% !important;}




/*---LANDIND SWIPERS---*/
/*---utlista----*/

.swwrapper {
width: 100%;
display: inline-block;
float: left;
padding: 10px 40px 30px 40px;
background: #f0f0f0;
position:relative;
}
.swwrapper h4 {
font-size: 30px;
line-height: 35px;
font-weight: normal;
padding: 15px 0;
letter-spacing: -1px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.swiper-container1,
.swiper-container2,
.swiper-container3,
.swiper-container4,
.swiper-container5,
.swiper-container6,
.swiper-container7,
.swiper-container8,
.swiper-container9,
.swiper-container10 {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}


.swiper-container1 .swiper-slide,
.swiper-container2 .swiper-slide,
.swiper-container3 .swiper-slide,
.swiper-container4 .swiper-slide,
.swiper-container5 .swiper-slide,
.swiper-container6 .swiper-slide,
.swiper-container7 .swiper-slide,
.swiper-container8 .swiper-slide,
.swiper-container9 .swiper-slide,
.swiper-container10 .swiper-slide
{
width: 20%;
padding: 1px;
}



/*---TRAVEL BOX---*/


/*---TRAVEL BOX---*/
.travellist {
width: 100%;
display: inline-block;
float: left;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
padding: 0;
z-index: 0;

}

.travellist li {
display: inline-block;
float: left;
width: 100%;
padding: 10px 10px;
border-bottom: 1px solid #ddd;
background-size: 20px 20px;
position: relative;
background-image:
linear-gradient(45deg,
rgba(0, 0, 0, 0) 25%,
rgba(0, 0, 0, 0) 50%,
rgba(0, 0, 0, 0) 75%,
rgba(0, 0, 0, 0) 100%);
animation: none;
-webkit-animation: none;
-moz-animation: none;
}

.travellist li:hover {}


.travelbox-wrapper {
width: 100%;
height: auto;
display: inline-block;
float: left;
}

.travelbox {
display: inline-block;
float: left;
background: #fff;
width: 100%;
height: 260px;
position: relative;
overflow: hidden;
text-align: left;

border-radius: 2px;
}

.travelbox div, .travelbox span, .travelbox a {
display: inline-block;
float: left;
}


.travelbox .travelimg {
width: 250px;
height: 100%;
background-color: #ddd;
background-size: cover;
background-position: center;
position: absolute;
top: 0;
left: 0;
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-webkit-transform-style: preserve-3d;
overflow: hidden;
border-radius: 0;
}


.travelbox .traveldata {
width: 100%;
height: 100%;
padding: 10px 165px 10px 266px;
}
.travelbox .traveldata .traveldata-top {
width: 100%;
max-height: 94px;
overflow: hidden;
}

.travelbox .traveldata .traveldata-top a {text-decoration: none;}


.travelbox .traveldata h3 {
font-size: 20px;
width: 100%;
line-height: 24px;
letter-spacing: -1px;
max-height: 48px;
overflow: hidden;
color: #111;
font-weight:bold;
text-decoration: none;
}


.travelbox .traveldata h4 {
font-size: 12px;
width: 100%;
line-height: 16px;
max-height: 32px;
overflow: hidden;
color: #555; 
font-weight: 300;
text-decoration: none;
display: inline-block;
float: left;
}

.travelbox .traveldata h3:hover {
color: #00aaaa;
}

.travelbox .traveldata .location {
font-size: 13px;
padding-top: 2px;
color: #00aaaa;
width: 100%;
height: 18px;
line-height: 18px;
overflow: hidden;
}

.travelbox div, .travelbox span, .travelbox .location a {
    float: none;
}

.travelbox .traveldata .teaser {
font-size: 13px;
line-height: 18px;
max-height: 54px;
overflow: hidden;
width: 100%;
color: #212121;
margin-top: 10px;
}

.travelbox .traveldata .travelcalendar {
width: 170px;
font-size: 11px;
margin-top: 10px;
color: #fff;
}

.travelbox .traveldata .travelcalendar p {
color: #212121;
}

.travelbox .traveldata .travelcalendar  span,
.travelbox .traveldata .travelcalendar a {
display: inline-block;
float: left;
height: 22px;
line-height: 23px;
text-align: center;
width: 40px;
padding: 0;
font-family: 'Arial';
margin: 0 1px 1px 0;
background-color: #fff;
text-decoration: none;
position: relative;
font-weight: 500;
border-radius: 2px;
}
.travelbox .traveldata .travelcalendar  span {
cursor: default;
background-color: #ddd;
}

.travelbox .traveldata .travelcalendar a {
background-color: #d8ede9;
color: #00aaaa;
border-radius: 2px;
}

.travelbox .traveldata .travelcalendar a.bestmpr {
background-color:  #00aaaa;
color: #fff;
}


.travelbox .traveldata .travelcalendar a small,
.travelbox .traveldata .travelcalendar span small {
position: absolute;
bottom: 34px;
width: 114px;
padding: 6px 8px;
border-radius: 2px;
background: #111;
color: #fff;
left: 0;
font-size: 12px;
line-height: 17px;
text-align: center;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
display: none;
font-family: 'Open Sans', Arial;
}

.travelbox .traveldata .travelcalendar a small:after,
.travelbox .traveldata .travelcalendar span small:after {
width: 0;
height: 0;
border-style: solid;
border-width: 10px 7.5px 0 7.5px;
border-color: #111 transparent transparent transparent;
content: '';
left: 10px;
bottom: -10px;
position: absolute;
}

.travelbox .traveldata .travelcalendar span small b:after { content: 'Nincsen indulás'; }

.travelbox .traveldata .travelcalendar a:hover small,
.travelbox .traveldata .travelcalendar span:hover small {
display: inline-block;
animation: fadeInDown 0.2s ease;
-webkit-animation: fadeInDown 0.2s ease;
}

.travelbox .traveldata .travelcalendar a small b {
display: inline-block;
padding-top: 4px;
font-size: 16px;
}


.travelbox .travelprice {
width: 150px;
height: 100%;
background-color: #fff;
position: absolute;
top: 0;
right: 0;
padding: 16px 16px 16px 0;
border-left: 1px dashed #ddd;
}

.travelbox .travelprice .offerprices {width: 100%;}
.travelbox .travelprice .normalprice {
font-size: 20px;
line-height: 24px;
width: 100%;
text-align: right;
font-weight: 700;
font-family: 'Open Sans', Arial;
}

.travelbox .travelprice .normalprice.sale {
color: #e2004a;
}



.travelbox .travelprice .normalprice small {font-weight: 400;}
.travelbox .travelprice .normalprice small:after  { content:'/fő-től'; }

.travelbox .travelprice .oldprice {font-size: 13px; float: right;color: #666;}

.body_exp_programs .travelbox .travelprice .more {
  border-radius: 2px;
  bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 0;
  position: absolute;
  right: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 130px;
}

.body_exp_programs .travelbox .travelprice .more:hover {
  color: #fff;
  background: #1146cc;
}

.travelbox  .dspot {
position: absolute;
top: 50%;
right: 40px;
margin: -35px 0 0 0;
background: #00aaaa ;
color: #fff;
width: 70px;
height: 70px;
border-radius: 50%;
padding-top: 7px;
}
.travelbox .dspot small {width: 100%; display: inline-block; font-size: 12px; text-align: center;font-weight: 600;}
.travelbox .dspot span {width: 100%; display: inline-block; font-size: 22px; line-height: 24px; text-align: center; font-weight: 600;}
.travelbox .dtext {
position: absolute;
top: 50%;
width: 150px;
padding: 0 16px;
margin-top: 40px;
right: 0;
color: #00aaaa;
font-size: 12px;
text-align: center;
font-weight: 500;
}

.travelbox .travelprice .more2 {
position: absolute;
width: 100px;
padding: 7px 0;
font-size: 12px;
text-transform: uppercase;
text-align: center;
bottom: 10px;
right: 10px;
text-decoration: none;
font-weight: 500;
border-radius: 2px;
color: #00aaaa;
}
.travelbox .travelprice .more2:hover {
color: #fff;
background: #00aaaa;
}


/*---IKONOS JELOLES---*/


.travelbox .traveldata .travelicons {
display: inline-block;
float: right;
text-align: right;
position: relative;
min-height: 42px;
max-height: 80px;
overflow: hidden;
max-width: 132px;
padding-top: 10px;
}



.travelbox .traveldata .travelicons span {float: right;
background: #f5f5f5;
border-radius: 2px;
margin: 0 1px 1px 0;
}


.family1, .family2, .family3 {
width: 42px;
height: 32px;
display: inline-block;
padding: 4px 0;
}

.family2, .family3 {display: none;}


.family1:after, .family2:after, .family3:after {
width: 42px; height: 24px;
display: inline-block; float: left;
content: '';
background-size: 28px auto;
background-position: center;
background-repeat: no-repeat;
opacity: 0.5;
}
.family1:after {background-image: url('/themes/vista.hu/images/tag-family.svg');}
.family2:after {background-image: url('/themes/vista.hu/images/tag-family.svg');}
.family3:after {background-image: url('/themes/vista.hu/images/tag-family.svg');}

.utmod1, .utmod2, .utmod3, .utmod4, .utmod5 {
width: 42px; height: 32px;
display: inline-block;
background: transparent;
padding: 4px 0;
}

.utmod1:after, .utmod2:after, .utmod3:after, .utmod4:after, .utmod5:after {
width: 42px; height: 24px;
display: inline-block; float: left;
content: '';
background-size: 24px auto;
background-position: center;
background-repeat: no-repeat;
opacity: 0.5;
}
.utmod1:after {background-image: url('/themes/vista.hu/images/tag-repulo.svg');}
.utmod2:after {background-image: url('/themes/vista.hu/images/tag-busz.svg');}
.utmod3:after {background-image: url('/themes/vista.hu/images/tag-egyeni.svg');}
.utmod4:after {background-image: url('/themes/vista.hu/images/tag-hajo.svg');}
.utmod5:after {background-image: url('/themes/vista.hu/images/tag-vonat.svg');}

.ellatas1, .ellatas2, .ellatas3, .ellatas4, .ellatas5, .ellatas6 {
width: 42px; height: 32px;
display: inline-block;
background: transparent;
padding: 4px 0;
}

.ellatas1:after, .ellatas2:after, .ellatas3:after, .ellatas4:after, .ellatas5:after, .ellatas6:after {
width: 42px; height: 24px;
display: inline-block; float: left;
content: '';
background-size: 24px auto;
background-position: center;
background-repeat: no-repeat;
opacity: 0.5;
}
.ellatas1:after {background-image: url('/themes/vista.hu/images/tag-onellatas.svg');}
.ellatas2:after {background-image: url('/themes/vista.hu/images/tag-reggeli.svg');}
.ellatas3:after {background-image: url('/themes/vista.hu/images/tag-felpanzio.svg');}
.ellatas4:after {background-image: url('/themes/vista.hu/images/tag-teljesellatas.svg');}
.ellatas5:after {background-image: url('/themes/vista.hu/images/tag-allinclusive.svg');}
.ellatas6:after {background-image: url('/themes/vista.hu/images/tag-leirasszerint.svg');}


.family1:hover:after,
.family2:hover:after,
.family3:hover:after,
.utmod1:hover:after,
.utmod2:hover:after,
.utmod3:hover:after,
.utmod4:hover:after,
.ellatas1:hover:after,
.ellatas2:hover:after,
.ellatas4:hover:after,
.ellatas3:hover:after,
.ellatas5:hover:after,
.ellatas6:hover:after {
opacity: 1;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
}





/*---card view---*/

.card {
border-left: 1px solid #ddd;
border-right: 0;
}

.card li {
width: 33.3333%;
padding: 10px;
border-right: 1px solid #ddd;
}



.card .travelbox {
width: 100%;
height: 350px;
overflow: hidden;
border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}


.card .travelbox .travelimg {
width: 100%;
height: 200px;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
overflow: hidden;
transition: transform 0.3s ease;
-webkit-transition: -webkit-transform 0.3s ease;
-moz-transition: -moz-transform 0.3s ease;
-ms-transition: -ms-transform 0.3s ease;
border-radius: 0;
}




.card .travelbox .travelimg:after {
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
content: '';
position: absolute;
top: 0;
left:0;
z-index: 101;
opacity: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.card .travelbox.active .travelimg:after {
opacity: 1;
}


.card .travelbox .traveldata {
width: 100%;
height: 100%;
padding: 14px 16px 0 16px;
position: absolute;
top: 190px;
background-color: #fff;
z-index: 105;
transition: transform 0.3s ease;
-webkit-transition: -webkit-transform 0.3s ease;
-moz-transition: -moz-transform 0.3s ease;
-ms-transition: -ms-transform 0.3s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.card .travelbox.active .traveldata {
transform: translate3d(0,-154px,0);
-webkit-transform: translate3d(0,-154px,0);
-moz-transform: translate3d(0,-154px,0);
-ms-transform: translate3d(0,-154px,0);
}


.card .travelbox .traveldata .traveldata-top {
width: 100%;
height: 82px;
overflow: hidden;
}

.card .travelbox .traveldata h3 {
font-size: 16px;
width: 100%;
line-height: 20px;
max-height: 40px;
overflow: hidden;
color: #111;
font-weight: 600;
}

.card .travelbox .traveldata h3:hover {
color: #00aaaa;
}

.card .travelbox .traveldata .location {
font-size: 13px;
color: #727272;
}


.card .travelbox .traveldata .travelicons {
display: none;
}


.card  .travelbox .traveldata .teaser {
font-size: 13px;
line-height: 18px;
max-height: 54px;
overflow: hidden;
width: 100%;
color: #212121;
}

.teaser p {
display: block;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
-moz-line-clamp: 3;
-moz-box-orient: vertical;
line-clamp: 3;
box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}


.card .travelbox .traveldata .travelcalendar {
width: 168px;
font-size: 11px;
margin-top: 16px;
color: #aaa
}

.card .travelbox  .offerprices {
position: absolute;
bottom: 16px;
left: 16px;
}

.card .travelbox .travelprice {
width: 100%;
height: auto;
background-color: #fff;
position: absolute;
top: auto;
bottom: 0;
left: 0;
right: 0;
z-index: 120;
padding: 0 16px 10px 16px;
height: 54px;
border-left: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}


.card  .travelbox .travelprice .normalprice {
font-size: 18px;
line-height: 22px;
width: 100%;
text-align: left;
}
.card  .travelbox .travelprice .normalprice.sale {
color: #e2004a;
}



.card  .travelbox .travelprice .normalprice small {font-weight: 400;}


.card  .travelbox .travelprice .oldprice {font-size: 13px; float: left;color: #666;}


.card  .travelbox  .dspot {
position: absolute;
top: 16px;
right: 16px;
margin: 0 0 0 0;
background: #00aaaa ;
color: #fff;
width: 44px;
height: 44px;
padding: 0;
border-radius: 50%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: transform 0.2s ease;
-webkit-transition: -webkit-transform 0.2s ease;
-moz-transition: -moz-transform 0.2s ease;
-ms-transition: -ms-transform 0.2s ease;
}

.card  .travelbox.active .dspot {
transform: translate3d(0,-65px,0);
-webkit-transform: translate3d(0,-65px,0);
-moz-transform: translate3d(0,-65px,0);
-ms-transform: translate3d(0,-65px,0);
}

.card .travelbox .dspot small {display: none;}
.card .travelbox .dspot span {width: 100%; height: 44px; line-height: 44px; display: inline-block; font-size: 16px; text-align: center; font-weight: 600;}

.card .travelbox .dtext {
display: none;
}

.card .travelbox .travelprice .more {
position: absolute;
width: 100px;
padding: 7px 0;
font-size: 15px;
text-transform: uppercase;
text-align: center;
bottom: 10px;
right: 10px;
color: #111;
text-decoration: none;
font-weight: 500;
border-radius: 2px;
}
.card .travelbox .travelprice .more:hover {
color: #fff;
background: #111;
}


.td-toggle {
position: absolute;
top: -36px;
right: 0;
width: 36px;
height: 36px;
background: transparent;
cursor: pointer;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.travelbox:hover .td-toggle {background: #00aaaa;}
.td-toggle:hover {background: #00aaaa;}
.td-toggle:before, .td-toggle:after {
position: absolute;
content: '';
background: #fff;
width: 11px;
height: 2px;
border-radius: 2px;
top: 18px;
}

.td-toggle:before {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
left: 9px;
}
.td-toggle:after {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
left: 16px;
}
.travelbox.active .td-toggle {background: #00aaaa;}
.travelbox.active .td-toggle:before {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
left: 9px;
}
.travelbox.active .td-toggle:after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
left: 16px;
}

#viewswitcher {
width: 61px; display: inline-block; float: right; height: 30px; margin: 10px;
position: relative;
display: inline-block;
}

#list, #grid {width: 30px; cursor: pointer; display: inline-block; float: left; height: 30px; overflow: hidden; background-image: url('/themes/vista.hu/images/grid.png'); background-repeat: no-repeat; text-indent: -200px;}
#list {background-position: top left; border-right: 1px solid #bbb;}
#grid {background-position: top right;}
#grid.grid {background-position: bottom right;}
#list.grid {background-position: bottom left;}

.starssmall {color: #00aaaa; font-size: 14px; margin-top: 0; display: inline-block;}
.starssmall small {font-size: 12px; }





.travelbox .starrating {display: inline-block; width: 100%; padding: 4px 0; height: 23px; overflow: hidden; vertical-align: top;}
.stars {background: url('/themes/vista.hu/images/starplace.png') repeat-x top left; display: inline-block; margin: 0 0;}


.stars {
  height: 15px;
  background: url('/themes/vista.hu/images/starplace.png') repeat-x;
  display: inline-block;
}

.travelbox .starrating {display: inline-block; width: 100%; padding: 4px 0;}
.stars {background: url('/themes/vista.hu/images/starplace.png') repeat-x top left; display: inline-block; margin: 0 0;}


.star10:before, .star15:before, .star20:before, .star25:before,
.star30:before, .star35:before, .star40:before, .star45:before,
.star50:before, .star55:before, .star60:before, .star65:before,
.star70:before {
  content: ' ';
  display: block;
  background: url('/themes/vista.hu/images/starfull.png');
  margin-right: 0px;
  height: 15px;
}

.star10 {width: 15px;}
.star15 {width: 30px;}
.star20 {width: 30px;}
.star25 {width: 45px;}
.star30 {width: 45px;}
.star35 {width: 60px;}
.star40 {width: 60px;}
.star45 {width: 75px;}
.star50 {width: 75px;}
.star55 {width: 90px;}
.star60 {width: 90px;}
.star65 {width: 105px;}
.star70 {width: 105px;}


.star10:before {width: 15px;}
.star15:before {width: 23px;}
.star20:before {width: 30px;}
.star25:before {width: 38px;}
.star30:before {width: 45px;}
.star35:before {width: 53px;}
.star40:before {width: 60px;}
.star45:before {width: 68px;}
.star50:before {width: 75px;}
.star55:before {width: 83px;}
.star60:before {width: 90px;}
.star65:before {width: 98px;}
.star70:before {width: 105px;}


.uttop .stars {
background: url('/themes/vista.hu/images/starplace-wh.png') repeat-x;
}
.uttop .star10:before, .uttop .star15:before, .uttop .star20:before, .uttop .star25:before,
.uttop .star30:before, .uttop .star35:before, .uttop .star40:before, .uttop .star45:before,
.uttop .star50:before, .uttop .star55:before, .uttop .star60:before, .uttop .star65:before,
.uttop .star70:before {
  background: url('/themes/vista.hu/images/starfull-wh.png');
}



/*---PROGRAMOK JEGYEK---*/
.travelbox .programcategory {font-size: 12px; padding-bottom: 5px;}
.travelbox .programtags {font-size: 12px; margin: 10px 0; max-height: 78px; overflow: hidden;}
.travelbox .programtags a {
color: #00aaaa;
text-decoration: none;
background: #e6e5e1;
padding: 3px 5px;
border-radius: 2px;
margin: 0 3px 3px 0;
}
.travelbox .programtags a:hover {
color: #fff;
text-decoration: none;
background: #00aaaa;
}

.filterbox {
display: inline-block;
float: left;
width: 100%;
border-bottom: 1px solid #ddd;
}

.filterbox-toggle {
display: inline-block;
float: left;
width: 100%;
line-height: 26px;
font-size: 20px;
padding-right: 20px;
font-weight: 600;
color: #00aaaa;
padding: 5px 0;
position: relative;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

.filterbox-toggle .rk-icon2 {
position: absolute;
top: 5px;
right: 0;
display: block;
width: 26px;
height: 26px;
background: transparent;
cursor: pointer;
}

.filterbox-toggle  .rk-icon2:after, .filterbox-toggle  .rk-icon2:before {
background: #666;
position: absolute;
content: '';
}

.filterbox-toggle  .rk-icon2:before {
width: 14px;
height: 2px;
top: 12px;
left: 6px;
}
.filterbox-toggle  .rk-icon2:after {
width: 2px;
height: 14px;
top: 6px;
left: 12px;
}

.filterbox-toggle.active .rk-icon2 {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}

.filterbox-inner {
display: inline-block;
float: left;
width: 100%;
padding-bottom: 5px;
}









.filterlist {
list-style: none;
display: inline-block;
float: left;
width: 100%;
max-height: 500px;
overflow-y: auto;
}

.filterlist li {
list-style: none;
display: inline-block;
float: left;
width: 100%;
}

.filterlist li label p {line-height: 20px;}

.filterlist li.sublist {
padding-left: 15px;
}
.filterlist li.sublist label {width: 100%;}

.programdescbox h5 {
font-size: 20px;
line-height: 30px;
border-top: 1px solid #ddd;
padding: 10px 0 5px 32px;
margin-top: 20px;
font-weight: 600;
position: relative;
color: #00aaaa;
}
.programdescbox h5:before {
position: absolute;
content: '';
width: 22px;
height: 22px;
top: 12px;
left: 0;
border-radius: 2px;
background-color: transparent;
background-size: 20px auto;
background-repeat: no-repeat;
background-position: center;
}


.programdescbox h5.icon-idopont:before {
background-image: url('/themes/vista.hu/images/icon-program-contact.svg');
}
.programdescbox h5.icon-fontos:before {
background-image: url('/themes/vista.hu/images/icon-fontos.svg');
}
.programdescbox h5.icon-ora:before {
background-image: url('/themes/vista.hu/images/icon-idopont.svg');
}
.programdescbox h5.icon-letszam:before {
background-image: url('/themes/vista.hu/images/icon-letszam.svg');
}
.programdescbox h5.icon-idojaras:before {
background-image: url('/themes/vista.hu/images/icon-idojaras.svg');
}
.programdescbox h5.icon-muszaki:before {
background-image: url('/themes/vista.hu/images/icon-muszaki.svg');
}
.programdescbox h5.icon-egyeb:before {
background-image: url('/themes/vista.hu/images/icon-egyeb.svg');
}



.programtags2 {font-size: 12px; margin: 10px 0; max-height: 78px; overflow: hidden;}
.programtags2 a {
color: #fff;
text-decoration: none;
background: #ff9602;
padding: 3px 5px;
border-radius: 2px;
margin: 0 3px 3px 0;
display: inline-block;
float: left;
}



.programtags2 a:hover {
color: #fff;
text-decoration: none;
background: #00aaaa;
}
.programadat .alapadattabla td {vertical-align: top; padding: 5px 5px 5px 0;}

.mapContainer {
display: inline-block;
float: left;
width: 100%;
}
.mapContainer iframe {
height: 300px;
width: 100%;
border: 0;
display: inline-block;
float: left;
}
.mapContainer label.leirascim {
    font-weight: normal;
    font-family: 'boldfont';
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    color: #00aaaa;
	margin-top: 30px;
}
.mapContainer span.location {
margin-bottom: 10px;
font-size: 14px;
width: 100%;
display: inline-block;
}

.content-right-25.filtercol {
float: right;
clear: right;
}



label.vouchertype {
width: 50%;
display: inline-block;
float: left;
padding: 15px 15px 15px 60px;
position: relative;
}


div.paymenttypebox {
width: 100%;
text-align: left;
display: inline-block;
}




.selecticon {
position: absolute;
top: 10px;
left: 10px;
width: 40px;
height: 40px;
border-radius: 2px;
background-color: transparent;
background-size: 38px auto;
background-repeat: no-repeat;
background-position: center;
}

.selecticon.icon-pdf {
background-image: url('/themes/vista.hu/images/icon-pdf.svg');
}
.selecticon.icon-voucher {
background-image: url('/themes/vista.hu/images/icon-voucher.svg');
}
.selecticon.icon-szemelyes {
background-image: url('/themes/vista.hu/images/icon-szemelyes.svg');
}
.selecticon.icon-posta {
background-image: url('/themes/vista.hu/images/icon-posta.svg');
}
.selecticon.icon-futar {
background-image: url('/themes/vista.hu/images/icon-futar.svg');
}

.selecticon.icon-keszpenz {
background-image: url('/themes/vista.hu/images/icon-keszpenz.svg');
}
.selecticon.icon-utalas {
background-image: url('/themes/vista.hu/images/icon-utalas.svg');
}
.selecticon.icon-bank {
background-image: url('/themes/vista.hu/images/icon-bank.svg');
}
.selecticon.icon-credit {
background-image: url('/themes/vista.hu/images/icon-credit.svg');
}


label.noshipping {
padding: 15px 15px;
font-size: 14px;
box-shadow: inset 0 0 0 1px #ddd;
background: #f9f8f7;
display: inline-block;
float: left;
width: 100%;
 position: relative;
}



label.shippingtype {
width: 33.333%;
display: inline-block;
float: left;
padding: 15px 15px 15px 60px;
 -webkit-box-align: center;
 -webkit-align-items: center;
 flex-align: center;
 position: relative;
}

label.paymenttype {
width: 50%;
display: inline-block;
float: left;
padding: 15px 15px 15px 60px;
 -webkit-box-align: center;
 -webkit-align-items: center;
 flex-align: center;
 position: relative;
}



label.paymenttype.selected,
label.vouchertype.selected,
label.shippingtype.selected {
box-shadow: inset 0 0 0 1px #ddd;
background: #f9f8f7;
}

.button.programbtn1,
.button.programbtn2,
.button.programbtn3 {
margin: 10px 0 5px 0;
background: #ff9602;
}


.stepbox.stepbp1 {
display: inline-block;
padding-top: 10px !important;
margin-top: 40px;
background: #e6e5e1;
}

.stepbp1 .stepbox-inner-inside {
  padding: 0 20px 10px;
} 

/*---CHECK BOX & RADIO BT---*/


.has-js label.label_radio,
.has-js label.label_check {
position: relative;
overflow: hidden;
display: inline-block;
float: left;
min-height: 20px;
padding: 2px 10px 2px 30px;
cursor: pointer;
}

.has-js .label_check input, .has-js .label_radio input {
position: absolute; left: -9999px;
}


label.label_radio span,
label.label_check span
{font-size: 15px;line-height: 20px;}

.mrbox {
width: 24px;
height: 24px;
position: absolute;
top: 50%;
left: 0;
margin: -12px 0 0 0;
}


.material_radio {
width: 20px;
height: 20px;
border-radius: 100%;
border: 1px solid #202a36;
background-color: #fff;
position: absolute;
margin: 2px;
z-index: 10;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.material_check {
width: 20px;
height: 20px;
border-radius: 0;
border: 1px solid #202a36;
background-color: #fff;
border-radius: 2px;
position: absolute;
margin: 2px;
z-index: 10;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.material_radio:after {
position: absolute;
z-index: 12;
width: 20px;
height: 20px;
margin: -2px -2px;
display: inline-block;
border-radius: 50%;
background: #ffcc2a;
content: '';
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}

.label_radio.r_on .material_radio {
border: 2px solid #202a36;
background: #202a36;
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.label_radio.r_on  .material_radio:after {
-webkit-transform: scale(0.7);
transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
}





.material_check:after {
position: absolute;
content: '';
z-index: 12;
width: 20px;
height: 20px;
top: -1px;
left: -1px;
display: inline-block;
background-color: transparent;
background-image: url('/themes/vista.hu/images/checkbox.svg');
background-size: 16px 16px;
background-position: center;
background-repeat: no-repeat;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}

.label_check.c_on .material_check {
border: 1px solid #202a36;
background: #202a36;
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.label_check.c_on .material_check:after {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
}

.label_check p, .label_radio p {
padding: 0;
line-height: 16px;
font-size: 14px;
font-weight: 600;
}

.label_check.maincategory p, .label_radio.maincategory p {
padding: 0;
line-height: 20px;
font-size: 14px;
font-weight: 700;
}
.label_check.maincategory {
background: #f0f0f0;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
margin-bottom: 1px;
}


.fullwidthlabel {
display: inline-block;
float: left;
clear: both;
width: 100% !important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
margin: 2px 0;
}


/*---UTAZAS FILTERS----*/
.result-filter-box {
display: inline-block;
float: left;
width: 100%;
background-color: #f9ba13;
padding: 10px 15px;
margin-bottom: 20px;
margin-top: 5px;
padding-top: 45px;
position: relative;
}

.result-filter-box.nopt {
	padding-top: 10px;
}

.filter-box-ful {
	width: 100%;
	height: 36px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.box-ful {
width: 49%;
float: left;	
text-decoration: none;
text-transform: uppercase;
line-height: 37px;
height: 36px;
padding: 0 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
font-size: 16px;
overflow: hidden;
font-weight: bold;
text-align:center;
background: #009788;
color: #fff;	
}
.box-ful:hover {color: #fff;}

.box-ful.active {
	    background-color: #F9BA13;
		color: #000;
}
.box-ful.active:hover {color: #000;}


.box-ful.repulojegy-ful {
float: right;
}


.rpsearch {
width: 100%;
display: inline-block;
position: relative;
padding-top: 36px;	margin-top: 10px;
}
.rpsearch .filter-box-ful {
	    background: #e3e0da;
}



.result-filter-box h5 {
display: inline-block;
float: left;
width: 100%;
font-size: 14px;
line-height: 22px;
text-transform: uppercase;
cursor: pointer;
padding-right: 20px;
position: relative;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.result-filter-box h5:after {
width: 8px;
height: 8px;
content: '';
border-right: 2px solid #111;
border-bottom: 2px solid #111;
position: absolute;
z-index: 5;
top: 5px;
right: 0;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);

}

.result-filter-box h5.active:after {
top: 7px;
transform: rotate(225deg);
-webkit-transform: rotate(225deg);
-moz-transform: rotate(225deg);
}


div.result-filter {
display: inline-block;
float: left;
width: 100%;padding-top: 10px;
}

div.result-filter fieldset {
width: 100%;
padding-bottom: 10px;
}


div.result-filter fieldset .filterlist li small {
font-size: 10px;
opacity: 0.5;
}


div.result-filter fieldset legend {
width: 100%;
padding-bottom: 10px;
}



.left-field, .right-field
{ 
display: inline-block;
float: left;
width: 100%;
}

.left-field input, .right-field input
{ 
background-color: #fff !important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;

}


.freetext {
background: #fff !important;
width: 100%;
}

.result-filter-box .freetext, 
.result-filter-box .datepicker {
border: 2px solid #f9f9f9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.result-filter-box input.datepicker {
    background-image: url(/themes/vista.hu/images/calendar.png) !important;
    background-repeat: no-repeat !important;
    background-position: 96% center !important;
    border-right: 2px solid #f9f9f9 !important;
    background-size: 24px auto !important;
	width: 100%;
	margin-bottom: 5px;
}
.result-filter-box input.freetext:focus,
.result-filter-box input.datepicker:focus {border: 2px solid #109f9f !important; border-right: 2px solid #109f9f !important;  }

.result-filter-box button {
	font-weight: normal;
	font-size: 12px;
	margin: 10px 0;
	background: rgba(0,0,0,0.3);

} 

.result-filter-box button.filter_clear { margin-left: 1em; }

.result-filter-box button:hover {
	background: rgba(0,0,0,1);
}


.right-field {
float: right;
}

.content-filter-col {
float: right;
}


/*--STOPPERES AJANLATOK JELOLESE---*/

.timer {
  font-family: 'Open Sans',Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  background-color: rgba(0,0,0,0.7);

border-radius: 3px;
padding: 3px 0;
display: inline-block;
}
.timer div {
display: inline-block;
float: left;
padding: 0 5px;

}
.timer div span {
display: inline-block;
float: left;
width: 100%;
clear: left;
text-align: center;
font-weight: 600;
margin-top: -2px;
}

.timer div span.lbl {
font-size: 9px;
font-weight: 400;
}


.offerbox-list .timer {display: inline-block; float: left;
position: absolute;
right: 10px;
top: 8px;
padding: 2px 0 2px 0;
}

.travelbox .timer {display: inline-block; float: left;
position: absolute;
left: 15px;
top: 15px;
height: 45px;
padding: 5px 10px 0 40px;
text-align:center;
width: 220px;
background-image: url('/themes/vista.hu/images/stopwatch.svg');
background-size:25px 25px;
background-position:  12px center;
background-repeat: no-repeat;


}
.travelbox .timer div {width: 25%;}
.travelbox .timer div span {font-size: 18px; font-weight: 600;}
.travelbox .timer div span.lbl {font-size: 10px; font-weight: 400;}

.card .travelbox .timer {width: 160px;left: 15px;
top: 15px;}

.travelbox.active .timer {
opacity: 0;
}





.timer-large-wrapper {
display: inline-block;
width: 100%;
padding: 10px;
margin-bottom: 15px;
margin-top: 0;
background: #d9d3c7;

}



.timer-large {
line-height: 0;
width: 50%;
min-width: 220px;
float: left;
position:relative;
background-color: #111;
color: #ffcc2a;
background-image: url('/themes/vista.hu/images/stopwatch.svg');
background-size:25px 25px;
background-position:  12px 35px;
background-repeat: no-repeat;
padding: 30px 10px 0 40px;
height: 90px;
display: inline-block;
border-radius: 2px 0 0 2px;
text-align: center;
}

.timer-right {
width: 50%;
min-width: 220px;
padding: 25px 10px 10px 10px;
height: 90px;
border-radius: 0 2px 2px 0;
display: inline-block;
float: left;
text-align: center;
position: relative;
color: #111;
background-color: #e9e8e3;
}

.timer-right label {display: inline-block;
float: left;
position: absolute;
top: 0;
left: 0;
width: 100%;
color: #202a36;
font-weight: 600;
padding: 5px 10px;
font-size: 14px;
line-height: 18px;
}


.timer-right small {font-size: 12px; display: inline-block; float: left; width: 100%;}
.timer-right span {font-size: 14px; line-height: 20px; display: inline-block; float: left; width: 100%;}
.timer-right .timer-price {font-weight: 600; font-size: 16px;}


.timer-large div {width: 25%;}

.timer-large label {display: inline-block;
float: left;
position: absolute;
top: 0;
left: 0;
width: 100%;
color: #fff;
font-weight: 600;
padding: 5px 10px;
font-size: 14px;
line-height: 18px;
}
.timer-large div span {font-size: 22px; font-weight: 600; line-height: 30px;}
.timer-large div span.lbl {font-size: 12px; font-weight: 400; line-height: 16px;}

.clearbox .timer-large {
margin-top: 0;
margin-bottom: 30px;
}








/*---TALALATOK OLDAL---*/
 /*---RESULT---*/
 .resultdata {
width: 100%;
display: inline-block;
float: left;
padding: 70px 70px 10px 70px;
font-size: 11px;
background: transparent;
z-index: 0;
text-align: left;
background: #00aaaa;
    background: #111;
min-height: 82px;
border-bottom: 1px solid rgba(0,0,0,0.1);
border-top: 2px solid rgba(0,0,0,0.2);
}


.resultnum {
width: auto; text-align: center; height: 60px;
background: transparent; color: #fff;
border-right: 1px solid rgba(0,0,0,0.3);
font-size: 12px; float: left;
display: inline-block;
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
position: relative;
top: 0;
padding-right: 15px;
left: 0;
}

.resultnum b {font-size: 30px; margin-top: 10px; line-height: 30px; display: inline-block; }
.resbox {float: left;display: inline-block; vertical-align: top; line-height: 0;}
.restop {width: 100%;padding: 0 20px; display: inline-block; font-size: 20px;line-height: 24px; color: rgba(255,255,255,0.6); font-weight: normal; margin-bottom: 4px; }
.restop.unotselected {line-height: 60px; font-size: 20px;margin-bottom: 0;}


.restxt {width: 100%; font-size: 12px;padding: 0 20px;display: inline-block;}
.restxt a {
border-radius: 2px; margin: 0 5px 5px 0;
position: relative;
display: inline-block; float: left; font-weight: 600;  padding: 0 24px 0 6px; height: 24px; line-height: 24px; font-size: 15px; color: #111; text-decoration: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
background: #f9ba13;

}
.restxt a:hover {
box-shadow: 0 1px 2px rgba(0,0,0,0);
}

.restxt a::before {
height: 24px;
width: 24px;
content: '';
z-index: 20;
position: absolute;
overflow: hidden;
top: 0;
right: 0;
background: url('/themes/vista.hu/images/del.png') no-repeat right 2px;
transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
}

.restxt a:hover::before {
background-position: right -19px;
}



 /*pagination*/

.pager-sort {display: inline-block; float: right; line-height: 0;}

.selectboxsmall {
width: 200px;
position: relative;
display: inline-block;
cursor: pointer; margin: 0 0;
height: 30px;
overflow: hidden;
float: right;
margin: 10px;
font-size: 13px;
}
.selectboxsmall select {
font-size: 13px;
height: 28px;
background-color: transparent;
border-bottom: 1px solid #212121 !important;
}


.page-content {
display: inline-block;
float: left;
width: 100%;
position: relative;
}



.page_navigation , .alt_page_navigation {
display: inline-block;
float: left;
height: auto;
line-height:0;
margin: 10px;
}

.page_navigation a, .alt_page_navigation a, .page_link, .ellipse, .page_link.active_page, .disabled {
  font-size: 12px;
  line-height: 30px;
border-radius: 2px;
width: 30px;
text-align: center;
  height: 30px;
  margin: 0 0 0 0;
background-color: transparent;
background-repeat: no-repeat;
	color:#202a36;
	text-decoration:none;
	float: left;
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-right: 3px;
}

.page_link.active_page {
  background: #202a36;
  color: #fff;
  text-align: center;
}

.page_navigation .ellipse {display: inline-block; float: left;padding: 0 10px;
  margin: 0;
  font-size: 12px;
  line-height: 30px;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  background: transparent;
  margin-right: 1px;
}


.page_navigation a:hover {background-color: #fff; color: #202a36;}

.page_navigation .first_link, .page_navigation  .previous_link, .page_navigation  .last_link, .page_navigation  .next_link {text-indent: -999px; overflow: hidden;
background-image: url('/themes/vista.hu/images/pager.png');
padding: 0;
height: 30px;
width: 30px;
}
.page_navigation  .previous_link:hover,  .page_navigation  .next_link:hover {background-image: url('/themes/vista.hu/images/pager.png');}
.page_navigation .first_link {background-position: 0 center;}
.page_navigation  .previous_link, .page_navigation  .previous_link:hover, .page_navigation  .previous_link.disabled {background-position: -30px center;}
.page_navigation  .next_link, .page_navigation  .next_link:hover, .page_navigation  .next_link.disabled  {background-position: -60px center; border-right: 0;}
.page_navigation  .last_link {background-position: -90px center; border-right: 0;}

.page_navigation .disabled {color: #ccc; opacity: 0.3;}

.bottom_pagination {border-top: 0 !important;}
 .page_navigation a.active_page:hover {background-color: #202a36; color: #fff;}






 /*--404--*/

 .page-error {
 width: 100%;
 height: 100%;
 display: inline-block;
 float: left;
 position: relative;
 padding: 40px;
 text-align:center;
 display: -webkit-flex;
    display: flex;
 }


.page-error-left {
 width: 50%;
 display: inline-block;
 float: left;
 background-color: #fbaf33;
   -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page-error-right{
 width: 50%;
 display: inline-block;
 float: left;
 background-color: #fff;
   -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.page-error-num small {
font-size: 60px;
font-family: 'boldfont';
letter-spacing: -2px;
}

.page-error-num div {
font-size: 100px;
font-family: 'boldfont';
letter-spacing: -2px;
}


/*---UTAK---*/


.tour-wrapper {
padding: 0 0;
padding-top: 0;
display: inline-block;
float: left;
width: 100%;
background: #fff;
}

.tour-wrapper .brtop {
	padding-top: 5px;
}

.tour-wrapper.hotelpage {
padding-top: 70px;
}

.hotelmap {
display: inline-block;
margin: 40px 0;
max-width: 100%;
width: 100%;
}


.tour-content {
padding: 0;
display: inline-block;
float: left;
width: 100%;
background: transparent;
border-radius: 0;
}


.utcontainer {
display: inline-block;
width: 100%;
float: left;
position: relative;
padding: 0 40px;
}
.utcontainer.top {
margin-top: 0;
padding: 0 0 !important;
}

.utcontainer.top.haspadding {
padding: 0 0 !important;
}


.uttop {
display: inline-block;
float: left;
width: 100%;
height: 550px;
background-color: #75387d;
position: relative;
overflow: hidden;
text-align: left;
border-radius: 0;
}

.utmainimg {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10;
display: inline-block;
width: 100%;
height: 550px;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-radius: 0;
}

.imgover {
display: inline-block;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0);
background-image: url('/themes/vista.hu/images/img-overlay.png');
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 90;
border-radius: 4px 4px 0 0;
}




.imgprev, .imgnext {
width: 50px;
height: 50px;
top: 50%;
position: absolute;
cursor: pointer;
border-radius: 50%;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
display: none;
}

.imgprev {left: 20px; margin-top: -25px;}
.imgnext {right: 20px; margin-top: -25px;}

.imgnext:active, .imgprev:active, .fullscreen:active {
background-color: rgba(0,196,167,0.5);
}


.imgprev::before {
  width: 20px;
  height: 2px;
  text-align: center;
  position: absolute;
  background: #fff;
  top: 50%;
  margin-top: -7px;
  margin-left: -12px;
  left: 50%;
  line-height: 0;
  content: '';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.imgprev::after {
  width: 20px;
  height: 2px;
  text-align: center;
  position: absolute;
  background: #fff;
  margin-top: 6px;
  margin-left: -12px;
  top: 50%;
  left: 50%;
  line-height: 0;
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.imgnext::before {
width: 20px; height: 2px;
text-align:center;
position:absolute;
background: #fff;
top: 50%;
margin-top: -7px;
margin-left: -7px;
left: 50%;
line-height: 0;
content: '';
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.imgnext::after {
width: 20px; height: 2px;
text-align:center;
position:absolute;
background: #fff;
margin-top: 6px;
margin-left: -7px;
top: 50%;
left: 50%;
line-height: 0;
content: '';
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.uttopdata {
display: inline-block;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
right: 0;
padding: 60px 40px 20px 40px;
color: #fff;
z-index: 100;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.45))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}

.uttopdata h1 {
font-size: 50px;
line-height: 55px;
font-weight: normal;
text-shadow: 1px 1px 2px rgba(0,0,0,0.3), -1px 1px 3px rgba(0,0,0,0.3);
max-width: 60%;
padding: 0; margin: 0;
display: inline-block;
float: left;
text-transform: none;
font-family: 'boldfont', 'Open Sans', Arial, sans-serif;
z-index: 100;
}

.uttopdata p.teaser {
font-size: 15px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.3), -1px 1px 3px rgba(0,0,0,0.3);
line-height: 21px;
padding-top: 10px;
padding-bottom: 20px;
display: inline-block;
float: left;
width: 60%;
}
.uttopdata p.fototeaser {
font-size: 13px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
line-height: 18px;
padding-top: 5px;
display: none;
float: left;
width: 100%;
max-width: 100%;
opacity: 0.7;
}


.uttopdata .regiotags {
width: 100%;
display: inline-block;
float: left;
height: 22px;
z-index: 120;
}

.uttopdata .regiotags a {
display: inline-block;
float: left;
line-height: 22px;
height: 21px;
font-size: 12px;
padding: 0 5px;
margin-right: 5px;
background: transparent;
border-radius: 2px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-weight: 600;z-index: 600;

}
.uttopdata .regiotags a:hover {
background: #54fef8;
color: #111;
}
.regiotags a strong {font-weight: 600;}



.clear45 {
height: 45px;
width: 100%;
display: inline-block;
float: left;
clear: both;
}



.utleirasok {
display: inline-block;
width: 100%;
float: left;
padding: 0px 40px 20px 0;
color: #4a4a4a;
font-size: 15px;
line-height: 20px;

}

.mrt20 {margin-top: 20px;}

.utleirasok .leirascim {
font-weight: normal;
font-family: 'boldfont';
font-size: 25px;
line-height: 30px;
display: inline-block;
width: 100%;
float: left;
margin-bottom: 10px;
color: #00aaaa;
}

.utleirasok .textbox {
display: inline-block;
float: left;
width: 100%;
margin-top: 1em;
}



.utleirasok .textbox h1,
.utleirasok .textbox h2,
.utleirasok .textbox h3,
.utleirasok .textbox h4{
display: inline-block;
float: left;
width: 100%;
font-size: 15px;
line-height: 20px;
padding: 15px 10px;
}


.utleirasok .textbox h2.leirascim3,
.utleirasok .textbox h2.leirascim2 {
padding: 10px 0;
font-size: 20px;
line-height: 24px;
font-weight: normal;	
color: #00aaaa;
}

.utleirasok .textbox h2.leirascim3 {
color: #3799e5;	
}

.utleirasok .textbox p {
display: inline-block;
font-size: 15px;
line-height: 20px;
width: 100%;
margin-top: 0.5em;
float:none;
}

.utleirasok .textbox p:empty {
	display: none;
}


.utleirasok .textbox.hoteldesc {
padding-bottom: 15px;
}



.conbox {
	padding: 15px;
	width: 100%;
	display: inline-block; 
	float: left;
	background: #f5f5f5;background-color: #D8EDE9;
	margin: 10px 0 5px 0;
	overflow: hidden;
}

.conbox .textbox {
	overflow: hidden;
}







/*---csatolt-fakultativ program---*/
.fakultativ_item_list {
display: inline-block;
float: left;
width: 100%;
padding:  0 0 10px 0;
}

.fakultativ_item_list .fakultativ_data img {
display: inline;
float: left;
margin: 5px 10px 5px 0;
max-width: 150px;
border: 0;
}

.fakultativ_item_list .fakultativ_data {
display: inline-block;
float: left;
width: 100%;
padding: 10px 0;
overflow: hidden;
}

.fakultativ_item_list  h4.fakultativ_item_cim {
display: inline;
font-size: 15px;
padding: 0;
}
.fakultativ_item_list .fakultativ_data p {
display: inline !important;
width: auto !important;
float: none;
font-size: 14px;
line-height: 18px;
}


.fakultativ_item_list .fakultativ_data > ul {
display: inline;
float: left;
margin: 10px 0;
clear: both;
list-style-type: disc !important;
list-style: disc !important;
list-style-position: inside !important;
}

.fakultativ_item_list .fakultativ_data > ul > li {
width: 100%;
list-style-type: disc !important;
list-style: disc !important;
list-style-position: inside !important;
padding: 3px 0 0 18px;
font-size: 14px;
line-height: 18px;
margin: 0;
padding-left: 20px;
}

.fakultativ_item_list .offerbox-price {
font-weight: bold;
display: inline-block;
}







/*--csatolt szallas---*/
.szallas_item_list {
display: inline-block;
float: left;
width: 100%;
padding:  0 0 10px 0;

margin-bottom: 10px;
background-color: #D8EDE9;
}

.szallas_item_list .szallas_data img {
display: inline;
float: left;
margin: 5px 10px 5px 0;
max-width: 150px;
border: 0;
}

.szallas_item_list .szallas_data {
display: inline-block;
float: left;
width: 100%;
padding: 10px 14px;
overflow: hidden;
}

.szallas_item_list h4.szallas_item_cim {
display: inline-block;
font-family: Arial, 'Segoe Ui', Helvetica, sans-serif !important;
width: 100%;
float: left;
font-size: 18px !important;
padding: 6px 10px !important;
line-height: 20px !important;
margin-bottom: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-bottom: 1px solid #fff;
font-weight: normal;
color: #000;
}

.szallas_item_list h4 .stars {float: right;}

.szallas_item_list .szallas_data p {
display: inline !important;
width: auto !important;
float: none;
font-size: 14px;
line-height: 18px;
}


.szallas_item_list .szallas_data > ul {
display: inline;
float: left;
margin: 10px 0;
clear: both;
list-style-type: disc !important;
list-style: disc !important;
list-style-position: inside !important;
}

.szallas_item_list .szallas_data > ul > li {
width: 100%;
list-style-type: disc !important;
list-style: disc !important;
list-style-position: inside !important;
padding: 3px 0 0 18px;
font-size: 14px;
line-height: 18px;
margin: 0;
padding-left: 20px;
}


/*csatolt hajo*/
.hajo_item_list {
display: inline-block;
float: left;
width: 100%;
padding:  0 0 10px 0;
margin-bottom: 10px;
background-color: #d1ebff;
}

.hajo_item_list .hajo_data img {
display: inline;
float: left;
margin: 5px 10px 5px 0;
max-width: 150px;
border: 0;
}

.hajo_item_list .hajo_data {
display: inline-block;
float: left;
width: 100%;
padding: 10px 14px;
overflow: hidden;
}

.hajo_item_list h4.hajo_item_cim {
display: inline-block;
font-family: Arial, 'Segoe Ui', Helvetica, sans-serif !important;
width: 100%;
float: left;
font-size: 18px !important;
padding: 6px 10px !important;
line-height: 20px !important;
margin-bottom: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-bottom: 1px solid #fff;
font-weight: normal;
color: #000;
}

.hajo_item_list h4 .stars {float: right;}

.hajo_item_list .hajo_data p {
display: inline !important;
width: auto !important;
float: none;
font-size: 14px;
line-height: 18px;
}


.hajo_item_list .hajo_data > ul {
display: inline;
float: left;
margin: 10px 0;
clear: both;
list-style-type: disc !important;
list-style: disc !important;
list-style-position: inside !important;
}

.hajo_item_list .hajo_data > ul > li {
width: 100%;
list-style-type: disc !important;
list-style: disc !important;
list-style-position: inside !important;
padding: 3px 0 0 18px;
font-size: 14px;
line-height: 18px;
margin: 0;
padding-left: 20px;
}

.textbox table {
width: 100% !important;
margin: 10px 0;
clear: both;
}

.post-tags label, .post-tags a.cimke {
    display: inline-block;
    float: left;
    margin: 0 2px 2px 0;
    font-size: 13px;
    font-stretch: condensed;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans','Segoeu ui', Arial;
    padding: 4px 6px 4px 6px;
    font-style: italic;

    border-radius: 2px;
}
.post-tags a.cimke {    background: #111 !important;}

.textbox.post-tags {
width: 100%;
padding: 10px 0 !important;
}



.bpb-container {
  animation: sway 2.4s infinite;
  animation-timing-function: ease-in-out;
   animation: sway 2.4s infinite;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
  height: 360px;
  width: 180px;
  position: absolute;
  top: 0;
  right: 30px;
}

@keyframes sway  {
    0% { transform: rotate(8deg); }
    50% { transform: rotate(-8deg); }
    100% { transform: rotate(8deg); }
}

@-webkit-keyframes sway  {
    0% { transform: rotate(8deg); }
    50% { transform: rotate(-8deg); }
    100% { transform: rotate(8deg); }
}


.bestpricebox {
position: relative;
color: #000;
padding: 8px 15px;
background-color: #f9ba13;
display: inline-block;
text-align: right;
float: right;
width: auto;
min-width: 200px;
height: auto;
clear: right;
}





.cimblockfull .bestpricebox {
position: absolute;
top: 0;
right: 0;
z-index: 25;		
height: 100%;
}


.bestpricebox label {font-size: 13px; line-height: 15px; font-weight: 600; text-transform: uppercase; width: 100%; display: inline-block;}
.bestpricebox label i {
color: #fff; font-size: 0;
width: 19px; height: 19px;
display: inline-block;
border-radius: 50%;
text-align:center;
font-style: normal;
font-weight: normal;
text-transform: none;
margin-left: 6px;
background: #de1256 url('/themes/vista.hu/images/pinplus.png') no-repeat center center;
}

.bestpricebox .bestprice span {font-size: 24px; line-height: 28px; font-family: 'boldfont', Helvetica, Arial, sans-serif;font-weight: normal;float: right;display: inline-block;}
.bestpricebox .bestprice small {font-size: 16px; float: right; margin-top: 5px; margin-left: 4px; display: inline-block;}


.bestpricebox .bestdate {font-size: 13px;color: rgba(255,255,255,0.7);display: none;}




.bestpricerow {
color: #000;
width: 100%;
background-color: #f9ba13;
display: none;
float: left;
}


.bestpricerow div {
display: inline-block;
float: left;
width: 50%;
padding: 15px 15px;
}


.bestpricerow .bestprice,
.bestpricerow .bestpricedate {
width: 100%;
display: inline-block;
float: left;
font-size: 16px;
line-height: 20px;
}
.bestpricerow .bestprice b {
display: inline-block;
padding-top: 4px;
font-size: 22px;
font-family: 'boldfont', 'Open Sans', Arial, sans-serif;
font-weight: normal;
}

.bestpricerow .bestpricedate {
width: 100%;
display: inline-block;
float: left;
font-size: 13px;
line-height: 18px;
}

.sectionbt {
width: 100%;
text-align: center;
color: #fff;
text-decoration: none;
margin: 0;
margin-top: 4px;
font-weight: 600;
border-radius: 3px;
background: #009999;
display: inline-block;
padding: 6px 0;
font-size: 16px;
}
.sectionbt:hover {
color: #fff;
}









.topstripe {
width: 100%;
height: 15px;
display: none;
float: left;
background:#ffcc2a;
}

.utleftbox {
display: inline-block;
float: left;
min-height: 300px;
width: 50.0000%;
background: rgba(255,195,5,0.6);
position:relative;
cursor: default;
text-align: left;
color: #fff;
}

.utleftbox-inner {
width: 100%;
display: inline-block;
float: left;
padding: 0;
}




.cimblock {
  width: 100%;
  padding: 30px 40px 10px 40px;
  display: inline-block;
  float: left;
  position: relative;
  background: transparent;
  border-radius: 4px 4px 0 0;
}

.cimblockleft {
display: inline-block;
float: left;
width: 70%;
padding-right: 20px;
}


.cimblockfull h1,
.cimblock h1 {display: inline-block; float: left;

font-size: 30px;
  line-height: 35px;
letter-spacing: -1px;
width: 100%;
color: #111;
font-family: 'boldfont', 'Open Sans', Arial, sans-serif;
font-weight: normal;
margin: 5px 0;
}
.cimblockfull h1 {color: #fff;}

h1 .stars {display: inline-block; margin: 0 0 18px 5px;}


.cimblock div.dest {
font-size: 12px;
line-height: 16px;
text-transform: none;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 100%;
display: inline-block;
float: left;
clear: left;
margin: 8px 0;
}
.cimblock div.dest a {
  display: inline-block;
  float: left;
  line-height: 22px;
  height: 21px;
  font-size: 12px;
  padding: 0 5px;
  margin-right: 5px;
  background: transparent;
  border-radius: 2px;
  color: #00aaaa;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
.cimblock div.dest a:hover {
background: #00c4b1;
background: #00aaaa;
color: #fff;
}



.cimblockfull {
width: 100%;
background-color: #009999;
height: 320px;
display: inline-block;
float: left;
color: #fff;	
position: relative;
}

.cimblockfull .sitetitle.hasbestprice { width: calc(100% - 200px); }

.cimblockfull .cimblocktop {
width: 100%;
padding: 10px 20px;
background: rgba(0,0,0,0.5);
position: absolute;
top: 0;
left: 0;
right: 0;	
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 10;
}

.cimblockfull .cimblocktop h3 {
	float:left;
}

.cimblockimages {
width: 100%;
height: 320px;	
overflow: hidden;
}

.cbimg {
width: 25%;
height: 50%;
display: inline-block;
float: left;	
background-size: cover;
background-repeat: no-repeat;
background-position:center;
}

.cbbanner {
width: 100%;
height: 100%;
display: inline-block;
float: left;	
background-size: cover;
background-repeat: no-repeat;
background-position:center;	
}


.utbr .breadcrumbs {
    padding: 10px 0 !important;
}


.mapimg {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
	margin: 10px 0;
}


.hajogallery,
.utgallery {
width: 100%;
height: auto;
max-height: 480px;
overflow: hidden;
display: inline-block;
float: left;	
margin: 20px 0;
}


.utgallery .thumb {
width: 25%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
height: 120px;
background-size: cover;	
background-repeat: no-repeat;
background-position:center;
display: inline-block;
float: left;
border: 1px solid #fff;
}

.hajogallery .thumb {
width: 50%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
height: 120px;
background-size: cover;	
background-repeat: no-repeat;
background-position:center;
display: inline-block;
float: left;
border: 1px solid #fff;
}


.utleftbox p.teaser {
font-size: 16px;
line-height: 22px;
height: 88px; padding: 0;
overflow: hidden;
font-style: italic;
display: inline-block;
width: 100%;
color: #111;
}

.utazasadat {
width: 55%;
display: inline-block; float: left;
}

.utleirasok .utazasadat {
width: 100%;
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(0,0,0,0.2);
}

.utazasadat .adatlbl {
font-size: 14px;
text-transform: uppercase;
display: inline-block;
width: 100%;
padding: 10px 0 10px 0;
color: #111;
margin-bottom: 10px;
border-bottom: 1px solid rgba(0,0,0,0.2);
}

.alapadattabla {
width: 100%;
}

.alapadattabla tr td {font-size: 13px;color: #111;}
.alapadattabla tr td.lbl {width: 25%; color: rgba(0,0,0,0.7);}
.turnus:last-child span.vesszo {display: none;}

.tags {width: 100%; margin-top: 20px; height: 34px; display: inline-block; float: left;}
.tags a {margin-right: 8px; opacity: 1;}
.tags a img {border: 0;}
.tags a:hover {opacity: 1;}


.sectiontitle {
font-family: 'boldfont';
font-weight: normal;
color: #111;
font-size: 30px;
padding: 20px;
display: inline-block;
float: left;
width: 100%;
}


#hasonloutak {
width: 100%;
display: inline-block;
float: left;
min-height: 300px;
margin-bottom: 20px;

padding: 0;
}
#hasonloutak .leirascim {
padding: 16px;
font-size: 20px;
line-height: 25px;
display: inline-block;
font-family: 'boldfont';
float: left;
color: #202a36;
}



#hasonloutak .offerbox-list {
width: 100.05%;
display: inline-block;
float: left;
height: auto;
overflow: hidden;
border: 0;
}

#hasonloutak .offerbox-list li {
width: 100%;
display: inline-block;
float: left;
padding: 0 10px;
border: 0;
}
#hasonloutak .offerbox-list li a {
padding: 8px 16px 8px 80px;
width: 100%;
display: inline-block;
float: left;
font-size: 14px;
position: relative;
height: 76px;
text-decoration: none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 3px;
}

#hasonloutak .offerbox-list li a h3 {
font-size: 15px;
line-height: 20px;
display: inline-block;
float: left;
width: 100%;
text-decoration: none;
text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
font-weight: 600;
color: #00aaaa;
}


#hasonloutak .offerbox-list li a p {
font-size: 13px;
text-decoration: none;
display: inline-block;
float: left;
width: 65%;
color: #7a7a7a;
text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
}

#hasonloutak .offerbox-list li a .imgbox {
width: 60px;
height: 60px;
position: absolute;
display: inline-block;
top: 8px;
left: 8px;
border-radius: 0;
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

#hasonloutak .offerbox-list li a .offerbox-price {
position: absolute;
bottom: 10px;
left: 80px;
color: #111;
font-weight: 600;
}

#hasonloutak .offerbox-list .offerbox-more {
display:none;
}


.gombwrapper {
  width: 100%;
  display: inline-block;
  /*display: flex;*/
  height: auto;
  float: left;
  margin-top: 30px;
}


.gombwrapper a {
  width: 48%;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 12px 16px;
  min-height: 80px;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  color: #111;
   background-color: #ffd583;
   border-radius: 3px;
}


.gombwrapper a span {
  /*width: 100%;*/
  display: inline-block;
  float: left;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.gombwrapper a.ut-ajanlat-gomb {
  min-height: 92px;
  background-repeat: no-repeat;
  background-position: top left;
}

.gombwrapper a.ut-elkuld-gomb {
  min-height: 92px;
  float: right !important;
  background-repeat: no-repeat;
  background-position: top left;
}
.gombwrapper a small {
  width: 100%;
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  color: rgba(0,0,0,0.7);
  margin-top: 3px;
}
.gombwrapper a:hover {
  color: #fff;
  background-color: #00aaaa;
}
.gombwrapper a.ut-elkuld-gomb:hover {
  color: #fff !important;
  background-position: bottom left;
}

.gombwrapper a:hover span {
color: #fff;
}
.gombwrapper a:hover small {
color: rgba(255,255,255,0.7);
}


/*---Kapcsolodo cikkek----*/

.paddingwrapper {
width: 100%;
display: inline-block;
float: left;
padding: 10px;
}
#kapcsolodocikkek {
width: 100%;
display: inline-block;
float: left;
min-height: 300px;
margin: 20px 0;
padding: 16px;
border-radius: 3px;
background: #fff;
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}
#kapcsolodocikkek .leirascim {
padding: 10px;
font-size: 24px;
display: inline-block;
float: left;
}



.cikkbox-list {
width: 100.05%;
display: inline-block;
float: left;
height: auto;
overflow: hidden;
}

.cikkbox-list li {
width: 50%;
display: inline-block;
float: left;
padding: 5px;
}
.cikkbox-list li a {
padding: 8px 16px 8px 80px;
width: 100%;
display: inline-block;
float: left;
font-size: 14px;
position: relative;
height: 90px;
text-decoration: none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

.cikkbox-list li a h3 {
font-size: 15px;
line-height: 20px;
height: 20px;
margin-top: -2px;
display: inline-block;
float: left;
width: 100%;
text-decoration: none;
text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
font-weight: 600;
color: #00aaaa;
}


.cikkbox-list li a p {
font-size: 13px;
text-decoration: none;
display: inline-block;
float: left;
width: 100%;
color: #111;
line-height: 18px;
max-height: 54px;
overflow: hidden;
display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cikkbox-list li a .imgbox {
width: 60px;
height: 60px;
border-radius: 50%;
position: absolute;
display: inline-block;
top: 10px;
left: 10px;
border-radius: 0;
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-radius: 50%;
}


.cikkbox-list .offerbox-more {
display:none;
}

.cikkbox-list li a:hover {
}

.cikkbox-list li a:hover h3 {
color: #00aaaa;
}


#landingnews .offerbox-top {
width: 100%;
display: inline-block;
float: left;
padding: 8px 16px;
overflow: hidden;
}

#landingnews .offerbox-top label {
font-size: 24px;
font-weight: 300;
}



#landingnews .cikkbox-list {
width: 100.05%;
border-top: 1px solid #eee;
}
#landingnews .cikkbox-list li {
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
padding: 0;
}
#landingnews .cikkbox-list li a {
padding: 10px 16px 10px 90px;
height: 98px;
}

#landingnews .cikkbox-list li a .imgbox {
width: 60px;
height: 60px;
position: absolute;
display: inline-block;
top: 12px;
left: 16px;
border-radius: 0;
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-radius: 50%;
}

#landingnews .cikkbox-list li a h3 {
font-size: 16px;
line-height: 20px;
height: 20px;
margin-top: -2px;
display: inline-block;
float: left;
width: 100%;
text-decoration: none;
text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
font-weight: 600;
color: #00aaaa;
}
#landingnews .cikkbox-list li a p {
font-size: 13px;
margin-top: 4px;
text-decoration: none;
display: inline-block;
float: left;
width: 100%;
color: #111;
line-height: 18px;
max-height: 56px;
overflow: hidden;
display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#landingnews .cikkbox-list li a:hover {
background-color: #D8EDE9;
}

#landingnews .button {
 background: #00aaaa;
  background: -moz-linear-gradient(top, #00aaaa 0%, #00aaaa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aaaa), color-stop(100%, #00aaaa));
  background: -webkit-linear-gradient(top, #00aaaa 0%, #00aaaa 100%);
  background: -o-linear-gradient(top, #00aaaa 0%, #00aaaa 100%);
  background: -ms-linear-gradient(top, #00aaaa 0%, #00aaaa 100%);
  background: linear-gradient(to bottom, #00aaaa 0%, #00aaaa 100%);
float: right;
margin: 10px;
}


/*--CserElni kellene Elesebb png ikonokra--*/
.tags a {width: 24px; height: 34px; display: inline-block; float: left; background: url('/themes/vista.hu/images/nav-icon-sprite2.png') no-repeat top left;}

.tags a.icon-varos  {background-position: -86px 0;}
.tags a.icon-varos:hover  {background-position: -6px 0;}

.tags a.icon-korut  {background-position: -86px -34px;}
.tags a.icon-korut:hover  {background-position: -6px -34px;}

.tags a.icon-udules  {background-position: -86px -68px;}
.tags a.icon-udules:hover  {background-position: -6px -68px;}

.tags a.icon-aktiv  {background-position: -86px -104px;}
.tags a.icon-aktiv:hover  {background-position: -6px -104px;}

.tags a.icon-egzotik  {background-position: -88px -138px;}
.tags a.icon-egzotik:hover  {background-position: -8px -138px;}

.tags a.icon-csalad  {background-position: -83px -174px; width: 32px;}
.tags a.icon-csalad:hover  {background-position: -3px -174px;}

.tags a.icon-osz  {background-position: -86px -206px;}
.tags a.icon-osz:hover  {background-position: -6px -206px;}

.tags a.icon-advent  {background-position: -86px -240px;}
.tags a.icon-advent:hover  {background-position: -6px -240px;}

.tags a.icon-karacsony  {background-position: -86px -274px;}
.tags a.icon-karacsony:hover  {background-position: -6px -274px;}

.tags a.icon-szilveszter  {background-position: -88px -308px;}
.tags a.icon-szilveszter:hover  {background-position: -8px -308px;}

.tags a.icon-karneval  {background-position: -88px -342px;}
.tags a.icon-karneval:hover  {background-position: -8px -342px;}

.tags a.icon-valentin  {background-position: -88px -376px;}
.tags a.icon-valentin:hover  {background-position: -8px -376px;}

.tags a.icon-tavasz  {background-position: -88px -410px;}
.tags a.icon-tavasz:hover  {background-position: -8px -410px;}

.tags a.icon-punkosd  {background-position: -6px -444px;}
.tags a.icon-punkosd:hover  {background-position: -46px -444px;}

.tags a.icon-hetvege  {background-position: -88px -478px;}
.tags a.icon-hetvege:hover  {background-position: -8px -478px;}

.tags a.icon-egyeni  {background-position: -89px -512px;}
.tags a.icon-egyeni:hover  {background-position: -9px -512px;}

.tags a.icon-buszos  {background-position: -89px -546px;}
.tags a.icon-buszos:hover  {background-position: -9px -546px;}

.tags a.icon-repulos  {background-position: -88px -580px;}
.tags a.icon-repulos:hover  {background-position: -8px -580px;}

.tags a.icon-orszagok {background-position: -6px -648px;}
.tags a.icon-orszagok:hover {background-position: -46px -648px;}

.tags a.icon-akcio {background-position: -6px -682px;}
.tags a.icon-akcio:hover {background-position: -46px -682px;}

.tags a.icon-egynapos {background-position: -88px -716px;}
.tags a.icon-egynapos:hover {background-position: -8px -716px;}


.tags a.icon-mano {background-position: -6px -750px;}
.tags a.icon-mano:hover  {background-position: -46px -750px;}

.tags a.icon-naszut {background-position: -88px -784px;}
.tags a.icon-naszut:hover {background-position: -8px -784px;}

.tags a.icon-hajo {background-position: -88px -884px;}
.tags a.icon-hajo:hover {background-position: -8px -884px;}



.sharebox {
display: inline-block;
float: right; width: auto;
padding-top: 0;
position: relative;
padding-bottom: 10px;
text-align: right;
margin-top: 5px;
z-index: 30;
}
.sharebox label {
font-size: 14px;
display: inline-block;
float: right;
font-weight: 600;
padding-bottom: 5px;
}

.cimblock .sharebox {
top: 0;
right: 0;
}
.uttop .sharebox {
top: 20px;
right: 30px;
z-index: 600;
text-align: right;
color: #fff;
}




.sharethis {
	width: 30px;
	height: 30px;
	line-height: 32px;
	background: #00aaaa;
	border-radius: 32px;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	float: right;
	line-height: 0;
	font-size: 11px;
	overflow: hidden;
	text-indent: -300px;
	margin-right: 8px;

	background-color: #e9e8e3;
	background-repeat: no-repeat;
	background-image: url('/themes/vista.hu/images/social-icons-dark.png')
}


.sharethis:active {
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}


.dl-icon {background-position: -183px -1px;}
.fb-icon {background-position: -114px -1px;}
.gp-icon {background-position: -77px -1px;}
.pt-icon {background-position: -38px 0;}
.tw-icon {background-position: 0 0;}

.mt60 {
margin-top: 65px;
}

.socialicon {
display: inline-block;
float: left;
width: 34px;
height: 34px;
margin: 0 4px 4px 0;
border-radius: 50%;
background-color: #00aaaa;
background-repeat: no-repeat;
background-image: url('/themes/vista.hu/images/social-icons.png')
}



.imicon {background-position: -146px 1px;}
.fbicon {background-position: -112px 0;}
.gpicon {background-position: -75px 1px;}
.pnicon {background-position: -37px 1px;}
.twicon {background-position: 3px 2px;}



/*-------*/

.subscribe-wrapper {
display: none;
float: left;
position: relative;
width: 100%;
margin-top: 60px;
background-color: #00aaaa;
padding: 10px 80px 10px 80px;
}

.subscribe-text {
width: 30%;
display: inline-block;
float: left;
color: #fff;
font-size: 22px;
padding-bottom: 4px;
padding-top: 5px;
font-weight: normal;
 font-family: pacifico;
 box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}


.subscribe-form {
display: inline-block;
float: left; width: 70%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

.subscribe-form fieldset {
width: 35%;
display: inline-block;
float: left;
padding-right: 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding-bottom: 3px;
padding-top: 5px;
}

.subscribe-form fieldset.buttonfield {
width: 30%;
}

.subscribe-form  input {
width: 100%;
display: inline-block;
float: left;
font-size: 16px !important;
line-height: 20px!important;
padding: 8px!important;
height: auto !important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

.subscribe-wrapper .open {display: none;}


.subscribe-form .button {
margin: 0;
background: #00aaaa;
height: 36px;
line-height: 36px;
padding: 0 15px;
}



/*---normal gallerywrapper----*/



.owl-gallery {
width: 100%;
display: inline-block;
float: right;
background: #fff;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd; 
position: relative;
padding: 10px 40px;
}


.owl-gallery .owl-item  {
padding: 4px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}


.owl-gallery .owl-item .item {
width: 100% !important;
height: 200px;
display: inline-block;
float: left;
overflow: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}


.owl-gallery .owl-prev,
.owl-gallery .owl-next {
position: absolute;
width: 40px;
height: 100%;
top: 0;
background-color: transparent;
overflow: hidden;
text-indent: -900px;
}




.owl-gallery .owl-prev {
left: -40px;
background: url('/themes/vista.hu/images/arrows-black.png') no-repeat left center;
}
.owl-gallery .owl-next {
right: -40px;
background: url('/themes/vista.hu/images/arrows-black.png') no-repeat right center;
}






.gallery-container {
width: 50%;
display: inline-block;
float: right;
background: #f9ba13;
position: relative;
}

.gallery-container .fotorama {
}


/*---fullw gallery---*/

.gallerywrapper {
width: 100%;
display: inline-block;
float: left;
background: #1a0624;
/*overflow:auto;
-webkit-overflow-scrolling: touch;*/
margin-bottom: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: relative;
height: 104px;
padding: 1px;
overflow: hidden;
}
.thumbnails {
  display: inline-block;
  float: left;
  margin: 0;
  height: 102px;
  background: #1a0624;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}


.thumbnails a {
 width: 100px;
 height: 100px;
 border: 1px solid #1a0624;
 overflow: hidden;
 display: inline-block;
 float: left;
 display: inline !important;
 -webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: relative;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}


.thumbnails a img {
width: 100px;
height: 100px;
display: inline-block;
float: left;
border:0;
opacity: 0;
transform: scale(0.8,0.8) transform3d(0,0,0);
-webkit-transform: scale(0.8,0.8) transform3d(0,0,0);
-moz-transform: scale(0.8,0.8) transform3d(0,0,0);
-ms-transform: scale(0.8,0.8) transform3d(0,0,0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.thumbnails a.on img {
opacity: 1;
transform: scale(1,1) transform3d(0,0,0);
-webkit-transform: scale(1,1) transform3d(0,0,0);
-moz-transform: scale(1,1) transform3d(0,0,0);
-ms-transform: scale(1,1) transform3d(0,0,0);
 -webkit-backface-visibility: hidden;
backface-visibility: hidden;
}



.thumbnails a .imgtohide {
 width: 100px;
 height: 100px;
 border: 0;
 display: inline-block;
 float: left;
 position: absolute;
 z-index: 0;
 opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}


.thumbnails a .imgtoview {
 width: 100px;
 height: 100px;
 border: 0;
 overflow: hidden;
 display: inline-block;
 float: left;
background-size: cover;
background-repeat: no-repeat;
background-position:center;
opacity: 0;
transform: scale(0.8,0.8) transform3d(0,0,0);
-webkit-transform: scale(0.8,0.8) transform3d(0,0,0);
-moz-transform: scale(0.8,0.8) transform3d(0,0,0);
-ms-transform: scale(0.8,0.8) transform3d(0,0,0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
 position: absolute;
 z-index: 10;
 top: 0;
 left: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.thumbnails a.on .imgtoview {
opacity: 1;
transform: scale(1,1) transform3d(0,0,0);
-webkit-transform: scale(1,1) transform3d(0,0,0);
-moz-transform: scale(1,1) transform3d(0,0,0);
-ms-transform: scale(1,1) transform3d(0,0,0);
}

#touchsurface {
  width: 100%;
  height: 300px;
  padding: 10px;
  font-size: 24px;
  line-height: 1.1em;
  background: lightyellow;
  border: 1px solid orange;
  display: inline-block;
  float: left; background-color:grey;
 line-height:200px;
 text-align:center;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -webkit-tap-highlight-color: rgba(0,0,0,0);
 font-size:24px;
}


.fotoramahidden {
height: 0;
overflow: hidden;
}

/* Let's get this party started */
.gallerywrapper::-webkit-scrollbar {
    width: 10px;height: 10px;
}

/* Track */
.gallerywrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

/* Handle */
.gallerywrapper::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.5);
	height: 8px;
}
.gallerywrapper::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.3);
}


.shortgallery {
width: 102px;
height: 550px;
position: absolute;
right: 0;top: 0;
z-index: 1000;
display: inline-block;
background: #252b51;
}

.shortgallery .thumbnails {
width: 102px;
height: 600px;
background: #252b51;
}
.shortgallery .thumbnails a {
border: 1px solid #252b51;
}







/*---TEMA REGIO---*/

.uttopover, .tematopover {
padding: 20px 40px 20px 40px;
width: 100%;
background: rgba(32,42,54,0.6);
display: inline-block;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 110;
color: #fff;
font-size: 11px;

}
.uttopover {
border-radius: 4px 4px 0 0;
}

.noimgbg .tematopover {
background: transparent;
}



.tematopsmall {
height: 200px !important;
}

.tematopsmall h1 {color: #fff !important; text-shadow: none !important;}

.breadcrumbs {
width: 100%;
display: inline-block;
float: left;
padding: 0;
font-size: 12px;
line-height: 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-family: 'Open Sans',Arial,sans-serif;
padding: 0;
}

.breadcrumbs li {list-style: none;  display: inline-block; float: left; padding-right: 10px; border-right: 1px solid #fff; margin-right: 10px; font-size: 12px; min-height: 20px; text-transform: none;}
.breadcrumbs li:last-child {background: none; border-right: 0;}
.breadcrumbs li a {font-size: 11px; line-height: 20px; min-height: 20px; color: #fff; text-decoration: none; display: inline-block; float: left; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.breadcrumbs li a:hover {text-decoration: underline; color: #fff;}
.breadcrumbs li span.yah {color: #ff6b11; background: transparent; height: 20px; line-height: 20px; display: inline-block; float: left; padding: 0 0; white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.breadcrumbs li span.yah2 {color: #ff6b11; background: #fedb6c; height: 20px; line-height: 20px; display: inline-block; float: left; padding: 0 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


.brtop {
position: relative;
display: inline-block;
float: left;
width: 100%;
}
.brtop  .breadcrumbs {padding: 10px 80px 0 80px;}
.brtop .breadcrumbs li {border-right: 1px solid #fff;}
.brtop  .breadcrumbs li:last-child {background: none; border-right: 0;}
.brtop  li a {color: #111; font-weight: 600; }
.brtop  li a:hover {color: #111;}
.brtop .breadcrumbs li span.yah {color: #666; }
.brtop  .breadcrumbs li span.yah2 {color: #666; }


.magazin-breadcrumb li {border-right: 1px solid #ddd;}
.magazin-breadcrumb li a{color: #111; font-size: 13px;}
.magazin-breadcrumb  li a:hover {color: #111;}

.newshome {
display: inline-block;
	float: left;
	width: 100%;
margin: 10px 0 0 0; 	
}
.newsitemwrap {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 10px 0;
	height: 240px;
}

.newsitemwrap a {
	text-decoration: none;
	width: 100%;
	display: inline-block;
	float: left;
	height: 100%;
	background-color: #ccc;
	position: relative;
}
.newsitemwrap a .imgbox {
	text-decoration: none;
	width: 100%;
	display: inline-block;
	float: left;
	height: 100%;
	
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
}
.newsitemwrap a .newsitemtext {
position:absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding: 40px 15px 15px 15px;
text-shadow: 1px 1px 2px #000;
color: #fff;
	    background-image: linear-gradient(to bottom,rgba(0, 10, 20, 0) 0%, rgba(0, 10, 20, 0.85) 95%);
    background-image: -ms-linear-gradient(top center,rgba(0, 10, 20, 0) 0%, rgba(0, 10, 20, 0.85) 95%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 10, 20, 0)),to(rgba(0, 10, 20, 0.85)));
    background-image: -moz-linear-gradient(top center,rgba(0, 10, 20, 0) 0%, rgba(0, 10, 20, 0.85) 95%);
    text-align: left;
}

.newsitemwrap a .newsitemtext h3 {
	font-size: 16px;
	    font-size: 15px;
    line-height: 18px;
	max-height: 62px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.newsitemwrap a .newsitemtext p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    text-overflow: ellipsis;
    margin: 0;
    width: 100%;
    overflow: hidden;
    max-height: 48px;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; 
  box-orient: vertical;
    
}
.index_content .content-left-75 {width: 70%;}
.index_content .content-right-25 {width: 30%;}
.index_content .content-left-75 {padding-right: 0;}




.imgadv {
display: inline-block;
	float: left;
	width: 100%;
	margin: 10px 0;
	height: auto;	
}

.imgadv img {
width: 100%;
height: auto;
display: inline-block;
float: left;	
} 

 /*---TEMA---*/
.tematop {
display: inline-block;
float: left;
width: 100%;
height: auto;
height: 320px;
background: #ccc;
position: relative;

background-color: #00d7d9;
overflow: hidden;
text-align: left;

}

.tematop.noimgbg.weather-header {
height: 500px;
}


.tematop.noimgbg, .tematop.smallbg  {
display: inline-block;
float: left;
width: 100%;
height: 300px;
background: #ccc;
position: relative;
background-color: #00aaaa;
background-color: #009999;
background-color: #00ccce;
background-color: #0cbdae;
overflow: hidden;
text-align: left;
-webkit-transition: height 0.5s;
-moz-transition: height 0.5s;
transition: height 0.5s;
}


.temamainimg {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
display: inline-block;
width: 100%;
height: 320px;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10;
}
.tematop.weather-header {
background-color: #009999;
}

.tematop.weather-header .temamainimg {
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
width:110%;
height: 600px;
top: -50px;
left: -5%;
right: -5%;
display: block;
}

.tematopdata {
display: inline-block;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
right: 0;
padding: 60px 40px 20px 40px;
color: #fff;
z-index: 100;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.noimgbg .tematopdata {
background: transparent;
}

.tematitle {display: inline-block; float: left; width: 100%; padding-bottom: 20px; position: relative;}
.tematopdata h1 {
font-size: 50px;
line-height: 55px;
font-weight: normal;
font-family: 'boldfont', Arial, sans-serif;
text-shadow: 1px 1px 2px rgba(0,0,0,0.3), -1px 1px 3px rgba(0,0,0,0.3);
max-width: 60%;
letter-spacing: -1px;
padding: 0; margin: 0;
display: inline-block;
float: left;
text-transform: none;
z-index: 100;
position: relative;
color: #fff;
}

.tematopdata h1 span {
	line-height:14px;
	display:block;
	font-size:14px;
	font-weight: normal;
	margin-top: 5px;
	font-family: Arial, 'Segoe Ui', Helvetica, sans-serif;
	letter-spacing: 0;
	text-shadow: none;
}

.tematop.weather-header .tematopdata h1 span {
font-size: 22px;
font-family: 'Open Sans','Arial';
display: inline-block;
float: left;
width: auto;
position: absolute;
top: -25px;
left: 0;
line-height: 30px;
padding-left: 3px;
}


.tematopdata .teaser {
font-size: 14px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.3), -1px 1px 3px rgba(0,0,0,0.3);
line-height: 19px;
padding-top: 10px;
padding-bottom: 10px;
display: inline-block;
float: left;
max-width: 600px;
color:inherit;
font-weight: inherit;
}
.tematopdata .teaser.ship {
	max-width: 100%;
}

.tematopdata p.fototeaser {
font-size: 12px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
line-height: 18px;
padding-top: 10px;
display: inline-block;
float: left;
width: 100%;
max-width: 100%;
opacity: 0.6;
}

.tematopdata .regiotags {
width: 100%;
display: inline-block;
float: left;
height: 22px;
z-index: 120;
clear: both;
}

.tematopdata .regiotags a {
display: inline-block;
float: left;
line-height: 22px;
height: 21px;
font-size: 12px;
padding: 0 5px;
margin-right: 5px;
background: transparent;
border-radius: 2px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-weight: 500;z-index: 600;
}




.tematopdata .regiotags a:hover {
background: #00c4b1;
}


.tematop.noimgbg h1,
.tematop.noimgbg p,
.tematop.noimgbg div,
.tematop.noimgbg span,
.tematop.noimgbg span i {
  text-shadow: none !important;
  color: #fff !important;
}



.pagelabel {
display: none;
float: left;
background: #00aaaa;
background: #fff;
height: auto;
width: 100%;
padding: 80px 40px 15px 40px;
font-size: 28px;
color: #212121;
font-weight: normal;
font-weight: 200;
font-family: 'Open Sans'
}



.pagenavbox {
display: block;
float: left;
background: #fff;
height: auto;
width: 100%;
padding: 0 0 0 80px;
border-bottom: 1px solid #ddd;
position: relative;
}
.pagenav {
display: inline-block;
float: left;
width: 100%;
overflow: hidden;
min-height: 60px;
position: relative;
overflow: auto;
}

.pagenavbox:after {
position: absolute;
content: '';
top: 0;
right: 0;
background: transparent url('/themes/vista.hu/images/ending.png') repeat-y top right;
width: 50px;
height: 60px;
}




.pagenav ul {
display: inline-block;
float: left;
width: 100%;
height: 60px;
overflow: hidden;
padding-right: 40px;
}

.pagenav ul li {
list-style: none;
display: inline-block;
float: left;
height: 60px;
}


.pagenav ul li.indicatorli {
margin-left: -100%;
transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
line-height: 60px;
font-size: 22px;
color: #212121;
font-weight: 600;
padding: 0 20px 0 0;
}





.pagenav ul li a {
display: inline-block;
float: left;
color: #212121;
text-decoration: none;
font-size: 16px;
line-height: 60px;
padding: 0 12px;
height: 60px;
border-bottom: 0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
position: relative;
overflow: hidden;
}


.pagenav ul li a:active {
background-color: rgba(0,0,0,0.2);
}

.pagenav ul li a .ripple {

}






.pagenav ul li.selected a {
background: #111;
color: #fff;
}



.pagenavbox.sticky.fixed {
position: fixed;
width: auto;
top: 0;
left: 260px;
right: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
z-index: 1000;
border-bottom: 0;

box-shadow: 0 0 6px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.pagenavbox.sticky.fixed ul li.indicatorli {
margin-left: 0;
transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
}

.pagenavplace {
width: 100%;
display: block;
height: 0;
display: inline-block;
float: left;
}

.pagenavplace.active {
height: 60px;
}





div.blur {
filter: url(/themes/vista.hu/images/blur.svg#blur);
-webkit-filter: blur(5px);
filter: blur(5px);
-ms-filter: blur(5px);
-moz-filter: blur(5px);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}


.table_full_width {
width: 100% !important;
}

.table_full_width tr td {
padding: 20px 20px 20px 0;
}

.contactpage-content h2 {
font-family: boldfont !important;
font-weight: normal !important;
font-size: 20px !important;
}




/*---WHEATHER---*/

@font-face {
    font-family: 'weather';
    src: url('//s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('//s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('//s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('//s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('//s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.yahoo_weather {
width: 150px;
overflow: hidden;
display: inline-block;
	float: left;
    margin: 0;
	height: 0;
    text-transform: uppercase;
	border-left: 1px solid rgba(255,255,255,0.5);
	margin-left: 30px;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.yahoo_weather.active {
height: 80px;
}


#smtw {
    color: #fff;
    width: 150px;
	display: inline-block;
	float: left;
    margin: 0;
    text-transform: uppercase;
	position: absolute;
	transform: translate3d(-150px,0,0);
	-webkit-transform: translate3d(-150px,0,0);
	-moz-transform: translate3d(-150px,0,0);
	-ms-transform: translate3d(-150px,0,0);
	margin-top: 10px;
}

.yahoo_weather.active #smtw  {
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transition: all 0.3s ease 0.3s;
-webkit-transition: all 0.3s ease 0.3s;
}

    #smtw span {
	    display: inline-block;
	    float: left;

        color: #fff;
        font-size: 22px;
        line-height: 80px;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    }
    #smtw i {
	    display: inline-block;
	    float: left;
        color: #fff;padding: 5px 10px 0 15px;
        font-family: weather;
        font-size: 70px;
		line-height: 80px;
        font-weight: normal;
        font-style: normal !important;

    }
    #smtw p {
	    display: inline-block;
		float: left;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align:left;
        font-size: 11px;
		padding-left: 15px;
    }

.icon-0:before  { content: ":"; }
.icon-1:before  { content: "p"; }
.icon-2:before  { content: "S"; }
.icon-3:before  { content: "Q"; }
.icon-4:before  { content: "S"; }
.icon-5:before  { content: "W"; }
.icon-6:before  { content: "W"; }
.icon-7:before  { content: "W"; }
.icon-8:before  { content: "W"; }
.icon-9:before  { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }


.regio-forecast {
width: 100%;
display: inline-block;
float: left;
overflow: hidden;
}

.regio-forecast h4 {
font-weight: normal;
font-size: 14px;
padding-bottom: 5px;
}


.wdlist {
width: 100%;
display: inline-block;
float: left;
border-top: 1px solid rgba(255,255,255,0.3);
border-bottom: 1px solid rgba(255,255,255,0.3);
}

.wdlist li {
display: inline-block;
float: left;
width: 11%;
text-align:center;
border-right: 1px solid rgba(255,255,255,0.3);
padding: 10px 10px 5px 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
opacity: 0;
transform: translate3d(-20px,0,0);
-webkit-transform: translate3d(-20px,0,0);
-ms-transform: translate3d(-20px,0,0);
-moz-transform: translate3d(-20px,0,0);

}

.wdlist li:last-child {border-right: 0;}



.wdlist li.show {
opacity: 1;
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transition: all 0.4s ease 0.1s;
-webkit-transition: all 0.4s ease 0.1s;
-moz-transition: all 0.4s ease 0.1s;
}


.wdlist li label {
font-size: 11px;
text-transform: uppercase;
display: inline-block;
text-align:center;
width: 100%;
}
.wdlist li label .span1 {
display: inline-block;
width: 100%;
}
.wdlist li label .span2 {
display: none;
}



.wdlist li .temperature {
display: inline-block;
text-align:center;
}
.wdlist li .temperature span {
display: inline-block;
float: left;
font-size: 24px;
font-weight: 600;
line-height: 30px;
color: #fff;
padding: 0 10px;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}



.wdlist li i {
display: inline-block;
float: left;
color: #fff;
padding: 0 10px;
font-family: weather;
font-size: 25px;
width: 100%;
line-height: 30px;
font-weight: normal;
font-style: normal !important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.wdlist.black li .temperature span,
.wdlist.black li i {
	color: #000;
}

/*--IDOJARAS---*/


.idojarasbox {width: 100%; display: inline-block; position: relative;
background: #fff;

border-radius: 3px;
overflow: hidden;
overflow: hidden;
margin: 0 0;
}
.idojarasbox p {padding: 20px 20px; font-size: 14px; line-height: 20px; color: #4a4a4a; display: inline-block;}
  
.idojarasbox ul.temptags {padding: 5px 15px; display: inline-block; float: left; clear: both; background-color: #f5f5f5;
width: 100%;
height: auto;
line-height: 0; 
padding-top: 8px;
} 
.idojarasbox ul.temptags li {margin-right: 3px; margin-bottom: 3px; display: inline-block; float: left; }
.idojarasbox ul.temptags li a.temptag {padding: 4px 7px;   background-color: #f5f5f5; display: inline-block; float: left;  color: #1146cc; text-decoration: none; border-radius: 2px; display: inline-block; float: left;line-height: 20px;  font-size: 14px; font-weight: bold;}
.idojarasbox ul.temptags li.selected a.temptag {background: #111;color: #ffcc2a !important; text-decoration: none;}

.clear0 {width: 100%; height: 0px; overflow: hidden; display: inline-block; float: left;}
.clear1 {width: 100%; height: 10px; overflow: hidden;}
.clear3 {width: 100%; height: 30px; overflow: hidden;display: inline-block; float: left;}

.idojarastabla {width: 100%; border-collapse: collapse; margin: 0 0 0 0;border: 0;background: #fff;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
float: left;
}



.idojarastabla ul {
display: inline-block;
float: left;
width: 100%;
}


.idojarastabla ul li {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
text-align:center;

}

.idojarastabla .tablacimsor {width: 20%; display: inline-block; float: left; border-right: 1px solid #ddd;}
.idojarastabla .tablalists {width: 80%; display: inline-block; float: left;}


.idojarastabla ul.datarow {width: 100%;}
.idojarastabla ul.datarow li {width: 8.333333%; display: inline-block; float: left; padding: 10px; height: 60px;line-height: 40px;
border-right: 1px solid rgba(0,0,0,0.1);
font-weight: 600;
}




.idojarastabla ul.month {width: 100%;background: #e9e9e9;}
.idojarastabla ul.month li {width: 8.333333%; display: inline-block; float: left; padding: 10px; height: 70px; line-height: 50px;
border-right: 1px solid rgba(0,0,0,0.1);
}

.idojarastabla ul.datarow:nth-child(even) li {
background: #f5f5f5;
}
.idojarastabla ul.datarow li:hover {
background:#ffcc2a;
color: #000;
}
.idojarastabla .cimtd span {font-size: 14px;}
.idojarastabla ul.datarow li:last-child {border-right: 0;}
.idojarastabla ul.month li:last-child {border-right: 0;}

.idojarastabla .cimtd {
padding: 10px 10px 10px 60px; background-repeat: no-repeat;

    text-align: left;
   
    /* 2009 syntax */
    display: -webkit-box;
    display: box;
    /* current syntax */
    display: -webkit-flex;
    display: flex;  
   
	background-size: 30px auto;
}

.cimtd.nappali, 
.cimtd.vizh,
.cimtd.csnsz  {background-color: #f5f5f5;}

.idojarastabla .cimtd.nappali {background-image: url('/themes/vista.hu/images/wi-day-temp.svg');  background-position: 15px center !important;background-size: 35px auto;}
.idojarastabla .cimtd.ejjeli {background-image: url('/themes/vista.hu/images/wi-night-temp.svg'); background-position: 15px center !important;}
.idojarastabla .cimtd.napos {background-image: url('/themes/vista.hu/images/wi-sun.svg'); background-position: 15px center !important; background-size: 30px auto;}
.idojarastabla .cimtd.vizh {background-image: url('/themes/vista.hu/images/wi-water-temp.svg'); background-position: 15px center !important;}
.idojarastabla .cimtd.csnsz {background-image: url('/themes/vista.hu/images/wi-rain.svg'); background-position: 15px center !important;}
.idojarastabla .cimtd.atlcs {background-image: url('/themes/vista.hu/images/wi-humidity.svg'); background-position: 15px center !important;}



.idojarastabla .cimtd {
/* 2009 syntax */
    -webkit-box-align: center;
    /* current syntax */
    -webkit-align-items: center;
    flex-align: center;
	height: 60px;
}
.idojarastabla .cimtd.varosnev {min-height: 70px;background: #111;
  color: #ffcc2a;
  padding-left: 20px;
  }
.idojarastabla .cimtd.varosnev h3 {font-size: 18px;}
.idojarastabla .cimtd.varosnev h3 span {font-size: 16px; font-weight: normal;}
.idojarastabla .cimtd.honap {display: none !important;}

/*--OSZLOP---*/
.clear0, .clear1,.clear15, .clear2, .clear3, .clear4, .clear5, .clear6
{display: inline-block; float: left; width: 100%;line-height: 1px;clear: both;}

.clear0 {height: 0;}
.clear1 {height: 10px;}
.clear15 {height: 15px;}
.clear2 {height: 20px;}
.clear3 {height: 30px;}
.clear4 {height: 40px;}
.clea5 {height: 50px;}
.clear6 {height: 60px;}
	
.clearbox {
line-height: noremal;
width: 100%;
display: inline-block;
clear: both;
float: left;
}	
	


.contentbox {
width: 100%;
padding: 10px;
background: #fff;
min-height: 100px;
display: inline-block;
margin: 15px 0 15px 0;
}

.contentbox-title {
font-size: 22px;
line-height: 26px;
padding-bottom: 5px;
margin-bottom: 5px;
color: #212121;
width: 100%;
display: inline-block;
float: left;
text-align: left;
font-weight: 400;
}

.contentbox .infoblock {
line-height: 20px;
font-size: 14px;
}


.c-d-wrapper {
display: inline-block;
float: left;
width: 100%;
padding: 30px 0;
}

.content-doc {
display: inline-block;
width: 100%;
padding: 0;
width: 100%;
background: #fff;
min-height: 200px;
display: inline-block;
}

.content-doc.mapdoc {
min-height: 640px;
}
.content-doc-inside {
line-height: 20px;
font-size: 14px;
-webkit-column-gap: 60px;
-moz-column-gap: 60px;
column-gap: 60px;
-webkit-column-rule: 1px solid #ddd;
-moz-column-rule: 1px solid #ddd;
column-rule: 1px solid #ddd;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
position: relative;
 overflow: hidden;
}



.f-d-wrapper {
display: inline-block;
float: left;
width: 100%;
}

.fotorama-doc {
display: inline-block;
float: left;
text-align: left;
width: 100%;
padding: 20px 0;
width: 100%;
border-radius: 3px;
background: #fff;
min-height: 400px;
}


.content-doc #map {
width:890px;
height:300px;
}

/*---TOP LISTA ALOLADALON---*/

a.topcitylink {
display: inline-block; float: left;
width: 100% !important;
border-top: 1px solid #ddd;
padding: 6px 10px 5px 76px;
position: relative;
min-height: 72px;
overflow: hidden;
box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;

}
a.topcitylink .imgbox {
border: 0;
display: inline-block; float: left;
width: 50px;
height: 50px;
position: absolute;
overflow: hidden;
border-radius: 50%;
top: 10px; left: 0;
}

a.topcitylink .imgbox img {
border: 0;
display: inline-block;
float: left;
width: 50px;
height: 50px;
}


a.topcitylink h3 {
display: inline-block;
float: left;
padding-bottom: 5px;
font-size: 22px;
line-height: 26px;
letter-spacing: 0;
width: 100%;
color: #0011bb;
color: #00aaaa;
font-family: 'Open Sans', 'Arial', sans-serif;
font-weight: 600;
}
a.topcitylink:hover h3 {text-decoration: underline; color: #00aaaa;}
a.topcitylink p {
display: inline-block;
float: left;
width: 100%;
font-size: 13px;
line-height: 16px;
max-height: 32px;
overflow: hidden;
color: #3d3b4a
}



.desttags {
height: 24px;
display: inline-block;
float: left;
padding: 4px 6px 4px 6px;
font-size: 13px;
line-height: 16px;
border-radius: 2px;
background-color: #00aaaa;
color: #fff;
text-decoration: none;
position: relative;margin: 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.desttags:hover {
color: #fff;
background-color: #111;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.alapartabla {
width: 100%;
display: table;
min-height: 100px;
background: #fff;
padding-bottom: 20px;
}




.alapartabla-row {
display: table-row;
width: 100%;
}

.alaparbanvan, .alaparbannincs {
display: inline-block;
width: 100%;
padding: 20px 20px 0 20px;
font-size: 14px;
line-height: 18px;
}

.alaparbanvan  label, .alaparbannincs label {
font-weight: bold;
margin-bottom: 10px;
width: 100%;
display: inline-block;
}



.eloleghatralek {
width: 100%;
display: inline-block; float: left;
background: transparent;
min-height: 100px;
padding: 20px;
font-size: 12px;
line-height: 15px;
}


/*--LANDING BOXES TOP OFFERS---*/

/*---blocklist---*/

.blocklist {
display: inline-block;
float: left;
width: 100%;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
margin: 20px 0 40px 0;
}



.blocklist li {
list-style: none;
padding: 10px;
width: 25%;
height: 280px;
display: inline-block;
float: left;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;

background-size: 10px 10px;

animation: none;
-webkit-animation: none;
-moz-animation: none;
position: relative;
}

#utlista li,
.shortlistwrapper {
background-size: 10px 10px;
animation: none;
-webkit-animation: none;
-moz-animation: none;
}



.blocklist li a .blockitem {

position: relative;
display: inline-block;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.5) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}

.blocklist.others_view li a.lazyimg, .blocklist.bazar li a.lazyimg { display: inline-block; width: 100%; height: 100%; }



.blocklist li:hover a .blockitem  .inner{
background: rgba(255,200,40,1);
}
.blocklist li a .blockitem .inner {
position: absolute;
width: 100%;
bottom: 0;
padding: 15px;
background: rgba(255,200,40,0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.blocklist li a .blockitem .inner h3 {
font-family: 'boldfont';
color: #fff;
font-size: 20px;
line-height: 24px;
text-transform:none;
}

.blocklist li a .blockitem .inner span {
font-family: 'boldfont';
color: #fff;
text-transform:uppercase;
}

.blocklist li a .blockitem .inner p {
color: #fff;
font-size: 14px;
line-height: 18px;
padding: 0 0 10px 0
}


.blocklist li:hover a .blockitem .inner h3,
.blocklist li:hover a .blockitem .inner p,
.blocklist li:hover a .blockitem .inner span {
color: #111;
}



.my-ribbon  {
display: inline-block;
float: left;
width: 100%;
position: relative;
margin-bottom: -18px;
margin-top: 10px;
}

.my-ribbon .inner {
display: inline-block;
float: left;
font-size: 20px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    width: 100%;
    position: relative;
    background: #f9ba13;
    color: #202a36;
	font-weight: bold;
    text-align: center;
    padding: 5px 20px;
    margin: 0;
	z-index: 5;
	letter-spacing: -1px;
    -moz-box-shadow: 0 0 0 4px #f9ba13, 2px 4px 4px 4px rgba(10,10,0,.2);
    -webkit-box-shadow: 0 0 0 4px #f9ba13, 2px 4px 4px 4px rgba(10,10,0,.2);
    box-shadow: 0 0 0 4px #f9ba13, 2px 4px 4px 4px rgba(10,10,0,.2);
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.my-ribbon .inner p {padding: 5px 10px; display: inline-block;}
.regisztraljbt {
background: #00aaaa;
font-size: 16px;
text-transform: uppercase;
padding: 5px 10px;
color: #fff;
border-radius: 4px;
letter-spacing: 0;
text-decoration: none;
}

.regisztraljbt:hover {color: #fff;
-moz-box-shadow: 1px 1px 3px 3px rgba(10,10,0,.2);
-webkit-box-shadow: 1px 1px 3px 3px rgba(10,10,0,.2);
box-shadow: 1px 1px 3px 3px rgba(10,10,0,.2);

}
.my-ribbon:before, .my-ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -0.8em;
 border: 1.5em solid #cba122;
 z-index: 1; 
}


.my-ribbon:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.my-ribbon:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}



.blocklist.bazar li {
list-style: none;
padding: 10px;
width: 33.333%;
height: 350px;
}



/* one item */
.blocklist.bazar li:first-child:nth-last-child(1) {
  width: 100%;
}

/* two items */
.blocklist.bazar li:first-child:nth-last-child(2),
.blocklist.bazar li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

/* three items */
.blocklist.bazar li:first-child:nth-last-child(3),
.blocklist.bazar li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}

/* four items */
.blocklist.bazar li:first-child:nth-last-child(4),
.blocklist.bazar li:first-child:nth-last-child(4) ~ li {
  width: 50%;
}

/* five items */
.blocklist.bazar li:first-child:nth-last-child(5),
.blocklist.bazar li:first-child:nth-last-child(5) ~ li {
  width: 33.333%;
}


/* six items */
.blocklist.bazar li:first-child:nth-last-child(5),
.blocklist.bazar li:first-child:nth-last-child(5) ~ li {
  width: 33.333%;
}



.blocklist.bazar li .akciotag {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
z-index:45;
border-style: solid;
border-width: 100px 100px 0 0;
border-color: #00aaaa transparent transparent transparent;
}


.blocklist.bazar li .akciotag2 {
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 100px;
padding: 15px;
text-align:center;
color: #fff;
font-weight: normal;
font-family: 'boldfont';
z-index: 50;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
}

.blocklist.bazar li .timer {
bottom: 10px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
position:absolute;
background-color: #202a36;
height: 45px;
padding: 5px 10px 0 40px;
text-align:center;
width: 160px;
background-image: url('/themes/vista.hu/images/stopwatch.svg');
background-size:25px 25px;
background-position:  12px center;
background-repeat: no-repeat;

}


.blocklist.bazar li .dspot {
position: absolute;
top: 0; 
left: 0;
width: 195px;
height: 180px;
padding: 55px 10px 10px 10px;
text-align: center;
color: #f9ba13;
background-color: rgba(255,90,0,0.75);
background-color: rgba(48,59,71,0.75);
z-index: 40;
border-radius: 0 0 0 0;
}
.blocklist.bazar li .dspot small {
width: 100%;
display: inline-block;
float: left;
font-family: 'boldfont';
}
.blocklist.bazar li .dspot span.discount {
width: 100%;
display: inline-block;
float: left;
font-family: 'boldfont';
font-size: 34px;
}

/*---add banner big---*/

.bannerfull {
width: 100%;
display: inline-block;
float: left;
height: auto;
background-color: #ccc;
text-decoration: none;
margin: 20px 0;
}

.bannerfull img {
display: inline-block;
float: left;
width: 100%;
max-width: 100%;
height: auto;
border: 0;
}

.bannerfull img.desktop-img {
display: inline-block;
}

.bannerfull img.mobil-img {
display: none;
}















/*---shortlist---*/

.shortlistsection {
display: inline-block;
float: left;
width: 100%;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
margin: 10px 0;
}


.shortlistwrapper {
display: inline-block;
float: left;
height: auto;
padding: 10px;
position: relative;
width: 50%;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}


.shortlistwrapper-inner {
display: inline-block;
float: left;
width: 100%;

}





.shortlisthead {
display: inline-block;
float: left;
width: 100%;
height: 40px;
background-color: #fff;
background-size: cover;
background-position: left center;
background-repeat: no-repeat;
position: relative;padding-top: 10px;
border-bottom: 1px solid #ddd;
}



.shortlistcaption {
display: inline-block;
width: 100%;
height: auto;
position: absolute;
bottom: 0;
left: 0;
padding: 20px 15px 8px 40px;
}


.shortlistcaption  h2 {
color: #111;
font-family: 'boldfont';
font-size: 20px;
line-height: 25px;
display: inline-block;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}


.recommended .shortlistcaption h2 {color: #e2004a;}


.shortlistcaption h2:after {
    position: absolute;
    content: '';
    background: url(/themes/vista.hu/images/utlistbox-01.png) no-repeat top left;
    width: 55px;
    height: 43px;
    left: 5px;
    bottom: 15px;
}
.shortlisthead.recommended .shortlistcaption h2:after {
    background: url(/themes/vista.hu/images/utlistbox-kiem.png) no-repeat top left;
}
.shortlisthead.discount .shortlistcaption h2:after {
    background: url(/themes/vista.hu/images/utlistbox-kiem.png) no-repeat top left;
}
.shortlistcaption  p
 {
color: #fff;
font-size: 13px;
line-height: 16px;
display: inline-block;
float: left;
width: 100%;
}
.shortlistcaption  div {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  float: left;
  width: 100%;
}

.shortlist {
display: inline-block;
float: left;
background: #fff;
width: 100%;
height: 240px;
overflow: hidden;
vertical-align: top;

}

.shortlist li {
list-style: none;
display: inline-block;
float: left;
width: 100%;
height: 80px;
background: #fff;
border-bottom: 1px solid #ddd;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}

.shortlist li:hover {
background: #d8ede9;
}

.shortlist li a {
display: inline-block;
float: left;
width: 100%;
padding: 10px;
padding-left: 80px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
position: relative;
min-height: 80px;
}

.shortlist li a h3 {
display: inline-block;
float: left;
width: 100%;
height: 20px;
line-height: 20px;
font-size: 15px;
color: #009788;
font-family: 'boldfont';
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.shortlist li a p {
display: inline-block;
float: left;
width: 100%;
height: 20px;
line-height: 20px;
font-size: 14px;
color: #111;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.shortlist li a .pricebox {
display: inline-block;
width: 100%;
float: left;
margin: 0;
padding: 0;
}


.shortlist li a .pricebox span {
height: 20px;
line-height: 20px;
font-size: 16px;
color: #e2004a;
float: left;
font-family: 'boldfont';
}


.shortlist li a .pricebox small {
height: 20px;
line-height: 20px;
font-size: 14px;
color: #777;
float: left;
}


.shortlist li a .pricebox small:after { content: '/fő-től' }


.shortlist li a .itemimg {
	width: 60px; height: 60px; display: inline-block; float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 10px;
	left: 10px;
}






.shortlistfooter {
padding: 5px 0 15px 0;
background: #fff;
width: 100%;
display: inline-block;
float: left;
text-align: center;
}

.shortlistfooter .button {
	background: #009788;
	font-size: 14px;
	font-weight: bold;
}













.offerbox-list {
width: 100.05%;
display: inline-block;
float: left;
height: 406px;
overflow: hidden;
border-top: 1px solid #eee;
}

.offerbox-list li {
width: 50%;
display: inline-block;
float: left;
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
}

.offerbox-list li a {
padding: 8px 16px 8px 92px;
width: 100%;
display: inline-block;
float: left;
font-size: 14px;
position: relative;
height: 80px;
text-decoration: none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;

}

.offerbox-list li a h3 {
font-size: 16px;
display: inline-block;
float: left;
width: 70%;
text-decoration: none;
text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
font-weight: 600;
color: #00aaaa;
}


.offerbox-list li a p {
font-size: 14px;
text-decoration: none;
display: inline-block;
float: left;
width: 65%;
color: #7a7a7a;
text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
}

.offerbox-list li a .imgbox {
width: 60px;
height: 60px;
position: absolute;
display: inline-block;
top: 10px;
left: 16px;
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-radius: 0;
}

.offerbox-list li a .offerbox-price {
position: absolute;
bottom: 6px;
left: 92px;
color: #00aaaa;
font-weight: 700;
}

.offerbox-list li a .offerbox-more {
position: absolute;
bottom: 10px;
right: 10px;
padding: 5px 7px;
border-radius: 1px;
font-size: 12px;

  background: #00aaaa;
color: #fff;
font-weight: 600;
border-radius: 2px;
}
.offerbox-list li a:hover {
background-color: #D8EDE9;
}








/*---SZURESHEZ---*/
.right-col-50 {
display: inline-block;
float: right;
clear: right;
width: 50%;
}
.left-col-50 {
display: inline-block;
float: left;
width: 50%;
}


/*---SMALL POPS----*/
.ttpopup {
z-index: -20;
visibility: hidden;
}

.ttpopup.active {
visibility: visible;
}


.popupoverlay {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0,0,0,0.01);
z-index: 9000;
visibility: hidden;
}
.popupoverlay.active {
background: rgba(0,0,0,0.7);
visibility: visible;
}

.smallpop {
position: fixed;
top: 50%;
left: 50%;
margin: -150px 0 0 -200px;
width: 400px;
height: 340px;
background: #fff;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 5px 10px rgba(0,0,0,0.5);
z-index: 9500;
transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
overflow: hidden;
opacity: 0;
display:none;
}

.mediumpop {
position: fixed;
top: 50%;
left: 50%;
margin: -200px 0 0 -250px;
width: 500px;
height: 400px;
background: #fff;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 5px 10px rgba(0,0,0,0.5);
z-index: 9500;
transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
overflow: hidden;
opacity: 0;
display:none;
}

.normalpop {
position: fixed;
top: 50%;
left: 50%;
margin: -260px 0 0 -300px;
width: 600px;
height: 540px;
background: #fff;
border-radius: 0;
box-shadow: 0 5px 10px rgba(0,0,0,0.5);
z-index: 9500;
transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
overflow: hidden;
opacity: 0;
visibility: hidden;
}

.smallpop.active, .mediumpop.active, .normalpop.active {
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
opacity: 1;
}

.poptop {
min-height: 40px;
height: 8%;
width: 100.05%;
background-color: #ddd;
background-size: cover;
background-position:center;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
border-radius:0;
-webkit-backface-visibility: visible;
backface-visibility: visible;
z-index: 9510;
}

.poptop.big {
height: 16%;
min-height: 80px;
}

.poptop.shadow {
box-shadow: 0 2px 6px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}


.popcaption {
position: absolute;
bottom: 5px;
left: 0;
right: 0;
width: 100%;
//padding: 30px 20px 14px 20px;
}
.poptitle {
color: #fff;
font-size: 28px;
font-weight: 300;
text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.popcontent {
display: inline-block;
float: left;
width: 100%;
height: 92%;
padding: 20px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.popcontent.bigtitle {
height: 86%;
}


.normalpop .popcontent {
overflow: hidden;
padding: 0;
}

.normalpop .popcontent-inner {
height: 100%;
overflow: auto;
padding: 20px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-overflow-scrolling: touch;
vertical-align: top;
display: inline-block;
float: left;
}




.normalpop form {
display: inline-block;
float: left;
width: 100%;
}


.popcontent form fieldset {
border: 0;
padding-bottom: 10px;
}

.popcontent form fieldset p.poperror {
font-size: 12px;
color: #00aaaa;
padding: 2px 5px;
display: none;
}


.popcontent form fieldset input, .popcontent form fieldset select  {
width: 100%;
border: 0 !important;
border-bottom: 1px solid #aaa !important;
padding: 5px;
font-size: 16px;
}

.popcontent form fieldset input:focus, .popcontent form fieldset select:focus {
border-bottom: 1px solid #00aaaa !important;
}

.offer-request .poptop  {
background: #00aaaa; /* Old browsers */
}

.newsletter-subsscribe .poptop  {
background: #00aaaa;
}
.newsletter-subsscribe-on-exit .poptitle {
font-size: 24px !important;
line-height: 28px;
font-weight: 500;
}

.newsletter-subsscribe-on-exit {
background-color: #fff;
background-image: url('/themes/vista.hu/images/exitpopbg.jpg');
background-repeat: no-repeat;
background-position: right bottom;
margin: -150px 0 0 -240px;
width: 480px;
height: 340px;
}



.newsletter-subsscribe-on-exit .poptop  {
background: #00aaaa;
height: auto;
}

.newsletter-subsscribe-on-exit .popcaption {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 20px 14px 20px;
}


.popcontent form fieldset.popbuttons {
padding: 0;
width: 100%;
clear: both;
display: inline-block;
}

.popcontent form fieldset.disclaimer {
padding: 0;
width: 100%;
clear: both;
display: inline-block;
}
.popcontent form fieldset.disclaimer input {
display: inline;
width: auto;
}
.popcontent form fieldset.disclaimer label {
font-size: 12px;
}

.newsletter-subsscribe-on-exit .popcontent .popbuttons {
text-align: left;
}


.newsletter-subsscribe-on-exit .popcontent .popbuttons .button {
float: left !important;
}


.popcontent form fieldset.popbuttons .button {
float: right;
margin: 0;
}

.popcontent form fieldset.form-optional {
float: left;
clear: left;
}

.popcontent form .flightticketchk {
	margin-bottom: 7px;
}
.popcontent form fieldset.form-optional legend {
float: left;
background-color: #f9ba13;
padding: 5px;
color: white;
cursor: pointer;
}

.popcontent form fieldset.form-optional.collapsed legend {
width: auto;
}

.popcontent form fieldset.form-optional.collapsed div {
display: none;
}

.popfeedback {
width: 100%;
padding: 20px;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
display: none;
z-index: 9650;
color: #fff;
}

.popfeedback.active {
display: inline-block;
animation: fadeInDown 0.3s cubic-bezier(.4,0,.2,1);
-webkit-animation: fadeInDown 0.3s cubic-bezier(.4,0,.2,1);
-moz-animation: fadeInDown 0.3s cubic-bezier(.4,0,.2,1);
-ms-animation: fadeInDown 0.3s cubic-bezier(.4,0,.2,1);
}

.response-text {
position: absolute;
width: 100%;
text-align: center;
padding: 20px;
font-size: 18px;
bottom: 20px;
left: 0;
text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.response-text label {
font-size: 30px;
font-weight: 400;
width: 100%;
display: inline-block;
padding-bottom: 5px;
}


.response-icon {
width: 80px;
height: 80px;
position: absolute;
top: 80px;
left: 50%;
margin-left: -40px;
background-size: 80px 80px;
background-position: center;
background-repeat: no-repeat;
}
.response-icon.ok {
background-image: url('/themes/vista.hu/images/response-ok.svg');
}


.response-icon span {
position: absolute;
display: inline-block;
background: #009999;
width: 100%;
height: 100%;
top: 0;
left: 0;
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
}
.response-icon.active  span {
transform: translate3d(80px,0,0);
-webkit-transform: translate3d(80px,0,0);
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
}


.popclose {
position: absolute;
top: 5px;
right: 5px;
width: 36px;
height: 36px;
background-color: rgba(0,215,215,0);
background-image: url('/themes/vista.hu/images/gallery-close-white.svg');
background-repeat: no-repeat;
background-position: center;
background-size: 14px 14px;
cursor: pointer;
border-radius: 50%;
z-index: 9680;
}



.popclose:active {background-color: rgba(0,215,215,0.7);}


.popsum {display: inline-block; min-height: 70px; width: 100%; padding-bottom: 10px; padding-left: 75px; margin-bottom: 5px; text-align: left; position: relative;}
.popsum img {width: 60px; height: 60px; display: inline-block; float: left; margin-right: 15px;
position: absolute;
top: 0;
left: 0;
}

.popsumdata {
width: 100%;
display: inline-block;
float: left;
}


.popsum h4 {font-size: 18px; line-height: 24px;width: 100%;display: inline-block; float: left;}
.popsum p {width: 100%;display: inline-block; float: left;font-size: 12px; line-height: 18px; height: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #4a4a4a; max-width: 570px;}

.popsubmit {
display: inline-block;
float: right;
margin: 0 0 0 0;
}




.smallpop .popspot {
position: absolute;
z-index: 9600;
width: 1200px;
height: 1200px;
left: -280px;
top: -340px;
border-radius: 50%;
background: #0cbdae;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
}
.smallpop .popspot.active {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
}

.mediumpop .popspot {
position: absolute;
z-index: 9600;
width: 1300px;
height: 1300px;
left: -240px;
top: -320px;
border-radius: 50%;
background: #0cbdae;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
}
.mediumpop .popspot.active {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
}

.normalpop .popspot {
position: absolute;
z-index: 9600;
width: 1400px;
height: 1400px;
left: -200px;
top: -300px;
border-radius: 50%;
background: #0cbdae;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
}
.normalpop .popspot.active {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
}







/*---BIZTOSITAS---*/
/*progressbar*/

/*steps*/
.steps {
	overflow: hidden;
	counter-reset: step;
	width: 100%;
	margin: 35px auto 15px;
	color: #111;
	position: relative;
	z-index: 5;
}
.steps li {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 16px;
	width: 33.33%;
	color: #111;
	float: left;
	text-align:center;
	position: relative;
}
.steps li:before {
	content: counter(step);
	counter-increment: step;
	width: 40px;
	line-height: 40px;
	display: block;
	font-size: 20px;
	color: #333;
	background: #ddd;
	border-radius: 50%;
	margin: 0 auto 5px auto;
	z-index: 10;
}
/*steps connectors*/
.steps li:after {
	content: '';
	width: 100%;
	height: 4px;
	background: #ddd;
	position: absolute;
	left: -50%;
	top: 18px;
	z-index: -1;
}
.steps li:first-child:after {
	content: none;
}

.steps li.cur {
color: #009999;
font-weight: bold;
}
.steps li.cur:before,  .steps li.cur:after{
	background: #009999;
	color: white;
}




.insurance-info-list {
font-size: 14px;
}

.insurance-info-list li {
margin-top: 15px;
}




.form_div {
border: 0;
display: inline-block;
width: 100%;
padding: 15px 20%;
}

#form-part2, #form-part3 {display: none;}


.form_div fieldset {
border: 0;
display: inline-block;
width: 100%;
}

.form_div fieldset h3 {
font-size: 24px; line-height: 30px;
font-weight: normal;
}

.form_div fieldset input.datepicker {border-right: 1px solid #ccc !important;
background-position: right 5px center !important;
}

.form_div fieldset legend {
font-size: 14px;
padding-top: 4px;
font-weight: bold;
display: inline-block;
float: left;
width: 35%;
text-align: left;
padding-right: 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.form_div fieldset > div {
width: 65%;
text-align: left;
font-size: 14px;
font-weight: bold;
display: inline-block;
float: left;
}

.form_div input[type='text'], .form_div select {
padding: 5px 8px;
border: 1px solid #bbb;
font-size: 14px;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.form_div fieldset.submit {
text-align: center;
}
.form_div fieldset.submit .button {
float: none;
}


.form_div fieldset.submit .button:active {
background: #00aaaa;
color: #fff;
}



.form_div fieldset.submit .button.notactive {
float: none;
background: #ccc;
}
.form_div .label_radio p {
vertical-align: middle;
vertical-align: center;
padding-top: 2px;
}

form.biztositasform  .form_div fieldset {
padding-bottom: 5px !important;
float: left;
}



.deletable {
color: #bbb;
font-size: 13px;
font-style: italic;
width: 100%;
text-align: center;
padding: 5px 0;
}



.htmllink, .pdflink,
.html_link, .pdf_link {
padding: 2px 5px 2px 25px;
font-size: 14px;
}





.pdflink, .pdf_link {
background-image: url('/themes/vista.hu/images/pdf-file.svg');
background-repeat: no-repeat;
background-position: left center;
background-size: 18px auto;
}

.htmllink, .html_link {
background-image: url('/themes/vista.hu/images/html-file.svg');
background-repeat: no-repeat;
background-position: left center;
background-size: 18px auto;
}

.bfelf label p {
padding-top: 2px;
font-size: 14px;
}

.bbp_pdf {
padding: 5px 6px 5px 28px;
background-color: #e8e8e8;
border-radius: 2px;
background-position: 4px center;
background-size: 18px auto;
}
/*---PAGEBANNER---*/


.bannerbox {
display: inline-block;
float: left;
width: 100%;
padding: 10px 0;
}

.pagebanner {
display: inline-block;
float: left;
width: 100%;
max-width: 600px;
height: auto;
padding: 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    border-radius: 2px;
	overflow: hidden;
}

.pagebanner img {
border: 0;
display: inline-block;
float: left;
vertical-align: top;
width: 100%;
max-width: 100%;
height: auto;
}





/*---UTTIPUS---*/

.tourtypepop, .countrypop {
position: fixed;
top: 10%;
width: 80%;
left: 10%;
bottom: 10%;
border-radius: 0;
box-shadow: 0 5px 10px rgba(0,0,0,0.5);
z-index: 9500;
transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
overflow: hidden;
opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.tourtypepop-inside, .countrypop-inside {
display: inline-block;
float: left;
width: 100%;
height: 100%;
background: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.tourtypepop.active,
.countrypop.active {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
opacity: 1;
}
.countrypop .poptop,
.tourtypepop .poptop {
background: #f9ba13;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.tourtypepop .popcaption,
.countrypop .popcaption {z-index: 9650;}






.countrypop .popcontent,
.tourtypepop .popcontent {
padding: 0;
}


.poptoptext {
height: auto;
padding: 25px 20px;
display: inline-block;
width: 100%;
line-height: 28px;
font-size: 24px;
}




/*---Pop Nav---*/
.popnav {
position: absolute;
bottom: 0;
left: 0;
height: auto;
overflow: auto;
width: 100%;
}


.popTabNavigation {
height: 40px;
padding-left: 10px;
width: 900px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.popTabNavigation li {
display: inline-block;
float: left;
height: 40px;
}
.popTabNavigation li a {
color: #111;
display: inline-block;
float: left;
line-height: 40px;
height: 40px;
padding: 0 10px;
text-decoration: none;
border-bottom: 3px solid transparent;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
font-size: 14px;
}

.popTabNavigation li.selected a {
border-bottom: 3px solid #111;
}


/*---droplist---*/
.droplist-container {
width: 100%;
overflow: hidden;
}
.droplist {width: 101%; display: inline-block; float: left; padding: 0 0; margin: 10px 0;}
.droplist li {width: 20%; list-style: none; display: inline-block; float: left;
border-bottom: 1px dotted #ddd;
border-right: 1px dotted #ddd;
text-align: left;
}

.droplist li.show {
display: inline-block;
-webkit-animation: fadeInDownSmall 0.4s;
animation: fadeInDownSmall 0.4s;
}
.droplist li.hidden {
display: none;
}



.droplist li a {
display: inline-block; float: left;
padding: 15px 10px 10px 80px;
height: 80px;
position: relative;
text-decoration: none;
font-size: 18px;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.droplist.noimg li a {
padding-left: 10px;
}

.droplist li a .ctryimgbox {
width: 60px;
height: 60px;
overflow: hidden;
position: absolute;
top: 10px;
left: 10px;
border-radius:50%;transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: 9600;
}


.droplist.hasimg li a:before {
width: 60px;
height: 60px;
overflow: hidden;
position: absolute;
content: '';
top: 10px;
left: 10px;
background-color: #eee;
border-radius:50%;transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
z-index: 9550;
} 



.droplist li a .ctryimgbox img {width: 60px; position: absolute; top: -10px; left: 0;}

.droplist li a .ctrystring {display: inline-block; font-weight: normal; float: left;text-overflow: ellipsis; overflow: hidden; white-space: nowrap;width: 100%; line-height: 25px; font-size: 18px; color: #00aaaa; font-weight: 600;}
.droplist li a .ctryprice {display: inline-block; float: left;text-overflow: ellipsis; overflow: hidden; white-space: nowrap;width: 100%; line-height: 20px; font-size: 14px; color: #6a6a6a;}
.droplist li a .ctryprice:after { content: '/fő-től'; }

.droplist li a:hover {background: #D8EDE9;}
.droplist li a:hover .ctrystring {color: #00aaaa; text-decoration: underline; font-weight: 600;}


.droplistsmall {line-height: 20px; width: 280px; display: inline-block; margin-top: 20px; position: relative;}
.droplistsmall a {display: inline-block; float: left; font-size: 13px; font-weight: bold; color: #00aaaa;}
.droplistsmall ul.countries {position: absolute; top: -5px; left: 90px;}


/*--iconlist---*/

.popscrollbox {
width: 100%;
height: 100%;
height: 100%;
display: inline-block;
float: left;
overflow: auto;
padding: 0 10px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
}


.iconlist {
display: inline-block;
float: left;
width: 100%;
height: 100%;
padding: 10px 10px 0 10px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
}
.iconlist li {
display: inline-block;float: left; list-style: none; height: 170px; width:16.6666%;position: relative;border: 1px solid #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);

}
.iconlist li a {
width: 100%;
height: 100%;
display: inline-block;
text-decoration: none;
text-align: left;
color: #fff;
position:absolute;
text-shadow: 0 1px 1px rgba(0,0,0,0.5);
overflow: hidden !important;
font-weight: 400;
line-height: 20px;
background-position: center;
letter-spacing: 0;
opacity: 0;

transform: scale(0.8);
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
-webkit-transform: translateZ(0);
transition: all 0.2s ease-out 0.3s;
-webkit-transition: all 0.2s ease-out 0.3s;
-moz-transition: all 0.2s ease-out 0.3s;
}


.countrypop.active .iconlist li a.on,
.tourtypepop.active .iconlist li a.on {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
}



.iconlist li a span {width: 40px; height: 34px; border-radius: 50%; display: inline-block; float: left; background: url('/themes/vista.hu/images/nav-icon-sprite2.png') no-repeat center left;
position: absolute;
bottom: 5px;
left: 5px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}


.iconlist li a div.caption {
position: absolute;
bottom: 0;
width: 100%;
padding: 10px;
padding-left: 45px;
padding-top: 100px;
background: url('/themes/vista.hu/images/captionbg.png') no-repeat bottom left;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.6)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99000000',GradientType=0 );
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}


.iconlist.countrylist li a div.caption {
padding: 10px 15px;
}


.iconlist.countrylist li a div.caption span {
font-size: 18px;
background: transparent;
width: 100%;
height: 22px;
line-height: 22px;
border-radius: 0;
left: auto;
bottom: auto;
display: inline-block;
float: left;
text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
position: relative;
}

.iconlist.countrylist li a div.caption small {
font-size: 14px;
width: 100%;
height: 20px;
line-height: 20px;
display: inline-block;
float: left;
text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
position: relative;
}

.iconlist.countrylist li a {
background-size: cover;
background-position: center;
}

.poptabbox {
display: none;
float: left;
width: 100%;
height: 100%;
}


.poptabbox.active {
display: inline-block !important;
-webkit-animation: fadeInDownSmall 0.4s;
animation: fadeInDownSmall 0.4s;
}






/*---ORSZAGBOX---*/
.orszaglist {
width: 100.1%;
display: inline-block;
float: left;
margin-bottom: 20px;
margin-top: 0;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
}
.orszaglist li {
width: 100%;
display: inline-block;
float: left;
height: 300px;
padding: 10px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: relative;
overflow: hidden;
    background-size: 10px 10px;
background-image: linear-gradient(45deg,
rgba(0, 0, 0, 0) 25%,
rgba(0, 0, 0, 0) 25%,
rgba(0, 0, 0, 0) 50%,
rgba(0, 0, 0, 0) 50%,
rgba(0, 0, 0, 0) 75%,
rgba(0, 0, 0, 0) 75%,
rgba(0, 0, 0, 0)) 100%;
animation: none;
-webkit-animation: none;
-moz-animation: none;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
}

.orszaglist li:hover {
  background-size: 10px 10px;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      background-image: linear-gradient(45deg,
 rgba(255,187,28, 1) 25%,
 rgba(255,187,28, 0) 25%,
 rgba(255,187,28, 0) 50%,
 rgba(255,187,28, 1) 50%,
 rgba(255,187,28, 1) 75%,
 rgba(255,187,28, 0) 75%,
 rgba(255,187,28, 0));
      animation: barberpole 0.7s linear infinite;
      -webkit-animation: barberpole 0.7s linear infinite;
      -moz-animation: barberpole 0.7s linear infinite;

}




.orszagbox {
width: 100%;
height: 280px;
display: inline-block;
float: left;
background: #fff;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: relative;
overflow: hidden;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
}



.orszagbox .imgbox {
width: 100px;
position: absolute;
top: 0; left: 0;
height: 100px;
display: block;
float: left;
overflow: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 3px 0 0 0;
}

.orszagbox .imgbox img {
display: inline-block;
float: left;
border: 0;
}

.orszagbox .orszagdata {
display: inline-block;
padding: 0 0 0 0;
width: 100%;
}

.orszagbox .orszagdata .orszagtop {
width: 100%;
padding: 10px 16px 10px 120px;
display: inline-block;
float: left;
height: 100px;
border-bottom: 1px solid #ddd;
overflow: hidden;
}


.orszagbox .orszagdata .orszagtop h2 {font-size: 24px; line-height: 28px; letter-spacing: 0; max-height: 56px; overflow: hidden; margin-bottom: 5px; width: 75%;}
.orszagbox .orszagdata .orszagtop h2 a {text-decoration: none; font-family: 'boldfont', Arial; letter-spacing: 0px; color: #111; font-weight: normal;}
.orszagbox .orszagdata .orszagtop h2 a:hover {text-decoration: underline; color: #111;}
.orszagbox .orszagdata .orszagtop p {
width: 75%;
max-height: 32px;
line-height: 16px;
font-size: 12px;
color: #404040;
margin-top: 10px;
font-style: italic;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
-moz-line-clamp: 2;
-moz-box-orient: vertical;
line-clamp: 2;
box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.orszagbox .orszagdata .orszagbottom {
display: inline-block;
width: 100%;
float: left;
padding: 10px 16px;
line-height: 18px;
}
.orszagut {
display: inline-block; width: 100%; float: left; font-size: 14px; line-height: 22px; min-height: 22px; text-decoration: none;
border-bottom: 1px solid #eee;
}
.orszagut a {width: 100%; display: inline-block; float: left;}
.orszagut a h3 {
display: inline-block;
float: left;
width: 75%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-weight: normal;
}

.orszagut  a h3 {font-size: 14px; text-decoration: none; color: #00aaaa; font-weight: 600;}
.orszagut  a:hover h3 {text-decoration: underline; color: #00aaaa;}
.orszagut  a span {font-size: 13px; color: #111; display: inline-bloc; float: right; text-decoration: none;}








.orszagbox .orszagdata .button {
float: right;
margin: 0 16px 10px 16px;
background: #00aaaa;
}


.orszagbox .orszagdata .orszagprice {
display: inline-block;
position: absolute;
padding: 12px 16px 0 0;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
top: 0;
right: 0;
width: 150px;
}
.orszagprice .eredetiar {font-size: 13px; color: #4a4a4a;width: 100%;display: inline-block;text-align: right;}
.orszagprice .normalar {
font-size: 20px;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
letter-spacing: -1px;
font-weight: normal;
display: inline-block;
float: left;
line-height: 28px;
width: 100%;
text-align: right
}
.orszagprice .arkiiras {
font-size: 13px;
color: #4a4a4a;
text-align: right;
height: 16px;
display: inline-block;
float: left;
width: 100%;
}

.orszagbox .orszagdata .orszagprice .normalar {color: #009999;}


/*---MEGRENDELES_AJANLATKERES---*/
.form-group {
	height: 52px;
	width: 100%;
	display: inline-block;
    margin-top: -10px;
	padding-right: 10px;
	float: left;
	margin-bottom: 10px;
	position: relative;
}

.form_group.honey { display: none; }

.form-group.textfield {height: auto; margin-top: -5px; text-align: left;}
.control-label {
    font-size: 15px;
    font-weight: 400;
    opacity: 0.7;
	color: #111;
    left: 0;
    position: absolute;
    -webkit-transform: translate3d(0, 22px, 0) scale(1);
    -moz-transform: translate3d(0, 22px, 0) scale(1);
    transform: translate3d(0, 22px, 0) scale(1);
	-ms-transform: translate3d(0, 22px, 0) scale(1);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: 240ms;
    -moz-transition: 240ms;
    transition: 240ms;
	z-index: 1;
	display: inline-block;
	float: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	

}


.control-label-fixed {
position: relative;
font-size: 15px;
 font-weight: 400;
    opacity: 0.8;
	color: #111;
	margin: 8px 0 4px 0;
	width: 100%;
	display: inline-block;
	float: left;
}

.form-group.focused .control-label {
    opacity: 1;
    -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
    -moz-transform: translate3d(0, 6px, 0) scale(0.75);
    transform: translate3d(0, 8px, 0) scale(0.75);
	-ms-transform: translate3d(0, 8px, 0) scale(0.75);
    color: #7b4397 !important;
}
.form-group.focused .control-label {
  opacity: 1;
  -webkit-transform: translate3d(0, 8px, 0) scale(0.75);
  -moz-transform: translate3d(0, 8px, 0) scale(0.75);
  transform: translate3d(0, 8px, 0) scale(0.75);
  color: #4a4a4a !important;
}

.form-control::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: 240ms;
    -moz-transition: 240ms;
    transition: 240ms;
}

.form-control:focus::-webkit-input-placeholder {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.form-group.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}


.form-group input {
  border-bottom: 1px solid rgba(60,30,80,0.3);
  color: #111;
  font-size: 16px;
  width: 100%;
  resize: none;
  max-height: 20px;
  outline: 0;
  border-left: 0;
  border-right: 0;
  padding: 6px 0;
  margin-top: 20px !important;
  background: none;
  border-top: 0;
  overflow:hidden;
 transition: border .2s;
 -webkit-transition: border .2s;
 -moz-transition: border .2s;
 z-index: 10;
 position: relative;
 font-weight: 600;
 color: #00aaaa;
}


.form-group select {
  border-bottom: 1px solid rgba(60,30,80,0.3);
  color: #111;
  font-size: 16px;
  width: 100%;
  resize: none;
  height: 32px;
  line-height: 20px;
  font-weight: 600;
  outline: 0;
  border-left: 0;
  border-right: 0;
  padding: 5px 22px 5px 0 !important;
  margin-top: 20px !important;
  background: none;
  border-top: 0;
  overflow:hidden;
 transition: border .2s;
 -webkit-transition: border .2s;
 -moz-transition: border .2s;
 z-index: 10;
 background-image:url('/themes/vista.hu/images/selectarrow.svg');
background-repeat: no-repeat;
  background-position: right 8px top 12px;
  background-size: 12px 12px;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
color: #00aaaa;
}

.form-group textarea {
  border-bottom: 1px solid rgba(60,30,80,0.3);
  color: #111;
  font-size: 16px;
  width: 100%;
  resize: none;
  height: 90px;
  outline: 0;
  border-left: 0;
  border-right: 0;
  padding: 6px 0 6px 0;
  margin-top: 28px !important;
  background: none;
  border-top: 0;
  overflow:auto;
 transition: border .2s;
 -webkit-transition: border .2s;
 -moz-transition: border .2s;
 z-index: 10;
 font-weight: 600;
 display: inline-block;
 float: left;
 text-align:left;
 color: #00aaaa;
}

.form-group .radio-label { float: left; margin-top: 1em; margin-right: 1em; }
.form-group .radio-label input { width: auto; }

textarea.form-control-fixed {
  margin-top: 0 !important;
}


.form-group.focused input, .form-group.focused select, .form-group.focused textarea  {border-bottom: 1px solid rgba(60,30,80,0.3);}

.form-group.focused input:focus, .form-group.focused select:focus, .form-group.focused textarea:focus  {  border-bottom: 2px solid #00aaaa !important;}


.form-group.fg100 { width: 100%;}
.form-group.fg50 { width: 50%;}
.form-group.fg70 { width: 70%;}
.form-group.fg75 { width: 75%;}
.form-group.fg40 { width: 40%;}
.form-group.fg30 { width: 30%;}
.form-group.fg25 { width: 25%;}
.form-group.fg20 { width: 20%;}
.form-group.fg10 { width: 10%;}

.form-section-label {
font-weight: 600;
padding: 5px 10px;

  background-color: #111;
color: #fff;
display: inline-block;
float: left;
width: 100%;
margin-bottom: 5px;
margin-top: 5px;
font-size: 14px;
text-transform: uppercase;
line-height: 24px;
}

.form-section-label span {display: inline-block; float: left; padding-right: 10px; }
.form-section-label label p {font-weight: normal; font-family: Arial,sans-serif; font-size: 12px;line-height: 20px;
text-transform: none;
}

.ajanlat_feltetelek {
  padding: 10px;
  display: inline-block;
  float: left;
  border: 1px solid rgba(0,0,0,0.15);
  height: 180px;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  margin: 10px 0;
  background: #f9f9f9;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
}

.ulohely-text
{
width: 100%;
clear: both;
height: 100px;
padding: 5px;
}

#ulohely_keres_comment label {
position: relative !important;
width:  auto !important;
float: left;
padding: 5px 8px;
background: #aaa;
color: #fff;
clear: both;
font-size: 14px;
font-weight: bold;
}




.ajanlatkeresform {
width: 70%;
display: inline-block;
float: left;
padding-right: 20px;
}

.ajanlatkeresform .clear {
width: 100%;
display: inline-block;
float: left;
clear: both;
}

.ajanlatkeresform h4 {
font-size: 20px;
letter-spacing: 0px;
padding-bottom: 3px;
font-family: 'boldfont';
font-weight: normal;
}


.ajanlatkereshelp {
display: inline-block;
float: right;
width: 30%;
padding: 0 20px;
border-left: 1px solid #e8e8e8;
}


.ajanlatkereshelp h4 {
font-size: 20px;
letter-spacing: 0px;
padding-bottom: 3px;
font-family: 'boldfont';
font-weight: normal;
}
.ajanlatkereshelp p {font-size: 14px; font-weight: normal;}
.ajanlatkereshelp ul {display: inline-block; float: left;}
.ajanlatkereshelp ul li {display: inline-block; float: left; width: 100%;
list-style: none;
font-size: 13px;
line-height: 18px;
font-weight: normal;
color: #666;
padding: 0 0 8px 15px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
position: relative;
}

.ajanlatkereshelp ul li:before {
width: 6px; height: 6px;
background: #111;
display: inline-block;
content: '';
position: absolute;
left: 0;
top: 8px;
}

.gyermek-eletkorok-aj {
display: inline-block;
width: 100%;
float: left;
display: none;
padding: 10px 10px 5px 10px;
background: #f5f5f5;
margin-bottom: 5px;
}
.gyermek-eletkorok-aj .form-group {margin-bottom: 5px;}




/*---ROCKET---*/


.loadingoverlay {
position: fixed;
display: inline-block;
top: 0;
left: 0;
right: 0;
width: 100%;
bottom: 0;
background: rgba(255,255,255,0.8);
z-index: 9600;
}

.loaderblock {
position: fixed;
top: 50%;
left: 50%;
width: 240px;
height: 240px;
border-radius: 50%;
background-color: #f9ba13;
z-index: 9900;
margin: -120px 0 0 -120px;
box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}




.overlayload {
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
.load {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	width:140px;
	height:140px;
	z-index: 10000;
}
.load li {
	border:0;
	margin:0;
	width:40%;
	height:40%;
	position:absolute;
	border-radius:50%;
	animation: spin 2s ease infinite; 
	-webkit-animation: spin 2s ease infinite; 
	-moz-animation: spin 2s ease infinite; 
	-ms-animation: spin 2s ease infinite; 
	list-style: none;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

.load li:first-child {
	background:#19A68C;
	animation-delay:-1.5s;
	-webkit-animation-delay:-1.5s;
	-moz-animation-delay:-1.5s;
	-ms-animation-delay:-1.5s;
}
.load li:nth-child(2) {
	background:#e2004a;
	animation-delay:-1s;
	-webkit-animation-delay:-1s;
	-moz-animation-delay:-1s;
	-ms-animation-delay:-1s;
}
.load li:nth-child(3) {
	background:#f9ba13;
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s;
	-moz-animation-delay:-0.5s;
	-ms-animation-delay:-0.5s;
}
.load li:last-child {
	background:#000
}

@keyframes spin {
	0% {transform:translate(0)}
	25% {transform:translate(160%)}
	50% {transform:translate(160%, 160%)}
	75% {transform:translate(0, 160%)}
}
@-webkit-keyframes spin{
	0% {-webkit-transform:translate(0)}
	25% {-webkit-transform:translate(160%)}
	50% {-webkit-transform:translate(160%, 160%)}
	75% {-webkit-transform:translate(0, 160%)}
}
@-moz-keyframes spin{
	0% {-moz-transform:translate(0)}
	25% {-moz-transform:translate(160%)}
	50% {-moz-transform:translate(160%, 160%)}
	75% {-moz-transform:translate(0, 160%)}
}






/*--Scaling--*/

@keyframes scaling {
  0% {
    transform: scale(0,0);
  }
  5% {
    transform: scale(0,0);
  }
  10% {
    transform: scale(1,1);
  }

  25% {
    transform: scale(0.5,0.5);
  }
  50% {
    transform: scale(0,0);
  }
  60% {
    transform: scale(0,0);
  }
  75% {
    transform: scale(1,1);
  }
  100% {
    transform: scale(0,0);
  }
}




/*---ripple---*/
.ripple {
    background-color: rgba(150,255,255, 0.7);
    border-radius: 100%;
    height: 100px;width: 100px;
    position: absolute;
    -webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
    transform: scale(0);
	z-index: 1000;
}
.ripple.animate {
    -webkit-animation: ripple 0.2s linear;
    -moz-animation: ripple 0.2s linear;
	-ms-animation: ripple 0.2s linear;
	animation: ripple 0.2s linear;
}
@-webkit-keyframes ripple {
    100% {
        -webkit-transform: scale(5);
        background-color: transparent;
    }
}

@keyframes ripple {
    100% {
        transform: scale(5);
        background-color: transparent;
    }
}
@-moz-keyframes ripple {
    100% {
        -moz-transform: scale(5);
        background-color: transparent;
    }
}


/*--FOOTER--*/

.footerwrapper {
width: 100%;
display: inline-block;
float: left;
min-height: 300px;
background-color: #f9ba13;
margin-top: 40px;
}


.footer-linkbox {
position: relative;
display: inline-block;
float: left;
width: 100%;
margin-top: 30px;
padding: 20px;
border-top: 1px solid rgba(0,0,0,0.2);
}


.impinfo {width: 100%; display: inline-block; padding-top: 20px; height: auto;}
.impinfo p {width: 100%; display: inline-block; padding-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,0.1);
font-size: 11px; line-height: 16px; color: rgba(0,0,0,0.5);
}
.copyr {float: right; text-align: right; display: inline-block; margin-top:14px;}

.madeby {font-size: 11px; color: #fff; width: 100%; display: inline-block; padding: 20px 0;}
.madeby span {margin: 0 5px; color: #fff !important;}
.madeby a {color: #fff;}

.footerwrapper h5 {
color: #fff;
font-size: 26px;margin:  10px 0; display: inline-block; width: 100%; line-height: 30px; letter-spacing: 0px;
font-weight: 200;
}


.footerlist {width: 100%; display: inline-block; float: left; }
.footerlist li {list-style: none; height: 22px; display: inline-block; width: 100%; float: left;}
.footerlist li a {font-weight: 400; text-decoration: none; color: #111; font-size: 14px; width: 100%; padding: 0 10px 0 0; display: inline-block; float: left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; height: 22px; line-height: 22px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.footerlist li a:hover {color: #111; text-decoration: underline; border-radius: 2px;}


.footer .button.nl-subscribe {margin: 0; margin-top: 10px;} 



/*---footer---*/


.footer {
margin-top: 40px;
display: inline-block;
width: 1280px;
margin: 0 auto;
background-color: #f9ba13;
text-align: left;
}

.footertop {
display: inline-block;
float: left;
width: 100%;
min-height: 200px;
padding: 20px 0;
}

.footertopbox {
display: inline-block;
float: left;
width: 20%;
padding: 20px 20px 20px 0;
}

.footertopbox:nth-child(2),
.footertopbox:nth-child(3),
.footertopbox:first-child {
	width: 18%;
	min-width: 170px;
}

.footertopbox:nth-child(4) {
	width: 26%;
	min-width: 310px;
}


.footertopbox h4 {
font-size: 18px;
font-weight: normal;
font-family: 'boldfont';
width: 100%;
color: #000;
padding-bottom: 15px;
}

.footertopbox p {
width: 100%;
padding: 10px 0;
font-size: 14px;
line-height: 20px;
font-weight: normal;
}


.footertopbox .footer_email {
  color: #111;
  text-decoration: none;
}
.footertopbox a.footer_email:hover {
  text-decoration: underline;
}
.footerbottom {
display: inline-block;
float: left;
width: 100%;
    background-color: #f9ba13;
color: #333;
padding: 20px 0;
font-size: 12px;
font-weight: normal;
}

.footerbottom a {
color: #000;
text-decoration: none;
}
.footerbottom a:hover {
text-decoration: underline;
}
.footerbottom span.right {color: #00aaaa;}



.footerline {
width: 100%;
height: auto;
background: #fff;vertical-align: top;
line-height: 16px;
float: left;
display: inline-block;
}
.footerline .social-wrapper {
width:1280px;
margin: 0 auto;	
min-height: 60px;
display: inline-block;
}
.social-wrapper div {float: left; width: auto;} 
.social-wrapper div h3 {float: left; width: auto;display: inline-block; height: 40px; line-height: 40px;} 
.social-wrapper ul  {display: inline-block; float: left; padding: 0 5px;}
.social-wrapper ul li {display: inline-block; float: left; padding: 0 5px;}
.social-wrapper ul li a {display: inline-block; float: left; width: 40px; height: 40px;}
.social-wrapper h4 a {height: 40px; line-height: 40px; display: inline-block; text-decoration: none; color: #111;}
.social-wrapper h4 a img {height: 40px; float: left; float: left; display: inline-block; margin-right: 5px;}




.social-wrapper .footer-extension-60 {
    height: 40px;
    padding: 10px 0px;
    width: 56%;
    float: left;
	display: inline-block;
}

.social-wrapper .footer-extension-20 {
    height: 40px;
    padding: 10px 0px;
    width: 22%;
    float: left;
	display: inline-block;
}




ul.ui-autocomplete, #ui-id-1 {
	z-index: 9999 !important;
	background: #fff !important;
  border-radius: 0;

}

ul.ui-autocomplete li, #ui-id-1 li {
	font-size:16px !important;
	line-height: 23px !important;
  border: 0 !important;
}

ul.ui-autocomplete {
text-align: left;
}
ul.ui-autocomplete li a, #ui-id-1 li a {
color: #000 !important;
background: #fff !important;
}

ul.ui-autocomplete li a, #ui-id-1 li a {
  background-color: #fff !important;
  color: #000 !important;
    background-image: none !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}


ul.ui-autocomplete li a:hover, #ui-id-1 li a:hover {
  background-color: #00aaaa !important;
  color: #fff !important;
    background-image: none !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

ul.ui-autocomplete li:hover, #ui-id-1 li:hover {
  background-color: #00aaaa !important;
  color: #fff !important;
    background-image: none !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

#ui-id-1 li:hover {
    background-color: #00aaaa !important;
    background-image: none !important;
    color: #fff !important;
    border:none !important;
    margin: 0 !important;
    border-radius: 0 !important;
}


#ui-id-1, #ui-id-1 li, #ui-id-1 li a {
  border: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}


#ui-id-1 li a:hover {
    background-color: #00aaaa !important;
    color: #fff !important;
    background-image: none !important;
    border:none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.ui-state-focus, .ui-state-focus:hover,
#ui-id-1 li .ui-state-focus, #ui-id-1 li .ui-state-focus:hover,
#ui-id-1 li a.ui-state-focus, #ui-id-1 li a.ui-state-focus:hover  {
    background-color: #00aaaa !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-image: none !important;
}



@-webkit-keyframes fadeInDownSmall {
	0% {
	opacity: 0;
	-webkit-transform: translate3d(0,-20px,0);
}
100% {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
}

}
@-moz-keyframes fadeInDownSamll {
	0% {
	opacity: 0;
	-moz-transform: translate3d(0,-20px,0);
}
100% {
	opacity: 1;
	-moz-transform: translate3d(0,0,0);
}

}
@-o-keyframes fadeInDownSmall {
	0% {
	opacity: 0;
	-o-transform: translate3d(0,-20px,0);
}
100% {
	opacity: 1;
	-o-transform: translate3d(0,0,0);
}

}
@keyframes fadeInDownSmall {
	0% {
	opacity: 0;
	transform: translate3d(0,-20px,0);
}
100% {
	opacity: 1;
	transform: translate3d(0,0,0);
}

}




/*---PROGRAMOK---*/


.programsearch fieldset {
display: inline-block;
float: left;
border: 0;
padding: 5px;
border-right: 0px solid #ddd;
line-height: 0;
position: relative;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

.programsearch fieldset legend {
display: inline-block;
float: left;
width: auto;
font-size: 10px;
line-height: 12px;
padding-bottom: 3px;
text-transform: uppercase;
color: #666;
}

.programsearch fieldset br {
clear: both;
height: 0;
line-height: 0;
}


.programsearch fieldset input, .programsearch fieldset select {
clear: both;
background: #fff;
background: #f0f0f0;
color: #111;
border: 0;
font-weight: 600;
font-size: 16px;
border-radius: 2px !important;
font-family: 'Open Sans', Arial, sans-serif;
-webkit-appearance: none !important;
-webkit-tap-highlight-color:transparent;
width: 100%;
}

.programsearch fieldset input {
padding: 6px 6px;
}
.programsearch fieldset select {
padding: 5px 22px 5px 6px;
background-image:url('/themes/vista.hu/images/selectarrow.svg');
background-repeat: no-repeat;
  background-position: right 8px top 12px;
  background-size: 12px 12px;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
}






.programsearch fieldset input:focus, .programsearch fieldset select:focus {
outline: none;
  border: 0;
  background-image:url('/themes/vista.hu/images/selectarrow.svg');
  background-color: #f0f0f0;
  color: #111;
}

.programsearch select.empty {color:    rgba(255,255,255,0.6); font-weight: normal;}
.programsearch select:focus.empty {color:    rgba(0,0,0,0.6); font-weight: normal;}

.programsearch input.ipt45 {width: 45%;}
.programsearch fieldset.field-half {width: 50%;}



/*--VISSZAIG---*/


.messagetop {
width: 100%;
padding: 60px 30px 60px 200px;
display: inline-block;
float: left;
background: #009999;
position: relative;
color: #fff;
}

.messagetop .checked {
position: absolute;
width: 160px;
height: 100px;
top: 50%;
left: 30px;
margin-top: -50px;
background-color: #009999;
background-image: url('/themes/vista.hu/images/response-ok.svg');
background-size: 80px 80px;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
}
.messagetop .checked:after {
position: absolute;
width: 160px;
height: 100px;
background-color: #009999;
top: 0;
left: 0;
content: '';
}
.messagetop.active .checked:after {
transform: translate3d(100%,0,0);
-webkit-transform: translate3d(100%,0,0);
-moz-transform: translate3d(100%,0,0);
-ms-transform: translate3d(100%,0,0);
transition: all 0.9s ease 0.3s;
-webkit-transition: all 0.9s ease 0.3s;
-moz-transition: all 0.9s ease 0.3s;
-ms-transition: all 0.9s ease 0.3s;
}

.messagetop h2 {
font-size: 40px;
line-height: 50px;
color: #fff !important;
}

.messagetop p {
font-size: 20px;
line-height: 25px;
}

.messageboxwrapper {
width: 100%;
padding: 40px 200px;
background: #fff;
display: inline-block;
float: left;
}
.messageboxwrapper .messagebox h3 {
font-size: 24px;
line-height: 28px;
margin-bottom: 10px;
width: 100%;
display: inline-block;
}
.messageboxwrapper .messagebox p {
font-size: 20px;
line-height: 24px;
margin-bottom: 10px;
width: 100%;
display: inline-block;
}










.label_check.akcioschk {
margin: 3px 0 0 0 ;
color: #111;
}

.label_check.akcioschk p {
color: #111;
line-height: 24px;
}





/*--404--*/
.c404 {
background: #fff;
}
.page-error {
width: 100%;
height: 100%;
display: inline-block;
float: left;
position: relative;
text-align: center;
padding: 100px 40px;
min-height: 400px;
}




.slide404 {
width: 800px;
height: 411px;
display: inline-block;
position: relative;
background: #111;
background-color: #fff;
}

.img404 {
display: inline-block;
float: left;
width: 33.333333%;
height: 100%;
overflow: hidden;
position: relative;
}

.img404 .imgbox {
position: absolute;
padding: 0;
width: 98%;
height: 98%;
display: inline-block;
left: 1%;
top: 1%;
z-index: 50;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
opacity: 0;
transform: scale(0.8,0.8);
-webkit-transform: scale(0.8,0.8);
-moz-transform: scale(0.8,0.8);
}

.img404.on .imgbox {
opacity: 1;
transform: scale(1,1);
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-moz-transition: all .8s ease;
-webkit-transition: all .8s ease;
transition: all .8s ease;
}


.overlay404 {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 100;
background-image: url('/themes/vista.hu/images/404-alap.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.page-error-header {
font-family: 'boldfont';
font-size: 80px;
line-height: 90px;
color: #00aaaa;
letter-spacing: -2px;
}
.page-error-text {
width: 800px;
text-align:center;
font-size: 15px;
line-height: 20px;
float: none;
margin: 20px auto 0 auto;
}





/*---kerdoiv---*/





.kerdoivwrapper {
padding: 75px 40px;
display: inline-block;
float: left;
width: 100%;
min-height: 400px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
	text-align:left;
}
.kerdoivwrapper form {
display: inline-block;
float: left;
width: 100%;
}
.kerdoivwrapper fieldset {
width: 50%;
display: inline-block;
float: left;
max-width: 700px;
padding: 15px;
border: 1px solid #ddd;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
background: #fff;
}


.kerdoivwrapper .message_box {
margin: 80px auto;
color: #fff;
}
.kerdoivwrapper .message_box.ok {
margin: 80px auto;
color: #fff !important;
}

.kerdoivwrapper p {
padding: 10px 0 20px;
font-size: 14px;
line-height: 18px;
}


.kerdoivwrapper fieldset legend {
letter-spacing: -1px;
background: #fff;
padding: 0 0 5px 0;
display: inline-block;
float: left;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
position:relative;
margin: 0;
color: #00aaaa;
font-size: 18px;
}

.kerdoivwrapper .raterow {
display: block;
float: left;
height: auto;
clear: both;
padding: 3px 0;
width: 100%;
}


.kerdoivwrapper form .qname {
display: inline-block;
float: left;
height: 24px;
line-height: 16px;
padding: 4px 0;
font-size: 12px;
text-transform: uppercase;
width: 20%;
}


.kerdoivwrapper form .ratecomment {
width: 80%;
display: inline-block;
float: left;
}

.kerdoivwrapper form .stars {
  background: url("/themes/millenniumutazas.hu/images/starrating.png") repeat-x 0 0;
  width: 120px;
  height: 24px;
  margin: 0 auto;
  display: inline-block;
  float: left;
}
 
.kerdoivwrapper form .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.kerdoivwrapper form .stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}


.kerdoivwrapper form .stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}

.kerdoivwrapper form .stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}

.kerdoivwrapper form .stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}

.kerdoivwrapper form .stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}

.kerdoivwrapper form .stars label {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}

.kerdoivwrapper form .stars label:hover ~ span {
  background-position: 0 -24px;
}
.kerdoivwrapper form .stars label.star-5:hover ~ span {
  width: 100% !important;
}
.kerdoivwrapper form .stars label.star-4:hover ~ span {
  width: 80% !important;
}
.kerdoivwrapper form .stars label.star-3:hover ~ span {
  width: 60% !important;
}
.kerdoivwrapper form .stars label.star-2:hover ~ span {
  width: 40% !important;
}
.kerdoivwrapper form .stars label.star-1:hover ~ span {
  width: 20% !important;
}

.kerdoivwrapper form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 24px;
  background: url("/themes/millenniumutazas.hu/images/starrating.png") repeat-x 0 -48px;
  -webkit-transition: -webkit-width 0.2s;
  -moz-transition: -moz-width 0.2s;
  -ms-transition: -ms-width 0.2s;
  -o-transition: -o-width 0.2s;
  transition: width 0.2s;
}

.kerdoivwrapper form .stars input[type="radio"]:checked  ~ span {
background: url("/themes/millenniumutazas.hu/images/starrating.png") repeat-x 0 -48px !important;
}


.raterow textarea {
width: 100%;
height: 70px;
padding: 5px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
font-size: 13px;
background: #f0f0f0;
border: 1px solid #ddd;
}

p.pointrow {display: none;}


.kerdoivwrapper .form_div {
display: inline-block;
float: left;
width: 100%;
}
.kerdoivwrapper .kerdoiv_urlap_gomb {
padding: 10px 15px;
font-size: 18px;
background-color: #00aaaa;
color: #fff;
border: 0;
border-radius: 4px;
}




/*---oldalak---*/


.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5,
.post-text h6 {
	font-weight: normal;
	font-family: 'boldfont';
	color: #111;
	margin-top: 15px;
}



.post-text h2 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
}


.post-text h3 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}

.post-text h4 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	}


.post-text h5 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}

.post-text p img,
.post-text img {
	margin: 10px 0;
	display: inline-block;
	max-width: 100%;
}

.alapartabla ol,
.alapartabla ul,
.content-doc ul,
.utleirasok .textbox ul,
.post-text ul {
	width: 100%;
	display: inline-block;
	position: relative;
}

.alapartabla li,
.content-doc ul li,
.utleirasok .textbox ul li,
.post-text ul li {
	position: relative;
    padding-left: 17px;
    list-style: none;
    list-style-position: outside;
	display: inline-block;
	float: left;
	width: 100%;
}

.alapartabla li::before,
.content-doc ul li::before,
.utleirasok .textbox ul li::before,
.post-text ul li::before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 8px;
    height: 8px;
    background: #f9ba13;
    z-index: 100;
}
.utleirasok .textbox ul li::before,
.alapartabla li::before {
	top: 0.4em;
}

.post-text p {
	padding: 5px 0;
} 

.rtejustify {text-align: justify;}

.rtecenter {
    text-align: center;
}


iframe#repjegyinc {
	width: 100% !important;
	display: inline-block !important;
	border: 0;
	position: relative;
	
}

.post-text table tr td,
.post-text table {
	border: 0;
}












@media screen and (max-width: 900px){
.slide404 {
width: 100%;
height: 300px;
}
.page-error-header {
font-size: 60px;
line-height: 70px;
}
.page-error-text {
width: 100%;
padding: 0 20px;
text-align:center;
font-size: 14px;
line-height: 18px;
float: none;
margin: 20px auto 0 auto;
}

}
















/*---1450---*/
@media screen and (max-width: 1300px){

.contentwrapper {width: 100%;}
.contentwrapper2 {width: 100%;}
.searchwrapper, .header {width: 100%;}
.searchwrapper {left: 0; margin-left: 0;}
.searchform {padding: 20px 40px;}

.subscribe-wrapper {padding: 10px 40px 10px 40px;}


.pagenavbox {padding-left: 40px;}

.content {
padding: 0 40px;
}
.miertwrapper {
padding: 20px 40px;
}

.utcontainer.top.haspadding {
padding: 0 0 !important;
}



.footertop {
    padding: 20px 20px;
}
.footertopbox {
    padding: 20px 10px;
}

.footerwrapper {
padding: 0;
}


.footerline {
	padding: 10px;
	height: auto;
}
.footerline .social-wrapper {
	width: 100%;
}

.footerbottom {
    padding: 20px 30px;
}



.resultdata {padding: 10px 30px 10px 30px;}
.resultnum {left: 0;}
.restop, .restxt {margin-left: 0; padding-left: 10px;}

.tematopdata {
  padding: 60px 30px 20px 30px;
}
.uttopdata {
  padding: 60px 30px 20px 30px;
}
.uttopover, .tematopover {
  padding: 20px 40px 20px 40px;
}

.utleirasok  {
padding: 10px 30px 20px 0;
}




.utleftbox-inner {
width: 100%;
display: inline-block;
float: left;
padding: 5px 0;
}

.body_exp_program .utleftbox-inner {
  padding: 20px 30px;
}

.cimblock {
  padding: 20px 30px 20px 30px;
}

.utcontainer {
display: inline-block;
width: 100%;
float: left;
position: relative;
padding: 0 30px;
}


.brtop .breadcrumbs {
  padding: 10px 30px 0 30px;
}




.left-field, .right-field
{ 
display: inline-block;
float: left;
width: 100%;
padding-bottom: 5px;
}

.left-field input, .right-field input
{ 
display: inline-block;
float: left;
width: 100%;
}



.card li {
width: 33.333333%;
padding: 10px;
}

.landingboxes {
  padding: 0 30px;
}
#logo {
  margin-left: 50px;
}

}


/*---1280---*/
@media screen and (max-width: 1280px){
.travelbox .travelimg {width: 200px;}
.travelbox .traveldata {padding-left: 216px;}

.tourtypepop, .countrypop {
position: fixed;
top: 5%;
width: 90%;
left: 5%;
bottom: 5%;
}

.iconlist li {
width: 20%;
}


.content-left-75 {
  width: 75%;
}
.content-right-25 {
  width: 25%;
}

.travelbox .timer {
width: 170px;
}


.footer {
width: 100%;	
}





}


/*---1240---*/
@media screen and (max-width: 1240px){






.content {
padding: 0 30px;
}

.miertwrapper {
padding: 20px 30px;
}


.searchform {padding: 20px 30px;}
.pagenavbox {padding-left: 30px;}


.contactbox {
width: 50%;
}
.contactbox:nth-child(1), .contactbox:nth-child(2) {border-bottom: 1px solid rgba(255,255,255,0.2)}
.contactbox:nth-child(2) {border-right: 0;}



.bannerbox {
    display: inline-block;
    float: left;
    width: 33.333%;
    padding: 10px 20px 10px 0;
}




.topoffers_wrapper h4 {font-size: 30px;}
.topoffers_container .offerbox .offerbox-img .caption {
width: 100%;
padding: 60px 20px 16px 20px;
}

.topoffers_container .offerbox .offerbox-img .caption h3 {
font-size: 22px;
line-height: 26px;
font-family: 'Open Sans','Arial';
font-weight: 400;
padding-bottom: 4px;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.topoffers_container .offerbox .offerbox-img .caption small {
font-size: 14px;
}

.topoffers_container .offerbox .offerbox-img .caption span {
font-size: 14px;
font-weight: normal;
}
.topoffers_container .offerbox .offerbox-img .caption span b {
font-size: 18px;
font-weight: 500;
}





.droplist li {width: 33.333333%;}




}







/*---1024---*/
@media screen and (max-width: 1024px) {

.content {padding: 0 20px;}
.index_content .content-left-75 {padding-right: 10px; padding-left: 0; width: 66.666%;}
.index_content .content-right-25 {padding-right: 0; padding-left: 0; width: 33.333%;}
.miertwrapper {
padding: 20px 20px;
}


.searchform fieldset {width: 33.333%;}
.blocklist li {width: 50% !important;}
.blocklist li.blocklist-big {width: 100% !important;}


.shortlistwrapper {width: 50%}
.searchform {padding: 20px 20px;}

.subscribe-wrapper {
padding: 10px 20px 10px 20px;
}
.subscribe-form fieldset {
width: 38%;
}
.subscribe-form fieldset.buttonfield {
width: 24%;
}
.subscribe-form {display: none; width: 100%;}
.subscribe-wrapper .open {
display: block;
position: absolute;
left: 50%;
height: 30px;
width: 50px;
bottom: -25px;
border-radius: 0 0 25px 25px;
margin-left: -30px;
background-color: #00aaaa; 
z-index: 800;
cursor: pointer;
}


.subscribe-wrapper .open:after {
content: '';
width: 14px;
height: 14px;
display: inline-block;
position: absolute;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
background-image: url('/themes/vista.hu/images/down2.png');
background-repeat: no-repeat;
background-position:center;
top: 18%;
left: 50%;
margin-left: -7px;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
}
.subscribe-wrapper .open.active:after {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
}
.subscribe-wrapper .subscribe-text {text-align: center; width: 100%;}




/* one item */
.blocklist.bazar li:first-child:nth-last-child(1) {
  width: 100% !important;
}

.blocklist.bazar li {
  width: 50% !important;
}






.headernav {display: none;}

.content-left-75 {
  width: 100%;
  padding: 0 0 20px 0;
}
.content-right-25 {
  width: 100%;
  padding: 0 0 20px 0;
}

.contentwrapper {margin-left: 0; width: 100%; overflow: hidden; margin-top: 50px;}


.form_div {
padding: 15px 10%;
}



.pagenavbox {padding-left: 20px;}

.slidecaption  {
padding: 40px;
}

.billboard .flickity-prev-next-button {display: none;}


.slidecaption .captioninner {
display: inline-block;
max-width: 100%;
clear: left;
text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}


.slidecaption .captioninner h2 {
font-size: 40px;
line-height: 45px;
}

.slidecaption .captioninner h4 {
font-size: 20px;
line-height: 23px;
}
.slidecaption .captioninner p {
width: 100%;
line-height: 18px;
font-size: 14px;
padding-top: 15px;
}

.slidecaption .pricebox {width: 100%;}

.footertopbox {
  width: 50%;
}




.alaparbanvan, .alaparbannincs {
  padding: 20px 0 0 0;
}




.body_home .sticky .logo,
.body_home .logo,
.sticky .logo,
.logo {
display: inline-block;
float: none;
background-color: transparent;
background-image: url('/themes/vista.hu/images/vista_logo_wh.svg');
background-repeat: no-repeat;
background-position: center !important;
background-size: 85% auto;
margin: 0 auto;
height: 50px !important;
width: 86px;
left: 50%;
margin-left: -43px;

}


.mobilnav {
  display: inline-block;
}

.sidebar {display: inline-block;}
.sidebar.active {
transform: translate3d(270px,0,0);
-moz-transform: translate3d(270px,0,0);
-webkit-transform: translate3d(270px,0,0);
-ms-transform: translate3d(270px,0,0);
}







.tematop, .uttop, .temamainimg, .utmainimg
{
height: 320px;
}


.tematopdata h2 {
  font-size: 40px;
  line-height: 50px;
}


.uttopdata h1 {
  font-size: 40px;
  line-height: 45px;
}

.uttopdata p.teaser,
.tematopdata p.teaser {
  font-size: 13px;
  line-height: 16px;
  max-width: 600px;
}

.utleftbox, .gallery-container {
width: 100%;
height: auto;
min-height: 300px;
}

.utleftbox  .utazasadat {
width: 100%;
}

.utleftbox-inner {
float: left;
padding: 10px 0;
}

.tematitle {padding-bottom: 10px;}
.yahoo_weather {
margin-left: 0;
border-left: 0;
}

.yahoo_weather.active {
  height: 50px;
  width: 100%;
}

#smtw span {
  font-size: 18px;
  line-height: 50px;
}

#smtw p {padding-left:0;}
#smtw i {
  font-size: 40px;
  line-height: 50px;
  padding-left: 0;
}

.utcontainer {
background: #fff;
}

.utleirasok {
display: inline-block;
width: 100%;
float: left;
padding: 20px 0;
color: #4a4a4a;
font-size: 15px;
line-height: 20px;
border-right: 0;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
-webkit-column-rule: 1px solid #ddd;
-moz-column-rule: 1px solid #ddd;
column-rule: 1px solid #ddd;
}




.left-col-50,
.right-col-50
{
width: 100%;
}


.bestpricebox, .bestpricebox.show {
display: none;
}

.bestpricerow {
display: inline-block;
}

.pagenav {
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
}
.popscrollbox {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}


.orszaglist li {
  width: 100%;
}

.droplist li {width: 33.333333%;}
.droplist li a span.ctrystring {font-size: 16px;}



.cimblock .sharebox {
top: auto;
right: auto;
position: relative;
float: left;
text-align: left;
clear: left;
margin: 0;
}

.sharebox label {
float: left;
clear: left;
}



.sharelist {
display: inline-block;
float: left;
clear: left;
}

.sharelist li {
display: inline-block;
float: left;
}



.cimblock .sitetitle {width: 100%;font-family: 'boldfont', 'Open Sans', Arial, sans-serif;}
.cimblock .dest {width: 100%;}




.wdlist {margin-bottom: 5px;}
.wdlist li {
padding: 5px 5px;
}


.wdlist li .temperature span {
font-size: 26px;
font-weight: 600;
line-height: 30px;
color: #fff;
padding: 0 5px;
width: 100%;
}



.wdlist li i {
padding: 0 5px;
font-size: 30px;
line-height: 40px;
}

.tematop.weather-header .tematopdata h2 span {
font-size: 14px;
font-family: 'Open Sans','Arial';
display: inline-block;
float: left;
width: auto;
position: absolute;
top: -20px;
left: 0;
line-height: 20px;
padding-left: 0;
}



.idojarastabla .tablacimsor {width: 100%; display: inline-block; float: left; border-right: 0 solid #ddd;}
.idojarastabla .tablalists {width: 100%; display: inline-block; float: left; border-top: 1px solid #ddd;}


.idojarastabla ul.datarow {width: 14.285714%;}
.idojarastabla ul.datarow li {
width: 100%; 
display: inline-block; 
float: left; 
padding: 10px; 
height: 40px;
line-height: 20px;
border-right: 0px solid rgba(0,0,0,0.1);
border-bottom: 1px solid rgba(0,0,0,0.1);
font-weight: 600;
}




.idojarastabla ul.month {width: 14.285714%; background: #e9e9e9;}
.idojarastabla ul.month li {width: 100%; display: inline-block; float: left; padding: 10px; height: 40px; line-height:20px;
border-right: 0px solid rgba(0,0,0,0.1);
border-bottom: 1px solid rgba(0,0,0,0.1);
}

.idojarastabla .cimtd {width: 14.285714%; display: inline-block !important; float: left; min-height: 180px;
padding: 10px 10px 60px 10px; 
position: relative;  
}
.cimtd.varosnev {width: 100%; height: auto;}
.idojarastabla .cimtd.varosnev {min-height: 40px;background: #111;
  color: #ffcc2a;
  padding-left: 20px;
  padding-bottom: 10px;
}


.idojarastabla .cimtd.honap {display: inline-block !important; float: left;}

.cimtd.nappali, 
.cimtd.vizh,
.cimtd.csnsz  {background-color: #f5f5f5;}


.idojarastabla .cimtd.nappali {background-image: url('/themes/vista.hu/images/wi-day-temp.svg');  background-position: center 140px !important; background-size: 20px auto;}
.idojarastabla .cimtd.ejjeli {background-image: url('/themes/vista.hu/images/wi-night-temp.svg'); background-position: center 140px !important; background-size: 20px auto;}
.idojarastabla .cimtd.napos {background-image: url('/themes/vista.hu/images/wi-sun.svg'); background-position: center 140px !important; background-size: 20px auto;}
.idojarastabla .cimtd.vizh {background-image: url('/themes/vista.hu/images/wi-water-temp.svg'); background-position: center 140px !important; background-size: 20px auto;}
.idojarastabla .cimtd.csnsz {background-image: url('/themes/vista.hu/images/wi-rain.svg'); background-position: center 140px !important; background-size: 20px auto;}
.idojarastabla .cimtd.atlcs {background-image: url('/themes/vista.hu/images/wi-humidity.svg'); background-position: center 140px !important; background-size: 20px auto;}


.idojarastabla .cimtd.nappali span,
.idojarastabla .cimtd.ejjeli span,
.idojarastabla .cimtd.napos  span,
.idojarastabla .cimtd.vizh  span,
.idojarastabla .cimtd.csnsz  span,
.idojarastabla .cimtd.atlcs  span,
.idojarastabla .cimtd.honap  span
 {
	display: inline-block;
	float: left;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 50%;
	margin-left: -20px;
	
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	margin-top: 120px;
	top: 0;
	font-size: 14px;
}


.idojarastabla .cimtd.honap  span,
.idojarastabla .cimtd.vizh  span {
margin-left: -10px;
}



.ajanlatkeresform {width: 100%; padding-right: 0;}
.ajanlatkereshelp {
width: 100%;
margin-top: 15px;
padding-top: 10px;
border-top: 1px solid #ddd;
padding-left: 0;
border-left: 0;
}


ul.navmenu.dark li a.nav12,
ul.navmenu.dark li a.nav13,
ul.navmenu.dark li a.nav14,
ul.navmenu.dark li a.nav15 {display: inline-block;}




.messagetop {
width: 100%;
margin-top: 60px;
padding: 60px 30px 60px 150px;
}

.messagetop .checked {
width: 100px;
height: 100px;
top: 50%;
left: 30px;
margin-top: -50px;
background-size: 80px 80px;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
}
.messagetop .checked:after {
position: absolute;
width: 100px;
height: 100px;
background-color: #009999;
top: 0;
left: 0;
content: '';
}


.messagetop h2 {
font-size: 40px;
line-height: 50px;
}

.messagetop p {
font-size: 20px;
line-height: 25px;
}

.messageboxwrapper {
width: 100%;
padding: 40px 150px;
background: #fff;
display: inline-block;
float: left;
}
.messageboxwrapper .messagebox h3 {
font-size: 24px;
line-height: 28px;
margin-bottom: 10px;
width: 100%;
display: inline-block;
}
.messageboxwrapper .messagebox p {
font-size: 20px;
line-height: 24px;
margin-bottom: 10px;
width: 100%;
display: inline-block;
}


.rk, .rk-active {
display: none;
}

.result-filter-box { margin-bottom: 0; }
div.result-filter fieldset {
width: 25%;
padding-bottom: 10px;
padding: 5px 10px 5px 0;
}

div.result-filter fieldset .left-field,
div.result-filter fieldset .right-field {
width: 100%;
text-align: left;
padding-bottom: 5px;
}







div.result-filter {
display: none;
float: left;
width: 100%;
}

.result-filter-box.active div.result-filter {
display: inline-block;
}


.cimblockleft {
width: 100%;
padding-right: 0;
}



.kerdoivwrapper {
padding: 75px 20px;
}


.kerdoivwrapper form fieldset {
width: 100%;
max-width: 100%;
}




.body_home .headerwrapper,
.body_home .headerwrapper.sticky,
.headerwrapper.sticky,
.headerwrapper {
	background: #000;
	color: #fff;
	height: 50px;
	transform: none;
	-webkit-transform: none;
}




.headernavwrapper,
.headertop {display: none;}




.body_home .freesearchbox,
.freesearchbox,
.freesearchbox.scrolled {
position: fixed;
top: 50px;
width: 100%;
left: 0;
margin-left: 0;
height: auto;
border-radius: 0;	
}




.filtercol {
float: left;
width: 100%;
padding-left: 0;
}

div.result-filter fieldset {
width: 25%;
padding-bottom: 10px;
padding: 5px 10px 5px 0;
}

div.result-filter fieldset .left-field,
div.result-filter fieldset .right-field {
width: 100%;
text-align: left;
padding-bottom: 5px;
}



.content-right-25.filtercol .clear45 {height: 15px;}


.content-left-75 {
    width: 100%;
    padding: 0 20px 20px 20px;
    padding-bottom: 0;
}

.content-right-25 {
  width: 100%;
}


.subscribe-wrapper {padding: 10px 30px 10px 30px;}


.result-filter-box {margin-top: 15px;}


.filterlist {
	max-height: 200px;
	overflow-y: auto;
}

}



/*---1050---*/
@media screen and (max-width: 1050px) {
		.timer-large {
		border-radius: 2px 2px 0 0;
		width: 100%;
		}
		.timer-right {
		border-radius: 0 0 2px 2px;
		width: 100%;
		}

}
@media screen and (max-width: 950px) {
.index_content .content-left-75 {padding-right: 0; padding-left: 0; width: 100%;}
.index_content .content-right-25 {padding-right: 0; padding-left: 0; width: 100%;}
}
/*---800---*/
@media screen and (max-width: 800px){


.cbimg {
width: 33.333%;
height: 50%;
display: inline-block;
float: left;	
background-size: cover;
background-repeat: no-repeat;
background-position:center;
}

.content-left-75 {
  width: 100%;
}
.content-right-25 {
  width: 100%;
}

.content {padding: 0 20px;}

.miertwrapper {
padding: 15px 20px;
}

.miertbox {
padding: 10px;
width: 50%;
}


.searchform fieldset {width: 50%;}



.form_div {
padding: 15px 0;
}

.iconlist li {
width: 33.333333%;
}

.card li {
width: 50%;
padding: 10px;
}


.bannerbox {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 10px 10px 10px 0;
}

.utleftbox-inner {
float: left;
padding: 10px 0;
}

.footerwrapper {
padding: 0;
}


.social-wrapper .footer-extension-20 {
    width: 50%;
	text-align: left;
	float: left;
	padding-top: 10px;
	height: auto;
}
.social-wrapper .footer-extension-60 {
    width: 100%;
	height: auto;
}
.topoffers_container .offerbox .offerbox-clickarea {display: none;}
.landingboxes {
  padding: 0 20px;
}

.topoffers_container {
  height: 600px;
}


.topoffers_container  .offerbox.obv1,
.topoffers_container  .offerbox.obv2
{
width: 50% !important;
height: 33.333333% !important;
}

.topoffers_container  .offerbox:nth-child(3),
.topoffers_container  .offerbox:nth-child(4),
.topoffers_container  .offerbox:nth-child(5)
{
width: 33.333333% !important;
height: 33.333333% !important;
}

.swiper-button-prev,
.swiper-button-next {
display: none;
}

.uttopdata,
.tematopdata {
  padding: 60px 20px 20px 20px;
}
.uttopover, .tematopover {
  padding: 20px 20px 20px 20px;
}

.tematopdata h2 {
  font-size: 35px;
  line-height: 50px;
  width: 100%;
  max-width: 100%;
}
.uttopdata h1 {
  font-size: 35px;
  line-height: 40px;
  width: 100%;
  max-width: 100%;
}

.regiotags {margin-left: -5px; padding-bottom: 5px;}


.utleirasok {
display: inline-block;
width: 100%;
float: left;
padding: 15px 0px;
color: #4a4a4a;
font-size: 15px;
line-height: 20px;
border-right: 0;

-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0;
-webkit-column-rule: 0px solid #ddd;
    -moz-column-rule: 0px solid #ddd;
    column-rule: 0px solid #ddd;

}

.droplist li {width: 50%;}
.droplist li a span.ctrystring {font-size: 18px;}

.utcontainer {
padding: 0 20px;
}
.brtop .breadcrumbs {
  padding: 10px 20px 0 20px;
}

.cimblock {
  padding: 10px 20px 10px 20px;
}


.content-doc-inside {
line-height: 20px;
font-size: 14px;
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0;
-webkit-column-rule: none;
-moz-column-rule: none;
column-rule: none;
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
position: relative;
 overflow: hidden;
}

.content-doc {
    padding: 0;
}


.utcontainer.top.haspadding {
padding: 0 0 !important;
}


.owl-gallery .owl-item .item {
width: 100% !important;
height: 125px;
}



.messagetop {
width: 100%;
margin-top: 60px;
padding: 100px 20px 20px 20px;
text-align: center;
}

.messagetop .checked {
width: 100px;
height: 80px;
top: 10px;
left: 50%;
margin-top: 0;
margin-left: -50px;
background-size: 60px auto;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
}
.messagetop .checked:after {
position: absolute;
width: 100px;
height: 100px;
background-color: #009999;
top: 0;
left: 0;
content: '';
}


.messagetop h2 {
font-size: 30px;
line-height: 40px;
}

.messagetop p {
font-size: 16px;
line-height: 20px;
}

.messageboxwrapper {
width: 100%;
padding: 20px 20px;
background: #fff;
display: inline-block;
float: left;
}
.messageboxwrapper .messagebox h3 {
font-size: 20px;
line-height: 24px;
margin-bottom: 10px;
width: 100%;
display: inline-block;
}
.messageboxwrapper .messagebox p {
font-size: 16px;
line-height: 20px;
margin-bottom: 10px;
width: 100%;
display: inline-block;
}


div.result-filter fieldset {
width: 50%;
padding-bottom: 10px;
padding: 5px 10px 5px 0;
}

div.result-filter fieldset .left-field,
div.result-filter fieldset .right-field {
width: 100%;
text-align: left;
padding-bottom: 5px;
}




.timer-large {
border-radius: 2px 0 0 2px;
width: 50%;
}
.timer-right {
border-radius: 0 2px 2px 0;
width: 50%;
}

.subscribe-wrapper {
padding: 10px 20px 10px 20px;
}
.subscribe-form fieldset {
width: 50%;
}

.subscribe-form .subscribe-text {text-align: center;}

.subscribe-form fieldset.buttonfield {
width: 100%;
text-align:center;
}
.subscribe-form fieldset.buttonfield button {margin: 0; float: none;}

}





@media screen and (max-width: 750px){
					.blocklist li {width: 100% !important;}
					.blocklist li.blocklist-big {width: 100% !important;}
					.shortlistwrapper {width: 100%; padding: 10px 0;}
					.mt60 {margin-top: 0;}

					.bannerfull img.desktop-img {
					display: none !important;
					}

					.bannerfull img.mobil-img {
					display: inline-block;
					}

					.searchtoggle {
					display: inline-block;
					}

					.freesearchbox {
					display: none;
					}

					.freesearchbox.active {
					display: inline-block;
					}
					
					.freesearchform fieldset {
					padding-bottom: 10px;
					}
					
					.freesearchform fieldset:nth-child(1) {
					width: 100%;
					padding-right: 0;
					}

					.freesearchform fieldset:nth-child(2) {
					width: 50%;
					padding-left: 0;
					}
					.freesearchform fieldset:nth-child(3) {
					width: 50%;
					padding-left: 0;
					padding-right: 0;
					}
					.freesearchform fieldset:nth-child(4) {
					width: 100%;
					padding-left: 0;
					padding-bottom: 0;
					}
					


					ul.topnav {display: none;}

					.footertop {
						padding: 20px 10px;
					}
					.footertopbox {
						padding: 20px 10px;
						width: 100%;
					}
					.footerbottom {
						padding: 20px 20px;
					}
					
					
					.uttopover, .tematopover {
					  padding: 20px 20px;
					}
					
					.tour-wrapper {
					padding-top: 0;
					}
					


			.contactbox {
			width: 100%;
			}

			.contactbox {border-bottom: 1px solid rgba(255,255,255,0.2); border-right: 0;}

			.contactbox:last-child {border-bottom: 0;}

			.tsmall .travelbox .travelprice .more {
				display: none;
			}

			.menu-swiper {
			width: 20px;
			}

							.tour-wrapper {
							padding-top: 0;
							} 
							
							.tour-wrapper.hotelpage {
							padding-top: 0;
							}
							

#kapcsolodocikkek .cikkbox-list li {width: 100%;}


/*--tlist small--*/
.travellist.tsmall li {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 5px 10px;
}
.tsmall .travelbox {
height: auto;
}


.tsmall .travelbox .travelimg {
width: 70px;
height: 70px;
}


.tsmall .travelbox .traveldata {
width: 100%;
height: 100%;
padding: 10px 10px 10px 80px;
}
.tsmall .travelbox .traveldata .traveldata-top {
width: 100%;
max-height: 94px;
overflow: hidden;
}
.tsmall .travelbox .traveldata h3 {
font-size: 16px;
width: 100%;
line-height: 20px;
max-height: 40px;
}


.tsmall .travelbox .traveldata h3:hover {
color: #00aaaa;
}

.tsmall .travelbox .traveldata .location {
font-size: 13px;
padding-top: 2px;
color: #00aaaa;
width: 100%;
height: 18px;
line-height: 18px;
overflow: hidden;
}

.tsmall .travelbox .traveldata .travelicons {
height: 0;
width: 100%;
}


.tsmall .travelbox .traveldata .teaser {
font-size: 13px;
line-height: 18px;
max-height: 54px;
overflow: hidden;
width: 100%;
color: #212121;
margin-top: 10px;
}

.tsmall .travelbox .traveldata .travelcalendar {
display: none;
}



.tsmall .travelbox .travelprice {
width: 150px;
height: auto;
background-color: transparent;
position: absolute;
top: 0;
right: 0;
padding: 10px 10px 0 0;
border-left: 0;
text-align: right !important;
}
.tsmall .travelbox .travelprice .offerprices {width: 100%;}
.tsmall .travelbox .travelprice .normalprice {
font-size: 16px;
line-height: 20px;
width: 100%;
display: inline-block;
text-align: right !important;
float: right !important;
font-weight: 700;
font-family: 'Open Sans', Arial;
}
.tsmall .travelbox .travelprice .normalprice.sale {
color: #e2004a;
}



.tsmall .travelbox .travelprice .normalprice small {font-weight: 400;}
.tsmall .travelbox .travelprice .oldprice {font-size: 12px; float: right;color: #666; display: none;}


.tsmall .travelbox  .dspot {
display: none;
}
.tsmall .travelbox .dtext {
display: none;
}

.tsmall .travelbox .travelprice .more2,
.tsmall .travelbox .travelprice .more {
display: none !important;
}



.travelbox .timer {
display: none;
}

.card .travelbox .timer {
display: inline-block;
}

.ajanlatkeresform .form-group {
width: 100%;
padding-right: 0;
}

div.shippingtypebox {
    width: 100%;
    text-align: left;
    display: inline-block;
}
label.shippingtype {
width: 50%;
display: inline-block !important;
flex-align: none;
}



.poptoptext {
    height: auto;
    padding: 20px 20px;
    display: inline-block;
    width: 100%;
    line-height: 22px;
    font-size: 16px;
}




.kerdoivwrapper {
padding: 20px 20px;
}

.kerdoivwrapper form .qname {width: 30%;}
.kerdoivwrapper form .ratecomment {
    width: 100%;
    display: inline-block;
    float: left;
}



.hajo_item_list h4,
.szallas_item_list h4,
.fakultativ_item_list h4 {
font-size: 16px;
padding: 5px 10px;
line-height: 18px;
}

.hajo_item_list .hajo_data img,
.szallas_item_list .szallas_data img,
.fakultativ_item_list .fakultativ_data img {
max-width: 80px;
}


.hajo_item_list .hajo_data ul li, 
.hajo_item_list .hajo_data p,

.szallas_item_list .szallas_data ul li, 
.szallas_item_list .szallas_data p,

.fakultativ_item_list .fakultativ_data ul li, 
.fakultativ_item_list .fakultativ_data p {
font-size: 13px;
line-height: 16px;
}



h1.sitetitle {
	font-size: 20px; line-height: 25px;
}


}

/*--- HEIGHT ---*/
@media screen and (max-height:760px) {
	.freesearchbox {
		top:15vh !important;
	}
}

@media screen and (max-height:667px) {
	.freesearchbox {
		top:95px !important;
	}
}

@media screen and (max-height: 660px){
	.poptoptext {display: none;}
}

@media screen and (max-height: 650px){
	.normalpop {
		top: 5%;
		left: 5%;
		right: 5%;
		width: 90%;
		height: 90%;
		margin: 0 0 0 0;
	}
}

/*--- WIDTH ---*/
/*---640---*/
@media screen and (max-width: 640px) {


							.pagenavbox {padding-left: 0px;}

							.content {padding: 0 10px;}
							
							.miertwrapper {
							padding: 10px;
							}


							.miertinner {
							display: inline-block;
							float: left;
							}

							.miertbox {
							width: 100% !important;
							display: inline-block;
							border-bottom: 1px solid #ccc;
							}

							.miertbox:last-child {
							border-bottom: 0;
							}


							.godown {
							display: none;
							}

							
							
							.searchform fieldset.field-full {width: 100% !important;}
							.searchform {padding: 10px 10px;}


							.page-error {
							padding-left: 0;
							padding-right: 0;
							}

							.slide404 {
							width: 300px;
							height: 154px;
							}

							.form_div fieldset legend {
							width: 100%;
							padding-bottom: 3px;
							}
							.form_div fieldset > div {
							width: 100%;
							}
							.steps li {
								font-size: 11px;
							}


							.iconlist li {
							width: 50%;
							}

							.popanimtext {
							margin-top: 0;
							top: 10%;
							}
							.popanimtext ul li {
							line-height: 40px;
							font-size: 20px;
							}

							.popanimtext ul li a {
							display: inline-block;
							height: 38px;
							border-bottom: 2px solid transparent;
							line-height: 40px;
							font-size: 20px;
							}

							.topoffers_wrapper h4 {font-size: 25px;}

							.owl-gallery .owl-item .item {
							width: 100% !important;
							height: 100px;
							}

							.normalpop {
							top: 5%;
							left: 5%;
							right: 5%;
							width: 90%;
							height: 90%;
							margin: 0 0 0 0;
							}

							.normalpop .popcontent-inner {
							padding: 15px 15px 30px 15px;
							}

							.normalpop form .form-group {
							width: 100% !important;
							}


							.brtop .breadcrumbs {
							  padding: 10px 15px 0 15px;
							}


							.tematop
							{
							height: 320px;
							}

							.uttopover,.tematopover {
							padding: 15px 15px 20px 15px;
							}
							.uttopdata,
							.tematopdata {
							  padding: 40px 15px 15px 15px;
							}
							.breadcrumbs li {min-height: 16px;}


							.tematopdata h2 {
							  font-size: 35px;
							  line-height: 40px;
							  letter-spacing: 0;
							}
							.uttopdata h1 {
							  font-size: 35px;
							  line-height: 40px;
							  letter-spacing: 0;
							}


							.tematopdata p.teaser {
							  font-size: 13px;
							  line-height: 17px;
							  padding-bottom: 0;
							  margin-bottom: 10px;
							  width: 100%;
							  max-width: 100%;
							}
							.tematopdata p.fototeaser {
							font-size: 13px;
							  line-height: 17px;
							padding-top: 0;
							width: 100%;
							max-width: 100%;
							}

							.uttopdata p.teaser {
							  font-size: 13px;
							  line-height: 17px;
							  padding-bottom: 0;
							  margin-bottom: 10px;
							  width: 100%;
							  max-width: 100%;
							}
							.uttopdata p.fototeaser {
							font-size: 13px;
							  line-height: 17px;
							padding-top: 0;
							width: 100%;
							max-width: 100%;
							}

							.utcontainer {padding: 0 15px;}
							.utcontainer.top.haspadding {
							padding: 0 0 !important;
							}


							.utleirasok {
							padding: 15px 0;
							font-size: 13px;
							}
							.alaparbanvan, .alaparbannincs {
							padding: 15px 0;
							font-size: 13px;
							}

							#hasonloutak .leirascim {padding: 10px 0;}
							#hasonloutak .offerbox-list li {
							width: 100%;
							padding: 0 0;
							}
							#hasonloutak .offerbox-list li a .imgbox {
							left: 0;
							}

							.gombwrapper a {
							width: 100%;
							margin-bottom: 5px;
							min-height: 60px;
							}


							.utleftbox-inner {
							float: left;
							padding: 15px 0;
							}

							.droplist li {width: 100%;}
							.droplist li a span.ctrystring {font-size: 18px;}

							.cimblock {
							  padding: 10px 15px 10px 15px;
							}
							.cimblock h1 {
							  font-size: 25px;
							  line-height: 28px;
							}



							.wdlist {margin-bottom: 5px;}
							.wdlist li {
							padding: 5px 5px;
							}

							.wdlist li label .span1 {
							display: none;
							}

							.wdlist li label .span2 {
							display: inline-block;
							}
							.wdlist li .temperature span {
							font-size: 18px;
							font-weight: 600;
							line-height: 24px;
							color: #fff;
							padding: 0 0;
							width: 100%;
							}



							.wdlist li i {
							padding: 0 0;
							font-size: 18px;
							line-height: 24px;
							}

							label.shippingtype {
							width: 100%;
							display: inline-block !important;
							flex-align: none;
							}
							label.paymenttype {
							width: 100%;
							display: inline-block !important;
							flex-align: none;
							}
							label.vouchertype {
							width: 100%;
							display: inline-block !important;
							flex-align: none;
							}


							



							.orszagbox .imgbox {
							width: 65px;
							position: absolute;
							top: 0; left: 0;
							height: 100px;
							}



							.orszagbox .orszagdata .orszagtop {
							padding: 10px 16px 10px 78px;
							position: relative; z-index: 100;
							}




							.orszagbox .orszagdata .orszagtop h2 {font-size: 17px; line-height: 22px; letter-spacing: 0; max-height: 22px;overflow: hidden; margin-bottom: 5px; width: 75%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
							.orszagbox .orszagdata .orszagtop h2 a {text-decoration: none; font-family: 'boldfont', Arial; letter-spacing: 0; color: #00aaaa; font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

							.orszagbox .orszagdata .orszagtop p {
							width: 75%;
							max-height: 32px; overflow: hidden;
							line-height: 16px;
							font-size: 12px;
							color: #404040;
							margin-top: 8px;
							font-style: italic;
							display: -webkit-box;
							-webkit-line-clamp: 2;
							-webkit-box-orient: vertical;
							-moz-line-clamp: 2;
							-moz-box-orient: vertical;
							line-clamp: 2;
							box-orient: vertical;
							overflow: hidden;
							text-overflow: ellipsis;
							}

							.orszagbox .orszagdata .orszagprice {
							padding: 10px 14px 0 0;
							width: 100px;
							z-index: 50;
							}
							.orszagprice .eredetiar {font-size: 13px; color: #4a4a4a;width: 100%;display: inline-block;text-align: right;}
							.orszagprice .normalar {
							font-size: 16px;
							letter-spacing: -1px;
							line-height: 20px;
							}

							.orszagprice .arkiiras {
							font-size: 13px;
							height: 16px;
							}


							.bannerbox {
								display: inline-block;
								float: left;
								width: 100%;
								padding: 10px 0 10px 0;
							}
							.content-doc {
								padding: 0;
								border-radius: 0;
							}
							.c-d-wrapper {
								display: inline-block;
								float: left;
								width: 100%;
								padding: 20px 0;
							}



							.footertop {
								padding: 20px 10px;
							}
							.footertopbox,
							.footertopbox:first-child,
							.footertopbox:nth-child(2),
							.footertopbox:nth-child(3),
							.footertopbox:nth-child(4) {
								padding: 10px 5px;
								width: 100%;
							}
							.footerbottom {
								padding: 20px 15px;
							}



							div.result-filter fieldset {
							width: 100%;
							padding-bottom: 10px;
							padding: 5px 0 5px 0;
							}

							div.result-filter fieldset .left-field,
							div.result-filter fieldset .right-field {
							width: 100%;
							text-align: left;
							padding-bottom: 5px;
							}


							.loadingoverlay {
							position: fixed;
							display: inlne-block;
							top: 0;
							left: 0;
							right: 0;
							width: 100%;
							bottom: 0;
							background-color: #f9ba13;
							z-index: 9600;
							}

							.loaderblock {
							position: fixed;
							top: 50%;
							left: 50%;
							width: 240px;
							height: 240px;
							border-radius: 50%;
							background-color: #f9ba13;
							z-index: 9900;
							margin: -120px 0 0 -120px;
							box-shadow: none;
							}

							/* one item */
							.blocklist.bazar li:first-child:nth-last-child(1) {
							  width: 100% !important;
							}

							.blocklist.bazar li {
							  width: 100% !important;
							  height: 350px;
							}



							.subscribe-wrapper {
							padding: 10px 10px 10px 10px;
							}


							.subscribe-form fieldset {
							width: 100%;
							padding-right: 0;
							}



							.subscribe-form {
							display: none;
							width: 100%;
							}


							.subscribe-form fieldset.buttonfield {
							width: 100%;
							text-align:center;
							}
							.subscribe-form fieldset.buttonfield button {margin: 0; float: none;}




							.slidecaption  {
							padding: 20px;
							}


							.slidecaption .captioninner {
							display: inline-block;
							max-width: 100%;
							clear: left;
							text-shadow: 0 1px 3px rgba(0,0,0,0.4);
							}


							.slidecaption .captioninner h2 {
							font-size: 30px;
							line-height: 36px;
							}


							.slidecaption .captioninner h4 {
							font-size: 20px;
							line-height: 23px;
							}


							.slidecaption .captioninner p {
							width: 100%;
							line-height: 17px;
							font-size: 13px;
							padding-top: 10px;
							}

							.slidecaption .pricebox {width: 100%;}


							.slidecaption .pricebox .price {
								display: inline-block;
								font-family: 'boldfont';
								float: left;
								font-size: 30px;
								line-height: 34px;
							}

							.restop.unotselected {line-height: 60px; font-size: 16px;margin-bottom: 0;}

							.resultnum b {
								font-size: 20px;
								margin-top: 10px;
								line-height: 30px;
								display: inline-block;
							}

							
							
							
							
}

/*---580---*/
@media screen and (max-width: 580px){
					.mediumpop {
					position: fixed;
					top: 50%;
					left: 5%;
					margin: -250px 0 0 0;
					width: 90%;
					height: 450px;
					background: #fff;
					}

					.card li {
					width: 100%;
					padding: 10px;
					}
					.content-left-75 {
					  width: 100%;

					}
					.content-right-25 {
					  width: 100%;

					}


					.sidebar-like,
					.sidebar-history {
					width: 260px;
					right: -340px;
					}
					.sidebar-like.active,
					.sidebar-history.active {
					transform: translate3d(-340px,0,0);
					-moz-transform: translate3d(-340px,0,0);
					-webkit-transform: translate3d(-340px,0,0);
					-ms-transform: translate3d(-340px,0,0);
					}
					.footerwrapper {
					padding: 0;
					}
					.footer-linkbox {
					  padding: 20px 5px;
					}
					.impinfo {
					  padding: 20px 5px;
					}
					.resultdata {padding: 10px 10px 10px 10px;}
					.resultnum {left: 0;}
					.restop, .restxt {margin-left: 0; padding-left: 10px;}


					.landingboxes {
					  padding: 0 10px;
					}
					.topoffers_container {
					  height: 940px;
					}
					.topoffers_container  .offerbox.obv1,
					.topoffers_container  .offerbox.obv2
					{
					width: 100% !important;
					height: 128px !important;
					}
					.topoffers_container  .offerbox:nth-child(3),
					.topoffers_container  .offerbox:nth-child(4),
					.topoffers_container  .offerbox:nth-child(5)
					{
					width: 100% !important;
					height: 140px !important;
					}

					.tematopdata h2 {
					  font-size: 25px;
					  line-height: 30px;
					  width: 100%;
					  max-width: 100%;
					}
					.uttopdata h1 {
					  font-size: 25px;
					  line-height: 30px;
					  width: 100%;
					  max-width: 100%;
					}


					.poptitle {
					font-size: 20px;
					line-height: 24px;
					text-align: left;
					}



					.response-text {
					padding: 15px;
					font-size: 14px;
					}


					.clearondevice {
					width: 100%;
					display: inline-block;
					height: 0;
					float: left;
					}



					.contactbox {
					min-height: 110px;
					}
					.contactbox label {
					font-size: 22px;
					font-weight: 300;
					padding-bottom: 15px;
					}
					.contactbox p {
					font-size: 12px;
					line-height: 16px;
					}

					p.contactbox-ot,
					p.contactbox-pn {
					font-size: 20px;
					line-height: 24px;
					}
					p.contactbox-ot b {
					width: 70px;
					display: inline-block;
					float: left;
					}
					p.contactbox-pn b {
					font-size: 20px;
					display: inline-block;
					float: left;
					}
					p.contactbox-ot small {
					margin-left: 5px;
					font-size: 14px;
					display: inline-block;
					float: left;
					}



					.idojarasbox {
					box-shadow: none;
					border-radius: 0;
					margin: 0;
					}
					.idojarasbox p {
					padding: 15px;
					}



					.form-group.fg100 {width: 100%;}
					.form-group.fg50 {width: 100%;}
					.form-group.fg70 {width: 100%;}
					.form-group.fg75 {width: 100%;}
					.form-group.fg30 {width: 100%;}
					.form-group.fg25 {width: 100%;}


					.tsmall .travelbox.programbox .travelprice {
						width: 100%;
						height: auto;
						background-color: transparent;
						position: relative;
						top: auto;
						right: auto;
						padding: 0 10px 10px 80px;
						border-left: 0;
						text-align: left !important;
					}
					.tsmall .travelbox.programbox .travelprice .normalprice {
						text-align: left !important;
					}
					.tsmall .travelbox.programbox .travelprice .oldprice {
						font-size: 12px;
						float: left;
						color: #666;
						display: inline-block;
					}

					.timer-large {
					border-radius: 2px 2px 0 0;
					width: 100%;
					}
					.timer-right {
					border-radius: 0 0 2px 2px;
					width: 100%;
					}




}


/*---480---*/
@media screen and (max-width: 480px){



					.smallpop {
					position: fixed;
					top: 50%;
					left: 5%;
					margin: -150px 0 0 0;
					width: 90%;
					height: 300px;
					background: #fff;
					}


					.iconlist li {
					width: 100%;
					}

					.madeby {
					text-align: center;
					}
					.madeby .copyr {float: none;}
					.contactbox {
					padding: 20px 10px 20px 85px;
					}



					.contactbox .icon {
					left: 10px;
					}

				









}







@keyframes bounceIcon {
        0% {transform: scale(1,1);}
        25% {transform: scale(1.2,1.2);}
        40% {transform: scale(0.8,0.8);}
        60% {transform: scale(1,1);}
		    80% {transform: scale(1.2,1.2);}
        100% {transform: scale(1,1);}
}

@-moz-keyframes bounceIcon {
        0% {-moz-transform: scale(1,1);}
        25% {-moz-transform: scale(1.2,1.2);}
        40% {-moz-transform: scale(0.8,0.8);}
        60% {-moz-transform: scale(1,1);}
		    80% {-moz-transform: scale(1.2,1.2);}
        100% {-moz-transform: scale(1,1);}
}

@-webkit-keyframes bounceIcon {
        0% {-webkit-transform: scale(1,1);}
        25% {-webkit-transform: scale(1.2,1.2);}
        40% {-webkit-transform: scale(0.8,0.8);}
        60% {-webkit-transform: scale(1,1);}
		    80% {-webkit-transform: scale(1.2,1.2);}
        100% {-webkit-transform: scale(1,1);}
}









.js-tooltip {
    background:#111;
    display: none;
    color: #fff;
    padding: 4px;
    border-radius: 2px;
    position: absolute;
    z-index: 5000;
}
.js-tooltip_arrow {
    background: url(//i.imgur.com/K5ynr.png) no-repeat;
    width: 9px;
    height: 5px;
    position: absolute;
    top: 21px;
    z-index: 300;
}

.tabbox {
	display:none;
}

.tabbox.active {
	display: block;
	overflow: hidden;
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s;
}

.message_box {
	margin:60px auto 60px;
	max-width:600px;
	text-align:center;
	padding:10px 15px;
	color:#FFF;
	border-radius:4px;
	background:#3e8bd9;
	border-color:#0c3258;
	font-weight: 600!important;
	font-family: 'Open Sans', Arial, sans-serif !important;
}
.message_box b {font-weight: 600 !important;}

.body_message .message_box {
margin: 120px auto 60px;
}


.message_box a {
	color :#111;
}
  
.message_box.error {
	background: #00aaaa;
}

.message_box.ok {
	    background-color: #0cbdae;
      color: #111;
}

.aff-box {
	height:150px;
	overflow:auto;
	float:left;
	width:100%;
}

.email_2 {
	display:none !important;
}

.seat .huzat {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #888;
    border-image: none;
    border-radius: 5px 5px 3px 3px;
    border-style: solid;
    border-width: 2px 2px 6px;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 25px;
    margin: 1px;
    text-align: center;
    width: 30px;
    z-index: 30;
}

.seat .huzat.selected {
    background: #ffcc2a none repeat scroll 0 0;
    color: #111;
    border-color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}

.door {
    background: #e5e5e5 none repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 32px;
    position: relative;
    width: 34px;
}

.door::before {
    background: #00aaaa none repeat scroll 0 0;
    content: "";
    height: 32px;
    position: absolute;
    right: -4px;
    top: 0;
    width: 4px;
}



.magazin-wrapper.magazin-list {
	padding-top:20px;
}



.magazin-wrapper.magazin-list.magazin-home {
	padding-top:20px;
}

.width-100 {
	width:100%;
}

.infoblock ul {
	padding-left:13px !important;
}

.madeby img {
	vertical-align:middle;
	margin-left:10px;
	margin-right:15px;
}

@media screen and (max-width: 800px){
	.madeby_sep {
		display:block;
		height:20px;
		opacity:0.0;
		filter: alpha(opacity=0);
	}
}

@media screen and (max-width: 500px){
	.madeby {
		text-align:center;
	}

	.madeby img {
		max-width:80px;
	}

	.copyr {
		float:none;
		text-align:center;
		display:block;
		margin-top:20px;
	}


	.content {padding: 0 10px;}
	.searchform {padding: 10px;}


}



.utazas-labels {
	padding-left:0 !important;
	padding-right:0 !important;
}

.utazas-labels label { background: transparent !important }

select[name="number_of"] {
	float:none !important;
}
.livechat-compact-container
{
	z-index: 228000 !important;
}

.cc_banner-wrapper {
    z-index: 3847483639 !important;
    position: relative;
}
.cc_container {font-family: 'Open Sans', sans-serif;}
.cc_container .cc_btn {background-color: #00aaaa !important; color: #fff !important; border-radius: 3px !important;font-family: 'Open Sans', sans-serif;}
.cc_container .cc_more_info {color: #00aaaa !important;}
.cc_container .cc_more_info:hover {text-decoration: underline !important;}

#ui-id-1 { max-height: 280px; }

.range-slider-wrapper { min-width: 200px; }

@keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 20px 10px;
  }
}

@-webkit-keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 20px 10px;
  }
}

@-moz-keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 20px 10px;
  }
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.body_unsubscribe .unsubscribe { margin-top: 130px; padding: 20px; }
.body_unsubscribe .unsubscribe input { margin-top: 20px; margin-left: 20px; }
.body_unsubscribe .unsubscribe p + input { margin-left: 0px; }

.body_biztositas .traveller .cs_input_bd { width: 40px; }
.body_biztositas .traveller .cs_input_bd.year { width: 60px; }

@media print {
	@page {
		size: A4;
  		margin: 1cm 0;
  		max-height:100%;
  		max-width:100%
  	}

	body {
		width: 21cm;
		min-height: 29.7cm;
		background: white;
		font-size: .8em;
	}
	.sidebar-history, .sidebar-like {
		display: none;
	}
	.headerwrapper.sticky {
		transform: translateY(0);
    	-webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
    }
	.searchwrapper,
	.totop2 {
		display:none;
	}
	.headerwrapper {
		position: relative;
	}
	.headernav {
		overflow: hidden;
	}
	.header,
	.footer,
	.contentwrapper {
		width: 100%;
	}
	.contentwrapper {
		margin-top: 20px
	}
	#livechat-compact-container {
		display: none;
	}
	p {
	  page-break-inside: avoid;
	}
}