/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

@font-face {
	font-family: 'Bitter-Regular';
	src: url('Bitter-Regular.ttf');
	src: local('Bitter-Regular'), local('Bitter-Regular'), url('Bitter-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Bitter-Bold';
	src: url('Bitter-Bold.ttf');
	src: local('Bitter-Bold'), local('Bitter-Bold'), url('Bitter-Bold.ttf') format('Bitter-Bold');
}
@font-face {
	font-family: 'Bitter-Italic';
	src: url('Bitter-Italic.ttf');
	src: local('Bitter-Italic'), local('Bitter-Italic'), url('Bitter-Italic.ttf') format('Bitter-Italic');
}


@font-face {
	font-family: 'BrothersRegular';
	src: url('BrothersRegular.otf');
	src: local('BrothersRegular'), local('BrothersRegular'), url('BrothersRegular.otf') format('truetype');
}
@font-face {
	font-family: 'Brothers-Bold';
	src: url('Brothers-Bold.otf');
	src: local('Brothers-Bold'), local('Brothers-Bold'), url('Brothers-Bold.otf') format('truetype');
}




/*INITIALIZE*/
.region {
    min-height: 0px;
}
body {
font-family:'Bitter-Regular';
font-size:13px;
color:#494949;
/*background:url(../../../../default/files/site-tile.jpg);*/
background:#fff;
}

p {
text-align:left;
font-family:'Bitter-Regular';
font-size:13px;
color:#494949;
}

#page-title {
font-family: 'Bitter-Bold';
font-size:26px
}

.breadcrumb {
display:none;
}

.front #page-title {
	display:none;
}

.front .content #first-time {     /*to remove no content has been created for front page text*/
	display:none;
}

#region-content a {color:#c6ad76; text-decoration:none;}
#region-header-first a {color:#c6ad76; text-decoration:none;}

/*--------------------LOGO-----------------*/
#region-branding {background:none; margin-bottom:-6px; overflow:hidden; z-index:2;}

#region-branding .logo-img {
    float: left;
    margin-right: 20px;
	width:140px;
}

#region-branding #logo{

}
#region-branding img{

}

/*Search*/
#region-user-second #block-custom-search-blocks-1{
	/*margin: 15px 0 0 70px;
    position: absolute;
	z-index:1;*/   /*for normal & wide */
	
	background: none repeat scroll 0 0 #666;
    margin: 0;
    padding: 5px 0;
    text-align: right;
    width: 100%;
}

#region-user-second #block-custom-search-blocks-1 #custom-search-blocks-form-1{
	margin: 0 10px 0 0;
}
.search-results .search-info {
    display: none;
}

/*Header*/
#block-block-1{
    z-index: -1;
}
#block-block-1 p{
	margin:0px;
}
#block-block-1 .content img {
	height: auto;
    width: 100%;
}

/*-------------------------------RESPONSIVE MENU--------------------------*/
#region-menu {
    /*margin: -12px 0 0 10px;*/
    z-index: 1;		
	}
#block-nice-menus-1 {
	background:url(../images/menu_bg.jpg) no-repeat;
	height:60px;
	}

.responsive-menus.responsified span.toggler {
    background: none repeat scroll 0 0 #252525;
    border-radius: 0;
	box-shadow:none;
    color: #ffc;
    cursor: pointer;
    display: block;
    font-size: 1.35em;
    outline: medium none;
    padding: 1px 8px 1px 1px;
    text-align: right;
}

.responsive-menus.responsified .responsive-menus-simple > li.last a {
    background: none repeat scroll 0 0 #f3f3f3;
    border-bottom: medium none;
    color: #666;
	box-shadow:none;
}


/*----------------REGION HEADER FIRST----------*/
#region-header-first {
	/*background:url(../images/bg.jpg) no-repeat 0 0;*/
}

/*---------------Flexislider--------------*/
#block-views-slideshow-block{
	max-width:1029px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.flexslider {
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    z-index: -1;
	box-shadow:none;
	-moz-box-shadow:none;
}
#flexslider-1 {
	background:none;
	z-index:0;
}
#flexslider-1 .views-field-field-slide-image img {
	margin: 0 auto;
    width: 100%;
	height:auto;
}

