* {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:#2e3373;}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;
}
/*--NORM END--*/

@font-face {
    font-family: 'boldfont';
    src: url('/themes/travelorigo.com/css/Montserrat-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'medfont';
    src: url('/themes/travelorigo.com/css/Montserrat-SemiBold.ttf');
	font-weight: normal;
    font-style: normal;
    }


@font-face {
    font-family: 'slimfont';
    src: url('/themes/travelorigo.com/css/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
 h1, h2, h3, h4, h5, h6 {font-weight: normal;}

 * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}


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: 'Open Sans',Segoe Ui, Arial,Helvetica, sans-serif;
text-align: center;
background-color: #ddd;
color: #111;

}

a {color: #3f46a6;}
a:hover {color: #3f46a6;}
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: #ef6c00 url('/themes/travelorigo.com/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: 60px;
width: 100%;
line-height: 0;
}


.floating-action:hover {
background: #ef6c00 url('/themes/travelorigo.com/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'], input[type='email'] {
border: 0;
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: #3f46a6;
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: #faa81a;
background-image: url('/themes/travelorigo.com/images/heart1.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;
}



#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/travelorigo.com/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/travelorigo.com/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-color: rgba(23,33,105,0.6);
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: #2e3373;
color: #fff;
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;
display: none;
}



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: #fff;
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(255,255,255,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: #2e3373;
  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;
}

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



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

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

ul.navmenu.dark li a.nav12 span.nav-icon {background-size: 22px auto; background-image:url('/themes/travelorigo.com/images/eyeicon.svg');}
ul.navmenu.dark li a.nav13 span.nav-icon {background-size: 22px auto; background-image:url('/themes/travelorigo.com/images/heart1.svg');}
ul.navmenu.dark li a.nav14 span.nav-icon {background-size: 22px auto; background-image:url('/themes/travelorigo.com/images/icon-login.svg');}
ul.navmenu.dark li a.nav15 span.nav-icon {background-size: 22px auto; background-image:url('/themes/travelorigo.com/images/icon-logout.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: 22px auto; background-image:url('/themes/travelorigo.com/images/mag-europa.svg');}
ul.navmenu.navmagazin li a.nav2 span.nav-icon {background-size: 22px auto; background-image:url('/themes/travelorigo.com/images/mag-azsia.svg');}
ul.navmenu.navmagazin li a.nav3 span.nav-icon {background-size: 22px auto; background-image:url('/themes/travelorigo.com/images/mag-afrika.svg');}
ul.navmenu.navmagazin li a.nav4 span.nav-icon {background-size: 22px auto; background-image:url('/themes/travelorigo.com/images/mag-kozelkelet.svg');}
ul.navmenu.navmagazin li a.nav5 span.nav-icon {background-size: 22px auto; background-image:url('/themes/travelorigo.com/images/mag-amerika.svg');}
ul.navmenu.navmagazin li a.nav6 span.nav-icon {background-size: 22px auto; background-image:url('/themes/travelorigo.com/images/mag-oceania.svg');}
ul.navmenu.navmagazin li a.nav7 span.nav-icon {background-size: 22px auto; background-image:url('/themes/travelorigo.com/images/video-icon.svg');}
ul.navmenu.navmagazin li a.nav8 span.nav-icon {background-size: 22px auto; background-image:url('/themes/travelorigo.com/images/plane-icon.svg');}
ul.navmenu.navmagazin li a.nav9 span.nav-icon {background-size: 22px auto; background-image:url('/themes/travelorigo.com/images/contact-icon.svg');}



ul.navmenu li span.subsign {
position: absolute;
z-index: 910;
top: 50%;
right: 20px;
background: #fff;
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: #fff;
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: 10px; 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: #fff;
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: #fff; display: none;}

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


.callus {
width: 50px;
height: 50px;
float: left;
background-image: url('/themes/travelorigo.com/images/contact-phone.svg');
background-size: 26px auto;
background-repeat: no-repeat;
background-position:center;
z-index: 1350;
position: fixed;
right: 40px;
top: 0px;
border-radius: 0;
display: none;
}


/*---freesearch---*/

.freesearchbox {
position: relative;
float: left;
display: inline-block;
height: auto;
width: 100%;
background-color: #ffc821;
}

.freesearchform {
display: inline-block;
float: left;
width: 100%;
padding: 10px;
}

.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 input:focus::-webkit-input-placeholder {
    color:    rgba(0,0,0,0); font-weight: bold;
}
.freesearchform input:focus::-moz-placeholder {
    color:    rgba(0,0,0,0); font-weight: bold;
}
.freesearchform input:focus::-moz-placeholder {
    color:    rgba(0,0,0,0); font-weight: bold;
}
.freesearchform input:focus::-ms-input-placeholder {
    color:    rgba(0,0,0,0); font-weight: bold;
}


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


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: block;
width: 1280px;
height: auto;
overflow: hidden;
text-align: left;
background: #fff;
}

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

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

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

.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;
font-family: 'boldfont';
letter-spacing: -0.5px;
color: #2e3373;
}
.section-title h2 {color: #2e3373; font-size: 35px; line-height: 40px;}


/*---miert---*/
.miertwrapper {
display: none;
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;
}


.header {
width: 1280px;
display: inline-block;
margin: 0 auto;
background: #2e3373;
height: 60px;
position: relative;
}


.headerinner {
z-index: 1050;
background: #2e3373;
display: inline-block;
height: 60px;
width: 100%;
left: 0;
top: 0;
position: absolute;
}

.logo {
display: inline-block;
float: left;
width: 200px;
height: 60px;
background-color: #2e3373;
background-image: url('/themes/travelorigo.com/images/travelorigo-logo-web-wh.svg');
background-repeat: no-repeat;
background-position: center;
background-size: 160px auto;
}

.headernav {
display: inline-block;
float: left;
width: auto;
height: 60px;
list-style: none;
padding-left: 15px;
max-width: 62%;
position: relative;
}

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

.headernav li a {
display: inline-block;
float: left;
padding: 15px 15px 15px 40px;
line-height: 30px;
color: #fff;
font-size: 13px;
font-family: 'slimfont';
font-weight: normal;
text-decoration: none;
text-transform: uppercase;
position: relative;
overflow: hidden;
}


.headernav 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: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px auto;
  opacity: 1;
}

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

.headernav li.more {
display: none;
float: left;

}



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

.headernav li a:hover,
.headernav li span:hover { background: #3f46a6; }

.headernav #overflow {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  top: 60px;
  left: 0;
  width: 190px;
}
.headernav li.more:hover ul#overflow {
  opacity: 1;
  visibility: visible;
}

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

.headernav #overflow li a {
     background: #2e3373;
  white-space: nowrap;
  width: 190px;
}

.headernav #overflow li a:hover { background: #3f46a6; }









.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;}
.clear5 {height: 50px; width: 100%; display: inline-block; float: left;}



/*--SEARCHTOGGLE---*/

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

}

.searchtoggle.active {
background: #ffc821;
}


.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: #000;
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: #000;
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;
}

/*---SEARCHWRAPPER---*/

