@font-face {
    font-family: 'journalregular';
    src: url('../fonts/journal-webfont.eot');
    src: url('../fonts/journal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/journal-webfont.woff') format('woff'),
         url('../fonts/journal-webfont.ttf') format('truetype'),
         url('../fonts/journal-webfont.svg#journalregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html { height: 100%; }
body { 
    color: #555; 
    font-size: 12px; 
    position: relative; 
    line-height: 15px; 
    height: 100%; 
    background: url(../images/bg.png) 50% 6px no-repeat; 
    border-top: 6px solid #0089BB; 
}
body.hotel { 
    background: url(../images/hotel-bg.png) repeat-x 0 156px; 
}
body.car { 
    background: url(../images/car-bg.png) repeat-x 0 156px; 
}
body._hotels { 
    background-position: 0 120px;
}
body._hyrbil {
    height: auto; 
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.5;
    font-weight: bold;
    margin: 10px 0 15px;
}
h1{
    font-size: 26px;
}
h2{
    font-size: 22px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 14px;
}
h6{
    font-size: 12px;
}
p{
    margin: 0 0 15px;
}
a { 
    color: #0076b0; 
    text-shadow: #fff 0 1px 0; 
}
*[title] { 
    cursor: pointer; 
}
select { 
    border-radius: 3px;
}
table { 
    background: #fff;
}
em { 
    font-style: normal;
}
ol, ul{
    list-style-type: none;
    padding: 0;
}
iframe{
    max-width: 100%;
}
#site { 
   
}
.btn.btn-large { 
    font-weight: bold; 
    text-shadow: #b87331 0 1px 0; 
    box-shadow: 0 1px 2px #d1d0cd;
}
.btn.btn-large:active {
    box-shadow: 0 1px 2px #d1d0cd, 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.trace i.icon-plane {
    background: url(../images/arrows-small.png) no-repeat 0px 0px;
    width: 14px;
    height: 15px;
    text-indent: -999em;
    overflow: hidden;
}
@media (min-width: 1200px) {
	.container{
		width: 1000px;
	}
}

/* Header & Navigation */
#header { 
    padding: 10px 0 0; 
    position: relative; 
}
.navbar-brand{
    float: none;
    height: auto;
    display: block;
    text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	color: #0076b0;
    line-height: inherit;
}
.navbar-brand .logo{
    margin: 0 auto 10px;
	display: block;
	}
.navbar-brand .logo > img {
    vertical-align: initial;
}
.navbar-brand h1{
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    text-align: center;
}
.navbar-brand > span{
    font-weight: 300;
}
.navbar-brand >.orange-text{
    color: #ff952d;
    font-weight: bold;
}
.navbar-brand > img ~ img,
.navbar-brand .flag{
    float: none;
    display: inline-block;
    margin: 0 0 0 13px;
}
.navbar-text { 
    line-height: 25px; 
    color: #4f4f4f; 
    text-align: center;
    margin: 0 0 15px;
}
#header .ticket {
    background: url(../images/ticket.png) no-repeat;
    width: 224px;
    height: 110px;
    padding: 48px 15px 0 48px;
    color: #1a1a1a;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
    position: relative;
}
#header .ticket img {
    position: absolute;
    top: 24px;
    left: 48px;
}
#header .header-info{
    float: left;
    width: 210px;
    line-height: 14px;
    text-align: left;
    padding-top: 15px;
    margin-bottom: -10px;
}
#header .header-info h3{
    font-size: 12px;
    margin: 0 0 10px;
    color: #0077b0;
}
#header .header-info a{
    line-height: 30px;
    text-decoration: underline;
    color: #ff952d;
    font-weight: bold;
}
.navbar{
    margin-bottom: 0;
    border:0;
}
#header .navbar-tabs{
    padding: 15px 0 0;
    margin: 0 -15px;
}
#nav { 
    margin: 0;
    border-color: transparent;
}
#nav li > a {
    padding: 7px 10px;
    font-weight: bold;
    border-color: #e3e3e3;
    font-size: 13px;
    text-shadow: #fff 0 1px 0;
    background-color: #f4f4f4;
    background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: linear-gradient(top, #ffffff, #e9e9e9);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#nav li.active > a {
    color: #fff;
    border-color: transparent;
    text-shadow: none;
    border-bottom-color: #0076b0;
    text-shadow: #007192 0 -1px 0;
    background-color: #0076b0;
    background-image: -ms-linear-gradient(top, #2eb5d4, #0076b0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2eb5d4), to(#0076b0));
    background-image: -webkit-linear-gradient(top, #2eb5d4, #0076b0);
    background-image: -o-linear-gradient(top, #2eb5d4, #0076b0);
    background-image: -moz-linear-gradient(top, #2eb5d4, #0076b0);
    background-image: linear-gradient(top, #2eb5d4, #0076b0);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2eb5d4', endColorstr='#0076b0', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#nav li:not(.active) > a:hover {
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
.navbar-tabs + .breadcrumb {
    border-top: 9px #1573ad solid;
    position: relative;
    margin: 0 -15px 20px;
}
.navbar-tabs + .breadcrumb:before {
    content: " ";
    background: #1573ad;
    display: block;
    height: 9px;
    width: 100%;
    position: absolute;
    top: -9px;
    left: 0px;
}
@media (min-width: 480px) {
	.navbar-header{
		float:left;
	}
	.navbar-brand{
		text-align: left;
	}
	.navbar-brand .logo{
		margin: 0 0 10px;
	}
	.navbar-right{
		float: right;
	}
	.navbar-text{
        text-align: right;
		margin-top: 20px;
    }
}
@media (min-width: 568px) {  
}
@media (min-width: 768px) {
	.navbar-brand{
        height: 80px;
        line-height: 60px;
        font-weight: bold;
    } 
	.navbar-brand .logo{
        float: left;
        margin-right: 20px;
            margin-bottom: 0;
    }
    .navbar-brand h1 {
        line-height: 60px;
        float: left;
    }
    .navbar-text{
        margin: 20px 15px 15px;
    }
    #header .navbar-tabs{
        margin: 0;
    } 
    #header .ticket {
        margin-bottom: -60px;
    }
    .navbar-tabs + .breadcrumb {
        margin: 0 0 20px;
        border-radius: 0 0 3px 3px;
    }
}
/* Content */
#content{
    line-height: 22px; 
}
#content .breadcrumb {
    padding: 0;
    background: none;
    border: none;
    margin: 23px 0 -10px 0;
}
#form ~ div { 
    margin-top: 23px;
    clear: both;
}
._flights #p-content > div > h2:first-child,
._hotels #p-content > div > h2:first-child,
._cars #p-content > div > h2:first-child {
    font-size: 18px;
    font-weight: 300;
    line-height: 51px;
    margin: 0;
}    
._flights #p-content > div > h2:first-child em,
._hotels #p-content > div > h2:first-child em,
._cars #p-content > div > h2:first-child em {
    font-weight: bold;
}    

