/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


/* abel-regular - latin */
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abel-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Abel Regular'), local('Abel-Regular'),
       url('../fonts/abel-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/abel-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/abel-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/abel-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/abel-v8-latin-regular.svg#Abel') format('svg'); /* Legacy iOS */
}


html, body, div, span, applet, object, iframe, 
p, h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  color: #3c3524;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "Abel";
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 570;
  line-height: 30px;}

body {
  line-height: 1; 
   }
  
h1 {
  text-align: center;
  font-size: 40px;
}


ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

div.imgcontainer {
      border:1px solid black;
      margin-left: auto;
      margin-right: auto;
      width: 150px;

      /* NOTE: Only works for non-floated block elements */
      display: block;
      float: none;
}

div.namecontainer {
      border:1px solid black;
      width: 150px;
      margin: 0 auto; /* to center the container for image element */
}

iframe { 
    width:  100%;
    height:  300px;
    frameborder: 0;
}




/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #ffffff;
  color: #505050;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8; }


a {
  text-decoration: none;
  color: #c6b17a; }

a:hover {
  color: #766A49; }

/* =Template
-------------------------------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto; }

#main {
  background-color: #ffffff;
  padding: 0px 0; }

.container {
  width: 80%;
  margin: 0 auto;
  padding: 0 10px; }

/* =Top Bar
-------------------------------------------------------------- */
#top-bar {
  background-color: #ffffff; }

#top-bar a {
  font-family: "Abel";
  font-size: 20px;
  color: #3c3524;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 0px; }

#top-bar a:hover {
  background-color: #ffffff; }

span.all-labs,
span.back-to-tutorial {
  display: block;
  width: 50%; }

span.all-labs {
  float: left;
  text-align: left; }

span.back-to-tutorial {
  float: right;
  text-align: right; }

/* =Header
-------------------------------------------------------------- */
header {
  padding: 10px 0; }

#title {
  text-align: center; }

#title h1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px; }

#title h2 {
  color: #ff4976;
  font-size: 20px; }
  
  

/* =Footer Main and Listing Pages
-------------------------------------------------------------- */
.footer_socialmedia {

background-color: #ffffff;  
text-align: center; 
margin: 0 auto;  
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;  

}

.footer {
      
background-color: #ffffff;  
text-align: center;
color: #c6b17a;      

}

.footerlisting {
      
width: 80%;
margin-left: auto;
margin-right: auto;
background-color: #e6dcee;  
text-align: center;
color: #7030a0;     

}

.footertext {

background-color: #ffffff;  
text-align: center;    
color: #c6b17a;     

}

.bodytext {

background-color: #ffffff;  
text-align: justify; 
margin: 0 auto;
max-width: 1200px;   
color: #c6b17a;  
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 20px;


}

  




/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 600px) {
  .container {
    width: 100%; }

  #top-bar a {
    display: block; }

  span.all-labs,
  span.back-to-tutorial {
    width: 100%; }

  span.all-labs,
  span.back-to-tutorial {
    float: none;
    text-align: center; }

  span.all-labs {
    border-bottom: solid 1px #7c001f; }

  #title h1 {
    font-size: 20px; }

  #title h2 {
    font-size: 16px; } }
    
    
    
/* =Footer Info Responsive Columns
-------------------------------------------------------------- */    
/* 1 column: 320px */
.autowide {
  margin: 0 auto;
	width: 98%;
}
.autowide img {
  float: left;
  margin: 0 .75rem 0 0;
}
.autowide .module {
  background-color: #e6dcee;
  color: #7030a0;
  border-radius: .25rem;
  margin-bottom: 1rem;
}
.autowide .module p {
  padding: .25rem .75rem;
}

/* 2 columns: 600px */
@media only screen and (min-width: 600px) {
  .autowide .module {
		float: left;
		margin-right: 2.564102564102564%;
		width: 48.717948717948715%;
	}
	.autowide .module:nth-child(2n+0) {
		margin-right: 0;
	}
}

/* 3 columns: 768px */
@media only screen and (min-width: 768px) {
  .autowide .module {
		width: 31.623931623931625%;
	}
	.autowide .module:nth-child(2n+0) {
		margin-right: 2.564102564102564%;
	}
	.autowide .module:nth-child(3n+0) {
		margin-right: 0;
	}
}

/* 4 columns: 992px and up */
@media only screen and (min-width: 992px) {
  .autowide .module {
		width: 23.076923076923077%;
	}
	.autowide .module:nth-child(3n+0) {
		margin-right: 2.564102564102564%;
	}
	.autowide .module:nth-child(4n+0) {
		margin-right: 0;
	}
}    


