/*!
 * Company: Hot Lava Media (hotlavamedia.com) - devleoper@hotlavamedia.com
 * Designer:
 * Developer: Melissa Ashforth - mashforth@hotlavamedia.com
 */
	h1,h2,h3,h4,h5{
		color: #EB2A34;
	}
 li{
	 line-height:45px;	 
 }
 
 .contentPad{
	padding-bottom: 40px;
 }
 
 h2.thankyouMsg{
	text-shadow: 0px 2px 3px #000, 0px 2px 3px #000, 0px 2px 14px #000;
	color:#fff !important;
 }
 h3.thankyouMsg{
	text-shadow: 0px 2px 3px #000, 0px 2px 3px #000, 0px 2px 14px #000;
	color:#fff !important;
 }
 .thxpghdmg{
	margin-bottom:0 !important;
 }

 
 .logobg{
	padding:15px;
	margin-bottom: 10px;
	/*background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 100%)!important;   */
	/*background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 65%,rgba(255,255,255,0) 100%)!important;   */
	/*background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 65%,rgba(255,255,255,0) 100%)!important;   */
	 /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 !important); */
}
#rt-footer-surround{
	background: rgba(0, 0, 0, 0.85) none repeat scroll 0% 0%;
    background-color: #020202;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
	color: rgba255, 255, 255, 0.85 none repeat scroll 0% 0%;
	height: 220px;
	padding: 35px 0px 65px;
	border-top: 3px solid #EB2A34;
	border-bottom: 3px solid #EB2A34;
}
#rt-bottom.rt-overlay-dark {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
#rt-bottom {
	background-color: rgba0, 0, 0, 0.85 none repeat scroll 0% 0%;
	color: rgba255, 255, 255, 0.85 none repeat scroll 0% 0%;
}
#rt-bottom img{
	padding: 0 50px;
}
.rt-grid-12 {
    width: 1200px;
}


hr.small {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: #EB2A34;
}
hr.smallAbout {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: #EB2A34;
}
hr.smallContact {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: #EB2A34;
}
hr.side{
	border-color: #EB2A34
}
.subheadingHome{
	text-shadow: 0px 2px 3px #000, 0px 2px 3px #000, 0px 2px 14px #000;
	color: #FFF;
}
.content-right
{
	background: #000 none repeat scroll 0% 0%;
	color: #FFF;
	padding: 10px 30px;
	margin-bottom: 80px;
}
.content-left
{
	padding: 10px 30px;
}
.content-left h1 {
	color: #EB2A34;
}
.content-right h1 {
	color: #EB2A34;
}
.content-left p{
	padding-right:10px;
}
.content-middle{
	padding-bottom:80px;
}

.btn, .btn-primary, .readon{
	display: inline-block;
	padding: 12px 20px;
	line-height: normal;
	font-size: 14px !important;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	color: #FFF;
	background-color: #000;
	border-width: 0px 0px 2px;
	border-style: none none solid;
	border-color: -moz-use-text-color -moz-use-text-color #EB2A34;
	border-bottom: 2px solid #EB2A34;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	background-image: none;
	text-shadow: none;
	transition: all 0.2s ease-in 0s;
	text-decoration:none;
	font-family: "Lora","Times New Roman",serif !important;
	text-align:center;
}
.btn:hover, .btn-primary:hover, .readon:hover{
	display: inline-block;
	padding: 12px 20px;
	line-height: normal;
	font-size: 14px !important;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	color: #FFF;
    background-color: #2A2A30;
    border-bottom: 2px solid #FDF2C2;
	border-width: 0px 0px 2px;
	border-style: none none solid;
	border-color: -moz-use-text-color -moz-use-text-color #FDF2C2;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	background-image: none;
	text-shadow: none;
	transition: all 0.2s ease-in 0s;
	text-decoration:none;
	font-family: "Lora","Times New Roman",serif !important;
	text-align:center;
}

.btn-warning {
  background: #ffff00;
  background-image: -webkit-linear-gradient(top, #ffff00, #ffdd00);
  background-image: -moz-linear-gradient(top, #ffff00, #ffdd00);
  background-image: -ms-linear-gradient(top, #ffff00, #ffdd00);
  background-image: -o-linear-gradient(top, #ffff00, #ffdd00);
  background-image: linear-gradient(to bottom, #ffff00, #ffdd00);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #000000;
  font-size: 30px;
  padding: 6% 5%;
  border: solid #ffea00 2px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:visited {
  background: #ffdd00;
  background-image: -webkit-linear-gradient(top, #ffdd00, #ffff00);
  background-image: -moz-linear-gradient(top, #ffdd00, #ffff00);
  background-image: -ms-linear-gradient(top, #ffdd00, #ffff00);
  background-image: -o-linear-gradient(top, #ffdd00, #ffff00);
  background-image: linear-gradient(to bottom, #ffdd00, #ffff00);
  color: #000000 !important;
  font-size: 30px;
  padding: 6% 5%;
  border: solid #ffea00 2px;
  text-decoration: none;
  background-color: #ffff00;
  border-color: #ffea00 !important;
  display: block;
  text-align: center;
}
span.btnsmalltxt {
    font-size: 1.5rem;
	display: block;
}

.readon::after {
    content: "+";
    font-family: arial;
    padding-left: 5px;
}

.capSpc{
	margin-top: -45px !important;
}

.fa-quote{
	padding:4px;
}
em.quote{
	font-size: 70%;
}
em.quoteby{
	font-size: 80%;
}

.homeImg{
	width: 40%;  
	height: auto; 
	margin-top:-1px !important;
	float:right;
}
footer h2 a {
    color: #000;
}
.intro-header {
    border-bottom: 8px solid #000;
}
.intro-header::after {
    content: "";
    height: 3px;
    background-color: #EB2A34;
    position: absolute;
    bottom: -9px;
    width: 100%;
}
/* .intro-header::before {
    content: "";
    width: 28px;
    height: 71px;
    position: absolute;
    z-index: 1001;
    bottom: -33px;
    left: 50%;
    margin-left: -14px;
    background: transparent url("../img/hricon.png") repeat scroll 0% 0%;
}
*/
/* mobile */
/* XSmall */
@media (min-width: 320px) and (max-width: 450px) { 
	.imgSize{
		width:100%;
	}
	.page-heading{
		margin-top: -20px;
	}
	h1{
		font-size:30px !important;
		color: #EB2A34;
	}
	h2{
		font-size:20px !important;
		color: #EB2A34;
	}
	#rt-footer-surround {
    height: 610px;
	border-top: 3px solid #EB2A34;
	border-bottom: 3px solid #EB2A34;	
	}
	.fa-5x{
		font-size:3em !important;
	}
	.col-space{
		padding:5px;
	}
 }
 @media (min-width: 450px) and (max-width: 767px) { 
	.imgSize{
		width:50%;
	}
	.page-heading{
		margin-top: -40px;
	}
	h1{
		font-size:30px !important;
		color: #EB2A34;
	}
	h2{
		font-size:20px !important;
		color: #EB2A34;
	}
	#rt-footer-surround {
    height: 575px;
	border-top: 3px solid #EB2A34;
	border-bottom: 3px solid #EB2A34;
	}
	.fa-5x{
		font-size:3em !important;
	}
	.col-space{
		padding:5px;
	}
 }
/* Small */
@media (min-width: 768px) and (max-width: 991px) { 
   	.imgSize{
		width:50%;
	}
 }
/* Med */
@media (min-width: 992px) and (max-width: 1199px) { 

 }
/* Large */
@media (min-width: 1200px) { 

 }
 