
   /* -------------------------- Main Website Styles -------------------------- */

body {
	background-color : #66012b;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom: 0px;
	font-family : 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height: 22px;
	color: #fcb02c;
	background-image: url(../images/bg-maroon.png);
}
img, a img {	
	border: 0 none;
}
*,
*::after, 
*::before {
	 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
				box-sizing: border-box;
}
a {
	outline: none;
}
a[href^="tel"]{
    color:inherit!important;
    text-decoration:none!important;
}
H1 {
	font-size : 32px;
	margin-bottom : 10px;
	margin-top: 0px;
	font-weight: normal;
	font-style: normal;
	line-height: 32px;
	color: #fcb02c;
	font-family: 'OpenSansLight';
}
H2 {
	font-size : 24px;
	margin-bottom : 5px;
	margin-top: 0px;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	color: #fcb02c;
	font-family: 'OpenSansBold';
}
H3 {
	font-size : 14px;
	margin-bottom : 0px;
	margin-top: 0px;
	font-weight: bold;
	font-style: normal;
	color: #fcb02c;
}
H4 {
	font-size : 12px;
	margin-bottom : 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #fcb02c;
}
hr /* Make sure you upate all the color hexes when changing, different browsers read this tag differently. */
	{
	border: 0px solid #cccccc;
	color: #cccccc;
	height: 1px;
	background-color: #cccccc;
}
A, A:Link, A:Visited {
	color: #fcb02c;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #fcc467;
	text-decoration: underline;
}



/* ------ Grid Column Classes ------ */

/* Example Layout:
*  
*
*	<div class="section group">
*		<div class="col span_6">
*			Content Goes Here.
*		</div>
*		<div class="col span_6">
*			Content Goes Here.
*		</div>
*	</div>
*
*
*/

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* GROUPING */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* Grid-Style Div Classes */

.col {
	display: block;
	float: left;
}
.col_padding {
	padding: 5px;
}

/* 
Span classes are all out of 12 columns.
i.e .span_6 = length of 6 columns out of 12, or half width. 
*/

.span_12 {
	width: 100%;
}

.span_11 {
	width: 91.66%;
}

.span_10 {
	width: 83.33%;
}

.span_9 {
	width: 75%;
}

.span_8 {
	width: 66.66%;
}

.span_7 {
	width: 58.33%; 
}

.span_6 {
	width: 50%;
}

.span_5 {
	width: 41.66%; 
}

.span_4 {
	width: 33.33%; 
}

.span_3 {
	width: 25%;
}

.span_2 {
	width: 16.66%; 
}

.span_1 {
	width: 8.33%; 
}


  /* -------------------------- Custom Fonts -------------------------- */
   

