@charset "UTF-8";

@font-face {
  font-family: "villa-aurora";
  src:url("../fonts/villa-aurora.eot");
  src:url("../fonts/villa-aurora.eot?#iefix") format("embedded-opentype"),
    url("../fonts/villa-aurora.woff") format("woff"),
    url("../fonts/villa-aurora.ttf") format("truetype"),
    url("../fonts/villa-aurora.svg#villa-aurora") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "villa-aurora" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "villa-aurora" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play-circle:before {
  content: "a";
}


#menu a {
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	font-weight: 400;
	text-decoration: none;
	color: #A8996E;
	line-height: 45px;
	padding-right: 20px;
	padding-left: 20px;
}
#menu {
	text-align: center;
}
#menu a:hover {
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: center center;
	color: #5A481C;
}
#footer {
	font-family: 'EB Garamond', serif;
	color: #A8996E;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
#line_link {
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: center center;
	color: #5A481C;
}
#section_content {
	width: 296px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	font-family: 'EB Garamond', serif;
	color: #5A481C;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#amor {
	position: absolute;
	z-index: 30;
	left: 15px;
	bottom: 15px;
}
#thumb_video {
	float: left;
	height: 100%;
	position: relative;
	text-align: center;
}
#video_thumb  {
	width: 240px;
	height: 186px;
	background-color: #FFFCED;
	position: absolute;
	left: 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 9px 1px hsla(0,0%,0%,0.36);
	box-shadow: 2px 2px 9px 1px hsla(0,0%,0%,0.36);
	bottom: 40px;
}
#click_video {
	color: #A8996E;
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	font-weight: 400;
	text-decoration: none;
	line-height: 45px;
	text-align: center;
	-webkit-transition:color 500ms ease;
	-moz-transition:color 500ms ease;
	-o-transition:color 500ms ease;
	-ms-transition:color 500ms ease;
	transition:color 500ms ease
}
#click_video:hover {
 color: #5A481C;
}
#play_button {
	width: 240px;
	height: 100px;
	background-image: url(../img/villa_aurora13.jpg);
	background-position: center center;
	background-size: cover;
	color: hsla(0,0%,100%,0.62);
	font-size: 75px;
	display: inline-block;
	padding-top: 49px;
	text-decoration: none;
	-webkit-transition:color 500ms ease;
	-moz-transition:color 500ms ease;
	-o-transition:color 500ms ease;
	-ms-transition:color 500ms ease;
	transition:color 500ms ease
}
#play_button:hover {
	color: #FFFFFF;
}

@media screen and (max-width:750px){
#video_thumb {
	display: none;
}
}
