<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */

font-family: 'brandongrotesque-regularbook';
line-height:25px;
font-size:14px;
-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}




.row {
  margin-left:0px;
  margin-right:0px;
}


@font-face {
    font-family: 'stainy_personal_use_onlyRg';
    src: url('../fonts/custom/stainy_personaluseonly-webfont.eot');
    src: url('../fonts/custom/stainy_personaluseonly-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/custom/stainy_personaluseonly-webfont.woff2') format('woff2'),
         url('../fonts/custom/stainy_personaluseonly-webfont.woff') format('woff'),
         url('../fonts/custom/stainy_personaluseonly-webfont.ttf') format('truetype'),
         url('../fonts/custom/stainy_personaluseonly-webfont.svg#stainy_personal_use_onlyRg') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'brandongrotesque-regularbook';
    src: url('../fonts/custom/brandon_grotesque_regular-webfont.eot');
    src: url('../fonts/custom/brandon_grotesque_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/custom/brandon_grotesque_regular-webfont.woff2') format('woff2'),
         url('../fonts/custom/brandon_grotesque_regular-webfont.woff') format('woff'),
         url('../fonts/custom/brandon_grotesque_regular-webfont.ttf') format('truetype'),
         url('../fonts/custom/brandon_grotesque_regular-webfont.svg#brandongrotesque-regularbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

.resimg {
  display: block;
  overflow: hidden;
  position: relative;
}

.resimg:before {
  content: "";
  display: block;
  width: 100%;
}


.resimg-spc:before {
  padding-bottom: 100%;
}

.coverimg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover !important;
  margin: 0 auto 0em;
  max-height: 620px;
  max-width: 1130px;
}





/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
  
}

/* Set the fixed height of the footer here */
#footer {
  
  background-color: #770c14 !important;
  
  padding-top:20px;
  padding-bottom:20px;
}



/* Custom page CSS
-------------------------------------------------- */
/* PAGES STYLES
-------------------------------------------------- */
.pagebg{
	
	line-height:25px;
		background:url(../assets/pagebg.jpg) no-repeat center 0px fixed; 
		-webkit-font-smoothing: antialiased;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
	  	-o-background-size: cover;
		height: 100%;
		padding-top:70px;
	}



#pagewrap{
background: rgba(255, 255, 255, 0.8);
margin-bottom:20px;	
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.tophead{padding:0px 80px 0px 40px;}
.topwrap {text-align: center;padding-top:30px;  }

.topwrap h1{
	font-family: 'stainy_personal_use_onlyRg';
	font-size:110px;
	color:#770c14;
	padding:0px;
	margin:40px 0px 0px 0px;
	text-shadow: 3px 4px 10px rgba(255, 255, 255, .5);
	}
	
.topwrap h3{
	font-family: 'brandongrotesque-regularbook' !important;
	}	


.inner-wrap{padding:10px 60px;}

#socialmedia .ssk-text{font-family: 'brandongrotesque-regularbook'; font-size:16px;}	


/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}




#wrap &gt; .container {
  padding: 30px 15px 0;
}
.container .credit {
  margin: 20px 0;
}



#footer a {
  color:#efefef;
}

header {
  background:url(../assets/headbg.jpg) no-repeat center center;
  color:#555;
      -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;

}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1 {
  font-size:50px;
}

/*
.logo {
  font-size:40px;
  position:absolute;
  z-index:1200;
  color:#333;
  top:70px;
  text-align:center;
  width:100%;
}
*/

.carousel-control{z-index:20;}
.logo { 
  z-index:1;text-align:center;position:absolute; width:100%; }
.logo img {margin:0 auto !important;}
#nav {
  width: 100%;
  position:static;
 /*top:-32px ;*/
 
}

#nav.affix {
   position: fixed;
   top: 0px;
  z-index:30;
     
animation: affixFadeIn 3s  ease-in;
    -webkit-animation: affixFadeIn 3s;

}


@keyframes affixFadeIn
{
from {opacity: .30;}
to {opacity: 1;}
}

@-webkit-keyframes affixFadeIn 
{
from {opacity: .30;}
to {opacity: 1;}
}

#footer &gt; .container {
  
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified &gt; li{
      float:none;
  }

}
  
.navbar-nav {
  margin: 1px 1px; 
}  
  
 
 .nav li#active a{
  background-color: #2f87a1;
}  
  
/* customize nav style */
.navbar-custom {
    background-color: #770c14;
	font-weight:700;
    text-transform:uppercase;
    border-top:1px solid #fff;
 

}
.navbar-custom  .navbar-nav&gt;li&gt;a {
	color: #fff;
}
.navbar-custom  .dropdown-menu li&gt;a:hover {
	color: #eee;
}
.navbar-custom  .navbar-nav li&gt;a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	background-color: #87151d ;
  border-top:1px solid #87151d ;
}

