/* General & typography */

/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,700,700italic); */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,700);

@import url('../fonts/TrajanProRegular/font.css');

.container .container { 
    max-width: 100% !important; 
    height: auto !important; 
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #444;
	font-size: 16px;
	overflow-x : hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Dancing Script', cursive;
	/*font-family: 'Trajan Pro Regular';*/
	font-weight: 700;
}

a, a:hover, a:focus, a:active, a:visited {
	outline: 0 !important;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.red {
	color: #ff0000 !important;
}

/* BTN */

a.btn, a.btn:hover, a.btn:focus, a.btn:active, a.btn:visited {
	color: #fff !important;
	font-size: 16px;
}

/* embeded iframe */
.embed-responsive-4by3, .embed-responsive-16by9 {
	margin-bottom: 50px;
}

/* MENU */

body {
	padding-top: 65px;
}
body.emptyt {
    padding-top: 105px;
}
@media(min-width:768px) {
    body.emptyt {
        padding-top: 145px;
    }
}
@media(min-width:992px) {
    body.emptyt {
        padding-top: 165px;
    }
}
#main-menu {
	min-height: 65px;
	background-color: #ffffff;
	border: 0px;
}
#main-menu a:hover{
	text-decoration: none;
}
#main-menu .navbar-brand{
	padding-top: 12px !important;
}
@media(min-width:992px) {
	#main-menu .navbar-brand{
		padding-top: 15px !important;
	}
}
#main-menu .navbar-right .dropdown .dropdown-menu {
	min-width: 69px;
}
#main-menu .navbar-right .dropdown .dropdown-menu > li > a {
    padding: 3px 15px;
}
#main-menu .navbar-right a {
	font-size: 18px;
	color: #444;
}
#main-menu .navbar-right a:hover {
	color: #000;
}
#main-menu .navbar-nav > li > a {
    padding-top: 20px;
    padding-right: 10px;
}
#main-menu .navbar-nav > li > a.dropdown-toggle {
    padding-top: 20px;
}
#main-menu .navbar-collapse {
    border: 0px;
	margin-top: 60px;
}
@media(min-width:768px) {
	#main-menu .navbar-collapse {
		margin-top: 0px;
	}
}
#main-menu .navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
}

#main-menu.navbar-default .navbar-nav > li > a {
	color: #444;
    font-size: 18px;
}
#main-menu.navbar-default .navbar-nav > li > a:hover {
	color: #000;
}
#main-menu .book-link {
	/*background: #921c3c;*/
	color: #fff !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-top: 12px;
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main-menu .navbar-right .book-link {
	margin-right: 5px;
}
@media(min-width:992px) {
	#main-menu .book-link {
		margin-top: 14px;
	}
}
#main-menu .book-link:hover {
	color: #fff;
}
@media(max-width:767px) {
	#main-menu {
		min-height: 50px;
	}
	#main-menu .navbar-brand img{
		width: auto;
		max-height: 77px;
	}
}
#main-menu .navbar-right {
	margin-bottom: 10px;
}

/* MEGA MENU */

.multi-list ul {
	min-width: 180px;
	margin-bottom: 10px;
}
@media(max-width:767px) {
	.multi-list {
		padding-bottom: 0px !important;
	}
	.multi-list-container ul.dropdown-menu {
		background-image: none !important;
		padding-bottom: 0px !important;
	}
}
@media(min-width:768px) {
	.multi-list-container ul.dropdown-menu {
		padding-right: 50px;
		padding-bottom: 150px;
		background-repeat: no-repeat;
		background-position: bottom right;
		background-color: #fff;
	}
	
}

/* BREADCRUMBS */

.breadcrumb {
	background: #ffffff;
	padding: 0px;
	margin: 20px 0px 20px 0px;
}
.breadcrumb > li + li::before {
	content: "» ";
	color: #e1d1b4;
}
.breadcrumb > .active {
	color: #444444;
}
.breadcrumb .glyphicon{
	font-size: 16px;
}
.breadcrumb > li, .breadcrumb > li a{
	font-size: 18px;
}

/* MAIN CONTENT */

#main-content-editor {
	margin-bottom: 0px;
}

#main-content-editor img.floatedL{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
@media(min-width:768px) {
	#main-content-editor img.floatedL{
		margin-right: 25px;
		margin-bottom: 0px;
	}
}
#main-content-editor img.floatedR{
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
@media(min-width:768px) {
	#main-content-editor img.floatedR{
		margin-left: 25px;
		margin-bottom: 0px;
	}
}

#main-block-position-right table{
	margin: 0 auto;
}

.p5Content {
    margin-bottom: 50px;
}

/* FOOTER */

.footertext {
	font-size: 12px;
	margin: 0px 0px 50px 0px;
}

/* BIG FOOTER */

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media(min-width:768px) {
	.google-maps {
		padding-bottom: 90%;
	}
}
@media(min-width:992px) {
	.google-maps {
		padding-bottom: 50%;
	}
}

.footer {
	margin-bottom: 100px;
	background-image: url('../img/maps-sfondo.jpg');
	background-repeat: no-repeat; 
	background-position: center center;
	padding: 0px 30px 0px 30px;
}
.footer .row {
	position:relative;
	top:50px;
	background: #e9e6e2;
}

