/* #Font
================================================== */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700,800);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900);

/* #Stile tipografia e testo
================================================== */

body {
	/*font:13px/22px 'Times New Roman', sans-serif;*/
	font-family:'Times New Roman', sans-serif;
	color:#666;
	background:white;
	text-align:justify;
}

p {
	margin-bottom:15px;
	color:#555;
	font-size:13px;
	line-height:22px;
}

a {
	text-decoration:none;
	color:black;
}

.posts a{text-decoration:underline;}

a:hover {
	color:rgb(195,155,50); font-weight: bold;
}

a:focus {
	color:black;
}

label {
	color:black;
	font-weight: bold;
	font-size:20px;
}
footer {
	font-weight: bold;
}

hr {
	margin:15px 0 25px 0;
	clear:both;
	height:2px;
	background:url('assets/border.png') 0 0 repeat-x;
	border:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Courier New', sans-serif;
}

h1 {
	font-size:35px;
	margin-bottom:20px;
	font-weight:normal;
}

h2 {
	font-size:25px;
	margin-bottom:20px;

}

h3 {
	font-size:21px;
	margin-bottom:20px;
	font-weight:normal;
}

h3.resize {
	font-size:18px;
	margin-bottom:15px;
}

h4 {
	font-size:19px;
}

h5 {
	font-size:13px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:10px;
}

h6 {
	font-size:15px;
	margin-bottom:10px;
}

table{
	text-align:center;
}
td{
	font-family:'Times New Roman', sans-serif;
	/*padding:10px;
	font-size:120%;*/
	color: black;
}
input, textarea{
	font-family:'Times New Roman', sans-serif;
	border-style: inset;
	border-width: 0;
	padding:10px;
	font-size:16px;
	font-weight: bold;
	color: black;
}

pre, code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
	border: 1px dashed #dddddd;
	margin: 15px 0 20px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
}

blockquote {
	background:url('assets/quote.png') 60px 0 no-repeat;
	font-size:15px!important;
	padding-left:105px;
	line-height:22px;
	text-shadow:-1px -1px #fff;
	font-style:italic;
	margin:30px 0;
	color:#222!important;
}

/* #Clearing
================================================== */

    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

.container-demo{ width:50%; margin:0 auto; padding:0; background:white; min-height:800px; padding:20px;}
.luxury_size{width:95%;font-size:20px;}
.luxury_black{color:black;}
.luxury_black_shadow{color:black; text-shadow:-1px -1px gold;}
.luxury_black_title{color:black; font-weight: bold; font-size:20px;text-shadow:-1px -1px gold;text-align:center;}
.luxury_gold{color:rgb(195,155,50); font-weight: bold;text-shadow:-1px -1px black;}
.luxury_gold_simple{color:rgb(195,155,50); font-weight: bold;}
.font_stile{font-style:frutiger;}
.hotelco{color:rgb(0,0,102);}
.mail_msg{font-size:20px;}

/*luxury button*/
.btn {
  display: inline-block;
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  font-size: 0.625rem;
  letter-spacing: 0.3em;
  color: black;
  border-radius: 0;
  transition: all 0.7s ease-out;
  background: linear-gradient(270deg, rgba(223,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  text-decoration: none;
  margin: 0.625rem;
  border: none;
  border: 1px solid rgb(195,155,50);
}

.btn:hover {
  color: #fff;
  border: 1px solid rgb(195,155,50);
  color: $white;
  background-position: 99% 50%;
}
