@charset "utf-8";
/* CSS Document */

html{background-color:#FFF;}
body{width:100%; margin:0; padding:0; font-family:'Roboto', sans-serif; font-size:14px; font-weight:400; color:#333333;}

a{text-decoration:none; color:#004da0; outline:none;}
a:hover{text-decoration:underline; color:#004da0;}

p{margin:0 0 20px 0;}

strong{font-weight:700;}
img{border:none;}

h1{font-size:40px; margin:0 0 20px 0; font-weight:300;}
h2{font-size:20px; margin:0 0 20px 0; font-weight:700;}
h3{font-size:24px; margin:0 0 20px 0; font-weight:300;}
h4{font-size:18px; margin:0 0 20px 0; font-weight:300;}

ul{margin:0 0 15px 0; padding:0 0 0 20px;}

.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.center{text-align:center;}

.noPadding{padding:0;}
.noBold{font-weight:400;}

/* BOOTSTRAP */
.row{margin-left:-10px; margin-right:-10px;}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{padding-left:10px; padding-right:10px;}

.text-primary{color:#004da0;}
.text-muted{color:#808080;}

.btn{padding:9px 25px;}
.btn-yellow{background-color:#ffb300; color:#000; font-weight:700; font-size:14px; border:none 0; box-shadow:0 2px 0 #db8000; -webkit-box-shadow:0 2px 0 #db8000;}
.btn-lightBlue{background-color:#297ca6; color:#FFF; font-weight:700; font-size:20px; padding:5px 20px; border:none 0; box-shadow:0 2px 0 #265065; -webkit-box-shadow:0 2px 0 #265065;}
.btn-lightBlue:hover{color:#FFF;}
.btn-default{background-color:#0062cb; color:#FFF; font-weight:700; font-size:14px; border:none 0; box-shadow:0 2px 0 #00254d; -webkit-box-shadow:0 2px 0 #00254d;}
.btn-default:hover{background-color:#004da0; color:#FFF;}

.pagination{margin:0;}
.pagination li{display:inline-block;}
.pagination li a{padding:4px 10px; background:none;}
.pagination li a:hover{background-color:#FFF;}
.pagination li a, .pagination li span{color:#666666;}
.pagination li.active a, .pagination li.active a:hover{background-color:#FFF; font-weight:700; border:solid 1px #ddd; color:#000;}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{border-radius:0; -webkit-border-radius:0;}

hr{border-color:#e0e0e0;}

label small{color:#808080; font-size:14px; font-weight:300;}

/* BOOTSTRAP end */

@media (min-width:1400px)
{
	.container{width:1160px; padding:0;}
}

.main{position:relative;}

/* HEADER */
.navbar{background-color:#FFF; border-collapse:collapse; border:none 0; margin:0;}
.navbar.shadow{box-shadow:0 2px 4px #cccccc; -webkit-box-shadow:0 2px 4px #cccccc; z-index:100;}
.navbar .container{position:relative;}
.navbar .logo{padding:5px 0; line-height:0;}
.navbar .logo img{width:210px; height:80px;}
.navbar-collapse{padding:0;}
.navbar-nav{float:none;}
.navbar-nav > li{float:left; display:inline-block;}
.nav > li{position:static;}
.nav > li > a{padding:12px 5px; position:relative; border-left:solid 1px #fff; border-right:solid 1px #fff;}
.nav > li > a:hover, .nav > li > a:focus{background:url(../images/site/layout-menu-active.png) top repeat-x;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{background:url(../images/site/layout-menu-active.png) top repeat-x; border-left:solid 1px #e6e6e6; border-right:solid 1px #e6e6e6;}
.nav li .arrow{width:16px; height:11px; background:url(../images/site/layout-sageata-01.png) top no-repeat; display:block; position:absolute; left:50%; margin-left:-8px; bottom:-12px; z-index:200;}

.navbar-nav > li.active > a{background:url(../images/site/layout-menu-active.png) top repeat-x;}

.navbar-nav button.dropdown-toggle{position:relative; background:none; border:none 0; width:20px; margin:0; padding:0;}
.navbar-nav button.dropdown-toggle .icon-bar{background-color:#297ca6; width:25px; height:4px; border-radius:1px; display:block; margin:3px 0; width:20px;}

.moreDropdown{position:relative !important; float:right !important; padding:9px 5px 5px 5px;}
.moreDropdown.open{background:url(../images/site/layout-menu-active.png) top repeat-x;}
.moreDropdown .dropdown-menu{border-radius:4px; -webkit-border-radius:4px; left:auto; right:0; margin-right:-65px; top:44px;}
.moreDropdown .dropdown-menu a{color:#004da0; font-weight:700;}

.topMenu{border-bottom:solid 1px #e6e6e6; text-align:right; padding:17px 0;}
.topMenu ul{list-style:none; margin:0; padding:0;}
.topMenu li{display:inline; margin:0; padding:0;}
.topMenu li::before{content:" | "; color:#e5e5e5;}
.topMenu li:first-child::before{content:"";}
.topMenu a{color:#808080;text-decoration:none;}

.mainMenu{text-align:center; font-weight:700;}
.mainMenu .static{position:static;}

.navbar .phone{color:#004da0; font-weight:700; text-align:right; padding:7px 0;}
.navbar .phone span{font-size:12px; color:#999999; font-weight:300;}
.navbar .phone strong{padding-left:30px; font-size:21px; line-height:30px; background:url(../images/site/icon-phone.png) left no-repeat; background-size:23px; letter-spacing:0.2px;}
.navbar .phone a:hover{text-decoration:none;}
.navbar a.nxt-main-phone{font-size: 21px;line-height: 30px; font-weight:700; color: #004DAB; letter-spacing: 0.2px;}
.navbar a.nxt-secondary-phone{color: #004DAB;letter-spacing: -.2px;font-size: 13.3px;}
.navbar a.nxt-main-phone:hover, .navbar a.nxt-secondary-phone:hover{border: none;}

.navbar-toggle{margin-right:5px; margin-top:28px;}
.navbar-toggle .icon-bar{background-color:#297ca6; width:25px; height:5px;}

.megaDropdown{border-radius:0; -webkit-border-radius:0; padding:30px; border:solid 1px #e6e6e6; top:89px; z-index:100; width:100%;}
.megaDropdown .container{width:auto;}
.megaDropdown h3{color:#000000; text-transform:uppercase; font-weight:700; font-size:14px; margin:0 0 15px 0;}
.megaDropdown ul{list-style:none; float:left; margin:0 20px 0 0; padding:0;}
.megaDropdown li{background:url(../images/site/icon-arrow-list-01.png) left no-repeat; background-size:7px; padding:0 0 0 10px; margin:0 0 8px 0;} 
.megaDropdown .more{font-size:12px; color:#808080;}
.megaDropdown .box{border-left:solid 1px #e6e6e6;}
.megaDropdown .box.first{border:none 0;}

@media (max-width:1170px)
{
	.nav > li > a{padding-left:2px; padding-right:2px;}
}

@media (max-width:990px)
{
	.navbar .container{padding:0;}
	.navbar .row{margin:0;}
	.navbar .logo{float:left;}
	.navbar .topMenu{border-top:solid 1px #e6e6e6; text-align:center; padding:0; background-color:#eaf2f6; margin: 0px}
	.navbar .topMenu a{padding:12px; display:inline-block;}
	.navbar .phone{text-align:center; background-color:#eaf2f6; padding:0;}
	.navbar .phone a{display:inline-block; padding:12px;}
	
	.navbar-nav{margin:0;}
	.navbar-nav > li{display:block; border-bottom:solid 1px #e6e6e6;}
	.navbar-nav > li a{display:block;}
	
	.mainMenu .row{margin:0;}
	.mainMenu .col-sm-9, .mainMenu .col-sm-3, .mainMenu .col-sm-8, .mainMenu .col-sm-4{padding:0;}
	
	.nav > li > a{border:none 0;}
	.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{border:none 0;}
	
	.megaDropdown{padding:0;}
	.megaDropdown .box{border:none 0; border-top:solid 1px #e6e6e6; padding:15px;}
	.megaDropdown .box.first{border:none 0;}
	
	.moreDropdown{display:none !important;}
}
/* HEADER end */

/* FOOTER */
.footer{background-color:#ededed; color:#808080; padding:40px 0;}
.footer a{color:#808080;}
.footer h4{text-transform:uppercase; color:#4c4c4c; font-size:14px; font-weight:700; margin:0 0 15px 0;}
.footer ul{list-style:none; margin:0; padding:0;}
.footer li{margin:0 0 10px 0; padding:0;}
.footer .top{border-bottom:solid 1px #e0e0e0; padding-bottom:25px; margin-bottom:25px;}
.footer .logo img{width:auto; height:80px; margin-top:15px;}
.footer .bottom .menu{margin:15px 0;}
.footer .bottom .menu li{display:inline; margin:0;}
.footer .bottom .menu li::before{content:" | "; color:#e5e5e5;}
.footer .bottom .menu li:first-child::before{content:"";}
.footer .info{font-size:12px;}

@media (max-width:970px)
{
	.footer{padding:20px 0;}
	
	.footer ul{margin-bottom:17px; border-top:solid 1px #e0e0e0;}
	.footer li, .footer .bottom .menu li{display:block; border-bottom:solid 1px #e0e0e0; margin:0; height:auto;}
	.footer li a, .footer .bottom .menu li a{display:block; margin:0; padding:12px;}
	.footer .bottom .menu li::before{content:"";}
	
	.footer h4{text-align:center;}
	
	.footer .logo{text-align:center;}
	
	.footer .info{text-align:center;}
	.footer .info .text-right{text-align:center; margin-top:10px;}
	
	.footer .top{padding-bottom:0; margin-bottom:0;}
}
/* FOOTER end */

/* BOTTOM INFO */
.bottomInfo{padding-bottom:15px; padding-top:40px; border-bottom:solid 1px #ececec;}
.bottomInfo dl{border-top:solid 1px #ebebeb; margin-bottom:5px; padding-top:25px;}
.bottomInfo dl.first{border:none 0; padding-top:0;}
.bottomInfo dt{text-align:left; white-space:normal;}

.bottomInfo h3{font-weight:700; font-size:20px;}

.bottomInfo .nav-tabs{border:none 0;}
.bottomInfo .nav-tabs a{border:none 0 !important; padding:15px; margin:0 !important;}
.bottomInfo .nav-tabs li{margin-bottom:0; border-left:solid 1px #ebebeb;}
.bottomInfo .nav-tabs li.first{border-left:none 0;}
.bottomInfo .nav-tabs li.active a{background-color:#f2f2f2; border:none 0; font-weight:700; position:relative;}
.bottomInfo .nav-tabs li.active a:hover{background:#f2f2f2; border:none 0;}
.bottomInfo .nav-tabs a:hover{background-color:#fafafa; border:none 0;}
.bottomInfo .nav-tabs li.active .arrow{background:url(../images/site/layout-sageata-01.png) no-repeat; width:16px; height:11px; display:block; position:absolute; bottom:-11px; left:50%; margin-left:-8px;}

.bottomInfo .spacer{height:20px;}

@media (max-width:767px)
{
.bottomInfo .nav-tabs li.active .arrow{display:none;}
.bottomInfo dt{margin-bottom:15px;}
}
/* BOTTOM INFO end*/

/* HOMEPAGE */
.heroBanner{background-color:#297ca6; padding:70px 0; box-shadow:inset 0 2px 4px #808080; -webkit-box-shadow:inset 0 2px 4px #808080;}

.homepage .heroBanner{background:url(../images/site/homepage2.jpg) top center no-repeat; background-size: auto 100%; box-shadow:inset 0 2px 4px #3a2323; -webkit-box-shadow:inset 0 2px 4px #3a2323; padding:100px 0;}

.offers{border-bottom:solid 1px #ececec; padding-top:20px;}
.offers .container{position:relative;}
.offers .box{position:relative; margin-bottom:20px; overflow:hidden;}
.offers .box a{display:block;}
.offers .box .price{display:block; position:absolute; bottom:15px; right:0; background-color:#ffb300; color:#000; font-size:14px; padding:12px 10px 13px 10px; line-height:25px;}
.offers .box .price strong{font-size:30px; font-weight:700;}
.offers .box .text{display:block; position:absolute; bottom:15px; left:0; right:88px; color:#404040; padding:8px 10px 10px 10px; background:url(../images/site/overlay-01.png) repeat;}
.offers .box .image{display:block; background-color:#f2f2f2; overflow:hidden;}
.offers .box .image img{width:100%; height:auto;}
.offers .box h2{margin:0; line-height:42px; font-size:40px; font-weight:300;}
.offers .box p{margin:0;}
.offers .carousel-indicators{list-style:none; margin:0; padding:0; text-align:center; margin-bottom:20px; line-height:0; position:static; width:auto;}
.offers .carousel-indicators li{display:inline-block; margin:0 4px; padding:0; width:9px; height:9px; border-radius:100%; -webkit-border-radius:100%; background-color:#7395b9; border:none 0; float:none; position:static;}
.offers .carousel-indicators li.active, .offers .bulletsNav li:hover{background-color:#004da0; border:none 0;}
.offers .navLeft a.carousel-control{display:block; width:42px; height:42px; position:absolute; left:-45px; top:50%; margin-top:-21px; background:url(../images/site/icon-nav-prev.png) top no-repeat; background-size:42px;}
.offers .navRight a.carousel-control{display:block; width:42px; height:42px; position:absolute; left:auto; right:-45px; top:50%; margin-top:-21px; background:url(../images/site/icon-nav-next.png) top no-repeat; background-size:42px;}
.offers .navLeft a:hover, .offers .navRight a:hover{background-position:bottom;}

.ski .navLeft a.carousel-control{display:block; width:42px; height:42px; position:absolute;z-index:1; left:-20px; top:50%; margin-top:-21px; background:url(../images/site/icon-nav-prev.png) top no-repeat; background-size:42px;}
.ski .navRight a.carousel-control{display:block; width:42px; height:42px; position:absolute;z-index:1; left:auto; right:-20px; top:50%; margin-top:-21px; background:url(../images/site/icon-nav-next.png) top no-repeat; background-size:42px;}
.ski .navLeft a:hover, .offers .navRight a:hover{background-position:bottom;}
.ski #skiCarousel .carousel-inner{min-height: auto !important;}

@media only screen and (max-width: 1000px) {
.ski #skiCarousel .carousel-inner .item .set_color{width: 100%;}
}

.offers .offerType2 .text{bottom:auto; top:15px;}
.offers .offerType2 .price{bottom:auto; top:15px;}

.offersType3 .box{margin:0;}
.offersType3 .box .image{width:50%; height:222px; float:left; position:relative;}
.offersType3 .box .image a{display:block; height:100%;}
.offersType3 .box .image img{height:100%;}
.offersType3 .box .image .text{position:absolute; top:10px; left:10px; right:10px; bottom:auto; background:(../images/site/overlay-01.png) repeat; width:auto; font-weight:700;}
.offersType3 .box .image .text a{color:#404040; display:block; padding:5px;}
.offersType3 .box .image .text a:hover{text-decoration:none;}
.offersType3 .box .text{width:50%; float:right; position:static; padding:0;}
.offersType3 .box .text-primary{padding:8px 10px; display:block;}
.offersType3 .box .list-group{margin:0; height:222px;}
.offersType3 .box .list-group-item{border:none 0; padding:0; margin:0; position:relative;}
.offersType3 .box .price{padding:5px 10px; top:0; right:0; bottom:0; line-height:27px;}
.offersType3 .box .price small{font-size:11px;}
.offersType3 .panel .list-group-item{height:37px; border-top:solid 1px #ececec;}
.offersType3 .panel .arrows .list-group-item{padding:0;}

.mainColumns{background-color:#ededed; padding:20px 0; border-bottom:solid 1px #ececec;}

@media (max-width:970px)
{
	.heroBanner{padding:20px 0;}
}
/* HOMEPAGE end */

/* SEARCH ENGINE */
.searchEngine .nav{background:url(../images/site/overlay-02.png) repeat; border-bottom:none 0;}
.searchEngine .nav li{border:none 0; border-right:solid 1px #c8d0d4; margin:0;}
.searchEngine .nav li a{margin:0; border:none 0; color:#808080; padding:12px 20px;}
.searchEngine .nav li a:hover{background-color:#FFF;}
.searchEngine .nav li.active a{border:none 0; background-color:#FFF; border-radius:0; -webkit-border-radius:0; color:#000000;}

.searchEngine .nav li .icon-zboruri{background:url(../images/site/icon-zboruri.png) left 15px center no-repeat; background-size:42px; padding-left:60px;}
.searchEngine .nav li .icon-citybreak{background:url(../images/site/icon-citybreak.png) left 15px center no-repeat; background-size:42px; padding-left:60px;}
.searchEngine .nav li .icon-hoteluri{background:url(../images/site/icon-hoteluri.png) left 15px center no-repeat; background-size:42px; padding-left:60px;}
.searchEngine .nav li .icon-croaziere{background:url(../images/site/icon-croaziere.png) left 15px center no-repeat; background-size:42px; padding-left:60px;}
.searchEngine .nav li .icon-vacante{background:url(../images/site/icon-vacante.png) left 15px center no-repeat; background-size:42px; padding-left:60px;}
.searchEngine .nav li .icon-ski{background:url(../images/site/icon-ski.png) left 15px center no-repeat; background-size:42px; padding-left:60px;}
.searchEngine .nav li .icon-senior{background:url(../images/site/icon-magnify.png) left 15px center no-repeat; background-size:42px; padding-left:60px;}


.searchEngine .nav li.active .icon-zboruri{background:url(../images/site/icon-zboruri.png) left 15px center no-repeat; background-size:42px;}
.searchEngine .nav li.active .icon-citybreak{background:url(../images/site/icon-citybreak.png) left 15px center no-repeat; background-size:42px;}
.searchEngine .nav li.active .icon-hoteluri{background:url(../images/site/icon-hoteluri.png) left 15px center no-repeat; background-size:42px;}
.searchEngine .nav li.active .icon-croaziere{background:url(../images/site/icon-croaziere.png) left 15px center no-repeat; background-size:42px;}
.searchEngine .nav li.active .icon-vacante{background:url(../images/site/icon-vacante.png) left 15px center no-repeat; background-size:42px;}
.searchEngine .nav li.active .icon-ski{background:url(../images/site/icon-ski.png) left 15px center no-repeat; background-size:42px;}


.searchEngine .panel{box-shadow:0 2px 4px #808080; -webkit-box-shadow:0 2px 4px #808080; margin:0;}
.homepage .searchEngine .panel{box-shadow:0 2px 4px #3a2323; -webkit-box-shadow:0 2px 4px #3a2323;}

.searchEngine .form-group{margin:0 3px;}
.searchEngine .icon-city-separator{background:url(../images/site/icon-search-arrows.png) center no-repeat; background-size:25px; width:25px; height:25px; display:inline-block;}

.searchEngine .icon-city-a{background:url(../images/site/icon-search-from.png) left 2px center no-repeat; background-size:25px; padding-left:28px;}
.searchEngine .icon-city-b{background:url(../images/site/icon-search-to.png) left 2px center no-repeat; background-size:25px; padding-left:28px;}
.searchEngine .icon-date-leave{background:url(../images/site/icon-search-calendar-leave.png) left 4px center no-repeat; background-size:25px; padding-left:30px;}
.searchEngine .icon-date-return{background:url(../images/site/icon-search-calendar-return.png) left 2px center no-repeat; background-size:25px; padding-left:30px;}
.searchEngine .icon-calendar{background:url(../images/site/icon-search-calendar.png) #FFF left 2px center no-repeat; background-size:25px; padding-left:25px;}


.searchEngine .form-inline .form-control{width:100%;}
.searchEngine .form-left{float:left; box-sizing:unset;}
.searchEngine .form-button{float:right; box-sizing:unset;}

.searchEngine .btn-default{font-size:20px; padding:4px 20px;}

.searchEngine .bottomOptions{padding-top:10px; box-sizing:unset;}
.searchEngine .bottomOptions .form-group{margin-right:30px;}
.searchEngine .bottomOptions .checkbox{margin-right:30px;}

.searchEngine .bottomOptions .dropdown{padding:0; margin:0; display:inline;}
.searchEngine .bottomOptions .dropdown-toggle{background:none; border:none 0; display:inline; color:#004da0; padding:0; margin:0;}
.searchEngine .bottomOptions .dropdown-toggle:hover{text-decoration:underline;}

.searchEngine .pasageri .dropdown-toggle{border:solid 1px #ccc; background-color:#FFF; border-radius:4px; -webkit-border-radius:4px; padding:6px 12px; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset; -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}
.searchEngine .pasageri .dropdown-toggle:focus{border:solid 1px #66afe9; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);}
.searchEngine .pasageri .dropdown-menu{min-width:200px;}
.searchEngine .pasageri .dropdown-menu li{padding:5px 10px;}
.searchEngine .pasageri .dropdown-menu li label{width:55px; display:inline-block; margin:0;}
.searchEngine .pasageri .dropdown-menu li a{display:inline-block; padding:0 5px; background-color:#f2f2f2;}
.searchEngine .pasageri .dropdown-menu li a:hover{background-color:#CCC;}
.searchEngine .pasageri .dropdown-menu li a.active{background-color:#004da0; color:#FFF;}

.searchEngine.dropdown .button.dropdown-toggle{color:#FFF; display:block; font-size:18px; font-weight:700; text-align:center; margin-bottom:10px; display:none;}
.searchEngine.dropdown .panel.dropdown-menu{display:block;}

@media (max-width:1190px)
{
	.searchEngine .nav{display:table; width:100%}
	.searchEngine .nav span{display:none;}
	.searchEngine .nav li{display:table-cell; float:none;}
	.searchEngine .nav li a{padding:0 !important; width:100%; height:40px; display:block; background-position:center !important;}
	.searchEngine .form-group{width:100% !important; margin:0 0 10px 0 !important;}
	.searchEngine .form-left{float:none;}
	.searchEngine .form-button{float:none; text-align:centere;}
	
	.searchEngine .pasageri .dropdown-toggle{width:100%; text-align:left;}
	.searchEngine .pasageri .caret{position:absolute; right:10px; top:15px;}
	.searchEngine .dropdown-menu{width:100%;}
	
	.searchEngine .bottomOptions{padding-top:2px;}
	.searchEngine .bottomOptions .form-group{border-bottom:0px; padding-bottom:10px;margin:0px!important;}
	.searchEngine .bottomOptions div.checkbox{margin-right:0; border-bottom:0; padding-bottom:10px;margin-bottom: 0px!important;}
	.searchEngine .bottomOptions label{display:block;}
        .searchEngine .col-md-10,
        .searchEngine .col-md-2 {
            float: none;
            width: 100%;
        }
}

@media (max-width:767px)
{
	.searchEngine.dropdown .button.dropdown-toggle{display:block;}
	.searchEngine.dropdown .panel.dropdown-menu{display:none;}
	.searchEngine.open .panel.dropdown-menu{display:block;}
}
/* SEARCH ENGINE end */

/* PANELS */
.panel{border:none 0; border-radius:0; -webkit-border-radius:0; box-shadow:0 2px 4px #dfdfdf; -webkit-box-shadow:0 2px 4px #dfdfdf;}
.panel .panel-heading{background-color:#297ca6; color:#FFF; border:none 0;  border-radius:0; -webkit-border-radius:0; padding:0 10px; box-shadow:inset 0 -3px 3px #246b90; -webkit-box-shadow:inset 0 -3px 3px #246b90;}
.panel .panel-heading.grayHeading{background-color:#1D94D0; box-shadow:inset 0 -3px 3px #1D94D0; -webkit-box-shadow:inset 0 -3px 3px #1D94D0;}
.panel .panel-heading h2{font-size:20px; font-weight:700; margin:0; padding:12px 0; display:inline-block;}
.panel .panel-body{background-color:#ffffff; border:none 0;  padding:15px;}
.panel .panel-body.separator{border-top:solid 1px #ebebeb;}
.panel .panel-footer{background-color:#fafafa; border-radius:0; -webkit-border-radius:0; padding:12px 15px; box-shadow:inset 0 3px 3px #e5e5e5; -webkit-box-shadow:inset 0 3px 3px #e5e5e5;}

.panel .icon-citybreak h2{background:url(../images/site/icon-citybreak-alb.png) left no-repeat; background-size:42px auto; padding-left:38px;}
.panel .icon-zboruri h2{background:url(../images/site/icon-zboruri-alb.png) left no-repeat; background-size:42px auto; padding-left:45px;}
.panel .icon-hoteluri h2{background:url(../images/site/icon-hoteluri-alb.png) left no-repeat; background-size:42px auto; padding-left:45px;}
.panel .icon-croaziere {background:url(../images/site/icon-croaziere-alb.png) left no-repeat; background-size:42px auto; padding-left:15px;}

.panel .noPadding{padding:0;}
.panel .topPadding{padding-top:10px; display:inline-block;}

.panel .list-group{margin:0;}
.panel .list-group-item{border:none 0; border-radius:0; -webkit-border-radius:0; border-top:solid 1px #ebebeb; clear:both; height:62px;}
.panel .price{float:right; color:#ffb300; font-size:20px; line-height:42px; font-weight:700; text-align:right;}
.panel .price small{font-size:14px; font-weight:400;}
.panel .price.twoRows{line-height:13px; padding-top:8px;}
.panel .stars{display:block;}

.panel .arrows .list-group-item{background:url(../images/site/icon-list-arrow-1.png) right 7px center no-repeat; background-size:17px; padding-right:30px;}
.panel .arrows .list-group-item:hover{background:url(../images/site/icon-list-arrow-1.png) #f7f7f7 right 7px center no-repeat; background-size:17px;}

.panel .newsletterBox{padding:40px; text-align:center;}
.panel .newsletterBox h3{font-size:40px; font-weight:300; margin-bottom:30px;}
.panel .newsletterBox p{margin:0 0 5px 0;}

.panelImageTop .panel-heading{padding:0; background-color:#FFF; text-align:center; overflow:hidden; box-shadow:none; -webkit-box-shadow:none; position:relative;}
.panelImageTop .panel-heading img{width:100%; height:auto;}
.panelImageTop .panel-heading .text{display:block; position:absolute; bottom:15px; left:0; right:80px; color:#404040; padding:8px 10px 10px 10px; background:url(../images/site/overlay-01.png) repeat; text-align:left;opacity:0.85;}
.panelImageTop .panel-heading .text h2{font-size:40px; font-weight:300; line-height:40px; padding:0;}
.panelImageTop .panel-heading .text p{font-size:14px; font-weight:400; margin:0;}

.panel .features{list-style:none; margin:0; padding:0; font-weight:700; line-height:16px;}
.panel .features li{margin:0; padding:10px 0 10px 45px;}
.panel .features .icon1{background:url(../images/site/icon-feature-01.png) left top no-repeat; background-size:42px;}
.panel .features .icon2{background:url(../images/site/icon-feature-02.png) left top no-repeat; background-size:42px;}
.panel .features .icon3{background:url(../images/site/icon-feature-03.png) left top no-repeat; background-size:42px;}

.panel .rightSideMenu .list-group-item{height:auto; color:#004da0; background:url(../images/site/icon-list-arrow-2.png) left 7px center no-repeat; background-size:17px; padding:15px 10px 15px 30px;}
.panel .rightSideMenu .list-group-item.active{color:#333333; font-weight:700; border:inherit;}
.panel .rightSideMenu .list-group-item:hover{background-color:#fafafa;}
.panel .rightSideMenu .list-group-item.active:hover{position:static;}

.panel .verticalBorder{margin:0;}
.panel table.verticalBorder tr td{margin:0;word-break: break-word;}
.panel .verticalBorder td{border:none 0; border-left:solid 1px #ebebeb; padding:5px 20px;}
.panel .verticalBorder td:first-child{border-left:none 0;}
.panel .verticalBorder tr:first-child td{padding-top:15px;}
.panel .verticalBorder tr:last-child td{padding-bottom:15px;}
.panel .noBorder{margin:0;}
.panel .noBorder td{border:none 0; padding:5px 20px;}
.panel .noBorder tr:first-child td{padding-top:15px;}
.panel .noBorder tr:last-child td{padding-bottom:15px;}

.panel .filters{padding:0; width:100%; float:none; margin:0; box-shadow:0 2px 4px #dfdfdf; -webkit-box-shadow:0 2px 4px #dfdfdf; border-radius:0; -webkit-border-radius:0; position:static;}
.panel .filters .head{font-size:14px; font-weight:700; background-color:#f2f2f2; border-bottom:solid 1px #e0e0e0; border-top:solid 1px #e0e0e0; padding:8px 10px;}
.panel .filters .wrapper{padding:12px 15px;}
.panel .filters .form-group{font-weight:400; margin:0;}
.panel .filters .form-group label{font-weight:400; margin:0;}
.panel .filters .more{margin-top:3px;}
.panel .filters .more a{font-size:12px; background:url(../images/site/layout-sageata-02.png) left no-repeat; background-size:9px; padding-left:15px;}
.panel .filters .slider{position:relative; margin:10px;}
.panel .filters .slider .line{background-color:#ebebeb; height:6px; line-height:0; border-radius:10px; -webkit-border-radius:10px;}
.panel .filters .slider .button{width:24px; height:24px; background-color:#297ca6; border-radius:100%; -webkit-border-radius:100%; position:absolute; top:-9px; margin-left:-12px; border:solid 1px #35657e; cursor:pointer;}

.panel .filters.dropdown-menu{display:block;}
.panel.open .filters.dropdown-menu{display:block;}

.panel .text-primary .tag{color:#808080; padding:0 5px; display:inline-block;}

.panel .list-group-item.hover .underInfo{color:#808080; font-weight:200; display:none;}
.panel .list-group-item.hover:hover .topPadding{padding-top:0;}
.panel .list-group-item.hover:hover .underInfo{display:inline-block;}

@media (max-width:767px)
{
	.panel .filters.dropdown-menu{display:none;}
	.panel .dropdown-toggle{cursor:pointer;}
}

/* PANELS end */

/* BREADCRUMB */
.breadcrumb{padding:0; margin:0 0 20px 0; font-size:13px; color:#808080; background:none;}
.breadcrumb a{color:#808080;}
.breadcrumb a:hover{color:#004da0;}
.breadcrumb > li + li::before{content: "» "; color:#808080;}
/* BREADCRUMB end */

/* CITY BREAK */
.cityBreak .heroBanner{background:url(../images/site/City_Break_OK.jpg) top center no-repeat; background-size:100% auto;}

.listingCityBreak .panel .image{padding:15px 0 15px 15px;}
.listingCityBreak .panel .image img{width:100%; height:auto;}
.listingCityBreak .panel .text{padding:13px 0 15px 0;}
.listingCityBreak .panel h2{font-size:20px; line-height:20px; font-weight:700; margin:0 0 8px 0;}
.listingCityBreak .panel h2 a{color:#404040;}
.listingCityBreak .panel .stars{display:inline-block;}
.listingCityBreak .panel .stars img{vertical-align:inherit;}
.listingCityBreak .panel p{margin:0 0 2px 0;}
.listingCityBreak .panel .ctaBox{background-color:#f2f2f2; border-left:solid 1px #e0e0e0; padding:48px 20px; text-align:center; margin:0;}
.listingCityBreak .panel .ctaBox .btn{margin-bottom:10px;}
.listingCityBreak .panel .ctaBox .price{float:none; color:#000; line-height:15px; margin-bottom:0; text-align:center;}
.listingCityBreak .panel .ctaBox .info{color:#666666; margin-bottom:15px;}

.listingCityBreak .description{width:100%; font-size:13px; line-height:18px;}
.listingCityBreak .description td{vertical-align:top; padding:5px 10px 5px 0;}
.listingCityBreak .description .title{font-weight:bold; font-size:14px;}
.listingCityBreak .description ul{margin:0; padding:0; list-style:none;}
.listingCityBreak .description li{padding-left:20px; background:url(../images/site/icon-bifa-1.png) left no-repeat; background-size:15px;}
.listingCityBreak .description .room{padding-left:42px; background:url(../images/site/icon-hoteluri-inactiv.png) left no-repeat; background-size:42px;}
.listingCityBreak .description .food{padding-left:42px; background:url(../images/site/icon-masa-inactiv.png) left no-repeat; background-size:42px;}
/*.listingCityBreak .description .pricing{padding-left:42px; background:url(../images/site/icon-zboruri-inactiv.png) left 6px center no-repeat; background-size:30px;}*/

@media (max-width:970px)
{
	.cityBreak .heroBanner{background-size:auto !important;}
}

@media (max-width:767px)
{
	.listingCityBreak .panel .image{padding:10px 10px 0 10px;}
	.listingCityBreak .panel .text{padding:10px;}
	.listingCityBreak .panel .ctaBox{border:none 0; border-top:solid 1px #efefef; padding:20px 20px;}
	.listingCityBreak .panel .ctaBox .btn{margin-bottom:0;}
}
/* CITY BREAK end */

/* BILETE DE AVION */
.searchTitle h1{font-size:20px; font-weight:700; margin:0 0 5px 0;}

.heroBanner.listing{box-shadow:none; -webkit-box-shadow:none; padding:0; background-color:#ededed; position:relative; background:url(../images/site/hero-background-01.png) #ededed top repeat-x;}
.heroBanner.listing .container{padding-top:10px;}
.heroBanner.listing .searchEngine .panel{margin-bottom:10px; position:relative;}

.heroBanner.listing .arrow{background:url(../images/site/layout-sageata-03.png) no-repeat; position:absolute; width:24px; height:20px; bottom:-20px; left:50%; margin-left:-12px;}

.heroBanner.separator{padding:0; height:10px; background:#297ca6; box-shadow:inset 0 2px 4px #1d5775; -webkit-box-shadow:inset 0 2px 4px #1d5775;}



.sorting{margin:5px 0 25px 0;}
.sorting ul{margin:0; padding:0; list-style:none; display:inline-block;}
.sorting li{padding:0 0 0 13px; margin:0 12px 0 0; display:inline-block; border-left:solid 1px #d1d1d1;}
.sorting li.first{border:none 0;}
.sorting li.active{font-weight:700;}
.sorting li.active.up a{background:url(../images/site/layout-sageata-04.png) right no-repeat; background-size:9px; padding-right:14px;}
.sorting .nrResults{color:#808080; display:inline-block; border-right:solid 1px #d1d1d1; padding-right:13px; margin-right:12px;}

.flightsListing .disclaimer{text-align:center; padding:30px 0; margin-bottom:20px; background-color:#ffb300; font-size:14px; color:#000;}
.flightsListing .disclaimer h4{font-size:20px; margin:0 0 10px 0;}
.flightsListing .disclaimer p{margin:0 0 5px 0;}
.flightsListing .disclaimer .button a{background-color:#FFF; border-radius:5px; -webkit-border-radius:5px; display:inline-block; padding:5px 20px; font-weight:700; box-shadow:0 2px 0 #ffd062; -webkit-box-shadow:0 2px 0 #ffd062;}

.flightsListing .panel .panel-body{background-color:#f2f2f2;}
.flightsListing .infoLeft{border-right:1px solid #e0e0e0; padding-right:0;}

.ctaBox{text-align:center; padding:0 10px 0 0; margin:10px 0;}
.ctaBox .price{color:#000; float:none; margin-bottom:5px; text-align:center; font-size:30px; line-height:36px;}
.ctaBox .btn{margin-bottom:10px; padding:5px 12px;}
.ctaBox .info{color:#666666; line-height:14px;}

.flightsListing .head{padding:7px 10px; border-top:solid 1px #e0e0e0;}
.flightsListing .head.plecare{background:url(../images/site/icon-plane-1.png) #f2f2f2 left 10px center no-repeat; background-size:22px; padding-left:40px;}
.flightsListing .head.retur{background:url(../images/site/icon-plane-2.png) #f2f2f2 left 10px center no-repeat; background-size:22px; padding-left:40px;}

.flightsListing .infoLeft .info{background-color:#FFF; display:table; width:100%; border-top:solid 1px #e0e0e0;}
.flightsListing .infoLeft .info .selector{border-right:solid 1px #ebebeb; background-color:#f2f2f2; display:table-cell; vertical-align:middle; padding:15px; text-align:center;}
.flightsListing .infoLeft .info .logo{display:table-cell; vertical-align:middle; padding:20px; text-align:center; font-size:12px; width:15%;}
.flightsListing .infoLeft .info .journey{display:table-cell; vertical-align:middle; font-size:12px; padding:20px 0;}
.flightsListing .infoLeft .info .journey table{background-color:#f0f0f0; width:100%;}
.flightsListing .infoLeft .info .journey table td{padding:5px 8px;}
.flightsListing .infoLeft .info .journey strong{font-size:14px;}
.flightsListing .infoLeft .info .journey .time{text-align:center;}
.flightsListing .infoLeft .info .journey .time strong{color:#004da0;}
.flightsListing .infoLeft .info .journey .separator{background-color:#FFF; text-align:center;}
.flightsListing .infoLeft .info .details{display:table-cell; vertical-align:middle; font-size:12px; padding-left:20px; padding-right:5px; line-height:15px; width:22%;}
.flightsListing .infoLeft .info .details .more a{background:url(../images/site/layout-sageata-02.png) right no-repeat; background-size:9px; padding-right:14px;}
.flightsListing .btn-default{font-size:20px;}

.summary .panel-body{/*border-bottom:solid 1px #ebebeb;*/}
.summary .panel-body.noBorder{border-bottom:none 0;}
.summary .journey {margin-bottom:10px;}
.summary .journey table{background-color:#f0f0f0; width:100%; margin:3px 0;}
.summary .journey table td{padding:5px 8px;}
.summary .journey table .time td{padding-top:0;}
.summary .journey table .time strong{color:#004da0;}
.summary .journey p{margin:0 0 10px 0;}
.summary .journey.hotel{margin:0;}
.summary .journey.hotel td{padding-top:8px; padding-bottom:8px; vertical-align:top;}
.summary .journey .topSeparator{border-top:solid 10px #FFF;}
.summary .head.plecare{background:url(../images/site/icon-plane-1.png) left center no-repeat; background-size:22px; padding-left:30px; margin-bottom:10px;}
.summary .head.retur{background:url(../images/site/icon-plane-2.png) left center no-repeat; background-size:22px; padding-left:30px; margin-bottom:10px; }
.summary .airline{font-size:12px;}
.summary .airline .logo{float:left;}
.summary .airline .details{float:right;}
.summary .panel-footer .price{width:100%; float:none; font-weight:400; line-height:normal; font-size:14px; color:#ffb300; line-height:14px; margin:0; text-align:left;}
.summary .panel-footer .price .value{color:#ffb300; font-size:30px; font-weight:900; line-height:normal;}
.summary .panel-footer .price small{font-size:12px;}

.panelForm .panel-heading{background-color:#f2f2f2; border-bottom:solid 1px #e0e0e0; color:#404040; font-size:14px; font-weight:700; box-shadow:none; -webkit-box-shadow:none; padding:6px 12px;}
.panelForm .red{color:#d90000;}
.panelForm label{margin-bottom:0; display:block;}
.panelForm .form-group{margin-right:2%; margin-bottom:10px;}
.panelForm .form-group input, .panelForm .form-group select{box-sizing:border-box; width:100%;}
.panelForm .form-group table{width:100%;}
.panelForm .form-group table td{padding-right:10px;}

.calendarZboruri .panel-body{background-color:#fafafa;}
.calendarZboruri .leftSide{float:left; padding-top:71px; width:17%;}
.calendarZboruri .leftSide td{font-size:12px; line-height:13px;}
.calendarZboruri .leftSide .title{padding:0 0 0 10px;}
.calendarZboruri .leftSide tr:hover{background:none;}
.calendarZboruri .rightSide{float:right; width:83%;}
.calendarZboruri .rightSide .head{font-size:12px; line-height:13px;}
.calendarZboruri .rightSide .head tr:hover{background:none;}
.calendarZboruri .rightSide .head .title{text-align:center; font-weight:700; font-size:14px; padding:0 5px;}
.calendarZboruri .rightSide .head .title .line1{background:url(../images/site/calendar-top-left.png) left center no-repeat;}
.calendarZboruri .rightSide .head .title .line2{background:url(../images/site/calendar-top-right.png) right center no-repeat; height:35px;}
.calendarZboruri .rightSide .head .title span{display:inline-block; background-color:#fafafa; padding:5px 10px; margin-top:5px;}
.calendarZboruri .calendar{background-color:#FFF; box-shadow:-2px -2px 4px #e6e6e6; -webkit-box-shadow:-2px -2px 4px #e6e6e6;}
.calendarZboruri .calendar td, .calendarZboruri .calendar th{border:solid 1px #eaeaea; height:auto; padding:0;}
.calendarZboruri .calendar td a, .calendarZboruri .calendar th a{display:block; height:34px; padding-top:8px;}
.calendarZboruri .calendar td.active a, .calendarZboruri .calendar th.active a, .calendarZboruri .calendar td.active a:hover, .calendarZboruri .calendar th.active a:hover{background-color:#ffb202; font-weight:700; color:#FFF;}
.calendarZboruri .calendar td a:hover, .calendarZboruri .calendar th a:hover{text-decoration:none; background-color:#e5e5e5; color:#000;}
.calendarZboruri table{border-collapse:collapse; width:100%;}
.calendarZboruri td, .calendarZboruri th{height:35px; padding:0 10px; text-align:center; font-weight:400;}

.calendarZboruri table{overflow:hidden;}
.calendarZboruri tr:hover{background-color:#f5f5f5;}
.calendarZboruri td, .calendarZboruri th{position:relative;}
.calendarZboruri td:hover::after, .calendarZboruri th:hover::after{content:""; position:absolute; background-color:#f5f5f5; left:0; top:-5000px; height:10000px; width:100%; z-index:-1;}

@media (max-width:1170px)
{
	.flightsListing .ctaBox .btn{font-size:14px;}
}

@media (max-width:767px)
{
	.panelForm .form-group{width:100% !important; margin-right:0;}
	
	.calendarZboruri{display:none;}
	.calendarZboruri .leftSide td{font-size:10px; line-height:11px;}
	.calendarZboruri .rightSide .head{font-size:10px; line-height:11px;}
	.calendarZboruri .calendar{font-size:10px;}
	.calendarZboruri td{padding:0;}
	
	.flightsListing .ctaBox{margin:0; padding:10px; border-top:1px solid #ebebeb;}
	.flightsListing .ctaBox .price{display:inline-block; margin-right:10px;}
	.flightsListing .ctaBox small{font-size:11px;}
	
	.flightsListing .infoLeft{border:none 0; padding-right:10px;}
	.flightsListing .infoLeft .info .selector{display:block; float:left; width:25%; padding:10px 0; border-bottom:1px solid #ebebeb; height:46px;}
	.flightsListing .infoLeft .info .logo{display:block; float:left; padding:5px 0; width:75%; border-bottom:1px solid #ebebeb; height:46px; text-align:left;}
	.flightsListing .infoLeft .info .logo img{margin:0 5px;}
	.flightsListing .infoLeft .info .logo br{display:none;}
	.flightsListing .infoLeft .info .journey{display:block;}
	.flightsListing .infoLeft .info .details{display:block; clear:both; width:100%; padding:10px;}
	.flightsListing .infoLeft .info .details br{display:none;}
	.flightsListing .infoLeft .info .details strong{margin-right:10px;}
	.flightsListing .infoLeft .info .details .more{display:inline;}
	.flightsListing .infoLeft .info .details .more a{display:inline-block; padding:5px 15px 5px 10px;}
	.flightsListing .infoLeft .info .journey{padding:0; border-bottom:1px solid #ebebeb; clear:both;}
	.flightsListing .infoLeft .info .journey strong{font-size:12px;}
	.flightsListing .infoLeft .info .journey table td{padding:5px;}
	.flightsListing .infoLeft .info .journey .time{width:24%;}
	.flightsListing .infoLeft .info .journey .location{width:24%;}
	.flightsListing .infoLeft .info .journey .separator{width:4%;}
	.flightsListing .infoLeft .info .journey .separator img{width:8px; height:8px;}
	
	.pagination{float:none; text-align:center; width:100%; margin-bottom:10px;}
	.pagination.pull-right{float:none !important;}
	
	.flightsListing .disclaimer{font-size:12px; padding:10px;}
	.flightsListing .disclaimer h4{font-size:16px;}
	
	.sorting{font-size:12px; text-align:center;}
	.sorting li{padding:0 0 0 6px; margin:0 5px 0 0;}
	
}
/* BILETE DE AVION end */

/* CITY BREAK & HOTELURI */
.facilities{margin:0; padding:0; list-style:none;}
.facilities li{display:block; margin:2px 0; padding:0 10px 0 20px; background:url(../images/site/icon-bifa-1.png) left top no-repeat; background-size:15px;}

.panel .map img{width:100%; height:auto;}

.flightsListing .panel-footer .ctaBox{padding:0;}
.flightsListing .panel-footer .ctaBox table{text-align:center; margin:0 auto;}
.flightsListing .panel-footer .ctaBox table td{vertical-align:middle;}
.flightsListing .panel-footer .ctaBox .price{float:none; text-align:left; margin:0; line-height:30px;}
.flightsListing .panel-footer .ctaBox .btn{padding-left:20px; padding-right:20px; margin:0 0 0 20px;}

.pachetCityBreak{margin-bottom:20px;}
.pachetCityBreak .form-inline select{width:100%;}
.pachetCityBreak .icon-city-a{background:url(../images/site/icon-search-from.png) #FFF left 2px center no-repeat; background-size:25px; padding-left:23px;}
.pachetCityBreak .icon-calendar{background:url(../images/site/icon-search-calendar.png) #FFF left 2px center no-repeat; background-size:25px; padding-left:23px;}

.detaliiCityBreak .head{background-color:#f2f2f2; padding:7px 10px; border-bottom:solid 1px #e0e0e0;}

.hotelImages{border-bottom:solid 1px #e0e0e0; padding-bottom:15px; margin-bottom:20px;}
.hotelImages .mainImage{overflow:hidden; margin-bottom:5px;}
.hotelImages .mainImage img{width:100%; height:auto;}
.hotelImages .thumbs ul{margin:0; padding:0; list-style:none;}
.hotelImages .thumbs li{width:60px; height:60px; margin:0; padding:0; overflow:hidden; display:block; margin:0 5px 5px 0; float:left;}
.hotelImages .thumbs li img{width:60px; height:auto;}

.hotelTitle{margin-bottom:20px;}
.hotelTitle h1{float:left; padding-right:10px; margin:0;}
.hotelTitle .stars{padding-top:13px;}
.hotelTitle .address{background:url(../images/site/icon-pin-small.png) left center no-repeat; background-size:15px; padding-left:17px;}
.hotelTitle .btn{margin:0; margin-top:20px;}

.sidebar .searchEngine .form-group{margin-bottom:10px;}
.sidebar .searchEngine .btn{margin-bottom:2px;}

.searchEngine .form-group table{width:100%;}
.searchEngine .form-group table td{padding-right:5px;}
.sidebar .searchEngine .form-group table select{padding-left:5px; padding-right:5px;}
.sidebar .searchEngine .form-group table{margin:20px 0;}

.sidebar h3{font-size:16px; font-weight:700; margin:0 0 10px 0;}

.accomodationBox .form-inline input, .accomodationBox .form-inline select{width:100%;}
.accomodationBox .form-group{margin-bottom:20px; margin-right:6px;}
.accomodationBox .form-rooms{background-color:#efefef; padding:10px; margin-bottom:20px;}
.accomodationBox .form-rooms td{padding-right:10px;}
.accomodationBox .btn{margin-bottom:10px;}

.cityBreak .flightsListing .infoLeft{border-right:none 0; padding:0;}
.cityBreak .flightsListing .head{border-bottom:none 0; background-color:#f2f2f2;}
.cityBreak .detaliiCityBreak{background-color:#ffe099;}
.cityBreak .detaliiCityBreak .infoLeft{border-right:solid 1px #ebebeb; padding-right:0;}
.cityBreak .detaliiCityBreak .flightsListing .infoLeft{border-right:none 0;}
.cityBreak .detaliiCityBreak .flightsListing .infoLeft .info .journey .separator{padding-left:0; padding-right:0;}
.cityBreak .detaliiCityBreak .flightsListing .infoLeft .logo{display:none;}
.cityBreak .detaliiCityBreak .flightsListing .infoLeft .info .journey{padding-left:15px;}
.cityBreak .detaliiCityBreak .detailsContainer{background-color:#f2f2f2; margin:0;}
.cityBreak .detaliiCityBreak .image{width:100%; background-color:#f2f2f2; overflow:hidden;}
.cityBreak .detaliiCityBreak .image img{width:100%; height:auto;}
.cityBreak .detaliiCityBreak .moreImages{font-size:12px; padding:10px;}
.cityBreak .detaliiCityBreak .borderLeft{border-left:solid 1px #ebebeb;}

.cityBreak .detaliiCityBreak .text .description td{vertical-align:top; padding:5px 10px 5px 0;}
.cityBreak .detaliiCityBreak .text .description .title{font-weight:bold; font-size:14px;}
.cityBreak .detaliiCityBreak .text .description .room{padding-left:42px; background:url(../images/site/icon-hoteluri-inactiv.png) left no-repeat; background-size:42px;}
.cityBreak .detaliiCityBreak .text .description .food{padding-left:42px; background:url(../images/site/icon-masa-inactiv.png) left no-repeat; background-size:42px;}

@media (max-width:1170px)
{
	.cityBreak .detaliiCityBreak .ctaBox .btn{font-size:14px;}
}

@media (max-width:767px)
{
	.accomodationBox .form-group{width:100% !important; margin-right:0; margin-bottom:10px;}
	.hotelImages .thumbs li{width:40px; height:40px;}
	.hotelImages .thumbs li img{width:40px; height:auto;}
	
	.hotelTitle h1{float:none;}
	.hotelTitle .stars{display:block; padding:0; margin-bottom:15px;}
	.hotelTitle .address{background-position:top 3px left;}
	.hotelTitle .text-right{text-align:left;}
	
	.cityBreak .flightsListing .infoLeft .info .logo{width:100%;}
	
	.pachetCityBreak .form-inline .form-group{width:100% !important; margin-left:0 !important;}
	
	.cityBreak .detaliiCityBreak .ctaBox .price{display:inline-block; margin-right:10px;}
	.cityBreak .detaliiCityBreak .infoLeft{border-right:none 0; padding-right:10px; border-bottom:solid 1px #e0e0e0;}
	.cityBreak .detaliiCityBreak .flightsListing .infoLeft{padding-right:0; border-bottom:none 0;}

}
/* CITY BREAK & HOTELURI end */

/* VACANTE */
.vacante .heroBanner{background:url(../images/site/hero-03.png) top center no-repeat; background-size:100% auto;}
.panel .list-group-item.text{height:auto; padding-right:10px;}
.vacante .panelImageTop .panel-heading .text{right:60px;}
.vacante .panel .price.twoRows{line-height:15px;}
.vacante .searchEngine .icon-calendar{padding-left:30px;}
.searchEngine .icon-zboruri{background:url(../images/site/icon-search-flight.png) #FFF left 4px center no-repeat; background-size:27px 25px; padding-left:32px;}
/* VACANTE end */

/* CONTACT & STATIC PAGE */
.staticPage .heroBanner{padding:0; overflow:hidden; max-height:250px;}
.staticPage .heroBanner img{width:100%; height:auto;}

.panelContact .panel-body{padding:25px 20px;}
.panelContact table{font-size:18px; font-weight:700; display:inline-table;}
.panelContact table td{padding:0 10px;}
.panelContact table td.icon{padding:0 0 0 10px; width:32px;}

.panelContact p
{
	color: #004DA0;
}

.contact .licenses{text-align:center;}
.contact .licenses table{text-align:left; margin:0 auto;}
.contact .licenses table td{padding:0 5px;}
.contact .licenses table td.icon{padding:0 0 0 20px; width:42px;}

.panelContact .panel-heading{background-color:#ffb300; box-shadow:inset 0 -3px 3px #dd9b00; -webkit-box-shadow:inset 0 -3px 3px #dd9b00;}
.panelContact .licenses table{font-size:12px; font-weight:400;}
.panelContact .licenses table td.icon{width:32px; padding:0 0 0 10px;}
.panelContact .panel-body.noPadding{padding:0;}
.panelContact .image img{width:100%; height:auto;}
.panelContact .info{padding:20px;}
.panelContact .info table{font-size:14px; font-weight:700; margin:0; display:table;}
.panelContact .info table td{padding-bottom:10px;}
.panelContact .info table a{color:#004DA0;}

@media (max-width:970px)
{
	.staticPage .heroBanner{padding:0; height:auto;}
	.panelContact .panel-body{padding:20px 10px;}
	.panelContact table{font-size:14px;}
	
	.panelContact .mobile{display:none;}
}
/* CONTACT & STATIC PAGE end*/

/* DATEPICKER */
.datepicker{background-color:#FFF; position:absolute; top:0; z-index:100; top:35px; border:solid 1px #ccc; width:250px !important;}
#datePicker{width:100% !important;}
#datePicker .form-control{border-radius:5px; -webkit-border-radius:5px;}
.datepicker .day{width:30px;}
/* DATEPICKER end */

/* CROAZIERE */
.panelCruize .image{overflow:hidden;}
.panelCruize .image img{width:100%; height:auto;}
.panelCruize table{width:100%;}
.panelCruize table td{padding:5px 10px; border-bottom:solid 1px #ebebeb;}
.panelCruize table thead td{background-color:#ebebeb; font-weight:bold;}
.panelCruize p{margin-bottom:15px;}

.boxCruize{margin-bottom:15px;}
.boxCruize .image{overflow:hidden;}
.boxCruize .image img{width:100%; height:auto;}
.boxCruize .bottom{border:solid 1px #ebebeb; border-top:none 0;}
.boxCruize .bottom .selector{border-right:solid 1px #ebebeb; background-color:#fafafa; display:table-cell; vertical-align:middle; padding:15px; text-align:center; padding:20px;}
.boxCruize .bottom .info{display:table-cell; vertical-align:middle; padding:15px; text-align:left; font-weight:700; padding:5px 10px;}
.boxCruize .bottom .price{color:#000; margin:0; float:none; line-height:24px;}

.panelCruize .ctaBox{margin:0;}
.panelCruize .ctaBox table{width:auto; margin:0 auto; text-align:left;}
.panelCruize .ctaBox table td{border:none 0;}
.panelCruize .ctaBox table .price{text-align:left; margin:0;}
.panelCruize .ctaBox .btn{margin-bottom:0; padding-left:20px; padding-right:20px;}

.croaziere .heroBanner{background:url(../images/croaziere/Croaziere_OK.jpg) top center no-repeat; background-size:100% auto;}
.croaziere .results{background:#ededed url("../images/site/hero-background-01.png") repeat-x scroll center top; background-size:100% auto;}

.oferte-speciale .heroBanner{background:url(../images/site/homepage-oferte-speciale.jpg) top center no-repeat; background-size:100% auto;}
.oferte_speciale p{margin:0 0 0px 0;}
.oferte_speciale .btn{
	margin-top: 0px;
}
.oferte_speciale .dropdown-cb{
	margin-bottom: 20px;
}

.ski .heroBanner{background:url(../images/ski/schi.jpg) top center no-repeat; background-size:100% auto;}


.oferte-speciale .heroBanner.list_offers{ 
	background: none;
	background-size:100% auto;
	box-shadow: 0 2px 4px #808080 inset;
	padding: 0;
	min-height: auto;
	text-align:center;
}

.oferte-speciale .heroBanner.list_offers img{
	margin-top: 2px;
}


.oferte-speciale .details_offer{background:#ededed url("../images/site/hero-background-01.png") repeat-x scroll center top; background-size:100% auto;}
.oferte-speciale .details_offer{	
	min-height: 0 !important;
}

.oferte-speciale .details .change_img p:first-of-type{
	text-align: center;	
}

.oferte-speciale .main .mainColumns.details .container{
	background-color: #FFF;
}


.oferte-speciale .main .mainColumns.details .container table td,
.oferte-speciale .main .mainColumns.details .container table th{
	border: 1px solid rgb(0, 0, 128);
	padding: 5px;
}

.oferte_speciale .main .mainColumns.details .container .content_word table td,
.oferte_speciale .main .mainColumns.details .container .content_word table th{
	border: 1px solid rgb(0, 0, 128);
	padding: 5px;
}

.oferte-speciale .main .mainColumns.details .container p{
	font-size: 15px;
	font-family: 'Roboto';
	font-weight: 400;
}

.navbar .navbar-nav .megaDropdown .btn-default{
	font-weight: 400;
    font-size: 10px;
    padding: 0px 20px;
    margin-bottom: 5px;
    margin-left: 10px;
}


.hoteluri .heroBanner{background:url(../images/site/cazare.jpg) top center no-repeat; background-size:100% auto;}
.hoteluri .detailsAcco{background:#ededed url("../images/site/hero-background-01.png") repeat-x scroll center top; background-size:100% auto;}
.hoteluri .heroBanner.separator{background-size: auto!important;min-height: 10px;}


.hoteluri .results{background:#ededed url("../images/site/hero-background-01.png") repeat-x scroll center top; background-size:100% auto;}

.hotelss.heroBanner.listing{box-shadow:none; -webkit-box-shadow:none; padding:0; background-color:#ededed; position:relative; background:#ededed url("../images/site/hero-background-01.png") repeat-x scroll center top;}

.ski .heroBanner.listing{box-shadow:none; -webkit-box-shadow:none; padding:0; background-color:#ededed; position:relative; background:#ededed url("../images/site/hero-background-01.png") repeat-x scroll center top;}


@media (max-width:970px)
{
	.croaziere .heroBanner{background-size:auto !important;}
}
/* CROAZIERE end */

/* Rent a car */
.rentacar .heroBanner{background:url(../images/rentacar/rent-a-car.jpg) top center no-repeat; background-size:100% auto;}
/* END Rent a car */

/* MODIFICARI */
.sidebar .nav-tabs li{display:block; float:none; border-top:solid 1px #EBEBEB; margin:0;}
.sidebar .nav-tabs li.first{border-top:none 0;}
.sidebar .nav-tabs li.active a{border:none; font-weight:700; color:#000;}
.sidebar .nav-tabs li.active a:hover{background-color:#FFF !important;}
.sidebar .nav-tabs li a{padding:12px; display:block; border:none 0; margin:0;}
.sidebar .nav-tabs li a:hover{border:none 0; border-radius:0; -webkit-border-radius:0; margin:0; background-color:#F2F2F2;}

.mainMenu{font-size:15px; font-weight:400;}
.moreDropdown .dropdown-menu a{font-size:15px; font-weight:400;}
.panel .panel-heading h2{font-weight:400;}
.panel .features{font-weight:400;}

.btn-default{font-weight:400; font-size:20px; padding:4px 20px;}
.btn-yellow{font-weight:400; font-size:20px; padding:4px 20px;}
.btn-lightBlue{font-weight:400; background-color:#0062cb; box-shadow:0 2px 0 #00254d; -webkit-box-shadow:0 2px 0 #00254d;}
.btn-lightBlue:hover{background-color:#004da0; color:#FFF;}

.offers .box .price{background-color:#FFD924;}
.offersType3 .box .price{background-color:#FFD924;}
.homepage .heroBanner{padding-top:70px; padding-bottom:70px;}
.nav li .arrow{bottom:-11px;}
.panel .list-group-item{height:56px;}
.panel .price{line-height:39px;}
.list-group-item{padding-top:7px; padding-bottom:7px;}

.panel-sidemenu{font-size:15px;}
.panel-sidemenu .nav-tabs li a{padding-left:60px;}
.panel-sidemenu .nav-tabs li a:hover{background-color:#F2F2F2 !important;}

.panel-sidemenu .nav-tabs li.icon1 a{background:url(../images/site/icon-feature-12.png) left 10px center no-repeat; background-size:42px;}
.panel-sidemenu .nav-tabs li.icon2 a{background:url(../images/site/icon-feature-03.png) left 10px center no-repeat; background-size:42px;}
.panel-sidemenu .nav-tabs li.icon3 a{background:url(../images/site/icon-feature-10.png) left 10px center no-repeat; background-size:42px;}
.panel-sidemenu .nav-tabs li.icon4 a{background:url(../images/site/icon-feature-11.png) left 10px center no-repeat; background-size:42px;}
.panel-sidemenu .nav-tabs li.icon5 a{background:url(../images/site/icon-feature-13.png) left 10px center no-repeat; background-size:42px;}
.panel-sidemenu .nav-tabs li.icon6 a{background:url(../images/site/icon-feature-05.png) left 10px center no-repeat; background-size:42px;}
.panel-sidemenu .nav-tabs li.icon7 a{background:url(../images/site/icon-feature-06.png) left 10px center no-repeat; background-size:42px;}
.panel-sidemenu .nav-tabs li.icon8 a{background:url(../images/site/icon-feature-07.png) left 10px center no-repeat; background-size:42px;}
.panel-sidemenu .nav-tabs li.icon9 a{background:url(../images/site/icon-feature-08.png) left 10px center no-repeat; background-size:42px;}
.panel-sidemenu .nav-tabs li.icon10 a{background:url(../images/site/icon-feature-09.png) left 10px center no-repeat; background-size:42px;}

.cityBreak .detaliiCityBreak{background-color:#CEDAE0;}

.flightsListing .disclaimer{background-color:#FFD924;}

.detaliiCityBreak .images .thumbs ul{margin:0; padding:0; list-style:none;}
.detaliiCityBreak .images .thumbs li{width:42px; height:42px; margin:0; padding:0; overflow:hidden; display:block; margin:0 5px 5px 0; float:left;}
.detaliiCityBreak .images .thumbs li img{width:42px; height:auto;}

.cityBreak .detaliiCityBreak{background-color:#F2F2F2;}
.cityBreak .detaliiCityBreak .infoLeft{border-right:1px solid #E0E0E0;}

.detaliiCityBreak .hotelTitle{background-color:#FFF; margin:0; padding:15px 15px 0 15px;}
.detaliiCityBreak .hotelTitle h1{font-size:20px; font-weight:700;}
.detaliiCityBreak .hotelTitle .stars{padding-top:0;}

.panelContact .info table td{padding-bottom:7px;}

h1{color:#004DA0; font-size:34px;}

.btn-yellow{background-color:#ffd924;}
.btn-yellow:hover{background-color:#ffb300;}

.navbar .phone{padding:0; margin:-5px 0;}
.navbar .phone a{color:#004da0;}
.navbar-nav{text-align:right;}

.searchEngine .nav{background-color:#FFF; margin-bottom:15px;}
.searchEngine .nav li a{color:#000;}
.searchEngine .nav li.active{background:#ffd924; font-weight:700;}
.searchEngine .nav li.active a{background:none;}
.searchEngine .nav li a:hover{background-color:#ffd924;}
.searchEngine .nav li{background:#e6e6e6; border-radius:4px; -webkit-border-radius:4px; border:none 0; margin-right:10px; overflow:hidden;}

.heroBanner{position:relative;}
.heroBanner .overlay{position:absolute; top:0; left:0; right:0; bottom:0; background:url(../images/site/overlay-03.png) repeat; z-index:10; display:none;}

.ctaBox .info{margin-bottom:30px;}
.ctaBox .details{text-align:left;}
.ctaBox .details p{margin:0 0 5px 0; line-height:normal;}
.ctaBox .details ul{list-style:none; margin:0 0 20px 0; padding:0;}
.ctaBox .details li{padding-left:20px; background:url(../images/site/icon-bifa-1.png) left top no-repeat; background-size:15px;}

.cityBreak .detaliiCityBreak .text .description .room{padding-left:42px; background:url(../images/site/icon-2-people.png) left no-repeat; background-size:42px; padding-right:50px;}
.cityBreak .detaliiCityBreak .text .description .number .form-control{display:inline;}

.panel .priceTable{padding:0;}
.priceTable .row{margin:0;}
.priceTable .col-md-1{width:14.285714285714285714285714285714%; padding:0;}
.priceTable a{display:block;}
.priceTable a:hover{text-decoration:none; background-color:#ffd924;}
.priceTable .date{font-size:12px; text-align:center; border-left:solid 1px #e0e0e0; border-bottom:solid 1px #e0e0e0; padding:8px 10px 5px 10px; display:block; color:#666666;}
.priceTable .price{text-align:center; font-size:20px; color:#666666; float:none; line-height:normal; border-left:solid 1px #e0e0e0; padding:5px 10px; display:block;}
.priceTable .set_color.active a{background-color:#ffd924;}
.cityBreak .priceTable .active a{background-color:#ffd924;}
.priceTable .active .date, .priceTable a:hover .date{color:#000;}
.priceTable .active .price, .priceTable a:hover .price{color:#000;}

.mainColumns .offersType3{padding-top:0; border-bottom:none 0;}
.homepage .mainColumns .offersType3 .panel .list-group{height:auto;}
.homepage .mainColumns .offersType3 .panel .list-group-item{height:45px;}
.homepage .mainColumns .offersType3 .box .text-primary{padding-top:13px;}
.homepage .mainColumns .offersType3 .box .price{padding-top:9px;}
.homepage .mainColumns .offersType3 .box .image img{height:100%; width:auto;}
.homepage .mainColumns .offersType3 .box .image{height:495px;}

.panel .newsletterBox2{padding:0; text-align:center;}
.panel .newsletterBox2 h3{font-size:40px; font-weight:300; margin-bottom:30px;}
.panel .newsletterBox2 p{margin:0 0 5px 0;}
.panel .newsletterBox2 .wrapper{padding:20px 40px;}
.panel .newsletterBox2 .title{background:url(../images/site/imagine-newsletter.png) center; background-size:100% auto; padding:20px 40px; text-align:center;}
.panel .newsletterBox2 .title h3{margin:0;}

.panel-default > .panel-heading{background-color:#1d94d0; box-shadow:inset 0 -3px 3px #1579ac;}

.contact_collapse_company .panel-default > .panel-heading{background-color:#ffb300; box-shadow:inset 0 -3px 3px #dd9b00;}

.contact_collapse_company span{
	color: #004DA0;
}
.contact_collapse_company .panel-title{
	text-align:center;
	padding: 10px 0 10px 0;
	
}
.contact_collapse_company a{
	text-decoration:none;
}
.contact_collapse_company a strong{
	color: #FFF;
}
.contact_collapse_company strong{
	color: #004DA0;
}
.contact_collapse_company .panel-group{
	margin-bottom:0;
}
@media (max-width:970px)
{
	.panel .newsletterBox2 .title h3{font-size:20px; font-weight:400;}
}
/* MODIFICARI end */

/************** Style pentru Oferte motor taguri *****************/
.gin.modal.wide .modal-dialog {
    width: 94% !important;
    max-width: 100%;
}
@media (max-width: 978px)
.gin .tags {
    padding: 10px 0 15px;
}

.oferte_speciale_categorii .search-box .col-md-2,
.oferte_speciale_categ_oferte .search-box .col-md-2{
	text-align: right;
} 

.gin ul.tags{
	padding: 0 5% 0 5%;
}

.gin.modal.wide .modal-content .tags li {
    clear: none;
    margin: 0 8px 10px 0;
}
.gin .tags.tags-toggle li {
    border: 1px solid #e5e5e5;
    background-color: #f8f8f8;
    color: #004da0;
    cursor: pointer;
}
.gin .tags{
	line-height: 25px;
}
.gin .tags li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    letter-spacing: 0;
    color: #ffffff;
    background: #004da0;
    margin: 0 15px 10px 0;
    padding: 0 10px; 
}
.gin .tags .close {
    position: relative;
    margin: 0 -10px 0 10px;
    float: right;
    width: 21px;
    height: 25px;
    opacity: 1;
    text-indent: -9999px;
    overflow: hidden;
    background: #e2e4e7;
    filter: none;
}
.gin .tags li .close {
    background-color: transparent;
}
.gin .close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.gin .tags .tags-bag .close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.gin .tags .close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    margin: -5px 0 0 -4px;
    background: url(/images/oferte-speciale/sprite.png) no-repeat;
    background-position: -252px -225px;
}
.gin .tags li .close:after {
    background-position: -243px -225px;
}




.gin.st-tagcontainer .st-tag,
.gin.st-tagcontainer .st-where{
    color: #ffffff;
    border-color: #004da0;
    background: #004da0;
    font-size: 12px;
    border: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    cursor: pointer;
    float: left;
    user-select: none;
}

.gin.st-tagcontainer {
    margin: 0;
    line-height: 18px;
}
.gin.st-tagcontainer .st-tag .st-taghandle,
.gin.st-tagcontainer .st-where .st-taghandle{
    border-left-width: 1px;
    padding-left: 7px;
    padding-right: 7px;
}
.gin.st-tagcontainer .st-tag .st-taghandle,
.gin.st-tagcontainer .st-where .st-taghandle,
.gin.st-tagcontainer .st-tag .st-tagremove,
.gin.st-tagcontainer .st-where .st-tagremove{
	padding-top: 2px;
    padding-bottom: 2px;
    display: table-cell;
}
.gin.st-tagcontainer .st-placeholder {
    width: 7px;
    transition: all .3s;
    height: 22px;
    margin-bottom: 10px;
    position: relative;
    float: left;
}
.gin.st-tagcontainer .st-tag .st-tagremove,
.gin.st-tagcontainer .st-where .st-tagremove{
	text-align: center;
}
.gin.st-tagcontainer .st-tag .st-tagremove > span,
.gin.st-tagcontainer .st-where .st-tagremove > span{
	opacity: .75;
    width: 19px;
}

/************** END Style pentru Oferte motor taguri *****************/


/************** Style pentru Ski *****************/
.ski .gin.modal.wide .modal-dialog {
    width: 94% !important;
    max-width: 100%;
}
@media (max-width: 978px)
.ski .gin .tags {
    padding: 10px 0 15px;
}

.ski .search-box .col-md-2,
.ski .search-box .col-md-2{
	text-align: right;
} 

.ski .gin ul.tags{
	padding: 0 5% 0 5%;
}

.ski .gin.modal.wide .modal-content .tags li {
    clear: none;
    margin: 0 8px 10px 0;
}
.ski .gin .tags.tags-toggle li {
    border: 1px solid #e5e5e5;
    background-color: #f8f8f8;
    color: #004da0;
    cursor: pointer;
}
.ski .gin .tags{
	line-height: 25px;
}
.ski .gin .tags li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    letter-spacing: 0;
    color: #ffffff;
    background: #004da0;
    margin: 0 15px 10px 0;
    padding: 0 10px; 
}
.ski .gin .tags .close {
    position: relative;
    margin: 0 -10px 0 10px;
    float: right;
    width: 21px;
    height: 25px;
    opacity: 1;
    text-indent: -9999px;
    overflow: hidden;
    background: #e2e4e7;
    filter: none;
}
.ski .gin .tags li .close {
    background-color: transparent;
}
.ski .gin .close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.ski .gin .tags .tags-bag .close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.ski .gin .tags .close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    margin: -5px 0 0 -4px;
    background: url(/images/oferte-speciale/sprite.png) no-repeat;
    background-position: -252px -225px;
}
.ski .gin .tags li .close:after {
    background-position: -243px -225px;
}




.ski .gin.ski-st-tagcontainer .st-tag,
.ski .gin.ski-st-tagcontainer .st-where,
.ski .gin.ski-st-tagcontainer-date .st-when{
    color: #ffffff;
    border-color: #004da0;
    background: #004da0;
    font-size: 12px;
    border: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    cursor: pointer;
    float: left;
    user-select: none;
}

.ski .gin.ski-st-tagcontainer,
.ski .gin.ski-st-tagcontainer-date {
    margin: 0;
    line-height: 18px;
}
.ski .gin.ski-st-tagcontainer .st-tag .st-taghandle,
.ski .gin.ski-st-tagcontainer .st-where .st-taghandle,
.ski .gin.ski-st-tagcontainer-date .st-when .st-taghandle{
    border-left-width: 1px;
    padding-left: 7px;
    padding-right: 7px;
}
.ski .gin.ski-st-tagcontainer .st-tag .st-taghandle,
.ski .gin.ski-st-tagcontainer .st-where .st-taghandle,
.ski .gin.ski-st-tagcontainer-date .st-when .st-taghandle,
.ski .gin.ski-st-tagcontainer .st-tag .ski-st-tagremove,
.ski .gin.ski-st-tagcontainer .st-where .ski-st-tagremove,
.ski .gin.ski-st-tagcontainer-date .st-when .ski-st-tagremove{
	padding-top: 2px;
    padding-bottom: 2px;
    display: table-cell;
}
.ski .gin.ski-st-tagcontainer .st-placeholder,
.ski .gin.ski-st-tagcontainer-date .st-placeholder {
    width: 7px;
    transition: all .3s;
    height: 22px;
    margin-bottom: 10px;
    position: relative;
    float: left;
}
.ski .gin.ski-st-tagcontainer .st-tag .ski-st-tagremove,
.ski .gin.ski-st-tagcontainer .st-where .ski-st-tagremove,
.ski .gin.ski-st-tagcontainer .st-when .ski-st-tagremove{
	text-align: center;
}
.ski .gin.ski-st-tagcontainer .st-tag .ski-st-tagremove > span,
.ski .gin.ski-st-tagcontainer .st-where .ski-st-tagremove > span,
.ski .gin.ski-st-tagcontainer-date .st-when .ski-st-tagremove > span{
	opacity: .75;
    width: 19px;
}


.ski-search-box button[type=button]{
	width: 100%;
    background-color: #e6e6e6;
    color: #004DA0;
    
}

/************** END Style pentru SKI *****************/