@font-face {
    font-family: 'OpenSansLight';
    src: url('/includes/fonts/OpenSans-Light-webfont.eot');
    src: url('/includes/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('/includes/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/includes/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('/includes/fonts/OpenSans-Regular-webfont.eot');
    src: url('/includes/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/includes/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/includes/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('/includes/fonts/OpenSans-Semibold-webfont.eot');
    src: url('/includes/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('/includes/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('/includes/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('/includes/fonts/OpenSansBold-webfont.eot');
    src: url('/includes/fonts/OpenSansBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/OpenSansBold-webfont.woff') format('woff'),
         url('/includes/fonts/OpenSansBold-webfont.ttf') format('truetype'),
         url('/includes/fonts/OpenSansBold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


   /* -------------------------- Specialty Website Styles -------------------------- */

.pencil {
	width: 16px!important;
	height: 16px!important;
}
.hiddenPic {
   display:none;
}
@media print {
	.noprint { display: none; }
}
.over img:hover { 
	filter : alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity:0.7; /* FX/Opera/Safari/Chrome */
}
.clearer {
	clear: both;
}
.categories-text {
	line-height: 18px;
	font-size: 12px;
}
.box-categories a:link, 
.box-categories a:visited {
	font-size: 14px;
}
.font-white,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white a,
.font-white a:link,
.font-white a:visited {
	color: white;
}
.font-black,
.font-black h1,
.font-black h2,
.font-black h3,
.font-black h4,
.font-black a,
.font-black a:link,
.font-black a:visited {
	color: black;
}
.font-gray,
.font-gray h1,
.font-gray h2,
.font-gray h3,
.font-gray h4,
.font-gray a,
.font-gray a:link,
.font-gray a:visited {
	color: #5f5f5f;
}

   /* -------------------------- Social Media Style Classes Go Here -------------------------- */

.box-social {
	
}   
.box-social a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-position: center;
	background-repeat: no-repeat;
}
.icon-facebook:link, .icon-facebook:visited {
	background-image: url(../images/icons/facebook.png);
}
.icon-facebook:hover {
	background-color: #3b579d;
}
.icon-twitter:link, .icon-twitter:visited {
	background-image: url(../images/icons/twitter.png);
}
.icon-twitter:hover {
	background-color: #33ccff;
}
.icon-google-plus:link, .icon-google-plus:visited {
	background-image: url(../images/icons/google-plus.png);
}
.icon-google-plus:hover {
	background-color: #dc4a38;
}
.icon-youtube:link, .icon-youtube:visited {
	background-image: url(../images/icons/youtube.png);
}
.icon-youtube:hover {
	background-color: #cd201f;
}
.icon-pinterest:link, .icon-pinterest:visited {
	background-image: url(../images/icons/pinterest.png);
}
.icon-pinterest:hover {
	background-color: #bd081c;
}
.icon-ebay:link, .icon-ebay:visited {
	background-image: url(../images/icons/ebay.png);
}
.icon-ebay:hover {
	background-color: #0063d1;
}


   /* -------------------------- Structure Style Classes Go Here -------------------------- */

.main-container  {
	width: 100%; 
   position: relative;
	text-align: left;
}
.boxed {
	width: 1050px;
	margin: 0 auto;
}
.padding {
	padding: 25px;
}
.padding2 {
	padding: 15px;
}
.padding-center {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-left {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.padding-right {
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
.bg-body {

}
.box-body {

}
.box-left {

}
.box-right {

}
.box-main {
	
}
.box-story-content {
	
}


/* -------------------------- Button Style Classes Go Here -------------------------- */


.btn 
 {
	padding: 15px;
	min-width: 200px;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	border: none; 
	line-height: normal!important;
	font-style: normal;
}
.btn:hover {
	text-decoration: none;
	cursor: pointer;
}

.btn1,
.btn1:link,
.btn1:visited {
	background-color: red;
	color: white;
}
.btn1:hover {
	background-color: #ce0000;
}

	

   /* -------------------------- Header Style Classes Go Here -------------------------- */

.slicknav_menu,
.js #menu {
display: none;
}  
.bg-top {
	
}
.box-top {
	
}
.bg-header {
	
}
.box-header {  
	
}
.bg-menu {
	display: none;
}
.box-menu {
	
}
.box-logo {
	
}   


/* -------------------------- Footer Style Classes Go Here -------------------------- */
   

.bg-footer {

}
.box-footer {

}
.footer-left {
	
}
.footer-right {
	text-align: right;
}


/* -------------------------- Home Classes Go Here -------------------------- */

.bg-cavs-gold {
	height: 25px;
	background-color: #fcb02c;
	background-image: url(../images/bg-gold.png);
}
.bg-cavs-question {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	background-color: #002455;
	background-image: url(../images/bg-blue.png);
}
.bg-cavs-question h1 {
	font-size : 56px;
	line-height: 62px;
}
.bg-cavs-answer {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.bg-cavs-answer h2 {
	font-size : 180px;
	line-height: 186px;
	margin-bottom: 30px;
}


/* -------------------------- Parallax & Slideshow Styles -------------------------- */
   
.parallax {
	padding: 0; 
	margin: 0; 
	width: 100%; 
	margin: 0 auto; 
	background-size: 100% auto;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 99;
}
.bg-main-banner {
	position: relative;
	width: 100%;
	background-color: #414141;
}
.slide, #slideshow {
	width: 100%;
	height: 600px;
	position: relative; 
	z-index: 0;
}
#slideshow .position { 
	width: 100%;
}
#slideshow .controls { 
	bottom: 25px;
	right: 10px;
	z-index: 9999; 
	position: absolute;
	width: 100%;
	text-align: center;
}
#slideshow .controls a { 
	font-size: 3px; 
	line-height: 3px; 
	margin: 2px; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	text-decoration: none; 
	background: #ffffff;
	-webkit-border-radius: 100%; 
	-moz-border-radius:    100%; 
	border-radius:         100%; 
}
#slideshow .controls a:first-child { 
	background: #ffffff;
}
#slideshow .controls a.activeSlide { 
	background: #eb2428; 
}
#slide1 { background-image: url(../images/slides/IMAGE-NAME.jpg);}




/* -------------------------- Custom Style Classes Go Here -------------------------- */



/* -------------------------- Tool Tips -------------------------- */
a.tooltip {
	text-decoration: none;
	color: #3C3C3C;
 }
 
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #FFFFC1;
	border: 1px solid #cccccc;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
 a.tooltip_img {
	text-decoration: none;
 }
 
a.tooltip_img span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip_img:hover span{
	display: inline;
	position: absolute;
	font-style: normal;
	text-align: left;
 }
 


/* -------------------------- Resize photogallery images -------------------------- */

.tn_resize{
max-width: 100px;
max-height: 80px;
}
.tn_resize_grid{
max-width: 150px;
max-height: 100px;
}

.img_resize{
max-width: 500px;
max-height: 400px;
}




   /* -------------------------- TopAdminBar -------------------------- */

table.admin_hdr_bar 
{
	width: 100%;
	background-color: #1d4f98;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
}
table.admin_hdr_bar td {
	color: #dcdcdc;
	padding: 3px;
}

table.admin_hdr_bar td a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
table.admin_hdr_bar td a:hover {
	font-weight: bold;
	text-decoration: underline;
}