





/* "Simpliste" template. Renat Rafikov. http://cssr.ru/simpliste/ */

@import url('reset.css');
@import url('skin.css');


@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:300i');



img.scale-with-grid {
	
		max-width: 100%;
		
		height: auto; }

/* Columns 
-------
.col_33 | .col_33 | .col_33
.clearfix
-------
.col_75 | .col_25
.clearfix
-------
.col_66 | .col_33
.clearfix
-------
.col_50 | .col_50
.clearfix
-------
.col_100
-------
*/
.col_25 {
  width:23%;
  margin:0 2% 0 0;
  float:left;
}
.col_33 {
  width:31%;
  margin:0 2% 0 0;
  float:left;
}
.col_50 {
  width:48%;
  margin:0 2% 0 0;
  float:left;
}
.col_66 {
  width:64%;
  margin:0 2% 0 0;
  float:left;
}
.col_75 {
  width:73%;
  margin:0 2% 0 0;
  float:left;
}
.col_100 {
  width:98%;
  margin:0 2% 0 0;
}

.col_25.wrap { width:25%; margin:0;}
.col_33.wrap { width:33%; margin:0;}
.col_50.wrap { width:50%; margin:0;}
.col_66.wrap { width:66%; margin:0;}
.col_75.wrap { width:75%; margin:0;}
.col_100.wrap { width:100%; margin:0;}
/* End columns */


/* Helper classes */
.center {text-align:center;}
.left {text-align:left; padding-left: 2%; padding-right: 2%; font-family:arial, sans-serif; font-size:1.3em; }
.right {text-align:right;}

.img_floatleft {float:left; margin:0 10px 5px 0;}
.img_floatright {float:right; margin:0 0 5px 10px;}

.img {max-width:100%;}
/* End helper classes */

a.button { color:auto; }



/* Steves webform styles Default classes */
.box {
	margin-bottom:1em;
	margin-left: 25%;
	line-height: 1.6em;
	font-size:1.5em;
	}
	
input[type="text"],[type="email"],[type="tel"]{
    width: 50%;
    display: block;
    margin-bottom: 1px;
	
    background-color: #f6f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline-style:none;
	box-shadow:none;
	border-width: .1em;
	border-color: transparent;
}	

select{
    width: 50%;
    display: block;
    margin-bottom: 1px;
	
    background-color: #f6f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline-style:none;
	box-shadow:none;
	border-width: .1em;
	border-color: transparent;
}

input [type="radial"]{
    width: 50%;
    display: block;
    margin-bottom: 1px;
	
    background-color: #f6f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline-style:none;
	box-shadow:none;
	border-width: .1em;
	border-color: transparent;
}	

textarea {
    height: 6em;
    width: 50%;
	margin-bottom: 1px;
    background-color: #f6f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline-style:none;
	box-shadow:none;
	border-width: .1em;
	border-color: transparent;
	resize: none;
}
textarea:focus, input:focus{
    background-color: #fff;
	box-shadow: 0 0 2pt 1pt #f1f1f1;
	border-color: transparent;
}



/* End Steve Default webform styles classes*/

/* Steves Default styles classes*/
#myDIV {
	display:none;
    width: 100%;
}
.endpara {
	width: 80%;
	margin-left:10%;
	border-bottom: 1px solid #f6f6f6;
}
.endpara-review {
	width: 50%;
	margin-left:30%;
	border-bottom: 1px solid #f6f6f6;
}
.signature {
	width:302;
	height: 78;
	margin-left: 25%;
}

.center-align {
	margin-left:15%;
	margin-right: 15%;
	text-align: center;
}


.review-date {
	margin-left: 16%;
	text-align:left;
	font-size:.8em;
	font-style: italic;
	font-weight: normal;
	line-height:.8em;
	padding: 0;
}

.review-title {
	margin-left: 16%;
    margin-bottom: 0em;	
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}

.review-address {
	
	margin-left: 16%;
	text-align:left;
	font-size:.7em;
	font-style: italic;
	font-weight: normal;
}

.review { 
	margin-left: 15%;
	border-left-style: solid;
    border-left-color: #c9d3e0;	
	border-width:.5em;
}

#terms {  
          /* styles for the checkbox */
  width: 29px;              /* CHANGE this to your document width */
  height: 29px;             /* CHANGE this to your document height */
  opacity: 100;               /* this hides the native checkbox */
  vertical-align: middle;   /* used to align checkbox with label */
}


#certify-age {              /* styles for the checkbox */
  width: 29px;              /* CHANGE this to your document width */
  height: 29px;             /* CHANGE this to your document height */
  opacity: 100;               /* this hides the native checkbox */
  vertical-align: middle;   /* used to align checkbox with label */
}


