ul.slides li img{
	height: auto;
	width: 100%;
	overflow: hidden;
}
.imgPaketHome{
	width:100%;
	opacity:1;
}
.imgPaketHome:hover{
	opacity:0.5;
}
.img-grid{
	max-height:200px;
	overflow: hidden;
}
.imgTesti{
	background: #393939;
	border-radius: 50%;
	width : 80px;
	height :80px;
}
.height-slider {
	height: 350px;
	overflow: hidden;
}
@media only screen and (max-width: 480px){
	.imgTesti{
		width: 33px;
		height: 34px;
	}
}
.img-package{
	height: 307px;
	overflow: hidden;
	margin-left: 8px;
	margin-top: -8px;
}

@media screen and (max-width: 480px){
	ul.slides li img{
		height: auto;
		width: auto;
		overflow: hidden;			
	}
	.img_banner{
		height: 70px;
		width: auto;
		margin: 2px;
		overflow: hidden;	
	}
	.height-slider {
		height: 200px;
		overflow: hidden;
	}
}
body{
	/* 
	No Fixed Menu
	margin-top: 35px; 
	*/
}
.gallery-single{
	margin-top:auto;
}
.color-bar-1{
	/* 
	No Fixed Menu
	position: fixed;
	*/
	top: 0;
	width: 100%;
	height: 55px;
	border-bottom: 2px solid #d8450b;
	z-index: 10;
	text-align: center;
	color: #fff;
	padding-top: 8px;
	font-size: 13px;
}
.color-bar-1 a{
	text-decoration: none;
}
.color-bar-1 span{
	color: #face43;
	padding-left: 10px;
}
.mail-head{
	padding-left: 10px;
}
.booking-head{
	padding-right: 10px;
}
@media screen and (max-width: 1200px) {
	.color-bar-1 {
		height: 70px;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.color-bar-1 {
		height: 200px;
		text-align: center;
	}
}
@media screen and (max-width: 670px) {
	.color-bar-1 {
		height: 200px;
		text-align: center;
	}
}
@media screen and (max-width: 385px) {
	.color-bar-1 {
		height: 200px;
		text-align: center;
	}
}
.nav{
	cursor: pointer;
}
.buttom-paket{
 
 width:100%; 

 background:#fff;
 
 float:left;
 
 margin-top:-20px;
 
 padding:4px;
 
 margin-bottom:20px;
 
 }
 
 .card {
 
 box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 
 transition: all 0.3s cubic-bezier(.25,.8,.25,1);
 
 }
 
 .card:hover {
 
 box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
 
 }
 
.half-text{
	width: 60% !important;
	float:left;
	padding-left: 15px;
}
.half-image{
	width: 35% !important;
	float:left;
	padding-top: 15px;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 6;
    left: 102%;
    margin-top: -6px;
    margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    display: none;
	visibility: hidden;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
	visibility: visible;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.blog-post-item img{
	width: auto;
	height: 220px;
	overflow: hidden;
}
.blog-post-item{
	width: 270px;
	height: 220px;
	overflow: hidden;
	background-color: #fff;
	text-align:center;
}
.blog-post-hover{
	text-align: left;
}
.text-format{
	font-size: 1.3em;
	line-height: 1.6em;
}
.text-format h1{
	font-size: 2em;
}
.title-footer{
	font-size: 20px;
    margin: 20px auto;
    font-weight: 600;
}
.social {
	margin: 20px auto;
}