/*
Theme Name: Hotel Ideal
Theme URI: http://www.hotelideal-cupra.it
Description: Hotel Ideal
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it
Text Domain: mytheme
*/
/**************************************************************************************/
/*
	GRID

	number of columns = 12
	gutter = 20px
*/
.container {
	margin: 0px auto 0px auto;
	width: 980px;
}
.row:after,
.gallery:after,
.grid-list:after,
.frm-wrap:after {
	content: "";
	display: block;
	clear: both;
}
.col {
	margin: 0px 0px 20px 20px;
	float: left;
}
.col .row,
.col .gallery,
.col .grid-list,
.col .frm-wrap {
	margin-left: -20px;
}
.col .col {
	margin-bottom: 0px;
}
.c1 {
	width: 60px;
}
.c2 {
	width: 140px;
}
.c3 {
	width: 220px;
}
.c4 {
	width: 300px;
}
.c5 {
	width: 380px;
}
.c6 {
	width: 460px;
}
.c7 {
	width: 540px;
}
.c8 {
	width: 620px;
}
.c9 {
	width: 700px;
}
.c10 {
	width: 780px;
}
.c11 {
	width: 860px;
}
.c12 {
	width: 940px;
}
.offset1 {
	margin-left: 100px;
}
.offset2 {
	margin-left: 180px;
}
.offset3 {
	margin-left: 260px;
}
.offset4 {
	margin-left: 340px;
}
.offset5 {
	margin-left: 420px;
}
.offset6 {
	margin-left: 500px;
}
.offset7 {
	margin-left: 580px;
}
.offset8 {
	margin-left: 660px;
}
.offset9 {
	margin-left: 740px;
}
.offset10 {
	margin-left: 820px;
}
.offset11 {
	margin-left: 900px;
}
.gallery {
	clear: both;
}
.gallery img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10%;
}
.col .gallery,
.col .grid-list {
	margin-bottom: -20px;
}
.col .gallery .col,
.col .grid-list .col {
	margin-bottom: 20px;
}
/**************************************************************************************/
* {
	/* fast reset */
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #403d37;
}
h1,
h2,
h3,
h4 {
	font-family: "Viga", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}
p {
	line-height: 160%;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #1e94d2;
}
li {
	list-style: none;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="submit"],
textarea,
select {
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
select,
input[type="submit"] {
	cursor: pointer;
}
select {
	text-indent: 1px;
	text-overflow: "";
}
/**************************************************************************************/
.carousel {
	position: relative;
}
.carousel .viewport {
	overflow: hidden;
}
.carousel .viewport ul {
	width: 900%;
}
.carousel .viewport li {
	overflow: hidden;
	float: left;
}
.carousel .arrow {
	font-size: 20px;
	cursor: pointer;
}
/**************************************************************************************/

#g-code img {
	width: auto !important;
	height: auto !important;
}