.searchwrapper {
position: fixed;
top: 60px;
width: 1280px;
left: 50%;
margin-left: -640px;
z-index: 1040;
background-color: #ffc821;
display: inline-block;
min-height: 100px;
transform: translateY(-140%);
-webkit-transform: translateY(-140%);
-moz-transform: translateY(-140%);
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: rgab(0,0,0,0.5);
}

fieldset input[type="text"],
fieldset input[type="email"],
fieldset select {
display: inline-block;
background: rgba(255,255,255,0.7);
color: #2e3373;
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;
}



.button, button, input[type="button"], input[type="submit"] {
border: 0;
border-radius: 3px;
padding: 8px 15px;
font-family: Arial,'Open sans';
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
background-color: #ef6c00;
background: #3f46a6;background: #0099ff;
color: #fff;
display: inline-block;
}




/*---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: #2e3373;
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';
}


input.datepicker {
    background-image: url('/themes/travelorigo.com/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: #3f46a6;
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: #ef6c00;
background: #fff;
border: 3px solid #ef6c00;
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: absolute;
top: 0;
right: 0;
width: auto;
height: 60px;
display: inline-block;
z-index: 1300;
}

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


ul.topnav li.likemenu {
width: 50px;
height: 60px;
display: inline-block;
float: left;
}
ul.topnav li.likemenu a {
width: 50px;
height: 60px;
display: inline-block;
float: left;
background-image: url('/themes/travelorigo.com/images/heart1.svg');
background-repeat: no-repeat;
background-size: 26px auto;
background-position: center;
text-decoration: none;
}

ul.topnav li.viewmenu {
width: 50px;
height: 60px;
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: 50px;
height: 60px;
display: inline-block;
float: left;
background-image: url('/themes/travelorigo.com/images/eyeicon.svg');
background-repeat: no-repeat;
background-size: 30px auto;
background-position: center;
text-decoration: none;
}
ul.topnav li.contactmenu a {
width: 50px;
height: 60px;
display: inline-block;
float: left;
background-image: url('/themes/travelorigo.com/images/contact-icon-white.svg');
background-repeat: no-repeat;
background-size: 30px auto;
background-position: center;
text-decoration: none;
}

 


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

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


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

ul.topnav li.logoutmenu a {
width: 50px;
height: 60px;
display: inline-block;
float: left;
background-image: url('/themes/travelorigo.com/images/icon-logout.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;
}



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


.sidebar-history, .sidebar-like {
width: 500px;
right: -540px;
height: 100%;
display: inline-block;
position: fixed;
top: 0;
bottom: 0;
background: #fff;
color: #2e3373;
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: #ffc821;
	color: #2e3373;
	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/travelorigo.com/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/travelorigo.com/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: #3f46a6; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.landinglist li .list-link:hover .data h3 {color: #3f46a6;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;
/*margin-top: 60px;*/
height: 450px;
background-color: #2e3373;
position: relative;
}


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


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


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



.slidecaption {
position: absolute;
bottom: 0;
padding: 40px 80px;
width: 100%;
color: #fff;
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;
max-width: 50%;
clear: left;
text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}


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

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


.godown {
background-color: #ffc821;
background-image: url('/themes/travelorigo.com/images/godown.png');
background-position: center;
background-size: 16px auto;
background-repeat: no-repeat;
width: 60px;
height: 60px;
border-radius: 50%;
position: absolute;
bottom: -30px;
right: 80px;
z-index: 500;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}


.godown:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);	
}



.slidecaption .pricebox {
display: inline-block;
float: left;
background: #ed2630;
padding: 5px 10px 4px 10px;
border-radius: 2px;
margin: 10px 0 20px 0;
width: auto;
clear: left;
text-shadow: none;
}

.slidecaption .pricebox .price {
display: inline-block;
font-family: 'boldfont';
float: left;
font-size: 30px;
line-height: 34px;

}

.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; clear: left;
float: left;
width: auto;
font-size: 14px;
line-height: 18px;
padding-top: 5px;
display: none;
}







/*---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) 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;
}

.travellist 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.5s linear infinite;
-webkit-animation: barberpole 0.5s linear infinite;
-moz-animation: barberpole 0.5s linear infinite;*/
}


.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 h2 {
font-size: 20px;
width: 100%;
line-height: 24px;
letter-spacing: -0.5px;
max-height: 48px;
overflow: hidden;
color: #2e3373;
font-family:'medfont';
text-decoration: none;
}


.travelbox .traveldata h2:hover {
color: #0099ff;
}

.travelbox .traveldata .location {
font-size: 13px;
padding-top: 2px;
color: #3f46a6;
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: 190px;
font-size: 10px;
margin-top: 10px;
color: #fff;
}

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

.travelbox .traveldata .travelcalendar a {
background-color: #0099ff;
color: #fff;
border-radius: 2px;
}

.travelbox .traveldata .travelcalendar a.bestmpr {
background-color: #ed2630;
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: #ed2630;
}



.travelbox .travelprice .normalprice small {font-weight: 400; width: 100%; display: inline-block;float: left; text-align: right;}
.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: #ed2630 ;
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: #ef6c00;
font-size: 12px;
text-align: center;
font-weight: 500;
}

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


