@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Anton|Source+Sans+Pro&display=swap');

body,p,td,th {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}
body {
	background-color: #000;
}

h1 {
	font-size: 28px;
	color: #805e2d;
	margin: 20px 0 20px 60px; 
}
h2 {
	font-size: 24px;
	color:#000;
	font-weight:800;
	margin: 20px 0 10px 20px; 
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
 
a:link { 
	color: #f3e413;
	text-decoration:none;
}

.topmenu{
	font-size:24px;
	font-weight:bold;
}

 /* unvisited link */
a.topmenu:link { 
	color: #f3e413;
	text-decoration:none;
}

/* mouse over link */
a.topmenu:hover {
	color: #ffcc00;
	text-decoration:underline;
}
 
/* visited link */
a.topmenu:visited {
	color: #feeb9f;
	text-decoration:none;
 }

/* selected link */
a.topmenu:active {
	color: #FFF;
}

a img {
	border: none; 
} 			


#titleH {
	font-family: 'Anton', helvetica, sans-serif;
	font-size: 90px;
	color: #FFF;
	margin-top:240px;
	margin-left:58px;
	opacity: 0.7;
}

/* Clear floats after the columns */
header:after {
	content: "";
	display: table;
	clear: both;
}

.content {
    width: 1400px;
	height:auto;
    background-color: #fff;
    margin:0 auto;
}

.breadcrums {
	float:left;
	font-size: 15px;
	color: #000;
	font-weight:800;
	margin-top:10px;
	margin-left:60px;
	margin-bottom:10px
}

.breadcrums a:link {
	color: black; 
	text-decoration: none;
}
.breadcrums a:hover {
	color: #C93; 
	text-decoration: underline; 
}
.breadcrums a:visited {
	color: black; 
	text-decoration: none;
}
.breadcrums  a::active {
	color: #C93; 
} 


.MenuRow{
	width:1264px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#999;
}

.MenuBox {
	width:316px;
	height:300px;
    border: solid 2px #FFF;
	background-color:#f0c00d;
	float: left;
}

/* Clear floats after the columns */
.MenuRow:after {
  content: "";
  display: table;
  clear: both;
}

/* Menu pagina principal */
ul.nav {
	font-size: 18px;
  	letter-spacing:1px;
	width: 14em;
	padding:0;
	margin: 0 0 0 20px; 
}

ul.nav li {
	list-style: none;
	text-align: left;
}

ul.nav li a {
	color:#FFF;
	font-weight:bold;
	display: block;
	text-decoration:none;
	padding:.20em;
}

ul.nav li a:hover {
	color:#000;
	background-color:#FFF;
	opacity: 0.4;
}

ul.nav li a:active {
	color:#ffcb00;
	background-color: #fff;
	opacity: 0.7;
}


* {
  box-sizing: border-box;
}

.blackline {
	background-color:#000;
	height:1px;
	max-width:1400px;
	overflow:hidden;
	clear:both;
}


/* Create two columns/boxes that floats next to each other */
.sidenav {
  float: left;
  width: 20%;
  padding:0;
  margin: 0 0 0 60px; 
  font-size:16px;
  font-weight:bold;
}

/* Style the list inside the menu */
.sidenav ul {
  list-style-type: none;
  padding: 0;
}

.sidenav li {
  	padding: 0 0 10px 0;
	list-style: none;
	text-align: left;
}

.sidenav li a {
	color: #C93;
	text-decoration:none;
}

.sidenav li a:hover {
	color: #000;
	text-decoration: underline;
}

.sidenav li a:active {
	color: #CCC;
	text-decoration:none;
}

article {
  float: right;
  padding:20px;
  width: 70%;
  background: #f1f1f1;
}


/* Clear floats after the columns */
section:after {
  content: "";
  display: table;
  clear: both;
}


/* Rental Form */

