@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Passion+One|Source+Sans+Pro&display=swap');

body	 {
  font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; margin:0; padding:o;
}

.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color:#c6c6c6;
  height: auto;
  color: black;
}

/* Top mwnu */
.topnav {
  overflow: hidden;
  background-color: #000;
  position: relative;
  height:60px;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  float: left;
  color: white;
  font-size: 17px;
  text-decoration: none;
}

.topnav a:hover {
  background-color: #fff114;
  color: black;
}

.active {
  background-color: #000;
  text-decoration:none
}

.menuIcon {
	float:left;
	margin	:5px 16px;
	width:50px;
	height:50px;
}

.logo {
	float:left;
	margin-top:10px;
	margin-left:100px;
	border:0;
}

.topPhone {
	width:160px;
	padding-top:12px;
	marging-left:0;
	marging-right:0;
	text-align:center;
	float:right;
}


/* Main Heather */
.yellowLine {
	background-color:#fff114;
	height:1px;
	max-width: 480px;
	overflow:hidden;
	clear:both;
}

.headerTitle {
	font-family:'Passion One', helvetica, sans-serif;
	font-size:45px;
	color:#FFF; 
	float:left; 
	padding-top:59px;
	padding-left:16px;
	padding-bottom:0;
	padding-right:0;
	margin-bottom:0;
	line-height:0;
	opacity:.8;
	font-weight:400;
}

.after {
	content: "";
	display: table;
	clear: both;
	margin:0;
	padding:0
}

.equipMenu {
	vertical-align:top;
	text-align:center;
	height:174px;
}

.cardMenu {
    width: 231px;
    height: 113px;
    position: relative;
    display: inline-block;
}

.cardMenu .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 6px;
    z-index: 99;
}

.cardMenu:hover .img-top {
    display: inline;
}

.cardMenu2 {
    width: 231px;
    height: 113px;
    position: relative;
    display: inline-block;
}

.cardMenu2 .img-top {
    display: none;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 99;
}

.cardMenu2:hover .img-top {
    display: inline;
}




/* Normal pages */
.content {
	background-color:#F1F1F1;
	clear:both;
	min-height:480px
}

.blackline {
	background-color:#000;
	height:1px;
	max-width: 480px;
	overflow:hidden;
	clear:both;
}

.subMenu {
	max-width: 480px;
	height:30px;
	font-size:15px;
	font-weight:bold;
	background-color:#fff114;
	overflow:hidden;
	text-align:center;
}

.subMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.subMenu li {
	float:left;
  	border-right: 1px solid #000;
}

.subMenu li:last-child {
  border-right: none;
}

.subMenu li a {
 	display: block;
	text-align: center;
	padding: 7px 7px 8px 7px;
	text-decoration: none;
	color: #000;
}

.subMenu li a:hover {
  background-color: #FFF;
}


.content h2 {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-left:10px;
	padding-bottom:5px;
	color:#967801;
}

.content h3{
	margin-bottom:0;
	margin-left:10px;
}

.content p {
	margin: 0;
	padding-top:0;
	padding-left:13px;
	padding-right:13px;
	color:#000
}


.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #669900;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 120px;
  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;
}



td {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
}

.tTittle {
	border-bottom: solid #000 1px; 
	vertical-align:bottom
}

.tTittle2 {
	height:30px; 
	border-bottom: solid #000 1px; 
	vertical-align:bottom; 
	font-weight:bold; 
	text-align:center
}

.tData{
	border-bottom: solid #000 1px; 
	vertical-align: bottom; 
	text-align:center
}



/* Rental Form */

.form-style-1 {
	max-width: 460px;
	background: #f4f7f8;
	margin: 0px 10px;
	padding: 5px;
	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.1em;
	margin-bottom: 10px;
}
.form-style-1 label {
	display: block;
	margin-bottom: 10px;
}
.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: 12px;
	margin: 0;
	outline: 0;
	padding: 15px;
	width: 90%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#666666;
	-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: 10px;
}
.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:20px;
}
.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: 5px 5px 5px 0px;
}

.form-style-1 input[type="submit"],
.form-style-1 input[type="button"]
{
	position: relative;
	display: block;
	padding: 5px 5px 5px 5px;
	color: #000;
	margin: 0 auto;
	background: #FC3;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 80%;
	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 */


/* 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 {
	background-color:#000;
	color:#fff114;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden

}

footer a {
	text-decoration:none;
	color:#fff114;
	font-weight:bold;
}

footer a:hover {
	text-decoration:none;
	color:#ffcb00;
}