/*---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/travelorigo.com/images/tag-family.svg');}
.family2:after {background-image: url('/themes/travelorigo.com/images/tag-family.svg');}
.family3:after {background-image: url('/themes/travelorigo.com/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/travelorigo.com/images/tag-repulo.svg');}
.utmod2:after {background-image: url('/themes/travelorigo.com/images/tag-busz.svg');}
.utmod3:after {background-image: url('/themes/travelorigo.com/images/tag-egyeni.svg');}
.utmod4:after {background-image: url('/themes/travelorigo.com/images/tag-hajo.svg');}
.utmod5:after {background-image: url('/themes/travelorigo.com/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/travelorigo.com/images/tag-onellatas.svg');}
.ellatas2:after {background-image: url('/themes/travelorigo.com/images/tag-reggeli.svg');}
.ellatas3:after {background-image: url('/themes/travelorigo.com/images/tag-felpanzio.svg');}
.ellatas4:after {background-image: url('/themes/travelorigo.com/images/tag-teljesellatas.svg');}
.ellatas5:after {background-image: url('/themes/travelorigo.com/images/tag-allinclusive.svg');}
.ellatas6:after {background-image: url('/themes/travelorigo.com/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 h2 {
font-size: 16px;
width: 100%;
line-height: 20px;
max-height: 40px;
overflow: hidden;
color: #2e3373;
}

.card .travelbox .traveldata h2:hover {
color: #0099ff;
}

.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: 190px;
font-size: 10px;
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: #ed2630;
}



.card  .travelbox .travelprice .normalprice small {font-weight: 400;clear: none;float: none; width: auto;}


.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: #ed2630;
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: #2e3373;
text-decoration: none;
font-weight: 500;
border-radius: 2px;
}
.card .travelbox .travelprice .more:hover {
color: #fff;
background: #2e3373;
}


.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: #ed2630;}
.td-toggle:hover {background: #ed2630;}
.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: #ed2630;}
.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/travelorigo.com/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: #ef6c00; 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/travelorigo.com/images/starplace.png') repeat-x top left; display: inline-block; margin: 0 0;}


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

.travelbox .starrating {display: inline-block; width: 100%; padding: 4px 0;}
.stars {background: url('/themes/travelorigo.com/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/travelorigo.com/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/travelorigo.com/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/travelorigo.com/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: #3f46a6;
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: #3f46a6;
}

.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: #ef6c00;
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%;
}

.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: #ef6c00;
}
.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/travelorigo.com/images/icon-program-contact.svg');
}
.programdescbox h5.icon-fontos:before {
background-image: url('/themes/travelorigo.com/images/icon-fontos.svg');
}
.programdescbox h5.icon-ora:before {
background-image: url('/themes/travelorigo.com/images/icon-idopont.svg');
}
.programdescbox h5.icon-letszam:before {
background-image: url('/themes/travelorigo.com/images/icon-letszam.svg');
}
.programdescbox h5.icon-idojaras:before {
background-image: url('/themes/travelorigo.com/images/icon-idojaras.svg');
}
.programdescbox h5.icon-muszaki:before {
background-image: url('/themes/travelorigo.com/images/icon-muszaki.svg');
}
.programdescbox h5.icon-egyeb:before {
background-image: url('/themes/travelorigo.com/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: #3f46a6;
}
.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: 20px;
    line-height: 26px;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    color: #ef6c00;
	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.shippingtypebox
  {
width: 100%;
text-align: left;
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex;
}

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/travelorigo.com/images/icon-pdf.svg');
}
.selecticon.icon-voucher {
background-image: url('/themes/travelorigo.com/images/icon-voucher.svg');
}
.selecticon.icon-szemelyes {
background-image: url('/themes/travelorigo.com/images/icon-szemelyes.svg');
}
.selecticon.icon-posta {
background-image: url('/themes/travelorigo.com/images/icon-posta.svg');
}
.selecticon.icon-futar {
background-image: url('/themes/travelorigo.com/images/icon-futar.svg');
}

.selecticon.icon-keszpenz {
background-image: url('/themes/travelorigo.com/images/icon-keszpenz.svg');
}
.selecticon.icon-utalas {
background-image: url('/themes/travelorigo.com/images/icon-utalas.svg');
}
.selecticon.icon-bank {
background-image: url('/themes/travelorigo.com/images/icon-bank.svg');
}
.selecticon.icon-credit {
background-image: url('/themes/travelorigo.com/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 #2e3373;
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 #2e3373;
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 #2e3373;
background: #2e3373;
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/travelorigo.com/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 #2e3373;
background: #2e3373;
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: #ffc821;
padding: 10px 15px;
margin-bottom: 20px;
margin-top: 5px;
}

.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 #2e3373;
border-bottom: 2px solid #2e3373;
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: 50%;
}

.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: 1px solid #ccc;
}





.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: 5px 5px;
background: rgba(0,0,0,0.3);
border-radius: 2px;
margin-right: 3px;
height: 40px;
}
.timer div span {
display: inline-block;
float: left;
width: 100%;
clear: left;
text-align: center;
font-weight: normal;
margin-top: -2px;
height: 24px;
line-height: 24px;
}

.timer div span.lbl {
font-size: 9px;
font-weight: normal;
height: 12px;
line-height: 12px;
}


.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: 47px;
padding: 5px 5px 0 40px;
text-align:center;
width: 220px;
background-image: url('/themes/travelorigo.com/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: #2e3373;
color: #ffcc2a;
background-image: url('/themes/travelorigo.com/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: #2e3373;
background-color: #e9e8e3;
}

.timer-right label {display: inline-block;
float: left;
position: absolute;
top: 0;
left: 0;
width: 100%;
color: #2e3373;
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: #ef6c00;
    background: #2e3373;
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: inlnie-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: #2e3373; text-decoration: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
background: #ffc821;

}
.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/travelorigo.com/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:#2e3373;
	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: #2e3373;
  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: #2e3373;}

.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/travelorigo.com/images/pager.png');
padding: 0;
height: 30px;
width: 30px;
}
.page_navigation  .previous_link:hover,  .page_navigation  .next_link:hover {background-image: url('/themes/travelorigo.com/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: #2e3373; 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.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/travelorigo.com/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: #2e3373;
}
.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: 20px 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: 20px;
line-height: 26px;
display: inline-block;
width: 100%;
float: left;
margin-bottom: 10px;
color: #ef6c00;
}

.utleirasok .textbox {
display: inline-block;
float: left;
text-align: justify;
width: 100%;
padding-top: 10px;
}

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


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

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


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



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

.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%;
}

.fakultativ_item_list .fakultativ_data h4 {
display: inline-block;
width: 100%;
float: left;
font-size: 18px;
padding: 5px 10px;
line-height: 20px;
background: #ddd;
margin-bottom: 5px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.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;
}






/*


*/

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

.utleirasok .textbox br:nth-child(2n + 3) { display: none; height: 0; line-height: 0;}​
.utleirasok .textbox br:nth-child(2n + 2) { display: none; height: 0; line-height: 0;}​
.utleirasok .textbox br:nth-child(2n + 1) { display: none; height: 0; line-height: 0;}​





.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: #2e3373 !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: #fff;
padding: 8px 15px;
background: #ed2630;
display: inline-block;
text-align: right;
float: right;
width: auto;
min-width: 200px;
height: auto;
clear: right;
}

.bestpricebox label {font-size: 13px; line-height: 15px; font-weight: 600; text-transform: uppercase; width: 100%; display: inline-box;}
.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/travelorigo.com/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 {
width: 100%;
    background: #2e3373;
    color: #d9d3c7;
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;
color: #fff;
font-family: 'medfont', '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;
color: #2e3373;
background: #9aed13;
display: inline-block;
padding: 6px 0;
font-size: 18px;
font-family: 'boldfont';
letter-spacing: 2px;
}
.sectionbt:hover {
color: #2e3373;
}


.blent {
background: rgba(255,255,255,0.8);
position: fixed;
bottom: -100px;
width: 100%;
left: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
padding: 5px 15px 7px;
z-index: 2000;
text-align:center;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.blent .sectionbt {float: none; width: 50%}


.blent.active {
bottom: 0;
}








.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: 10px 40px;
  display: inline-block;
  float: left;
  position: relative;
  background: transparent;
  border-radius: 4px 4px 0 0;
  vertical-align: top;
  height: auto;
}

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

.cimblockleft a {display: none;}

.cimblock h1 {display: inline-block; float: left;
font-size: 35px;
line-height: 40px;
letter-spacing: -1px;
width: 100%;
color: #2e3373;
font-family: 'boldfont', 'Open Sans', Arial, sans-serif;
font-weight: normal;
margin: 5px 0;
 vertical-align: top;
}


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


.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: #3f46a6;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
.cimblock div.dest a:hover {
background: #00c4b1;
background: #3f46a6;
color: #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: #2e3373;
}

.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: #2e3373;
margin-bottom: 10px;
border-bottom: 1px solid rgba(0,0,0,0.2);
}

.alapadattabla {
width: 100%;
}

.alapadattabla tr td {font-size: 13px;color: #2e3373;}
.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;
display: inline-block;
font-family: 'boldfont';
float: left;
color: #2e3373;
}