._index #p-left, ._hotell #p-left, ._sistaminuten #p-left { 
    margin-top: 12px; 
}
#content table { 
    width: 100%; 
}
div.module{ 
    margin: 0 0 24px; 
    position: relative; 
    background: #fff; 
    font-size: 100%;
}
#p-left div.module,
div.module.menu.cols {
    padding: 15px;
    border: 1px #e7e9eb solid;
    background-color: #f3f5f7;
    box-shadow: inset 0 1px 2px #eaecee;
    border-radius: 3px;
}
.both #p-content div.module{
    margin: 0 0 20px;
    position: relative;
    background-color: #fff;
    border: 1px #e3e3e3 solid;
    border-radius: 3px;
}
#content div.module.menu.cols { 
    /*padding-left: 0; 
    padding-right: 0; 
    padding-top: 0;*/
}
.info #p-content div.module{
    padding: 0px 15px 15px;
}
div.module > h2:first-child {
    font-size: 18px;
    text-shadow: #fff 0 1px 0;
    color: #555;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    margin-top: 0;
    box-shadow: 0 1px 0 #fff;
    padding: 0 0 7px;
}
#p-top div.module > h2:first-child,
#p-content div.module > h2:first-child {
    font-size: 24px;
}
.both #p-content div.module > h2:first-child {
    color: #057ab2;
    font-size: 10px;
    padding: 5px 10px;
    font-weight: normal;
    line-height: 22px;
}
.info #p-content div.module>h2:first-child{
    color: #565656;
    font-size: 24px;
    padding: 0;
    line-height: 50px;
    margin: 0 0 12px;
    font-weight: bold;
}
#p-left div.module>h2:first-child{
   /* height: 51px;
    line-height: 50px;
    padding: 0 15px;*/
}
div.module > h2:first-child span {
    font-weight: bold;
}
#p-left div.module > h2:first-child span {
    font-weight: 300;
}
div.module>h2:first-child+.btn-xs {
  position: absolute;
  right: 8px;
  top: 5px;
  text-decoration: none;
}
div.module > h2:first-child + .listing,
div.module > h2:first-child + .list{
    /*margin-top: -15px;*/
}
.listing {
    overflow: hidden;
}
.listing li {
    background: url(../images/disc.png) no-repeat 2px -18px;
    text-indent: 16px;
}
div.module.menu li { 
    margin: 0 -15px;
}
div.module.menu li:hover { 
    background-color: #eee;
}
div.module.menu li a { 
    line-height: 26px;
    display: block;
    padding: 0 21px;
    text-decoration: none;
}
div.module.menu li.active,
div.module.menu.cols .listing li:hover {
    background-color: #1573ad;
}
div.module.menu li.active a {
    color: #fff;
    text-shadow: none;
}
#content div.module.menu.cols .listing {
    margin: 0;
}
#content div.module.menu.cols .listing li { 
    margin: 0; 
    background-position: 21px -17px;
}
#content div.module.menu.cols .listing li:hover { 
    background-position: 21px 9px;
}
#content div.module.menu.cols .listing li:hover a {
    text-shadow: none;
    text-decoration: none;
    color: #fff;
}
.list{
    padding-bottom: 10px;
}
.list li {
    height: 35px;
    line-height: 35px;
    position: relative;
    border-bottom: 1px #e5e5e5 solid;
}
.list li a {
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
}
.list li a > span{
    float: right;
    color: #848484;
}
#p-content h2:first-child + img {
    width: auto;
    height:auto;
    float: left;
    max-width: 100%;
    margin: 0 20px 10px 0;
}
#recommended h2{
    margin-bottom: 0px;
}
#recommended li{
    padding: 10px;
    border-top:1px solid #e5e5e5;
    text-align: center;
}
#recommended li:first-child{
    border: 0px;
}
#recommended li > a:first-child { 
    margin: 0 0 10px;
} 
#recommended li > a + a {
    font-weight: bold;
    font-size: 13px;
}
#recommended li > span {
    display: block;
    height: 20px;
    margin: 5px 0 10px;
    font-size: 13px;
}
.rating {
    display: block;
    margin: 5px 0 10px;
    height: 20px;
}
.rating i {
    width: 17px;
    color: #ff9c3c;
    font-size: 18px;
}
.rating i.disabled {
    color: #dcdcdc;
}
#recommended li>.price {
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
}
#recommended li>.price>em{
    font-size: 18px;
    font-weight: bold;
}
#recommended li > .btn {
    padding: 5px 23px;
}
#recommended li > .btn i{
    margin-left: 5px;
}
#recommended img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.trace{
    border: 1px #e3e3e3 solid; 
    border-radius: 3px;
    margin: 0 0 20px;
    position: relative;
}
.trace:before,
.trace:after{
    content: '';
    display: table;
}
.trace:after{
    clear: both;
}
div.module.untitled:before {
  content: " ";
  height: 8px;
  background: #0089bb;
  display: block;
  border-radius: 2px 2px 0 0;
}
.trace>div:first-child{
    padding: 15px;
    /*border-top: 8px solid #0089bb;*/
}
.trace>ol:first-child{
    margin-bottom: 0;
    /*border-top: 8px solid #0089bb;*/
}
.trace>div:first-child .thumbnail{
    margin: 0 auto 10px;
}
.trace>div:first-child h3{
    font-size: 14px;
    margin: 0;
}
.trace>ol>li{
    position: relative;
    padding: 42px 15px 15px;
}
.trace>ol>li+li{
    border-top: 1px #e3e3e3 solid;
    padding-top: 50px;
}
.trace>ol>li>h3 {
  color: #fff;
  font-size: 12px;
  line-height: 29px;
  padding: 0px 10px;
  display: inline-block;
  background: #0089bb;
  border-radius: 0 0 5px;
  margin: 0;
  position: absolute;
  top: -8px;
  left: 0px;
}
.trace>ol>li+li>h3{
    background-color: #b9b9b9;
    top: 0;
}
.trace>ol>li>h3 .icon-plane{
    background-position: 0px -84px;
    margin-bottom: -3px;
    margin-right: 5px;
}
.trace>ol>li>h3 em{
    font-weight: 300;
}
.trace>ol>li>img{
    width: 30px;
    height: 25px;
    position: absolute;
    right: 40px;
    top: 5px;
}
.trace>ol>li>img+img{
    top: 5px;
    right: 5px;
}
.trace>ol>li>span{
    float: left;
    line-height: 1.4;
    margin-right: 2px;
    margin-bottom: 10px;
}
.trace>ol>li>img+span {
    background: url(../images/arrows-small.png) no-repeat 82px 15px;
    width: 110px;
}
.trace>ol>li>img+span+span {
    width: 80px;
}
.trace>ol>li+li img+span{
    background-position: 82px -27px;
}
.trace>ol>li+li img+span.warning {
    background-position: 74px -27px;
}
.trace>ol>li img+span.warning {
    background-position: 90px 15px;
}
.trace>ol>li img ~ span+span+span{
    font-weight: bold;
}
.trace>ol>li img ~ span+span+span b{
    margin-right: 20px;
}
.trace>ol>li img ~ span+span+span+span{
    float:right;
}
.trace>ol>li>span em{
    color: #979797;
    font-size: 10px;
    display: block;
    font-weight: 300!important;
}
.trace>ol>li span+ol{
    clear: both;
    color: #979797;
    margin-bottom: 5px;
}
.trace>ol>li span+ol+ol{
	display: none;
}
.trace>ol>li span.warning i {
    float: right;
    margin-right: 24px;
    margin-top: 3px;
}
.trace>ol>li+li span.warning i {
    float: right;
    margin-right: 6px;
    margin-top: 3px;
}
.trace>ol>li+li img+span.warning i {
    background-position: 0 -12px;
}
.trace .collapsed{
    background: #fff url(../images/triangle.png) no-repeat 50px 0;
    overflow: hidden;
    text-shadow: 0 1px #fff;
    padding-top: 6px;
    margin: 10px -15px -15px;
}
.trace .collapsed>li{
    background: #f3f5f7;
    padding: 0 12px 12px 36px;
    font-size: 10px;
    color: #747474;
}
.trace .collapsed h3{
    background: #e3e3e3;
    font-size: 10px;
    padding: 6px 5px;
    margin: 0 -15px 10px -36px;
    position: relative;
    color: #303030;
}
.trace .collapsed li.connection h3 {
  background-image: url(../images/stripe.png);
}
.trace .collapsed h3 i{
    position: absolute;
    left: 10px;
    top:50%;
    margin-top: -8px;
    font-size: 12px;
    display: none;
}
.trace .collapsed h3 .icon-plane{
    background-position: 0 -168px; 
}
.trace .collapsed h3 span{
    display: inline-block;
    padding: 3px 0;
}
.trace .collapsed h3>i+span{
    text-transform: uppercase;
    margin-right: 5px;
}
.trace .collapsed h3 span+span{
    margin-left: 5px;
    font-weight: normal;
}
.trace .collapsed img{
    width: 30px;
    height: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.trace .collapsed img + ol{
    float: left;
    line-height: 1;
}
.trace .collapsed img+strong{
    font-weight: normal;
    line-height: 25px;
    font-size: 11px;
}
.trace .collapsed img+strong+em,
.trace .collapsed img+ol+em{
    float: right;
}
.trace .collapsed em ~ p{
    line-height: 29px;
    border-top: 1px #e3e3e3 solid;
    box-shadow: inset 0 1px 0px #fff;
    font-size: 10px;
    color: #303030;
    font-weight: bold;
    margin: 0;
    position: relative;
}
.trace .collapsed em+p{
    margin-top: 10px;
    clear: both;
}
.trace .collapsed em ~ p>span{
    margin-left: 10px;
}
.trace .collapsed em ~ p>em {
    position: absolute;
    top: 1px;
    left: 180px;
}
.trace .collapsed em ~ p>em span{
    font-weight: normal;
}
.trace .info{
    background-color: #F3F5F7;
    border-top: 1px #e3e3e3 solid;
    padding: 15px;
    overflow: hidden;
}
.trace .info>span:first-child {
    font-size: 12px;
    line-height: 36px;
    max-height: 36px;
    color: #0379b1;
    text-shadow: 0 1px #fff;
    font-weight: normal;
    float: left;
}
.trace .info>span:first-child em{
    font-size: 30px;
    font-weight: bold;
}
.trace .info .btn{
    float: right;
    padding: 7px 25px;
}
.trace .info .btn span {
    display: block;
    font-size: 10px;
    color: #bf6012;
    text-shadow: 1px 1px 0 rgba(255,255,255,.57);
}
.trace .info .info-text{
    overflow: hidden;
    clear: both;
    padding: 10px 0;
}
.trace .info ol{
    display: none;
    margin-bottom: 0;
    padding-top: 10px;
    overflow: hidden;
    font-size: 11px;
    position: relative;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.trace .info ol i{
    font-style: normal;
}
.trace .info ol a{
    float: right;
}
._cars .trace ul{
    margin-top: 10px;
}
._flygbolag #p-content div.module > ol { overflow: hidden; margin: 30px 0 0; font-size: 11px; }
._flygbolag #p-content div.module > ol > li { float: left; width: 100%; padding: 10px 0; margin: -1px 1px 0 -1px; border: 1px #e3e3e3 solid; border-right: none; border-bottom: none; }
._flygbolag #p-content div.module > ol > li img { width: 103px; height: 33px; border: 1px #e3e3e3 solid; border-radius: 3px; margin: 0 10px 0 0; }
._flygbolag #p-content div.module > ol > li a:hover img { border-color: #0076B0; }
._flygbolag #p-content div.module > ol > li:first-child img, ._flygbolag #p-content div.module > ol > li:first-child + li img { margin-top: 3px; }
._lander #p-content div.module > h3 { border-bottom: 1px #e3e3e3 solid; margin: 0 0 10px; }
._lander #p-content div.module > ol { overflow: hidden; padding: 0 0 20px; }
._lander #p-content div.module > ol > li { line-height: 20px; }
._lander #p-content div.module > ol > li img { width: 16px; height: 16px; margin: 0 10px 0 0; vertical-align: text-top; }
._resmal .listing li { padding-bottom: 8px; }
#p-left{
	overflow: hidden;
}
#filter-btn, #help-btn{
	margin-bottom: 10px;
	width: 120px;
}
#menu-btn{
	width: 100%;
	margin-bottom: 10px;
	}