/*--Controls--*/
.flex-direction-nav a:before {
	display:none;
/*    content: "";
    display: inline-block;
    font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
    font-size: 40px;
*/}
.flex-direction-nav .flex-prev {
	background:url(../images/btn_prev.png) 0 0 no-repeat;
    left: 10px;
    opacity: 1;
	height:60px;
}
.flex-direction-nav .flex-next {
	background:url(../images/btn_next.png) 0 0 no-repeat;
    right: 10px;
    opacity: 1;
	height:60px;
}
.flex-control-paging{display:block;}
.flex-prev{display:none;}

/*---------------------SLIDE BOTTOM-----------------*/

#block-block-2 {
    background:#dabd7e;
	font-family: 'BrothersRegular';
    height: auto;
    min-height: 110px;
    width: 100%;
}
#block-block-2 .content{
	padding:20px;
}

#block-block-2 .content p {
	font-family: 'BrothersRegular';
	font-size: 16px;
	color:#32322f;
}

#block-block-2 .content p img{
    float: left;
    height: auto;
    max-width: 124px;
    width: 100%;
}

/*---------------------Welcome Text-----------------*/
#block-block-3 {
    background:#fff;
	font-family: 'BrothersRegular';
    height: auto;
    width: 100%;
}

#block-block-3 .content{
	padding:20px;
}

#block-block-3 .block-title {
	color:#2a261b;
	font-family:'BrothersRegular';
	font-weight:normal;
	font-size:42px;
	text-align:center;
}

#block-block-3 .content p {
	font-family: 'Bitter-Regular';
	font-size: 15px;
	color:#3d3b32;
}

#block-block-3 .content p img{
    border: 1px solid #eee;
    box-shadow: 3px 2px 2px #eee;
	-moz-box-shadow: 3px 2px 2px #eee;
	-webkit-box-shadow: 3px 2px 2px #eee;
	-o-box-shadow: 3px 2px 2px #eee;
    float: left;
    height: auto;
    margin: 0 10px 5px 0;
    max-height: 205px;
    max-width: 275px;
    padding: 8px;
    width: 100%;
}

/*---------------------Apache Guides-----------------*/
#block-block-4 {
    background:url(../images/guides_bg.jpg) repeat #373327;
	font-family: 'BrothersRegular';
    height: auto;
    width: 100%;
}

#block-block-4 .content{
	padding:20px;
}
#block-block-4 .block-inner {
	background:url("../images/guide.png") no-repeat scroll 100% 100% rgba(0, 0, 0, 0);
}
#block-block-4 .block-title {
	color:#d2b677;
	font-family:'BrothersRegular';
	font-weight:normal;
	font-size:21px;
	text-align:center;
}

#block-block-4 .content p {
	font-family: 'Bitter-Regular';
	font-size: 15px;
	color:#f8f6eb;
}

#block-block-4 .content p img{
    border: 1px solid #eee;
    box-shadow: 3px 2px 2px #eee;
	-moz-box-shadow: 3px 2px 2px #eee;
	-webkit-box-shadow: 3px 2px 2px #eee;
	-o-box-shadow: 3px 2px 2px #eee;
    float: left;
    height: auto;
    margin: 0 10px 5px 0;
    max-height: 205px;
    max-width: 275px;
    padding: 8px;
    width: 100%;
}


/*--------------THREE THUMB BLOCKS ON HOME PAGE--------------*/
#region-preface-first {background:#ffffff;}

#region-preface-first .block .content table {
	max-width:284px;
	height:auto;
	width:100%;
	margin:5px auto 5px auto;
	border:none;
}
#region-preface-first .block .content table td {
	padding:0;
}
#region-preface-first .block .content table td p{
	padding:0;
	font-family: 'Bitter-Regular';
	font-size: 12px;
	color:#3d3b32;
	text-align:center;
    margin-top: 10px;
}
#region-preface-first .block .block-title {
	color:#2a261b;
	font-family:'BrothersRegular';
	font-weight:normal;
	font-size:29px;
	text-align:center;
}
#region-preface-first .block .content table td a img{
	max-width:284px;
	width:100%;
	height:auto;
	transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	}
#region-preface-first .block .content table td a img:hover{
	opacity:0.8;
	transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
#region-preface-first .block .content p a{
	font-family: 'Bitter-Regular';
	font-size: 12px;
	color:#3d3b32;
	text-align:center;
	text-decoration:none;
}


/*Thumb one*/
#block-block-5 {
	background:#fff;	
}
/*#block-block-5 .content table td a img{
	margin-top:-23px;
}*/
/*Thumb two*/
#block-block-6 {
	background:#fff;	
}
/*Thumb three*/
#block-block-7 {
	background:#fff;	
}
#region-preface-first .block-block table td{border:none;}