#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: #3f46a6;
}


#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: inilne-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: #fff;
   background-color: #0099ff;
   background: #8ccc25;
   border-radius: 3px;
}


.gombwrapper a span {
  /*width: 100%;*/
  display: inline-block;
  float: left;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  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(255,255,255,0.7);
  margin-top: 3px;
}
.gombwrapper a:hover {
  color: #fff;
  background-color: #ef6c00;
}
.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: 20px;
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: #3f46a6;
}


.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: #3f46a6;
}


#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: #3f46a6;
}
#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: #ffeacc;
}

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


/*--CserElni kellene Elesebb png ikonokra--*/
.tags a {width: 24px; height: 34px; display: inline-block; float: left; background: url('/themes/travelorigo.com/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: left; 
width: 100%;
clear: left;
padding-top: 0;
position: relative;
padding-bottom: 10px;
text-align: left;
margin-top: 0;
z-index: 30;
}
.sharebox label {
font-size: 14px;
display: inline-block;
float: left;
width: 100%;
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: #ef6c00;
  border-radius: 32px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  float: left;
  line-height: 0;
  font-size: 11;
  overflow: hidden;
  text-indent: -300px;
  margin-right: 8px;
  background-color: #e9e8e3;
background-repeat: no-repeat;
background-image: url('/themes/travelorigo.com/images/social-icons-dark.png')
}


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


.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: #ef6c00;
background-repeat: no-repeat;
background-image: url('/themes/travelorigo.com/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: #ef6c00;
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: #3f46a6;
height: 36px;
line-height: 36px;
padding: 0 15px;
}



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



.owl-gallery {
width: 100%;
display: inline-block;
float: right;
background: #8ccc25;
background: #ffc821;    
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: inlnie-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/travelorigo.com/images/arrows.png') no-repeat left center;
}
.owl-gallery .owl-next {
right: -40px;
background: url('/themes/travelorigo.com/images/arrows.png') no-repeat right center;
}






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

.gallery-container .fotorama {
}


.fotorama__stage {display: ;}


/*---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: preserve3d;
transform-style: preserve3d;
}


.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: ellipses;}
.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: ellipses;}
.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: ellipses;}


.brtop {
position: relative;
display: inline-block;
float: left;
width: 100%;
}
.brtop  .breadcrumbs {padding: 10px 40px 0 40px;}
.brtop .breadcrumbs li {border-right: 1px solid #fff;}
.brtop  .breadcrumbs li:last-child {background: none; border-right: 0;}
.brtop  li a {color: #2e3373; font-weight: 600; }
.brtop  li a:hover {color: #2e3373;}
.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: #2e3373; font-size: 13px;}
.magazin-breadcrumb  li a:hover {color: #2e3373;}







 /*---TEMA---*/
.tematop {
display: inline-block;
float: left;
width: 100%;
height: auto;
height: 280px;
background: #ccc;
position: relative;
background-color: #0099ff;
overflow: hidden;
text-align: left;

}

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


.tematop.noimgbg, .tematop.smallbg  {
display: inline-block;
float: left;
width: 100%;
height: 280px;
background: #ccc;
position: relative;
background-color: #0099ff;
overflow: hidden;
text-align: left;
-webkit-transition: height 0.5s;
-moz-transition: height 0.5s;
transition: height 0.5s;
}
.body_labels .tematop.noimgbg {
height: 180px;
}

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

.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: 10px;}
.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;
}

.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 p.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;
}
.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: #3f46a6;
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/travelorigo.com/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: #2e3373;
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/travelorigo.com/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: inlnie-block;
float: left;
overflow: hidden;
}

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


.wdlist {
width: 100%;
display: inlnie-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: 20%;
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;
}

/*--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: #2e3373;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/travelorigo.com/images/wi-day-temp.svg');  background-position: 15px center !important;background-size: 35px auto;}
.idojarastabla .cimtd.ejjeli {background-image: url('/themes/travelorigo.com/images/wi-night-temp.svg'); background-position: 15px center !important;}
.idojarastabla .cimtd.napos {background-image: url('/themes/travelorigo.com/images/wi-sun.svg'); background-position: 15px center !important; background-size: 30px auto;}
.idojarastabla .cimtd.vizh {background-image: url('/themes/travelorigo.com/images/wi-water-temp.svg'); background-position: 15px center !important;}
.idojarastabla .cimtd.csnsz {background-image: url('/themes/travelorigo.com/images/wi-rain.svg'); background-position: 15px center !important;}
.idojarastabla .cimtd.atlcs {background-image: url('/themes/travelorigo.com/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: #2e3373;
  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: auto;
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: #3f46a6;
font-family: 'Open Sans' 'Arial', sans-serif;
font-weight: 600;
}
a.topcitylink:hover h3 {text-decoration: underline; color: #3f46a6;}
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: #ef6c00;
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: #2e3373;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}



.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;
}


.felarlistaut {
 list-style-position: inside;
 list-style-type: square !important;
}











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

/*---blocklist---*/
.centerblock {text-align:center; /*padding-bottom: 20px; border-bottom: 1px solid #ddd;*/margin-bottom: 20px;}
.centerblock a.button {float: none;margin:0;background-color: rgba(126,184,40,1);}
.blocklist {
display: inline-block;
float: left;
width: 100%;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
margin: 20px 0 20px 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;
position: relative;
}

#utlista li,
.shortlistwrapper {

}


#utlista li:hover,
.shortlistwrapper:hover,
.blocklist li:hover {

transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;

background: #e8e8e8;
}



.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%; 
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: #2e3373;
}

.blocklist.others_view li a .imgbox,
.blocklist.bazar li a .imgbox {
display: inline-block; width: 100%; height: 215px; 
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: #e8e8e8;
}

