/*Visioni stylesheet*/
.bootstrap-xenion {
    padding: 0 50px!important;
}
.bootstrap-xenion #xenion-title {
    display: none;
}
.bootstrap-xenion .col-md-3 {
	width: 50%!important;
}
.bootstrap-xenion .col-md-2 {
	width: 33.3333333%!important;
}
#xenion-bookengine > .row > .col-pren,
#xenion-bookengine > .row > .col-search {
	position: relative;
	/*line-height: 2em;*/
	padding: 10px!important;
	/* margin:10px; */
}
#xenion-bookengine > .row > .col-pren > input,
#xenion-bookengine > .row > .col-pren > select {
	background: transparent;
	border: 1px solid #000;
	border-radius: 0;
	box-shadow: none;
	/* height: 4em; */
	/*width: 15.3em;*/
	padding: 0 1.5em;
	font-size: 16px;
	height: 55px;
	font-family: 'Montserrat';
	color: #000;
}
#xenion-bookengine > .row > .col-pren > input::placeholder {
	font-size: 16px;
}
#xenion-bookengine > .row > .col-search > input[type="button"]{
	background: #cbd432;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	/*padding: 0em 3.5em;*/
	color: #333333;
	font-size: 1em;
	line-height: 2.5em;
	/*width: 13.3em;*/
	font-family: 'Montserrat', sans-serif;
	height: 55px;
}
.link-xenion {
	font-size: 10px;
}
@media screen and (max-width:1220px) {
	#xenion-bookengine > .row > .col-pren > input,
	#xenion-bookengine > .row > .col-pren > select {
		padding: 0px 15px;
	}
}
@media screen and (max-width:767px) {
	.navigation {
		position: relative!important;
	}
	#xenion-bookengine > .row > .col-pren, #xenion-bookengine > .row > .col-search {
		padding: 6px !important;
	}
	.bootstrap-xenion .col-md-3,
	.bootstrap-xenion .col-md-2 {
		width: 100%!important;
	}
}
/*--- Body ---*/
body {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-weight: 300;
}
*, *:before, *:after {
	box-sizing: border-box;
}
body.site.fluid {
  	background: #fff;
}
/*--- Container ---*/
.container-fluid {
	max-width: 100%;
}
/*--- Header ---*/
.header {
    	position: relative;
	margin: 0 auto;
	width: 100%;
	background: transparent;
	overflow: hidden;
}
.header-inner {

}
.site-description {
	display: none;
}
/* Header's Container */
.pull-right {

}
/*--- Logo ---*/
.logo-container {
}
.brand {
}
.navbar .brand {
	padding: 0;
}
.site-title {

}
/*--- Menu ---*/
.navigation {
	position: fixed;
	background: #fff;
	padding: 0;
	border: 0;
	height: 6em;
	width: 100%;
	z-index: 2;
}
.moduletable.main-menu-collapse {
  	  display: inline-block;
	  float: left;
}
.moduletable.main-menu {
  		display:inline-block
}
.moduletable.main-menu.en ul li a {
		font-size: 0.8em;
}
.navbar {
	max-width: 1366px;
	padding: 1em 0;
	margin: 0 auto;
}
.navbar-inner {
  	padding:0;
}
.nav-collapse {
	padding: 0;
}
.nav-collapse.collapse {
	width: 83%;
	z-index: 1;
	float: left;
	font-family: 'Domine', serif;
}
.menu-container {
	position: absolute;
	top: 5em;
	background: rgba(255,255,255,0.9);
	margin: 0 -24% 0 -44%;
	
}
.menu-collapse.in.collapse {
	height: 100% !important;
	padding: 0 12em;
	padding-top: 2em;
}
.btn.close {
	box-shadow: none;
	border: 0;
	font-size: 1.2em;
	padding: 1em;
	color:#98d433;
	text-shadow: none;
	opacity: 1;
	background: none;
}
.menu-cont {
    float: left;
    margin: 1em 2em;
}
.btn-collapse {
    float: left;
    margin: 13em 2em;
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.menu-cont .btn-collapse {
  	float: none;
  margin: 0;
}
.menu-name {
  	display: inline-block;
}
.btn-collapse .icon-bar {
	display: block; 
	width: 30px; 
	height: 3px; 
	background-color: #000;
}
.btn-collapse .icon-bar+.icon-bar {
	margin-top: 5px;
}
.btn-collapse:hover {
	background:#fff;
}
.btn-collapse:hover .icon-bar {
	background: #98d433;
}
.navbar .nav {
	display: inline-block;
	margin: 0;
	overflow: hidden;
}
ul.nav {
	margin: 0;
}
ul.nav > li {
	margin: 0 1em;
	line-height: 3.8em;
	padding: 0;
}
ul.nav > li a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 2em;
	display: inline-block;
	transition: all 0.3s ease-in;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	background: #FFF;
	color: #015533;
	border-bottom: 3px solid #015533;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	background: #FFF;
	color: #015533;
	border-bottom: 3px solid #015533;
 	box-shadow:0px 0px 0px;
}
.navbar .nav > li:first-child  {
	margin-left:0;
}
.navbar .nav > li:first-child > a:focus,
.navbar .nav > li:first-child> a:hover,
.navbar .nav > li.active:first-child > a,
.navbar .nav > li.active:first-child > a:hover,
.navbar .nav > li.active:first-child > a:focus {
	background: transparent;

}
.menu-collapse li {
	font-size: 2em;
	line-height: 1em;
	width: 45%;
	display: inline-block;
	padding: 0.7em 1.6em;
}