.form-style-1 {
	max-width: 1300px;
	padding: 10px 20px;
	background: #f4f7f8;
	margin: 0px 50px;
	padding: 20px;
	background: #f4f7f8;
	border-radius: 8px;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	float:left;
}
.form-style-1 fieldset {
	border: none;
}
.form-style-1 legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.form-style-1 label {
	display: block;
	margin-bottom: 8px;
}
.form-style-1 input[type="text"],
.form-style-1 input[type="date"],
.form-style-1 input[type="datetime"],
.form-style-1 input[type="email"],
.form-style-1 input[type="number"],
.form-style-1 input[type="phone"],
.form-style-1 input[type="company"],
.form-style-1 input[type="time"],
.form-style-1 input[type="url"],
.form-style-1 textarea,
.form-style-1 select {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 90%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
}

.form-style-1 input[type="text"]:focus,
.form-style-1 input[type="date"]:focus,
.form-style-1 input[type="datetime"]:focus,
.form-style-1 input[type="email"]:focus,
.form-style-1 input[type="number"]:focus,
.form-style-1 input[type="phone"]:focus,
.form-style-1 input[type="company"]:focus,
.form-style-1 input[type="time"]:focus,
.form-style-1 input[type="url"]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus{
	background: #d2d9dd;
}

.form-style-1 select{
	-webkit-appearance: menulist-button;
	height:35px;
}

.form-style-1 .number {
	background: #FC3;
	color: #000;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

.form-style-1 input[type="submit"],
.form-style-1 input[type="button"]
{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #000;
	margin: 0 auto;
	background: #FC3;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #c6a647;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
}

.form-style-1 input[type="submit"]:hover,
.form-style-1 input[type="button"]:hover
{
	background: #000;
	color: #FFF;
}


/* Rental end */

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/* Contact form */

.contactform {
	padding: 0px;
	margin: 0px;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.contactform fieldset {
	border: none;
}

.contactform legend {
	font-size: 1.4em;
	margin-bottom: 5px;
}

.contactform label {
	display: block;
	margin-bottom: 5px;
}

.contactform input[type="text"],
.contactform input[type="date"],
.contactform input[type="datetime"],
.contactform input[type="email"],
.contactform input[type="number"],
.contactform input[type="tel"],
.contactform input[type="company"],
.contactform input[type="time"],
.contactform input[type="url"],
.contactform textarea,
.contactform select {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 60%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
}

.contactform input[type="text"]:focus,
.contactform input[type="date"]:focus,
.contactform input[type="datetime"]:focus,
.contactform input[type="email"]:focus,
.contactform input[type="number"]:focus,
.contactform input[type="tel"]:focus,
.contactform input[type="company"]:focus,
.contactform input[type="time"]:focus,
.contactform input[type="url"]:focus,
.contactform textarea:focus,
.contactform select:focus{
	background: #d2d9dd;
}

.contactform select{
	-webkit-appearance: menulist-button;
	height:35px;
}

.contactform input[type="submit"],
.contactform input[type="button"]
{
	position: relative;
	display: block;
	padding: 20px 39px 20px 39px;
	color: #000;
	margin: 0;
	background: #FC3;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 60%;
	border: 1px solid #c6a647;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
}

.contactform input[type="submit"]:hover,
.contactform input[type="button"]:hover
{
	background: #000;
	color: #FFF;
}


/* Footer */
footer {
    width: 1400px;
	font-size:18px;
	color:#f3e413;
    background-color: #000;
    margin: 0 auto;
	vertical-align:top;
}

footer div {
	float: left;
}

footer p {
    margin: 40px 00px 30px 60px;
}

footer a {
	color:#FC0;
	text-decoration: none;
}

footer a:hoover {
	color:#f3e413;
	text-decoration: underline;
}

footer a:active {
	color:#ffff99;
}

footer ul {
	width: 14em;
	padding:0 0 0 0;
	margin: 40px 0 0 40px; 
}

footer ul li {
	list-style: none;
	text-align: right;
	line-height: 28px;
}

footer ul li a {
	color:#f3e413;
	font-weight:bold;
	text-decoration: none;
}

footer ul li a:hover {
	color:#ffcb00;
	text-decoration: underline;
}

footer ul li a:active {
	color:#ffff99;
}

#white {
	margin: 4px 0 auto;
	color:#FFF;
	font-weight:bold;
	font-style:italic;
	font-size:20px;
	text-align:center;
}

.accordion {
  float:left;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px 0px 18px 60px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding:0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