.title h2 {
	position: relative;
	margin-bottom: 5px;
}
.block {
	padding: 20px;
}
.block .photo {
	position: relative;
	z-index: 100;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 7%;
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
	border-bottom: 4px solid #f7f7f7;
}
.block .photo a {
	position: relative;
	display: block;
}
.block .photo.video a:before {
	content: "";
	background: url("images/img-video-overlay.png") no-repeat center;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.block .desc {
	margin-bottom: 20px;
}
.block .desc ul {
	line-height: 160%;
	margin-bottom: 10px;
}
.block .desc li {
	padding: 3px 0px;
}
.block .desc li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	color: #0f9085;
}
.type {
	position: absolute;
	background: #ce4d45;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	margin: 20px 0px 0px 20px;
	padding: 5px 15px 5px 15px;
	border-radius: 20px;
	z-index: 150;
}
.cover .type {
	top: 0px;
}
.price {
	position: absolute;
	background: #0f9085;
	border-radius: 4px 20px 20px 20px;
	padding-top: 20px;
	text-align: center;
	font-size: 0.8em;
	z-index: 100;
	width: 100px;
	height: 100px;
	color: #fff;
	top: 30px;
	right: 5px;
	transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
}
.price strong {
	display: block;
	font-size: 2.2em;
	font-weight: 300;
}
.dates {
	margin-top: 10px;
	font-size: 0.9em;
	color: #aaa;
}
.dates i {
	margin-right: 5px;
	background: rgba(0, 0, 0, 0.05);
	text-align: center;
	border-radius: 50%;
	line-height: 30px;
	font-size: 16px;
	width: 30px;
	height: 30px;
}
.cont i {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.cont {
	margin: 10px 10px 0px 0px;
	display: inline-block;
}
.btn {
	font-family: Arial;
	font-weight: 300;
	display: inline-block;
	padding: 0px 15px 0px 15px;
	margin-right: 5px;
	border-radius: 4px 20px 20px 20px;
	line-height: 30px;
	background: #1e94d2;
	color: #fff;
	font-size: 14px;
}
.btn i {
	font-size: 16px;
	margin-left: 5px;
}
.callto .btn {
	padding: 0px 20px 0px 20px;
	background: #ce4d45;
	line-height: 40px;
	font-size: 16px;
}
.msg {
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin: 20px 0px;
	padding: 10px;
	color: #0f9085;
}
.frm-wrap label {
	font-weight: bold;
	display: block;
}
.frm-wrap label.error {
	color: red;
	font-size: 11px;
	display: inline-block;
}
.frm-wrap input.error {
	border-color: red !important;
}
.frm-wrap small {
	display: block;
	font-size: 0.9em;
	margin-top: 5px;
}
.frm-text,
.frm-textarea,
.frm-select {
	border-radius: 5px !important;
	padding: 10px;
	background: #fff;
	width: 100%;
}
.frm-select {
	background: #fff url("images/arrow-down.png") no-repeat 98% center;
}
.frm-submit.btn {
	border-radius: 5px !important;
	padding: 0px 20px 0px 20px;
	background: #ce4d45;
	line-height: 40px;
	font-size: 16px;
}
.req {
	color: red;
}
/**************************************************************************************/
#head {
	background: #fff;
	-webkit-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 300;
}
#top-bar {
	padding: 15px 20px 15px 20px;
	background: #1e94d2;
	overflow: hidden;
	color: #fff;
}
#top-bar .col {
	margin-bottom: 0px;
}
#top-bar a {
	color: #fff;
}
#lang {
	background: rgba(0, 0, 0, 0.1);
	padding: 0px 15px 0px 15px;
	border-radius: 4px 20px 20px 20px;
	line-height: 30px;
	float: left;
}
#lang a {
	margin: 0px 5px 0px 5px;
	opacity: 0.5;
}
#lang a.sel {
	opacity: 1;
}
#quick {
	line-height: 30px;
	float: right;
}
#quick strong {
	color: #bae2f2;
}
#quick .cont {
	margin: 0px 20px 0px 0px;
}
#quick .btn {
	background: #ce4d45;
}
#quick .tel {
	font-family: Arial;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.1);
	margin: 0px 20px 0px 20px;
	padding: 0px 20px 0px 10px;
	border-radius: 4px 20px 20px 20px;
	line-height: 30px;
	display: inline-block;
}
#quick .tel i {
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
/**************************************************************************************/
#logo {
	margin-top: 15px;
	width: 110%;
	max-width: 500px;
}
#tgl-menu {
	display: none;
}
#menu {
	float: right;
	padding-top: 40px;
}
#menu li {
	font-size: 14px;
	font-weight: 700;
	border: 1px solid transparent;
	margin-left: 5px;
	display: block;
	float: left;
	border-radius: 4px 20px 20px 20px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu a {
	display: inline-block;
	line-height: 30px;
	/*padding: 0px 15px 0px 15px;*/
	padding: 0px 8px 0px 8px;
	color: #888;
	text-transform: uppercase;
	display: inline-block;
}
#menu li:hover {
	border-color: #1e94d2;
}
#menu .sel,
#menu .current-menu-item,
.single-camere #menu .cpt_camere,
.single-offerte #menu .cpt_offerte {
	background: #1e94d2;
}
#menu .sel a,
#menu .current-menu-item a,
.single-camere #menu .cpt_camere a,
.single-offerte #menu .cpt_offerte a {
	color: #fff;
}
/**************************************************************************************/
#slider {
	position: relative;
	overflow: hidden;
	height: 550px;
	z-index: 100;
	-webkit-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.5);
}
#slider .viewport {
	overflow: hidden;
}
#slider .slide {
	position: absolute;
	display: none;
	width: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#slider .slide.show {
	opacity: 1;
}
#slider .bg {
	position: absolute;
	width: 100%;
	top: 0px;
}
#slider .bg img {
	width: auto;
	min-width: 100%;
	height: 100%;
}
#slider .box {
	padding: 20px 0px 20px 0px;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	position: absolute;
	width: 100%;
	opacity: 0;
	top: -600px;
	z-index: 100;
	color: #fff;
	-webkit-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}