.menu-collapse li a {
	color: #000;
}
.menu-collapse li a:hover,
.menu-collapse li.active a {
    color: #015533;
    border-bottom: 5px solid #015533;
}
/*Dropdown style*/
.navbar .dropdown-menu {
	padding: 3px 0;
	display: block;
	left: inherit;
	right: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
	background-image: none;
}
.navbar .dropdown-menu > li a:hover {

}
/*Sub Menu*/
.navigation .nav-child {
  	line-height: initial;
	text-align: center;
	background: #4D4D4D;
	border: 0;
	border-radius: 0;
	transition: all 0.5s ease-in;
}
.navigation ul.nav-child > li {
	line-height: 1em;
	display: inline-block;
}
.navigation .nav-child:before {
	top: -12px;
	left: 30px;
	border-right: 12px solid rgba(0, 0, 0, 0);
	border-bottom: 12px solid #4D4D4D;
	border-left: 12px solid rgba(0, 0, 0, 0);
	border-bottom-color: #4D4D4D;
	display: inline-block;
}
.navigation .nav-child a {
	padding: 1em;
	color: #FFF;
}
.navigation .nav-child li.active a {
	color: #FFF;
}
.navigation .nav-child li > a:hover, 
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
	background: transparent;
}
/*--- Main ---*/
#content-home {
	max-width:1366px;
	margin:0 auto;
	float:none;
	padding-top: 40em;
}
#content-home {
	margin-bottom: 2%;
}
#content .page-content {
	max-width:1366px;
	margin:0 auto;
}
#content .page-content .img-full {
	width: 100%;
	height: auto;
}
/*--- Main ---*/
.top-content {

}
/*--- Right ---*/
#aside {
      
}
/*--- Left ---*/
#sidebar {
      
}
/*--- Bottom ---*/
.bottom {
	max-width: 1366px;
	margin: 0 auto;
}

