/**********************************
TENCOM GENERAL STYLE SHEET
***********************************/
*{
	margin: 0;
  	padding: 0;
}

body {	
	font-family: 'Roboto Condensed', sans-serif;
  	color: #333;
  	font-size:1em;
}

body.site {
	border: 0;
  	color: #000;
  	padding: 0;
  	background-color: #f2f2f2;
}

.body .container {
	background-color: #f2f2f2;
  	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
  	padding: 0;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.row-fluid {
    width: 95%;
    margin: 0 auto;
}

a {
	color: #2c4656;
  	text-decoration: underline;
  	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	transition-delay: initial;
}

a:hover {
	text-decoration: none;
}

.clear {
  	clear:both;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}



/**********************************
FONTS
***********************************/
h1, h2, h3, h4, h5, h6 {
  	text-rendering: optimizelegibility;
  	margin: 0;
  	padding: 0;
  	color: #30412e;
  	line-height: 1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
  	line-height: 1.25em;
}

h3 {
	font-size: 1.5em;
  	line-height: 1.25em;
}

h4 {
	font-size: 1.5em;
  	line-height: 1em;
}

p, li {
    font-size: 1.15em;
    line-height: 1.25em;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

br {
	line-height: 1em;
}

ul, ol {
	padding: 0;
	/*margin: 0;*/
}



/**********************************
TOP BAR
***********************************/
#top-bar {
    position: relative;
  	padding: 0;
  	margin:0 auto;
  	background: url('/images/header-bg.jpg') no-repeat scroll center top;
    background-size: cover;
}

#top-container {
    padding: 0;
}

#top-bar-contents-first {
    margin: 0 auto;
  	padding: 5%;
  	position:relative;
  	float: none;
  	width: 90%;
  	text-align: center;
  	font-size: 0.75em;
}

.logo-top {
	border-right: none;
  	padding: 40px 0 0 0;
    margin: 0;
}

.logo-top img{
  	height: auto;
  	width: 70%;
}

#top-bar-contents-second {
    margin: 0 auto;
  	padding: 20px 0;
  	position:relative;
  	float: none;
  	width: 100%;
  	text-align: center;
  	font-size: 0.75em;
}

.header-wording {
  	padding: 0px 15px 50px 15px;
} 

.header-wording h1 {
    font-size: 4em;
    color: #fff;
    font-weight: 700;
  	text-shadow: 2px 2px 4px #000;
  	font-family: 'Oswald', sans-serif;
}

.header-wording span {
    color: #eee19c;
}

.header-wording a {
    color: #fff;
  	text-decoration: none;
}
  
.header-wording h3 {
    font-weight: 300;
    font-size: 2.75em;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
  	font-family: 'Oswald', sans-serif;
  	line-height: 1.25em;
}

#top-bar-contents-third {
  	
}



/**********************************
NAVIGATION
***********************************/
#main-navigation {
    background-color: #1d281c;
  	border-top: 1px solid #c6c695;
}

#main-navigation-container {
    max-width: 1100px;
	margin: 0 auto;
	position: relative;
    padding: 0;
}

#navigation-first {
    float: none;
    width: 100%;
  	text-align: center;
  	padding: 0;
}

#navigation-first a{
    text-transform: uppercase;
}
       
#navigation-second {
}
    
#navigation-third {
}

.responsiveMenuTheme2 {
    font-family: 'Roboto Condensed', sans-serif;
}

.toggleMenu {
    font-family: 'Roboto Condensed', sans-serif;
}

.toggleMenu span {
	display: initial;  	
}

a.toggleMenu {
	color: rgba(255, 255, 255, 1.0);
}

a:hover.toggleMenu {
	color: rgba(230, 89, 35, 1.0);
  	text-decoration: none;
}



/**********************************
GOLD STRIPE BELOW NAVIGATION
***********************************/    
#display {
    padding: 5px 0; 
    text-align: center;
    width: 100%;
    margin: 0;
  	background: #5f5746;
    border-top: 1px solid #a29a88;
}

#display-container {

}

#display-responsive {

}

.ls-container {
    display: none;	
}


/**********************************
SUB HEADERS
***********************************/	
.subpage-header {
  	padding: 30% 0;
  	background-size: cover;
  	background-position: center bottom;
}

.contact-header {
  	padding: 20% 0;
  	background-size: cover;
  	background-position: center bottom;
}



/**********************************
CONTENTS
***********************************/
.item-title {
    margin: 0 0 10px 10px;
}

.item {
    border-top: 1px solid #fff;
  	padding: 30px 0 0 0;
}

.item p{
    padding: 10px;
}

.item h3{
    padding: 10px;
}

/**************************/

.item-page {
	margin: 30px 0;
    clear: both;
  	padding: 0;
}

.item-page p{
	padding: 10px;
}

.item-page ul{
	margin-left: 30px;
  	padding:0 0 10px 0;
  	list-style-position: inside;
}

.item-page h1{
	margin: 0 0 30px 0;
    font-weight: 700;
}

