/*!
 * Company: Hot Lava Media (hotlavamedia.com) - devleoper@hotlavamedia.com
 * Designer:
 * Developer: Melissa Ashforth at Hot Lava Media - mashforth@hotlavamedia.com
 */

 li{
	 line-height:40px;	 
 }
 
 .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; /* FF3.6-15 */
	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; /* Chrome10-25,Safari5.1-6 */
	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; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 !important); /* IE6-9 */
}
#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: 250px;
	padding: 35px 0px 65px;
	border-top: 3px solid #D12B2F;
	border-bottom: 3px solid #D12B2F;
}
#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 20px;
}
.rt-grid-12 {
    width: 1200px;
}


hr.small {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: #D12B2F;
}
hr.smallAbout {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: #D12B2F;
}
hr.smallContact {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: #D12B2F;
}
hr.side{
	border-color: #D12B2F
}
.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: #000;
}
.content-right h1 {
    color: #fff;
}
.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 #D12B2F;
	border-bottom: 2px solid #D12B2F;
	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;
}
.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;
}

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

.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;
}
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: #D12B2F;
    position: absolute;
    bottom: 0px;
    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/bolt.png") repeat scroll 0% 0%;
}
.cbp-qtrotator .cbp-qtcontent {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.afil90{
	height:90px;
}
.afil60{
	height:60px;
}
.afil45{
	height:45px;
}
.afilbord{
	padding:5px !important; 
	background-color:#fff;
}
.navbar-custom.is-fixed {
    z-index: 99999;
}
/* mobile */
/* XSmall */
@media (min-width: 0px) and (max-width: 450px) { 
	.intro-header {
		margin-bottom: 10px;
		height: 50vh;
	}
	.intro-header::after {
		bottom: 510px;
	}
	.afil img{
		margin-bottom:15px;
	}
	.imgSize{
		width:100%;
	}
	.homeImg{
		height: auto !important;
		width: 100% !important;
		display: block;
		float: none !important;
		margin: auto !important;
	}
	.page-heading{
		margin-top: -20px;
	}
	h1{
		font-size:30px !important;
	}
	h2{
		font-size:20px !important;
	}
	#rt-footer-surround {
    height: 800px;
	border-top: 3px solid #D12B2F;
	border-bottom: 3px solid #D12B2F;	
	}
	.fa-5x{
		font-size:3em !important;
	}
	.col-space{
		padding:5px;
	}
	.afilr2{
		margin-bottom:-10px;
	}
	.afil90{
		height:auto !important;
		width:50% !important;
		display:block;
	}
	.afil60{
		height:auto !important;
		width:50% !important;
		display:block;
	}
	.afil45{
		height:auto !important;
		width:50% !important;
		display:block;
	}
	.hapLogo{
		height:auto !important;
		width:50% !important;
		display:block;
	}
	.afilbord{
		padding:5px !important; 
		background-color:#fff;
	}
 }
 @media (min-width: 450px) and (max-width: 767px) { 
	.intro-header {
		margin-bottom: 10px;
		height: 50vh;
	}
	.intro-header::after {
		bottom: 510px;
	}
	.afil img{
		margin-bottom:15px;
	}
	.imgSize{
		width:50%;
	}
	.page-heading{
		margin-top: -40px;
	}
	h1{
		font-size:30px !important;
	}
	h2{
		font-size:20px !important;
	}
	#rt-footer-surround {
    height: 650px;
	border-top: 3px solid #D12B2F;
	border-bottom: 3px solid #D12B2F;
	}
	.fa-5x{
		font-size:3em !important;
	}
	.col-space{
		padding:5px;
	}
	.navbar-custom .navbar-brand {
		font-size: 14px !important;
	}
 }
/* Small */
@media (min-width: 768px) and (max-width: 991px) { 
	.intro-header {
		margin-bottom: 10px;
		height: 50vh;
	}
	.intro-header::after {
		bottom: 510px;
	}
	.afil img{
		margin-bottom:15px;
	}
	.imgSize{
		width:50%;
	}
	.page-heading{
		margin-top: -40px;
	}
	h1{
		font-size:30px !important;
	}
	h2{
		font-size:20px !important;
	}
	#rt-footer-surround {
    height: 450px;
	border-top: 3px solid #D12B2F;
	border-bottom: 3px solid #D12B2F;
	}
	.fa-5x{
		font-size:3em !important;
	}
	.col-space{
		padding:5px;
	}
	.navbar-custom .navbar-brand {
		font-size: 14px !important;
	}
 }
/* Med */
@media (min-width: 992px) and (max-width: 1034px) { 
	.intro-header {
		margin-bottom: 80px;
		height: 50vh;
	}
	.intro-header::after {
		bottom: 510px;
	}
	.afil img{
		margin-bottom:15px;
	}
	.imgSize{
		width:50%;
	}
	.page-heading{
		margin-top: -40px;
	}
	h1{
		font-size:30px !important;
	}
	h2{
		font-size:20px !important;
	}
	#rt-footer-surround {
    height: 510px;
	border-top: 3px solid #D12B2F;
	border-bottom: 3px solid #D12B2F;
	}
	.fa-5x{
		font-size:3em !important;
	}
	.col-space{
		padding:5px;
	}
	.navbar-custom .navbar-brand {
		font-size: 14px !important;
	}
	.intro-header .site-heading, .intro-header .post-heading, .intro-header .page-heading {
    padding: 100px 0;
	}
 }
@media (min-width: 1034px) and (max-width: 1199px) { 
	.intro-header {
		margin-bottom: 80px;
		height: 50vh;
	}
	.intro-header::after {
		bottom: 510px;
	}
	.afil img{
		margin-bottom:15px;
	}
	.imgSize{
		width:50%;
	}
	.page-heading{
		margin-top: -40px;
	}
	h1{
		font-size:30px !important;
	}
	h2{
		font-size:20px !important;
	}
	#rt-footer-surround {
    height: 310px;
	border-top: 3px solid #D12B2F;
	border-bottom: 3px solid #D12B2F;
	}
	.fa-5x{
		font-size:3em !important;
	}
	.col-space{
		padding:5px;
	}
	.navbar-custom .navbar-brand {
		font-size: 14px !important;
	}
	.intro-header .site-heading, .intro-header .post-heading, .intro-header .page-heading {
    padding: 100px 0;
	}
 }
/* Large */
@media (min-width: 1200px) { 

 }
 