.footer  .contacts {
	padding: 0px;
	padding-top: 30px;
	background: #e9e6e2;
}
@media(min-width:768px) {
	.footer {
		padding: 0px 50px 0px 50px;
	}
	.footer .contacts {
		/*padding-top: 25px;*/
		padding-top: 20px;
		padding-bottom: 0px;
	}
}
@media(min-width:992px) {
	.footer {
		padding: 0px 50px 0px 50px;
	}
	.footer .contacts {
		/*padding-top: 20px;*/
		padding-top: 20px;
		padding-bottom: 0px;
	}
}
@media(min-width:1200px) {
	.footer {
		padding: 0px 100px 0px 100px;
	}
	.footer .contacts {
		/*padding-top: 40px;*/
		padding-top: 20px;
		padding-bottom: 10px;
	}
}

.footer  .gmaps {
	padding: 0px;
}

.footer .contacts img{
	width: 65px;
	height: 65px;
}

.footer .contacts h2{
	margin: 15px 0px;
}
.footer .contacts p{
	margin-bottom: 15px;
}

/* BACK */

.goback a {
    font-size: 18px;
}
@media(max-width:767px) {
    .goback {
        margin-bottom: 15px;
    }
}
                
/* SOCIAL */

.social {
	margin-bottom: 50px;
}
.social a{
	margin: 0px 5px;
}
.social img{
	width: 35px;
	height: 35px;
}
@media(min-width:768px) {
	.social a{
		margin: 0px 10px;
	}
	.social img{
		width: 40px;
		height: 40px;
	}
}

/* SOCIAL SHARE */

.social-share {
	margin-bottom: 50px;
}

.social-share img {
	width: 25px;
	height: 25px;
}
.social-share a {
	margin-left: 5px;
}

/* FORM */

.bookform {
	margin-bottom: 50px;
        margin-left: 0px;
        margin-right: 0px;
}
.bookform h2 {
	margin-bottom: 25px;
}
.bookform .col-sm-12 {
	padding-top: 10px;
	z-index: 1;
}
.bookform .col-xs-12 {
	background: #fff;
	z-index: 1;
}
.bookform .form-group {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.bookform .checkbox, .bookform .radio {
    margin-bottom: 0px;
    margin-top: 0px;
}
.bookform label {
    margin-top: 5px;
}
.bookform .checkbox label {
    margin-bottom: 5px;
}
@media(max-width:991px) {
	.bookform .checkbox label {
		font-size: 15px;
	}
}
@media(min-width:992px) {
	.bookform .form-group {
		padding-top: 10px;
		margin-bottom: 15px;
	}
	.bookform .checkbox {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.bookform .radio {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.bookform label {
		margin-top: 0px;
	}
	.bookform .checkbox label {
		margin-bottom: 0px;
	}
}
.bookform .subtotal {
    font-size: 30px; 
	margin-bottom: 5px;
}
.bookform #btn-confirm {
    margin-bottom: 25px;
}
.bookform .col-md-6 {
	background: #f7f3ec;
}
.bookform .col-sm-12 {
	background: #f7f3ec;
}

/* MODAL */

.popup-gallery-modal a{
	float: left;
	margin-right: 20px;
}

/* ERRORS */

.errors { max-width:300px; margin:100px auto; }
.errors h2 { font-size: 60px; }
.errors p { font-size: 20px; }


/* FORM */

.templateform {
	margin-bottom: 50px;
        margin-left: 0px;
        margin-right: 0px;
}
.templateform h2{
	margin-top: 0px;
	margin-bottom: 20px;
}
.templateform .col-md-6 {
	padding-top: 10px;
}
.templateform .col-md-4 {
	background: #f7f3ec;
}
.templateform .col-md-6 {
	background: #f7f3ec;
}
.templateform .col-sm-12 {
	background: #f7f3ec;
}
.templateform .col-sm-12.bgwhite {
	background: #ffffff;
}
.templateform .col-md-4 {
	padding-top: 10px;
}
.templateform .subtotal {
    font-size: 20px; 
	margin-bottom: 5px;
}
.templateform #btn-confirm {
	margin-bottom: 25px;
}

.templateform .col-xs-12 {
	background: #ffffff;
	z-index: 1;
}
.templateform {
    background: #f7f3ec;
}
.templateform div {
    background: #f7f3ec;
}
.templateform div.bgwhite {
    background: #ffffff;
}
.templateform [class*='col-'] {
    padding-top: 10px;
}
.templateform .form-group {
    padding-bottom: 5px;
}
@media(max-width:991px) {
	.templateform .form-group {
		padding-top: 0px;
		padding-bottom: 5px;
		margin-bottom: 0px;
	}
	.templateform .checkbox {
		margin-bottom: 0px;
		margin-top: 0px;
		padding-bottom: 10px;
	}
	.templateform .radio {
		margin-bottom: 0px;
		margin-top: 0px;
		padding-bottom: 10px;
	}
	.templateform label {
		margin-top: 5px;
	}
}
.has-error .form-control {
  border-color: #a94442;
  background-color: rgba(169, 68, 66, 0.18);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

/* Pretty Photo Custom */
/* Hide title images */
div.pp_default .ppt, div.pp_default .pp_description {
    display: none !important;
}