.item-page h2 {
  	padding: 0 0 20px 0;
  	margin: 0;
}

.item-page h2 a:hover{
	text-decoration: none;
}
    
.item-page h3{
	margin-top: 30px;
}

.item-page h4{
	margin-top: 20px;
}

.item-page img{
	border: 5px solid #fff;
}

.item-page blockquote{
	margin: 30px 0;
}

/**************************/

.page-header {
	padding: 5px 10px;
  	border: 0;
  	margin: 0;
}

.page-header h2 a{
	color: rgba(47, 47, 47, 1.0);
  	text-decoration: none;
}

.page-header h1{
	margin: 0 0 30px 0;
    font-weight: 700;
}

.page-header h1 a:hover{
  	text-decoration: none;
}

/**************************/

.leading-0 h2 a{
	color: rgba(47, 47, 47, 1.0);
  	text-decoration: none;
}

.leading-0 p {
    padding: 10px;
}

.items-leading {
	margin: 30px 0;
    clear: both;
  	padding: 0;
}

.items-row {
	margin: 30px 0;
    clear: both;
  	padding: 0;
}

.items-row h2 a{
	color: rgba(47, 47, 47, 1.0);
  	text-decoration: none;
}

/**************************/
  
.pull-left {
    margin: 0px 0 20px 0;
  	float: none;
  	width: 100%;
}

.pull-right {
    margin: 0px 0 20px 0;
  	float: none;
  	width: auto;
  	border: 5px solid #fff
}

/**************************/
  
.blog {
    padding: 0px;
}

/**************************/ 
.references {
    font-size: .75em;
  	border-top: 1px solid #e2e2e2;
  	padding: 20px;
  	font-style: italic;
}

/**************************/
.contentpane {
  	padding: 30px 0;
}

.contentpane iframe{
  	padding: 0;
  	border: 0;
}

/**************************/
.pagination .pull-right {
  	border:0;
}

/**************************/
.last .pull-right {
  	border:0;
  	width: 150px;
  	height: auto;
}

.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin: 5px;
  	border-radius: 0px;
  	font-size: 1em;
}

/**************************/
.categories-list {
	margin: 30px 0;
    clear: both;
  	padding: 0;
}



/**********************************
RIGHT COLUMN
***********************************/
.sidebar-nav{
  	margin: 20px 0;
}  

.message-widget {
	background: #fff;
}

.well {
    margin: 30px 0 0 0;
  	background-color: transparent;
    border: 0px solid #e3e3e3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; 
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.well .alerts {
    color: #333;
    width: 285px;
    background-color: #fff;
  	border-top: 5px solid #fff;
  	border-right: 4px solid #fff;
  	border-bottom: 4px solid #fff;
  	border-left: 5px solid #fff;
  	margin: 0;
  	text-align: left;
}

.well h2 {
    margin: 0px 0 10px 0;
    color: #333;
	font-size: 1.5em;
  	font-weight: 400;
  	line-height: 1.25em;
}

.well span {
   	font-weight: 700;
}

.well img {
   	border: 6px solid #fff;
}



/**********************************
BOTTOM QUOTE
***********************************/ 
#bottom-logo{
    background: url('/images/bottom-tagline-bg.jpg') no-repeat scroll center top;
    background-size: cover;
    border-top: 1px solid #cbcb9a;
    border-bottom: 10px solid #5f5746;
}
  
.bottom-quote {
    padding: 3% 0;
    max-width: 700px;
    margin: 0 auto;
}
  
.bottom-quote p {
    text-align: center;
    font-size: 2.25em;
    line-height: normal;
    text-shadow: 2px 2px 5px #000;
    color: #fff;
    font-weight: 300;
    padding: 10px 0 0 0; 
  	font-style: italic;
}

p.sheriff-tagline {
  	font-weight: 700;
    font-size: 1.5em;
  	margin: 20px 0 0 0;
}
  


/**********************************
FOOTER
***********************************/
#footer-bar {
    background: #1d281c url('/images/footer-bg.png') no-repeat scroll center top;
    background-size: 100% auto;
  	padding: 0;
  	margin: 0;
  	border-top: 1px solid #c6c695;
}

#footer-container {
    max-width: 800px;
  	margin: 0 auto;
    position: relative;
}

#footer-bar-contents-first {
 	padding: 0;
  	position:relative;
	width: 100%;
  	text-align: center;
  	left:0;
  	right: 0;
  	top: 0;    
    margin:0 auto;
}

.budge-bottom {
  	padding: 30px 0;
}

#footer-bar-contents-first img{
  	width: 150px;
  	height: auto;
} 

#footer-bar-contents-second {
	padding: 0;
	float: none;
  	width: 90%;
  	text-align: center;
  	color: #fff;
  	margin: 0 auto;

}

.bottom-address {
	padding: 30px 0;
    color: #fff;
}
  
