@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #003a78;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
}
#cerca-vacanza {
	text-align: center;
	color:#fff;
}
#cerca-vacanza input,#cerca-vacanza select {
	color: #333;
	
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
a,a:visited,a:hover {
	color: #003a78;
	text-decoration: none;
}
.topbar {
	padding: 5px 0px;
	background-color: #fff;
}

.navkailas {
	background-color: #f08700;
	border-radius: 0;
	margin-bottom: 0px !important;
	font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	border: 0;
    min-height:10px;
}


.navkailas a {
	color: #fff;
}

.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
	background-color: #003a78;
}
.nav>li>a {
	transition: all 0.5s ease;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
#carousel {
	width: 100%;
	height: 525px;
	display: relative;
	overflow: hidden;
	background-color: #003a78;
}

#carousel img {
	width: 1140px;
	height: 525px;
	display: hidden; /* hide images until carousel prepares them */
	cursor: pointer; /* not needed if you wrap carousel items in links */
}
.arrow {
	position: relative;
	z-index: 601;
	color:#fff;
	width: 50px;
	height: 50px;
	opacity: 0.6;
    filter: alpha(opacity=60);
	margin-left: 20px;
	font-size: 30px;
	cursor: pointer;
	transition: all 0.5s ease;
}
.arrow:hover {
	color:#f08700;
}
.arrowl {
	margin-left: 20px;
	float: left;
}
.navbar-header .fa {
	font-size: 18px !important;
	color:#fff !important;
}
.arrowr {
	margin-right: 20px;
	float: right;
	text-align: right;
}
.arrows {
	width: 1140px;
	height: 450px;
	top: 230px;
	display: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 600;
}
#carousel:hover .arrows {
	display: block !important;
}

.search, .search-in {
	position: relative;
	
	height: 60px;
	z-index: 500;
	margin-left: auto;
	margin-right: auto;
}
.search {
	background-color: #f08700;
}
.search-in {
	padding: 16px;
}
.search-in li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "source sans pro";
    font-weight: 700;
	text-transform: uppercase;
}
.search-in ul {
	
	padding: 0;
	margin: 0;
	
}
.search-in select {
	margin-right: 20px;
	margin-left: 5px;
	width: 130px;
}

.search-in .datepicker {
	margin-right: 20px;
	margin-left: 5px;
	width: 120px;
}

.search-in .c-button {
	    padding: 7px;
	border: 0px !important;
} 