@media (min-width: 425px) {
    .trace>ol>li>span{
        font-size: 14px;
    }
    .trace>ol>li>img+span+span {
        width: 102px;
    }
}
@media (min-width: 480px) {
    .both #p-content div.module > h2:first-child{
        font-size: 14px;
    }
    .info #p-content div.module>h2:first-child{
        font-size: 24px;
    }
    #content div.module.menu.cols .listing li { 
        width: 50%;
        float: left;
    }
    .trace>div:first-child .thumbnail{
        float: left;
        margin-right: 15px;
    }
    .trace>ol>li{
        padding-left: 60px;
    }
    .trace>ol>li>img{
        left: 11px;
        top: 41px;
        right: auto;
    }
    .trace>ol>li>img+img{
        left: 23px;
        top: 36px;
        right: auto;
    }
    .trace>ol>li+li img{
        top: 49px;
    }
    .trace>ol>li+li img+img{
        top: 44px;
    }
    .trace>ol>li img ~ span+span+span{
        margin: 0 0 10px 0;
        text-align: right;
    }
    .trace>ol>li img ~ span+span+span em {
        text-align: left;
    }
    .trace .collapsed{
        margin-left: -60px;
        background-position: 96px 0;
    }
    .trace .collapsed>li{
        font-size: 12px;
    }
    .trace .collapsed h3{
        padding-left: 30px;
        padding-right: 10px;
        font-size: 12px;
    }
    .trace .collapsed h3 i{
        display: inline-block;
    }
    .trace .collapsed h3>i+span{
        margin-right: 20px;
    }
    .trace .collapsed h3 span+span{
        margin-left: 20px;
    }
    .trace .collapsed h3 span+span+span{
        float: right;
        padding-right: 5px;
    }
    .trace .collapsed em ~ p{
        font-size: 12px;
        position: relative;
    }
    .trace .collapsed em ~ p>span{
        left:74px;
        margin: 0;
        position: absolute;
    }

    ._flygbolag #p-content div.module > ol > li{
        width: 50%;
        padding: 10px 10px;
    }
    ._lander #p-content div.module > ol > li,
    ._resmal .listing li{
        width: 50%;
        float: left;
    }
}
@media (min-width: 768px) {
    .module.small.cool li {
        float: left;
        width: 50%;
    }
    #content div.module.menu.cols .listing li {
        width: 33.33%;
    }
	#filter-btn, #help-btn, #menu-btn{
		display: none;
	}
	.trace>ol>li span+ol+ol{
		display: block;
	}
        .trace .info ol{
            display: block;
            clear: both;
            max-width: 200px;
        }
}
@media (min-width: 992px) {
    #content div.module.menu.cols .listing li {
        width: 25%;
    }
    #recommended-content{
        overflow: hidden;
        margin: 0;
    }
    #recommended li{
        float: left;
        width:33.333%;
        border:0;
        border-left: 1px solid #e5e5e5;
    }
    #recommended li:first-child{
        border-left: 0;
    }
    .trace{ 
    }
    .trace>div:first-child,
    .trace>ol:first-child,
    .trace .info{
        display: table-cell;
        width: 1%;
        vertical-align: top;
    }
    .trace>div:first-child,
    .trace>ol:first-child{
        width: 100%;
    }
    .trace .info{
        border-top: 0px;
        border-left:1px #e3e3e3 solid;
        min-width: 190px;
    }
    .trace .info>span:first-child{
        display: block;
        float: none;
        white-space: nowrap;
        margin-bottom: 20px;
        text-align: center;
    }
    .trace .info .btn{
        float: none;
        display: block;
        width: 119px;
        margin: 0 auto;
        font-size: 15px;
        border-radius: 5px;
    }
    ._lander #p-content div.module > ol > li,
    ._resmal .listing li{
        width: 33.33%;
    }
}