/*--------------NEWS-----------*/
#block-views-news-block {
	background:#fff;
}
#block-views-news-block .content  {
    margin: 0 auto;
    padding: 20px;
    width: 85%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#block-views-news-block .view .date-display-single {
    background: none repeat scroll 0 0 #2a261b;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 45px;
    padding: 8px 4px 4px;
    text-align: center;
    width: 45px;
	float:left;
	margin:0 10px 10px 0;
}
#block-views-news-block .view .views-row {
	clear:both;
	margin-bottom: 60px;
}
#block-views-news-block .view .views-field-title{
	color:#2a261b;
	font-size:15px;
}
#block-views-news-block .view .views-field-view-node a{
	color:#c29c47;
	text-decoration:none;
}

/*----------------VIDEOS---------------*/
#block-views-videos-block {
	background:#fff;
}
#block-views-videos-block .content  {
    margin: 0 auto;
    padding: 20px;
    width: 85%;
}

#block-views-videos-block .content .embedded-video iframe {
	width:100%;
	max-width:640px;
	margin:0 auto;
}


/*----------------Footer First--------------*/
#region-footer-first {
    background: url("../images/footer.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
/*    border-bottom: 1px solid #666;
*/    overflow: hidden;
}
#region-footer-first .block-block {
	min-width:170px
}
#region-footer-first .block-block .content {
	padding:20px;
}
#region-footer-first .block-block .content p{
	margin:0px;
	font-size:10px;
}
#region-footer-first .block-block .content p a{
	color:#f8f6eb;
	text-decoration:none;
}
#region-footer-first .block-block .content p a:hover{
	text-decoration:underline;
}

#block-block-8 {float:left;}
#block-block-9 {float:left;}
#block-block-10 {float:left; clear:both;}
#block-block-11 {float:left;}
#block-block-12 {float:left; clear:both;}
#block-block-13 {float:left;}
#block-block-14 {float:left; clear:both;}
#block-block-15 {float:left;}

/*----------------Footer Second--------------*/
#region-footer-second {
	background:url(../images/footer.jpg) repeat;
	clear:both;
}
#region-footer-second #block-block-16 .content{
	padding:20px;
}

#region-footer-second #block-block-16 .content p {
	margin:0;
	color:#f8f6eb;
	font-size:10px;
}
#region-footer-second #block-block-16 .content p a {
	color:#f8f6eb;
	text-decoration:none;
}
#region-footer-second #block-block-16 .content p a:hover {
	text-decoration:underline;
}
#region-footer-second #block-block-16 .content p img {
    float: left;
    height: auto;
    margin: -3px 3px 0 0;
    max-width: 50px;
    vertical-align: bottom;
}

button, input[type="reset"], input[type="submit"], input[type="button"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #fff 0%, #ddd 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #ddd #bbb #999;
    border-image: none;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    font: bold 12px/1.2 Arial,sans-serif;
    outline: 0 none;
    overflow: visible;
    padding: 3px 10px 4px;
    text-shadow: 0 1px 1px #fff;
    width: auto;
}

/*SOCIAL ICONS*/

#block-block-20{
    float: none;
    height: 60px;
    margin: 0 auto 0 auto;
    width: 145px;
}


/*---------------------OTHER PAGES---------------------*/

/*---------------------Apache Guides-----------------*/
#block-block-17 {
    background: url(../images/guides_bg.jpg) repeat #373327;
	font-family: 'BrothersRegular';
    height: auto;
    width: 100%;
	display:none;
}

#block-block-17 .content{
	padding:20px;
}
#block-block-17 .block-inner {
	background:url("../images/guide_inner.png") no-repeat scroll 100% 100% rgba(0, 0, 0, 0);
	min-height: 325px;
}
#block-block-17 .block-title {
    color: #d2b677;
    font-family: 'BrothersRegular';
    font-size: 21px;
    font-weight: normal;
    margin-left: 20px;
    text-align: left;
}

#block-block-17 .content p {
	font-family: 'Bitter-Regular';
	font-size: 15px;
	color:#f8f6eb;
}

#block-block-17 .content p img{
    border: 1px solid #eee;
    box-shadow: 3px 2px 2px #eee;
	-moz-box-shadow: 3px 2px 2px #eee;
	-webkit-box-shadow: 3px 2px 2px #eee;
	-o-box-shadow: 3px 2px 2px #eee;
    float: left;
    height: auto;
    margin: 0 10px 5px 0;
    max-height: 205px;
    max-width: 275px;
    padding: 8px;
    width: 100%;
}