.hotel-item .date {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 9px;
	 margin-top: 9px;
}
.hotel-item .title h4 {
 	font-size:1.4em;  
	margin-top: 10px;
}
.hotel-item .title h4 {
    margin-bottom: -4px;
}
h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #f08700;
}
.hotel-item {
	background-color: #f6f6f6;
	padding: 10px;
	margin-top: 30px;
}
.hotel-item .box, .box {	
	overflow: hidden;
}
.hotel-item img, .bigger {
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.hotel-item img:hover, .bigger:hover {
	-webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.hotel-item .title p {
    padding: 15px 0px 11px;
    line-height: 18px;
	font-size: 1.2em;
}
.hotel-item .c-price {
    font-size: 32px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 1px;
	   color:#D41212;
}

.hotel-item .c-price span {
    font-weight: normal;
	font-size: 18px;
}

.fr {
    float: right;
	color:#003A78;
}

.hotel-item .c-price span {
	color:#003A78;
}

.c-button {
	color:#fff !important;
    position: relative;
    display: inline-block;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 14px 18px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    font-weight: 700;
	background-color: #003a78;
}
.c-button:hover {
	background-color: #f08700;
}

input, select {
	padding: 5px;
	border:1px solid #ccc;
}
.subscribe-form input[type="submit"] {
    height: 100%;
    width: 100%;
    opacity: 0;
}
.newsletter {
	text-transform: uppercase;
}
.submit-block {
    cursor: pointer;
    height: 40px;
    width: 40px;
    background: #003a78;
    position: absolute;
    right: 0;
    top: 0;
}
.footer-title {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
}
.submit-block:hover i {
    color: #FFF;
}
.submit-block i {
    position: absolute;
    top: 0px;
    right: 50%;
    font-size: 20px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.subscribe-form input[type="text"] {
    font-size: 13px;
    width: 100%;
    height: 40px;
    border: none;
    background: transparent;
    color: #fff;
    padding: 15px;
    padding-right: 46px;
    border: 1px solid #ccc;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}input, input:focus {
    outline: none !important;
}
.subscribe-form {
    position: relative;
	margin-top: 10px;
}

.contact-info .contact-line {
    line-height: 18px;
    /*font-weight: 700;*/
    margin-bottom: 16px;
}
.contact-info i {
    color: #ff6600;
    display: inline-block;
    margin-right: 10px;
}
footer {
	background-color: #003a78;
	color:#fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	font-family: 'Open Sans', sans-serif;
    
}
footer a {
	color:#fff;
}
.socialtop {
	float: right;
}
.socialfooter img, .socialtop img {
    float: left;
    margin: 10px 10px 0px 0px;
    opacity: 1;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.socialfooter img:hover, .socialtop img:hover {
    opacity: 0.7;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.address {
	text-align: right;
	font-family: "source sans pro";
}
#yt-totop {
    background: url("/images/ico/up-arrow.png") no-repeat scroll center center #f08700;
    bottom: 20px;
    height: 45px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    width: 45px;
    z-index: 9999;
    border-radius: 5%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 50%;
}

.submit-block-s {
	display: inline;
}


.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #003a78;
}

h1, h2, h3, h4, h5, h6  {
	color: #003a78;
	font-family: 'Source Sans Pro', sans-serif;
}

h1 {
	font-size: 30px;
}

#richiesta input[type=text] , #richiesta textarea{
	margin-bottom: 10px;
	width: 90% !important;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6  {
	color: #f08700
}

.form-control {
	border-radius: 0px;
	margin-bottom: 10px
}

.prezzoBig {
	text-align: center;
	font-size: 2em;
	padding: 10px;
	margin: 20px 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px;
	border-bottom: 1px;
	border-color: #f08700;
	border-style: solid;
	color: #003a78;
	font-weight: bold;
}


.prezzoBig2 {
	text-align: center;
	font-size: 1.5em;
	padding: 10px;
	background-color: #f08700;
	margin: 10px 0px ;
	color: #fff;
	font-weight: bold;
}

.vac-description {
	line-height: 1.5;
	font-size: 14px;
}

input.datepicker {
	border-radius: 0px
}

.dets .col-xs-4 {
	font-weight: bold;
}

.dets .col-xs-8 {
	text-align: right;
}


.dets .row .col-xs-4, .dets .row:nth-child(odd) .col-xs-8{
	padding-top: 15px;
	padding-bottom: 15px
}

.dets .row:nth-child(odd) .col-xs-4, .dets .row:nth-child(odd) .col-xs-8 {
	background-color: #f6f6f6
}

.flex-direction-nav a  { 
    display: block; 
    width: 40px; 
    height: 40px; 
	 line-height: 40px;
    margin: -20px 0 0; 
    position: absolute; 
    top: 50%; z-index: 10; 
    overflow: hidden; /* Remove this line */
    opacity: 0; 
    cursor: pointer; 
    color: rgba(0,0,0,0.8); 
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3); 
    -webkit-transition: all .3s ease; 
    -moz-transition: all .3s ease; 
    transition: all .3s ease; 
}
.thumbs-vacanza {
	padding-top: 10px;
}
.thumbs-vacanza img {
	margin-top: 20px;
}

.no-margin {
	margin: 0px !Important;
}


.det-vacanza {
	padding:  15px 10px;
	font-weight: bold;
}

.det-vacanza:nth-child(odd) {
	background-color: #f6f6f6
}

.det-vacanza .val {
	float: right;
	font-weight: normal;
}

.form-control {
	background: #f4f4f4;
    border: 0;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    height: auto;
    padding: 15px;
		box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.form-control:focus {
    border-color: #f08700;
    outline: 0;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.google-maps {
     position: relative;
     padding-bottom: 75%; // This is the aspect ratio
     height: 0;
     overflow: hidden;
 }
 .google-maps iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100% !important;
 }
 
textarea.form-control {
	height: 115px;
}
form label {
	margin-bottom: 15px;
}

#richiestaok {
    font-size: 2em;
    padding: 10px;
    background-color: #f6f6f6;
}

address {
	font-size: 1.2em
}

address .fa {
	margin-right: 5px
}

.title h4{
	height: 42px;
    overflow: hidden; margin-bottom: 0;
}
.gallery-desc {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 60px; /* Fallback for non-webkit */
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery-desc {
	margin-bottom: 10px;
	height: 80px;
    overflow: hidden;
}

#carouselth {
	padding: 10px;
	background-color: #f6f6f6
}

.ci-presentiamo {
	font-size: 14px;
}

#boxRichiesta {
	margin-top: 20px;	
}

#ricerca-top {
	background-color: #f6f6f6;
	height: 60px;
}