#slider .show .box {
	top: 300px;
	opacity: 1;
}
#slider .box a {
	color: #fff;
}
#slider .box h2 {
	font-size: 2em;
	font-weight: 300;
}
#slider .box p {
	font-size: 1.5em;
	font-weight: 300;
}
#slider .nav {
	position: absolute;
	text-align: center;
	line-height: 50px;
	opacity: 1;
	width: 100%;
	bottom: 30px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#slider .arrow {
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
}
#slider .arrow.right {
	margin-left: 20px;
}
#slider .arrow.left {
	margin-right: 20px;
}
#slider .bullet {
	margin: 0px 5px 0px 5px;
	display: inline-block;
	vertical-align: middle;
	text-indent: -90000px;
	background: #fff;
	cursor: pointer;
	opacity: 0.5;
	width: 20px;
	height: 5px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	border-radius: 30%;
}
#slider .bullet.sel {
	opacity: 1;
}
/**************************************************************************************/
#intro {
	background: #fff;
	padding-top: 50px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.2);
}
#intro .container {
	position: relative;
	z-index: 200;
}
/**************************************************************************************/
#offers {
	position: relative;
	padding-top: 20px;
}
#offers .viewport {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
}
#offers .label {
	padding: 10px;
	position: absolute;
	background: #ce4d45;
	top: -10px;
	z-index: 200;
	color: #fff;
	margin-left: 15px;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
	border-radius: 4px 20px 20px 20px;
}
#offers .nav {
	position: absolute;
	z-index: 100;
	right: 0px;
	top: 7px;
}
#offers .arrow {
	margin-right: 20px;
	color: #ce4d45;
}
#offers .photo {
	margin-bottom: 10px;
}
#offers .block {
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	padding-bottom: 10px;
	text-align: center;
}
/**************************************************************************************/
#launch {
	overflow: hidden;
}
#launch .title h2 {
	padding-right: 60%;
	padding-right: 0;
}
#launch .desc {
	/*float: left;*/
	line-height: 140%;
	width: 45%;
	width: 100%;
}
#launch .photo {
	margin: -10px 10px 0px 0px;
	float: right;
	width: 50%;
}
#launch .btn {
	clear: both;
	float: left;
}
/**************************************************************************************/
#highlight {
	padding: 50px 0px 30px 0px;
	background: #e8ddcf;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.5);
}
#highlight .container {
	position: relative;
	z-index: 100;
}
#highlight .block .desc {
	font-family: Arial;
	font-size: 14px;
	min-height: 120px;
}
/**************************************************************************************/
#heading {
	overflow: hidden;
	position: relative;
}
#heading:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100px;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.4);
}
#heading .container {
	position: relative;
	height: 220px;
}
#heading h2 {
	text-transform: uppercase;
}
#heading h2,
#heading .breadcrumb {
	position: absolute;
	z-index: 100;
	bottom: 20px;
	color: #fff;
}
#heading .breadcrumb {
	font-size: 10px;
	right: 20px;
}
#heading .breadcrumb a {
	color: #fff;
}
#heading .bg {
	position: absolute;
	overflow: hidden;
	width: 100%;
	top: 0px;
	left: 0px;
}
/**************************************************************************************/
#content {
	padding: 40px 0px 40px 0px;
}
#page .title h1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #1e94d2;
	line-height: 60%;
	margin-bottom: 20px;
}
#page .dates {
	margin-bottom: 20px;
}
#page .cover,
#page .map {
	position: relative;
	margin-bottom: 20px;
	border-radius: 10%;
	overflow: hidden;
}
#page .map iframe {
	width: 100%;
}
#page .acf-map {
	height: 300px;
	border-radius: 10%;
}
#page .map,
#page .cover {
	position: relative;
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}
/*#page .cover img { border-radius: 20px 20px 0px 0px; }*/
#page .cover .price {
	top: 10px;
	right: 40px;
}
#page .text table {
	border-bottom: 1px solid #efefef;
	border-radius: 20px 20px 0px 0px;
	border-collapse: collapse;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
}
#page .text table.stacktable {
	display: none;
}
#page .text th {
	background: #1e94d2;
	color: #fff;
}
#page .text th,
#page .text td {
	text-align: center;
	padding: 10px;
}
#page .text tr {
	background-color: #fff;
}
#page .text tr:nth-child(odd) {
	background-color: #efefef;
}
#page .text h1,
#page .text h2,
#page .text h3,
#page .text h4 {
	margin-bottom: 10px;
}
#page .text {
	padding-right: 20px;
}
#page .text ul {
	margin: 20px 0px 20px 0px;
}
#page .text p,
#page .text li {
	line-height: 180%;
	margin-bottom: 10px;
}
#page .text li {
	padding-bottom: 6px;
}
#page .text li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	color: #0f9085;
}
#page .text.note {
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	border-left: 5px solid #0f9085;
	font-size: 0.9em !important;
}
#page .text .alignright {
	margin: 5px 0px 20px 20px;
	width: 300px;
	float: right;
	border-bottom: 4px solid #fff;
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	border-radius: 10%;
}
#page .text .alignleft {
	margin: 5px 20px 20px 0px;
	max-width: 300px;
	float: left;
	border-bottom: 4px solid #fff;
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	border-radius: 10%;
}
#page .text iframe {
	width: 100% !important;
	height: 375px !important;
}
#page .grid-list {
	margin-top: 30px;
}
#page .grid-list .block {
	position: relative;
	margin-right: 10px;
	padding: 0px 20px 0px 0px;
	text-align: center;
	margin-bottom: 20px;
}
#page .grid-list .block .title {
	margin-bottom: 0px;
}
#page .grid-list .desc {
	overflow: visible;
}
#page .grid-list .desc h3 {
	margin-top: -20px;
}
#page .gallery {
	margin-top: 40px;
}
#page .attach {
	border-top: 1px dashed rgba(0, 0, 0, 0.1);
	margin-top: 30px;
}
#page .attach li {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	padding: 10px 0px 10px 0px;
	font-size: 1.2em;
}
#page .attach i {
	margin-right: 5px;
	font-size: 30px;
}
#request {
	margin-top: 80px;
}
/**************************************************************************************/
#additional {
	margin-top: 40px;
}
#additional .block {
	padding: 20px 0px 20px 0px;
	overflow: hidden;
}
#additional .block .mini-gal {
	padding-top: 20px;
	clear: both;
}
#additional .block .mini-gal a {
	display: inline;
}
#additional .block .mini-gal img {
	width: 32%;
	margin-right: 1%;
	display: inline-block;
}
#additional .block .photo {
	margin: 10px 2% 0px 0px;
	width: 34%;
	float: left;
}
#additional .block .title h2 {
	padding-top: 20px;
}
#additional .block .desc {
	margin-left: 36%;
	overflow: visible;
}
/**************************************************************************************/
#sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	padding-top: 20px;
}
#sidebar:before {
	content: "";
	display: block;
	width: 30px;
	height: 5px;
	background: #1e94d2;
	position: absolute;
	top: -5px;
	border-top-right-radius: 80%;
}
#sidebar .title h2 {
	color: #fff;
	border: 0px;
	background: #1e94d2;
	padding: 10px;
	font-size: 1.5em;
	border-radius: 4px 20px 20px 20px;
}
#sidebar .title h2:before {
	display: none;
}
#sidebar .gallery {
	margin-bottom: 20px;
}
#sidebar .callto {
	padding: 20px;
}
#sidebar .callto .btn {
	display: block;
}
#sidebar .callto .btn i {
	line-height: 42px;
	float: right;
	font-size: 20px;
}
#sidebar .callto,
#sidebar .block {
	background: rgba(232, 221, 207, 0.45);
	margin-bottom: 20px;
	border-radius: 4px;
}
#sidebar .block .title a {
	color: #fff;
}
#sidebar .block .desc {
	overflow: visible;
}
#sidebar .block .desc p {
	margin-top: 10px;
}
#sidebar .block .btn {
	position: relative;
	z-index: 100;
}
#sidebar .block .desc li {
	margin-top: 5px;
	float: none;
	width: auto;
}
#sidebar .cont {
	white-space: nowrap;
}
#sidebar .cont i {
	background: #1e94d2;
}
#frm-contact {
	border-radius: 3px 20px 3px 20px;
	margin-top: 30px;
	//overflow: hidden;
}
#frm-contact p {
	margin-bottom: 10px;
}
#frm-contact li {
	display: inline-block;
	margin-right: 20px;
	margin-top: 5px;
}
#frm-contact .frm-wrap {
	margin-bottom: 20px;
	display: flex;
}
@media only screen and (max-width: 991px) {
	#frm-contact .frm-wrap {
		display: block;
	}
}
#frm-contact .frm-text,
#frm-contact .frm-textarea,
#frm-contact .frm-select {
	border: 1px solid #ccc;
}
/**************************************************************************************/
#social {
	background: #1e94d2;
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
}
#social h4,
#social h3,
#social a {
	color: #fff;
}
#social .container {
	background: url("images/bg-reviews.png") no-repeat 40% 110%;
	padding: 50px 0px 30px 0px;
}
#reviews {
	position: relative;
}
#reviews h4 {
	margin-bottom: 10px;
	font-family: "Viga", sans-serif;
	font-weight: 400;
	font-size: 2em;
}
#reviews blockquote {
	position: relative;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	margin-right: 0%;
	padding: 20px;
	padding-bottom: 50px;
	font-family: Arial;
	font-size: 14px;
}
#reviews blockquote:before {
	font-family: Arial, sans-serif;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -35px;
	top: -15px;
}
#reviews .viewport {
	position: relative;
	height: 180px;
}
#reviews li {
	position: absolute;
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#reviews li.sel {
	opacity: 1;
}
#reviews .logo {
	position: absolute;
	left: 10px;
	bottom: 0px;
}
#reviews .logo img {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 4px 20px 20px 20px;
	padding: 0px 10px;
	width: auto;
	height: 40px;
}
#reviews .nav {
	margin-top: 50px;
}
#reviews .bullet {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	text-indent: -90000px;
	background: #fff;
	cursor: pointer;
	opacity: 0.5;
	width: 20px;
	height: 5px;
	border-radius: 30%;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#reviews .bullet.sel {
	opacity: 1;
}
#likebox {
	background: rgba(255, 255, 255, 0.7);
	padding: 20px 20px 20px 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	text-align: center;
}
#likebox iframe {
	width: 340px !important;
	border-radius: 5px !important;
}
#links i {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0px 5px 0px 10px;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.ilMeteoLink {
	display: none !important;
}
/**************************************************************************************/
#foot {
	padding: 50px 0px 50px 0px;
	background: #116594;
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
}
#foot a {
	color: #fff;
}
#foot .container {
	padding-top: 30px;
}
#contact {
	margin-bottom: 20px;
	color: #fff;
}
#contact h4 {
	font-family: "Viga", sans-serif;
	font-weight: 400;
	font-size: 2.5em;
	color: #fff;
}
#credits {
	margin: 40px 0px;
	font-size: 10px;
}
#newsletter {
	margin-bottom: 30px;
	overflow: hidden;
}
#newsletter p {
	font-size: 14px;
}
#newsletter h4 {
	color: #fff;
	margin-bottom: 5px;
	font-size: 1.5em;
}
#newsletter .frm-text {
	border-radius: 4px 0 0 10px !important;
	padding: 10px;
	height: 30px;
	width: 70%;
	float: left;
}
#newsletter .frm-submit {
	background: #ce4d45;
	border-radius: 0px 20px 20px 0px;
	height: 30px;
	width: 30%;
	float: left;
	color: #fff;
	font-size: 14px;
}
#logos {
	margin-top: 20px;
}
#logos img {
	width: auto;
	height: 80px;
	display: inline-block;
	margin: 0px 20px 20px 0px;
}
/**************************************************************************************/
/**************************************************************************************/
/*** WIDE 1280px ***/
@media only screen and (min-width: 1280px) {
	.container {
		width: 1100px;
	}

	.c1 {
		width: 70px;
	}
	.c2 {
		width: 160px;
	}
	.c3 {
		width: 250px;
	}
	.c4 {
		width: 340px;
	}
	.c5 {
		width: 430px;
	}
	.c6 {
		width: 520px;
	}
	.c7 {
		width: 610px;
	}
	.c8 {
		width: 700px;
	}
	.c9 {
		width: 790px;
	}
	.c10 {
		width: 880px;
	}
	.c11 {
		width: 970px;
	}
	.c12 {
		width: 1060px;
	}

	.offset1 {
		margin-left: 110px;
	}
	.offset2 {
		margin-left: 200px;
	}
	.offset3 {
		margin-left: 290px;
	}
	.offset4 {
		margin-left: 380px;
	}
	.offset5 {
		margin-left: 470px;
	}
	.offset6 {
		margin-left: 560px;
	}
	.offset7 {
		margin-left: 650px;
	}
	.offset8 {
		margin-left: 740px;
	}
	.offset9 {
		margin-left: 830px;
	}
	.offset10 {
		margin-left: 920px;
	}
	.offset11 {
		margin-left: 1010px;
	}
	body {
		font-size: 17px;
	}

	.block .desc {
		overflow: hidden;
	}

	.block .desc li {
		float: left;
		width: 50%;
	}

	#slider {
		height: 650px;
	}

	#slider .bg img {
		width: 100%;
		height: auto;
		min-height: 100%;
	}

	#heading .container {
		height: 300px;
	}
}
/*** TABLET (vertical) + MOBILE common rules ***/
@media only screen and (max-width: 991px) {
	body {
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}

	#head {
		padding: 10px 0px;
	}
	#head .container {
		position: relative;
	}

	#logo {
		width: 60%;
		max-width: 300px;
	}

	#tgl-menu {
		display: block;
		color: #fff;
		border-radius: 20px;
		padding: 5px 10px;
		background: #0f9085;
		position: absolute;
		right: 25px;
		top: 30px;
	}

	#tgl-menu:before {
		font-family: "FontAwesome";
		content: "\f0c9";
		vertical-align: baseline;
		display: inline-block;
		margin-right: 5px;
		opacity: 0.5;
	}

	#menu {
		display: none;
	}

	#menu.open {
		padding: 10px;
		border-radius: 5px;
		background: #0f9085;
		position: absolute;
		display: block;
		right: 25px;
		top: 65px;
	}

	#menu.open:before {
		content: "";
		display: block;
		position: absolute;
		width: 10px;
		height: 10px;
		top: -5px;
		right: 25px;
		background: #0f9085;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#menu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		text-align: center;
		border-radius: 0px;
		width: 150px;
		margin: 0px;
		display: block;
		float: none;
	}

	#menu li:last-child {
		border: 0px;
	}

	#menu a {
		color: #fff;
		padding: 0px;
		display: block;
	}

	#menu .sel,
	#menu .current-menu-item,
	.single-camere #menu .cpt_camere,
	.single-offerte #menu .cpt_offerte {
		background: rgba(0, 0, 0, 0.1);
	}

	#launch .photo {
		margin: 20px 0px 10px 0px;
	}

	#launch .photo,
	#launch .desc {
		width: auto;
		float: none;
	}

	#launch .title h2 {
		padding: 0px;
	}

	#sidebar {
		margin-top: 40px;
	}
	#sidebar .scrollto {
		display: none !important;
	}

	#frm-contact .frm-wrap {
		margin-bottom: 0px;
	}
	#frm-contact .col {
		margin-bottom: 20px;
	}
}
/*** TABLET 768px (vertical) ***/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 740px;
	}

	.col {
		margin-left: 20px;
		width: 700px;
		float: none;
	}

	#intro .col,
	#highlight .col,
	.grid-list .col,
	.gallery .col,
	#sidebar .block,
	#sidebar #offers {
		width: 330px;
		float: left;
	}

	#sidebar .block,
	#sidebar .callto,
	#sidebar #offers {
		margin-right: 20px;
	}

	#sidebar #offers {
		margin-top: -20px;
		float: right;
	}

	#heading:before {
		height: 70px;
	}
	#heading .container {
		height: 140px;
	}

	#page .grid-list .block {
		min-height: 450px;
	}
}
/*** MOBILE 320px ***/
@media only screen and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}

	.container {
		width: 300px;
	}

	.col {
		margin-left: 20px;
		width: 260px;
		float: none;
	}

	.block {
		padding: 0px;
	}
	.block .photo {
		margin-bottom: 10px;
	}

	.callto .btn {
		font-size: 14px;
	}

	#page .grid-list .block {
		margin: 0px 0px 40px 0px;
	}
	#sidebar .block {
		padding: 10px;
	}

	/*#top-bar { display: none; }
	#top-bar.open { display: block; }*/

	#lang {
		margin-bottom: 5px;
	}

	#quick,
	#lang {
		float: none;
		text-align: center;
	}

	#quick .tel {
		width: 100%;
	}
	#quick .tel,
	#logo {
		margin: 0px;
	}
	#quick .tel em {
		width: 100%;
		text-align: center;
		clear: left;
		float: left;
	}

	#quick .btn {
		display: inline-block;
		width: 100%;
		margin-top: 6px;
	}

	#head {
		padding: 5px;
		height: 60px;
	}

	#logo {
		width: 160px;
	}

	#tgl-menu {
		top: 10px;
	}

	#slider {
		height: 160px;
	}
	#slider .bg img {
		width: 100%;
	}

	#slider .nav {
		bottom: 0px;
	}
	#slider .show .box {
		top: 0px;
	}
	#slider .box {
		padding: 10px 0px 0px 0px;
	}
	#slider .box h2 {
		font-size: 1.2em;
	}
	#slider .box p {
		font-size: 1em;
	}

	#intro {
		padding-top: 30px;
	}
	#offers .viewport {
		padding-top: 20px;
	}
	#launch .photo {
		margin-top: 0px;
	}

	#highlight {
		padding: 20px 0px 10px 0px;
	}
	#highlight .block .desc {
		min-height: 0px;
	}

	#heading .container {
		height: 80px;
	}
	#heading .bg {
		height: 100px;
	}

	#heading .bg img {
		margin: auto;
		width: auto;
		height: 100%;
	}

	#heading h2 {
		bottom: auto;
	}
	#heading .breadcrumb {
		right: auto;
	}

	#page .title h1 {
		line-height: normal;
	}

	#page .grid-list .block {
		padding: 0px;
	}
	#page .grid-list .desc h3 {
		margin-top: 0px;
	}

	#page .cover .price {
		right: 10px;
	}

	#page .text table {
		display: none;
	}
	#page .text table.stacktable {
		display: table;
	}

	#reviews blockquote {
		margin-right: 0px;
	}

	#reviews blockquote p {
		position: relative;
		max-height: 90px;
		overflow: hidden;
	}

	#social .container {
		background: transparent;
	}

	#likebox iframe {
		width: 220px !important;
	}

	#links {
		text-align: center;
	}

	#links em {
		margin-bottom: 10px;
		display: block;
	}

	#foot {
		text-align: center;
	}
}
/*** MOBILE (WIDE) 480px ***/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 460px;
	}

	.col {
		width: 420px;
	}

	#quick .tel em {
		width: inherit;
		text-align: inherit;
		clear: none;
		float: none;
	}
}