.bottom-address h3{
    font-size: 1.75em;
    color: #fff;
    padding: 0 0 15px 0;
    line-height: 1.25em;
  	text-transform: uppercase;
  	font-family: 'Oswald', sans-serif;
}  
  
.bottom-address a{
    color: #fff;
  	text-decoration: none;
}
      
.bottom-address p{
    font-size: 1.25em;
    color: #fff;
    padding: 0 0 10px 0;
}
  
#footer-bar-contents-third {
	padding: 0;
	float: none;
  	width: 85%;
  	text-align: center;
  	color: #fff;
  	margin: 0 auto;

}

.directions-map{
	padding: 0 0 30px 0;
}

.directions-map img{
	border: solid 5px #fff;
  	width: 90%;
}



/**********************************
FOOTER SOCIAL ICONS
***********************************/
	
a.facebook-w, a.twitter-w, a.in-w {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    background-size: 30px 30px;
    margin: 15px 10px 5px 0; 
}

a.facebook-w {
	background: url("/images/facebook-w.png");
}

a.twitter-w {
	background: url("/images/twitter-w.png"); 
}

a.in-w {
	background: url("/images/in-w.png"); 
}

a.facebook-w:hover, a.twitter-w:hover, a.in-w:hover {
	background-position: 0px 0px;
}

.displace {
    position: absolute;
    left: -5000px;
}



/**********************************
FOOTER NAVIGATION
***********************************/
#full-width {
    text-align: center;
    background-color: #151f15;
    border-top: 1px solid #c6c695;
    padding: 0px;
}

#full-width-contents a:hover{
    background: transparent;
    color: rgba(255, 255, 255, 1.0);
    text-decoration: underline;
}
  
#full-width-contents .nav a{
    padding: 10px 20px;
    display: block;
}

#full-width-contents .nav a:hover{
    background: transparent;
}
  
#full-width-contents .menu li{
    display: block;
    font-size: 1em;
  	border-top: 1px solid #999;
}

#full-width-contents .nav li a{
    color: rgba(255, 255, 255, 1.0);
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
}

#full-width-contents .nav li a:hover{
    text-decoration: underline;
    background: #666;
    color: #fff;
}
  
.nav {
    margin-left: 0;
    margin-bottom: 0px;
    margin-top: 0px;
    list-style: none;
}



/**********************************
CREDITS
***********************************/   
.credits {
  	text-align: center;
	position: relative;
  	padding: 0;
  	text-transform: uppercase;
    border-top: 1px solid #151f15;
}

.footer-credits p{
  	padding:10px 0;
  	font-size: 0.75em;
}

.footer-credits a{
    color: #333;
    text-decoration: none;
  	font-weight: 400;
  	padding:10px 0;
}

.footer-credits a:hover{
    text-decoration: underline;
}



/**********************************
CONTACT FORM
***********************************/

form, input, textarea {
	margin: 0; 
  	padding: 0; 
  	border: 0; 
  	outline: none;
}

fieldset{
	margin: 0; 
  	padding: 0; 
  	border: 0; 
  	outline: none;
}

textarea { 
  	width: 90%; 
  	height: 200px; 
}

label { 
  	color: #30412e;
  	padding: 20px 0 15px 0;
  	font-size: 1.5em;
}

legend {
    display: block;
    width: 90%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.5em;
    line-height: 36px;
    color: rgba(47, 47, 47, 1.0);
    border-bottom: 1px dashed rgba(47, 47, 47, 0.5);
}

input[type="text"], input[type="tel"], input[type="email"] { 
  	border: 1px solid rgba(211, 211, 211, 1.0); 
  	padding: 10px; 
  	color: #4b4b4b; 
  	margin: 10px 0;
  	width: 90%;
}

textarea, .uneditable-input { 
  	border: 1px solid rgba(211, 211, 211, 1.0); 
  	padding: 10px; 
  	color: #4b4b4b; 
  	margin: 0 0 15px 0; 
}

input[type="radio"], input[type="checkbox"] { 
  	margin: 0 5px 0 0;
}

input[type="submit"] { 
  	cursor: pointer; 
  	color: #fff; 
  	background-color: #322f31;
  	padding: 15px 25px;
  	text-transform: uppercase;
  	margin: 20px 0 0 0;
}

input[type="submit"]:hover { 
  	background-color: #44a848;
  	color: #fff;
}

input[type="submit"]:active { 
  	top: 1px; 
}

.item-page fieldset img {
  	border: 0;
  	width: 50%;
  	height: auto;
}

.item-page fieldset p {
  	padding: 0;
}

p.contact {
   color: #333;
}

.item-title a {
  color: rgba(47, 47, 47, 1.0);
  text-decoration: none;
}
.categories-list .com-content-categories__item-title a {
	font-size: 24px;
	line-height: 30px;
	font-family: open sans;
	font-weight: 600;
}
/***********************************************************************
DJ Mega Menu 
************************************************************************/
.dj-megamenu-clean li ul.dj-submenu > li > a {
    line-height: 20px;
    font-size: .7rem!important;
}