.blocklist li:hover a .blockitem  .inner{
background: rgba(255,200,40,1);

}
.blocklist li a .blockitem .inner {
position: absolute;
width: 100%;
bottom: 0;
padding: 10px 15px;
background: rgba(255,200,40,0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
background: #fff;
color: #2e3373;
height: 130px;
}
.blocklist li a .blockitem .inner h3 {
font-family: 'boldfont';
color: #2e3373;
font-size: 18px;
line-height: 24px;
max-height: 48px;
overflow: hidden;
text-transform:uppercase;
}

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





.blocklist li a .blockitem .inner p {
color: #2e3373;
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: #2e3373;
}
.blocklist li a .blockitem .inner .timer *,
.blocklist li a .blockitem .inner .dspot * {color #fff !important;}

/*
.blocklist li.blocklist-big a .blockitem .inner {
padding: 25px;
}


.blocklist li.blocklist-big a .blockitem .inner h3 {
font-size: 40px;
}
.blocklist li.blocklist-big a .blockitem .inner span {
font-size: 25px;
}
.blocklist li.blocklist-big a .blockitem .inner p {
font-size: 15px;
}
*/




.blockitem .inner span.more2 {
float: right;
    color: #fff;
    background: #0099ff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	padding: 8px 5px;
	font-size: 12px;
	color: #fff !important;
	position: absolute;
	bottom: 15px;
	right: 15px;
}




.my-ribbon  {
display: none;
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: #ffc821;
    color: #2e3373;
	font-weight: bold;
    text-align: center;
    padding: 5px 20px;
    margin: 0;
	z-index: 5;
	letter-spacing: -1px;
    -moz-box-shadow: 0 0 0 4px #ffc821, 2px 4px 4px 4px rgba(10,10,0,.2);
    -webkit-box-shadow: 0 0 0 4px #ffc821, 2px 4px 4px 4px rgba(10,10,0,.2);
    box-shadow: 0 0 0 4px #ffc821, 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: #3f46a6;
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: 25%;
}

/* 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(6),
.blocklist.bazar li:first-child:nth-last-child(6) ~ li {
  width: 33.333%;
}

.blocklist.bazar li:first-child:nth-last-child(8),
.blocklist.bazar li:first-child:nth-last-child(8) ~ li {
  width: 25%;
}

.blocklist.bazar li:first-child:nth-last-child(9),
.blocklist.bazar li:first-child:nth-last-child(9) ~ li {
  width: 33.333%;
}
.blocklist.bazar li:first-child:nth-last-child(10),
.blocklist.bazar li:first-child:nth-last-child(10) ~ li {
  width: 25%;
}

.blocklist.bazar li:first-child:nth-last-child(11),
.blocklist.bazar li:first-child:nth-last-child(11) ~ li {
  width: 25%;
}

.blocklist.bazar li:first-child:nth-last-child(12),
.blocklist.bazar li:first-child:nth-last-child(12) ~ li {
  width: 25%;
}

.elemwrapper .elem .akciotag,
.blocklist.bazar li .akciotag {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
z-index:45;
border-style: solid;
border-width: 80px 80px 0 0;
border-color: #ed2630 transparent transparent transparent;
}

.elemwrapper .elem .akciotag2,
.blocklist.bazar li .akciotag2 {
position: absolute;
top: 0;
left: 0;
width: 80px;
height: 80px;
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);
}
.elemwrapper .elem .timer,
.blocklist.bazar li .timer {
top: -50px;
left: 0;
position:absolute;
background-color: #ed2630;
color: #fff !important;
height: 50px;
padding: 5px 5px 0 40px;
text-align:center;
width: 65%;
border-radius: 0;
background-image: url('/themes/travelorigo.com/images/stopwatch.svg');
background-size: 25px 25px;
background-position: 7px center;
background-repeat: no-repeat;

}


.elemwrapper .elem .timer div,
.blocklist.bazar li .timer div {width: 23%;}


.elemwrapper .elem .dspot,
.blocklist.bazar li .dspot {
position: absolute;
top: -50px; 
right: 0;
width: 35%;
height: 50px;
padding: 5px 5px 5px 5px;
text-align: center;
color: #fff;
background-color: rgba(255,90,0,0.75);
background-color: rgba(23,33,105,0.7);
z-index: 40;
line-height: 20px;
border-radius: 0 0 0 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}


.elemwrapper .elem .dspot small,
.blocklist.bazar li .dspot small {
width: 100%;
display: inline-block;
float: left;
font-family: 'boldfont';
}


.elemwrapper .elem .dspot span.discount,
.blocklist.bazar li .dspot span.discount {
width: 100%;
display: inline-block;
float: left;
font-family: 'boldfont';
font-size: 20px;
}

.blocklist.bazar li .inner {
background: #fff;	
padding: 10px 05px;
}


.elemwrapper .elem  .inner .dspot *,
.elemwrapper .elem .inner .timer *,
.blocklist.bazar li .inner .timer *,
.blocklist.bazar li .inner .dspot *,
.blocklist.bazar li:hover .inner .timer *,
.blocklist.bazar li:hover .inner .dspot * {color: #fff !important;}



/*---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: inlnie-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: 20px 0;
}


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


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





.shortlisthead {
display: inlnie-block;
float: left;
width: 100%;
height: 170px;
background-color: #ddd;
background-size: cover;
background-position:center;
background-repeat: no-repeat;
position: relative;
}





.shortlisthead .toplabel {
padding: 8px 10px 8px 46px;
height: 48px;
line-height: 16px;
font-size: 13px;
text-transform: uppercase;
color: #fff;
position: absolute;
top: 0;
right: 0;
width: auto;
background: rgba(0,0,0,0.7);
text-decoration:none !important;

}
.shortlisthead .toplabel:after {
position: absolute;
content: '';
width: 36px;
height: 36px;
left: 4px;
top: 6px;
background-size: 30px auto;
background-repeat: no-repeat;
background-position: center;
}
.shortlisthead .toplabel.favorit {background-color: rgba(20,70,200,0.9);}
.shortlisthead .toplabel.favorit:after {background-image: url('/themes/travelorigo.com/images/tag-kozkedvelt.svg');}
.shortlisthead .toplabel.recommended {background-color: rgba(249,134,2,0.9);}
.shortlisthead .toplabel.recommended:after {background-image: url('/themes/travelorigo.com/images/tag-kiemelt.svg');}
.shortlisthead .toplabel.discount {background-color: rgba(237,38,48,0.9);}
.shortlisthead .toplabel.discount:after {background-image: url('/themes/travelorigo.com/images/tag-akcio.svg');}
.shortlisthead .toplabel.trendi {background-color: rgba(126,184,40,0.9);}
.shortlisthead .toplabel.trendi:after {background-image: url('/themes/travelorigo.com/images/tag-felkapott.svg');}





.shortlistcaption {
display: inlnie-block;
width: 100%;
height: auto;
position: absolute;
bottom: 0;
left: 0;
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 );
padding: 20px 15px 10px 15px;
}


.shortlistcaption  h2 {
color: #fff;
font-family: 'boldfont';
font-size: 24px;
line-height: 28px;
display: inline-block;
width: 100%;
}


.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: 180px;
overflow: hidden;
vertical-align: top;

}

.shortlist li {
list-style: none;
display: inline-block;
float: left;
width: 100%;
height: 60px;
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: #ffc821;
}

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

.shortlist li a h3 {
display: inline-block;
float: left;
width: 70%;
height: 20px;
line-height: 20px;
font-size: 14px;
color: #2e3373;
font-family: 'medfont';
text-overflow: ellipsis;
-webkit-line-clamp: 2;
line-clamp: 2;
overflow: hidden;
}

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

.shortlist li a .pricebox {
display: inline-block;
width: 30%;
float: right;
}

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

.shortlist li a .pricebox small {
height: 20px;
line-height: 20px;
font-size: 14px;
color: #777;
float: right;
clear: right;
font-family: 'medfont';
text-align: right;
}

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

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

.shortlistfooter .button {
	margin-top: 0;
}













.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: #3f46a6;
}


.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: #ef6c00;
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: #3f46a6;
color: #fff;
font-weight: 600;
border-radius: 2px;
}
.offerbox-list li a:hover {
background-color: #ffeacc;
}

.entry-featured-carousel {
    position: relative;
    margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
	width: 100%;
	background: #ddd;
}

.entry-featured-carousel:before,
.entry-featured-carousel:after {
content: '';
position:absolute;
height: 320px;
width: 1px;
background: #ddd;
top: 0;
z-index: 2;
}

.entry-featured-carousel:before {left: 0;}
.entry-featured-carousel:after {right: 0;}

.entry-featured-gallery .elemwrapper {
	width: 100%;
	white-space: nowrap !important;
	overflow-x: scroll !important;
	overflow-y: hidden !important;
	text-align: center;
	line-height: 0;
	font-size: 0;
	vertical-align: top;
}


.entry-featured-gallery .elem {
	width: 280px !important;
	padding: 10px;
	line-height: 0;
	height: 320px;
	font-size: 0;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	display: inline-block;
	float: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;vertical-align: top;
	border: 1px solid #ddd;
	border-right: 0;
}


.entry-featured-gallery .elem  .blockitem {
	width: 100%;
	line-height: 16px;
  height: 298px;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	text-align: left;
}

.entry-featured-gallery .elem  .blockitem .imgbox {
width: 100%;
height: 190px;
background-position: center;
background-size: cover;
}	

.entry-featured-gallery .elem  .blockitem .inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(255,200,40,0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background: #fff;
    color: #2e3373;
    height: 110px;
}
.entry-featured-gallery .elem:hover {
	background-color: #efefef;
}
.entry-featured-gallery .elem:hover .blockitem .inner {
background: #ffc821;
}

.entry-featured-gallery .elem  .blockitem .inner h3 {
    font-family: 'boldfont';
    color: #2e3373;
    font-size: 16px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    text-transform: uppercase;
	    width: 100%;
    display: inline-block;
    float: left;
    white-space: normal !important;
}

.entry-featured-gallery .elem  .blockitem .inner p {
    color: #2e3373;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 10px 0;
	    width: 100%;
    display: inline-block;
    float: left;
    clear: both;
}

.entry-featured-gallery .elem  .blockitem .inner span {
    font-family: 'boldfont';
    color: #2e3373;
    text-transform: uppercase;
	display: inline-block;
    float: left;
	line-height: 20px;
    font-size: 16px;
    color: #ed2630;
}









.entry-featured-gallery .elem  .blockitem .dspot {
    position: absolute;
    top: -50px;
    right: 0;
    width: 35%;
    height: 50px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    color: #fff;
    background-color: rgba(255,90,0,0.75);
    background-color: rgba(23,33,105,0.7);
    z-index: 40;
    line-height: 20px;
    border-radius: 0 0 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	color: #fff;
}

.entry-featured-gallery .elem  .blockitem .dspot small {
    width: 100%;
    display: inline-block;
    float: left;
    font-family: 'boldfont';color: #fff;
}
.entry-featured-gallery .elem  .blockitem .dspot .discount {float: left;  width: 100%; text-align: center; color: #fff;}

.arrowwrapp-left, .arrowwrapp-right {
position: absolute;
width: 50px;
top: 0;
height: 100%;
background: transparent;
z-index: 50;	
cursor: pointer;
}

.arrowwrapp-left {left: -30px;}
.arrowwrapp-right {right: -30px;}


.gallery-arrow-left, .gallery-arrow-right {
position:absolute;
width: 50px;
height: 50px;	
top: 50%;
    background-color: #0099ff;
border: 0;
z-index: 60;
margin: 0;
margin-top: -25px;
background-repeat: no-repeat;
background-position: center;
background-size: 30px auto;
overflow: hidden;
text-indent: -120px;
display: inline-block;
border-radius: 2px;
box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.gallery-arrow-left:hover, .gallery-arrow-right:hover {
box-shadow: 0 1px 15px rgba(0,0,0,0.4);
}
.gallery-arrow-left:active, .gallery-arrow-right:active {
box-shadow: 0 1px 15px rgba(0,0,0,0.0);
background-color: #0088dd;
}

.gallery-arrow-left {
left: 0;
background-image: url('/themes/travelorigo.com/images/arrow-left.svg');
}

.gallery-arrow-right {
right: 0;
background-image: url('/themes/travelorigo.com/images/arrow-right.svg');
}




.gallery-arrow-right.hidden, .gallery-arrow-left.hidden {display: none;}




/*---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-color: rgba(23,33,105,0.6);
z-index: 9000;
visibility: hidden;
}
.popupoverlay.active {
    background-color: rgba(23,33,105,0.6);
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;
}

.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, .normalpop.active {
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
opacity: 1;
}

.poptop {
min-height: 80px;
height: 16%;
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.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: 0;
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: 84%;
padding: 20px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}


.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: #ef6c00;
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 #3f46a6 !important;
}

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

.newsletter-subsscribe .poptop  {
background: #8ccc25;
}
.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/travelorigo.com/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: #ef6c00;
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;
}


.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;
}





.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/travelorigo.com/images/response-ok.svg');
}


.response-icon span {
position: absolute;
display: inline-block;
background: #0099ff;
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/travelorigo.com/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);
}

.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: #2e3373;
	position: relative;
	z-index: 5;
}
.steps li {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 16px;
	width: 33.33%;
	color: #2e3373;
	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: #0099ff;
font-weight: bold;
}
.steps li.cur:before,  .steps li.cur:after{
	background: #0099ff;
	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: #3f46a6;
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/travelorigo.com/images/pdf-file.svg');
background-repeat: no-repeat;
background-position: left center;
background-size: 18px auto;
}

.htmllink, .html_link {
background-image: url('/themes/travelorigo.com/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: #0099ff;
color: #fff;
border-radius: 2px;
background-position: 4px center;
background-size: 22px 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: #ffc821;
-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: #2e3373;
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 #2e3373;
}


/*---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 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 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: #3f46a6; 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: #ffeacc;}
.droplist li a:hover .ctrystring {color: #3f46a6; 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: #3f46a6;}
.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/travelorigo.com/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/travelorigo.com/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: 50%;
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: hiddden;
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: #2e3373; font-weight: normal;}
.orszagbox .orszagdata .orszagtop h2 a:hover {text-decoration: underline; color: #2e3373;}
.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: 60%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.orszagut  a h3 {font-size: 14px; text-decoration: none; color: #3f46a6; font-weight: 600;}
.orszagut  a:hover h3 {text-decoration: underline; color: #3f46a6;}
.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: #ef6c00;*/color: #0099ff;}


/*---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: 14px;
    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.7;
	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: #666 !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;
}

.freesearch input:focus::-webkit-input-placeholder 
{
color: transparent;
}



.form-group input {
  border-bottom: 1px solid rgba(60,30,80,0.3);
  color: #2e3373;
  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;
 font-weight: 600;
 color: #3f46a6;
}


.form-group select {
  border-bottom: 1px solid rgba(60,30,80,0.3);
  color: #2e3373;
  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/travelorigo.com/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: #3f46a6;
}

.form-group textarea {
  border-bottom: 1px solid rgba(60,30,80,0.3);
  color: #2e3373;
  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: #3f46a6;
}

.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 #3f46a6 !important;}
}


.form-group.fg100 { width: 100%;}
.form-group.fg50 { width: 50%;}
.form-group.fg70 { width: 70%;}
.form-group.fg75 { width: 75%;}
.form-group.fg30 { width: 30%;}
.form-group.fg25 { width: 25%;}


.form-section-label {
font-weight: 600;
padding: 5px 10px;

  background-color: #2e3373;
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: #2e3373;
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: inlne-block;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
bottom: 0;
background-color: rgba(255,255,255,0.75);
z-index: 1050;
}

.loaderblock {
position: fixed;
top: 50%;
left: 50%;
width: 240px;
text-align:center;
height: 240px;
border-radius: 50%;
z-index: 9900;
margin: -120px 0 0 -120px;
}





/*---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;
color: #fff;
background: #2e3373;
padding: 20px 40px;
text-align: left;
background: #;
}


.footer-linkbox {
position: relative;
display: inline-block;
float: left;
width: 100%;
margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.2);
}


.impinfo {width: 100%; display: inline-block; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.2); height: auto;}
.impinfo p {width: 100%; display: inline-block; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.2);
font-size: 11px; line-height: 16px; color: rgba(255,255,255,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; margin-top: 10px;
-webkit-column-count: 8;
       -moz-column-count: 8;
            column-count: 8;

}
.footerlist li {list-style: none; height: 22px; display: inline-block; width: 100%;}
.footerlist li a {font-weight: 400; text-decoration: none; color: #fff; font-size: 14px; width: 100%; padding: 0 10px 0 0; display: inline-block;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: #fff; text-decoration: underline; border-radius: 2px;}


.contactfooter {
width: 100%;
display: inline-block;
float: left;
min-height:200px;
color: #fff;
padding: 20px 40px;
text-align: left;
background: #2196F3;
}


.contactbox {
display: inline-block;
float: left;
width: 25%;
min-height: 170px;
color: #fff;
padding: 20px 16px 20px 100px;
position: relative;
}

.contactbox:last-child {border-right: 0;}


.contactbox .icon {
width: 60px;
height: 60px;
position: absolute;
top: 20px;
left: 20px;
background-repeat: no-repeat;
background-position: center;
opacity: 0.7;
}

.contactbox.phone .icon {background-size: 60px 60px;background-image: url('/themes/travelorigo.com/images/contact-phone_new.svg');}
.contactbox.opening .icon {background-size: 60px 60px;background-image: url('/themes/travelorigo.com/images/contact-clock_new.svg');}
.contactbox.newsletter .icon {background-size: 60px 60px;background-image: url('/themes/travelorigo.com/images/contact-mail_new.svg');}
.contactbox.online .icon {background-size: 60px 60px;background-image: url('/themes/travelorigo.com/images/contact-10_new.svg');}

.contactbox label {
font-size: 24px;
display: inline-block;
float: left;
width: 100%;
font-weight: 300;
padding-bottom: 16px;
}
.contactbox p {
font-size: 13px;
line-height: 17px;
}

p.contactbox-ot,
p.contactbox-pn {
font-size: 18px;
line-height: 24px;
color: #fff;
}
p.contactbox-ot b {
width: 70px;
display: inline-block;
float: left;
font-family: 'medfont';
font-weight: normal;
}
p.contactbox-pn b {
font-size: 18px;
display: inline-block;
float: left;
font-family: 'medfont';
font-weight: normal;
color: #fff;
}

p.contactbox-pn b a {color: #0099ff; text-decoration: none;} 

p.contactbox-ot small {
margin-left: 5px;
font-size: 16px;
display: inline-block;
float: left;
}
p.sublbl {padding-bottom: 5px;}


.contactbox .button {
padding: 10px 10px;
display: inline-block;
float: left;
text-decoration: none;
margin-left: 0;
background: #ed2630;
}










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: #ef6c00 !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: #ef6c00 !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: #ef6c00 !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: #ef6c00 !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: #ef6c00 !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: #2e3373;
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/travelorigo.com/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/travelorigo.com/images/selectarrow.svg');
  background-color: #f0f0f0;
  color: #2e3373;
}

.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: inlnie-block;
float: left;
background: #0099ff;
position: relative;
color: #fff;
}

.messagetop .checked {
position: absolute;
width: 160px;
height: 100px;
top: 50%;
left: 30px;
margin-top: -50px;
background-color: #0099ff;
background-image: url('/themes/travelorigo.com/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: #0099ff;
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: #2e3373;
}

.label_check.akcioschk p {
color: #2e3373;
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: #2e3373;
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/travelorigo.com/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: #ef6c00;
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: #3f46a6;
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: #3f46a6;
color: #fff;
border: 0;
border-radius: 4px;
}
































@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;
display: none;
}

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



.footertop {
    padding: 20px 20px;
}
.footertopbox {
    padding: 20px 10px;
}

.footerwrapper {
padding: 20px 30px;
}

.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 30px 20px 30px;
}

.utleirasok  {
padding: 25px 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;
}








}


/*---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%;}


.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;}


}







/*---1024---*/
@media screen and (max-width: 1024px) {

.content {padding: 0 20px;}

.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: #ef6c00; 
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/travelorigo.com/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;}


.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 {clear: left;}

.footertopbox {
  width: 50%;
}




.alaparbanvan, .alaparbannincs {
  padding: 20px 0 0 0;
}






.logo {
display: inline-block;
float: none;
width: 167px;
height: 50px;
background-color: transparent;
background-image: url('/themes/travelorigo.com/images/travelorigo-logo-web-wh.svg');
background-repeat: no-repeat;
background-position: center;
background-size: 130px auto;
margin: 0 auto;
}


.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: 280px;
}


.tematopdata h1 {
  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%;}
.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 h1 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: #2e3373;
  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/travelorigo.com/images/wi-day-temp.svg');  background-position: center 140px !important; background-size: 20px auto;}
.idojarastabla .cimtd.ejjeli {background-image: url('/themes/travelorigo.com/images/wi-night-temp.svg'); background-position: center 140px !important; background-size: 20px auto;}
.idojarastabla .cimtd.napos {background-image: url('/themes/travelorigo.com/images/wi-sun.svg'); background-position: center 140px !important; background-size: 20px auto;}
.idojarastabla .cimtd.vizh {background-image: url('/themes/travelorigo.com/images/wi-water-temp.svg'); background-position: center 140px !important; background-size: 20px auto;}
.idojarastabla .cimtd.csnsz {background-image: url('/themes/travelorigo.com/images/wi-rain.svg'); background-position: center 140px !important; background-size: 20px auto;}
.idojarastabla .cimtd.atlcs {background-image: url('/themes/travelorigo.com/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;}

.footerlist {
-webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;

}


.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: #0099ff;
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%;
}



}



/*---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%;
		}

}


/*---800---*/
@media screen and (max-width: 800px){


.content-left-75 {
  width: 100%;
}
.content-right-25 {
  width: 100%;
}

.content {padding: 0 20px;}

.miertwrapper {
padding: 15px 20px;
}

.miertbox {
padding: 10px;
width: 50%;
}

.section-title h2 {
    color: #2e3373;
    font-size: 26px;
    line-height: 30px;
}
.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: 20px 20px;
}

.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 h1 {
  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 20px !important;
}


.footerlist {
-webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;

}



.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: #0099ff;
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){
	
	.arrowwrapp-left {left: -10px; width: 40px;}
.arrowwrapp-right {right: -10px; width: 40px;}
	.gallery-arrow-left, .gallery-arrow-right {
    width: 40px;
    height: 40px;
    margin-top: -20px;}
	
					.blocklist li {width: 100% !important;}
					.blocklist li.blocklist-big {width: 100% !important;}
					.shortlistwrapper {width: 100%}
					.mt60 {margin-top: 0;}
                    .body_home .clear5 {display: none;}
					.bannerfull img.desktop-img {
					display: none !important;
					}

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

					.searchtoggle {
					display: inline-block;
					}
					
					.freesearchbox {
					position: relative;
					height: 160px;
					display: none;
					}
					
					
					.body_home .freesearchbox,
					.body_home .freesearchbox.active,
					.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 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 h2 {
font-size: 16px;
width: 100%;
line-height: 20px;
max-height: 40px;
}


.tsmall .travelbox .traveldata h2:hover {
color: #0099ff;
}

.tsmall .travelbox .traveldata .location {
font-size: 13px;
padding-top: 2px;
color: #3f46a6;
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: #ed2630;
}



.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;
}