/*---------------------Mission Statement-----------------*/

#block-block-18 {
    background:#dabd7e;
	font-family: 'BrothersRegular';
    height: auto;
    min-height: 110px;
    width: 100%;
	display:none;
}
#block-block-18 .content{
	padding:20px;
}

#block-block-18 .content p {
	font-family: 'BrothersRegular';
	font-size: 16px;
	color:#32322f;
}

#block-block-18 .content p img{
    float: right;
    height: auto;
    max-width: 92px;
    width: 100%;
}

/*----------Perms & Apps--------*/
#block-block-19 {
	background:url(../images/Green_sidebar.jpg) no-repeat;
	clear: both;
    float: right;
    margin: 0 auto;
    min-height: 110px;
    width: 28%;
	display:none;
}
#block-block-19 .content{
	padding:15px;

}

#block-block-19 .content p a{
	color:#f8f6eb;
	text-decoration:none;
}
#block-block-19 .content p strong{
	color:#f8f6eb;
	font-family: 'BrothersRegular';
	font-size: 16px;
}

/*--------------NEWS-on INSIDE PAGES----------*/
#block-views-news-block-1 {
    background: none repeat scroll 0 0 #fff;
    clear: both;
    float: right;
    width: 28%;
	display:none;
	}
#block-views-news-block-1 .content  {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    padding: 5px;
    width: 96%;
}

#block-views-news-block-1 .view .date-display-single {
    background: none repeat scroll 0 0 #2a261b;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 45px;
    padding: 8px 4px 4px;
    text-align: center;
    width: 45px;
	float:left;
	margin:0 10px 10px 0;
}
#block-views-news-block-1 .view .views-row {
	clear:both;
	margin: 20px 0;
}
#block-views-news-block-1 .view .views-field-title{
	color:#2a261b;
	font-size:13px;
}
#block-views-news-block-1 .view .views-field-view-node a{
	color:#c29c47;
	text-decoration:none;
}


/*-----------------Inner Pages --------------------*/
#region-content .region-inner #page-title {
    color: #2a261b;
    font-family: 'BrothersRegular';
    font-size: 34px;
    font-weight: normal;
}
.node-page .field-items h2{
	color: #2a261b;
    font-family: 'BrothersRegular';
    font-size: 18px;
    font-weight: normal;
}
.node-page .field-items p{
	color: #3d3b32;
}
.node-page .field-items strong{
	color: #c2ab7a;
}

.not-front #region-content {
    background: #fff;
}
.not-front #region-content .region-inner {
	padding:20px;	
	}

.node-page p img{
	max-width:px;
	height:auto;
}

/*--------------TABLES--------------*/

table {
    border: none;
    /*width: 100%;*/
}
td, th {
	border:1px solid #ccc;
	text-align:center;
}
th{padding:8px 8px;}

table th{
	text-align:center;
	font-weight:normal;
	background:#2a261b;
	background-color:#2a261b\9;
	color:#fff;
	border-bottom:none;
	}
tr.even, tr.odd {
	border-bottom:none;
}

/*table tr:nth-child(2n) {
background: #f1f5fa;
background-color: #f1f5fa\9;
}
table tr:nth-child(2n+1) {
background: #fff;
background-color: #ffffff\9;
}*/

/*-Removing Hover States-*/
tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
background: none;
}



/*--------Shopping Cart---------*/
div#cart-form-pane {
	width: 71%;
	background: #ccc;
}
#block-uc-cart-cart table td.cart-block-summary-items{text-align:left;}
#block-uc-cart-cart table tr{background:#eee; display:none;}


.entity.entity-uc-cart-item.uc-cart-item-uc-cart-item.clearfix {
	height: 0;
}
#uc-cart-view-form #edit-continue-shopping {
	float: left;
	margin-left: .5em;
	position: relative;
	top: -725px;
}
ul.catalog.menu {
    display: none;
}
.views-table.sticky-enabled.cols-5.tableheader-processed.sticky-table {
    width: 71%;
}
.view-uc-catalog-terms table{
	width:71%;
}
#node-product-57 {
    overflow: hidden;
    width: 71%;
}

/*Guides Page*/
.page-node-73 {
    background: none repeat scroll 0 0 #fff;
    width: 97%;
}