/*--- Footer ---*/
footer.footer {
	outline: 5px solid #015533;
}
.footer {
	position: relative;
	background: #fff;
  	padding:0;
}
.footer h5 {
	font-family: 'Montserrat', sans-serif;
}
.footer .container-fluid {
	max-width: 1366px;
	margin: 0 auto;
	padding: 1em 0;
}
.ctn-footer {
	width: 100%;
	overflow: hidden;
	background: #ccd332;
}
.footer1 {
	max-width:1366px;
	margin:0 auto;
	font-size: 0.8em;
  	padding:1em 0;
	float:none;
	color: #000;
}
.footer1 a {
	color: #000;
}
.footer .pull-right a{
  	display:none;
}
.corporate {
	color: #000;
	font-size: 0.7em;
}
.visioni {
	float:right;
	font-size: 0.9em
}
/*--- Typo ---*/
a {
	color: #015533;
}
a:hover {
	color: #4D4D4D;
	text-decoration: none;
}
main a {
	overflow: hidden;
}
main a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 400;
	font-family: 'Domine', serif;
}
h5 {
	color:#015533;
	text-transform: uppercase;
	font-weight: bold;
}
h6 {	
	color:#015533;
	font-size:1.3em;
	line-height:1.2em
}	
.page-header {
	position: relative;

}
.custom td {
	padding-top: 0;
	border-right: 1px dashed #c9d200;
}
/*---- Content definition ----*/