#main-popup {
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   text-align: center;
   width: 90vw;
   max-width: 660px;
   padding: 2rem;
   font-size: 1rem;
}

#main-popup h3 {
   font-size: 1.75rem;
   margin-bottom: 1.25rem;
}

#main-popup p:last-of-type {
   margin-bottom: 0;
}

#main-popup .cta {
   margin-top: 1.5rem;
}

@media only screen and (min-width: 768px) {
   #main-popup {
      font-size: 1.25rem;
   }
   #main-popup h3 {
      font-size: 1.5rem;
   }
}

#frm-contact .wpcf7-response-output {
   padding: 0;
   margin: 0 0 2rem 0;
   border: none;
   padding: 1rem;
   border-radius: 0.25rem;
}
#frm-contact .wpcf7-response-output.wpcf7-validation-errors, #frm-contact .wpcf7-response-output.wpcf7-acceptance-missing {
   color: #721c24;
   background-color: #f8d7da;
   border-color: #f5c6cb;
}
#frm-contact .wpcf7-response-output.wpcf7-mail-sent-ok {
   color: #155724;
   background-color: #d4edda;
   border-color: #c3e6cb;
}
#frm-contact .wpcf7-acceptance .wpcf7-list-item {
   margin: 0;
}
#frm-contact .wpcf7-form-control-wrap {
   position: relative;
}
#frm-contact .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
   font-size: 12px;
   display: block;
   margin-top: 0.25rem;
}