/* Booking form */
#form{
    margin: 0 -15px;
    padding: 10px;
}
#form:before,
#form:after{
    content: '';
    display: table;
}
#form:after{
    clear: both;
}
#form.big { 
    background-repeat: no-repeat; 
    background-position: center 100%;
    position: relative;
}
#form.image { 
    border-top: 9px solid #0077b0; 
    position: relative; 
}

#form.small{
    background-color: #0077b0;
    font-size: 100%;
}
#form .form-overlay{
    position: absolute;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    width:100%;
    background-color: #0077b0;
    background-size: cover;
    background-repeat: no-repeat;  
    z-index: -1;
}
#form.image .form-overlay{
    border-bottom: 50px solid #0077b0;
}
#form.image > h3 { 
    display: none;
    position: absolute; 
    right: -18px; 
    top: -57px;
    height: 60px;
    min-width: 170px;
    padding: 0 25px 0 40px;
    margin: 0;
    font-size: 43px;
    line-height: 50px;
    color: #fff;
    font-weight: normal;
    background: url(../images/ribbon.png) no-repeat 0 0;
    font-family: journalregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    text-shadow: 0 1px 1px #cb8446;
}
#form.image > h3:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -6px;
    border-color: #CD6900 transparent transparent transparent;
    border-width: 10px 18px 0 0;
    border-style: solid;
}
#form .frame { 
    border-radius: 6px;
    background: #fff;
    background: rgba(255,255,255,.3); 
    padding: 4px;
    -webkit-box-shadow: 0px 10px 10px -10px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 10px 10px -10px rgba(0,0,0,.4);
    box-shadow: 0px 10px 10px -10px rgba(0,0,0,.4);
}
#form .frame > div:first-child { 
    background: #fff;
    border-radius: 4px; 
    border: 1px #c1d2da solid; 
    border-bottom: none; 
    margin: 0; 
    overflow: hidden; 
    position: relative; 
}
.search #form{
    background-color: #0077b0;
    padding: 5px;
}
.search #form .frame{
    padding: 4px;
    border-radius: 6px;
}
#form .form-header { 
    position: relative; 
    border-bottom: 1px #c1d2da solid; 
    padding: 10px; 
    color: #0379b1; 
    margin: 0 0 10px;
    background-color: #f4f7f9;
    background-image: -ms-linear-gradient(top, #f8fafb, #f1f4f7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8fafb), to(#f1f4f7));
    background-image: -webkit-linear-gradient(top, #f8fafb, #f1f4f7);
    background-image: -o-linear-gradient(top, #f8fafb, #f1f4f7);
    background-image: -moz-linear-gradient(top, #f8fafb, #f1f4f7);
    background-image: linear-gradient(top, #f8fafb, #f1f4f7);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f8fafb', endColorstr='#f1f4f7', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#form .form-header h2{
    margin: 0 0 10px; 
    font-size: 18px;
}
.form-header h2 span { 
    font-weight: 300;
}
.form-header h2 .orange-text{
    color: #ff952d;
    font-weight: bold;
}
.form-header h2 a { 
    color: #ff952d; 
}
#form .form-header .btn-group .btn { 
    font-size: 13px;
    line-height: 1;
    padding: 7px 10px;
}
.form-group{
    margin-bottom: 0;
}
#form.small .form-group{
    margin: 0px 0px 15px 0px;
}
#form .control-label{
    float: left;
    width: 130px;
    padding-right: 15px;
    line-height: 30px;
    margin-bottom: 15px;
}
#form .control-label-normal {
    font-weight: normal;
    width: 100px;
}
._hotel_city #form .control-label{
    width: 110px;
}
#children .control-label{
    float: none;
    width: 100%;
    margin: 0;
}
.form-control{
    height: auto;
    padding: 4px;
    line-height: 1;
    height: 30px;
    display: inline-block;
    width: auto;
}
select.form-control{
    min-width: 56px;
}
._hotel_city select.form-control{
    min-width: 55px;
}
#children .form-control{
    margin-right: 5px;
    margin-bottom: 5px;
}
#form.small .form-inline > i {
    color: #e3eef4;
    font-size: 14px;
    margin: 0px 7px 0px 0px;
    display: none;
    vertical-align: text-bottom;
}
#form.small input[type='text'], #form.small select{
    padding: 5px 10px;
    font-size: 14px;
}
#form.small select{
    border-radius: 4px;
    width: 100%;
}
#form > form .group { 
    padding: 15px 15px 0; 
    overflow: hidden; 
}
#form > form .group + .group { 
    padding-top: 25px; 
    border-top: 1px #c9c9c9 dotted;
    margin: 10px 0 0;
}
#form .submit { 
    border: 1px #c1d2da solid; 
    border-radius: 0 0 3px 3px; 
    margin: 10px -1px 0; 
    clear: both; 
    box-shadow: inset 0 5px 5px #e2edee;
    background-color: #f6f8fa;
    background-image: -ms-linear-gradient(top, #edeff0, #f6f8fa);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#edeff0), to(#f6f8fa));
    background-image: -webkit-linear-gradient(top, #edeff0, #f6f8fa);
    background-image: -o-linear-gradient(top, #edeff0, #f6f8fa);
    background-image: -moz-linear-gradient(top, #edeff0, #f6f8fa);
    background-image: linear-gradient(top, #edeff0, #f6f8fa);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#edeff0', endColorstr='#f6f8fa', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#form.small .submit {
    background: none;
    float: right;
    background: none;
    box-shadow: none;
    border: none;
    clear: none;
    margin: 0 0 10px;
}
#form .submit > div.submit-wrap { 
    position: relative; 
    margin: 15px auto; 
    width: 122px; 
}
#form.small .submit .submit-wrap {
    margin: 0;
    width: auto;
}
#form .submit input { 
    width: 122px;
}
#form.small .submit input{
    height: 30px;
    width: auto;
    font-weight: bold;
    line-height: 1;
}
#form .submit i { 
    top: 10px;
    left: 34px;
    font-size: 17px;
    text-shadow: #b87331 0 1px 0;
    line-height: 1;
} 
#form.small .submit i {
    top: 9px; 
    left: 14px; 
    font-size: 14px; 
}
#form.small h3 { 
    display: inline-block; 
    color: #fff; 
    text-shadow: 0 -1px #000; 
    padding: 0 5px 0 0; 
    font-size: 13px; 
    margin-top: 0px;
}  
#form.small .gray-bar {
    background: #f3f5f7;
    height: 38px;
    line-height: 38px;
    border: 1px #e7e9eb solid;
    border-top: none;
    clear: both;
    overflow: hidden;
    margin: 0 -15px;
    padding: 0 15px;
    box-shadow: none;
}
#form.small .gray-bar label {
    margin-right: 15px;
    margin-bottom: 0;
}
#form.small .gray-bar label input,
label input[type='radio']{
    margin: -2px 5px 0 0;
    vertical-align: middle;
}
#form.small .link{
    float: right;
    width: 60px;
    color: #fff;
    font-size: 11px;
    line-height: 1.5;
    text-shadow: none;
    margin-left: 10px;
}
 .form-control[readonly]{
	cursor: pointer;
	background-color: #fff;
 }
 #form.small .btn-group {
	box-shadow: none;
	margin-right: 0;
	overflow: visible;
	right: auto;
	top: auto;
}
#form.small .btn-group .dropdown-toggle {
	line-height: 28px;
	padding: 0 13px 0 8px;
	color: #1d1d1b;
	display: block;
	font-size: 13px;
	min-width: 60px;
	margin: 0 0 0 -3px;
}
#form.small .btn-group .dropdown-toggle>i {
	float: left;
	line-height: 27px;
}
#form.small .btn-group .dropdown-toggle>span {
	float: right;
}
#form.small .btn-group .dropdown-menu {
	margin-top: 3px;
	width: 187px;
	padding-bottom: 0;
	left: -3px;
}
#form.small .btn-group .dropdown-menu:before {
	content: ' ';
	z-index: 9999;
	position: absolute;
	display: block;
	top: -7px;
	left: 9px;
	width: 0;
	height: 0;
	border-style: inset inset solid;
	border-width: 0 6.5px 7px;
	border-color: transparent transparent #c1d2da;
}
#form.small .btn-group .dropdown-menu:after {
	  content: ' ';
	  z-index: 9999;
	  position: absolute;
	  display: block;
	  top: -6px;
	  left: 10px;
	  width: 0;
	  height: 0;
	  border-style: inset inset solid;
	  border-width: 0 5.5px 6px;
	  border-color: transparent transparent #fff;
}
#form.small .btn-group #children+span {
  background: #f7f8fa;
  text-align: right;
  line-height: 30px;
  height: 30px;
  border-top: 1px #d6e1e7 solid;
  color: #057ab2;
  display: block;
  padding: 0 19px;
  border-radius: 0 0 3px 3px;
  box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.06);
}
#form.small .btn-group .dropdown-menu>div {
  padding: 14px;
  overflow: hidden;
  line-height: 30px;
  font-size: 12px;
}
#form.small .btn-group .dropdown-menu>div:first-child {
  border-bottom: 1px #c8c8c8 dotted;
}
#form.small .btn-group #children {
  padding-top: 0;
  padding-left: 0;
  text-indent: 14px;
  margin-bottom: -6px;
}
#form.small .btn-group .dropdown-menu select {
  float: right;
  border-color: #bbb;
  width: 70px;
}
#form.small .btn-group #children select {
  float: left;
  margin: 6px 0 6px 13px;
}
@media (min-width: 568px) {
    #form.small{
        background-color: #0077b0;
        padding: 15px 0 0;
        font-size: 100%;
    }
    #form.small h3{
        width:100%;
        padding: 0 15px;
        clear: both;
    }
    #form .form-overlay{
        bottom: 50px;   
    }
    #form .frame { 
        border-radius: 6px 6px 0 0;
        padding-bottom: 0px;
    }
    #form .frame > div:first-child{
        border-radius: 4px 4px 0 0;
    }
    #form.small .form-group{
        float: left;
        width: 50%;
        padding: 0 15px;
    }
	#form.small .form-group.full{
        width: 100%;
    }
    #form.small .submit{
        margin-right: 15px;
    }
    #form.small .gray-bar{
        margin: 0;
    }
}
@media (min-width: 768px) {
    #form{
        margin: 0;
        padding: 39px 39px 17px; 
    }
    #form.image {
        padding: 0;
    }
    #form.small{
        border-radius: 0px 4px 4px 4px;
    }
    #form.big.image > form {
        padding: 15px 15px 10px;
        background: none; 
        border-top: 1px #fff solid; 
        border-radius: 0;
        box-shadow: none;
    }
    #form .form-overlay{
        border-radius: 0 5px 5px 5px;
    }
    #form.image > h3{
        display: block;
    }
    #form .form-header{
        padding: 10px 15px;
    }
    #form .form-header h2{
        margin: 0;
        line-height: 30px;
    }
    #form .form-header .btn-group { 
        position: absolute;
        top: 10px; 
        right: 15px; 
        overflow: hidden; 
    }
    #form .control-label{
        padding-top: 0;
    }
    #children .control-label{
        float: left;
        width: 100px;
    }
    .form-control + .form-control{
        margin-left: 5px;
    }
    #form.small .input-group{
        width: 100%;
    }
    #form.small .input-group .input-group-addon{
        width: 1%;
    }
}
@media (min-width: 992px) {
    #form.big.image > form{
        padding-right: 220px;
    }
    #form.small{
        padding-left: 15px;
        padding-right: 15px;
    }
    #form.image > h3{
        top: auto;
        bottom: 68px;
    }
    #form.small h3{
        padding: 0 5px 0 0;
        margin-bottom: 5px;
    }
    #form.small .form-group,
	#form.small .form-group.full{
        float: none;
        width: auto;
        padding: 0;
        margin-right: 18px;
    }
    #form.small .input-group{
        width: auto;
    }
    #form.small .form-control{
        width: auto;
        max-width: 100px;
    }
	.ah #form.small .form-control{
		max-width: 70px;
	}
	.ah #form.small .form-group{
		margin-right: 5px;
	}
    #form.small .input-group .input-group-addon{
        width: auto;
    }
    #form.small .form-inline > i{
        display: inline-block;
        margin-left: -7px;
    }
    #form.small .submit{
        margin-right: 0px;
    }
    #form.small .gray-bar{
        margin: 0 -15px;
    }
}
@media (min-width: 1200px) {
    #form.small h3{
        width: auto;
    }
    ._flights #form.small input[name="city1"],
    ._flights #form.small input[name="city2"]{
        max-width: 155px;
    }
}