/*Article*/
.blog-featured {
	background:#fff;
	margin-left: 0 !important;
	padding: 1.5em 2.5em;
	line-height: 2.2em;
	font-size: 1.2em;
	color:#000;
	height: 0;
	padding-bottom: 67%;
}
.item-page h5,
.item-page h2{
	font-size: 2em;
	line-height: 2em;
	text-transform: none;
	color:#015533;
	font-family: 'Montserrat', sans-serif;
}
.item-page {
	margin: 2.5em 0;
	line-height: 2em;
}
.item-page.bgp {
	padding-top: 25em;
}
.item-page.bgp .articleBody {
    background: #fff;
    padding: 1em;
}
.item-page.bgp.contatti .articleBody {
	max-width: 1366px;
	margin: 0 auto;
}
.full-image.item-page .title-container {
	position: absolute;
	top: 25%;  
	left: 0;
	right: 0;
	max-width: 1366px;
	margin: 0 auto;
}
.full-image.item-page h2 {
	padding: 0 0.5em;
	color: #fff;
	font-size: 3.5em;
	left: 2.2em;
	background: #ccd332;
	text-shadow: none;
	display: inline-block;
}
.item-page img.img-full {
	width: 100%;
	height: auto;
}
blockquote {
	border: 5px solid #d0d847; 
	background: #e5e998;
	padding: 1em;
}
blockquote h4 {
	color: #025533;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}
/*Category*/

/*Thumbnail*/

/*Menu footer*/
.footer ul.nav {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 0.5em;
	font-family: 'Domine', serif;
}
.footer ul.nav li {
}
.footer ul.nav li a {

}
.footer ul.nav li a:hover,
.menu.footer ul li.active a {
	color: #015533;
	border-bottom: 3px solid #015533;
}
.menu.footer ul li {
	font-size:0.7em;
}
.first ul li {
	width: 22%;
}
.second.span3 {
	margin-left:0 !important;
}
.second ul li {
	width:40%;
}
/*Lingua*/
.mod-languages {
	position:absolute;
	right: -2.4em;
	top: 1.2em;
	font-size: 1em;	
}
.mod-languages li a {
	color:#000
}
.mod-languages li a:hover,
.mod-languages li.lang-active a {
	color:#015533
}

/*--- Box Styles ---*/

/*Passpartour book*/
/* The animation code */
@-webkit-keyframes myfirst {
    0% {background: #F9FD88;}
    25% {background: #E4E958;}
    50% {background: #ccd332;}
    100% {background: #E4E958;}
}
.booking-ctn .btn-link {
	position: absolute;
	right: 20em;
	top: 1.7em;
	font-size: 1em;
	background:#ccd332;
	color:#000;
	padding: 0.6em;
	z-index:1;
	text-shadow: none;
	margin:0;
	outline:none;
	border:4px solid #ccd332;
	font-family: 'Montserrat', sans-serif;
	-webkit-animation-name: myfirst ;
	animation-name: myfirst;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 5s;
}
.booking-ctn .btn-link.collapsed:after {
	content: "\e007";
	font-family: "IcoMoon";
	margin-left: 6px;
	vertical-align: middle;
}
.booking-ctn .btn-link:after {
	content: "\e005";
	font-family: "IcoMoon";
	margin-left: 6px;
	vertical-align: middle;
}
.booking-ctn .btn-link:hover {
	background: transparent;
	color:#fff;
	border:4px solid #ccd332;
}
.navigation.home .booking-ctn .btn:hover {
	background: transparent;
	color:#ccd332
}
.booking-container-all {
	position: absolute;
	right:0;
	width: 45%;
	min-width: 565px;
	max-width: 100%;
	text-align: left;
	line-height: 4em;
	background: rgba(255,255,255,0.9);
	z-index:2;
	top: 6em;
}
.booking-container-all form {
	margin:0;
	padding: 2.5em;
}
.booking-ctn .btn-link:hover,
.booking-ctn .btn-link:focus {
	text-decoration:none;
}
.booking-container-all .pull-left,
.booking-container-all .last-book {
	float: none;
	display: inline-block;
	margin: 0 1em;
}
.input-append {
	position:relative;
	line-height: 2em;
	border: 1px solid #000;
}
.input-append input {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 4em;
	width: 15.3em;
	padding: 0 1.5em;
}
.btn_book_submit {
	background: #cbd432;
	box-shadow: none;
	border: 0;
	padding: 0em 3.5em;
	color: #333333;
	font-size: 1em;
	line-height: 2.5em;
	width: 13.3em;
	font-family: 'Montserrat', sans-serif
}
.btn_book_submit:hover {
	background: #015533;
	color: #fff;
}
.btn_book_submit i {
	vertical-align: middle;
}
.add-on.dp_trigger {
	padding-right: 0.7em;
	background: transparent;
	border: 0;
	color: #000;
	text-shadow: none;
	vertical-align: middle;
	font-size:23px;
}
.form-horizontal .control-group {
	padding:0 1em;
	line-height: 1em;
	margin-bottom: 1.5em;
}
::-webkit-input-placeholder {
	font-size: 23px;
	color: #000 !important;
	font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder {
	font-size: 23px;
	color: #000 !important;
	font-family: 'Montserrat', sans-serif;
}
::-moz-placeholder {
	font-size: 23px;
	color: #000 !important;
	font-family: 'Montserrat', sans-serif;
}
:-ms-input-placeholder { 
	font-size: 23px;
	color: #000 !important;
	font-family: 'Montserrat', sans-serif;
}
.ui-datepicker-month {
	height: 43px !important;
}
.ui-datepicker-title {
	line-height: 2.4em !important;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	top:20% !important;
}
/*Slideshow*/

.slideshow {
	position: fixed;
	width:100%;
}
.slideshow-inner {
	margin-top:6em;
}
.slideshow-inner .flexslider {
	margin:0 !important;
}
.slideshow-inner .flex-caption  {
	background: #ccd332;
	text-shadow: none;
	padding: 0.1em 0.5em;
	width: auto;
	font-size: 3.5em;
	left: 2.2em;
}
.flex-caption {
	position: absolute;
	top: 3.5em;
	left: 1.7em;
	color: #fff;
	font-size: 5em;
	line-height: 1.2em;
	max-width: 50%;
	text-shadow: -3px 1px 10px #000;
/*	font-family: 'Domine', serif;*/
}
.flexslider .slides img {
	width:100%;
	height:100%;
}
.slideshow .flexslider,
.slideshow .flexslider ul,
.slideshow .flexslider ul li {
	height:100%;
}

/*Offers*/

.offers.span6 {
	float:right !important;
}
.offers.inner.span6 {
	float:left !important;
}
.offers.span6 ul li,
.offers.inner {
	margin-left: 0;
}
.offers.inner + div {
	margin-left: 2.127659574%;
}
.offers.inner ul li {
	margin-top:2.12766%
}
.offers.inner ul li,
.offers.inner ul li img {
	max-height: 18em;
	overflow: hidden;
}
.offers.inner .name a {
	font-size: 3.5em;
}
.offers .readmore {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  text-align: center;
	  font-size: 1.5em;
	  margin-top: 1em;
}
.offers .readmore:after {
	  font-family:'IcoMoon';
	  content:'\2a';
	  color:#fff
}
/*Box*/
.box ul li {
	position:relative;
	overflow: visible;
	transition:all 0.5s ;
}
.box ul li .content-container {
	position: absolute;
	top: 15%;
	text-align: center;
	margin: 0 4em;
	width: 80%;
	transition:all 0.8s;
}
.box  .name a {
	font-size: 2.7em;
	line-height: 1.1em;
	color: #000;
}

.box  .name {
	padding-bottom:2em
}
.box a.link-item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.box ul li,
.box ul li a,
.box ul li img {
	width:100%;
	max-height: 27.8em; 
}
.box ul li h5 {
	font-size: 1.6em;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	padding: 0.5em 0;
	font-weight: bold;
}
/*Green*/

.green ul li {
	border:0.8em solid rgba(191, 197, 47,0.9);
	margin-bottom:4.12766%;	
	background:rgba(191, 197, 47,0.9);
	overflow: hidden;
}
.green ul li .content-container {
	background:rgba(191, 197, 47,0.9);
}
.green ul li h5 {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}	

/*White*/
.expanded.white.span12 {
  	margin-left:0
}
.white ul li {
	max-height: 27.8em;
	background:rgba(255,255,255,0.9);
}
.white ul li .content-container {
	background:rgba(255,255,255,0.9);
	border-bottom: 0.6em solid #015533;
}

.white ul li h5 {
	color:#015533;
	font-family: 'Montserrat', sans-serif;
}

/*Carousel*/

.carousel.span12 {
	margin-left:0;
}
.carousel  ul li .content-container {
	width: 50%;
	margin: 0;
	text-align: left;
	padding: 0 4em;
}
.carousel {
	margin: 2.12766% 0;
}
.carousel.slide {
	margin:0;
}
.carousel ul li {
	margin-top: 0;
}
.carousel-control {
	border:0;
	border-radius:0;
	font-size:10em;
	background:transparent;
	top: 60%;
	text-shadow: -2px 4px 4px #000;
	opacity: 0.8;
}
.carousel-control.right {
	right:0.3em;
}
.carousel ul li .content-container:hover .name a {
	color: #015533;
}
.carousel ul li .content-container:hover h5 {
	color: #000;
}
.carousel ul li .content-container:hover {
	background: rgba(255,255,255,0.5);
}
/*Gallery*/
.gallery {
	width: 100%;
	float: right;
}
.gallery .carousel-control {
	top: 50%;
}
/*Social*/
.social.span1 {
	width:8.382979%;
	margin-left: 0;
}
.social {
	position: relative;
	text-align: center;
	font-size: 1.1em;
	color: #ccd332;
	overflow: hidden;
	width: 100%;
}
.social h5 {
	margin-bottom: 1.8em;
	margin-top: 1em;
	text-align: left;
}
.social a:hover {
	color: #015533;
}
.social a {
	color: #ccd332;
}
.social i {
	font-size: 1.4em;
	padding: 0;
	padding-right: 1.3em;
}
/*Contatti corporate*/
.corporate.contatti {
	position: relative;
	z-index: 1;
	font-size: 1.3em;
	line-height: 1.7em;
	background: #ccd332;
	padding: 1.3em;
	letter-spacing: 3px;
}
.corporate.contatti h5 {
	font-size: 1em;
	line-height: 1.2em;
	font-family: 'Montserrat', sans-serif;
}
.corporate.contatti i {
	margin-right: 1em;
	font-size: 1.4em;
	font-weight: normal;
}
/*Contact-form*/

.contact-form form {
	margin:0;
}
.contact-form .write_us {
	position:relative;
	padding: 2.6em 2em;
	background: #fff;
	margin: 0 auto;
	text-align: center;
}
.write_us input,
.write_us textarea {
	background: transparent;
	padding: 1.1em;
	width: 38em;
	border-radius: 0;
	border-color: #000;
	margin-bottom: 2em;
	float: left
}
.write_us textarea {
	height: 7em;
}
.write_us .button {
	padding: 0.5em 5em;
	background: #015533;
	box-shadow: none;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}
.write_us .button:hover {
	color: #fff;
	background: #ccd332;
}
.maps {
	margin-left: 0 !important;
	margin: 2.6em 0;
	margin-top: 1.3em;
}
/*Modal legalinfo*/
.modal-header {
	border-bottom:0 !important;
}
.modal-body h5 {
	font-size:1em;
}
/*--- Effects and Animations ---*/

/*Expanded Background*/
.expanded ul li .content {
	display:none;
}
.expanded ul li:hover img {
	opacity:0.1;
}
.expanded ul li:hover .content-container {
	top:0;
	border-bottom:0;
	background: transparent;
}
.expanded ul li:hover .content {
	display:block;
	color: #000;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 1.5em;
	padding:0 3em
	
}
.expanded.white ul li:hover h5 {
	color:#98d434
}
.expanded.white ul li:hover {
	border:0.8em solid #98d434;
}

/* Hide BreezingForms message */
#ff_formdiv1 + div > span {
  display: none;
}

/*Custom BreezingForms Submit Button */
.bfSubmitButton {
  color: #333;
  background-color: #CBD432;
  margin-top: 1em;
  padding: 1em 2em;
  font-weight: bold;
  background-image: none;
  border: 0px none;
}
/*Box Convenzioni*/
a.info-button, .bfSubmitButton {
    position: relative;
    padding: 0 2rem;
    height: 45px;
    font-size: 1.3em;
    line-height: 45px;
    font-weight: 400;
    color: #333;
    background: #CBD432;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    vertical-align: middle;
    border: none;
    border-radius: 2px;
    outline: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    will-change: opacity, transform;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/*--- Devices Metrics Style ---*/
@media screen and (max-width:2880px) { /*Display retina*/
	html {
	  font-size:22px;
	}
}
@media screen and (max-width:2540px) {
 
}
@media screen and (max-width:1920px) and (min-width:1800px) {
	.booking-ctn .btn {
	  right: 27em;
	}
	.flex-caption {
	  left:2.7em;
	}
}
@media screen and (max-width:1920px) {
	html {
	  font-size:18px;
	}
}
@media screen and (max-width:1680px) {
	.booking-ctn .btn-link {
	  right:19em;
	}
}
@media screen and (max-width:1600px) {
	.booking-ctn .btn-link {
	  right:17.5em;
	}
}
@media screen and (max-width:1536px) {
      	.booking-ctn .btn {
	  right:16.5em;
	}
}
@media screen and (max-width:1536px) {
      	.booking-ctn .btn {
	  right:16.5em;
	}
}
@media screen and (max-width:1500px) {
      	.booking-ctn .btn {
	  right:14em;
	}
}
@media screen and (max-width:1440px) {
      	.booking-ctn .btn {
	  right:12.7em;
	}
}
@media screen and (max-width:1366px) {
	html {
	   font-size:17px;
	} 
	.navbar,
	.bottom,
	#content-home,
	#content,
	.footer1,
	.footer .container-fluid {
	    padding:1em;
	}
	#content-home {
	    padding-top: 41em;
	}
	.blog-featured {
	  padding-bottom: 66.4%;
	}
	.nav-collapse.collapse {
	    width:81%;
	}
}
@media screen and (max-width:1300px) {
	ul.nav > li {
	   margin: 0;
	}
}
@media screen and (max-width:1280px) {
	html {
	    font-size:16px;
	} 

	.navigation {
	    height:7em;
	}
	.nav-collapse.collapse {
	    width:75%;
	}
	.mod-languages {
	    right: -5.4em;
	}
	.item-page {
	  margin: 0.8em 0;
	}
}
@media screen and (max-width:1220px) {
	.btn-collapse {
	    margin: 1.2em 1em;
	}
}
@media screen and (max-width:1152px) {
	.nav-collapse.collapse {
	    width: 70%;
	}
	ul.nav > li {
	    margin: 0;
	    padding: 0.2em 0.5em;
	}
	.btn-collapse {
	    margin: 1.2em 0em;
	}
	.booking-ctn .btn {
	    top: 1.5em;
	   
	}
	.mod-languages {
	    right: -7.4em;
	}
	.social i {
	    padding-right: 1.1em;
	}
	.flex-caption {
	    max-width: 52%;
	}
	.box .name a {
	    font-size: 3.2em;
	}
	.expanded ul li:hover .content {
	    padding: 0 1em;
	}
}
@media screen and (max-width:1152px) { 
	.booking-ctn .btn-link {
	    padding: 0.6em 0.2em;
	    right: 14em;
	}
}
@media screen and (max-width:1100px) {
	.booking-ctn .btn-link {
	    padding: 0.6em 0.2em;
	    right: 10.3em;
	}
}
@media screen and (max-width:1024px) {
	html {
	    font-size:15px; 
	}
	.nav-collapse.collapse {
	    width: 70%;
	}
	.btn-collapse {
	    margin: 1.2em 0.5em;
	}
	.write_us input, 
	.write_us textarea {
	    width:32em;
	}
}
@media screen and (min-width:768px) and (max-width:1000px) {
	.nav-collapse.collapse {
	    width: 69%;
	}
	ul.nav > li {
	    margin: 0;
	}
	.btn-collapse {
	    margin: 1.2em 0;
	}
	.booking-ctn .btn-link {
	    right: 9.4em;
	}
}
@media screen and (max-width:979px) {
      .navbar {
	    padding:0;
	    text-align:center;
      }
      .booking-ctn .btn {
	    top: 0;
	    right:0;
      }
      .navbar .btn-navbar {
	    z-index: 3;
	    float:left;
	    margin: 0;
	    border-radius: 0;
	    box-shadow: none;
	    text-shadow: none;
	    background: #98d434;
	    padding: 1.5em;
	    border:0
      }
      .icon-bar {
	    background: #fff;
	    box-shadow: none;
	    text-shadow: none;
	    border-radius: 0;
      }
      .navbar .brand {
	    float:none;
      }
      .nav-collapse.collapse {
	    width:100%;
      }
      .menu-container,
      .menu-collapse {
	    position: relative;
	    overflow:visible;
	    top: 0;
	    left: 0;
	    right: 0;
	    padding: 0;
	    height:auto;
	    margin:0;
	    text-align:left
      }
      .menu-collapse,
      .navbar .nav {
	    background:#fff;
      }
      .navbar .nav {
	    display:block;
	    text-align: left
      }
      ul.nav > li {
	    line-height: 1em;
	    width: 45%;
	   padding: 0.2em 1.8em;
	    margin:0
      }
      ul.nav > li a {
	    text-transform: capitalize;
	    font-size: 1.2em;
	    border-bottom: 3px solid transparent;
      }
      .nav-collapse.in ul.nav > li {
	    display: inline-block;
      }
      .menu-collapse li {
	    font-size: 1.2em;
      }
      .nav-collapse .btn {
	    display:none;
      }
      .box ul li .content-container {
	    margin: 0 2.5em;
      }
      .box .name a {
	    font-size:2.6em;
      }
      .offers.inner .name a {
	    font-size: 2.3em;
      }
      .expanded ul li:hover .content {
	    font-size: 1em;
	    padding: 0 0em;
      }
      .box .name {
	    padding-bottom: 1em;
      }
      .offers .readmore {
	    margin-top:0;
      }
      .menu.first.footer {
	    margin-left:0;
      }
      .social.span1 {
	    width: 10.382979%;
      }
      .flex-caption {
	    top:3em;
	    max-width: 70%;
      }
      .first ul li {
	    width: 28%;
      }
      .write_us input,
      .write_us textarea {
	    width: 25em;
      }
      .corporate.contatti {
	    font-size:1.2em;
      }
      .carousel-control {
	  top:70%;
      }
      #content-home {
	  padding-top: 34em;
      }
}
@media screen and (max-width:768px) {
	html {
	  font-size:14px;
	}
	.navbar .brand {
	    float:right;
	}
	.blog-featured {
	  max-height: 28em;
	  overflow: scroll;
	}
	.green ul li {
	  overflow:hidden;
	}
	.white ul li {
	  margin-bottom: 1.5em;
	}
	.first ul li {
	  width: 30%;
	}
	.write_us input,
	.write_us textarea {
	  width: 23em;
	}
	.contact-header a {
	 display:none;
	}
	.booking-ctn .btn {
	 display:none;
	}
	.booking-container-all {
	      position: relative;
	      left: 0;
	      top: 0;
	      right: 0;
	      width: 100%;
	      height: 100% !important;
	}
	.booking-container-all form {
	      padding: 2em 1em;
	      text-align: center;
	}
	.input-append input {
	      height: 2.5em;
	}
	.flex-caption {
	      top: 5em;
	}
	#content-home {
	      padding-top: 41em;
	}
}

@media screen and (max-width:640px) {
	html{
	  font-size:15px;
	}
	.header {
	    float:right;
	    z-index:4;
	    width: auto;
	}
	.contact-header a {
	  font-size: 2em;
	  line-height: 1.7em;
	  color: #000;
	  display:inline-block;
	}
	.contact-header i {
	  width: 1em;
	 margin: 0 0.4em;
	  vertical-align: text-bottom;
	}
	.navigation {
	    position:relative;
	    height:auto;
	    background: transparent;
	}
	.menu-collapse li,
	ul.nav > li {
	    width:100%;
	    border-bottom: 1px solid #015533;
	}
	ul.nav > li {
	    padding:0.2em 1.9em
	}
	.slideshow {
	    position: relative;
	    width: 100%;
	}
	.slideshow-inner {
	    margin-top: 0
	}
	.slideshow-inner .flex-caption {
	    padding: 0.1em 0em;
	    left: 1em;
	}
	.flexslider .slides img {
	  height:100%;
	}
	#content-home,
	.item-page.bgp {
	    padding-top: 0
	}
	.flex-caption {
	  top:1em;
	  left: 0.7em;
	  max-width: 78%;
	}
	.box ul li .content-container {
	  margin: 0;
	  width: 100%;
	}
	.blog-featured {
	  height: auto;
	  max-height: 100%;
	  overflow: hidden;
	  padding: 0 0.2em;
	}
	.carousel ul li .content-container {
	  margin: 0 !important;
	  top: 0;
	}
	.item-page h5, .item-page h2 {
	  line-height:1.3em;
	}
	.footer ul.nav {
	  border-top: 1px solid #015533;
	}
	.social.span1 {
	  width: 100%;
	  text-align: left;
	}
	.corporate.contatti {
	  margin-bottom: 1.5em;
	}
	.contact-form .write_us {
	  padding: 1em 0.5em;
	  background:rgba(152, 212, 52,0.5);
	}
	.write_us input,
	.write_us textarea {
	  width: 27em;
	}
}	
@media screen and (max-width:500px) {
	.flex-caption {
	  font-size: 2.8em;
	  max-width: 100%;
	  top: 1em;
	  left: 0em;
	  padding: 0 0.2em;
	}
	.carousel.span12 {
	  display:none;
	}
	.slideshow-inner .flex-caption {
	  font-size:1.5em;
	}
	.write_us input,
	.write_us textarea {
	  width: 20em;
	}
	.navbar .brand {
	  width: 100%;
	  display: block;
	  background: #fff;
	  text-align: center;
	  margin: 0;
	  padding: 1em 0;
	}
	.navbar {
	  padding:0
	}
	.flexslider .slides img {
	  height:100%;
	}
	.ui-datepicker {
	  left: 0 !important;
	  max-width: 100%;
	  top: 18em !important;
	}
	.ui-datepicker-multi-2 .ui-datepicker-group {
	  width: 100% !important;
	}
}
@media screen and (max-width:320px) {

}