.dropdown-menu>li>a {
    padding: 15px 20px;
	color: #003a78;
}

.dropdown-menu>li>a:hover {
	background-color: #003a78;
	color: #fff
}

ul.menu {
	list-style: none;	
	padding-left: 0px
}

footer ul.menu a, footer ul.menu a:hover, footer ul.menu a:visited {
	color: #fff
}

.flexslider {
	margin-bottom: 20px !important;
}


#slider.flexslider img {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	
}

.bg-gr {
	background-color: #f6f6f6;
	padding:10px; 
}


.migliore-vacanza {
	padding: 10px 0px;
}

.padding30 {
	padding-top: 30px;
}
.title-top {
    font-size: 16px;
	font-style:italic;
    width: 180px;
	margin-top:76px;
    margin-left: 140px
}
.logo-top img {
	width: 125px;
	
}
@media(max-width:960px) {
	.logo-top {
		text-align:center;
	}
}
@media(min-width:960px) {
	.logo-top  {
		float: left;
	}
}
.ci-presentiamo  .text {
	font-size: 1.2em;
	line-height: 1.5em;
}
.telephone {
	font-size: 1.4em;
}
.mainc {
	min-height: 500px;
}
#anni15 {
	float: right;
	position: absolute;
	right: 30px;
	    z-index: 5000;
	top:10px;
}
#anni15xs {
	width: 70px;
	top:10px;
	right: 10px;
	position: absolute;
}
.vetrina {
	color:#003a78;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
	margin-top:30px;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 14px;
}

.scaduta {
	text-align: center;
	font-size: 1.5em;
	padding: 10px;
	background-color: #cc0000;
	margin: 10px 0px ;
	color: #fff;
	font-weight: bold;
}
.loghi  {
	text-align: center;
	/*    margin-top: -42px; */
	padding-top: 20px;
}
.owl-pagination {
	margin-top: -30px;
    float: right;
}
.piurichiesti {
	position: absolute;
	top: 0;
	z-index: 99;
}
.piurichiesti-item .title a {
	font-weight: bold;
}

@media(max-width:960px) {
	#cerca-vacanza li {
		display: block;
		text-align: left;		
	}
	.search, .search-in {
		height: auto;
	}
	#cerca-vacanza span {
		display: block;
	}
	#cerca-vacanza input,#cerca-vacanza select {
		width: 100%;
		margin: 0px;
	}
}

.citems {
    font-size: 2em;
	font-weight:bold;
    color: #000;
    text-align: right;
    margin-top: -180px;
    position: absolute;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    z-index: 999;
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
	color:#fff !important;
	line-height: 1em;
}
.citems a {
	color:#fff !important;
	font-size: 22px;
	letter-spacing: 1px;
}
.citems .euro {
	font-size: 22px;
	letter-spacing: 1px;	
}

.citems div.bg {
    width: 200px;
	height: 40px;
	background-color: #fff;
	color:#000;
	margin-left: auto;
    margin-right: auto;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	 position: relative;
}
.citems span {
    text-align: right;
}

.citems .c-button {
    background-color: transparent !important;
	border: 3px solid #fff;
	padding: 6px 10px;
	font-size: 12px;
}
.citems .c-button:hover {
    background-color: #f08700;
}

.fbdown {
	width:30px;
}
.fbdownc {
	    line-height: 60px;
	color:#fff !important;
}
.fbdownc span{
	margin-top: 5px;
}
.col-sm-12{
    min-height: 0px;
}

.ul-servizi li {
	padding-bottom: 2px;
}
.ul-servizi li:last-child {
	padding-bottom: 5px;
}

@media(max-width:768px) {
	
	.address {
		text-align: center;
		padding-top: 15px
	}
}

.c-button.bg-blue-2.hv-blue-2-o:hover {
	    background-color: #f08700 !important;
	 border-color: #f08700 !important;
}