/* Footer */
#footer {
    padding-bottom: 20px;
}
#footer .inner{
    border-top: 1px #e5e5e5 solid;
    padding: 15px 0 0;
}
.footer-nav li{
    margin-bottom: 10px;
}
.footer-nav li a { 
    color: #7d7d7e;
}
.footer-nav li a:hover {
    color: #0077b0;
}
#footer .social{
    text-align: right;
}
#footer .social a{
    display: inline-block;
    width:25px;
    height: 25px;
    border-radius: 50%;
    background: #c3c3c3;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #fff;
    margin-right: 5px;

}
#footer .social a:hover{
    background: #0077b0;
    color: #fff;
    text-decoration: none;
}
#footer .copyright{
    padding-top: 10px;
}
@media (min-width: 568px) {
    #footer .inner{
        padding-top: 25px;
    }
    .footer-nav > li { 
        float: left;
        border-left: 1px #dadada solid;
        padding: 0 8px;
    }
    .footer-nav > li:first-child { 
        border-left: none;
        padding-left: 0px;
    }
    #footer .social{
        margin-top: -7px;
    }
}
input[type=text][value] { color: #555; }
input[type=text][value].changed { color: #555 !important; }
.error, .error input[type=text], .error select { color: #b94a48 !important; border-color: #b94a48 !important; }
.error input[type=text]:focus { box-shadow: inset 0 1px 1px rgba(255, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6) !important; }
.error span.add-on { border-color: #b94a48 !important; }
.typeahead { width: 278px; }
.typeahead li { font-size: 13px; }
.typeahead li a { text-shadow: none; }
.typeahead li.active a, .typeahead li:hover a { background-color: #ffa145 !important; font-weight: normal; }   
.datepicker td { font-weight: bold; font-size: 13px; width: 31px; height: 31px; padding: 0; }    
.datepicker td.active, .datepicker td.active:hover, .datepicker td span.active { background: #ff8f22 !important; }    
div.submit-wrap { position: relative; }
div.submit-wrap input { text-indent: 15px; }
div.submit-wrap i { position: absolute; color: #fff; }
.tooltip.in { opacity: 1; }  
.loading { position: absolute; background: #fff url(../images/spinner.gif) no-repeat 50% 20%; opacity: 0.6; z-index: 1000; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75); }
.jslider { margin: 20px 0 5px; padding: 0 0 45px; top: 0; }
.jslider .jslider-value { background: none; }
.jslider .jslider-bg .v { height: 8px; }
.jslider .jslider-bg i { height: 8px; }
.jslider .jslider-value { font-size: 11px; font-weight: bold; color: #535353; }
.jslider .jslider-scale { text-shadow: 0 1px #fff; white-space: nowrap; }
[data-toggle="collapse"]:hover { text-decoration: underline; cursor: pointer; }  

/* Search forms */
.search #form .frame > div > strong { 
    font-weight: bold;
    color: #fff;
    background: #ff942b;
    line-height: 16px;
    display: inline-block;
    padding: 0 10px;
    min-width: 96px;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 10px;
    margin: 0 0 5px 5px;
    text-align: center;
}
.search #form .progress {
    margin: 0;
}
.search #form h3 { 
    color: #666;
    font-size: 13px;
    overflow: hidden;
    margin: 0 5px 10px;
}
.search #form h3 span {
    font-weight: 300;
}
.search #form h3 span:first-child { 
    padding: 6px 30px 6px 0; 
    background: url(../images/icons.png) no-repeat 100% 3px;
}
.search #form h3 span + span { 
    padding: 0 0 0 8px;
}
.search #form h3 b { 
    font-weight: bold;
}
.search #form p { 
    margin: 5px 5px 0; 
    font-size: 13px;
}
.search #form p b { 
    font-weight: bold; 
    padding: 0 15px 0 0;
}
.search #form table th { 
    font-size: 11px; 
    color: #979797; 
    text-shadow: 0 1 #fff; 
    text-transform: uppercase; 
    background: #f3f5f7;
}
.search #form table em { 
    font-weight: bold;
    color: #ff952c;
}
._flights_search #form, 
._hotell_search #form, 
._hyrbil_search #form { 
    margin-bottom: 24px;
}
._flights_search #form table { 
    width: 100%; 
    float: left;
    margin: 15px 0;
}
._flights_search.ah #form .frame > div > .progress + strong { background: #057ab2; }
._flights_search.ah #form h3 span:first-child { background-position: 100% -28px; }
._flights_search.ah #form h3 ~ h3 span:first-child { background-position: 100% 3px; }
._hotell_search #form table, ._hyrbil_search #form table {
    margin: 25px 2% 25px; 
    width: 96%; 
}
._hotell_search #form h3 span:first-child { background-position: 100% -59px; }
._hyrbil_search #form h3 span:first-child { background-position: 100% -90px; }
.table-responsive{
    margin: 0;
    border:0;
    width: 100%;
}
.trace .info ol li{
    line-height: 18px;
}
#p-left div.module, div.module.menu.cols{
    padding: 15px 21px;
}
@media (min-width: 568px) {
    .search #form h3{
        font-size: 18px;
    }
    .search #form p{
        font-size: 14px;
    }
    ._flights_search #form table{
        width:50%;
    }
}
@media (min-width: 768px) {
    .search #form{
        padding: 15px;
    }
    .search #form h3{
        margin: 0 15px 15px;
    }
    .search #form .frame > div > strong{
        margin-left: 15px;
    }
    .search #form p{
        margin: 0 15px 15px;
    }
    ._flights_search #form table{
        width:46%;
        margin: 15px 2%;
    }
    .search #form .progress{
        width: 40%;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -10px;
    }
}
@media (max-width: 767px){
	.search #form .form-header{
		margin: 0;
	}
	.search #form .form-header ~ *{
		display: none!important;
	}
}
@media (max-width: 400px){
    ._sistaminuten #form select,
    ._sistaminuten_city #form select{
        max-width: 120px;
    }
    ._sistaminuten #form .btn-group,
    ._sistaminuten_city #form .btn-group{
        display: block;
        clear: both;
        position: relative;
        top: -15px;
    }
}