/* End Steves Default menu styles classes*/
@media only screen and (max-width:480px) { /* Smartphone */
  .header {
    margin-bottom:0;
  }

  .logo{
    display:block;
    float:none;
    text-align:center;
  }
  
  .menu_main  {
    width:100%;
    text-align:center;
    float:none;
    padding:0;
    margin:1em 0 0 0;
  }
  
  .menu_main  a {
    display:inline-block;
    padding:7px;
  }
  
  .copyright {
    width:100%;
    float:none;
    text-align:center;
	
  }

  .footer  {
    padding-bottom:0;
	background-color: #fff;
  }
  
  .menu_bottom {
    width:100%;
    float:none;
    text-align:center;
    margin:1em 0 0 0;
    padding:0;
  }  
  .menu_bottom a {
    display:inline-block;
    padding:6px;
  }
  
  .form textarea {
    width:100%;
  }  
  

	
/* Steves webform Mobile styles classes */
.box {
	margin-bottom:1em;
	margin-left: 0.1em;
	line-height: 1.6em;
	font-size:1.5em;
	}
	
	.review-date {
		clear:both;
	
	margin-left: 1%;
	text-align:left;
	font-size:.9em;
	font-style: italic;
	font-weight: normal;
	line-height: 1em;
	padding: 0;
}

.review-title {
	margin-left: 2%;
	margin-bottom: .5em;	
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}

.review-address {
	clear:both;
	font-style: italic;
	font-size: .5em;
	margin-right: 1em;
	margin-left: 2%;
	text-align:left;
	font-weight: normal;
	line-height:.6em;
	
}
.image1 {display: none}

.review { 
	margin-left: 2%;
	border-left-style: solid;
    border-left-color: #c9d3e0;	
}
.endpara-review {
	width: 50%;
	margin-left:30%;
	border-bottom: 1px solid #f6f6f6;
}
	
	
input[type="text"],[type="email"],[type="tel"]{
    width: 100%;
    display: block;
    margin-bottom: 1px;
	
    background-color: #f6f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline-style:none;
	box-shadow:none;
	border-width: .1em;
	border-color: transparent;
}	

textarea {
    height: 5em;
    width: 100%;
	margin-bottom: 1px;
    background-color: #f6f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline-style:none;
	box-shadow:none;
	border-width: .1em;
	border-color: transparent;
	resize: none;
}
textarea:focus, input:focus{
    background-color: #fff;
	box-shadow: 0 0 2pt 1pt #f1f1f1;
	border-color: transparent;
}
/* End Steves webform Mobile styles classes */
  
  .form label {
    padding:10px 0 8px 0;
  }
  /* Steves form star rating styles classes */
  

 /* End Steves form star rating styles classes */
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) /* 'and' might need to be removed*/
  and (-webkit-min-device-pixel-ratio: 1) { /* Tablet */
  .col_25,
  .col_33,
  .col_66,
  .col_50 ,
  .col_75  {
    width:98%;
    float:none;
  } 
  
  .form label {
    padding:10px 0 8px 0;
  }
  .hero h1  {
  font-size:2em;
  font-weight: bold;
  font-family: 'Josefin Slab', serif;
  font-style:italic;
  color:#5498c3;
  text-shadow:none;
 
}
.hero  h3 {
  font-size:2em;
  font-weight: bold;
  font-family: 'Josefin Slab', serif;
  font-style:italic;
  color:#5498c3;
  text-shadow:none;
  
}
  
	
}
/* Portrait might need to be removed*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1){ /* Tablet */
  .col_25,
  .col_33,
  .col_66,
  .col_50 ,
  .col_75  {
    width:98%;
    float:none;
  } 
  
  .form label {
    padding:10px 0 8px 0;
  }
  .hero h1  {
  font-size:2em;
  font-weight: bold;
  font-family: 'Josefin Slab', serif;
  font-style:italic;
  color:#5498c3;
  text-shadow:none;
 
}
.hero  h3 {
  font-size:2em;
  font-weight: bold;
  font-family: 'Josefin Slab', serif;
  font-style:italic;
  color:#5498c3;
  text-shadow:none;
  
}
  
	
}
  



@media print { /* Printer */
  * { background:transparent !important; color:black !important; text-shadow:none !important; filter:none !important; -ms-filter:none !important; }
  a, a:visited { color:#444 !important; text-decoration:underline; }
  a[href]:after { content:" (" attr(href) ")"; }
  abbr[title]:after { content:" (" attr(title) ")"; }
  pre, blockquote { border:1px solid #999; page-break-inside:avoid; }
  thead { display:table-header-group; }
  tr, img { page-break-inside:avoid; }
  img { max-width:100% !important; }
  @page { margin:0.5cm; }
  p, h2, h3 { orphans:3; widows:3; }
  h2, h3{ page-break-after:avoid; }
  
  .header, .footer, .form {display:none;}
  .col_33, .col_66, .col_50  { width:98%; float:none; } 
}