.fakultativ_item_list .fakultativ_data h4 {
font-size: 16px;
padding: 5px 10px;
line-height: 18px;
}

.fakultativ_item_list .fakultativ_data img {
max-width: 80px;
}

.fakultativ_item_list .fakultativ_data ul li, 
.fakultativ_item_list .fakultativ_data p {
font-size: 13px;
line-height: 16px;
}


.header, .headerinner {
height: 50px;
}

.mobilnav {top: 5px; left: 5px;}
.searchtoggle {top: 0; right: 0; width: 50px; height: 50px;}
.distancetop60 {height: 50px;}
.clear45 {height: 5px;}


.container-title {margin-top: 0; font-size: 14px; line-height: 20px;padding: 8px 0;}

.callus {display: inline-block; right: 50px;}

}



@media screen and (max-height: 650px){






.normalpop {
top: 5%;
left: 5%;
right: 5%;
width: 90%;
height: 90%;
margin: 0 0 0 0;
}

}






/*---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 {
							width: 100%;
							padding: 0;
							}
							
							.owl-gallery .owl-item  {padding: 0;}
							.owl-gallery .owl-item .item {
							width: 100% !important;
							height: 260px;
							padding: 0;
							}
.owl-gallery .owl-next {
    right: 5px;
}
.owl-gallery .owl-prev {
    left: 5px;
}							
							
							
							.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: 280px;
							}

							.uttopover,.tematopover {
							padding: 15px 15px 20px 15px;
							}
							.uttopdata,
							.tematopdata {
							  padding: 40px 15px 15px 15px;
							}
							.breadcrumbs li {min-height: 16px;}


							.tematopdata h1 {
							  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: 18px;
							  line-height: 22px;
							}



							.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;
							}


							.footerlist {
							-webkit-column-count: 3;
							   -moz-column-count: 3;
									column-count: 3;

							}



							.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: #3f46a6; 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 {
								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: #fff;
						
							}

							.loaderblock {
							position: fixed;
							top: 50%;
							left: 50%;
							width: 240px;
							height: 240px;
							border-radius: 50%;
							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 {clear: left;}


							.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;
							}

							
							
							
							
}

@media screen and (max-height: 660px){
			.poptoptext {display: none;}
}



/*---580---*/
@media screen and (max-width: 580px){

					.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: 20px 10px;
					}
					.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 h1 {
					  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%;
					}