/* #TABLE */
#table h2 { 
    margin-bottom: 0;
}
#table-content { 
    clear: both;
    overflow: hidden;
    margin: 0 0 -1px; 
}
#table h3 {
    font-size: 18px;
    float: left;
    margin: 11px 0 10px 8px;
}
#table h3 + .btn-group {
    float: right;
    margin: 6px 8px 0 0;
}
#table table {
    font-size: 10px;
    color: #6b6b6b;
    margin: 0 0 1px;
}
#table tr + tr + tr:hover th, #table th.hover {
    background: #d3e9f3;
    color: #4f4f4f;
}
#table th {
    background: #f3f5f7;
    font-size: 11px;
    color: #979797;
    text-transform: uppercase;
    text-shadow: 0 1px #fff;
    border:0px;
    padding:2px 10px;
    text-align:center;
    vertical-align: middle;
}
#table tr:first-child th {
    line-height: 13px;
    vertical-align: bottom;
}
#table tr:first-child th:first-child {
    vertical-align: middle;
}
#table tr:first-child th:first-child .btn-group {
    margin: 0 auto;
}
#table tr:first-child + tr th {
    line-height: 13px;
    vertical-align: top;
}
#table tr:first-child + tr th, #table tr + tr th + th { 
    color: #303030;
    font-size: 10px;
    font-weight: normal;
}
#table td {
    border-top: 1px #f2f2f2 solid;
    border-left: 1px #f2f2f2 solid;
    text-align: center;
    cursor: pointer;
    padding: 5px 4px;
    vertical-align: middle;
}
#table td:hover {
    background: #ecf6fb;
}
#table a { 
    color: inherit;
    display: block;
    text-decoration: none;
    text-shadow: none;
    outline: none;
}
#table a:hover { 
    border: 1px #799bba solid;
    color: #4f4f4f;
    margin: -1px -4px;
}
#table a.price {
    color: #ff952d;
    font-weight: bold;
    font-size: 11px;
}
#table .progress {
    margin-bottom: 0;
    outline: none;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
}
._flights.ah #form label { margin-right: 10px; }
._flights.ah #form fieldset h3 ~ h3 { margin-left: 10px; }
._flights.ah #form fieldset > i { margin-right: -2px; margin-left: -1px; }
._flights.ah #form label > input[name^=date] { width: 62px; }
._flights.ah #form label > input[name^=city] { width: 32px; }
._flights #form label ~ label ~ label input[type=text], ._hotels #form label ~ label input[type=text] { width: 62px; }    
._flights #form fieldset > a { line-height: normal; float: left; width: 60px; }    
#filters > h2:first-child { margin-bottom: 5px; font-size: 18px;}
#filters h3 { color: #979797; font-size: 11px; text-shadow: 0 1px #fff; text-transform: uppercase; border-bottom: 1px transparent solid; display: inline-block; line-height: 10px; padding: 5px 0 0; clear: both; position: relative; }
#filters h3:after { content: " "; width: 14px; display: inline-block; height: 14px; background: url(../images/arrows-order.png) no-repeat 100% 20px; position: absolute; right: -14px; top: 0; }
#filters h3.asc:after { background-position: 100% 7px; }
#filters h3.desc:after { background-position: 100% -4px; }
#filters h3.sortable { cursor: pointer; }
#filters h3.sortable:hover { border-color: #d4d6d7; }
#filters .jslider, ._cars #filters .jslider + h3 + div { border-bottom: 1px #e5e5e5 solid; box-shadow: 0 1px 0 #fff; }
#filters label { float: left; margin: 0 40px 0 0; color: #4c4c4c; text-shadow: 0 1px #fff; font-size: 12px; padding: 7px 0 5px; }
#filters label input { margin: 0 10px 0 0; vertical-align: text-top; }
#filters h3 + div { overflow: hidden; margin: 0 0 5px; }
#filters div div { border-bottom: none; box-shadow: none; }
#filters div div label { overflow: hidden; width: 100%; margin: 0; padding: 0; }
#filters a { display: block; margin: 0 0 10px; text-align: center; }
#filters .collapse { margin: 0 -21px; padding: 0 21px; }
#help { line-height: 22px; }
#help > h2 { font-size: 18px; border-bottom: 1px #e5e5e5 solid; line-height: 51px; font-weight: bold; margin: 0; }
#help ol { padding: 10px 0 0; }
#help li { padding: 0 0 15px 18px; color: #555; background: url(../images/disc.png) no-repeat 2px -21px; }
._flights div.alert { background: #fcf8e3; border: 1px #fbeed5 solid; padding: 15px 20px; border-radius: 3px; margin: 21px 0 10px; box-shadow: 0 1px 0 #fefcf7; color: #c09853; font-size: 14px; }
._flights div.alert:before { content: " "; display: block; height: 1px; background: #e5e5e5; margin: -37px -21px 37px; }
._flights div.alert > p:first-child { margin: 0 0 20px; font-size: 18px; font-weight: bold; }
._flights div.alert + .btn-mini { margin: 0 auto 20px; display: block; width: 115px; }
._sitemap #p-content h3 { border-radius: 3px; border: 1px #ddd solid; line-height: 33px; padding: 0 10px; color: #1573ad; text-shadow: 0 1px #fff; text-transform: lowercase; font-size: 16px; margin: 0 0 7px; }
._sitemap #p-content h3 span { font-size: 13px; color: #959595; font-weight: normal; }
._sitemap #p-content ol ol { padding: 0 0 3px; }
._sitemap #p-content ol ol h3 { margin-top: 7px; }
._sitemap #p-content ol ol li { padding: 0 0 0 21px; line-height: 24px; }
._sitemap #p-content div.module > ol { border-bottom: 1px #e3e3e3 solid; padding-bottom: 35px; }
._city .typeahead, ._land .typeahead { width: 200px; }
._city #p-left .listing { overflow: visible; }
._city #p-left .listing li { background-position: 21px -17px; }
._city #p-left .listing li.active { background-position: 21px 9px; }
._city #p-top table td { font-weight: bold; width: 40%; font-size: 14px; }
._city #p-top table td:first-child + td,
._city #p-top table td + td + td + td{
    font-weight: normal;
    border-left: none;
    width: 10%;
    color: #a1a1a1;
    text-align: right;
}
._city #p-top table td:first-child,
._city #p-top table td + td +td{
    border-right: 0px;
}
._city #p-top table img { margin: 0 8px 0 -24px; width: 16px; height: 16px; }
._land div.module:first-child { margin-bottom: 30px; }
._land div.module > h2:first-child + img { width: 128px; height: 128px; float: left; margin: -5px 20px 0px -5px; }
._hotell #form h2 + .group div > div:first-child, ._hotel_city #form h2 + .group div > div:first-child { float: left; padding: 0 0 0 33px; }
._hotell #form h2 + .group div > div + div, ._hotel_city #form h2 + .group div > div + div { float: right; }
._hotell #form h2 + .group div select, ._hotel_city #form h2 + .group div select { margin-right: 0; }
._hotels #nav { background: #fff; }
._hotels #filters .jslider ~ .jslider { border: none; box-shadow: none; }
._hotels #form.small select { width: 137px; }
._hotels #form.small .submit { float: right; }
._hotels #form.small .submit .submit-wrap { margin: 0 7px 0 0; }
._hotel_city #form > form .group .even { width: 345px; }
._hotel_city #form.image > form .group label ~ label ~ label:after { width: 233px; }
._hotel_city #form.image > form .group label ~ label ~ label input { width: 175px; }
._sistaminuten .btn-group:after { display: none; }
._sistaminuten #form label + div + div + div label { width: 118px; }
._hyrbil #form h2 + .group label:after { width: 238px; }
._hyrbil #form h2 + .group label input { width: 180px; }
._hyrbil #form h2 + .group label select { width: 100px; margin-right: 133px; }
._hyrbil #form .group + .group { text-align: center; padding-top: 10px; margin-bottom: -8px; }
._hyrbil #form .group + .group label { display: inline-block; margin: 0 10px; font-weight: bold; }
._cars #filters h3 + div { padding-bottom: 20px; }
._cars #filters div label { float: none; padding-bottom: 0; }
._cars .trace li em { font-weight: bold; }
._cars #form.small { padding-bottom: 0; }
._cars #form.small .submit { float: right; }
._cars #form.small fieldset label + i + label + label, ._cars #form.small fieldset label + i + label + label + label + i + label { margin-right: 10px; }
._cars #form.small fieldset > div + div { background: #f3f5f7 ;height: 38px; line-height: 38px; border: 1px #e7e9eb solid; border-top: none; border-radius: 0 0 2px 2px; width: 848px; clear: both; overflow: hidden; margin: 17px -10px 0 -19px; padding: 0 90px 0 0; text-align: right; box-shadow: none; }
._cars #form.small fieldset > div + div label { float: none; display: inline-block; border: none; box-shadow: none; }
._resor .alert { margin-top: -10px; }
._resor div.module { background: transparent; }
._resor div.module > h2:first-child span { font-weight: 300; }
div.module.lm tr > * { border-left-style: none; border-right: none; vertical-align: middle; }
div.module.lm tr > *:first-child { border-left-style: solid; }
div.module.lm td:first-child + td + td + td { color: #0077b0; font-weight: bold; }
div.module.lm td:first-child + td + td + td + td + td + td + td { width: 1%; }
div.module.lm td a { white-space: nowrap; }
div.module.lm td img { vertical-align: text-top; margin: 0 5px 0 0; }
div.module.lm th a { padding: 0 14px 0 0; display: inline-block; height: 14px; background: url(../images/sort.png) no-repeat 100% 20px; }
div.module.lm th a.asc { background-position: 100% 7px; }
div.module.lm th a.desc { background-position: 100% -14px; }
div.module.lm > h2:first-child { border-bottom: none; font-size: 18px; margin: 0px 0 5px; }
div.module.lm > h2:first-child + div { margin-bottom: 10px; }
div.module.lm > h2:first-child + div select { display: inline-block; width: auto; vertical-align: baseline; margin: 0 0 0 5px; }
div.module.lm > h2:first-child + div select:first-child { margin-right: 40px; }
[class^="icon-"], [class*=" icon-"] { background: none; }
[data-toggle="toggle"] { cursor: pointer; }
._sitemap #p-content h3 {
  background-color: #f9f9f9;
  *background-color: #f5f5f5;
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
._hotels.alt .trace h4 {
    color: #303030;
    clear: both;
    font-size: 12px;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
    background: #e3e3e3;
    line-height: 34px;
    padding: 0 11px;
    margin: 0;
}
._hotels.alt .trace>ol {
  margin: 0;
}
._hotels.alt .trace>ol>li {
  float: none;
  width: auto;
  line-height: 35px;
  text-align: right;
  padding: 0 8px 0 11px;
  background: #f2f5f7;
  overflow: hidden;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  border-bottom: 1px #e3e3e3 solid;
  border-top: 1px #fff solid;
}
._hotels.alt .trace>ol>li:first-child {
  border-top: 2px #c9cccd solid!important;
}
._hotels.alt .trace>ol>li>a ~ a {
  float: right;
  text-align: center;
  min-width: 64px;
  margin: 8px 0 0 11px;
}


/* NEW STYLES */

._index select.form-control{
    min-width: 56px;
}
._index div.module > h2:first-child{
    margin-bottom: 4px;
}
#form > form .group + .group .checkbox{
    padding-bottom: 20px;
}
#form.small input[type='text'], #form.small select,
#form.small .form-control{
    font-size: 12px;
}
#form .pull-left,
#form .pull-right{
    width: 100%;
}
.typeahead{
    width:auto!important;
}
.trace{
    /*border-top: 8px solid #0089bb!important;*/
}
.trace>ol:first-child,
.trace>div:first-child{
    border-top: none;
}
._hotels.alt .trace>ol>li{
    line-height: 1.5;
    padding: 9px 10px 7px;
}
._hotels.alt .trace>ol>li>a:first-child{
    display: block;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
}
._hotels.alt .trace>ol>li>a ~ a{
    margin: 0 0 0 10px;
    float: none;
}
.results-header{
    overflow: hidden;
}
.results-header h2{
    font-size: 18px;
    font-weight: 300;
    line-height: 51px;
    margin: 0;
    float: left;
}
.results-header .ppp{
    line-height: 51px;
    float: right;
}
.warning i{
  width: 12px;
  height: 12px;
  display: inline-block;
  text-indent: -999em;
  overflow: hidden;
  background: url(../images/warning.png) no-repeat;
  vertical-align: middle;
  margin: 0px 0px 4px 3px;
}
.tooltip-inner{
    text-transform: none;

}
#filters h3{
    margin: 0;
}
#filters label{
    float: none;
    font-weight: normal;
}
#filters h3+div div label {
    display: block;
    line-height: 18px;
}
.btn-warning {
    background-color: #faa732;
    background-image: -ms-linear-gradient(top,#fbb450,#f89406);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
    background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
    background-image: -o-linear-gradient(top,#fbb450,#f89406);
    background-image: -moz-linear-gradient(top,#fbb450,#f89406);
    background-image: linear-gradient(top,#fbb450,#f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450',endColorstr='#f89406',GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-image: none;
    background-color: #f89406;
}
.single .trace>ol>li+li>h3 i {
  background-position: 0px -126px;
}
@media (min-width: 768px) {
    #form > form .group + .group .checkbox{
        padding-left: 30px;
    }
    #form .people-select{
        padding-left: 15px;
    }
    #form .pull-left,
    #form .pull-right{
        width: auto;
    }
    ._hotels.alt .trace>ol>li>a:first-child{
        float: left;
        margin: 0;
        width:70%;
    }
}
@media (min-width: 992px) {
    ._hotels.alt #form.small .form-control{ 
        max-width: 128px;
    }
    ._hotels.alt #form.small .form-control[name='city2']{
        width: 189px;
        max-width: 189px;
    }
    ._hotels.alt #form.small .form-control[name="date1"], ._hotels.alt #form.small .form-control[name="date2"] {
        width: 84px;
    }
    ._flights #form.small input[name="city1"], ._flights #form.small input[name="city2"] {
        width: 180px;
        max-width: 180px;
    }
    ._flights.enkel #form.small input[name="city1"], ._flights.enkel #form.small input[name="city2"] {
        width: 230px;
    }
    ._flights #form.small input[name="date1"], ._flights #form.small input[name="date2"] {
        width: 84px;
        max-width: 250px;
    }
    ._flights.enkel #form.small input[name="date1"]{
        width: 150px;
    }
}
@media (min-width: 1200px) {
    ._hotels.alt #form.small .form-control{ 
        max-width: 130px;
    }
    ._hotels.alt #form.small .form-control[name='city2']{
        width: 189px;
        max-width: 189px;
    }
    ._hotels.alt #form.small .form-control[name="date1"], ._hotels.alt #form.small .form-control[name="date2"] {
        width: 84px;
    }
    ._flights #form.small input[name="city1"], ._flights #form.small input[name="city2"] {
        width: 189px;
    }
    ._flights.enkel #form.small input[name="city1"], ._flights.enkel #form.small input[name="city2"] {
        width: 245px;
    }
    ._flights #form.small input[name="date1"], ._flights #form.small input[name="date2"] {
        width: 84px;
    }
    ._flights.enkel #form.small input[name="date1"]{
        width: 150px;
    }
    ._flights.multiple #form.small input[name="date1"], ._flights.ah #form.small input[name="date2"]{
        width: 80px;
    }
    ._flights.multiple #form.small .form-control{
        width: 62px;
    }
}