ul.nav.navbar-nav.nav-justified li.active a:hover{background-color: #87151d ;}

.navbar-custom .navbar-nav&gt;.dropdown&gt;a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
	background:#87151d;
}
.navbar-toggle:hover{
 
	background:#ffae30 !important;
}

/*-------------------------------------------------- 
BTN CTA
-------------------------------------------------- */
.btn-cta{
	background:#770c14;
	color:#fff;
}

.btn-cta:hover{
	background:#87151d;
	color:#fff;
}
/*-------------------------------------------------- 
END BTN CTA
-------------------------------------------------- */

.divider {
	height:30px;
	
}

#contpad{padding:30px 0px 50px 0px!important;}

.panel {
	border-width:0;
}



#map-canvas {
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
 
section.secwrap{
	
	 height: auto !important;
  height: 100%;
 padding-top:50px;
-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.0);
-moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.0);
box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.0);
	}
section {
  
  min-height: 400px;
  height: auto !important;
  height: 100%;
  
-webkit-box-shadow: inset 0px 0px 6px -2px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 6px -2px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 6px -2px rgba(0,0,0,0.75);
  
}

.bg-1 {
	background:url(../assets/background/bg1.jpg) no-repeat center center; 

    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	
}

.bg-2 {
	background:url(../assets/background/bg2.jpg) no-repeat center center; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-3 {
	background:url(../assets/background/bg3.jpg) no-repeat center center; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}


.bg-4 {
	background:url(../assets/background/bg4.jpg) no-repeat center center; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}



.bg-5 {
	background:url(../assets/background/bg5.jpg) no-repeat center center; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

/*
.bg-5 {
	padding-top:30px;
    background-color:#e6e6e6;
}
*/

.panel .img-responsive {
	min-height:270px;
    max-height:270px;
}




/*======================================================
CUSTOM CSS
========================================================*/

.carousel-inner{

    -webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}

.carousel-inner &gt; .item &gt; img {
      width: 100%;
      margin: auto;
	
   
	   }

.carousel-control {
  background-color: none;
  width:70px;
  font-size:40px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

}
.carousel-control:hover {

}


.text-center img{margin:0 auto;}

.picbox{
	/*border-radius:50% 50% 50% 50%;  */
	
	
	

  width:230px;
  margin:38px 0px 0px 60px;
	
	
	}
	
.framewrap{background:url(../assets/frame.png) no-repeat; width:350px;height:360px;}	


	
.picbox img{margin:0 auto;}	


.picbox2{
	/*border-radius:50% 50% 50% 50%;  */
	
	
	
	border: 4px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  margin:0px 8px;
	
	
	}



p.enlarge {font-size:55px; color:#fff !important;}

	
.title {font-size:85px !important;margin-top:30px !important;;}	
.title, .mtitle, .stitle{font-family: 'stainy_personal_use_onlyRg' !important;}	
.titleb{font-family: 'stainy_personal_use_onlyRg';}
.trwrap{}	
.trwrap p{margin:4px 0px 10px; }
.rm1{display:none;}
#bigbut{padding:20px;background:#541e58; color:#fff; font-size:26px;}
#bigbut:hover{background:#87151d ;}
.swrap {font-size:20px;}
.swrap img{margin:0 auto;}
.swrap h1{ font-family: 'Didact Gothic', sans-serif !important;  color:#f27a7c; font-size:24px;padding:10px 20px;;}
.swrap h3{ font-family: 'Didact Gothic', sans-serif !important;  color:#4b4b4b; font-size:16px;padding:0 20px;}
.swrap p{padding:0 20px;}

.mswrap {}
.mswrap  img{margin:0 auto;}

#footmisc{margin:-15px !important;}
.footlinks{padding-top:10px; color:#fff;}
.footlinks ul{list-style:none; padding:0}
.footlinks ul li{display:inline-block; padding-right:15px;}
.blubut{background:#45a38b; border-radius:0; border:none; font-size:24px; color:#fff;margin-top:-8px;}
.blubut:hover{background:#01ad85; color:#fff;}
.blu{color:#fff;}
.searchwrap{padding-top:10px;text-align:left; }
.srtext{color:#fff; padding:4px 0px 4px;font-size:11px;text-align:left;}
.sfield {background:#fff !important; border:none; padding:10px 10px;;width:80%;}
.footlogo{margin-top:4px;}

.social{margin-top:10px;text-align:left;}
.placewrap{color:#fff;text-align:left;}
.cwrap{margin:30px 0px;;padding:5px; background:#fff;
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.cwrap img{
  
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
  



/*==========  Read More Button  ==========*/
#mpic{background:#87151d ;border:none !important;}
#rb{background:#87151d ;border:none;}
#rb:hover, #mpic:hover{background:#a11d28;border:none;}



  /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
     .social{text-align:center;}
		.placewrap{text-align:center;}
		.searchwrap{text-align:center;}
		.footlinks{text-align:center;}
		.titleb{text-align:center; }
		.srtext{text-align:center;}
		.blubut{margin-top:10px; }
		.mtitle{font-size:70px;}
		.stitle{font-size:40px;text-align:center}
		.title{font-size:70px; text-align:center;}
		#smblubut{background:#f27a7c !important; border-radius:0; border:none; font-size:14px; color:#fff; text-align:center;padding:6px 10px;}
		.ih-item.square.effect6 .info p {padding: 50px 20px 20px !important;}
		.footlogo{text-align:center;}
		#div-center{text-align:center;}
		#mpic{font-size:13px}
		.picbox{
		  width:198px;
		  margin:28px 0px 0px 50px;
		}
	
		.framewrap{
			background:url(../assets/frame.png)  no-repeat ; width:300px;height:309px;margin-top:-70px;margin-left:-45px !important;
			background-size: 300px 309px;
		
			}
		.picbox img{margin:0 auto;}	
      
      
      
      .thumbnail{
	min-height:198px;
	
 	width:280px;
 	margin:0px;
 	border:0;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	}
	
.thumbnail img{min-height:198px;}	


    }

 

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.footlinks{text-align:left; }
		.footlogo{text-align:left;}
		.searchwrap{text-align:left; }
		.srtext{text-align:left;}
		.placewrap{text-align:left;}
		.social{text-align:left;}
		.titleb{font-size:50px; }
		.stitle{font-size:22px;}
		.logo img {max-height:250px; max-width:250px; }
        .ih-item.square.effect6 .info p {padding: 40px 20px 20px !important;}
		#div-center{text-align:center;}
      
      
      .thumbnail{

 	width:280px;
 	margin:0px;
 	border:0;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;

	border-radius: 0px;

	}
	
.thumbnail img{min-height:224px;}	
      
      
    }


 /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.picbox{
			width:198px;
			margin:28px 0px 0px 50px;
		}
			
		.framewrap{
			background:url(../assets/frame.png)  no-repeat ; width:300px;height:309px;margin-top:0px;margin-left:-45px !important;
			background-size: 300px 309px;
			}

		.picbox img{margin:0 auto;}	

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.title{font-size:70px; text-align:left;margin:0px;}
		.mtitle{font-size:55px;margin:0px 0px 10px;}
		.stitle{font-size:30px;}
		.titleb{font-size:70px;text-align:left;}
		.footlinks{text-align:left; }
		.blubut{background:#45a38b; border-radius:0; border:none; font-size:23px; color:#fff;margin-top:-3px;}
		.searchwrap{text-align:left; }
		.srtext{color:#fff; padding:0px;font-size:11px;text-align:left;}
		.footlogo{text-align:left;}
		.sfield {background:#a8a8a8; border:none; padding:10px 10px;;width:80%;}
		.social{margin-top:10px;text-align:left;}
		.placewrap{color:#fff;text-align:left;}
		.logo img {max-height:380px; max-width:380px; }
		.ih-item.square.effect6 .info p {padding: 80px 20px 20px !important;}
		#div-center{text-align:left;}
		.picbox{
		  width:230px;
		  margin:38px 0px 0px 60px;
			}
		.framewrap{background:url(../assets/frame.png) no-repeat; width:350px;height:360px;margin-top:0px;margin-left:20px !important; }	
		.picbox img{margin:0 auto;}	
      
      
    .thumbnail{
	min-height:230px;
	
 	width:280px;
 	margin:0px;
 	border:0;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	}
	
.thumbnail img{min-height:230px;}	
      
      

    }



    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

		.picbox{
			width:230px;
			margin:38px 0px 0px 60px;
			}
			
		.framewrap{background:url(../assets/frame.png) no-repeat; width:350px;height:360px;margin:0 auto !important;margin-top:-70px !important; }	
    }


 /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
      
      .picbox{
			width:230px;
			margin:38px 0px 0px 60px;
			}
      
	.framewrap{background:url(../assets/frame.png) no-repeat; width:350px;height:360px;margin:0 auto !important;margin-top:-70px !important; }	
    }



 /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
      
      .picbox{
			width:198px;
			margin:28px 0px 0px 50px;
			}
      
      .framewrap{
			background:url(../assets/frame.png)  no-repeat ; width:300px;height:309px;margin-top:-70px;margin-left:-25px !important;
			background-size: 300px 309px;
			}

    }


	
	/* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
		.picbox{
			width:198px;
			margin:28px 0px 0px 50px;
			}
	
		.framewrap{
			background:url(../assets/frame.png)  no-repeat ; width:300px;height:309px;margin-top:-70px;margin-left:-45px !important;
			background-size: 300px 309px;
			}
		.picbox img{margin:0 auto;}	
    }

	.picthumb{
    max-height: 200px;
	margin: .1%;
	text-align:center;
}

p.enlarge{
font-size:55px; 
color:#fff !important;
}</pre></body></html>