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



html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, 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: #000000;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 30px;}

body {
  line-height: 1; 
   }
  


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; }

/* Headings */
h1 {
  line-height: 2;
  font-weight: 500;
  color: black; }
  
h2 {
  line-height: 2;
  font-weight: 450;
  color: black; }
  
h3 {
  line-height: 2;
  font-weight: 400;
  color: black; }


/* Headings */
h4, h5, h6 {
  line-height: 1;
  font-weight: 300; }

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

a:hover {
  color: #ff0000; }

/* =Template
-------------------------------------------------------------- */
#wrapper {
  max-width: 1600px;
  margin: 0 auto; }

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

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

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

#top-bar a {
  color: #aaaaaa;
  font-size: 14px;
  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: #000000;  
text-align: center;   
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;  

}

.footer {
      
background-color: #000000;  
text-align: center;
color: #ffc000;      

}

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

}

.footertext {

background-color: #000000;  
text-align: center;    
color: #ffc000;     

}

.bodytext {

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


}



p.footer {
    background-color: #000000;
    color: #ffffff;
}

a.footer {
    background-color: #000000;
    color: #ffffff;
}

a.footer:hover {
    background-color: #000000;
    color: #ff0000;
}






/* =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
-------------------------------------------------------------- */    
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
    background-color: #000000;
 }

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
    color: #ffffff;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}


/* =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 {
    display: table;
    border-collapse: collapse;
    border: 5px solid #ffc000;
    border-spacing:3px;
}

.td_prices {
    padding: 20px;
    border: 2px solid #ffc000;
}





/*Contact form styling*/
.contact_form {
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
    background:#ff0000;
    padding: 30px 30px 20px 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 150%;
    color: #000000;
    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;
}