/* =FClear DIV Floats after
-------------------------------------------------------------- */
/* new clearfix */
.clearfix {
    clear: both;
    }



/* =Listing Photo Column Layout
-------------------------------------------------------------- */
.listcontainer {
      
    height: auto;
    width: 100%;
    position: relative;
}
.listblock {
    border: 1px solid #7030a0;
    height: 220px;
    width: 158px;
    float: left;
    padding: 2px;
    margin: 5px;
}




/* =Listing Information Column Layout
-------------------------------------------------------------- */
/* STRUCTURE */

#pagewrap {
	padding: 5px;
	width: 100%;
	margin: 20px auto;
}

#divbox1 {
	width: 30%;
	float: left;
	padding: 5px 15px;
}

#divbox2 {
	width: 150px;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}

#divbox3 {
	width: 50%;
	padding: 5px 15px;
	float: left;
      text-align: justify;
      text-justify: auto;
}


/************************************
MEDIA QUERIES
*************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {
		width: 94%;
            clear: both;            
	}
	#divbox1 {
		width: 41%;
		padding: 0% 0%;
	}
	#divbox2 {
		width: 150px;
		padding: 0% 0%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#divbox3 {
		clear: both;
		padding: 0% 0%;
		width: auto;
		float: none;
	}


}

/* for 700px or less */
@media screen and (max-width: 600px) {

	#divbox1 {
		width: auto;
		float: none;
	}
	
	#divbox2 {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#divbox3 {
		width: auto;
		float: none;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {


	#divbox1 {
		width: auto;
		float: none;
	}
	
	#divbox2 {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#divbox3 {
		width: auto;
		float: none;
	}

}


#divbox1, #divbox2, #divbox3 {
	background: #ffffff;
}

#divbox1, #divbox2, #divbox3 {
	margin-bottom: 5px;
}

#pagewrap, #divbox1, #divbox2, #divbox3 {
	border: solid 0px #ffffff;
}






/* =About Page 2-Column Layout
-------------------------------------------------------------- */
.aboutleft {
    float: left;
    width: 160px;
}
.aboutright {
    float: right;
    width: 70%;
    text-align: justify;
    text-justify: auto;
}
.aboutgroup:after {
    content:"";
    display: table;
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 480px) {
    .left, 
    .right {
        float: none;
        width: auto;
    }
}



.table_prices {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #c6b17a;
}

.td_prices {
    width: 40%;
    vertical-align: top;
    padding: 20px;
    border: 0px solid #c6b17a;
}

.td_description {
    width: 60%;
    vertical-align: top;
    padding: 20px;
    border: 0px solid #c6b17a;
}


.table_fleet {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #c6b17a;
}

.td_fleet_photo {
    width: 70%;
    vertical-align: top;
    padding: 10px;
    border: 0px solid #c6b17a;
}

.td_fleet_details {
    width: 30%;
    vertical-align: top;
    padding: 10px;
    border: 0px solid #c6b17a;
}

.td_fleet_description {
    width: 100%;
    vertical-align: top;
    padding: 10px;
    border: 0px solid #c6b17a;
}


hr {
    display: block;
    height: 1px;
    width: 100%;
    text-align: center; 
    border: 0;
    border-top: 3px solid #c6b17a;
    margin: 5px 0;
    padding: 0;
}



/*Contact form styling*/
.contact_form {
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
    background:#c6b17a;
    padding: 30px 30px 20px 30px;
    font-family: "Abel";
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 570;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.contact_form h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 150%;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #000000;
    background: #555555;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 10px 10px 10px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #555555;

}
.contact_form h1>span {
    display: block;
    font-size: 150%;
    color: #000000;
}

.contact_form label {
    display: block;
    margin: 0px 0px 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    color: #000000;
}
.contact_form label>span {
    float: left;
    margin-top: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    color: #000000;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea, .contact_form select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    color: #000000;
    height: 30px;
    line-height:20px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #ffffff;
    outline: 0;
}
.contact_form textarea{
    height:100px;
    padding-top: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    color: #000000;
}
.contact_form select {
    appearance:none;
    text-indent: 0.01px;
    text-overflow: '';
    width:103%;
    height:30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    color: #000000;
}
.contact_form .button {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    color: #000000;
    text-shadow: 0px 0px 0px #949494;
}
.contact_form .button:hover {
    background-color:#C0C0C0;
}
