﻿.tag_item a {
    color: #fff;
    text-decoration: none;
}
.img_wrapper  img{
	width: 100%;
	-webkit-transition: all 3s;
    -o-transition: all .5s;
    transition: all 3s;
}
.nicdark_fadeinout .nicdark_fadein, .nicdark_fadeinout:hover .nicdark_fadeout {
    opacity: 0;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: .5s;
    
}
.nicdark_fadeinout:hover .nicdark_fadein {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: .5s;
}
.header-image {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}
.header-image img {
    width: 100%;
}
.header-image .text {
    width: 100%;
    text-align: center;
    z-index: 2;
    position: absolute;
    color: #fff;
    top: 30%;
    -ms-transform: translateY(30%);
    transform: translateY(30%);
}
.header-image .text h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}
.lingue_sup {
    position: relative; 
    list-style: none;
    display: inline-block;
    padding-left: 0px;
    margin-top: 5px;
    padding-left: 20px;
}
.lingue_sup li img {
    width: 23px;
    border-radius: 50% !important;
    border: none;   
}
.lingue_sup{
    width: 100%;
}
.tour_item_box>.content{
    /*height: 255px;*/
    height: 170px;
    margin-bottom: 40px;
}
.nicdark_filter.greydark {
    background: rgba(67,74,84,.2);
}
.nicdark_width_percentage100 {
    width: 100%!important;
}
.nicdark_height100percentage {
    height: 100%;
}
.nicdark_absolute {
    position: absolute;
    left: 0;
    top:0px;
}
.nicdark_display_table {
    display: table;
}
.nicdark_vertical_middle {
    vertical-align: middle;
    text-align: center;
}
.nicdark_cell {
    display: table-cell!important;
}
.nicdark_btn.medium {
    padding: 10px 20px;
    font-size: 17px;
    display: inline;
    float: none;
    color: #fff !important;
    border: 1px solid #fff;
}
.tour_item_box .content .title{
    font-size: 15px;
    padding: 10px;
    padding-left: 0px;
    text-align: left;
    font-weight: bold;
    color: #434a54;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
}
.lingue_sup li {
    margin-left: 5px;
    float: left;
    display: inline-block;
}
.tour_item_box{
	border: 1px solid #eee;
    padding: 13px 10px;
	margin-top: 11px;
}

.tour_item_box .content .text{
	height: 70px;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    margin-bottom: 0px;
}
.img_wrapper,.tour_item_box{
	position: relative;
	width: 100%;
}

.img_wrapper{
	overflow: hidden; 
	height: 190px;
}
.img_wrapper img{
    -webkit-transition: all 3s;
    -o-transition: all .5s;
    transition: all 3s;
}
.img_wrapper:hover img{
	-webkit-transform: rotate(3deg) scale(1.2,1.2);
    -o-transform: rotate(3deg) scale(1.2,1.2);
    transform: rotate(3deg) scale(1.2,1.2);
}
.tag_list i{
	color: #737373;
	font-size: 15px;
	float: left;
	 position: relative;
    top: 4px;
    z-index: 1;
    background: #fff;
}
.tag_list i:before{
	position: relative;
    top: -2px;
}
.tag_list{
	margin: 0 0 5px 0px;
    font-size: 15px;
    color: #737373;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #ccc;
    display: block;
    width: 100%;
    display: inline-block;
}
.tag_list span, .tag_list a{
	color:#737373;
	font-size: 15px!important;
	position: relative;
	background: none !important;
	border:none;
	padding: 0px !important;
	margin: 0px;
	float: left!important;
	margin-left: 5px;
    margin-right: 5px;
}
.tag_list span:before{
	position: absolute;
	content: "\f041";
    width: 7px;
    height: 16px;
    color: #737373;
    left: -5px;
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tag_list span{
	left: -3px;
}
.tag_list .tag_item {
    margin-bottom: 2px;
    line-height: 1;
}
.tour_item_box .content .b-fix >.price{
	float: none;
	width: 100%;
    display: inline-block;
}
.tour_item_box .content .b-fix{
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px;
}
.tour_item_box .content .b-fix >.price>.price{
	float: right;
}
.tour_item_box .content  .prenota_link {
    margin-left: 0px;
    background-color: #ff9d00;
    float: left;
}
.tour_item_box .content  .prenota_link:visited,.tour_item_box .content  .prenota_link:active,.tour_item_box .content  .prenota_link:focus{
	color: #fff;
	text-decoration: none;
}
.article.header_article{
	background: url(/img_booking/cart.jpg) no-repeat scroll center center / cover;
    height: 223px;
}
.article.header_article .dark_bg{
	background: rgba(67,74,84,.2);
	display: inline-block;
    width: 100%;
    height: 223px;
}
@media only screen and (max-width: 768px) and (min-width: 501px){
    .lingue_sup{
        padding-left: 0px;
    }
    .lingue_sup>li:first-child{
        margin-left: 0px;
    }
}

@media only screen and  (min-width: 1200px){
    .img_wrapper{
        height: 141px;
    }
}
@media only screen and  (max-width: 1199px){
    .img_wrapper {
        height: 160px;
    }
    .tour_item_box>.content {
        height: 200px;
        margin-bottom: 40px;
    }
}
@media only screen and  (max-width: 991px){
	.img_wrapper {
        height: 116px;
    }
    .tour_item_box>.content {
        height: 180px;
        margin-bottom: 40px;
    }
    .lingue_sup{
        margin-bottom: 5px;
    }
    .tour_item_box .content .title {
        font-size: 12px;
    }
}
@media only screen and  (min-width: 1512px){
	.container {
		width: 1502px;
	}
    .img_wrapper{
        height: 190px;
    }	
}
@media only screen and  (max-width : 767px){
    .mm-page {
        padding-bottom: 0px;
        padding-top: 66px;
    }
    .tour_item_box .content .text {
        height: auto;
        overflow: visible;
    }
    .tour_item_box>.content {
        height: auto;
    }
    .tour_item_box .content .b-fix {
        position: relative;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }
    .article.header_article,.article.header_article .dark_bg{
        height: 150px;
    }
    .article .container h1 {
        padding: 3px 10px;
        font-size: 35px;
    }
    .article {
        margin-bottom: 20px;
    }
    .img_wrapper {
        height: auto;
    }
    .prenota_link {
        position: relative !important;
        width: auto !important; 
    }
    .bg-primary[data-target="#bs-example-navbar-collapse-1"] {
        color: #337ab7;
    }
    .img_wrapper, .tour_item_box {
        position: relative;
        width: 100%;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    .img_wrapper img{
        max-width: 425px;
    }
    .tour_item_box>.content {
        margin-bottom: 0px;
    }
}