.blocklist li a .blockitem .inner h3 {
font-family: 'boldfont';
color: #2e3373;
font-size: 16px;
line-height: 20px;
max-height: 40px;
}

}


/*---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;
					}

					.footerlist {
					-webkit-column-count: 2;
					   -moz-column-count: 2;
							column-count: 2;
					}









}







@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:#2e3373;
    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 :#2e3373;
}
  
.message_box.error {
	background: #ef6c00;
}

.message_box.ok {
	    background-color: #0cbdae;
      color: #2e3373;
}

.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: #2e3373;
    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: #ef6c00 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;
}







.cc_container {
font-family: 'Open Sans', sans-serif !important;
font-size: 14px !important;
padding: 10px 15px !important;
}


.cc_container .cc_btn {background-color: #ef6c00 !important; color: #fff !important; border-radius: 3px !important;font-family: 'Open Sans', sans-serif;}
.cc_container .cc_more_info {color: #ef6c00 !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; }





.loadingoverlay .loaderclock {
						
						height: 100px;
						width: 100px;
						text-align: center;
						font-weight: normal;
						
						border: 17px solid  #2e3373;
						border-radius: 50%;
						position: absolute;
						top: 0;
						left: 50%;
						margin: 0 0 0 -50px;
						
}

.loadingoverlay .loaderclock span small.mutato1 {
						position: absolute;
						top: 50%;
						left: 50%;
						width: 20px;
						height: 20px;
						margin: -10px 0 0 -10px;z-index: 750;
}
.loadingoverlay .loaderclock span small.mutato2 {
						position: absolute;
						top: 50%;
						left: 50%;
						width: 20px;
						height: 20px;
						margin: -10px 0 0 -10px;z-index: 740;
}
.loadingoverlay .loaderclock span small.mutato1 {animation: rotate 1s ease-in-out infinite;}				
.loadingoverlay .loaderclock span small.mutato2 {animation: rotate 1s ease-in-out infinite;}		
						
.loadingoverlay .loaderclock span small.mutato1:before,
.loadingoverlay .loaderclock span small.mutato2:after {
						position: absolute;
						content: '';
	                    height: 0; width: 0;
}
						
						
.loadingoverlay .loaderclock span small.mutato1:before {
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 80px 10px;
border-color: transparent transparent #ed0006 transparent;
top: -70px; left: 0;

}
						
.loadingoverlay .loaderclock span small.mutato2:after {				
width: 0;
height: 0;
border-style: solid;
border-width: 80px 10px 0 10px;
border-color: #01c4ff transparent transparent transparent;	
top: 10px;
left: 0;
}
.loadingoverlay .loaderclock span {
display: inlnie-block;
float: left;
width: 100%;
height: 100%;
}


.loadingoverlay .loaderclock span:before {				
width: 4px;
height: 4px;
content: '';
position:absolute;
background: #fff;
opacity: 0.5;
border-radius: 4px;
top: 33px;
left: 33px;
z-index: 5000;
display: none;
}

@-webkit-keyframes rotate {	
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}	

.loadertext {
width: 240px;
height: 30px;
line-height: 30px;
overflow: hidden;
display: inline-block;	
float: left;
position: relative;
margin-top: 150px;
}


.loadertext ul {
list-style: none;
width: 100%;	
height: 120px;
display: inline-block;	
float: left;
position: absolute;
top: 0;
left:0;
-webkit-animation: load3 steps(4) 12s infinite;
}
.loadertext ul li {
width: 100%;
display: inline-block;	
float: left;
line-height: 30px;
height: 30px;
font-size: 20px;
font-weight: normal;
font-family: 'boldfont';
color: #2e3373;
}	






@-webkit-keyframes load3 {
  0%  { -webkit-transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(0, -120px, 0); }
}


.fakchk.readonly{
  pointer-events: none;
  opacity: 0.5;
}