/* ==== BEG SET FULL PAGE BG IMAGE ==== */
html {
	/*background: url(http://www.cvcountryside.org/center/bg-full.jpg) no-repeat center center fixed;*/
	/*background: url(../images/layout-images/background.jpg) repeat fixed;*/
	
}
body {
	min-height: 2000px;
	/* ==== BEG - Adjusted padding to move header image up to touch nav bar ==== */
	padding-top: 50px;
	background: url(../images/layout-images/background.jpg) repeat fixed;
    background-color: white;
	font-size: 15px;
}
.header-image {
	padding-bottom: 30px;
}
.page-all {
	background-color: rgba(256,256,256,1.0);
	-moz-box-shadow: 0 0 5px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 5px 8px rgba(0,0,0,0.6);
	box-shadow: 0 0 5px 8px rgba(0,0,0,0.6);
}
.margins-minus15 {
	margin-left: -15px;
	margin-right: -15px;
}
.margin-left-zero {
	margin-left: 0px;
}
/* ==== BEG - Headers ==== */
h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
	color: #40250d;
	color: #b44238;
}
h5, .h5 {
    font-size: 13px;
}
h6, .h6 {
    font-size: 11px;
}
/* ==== END - Headers ==== */



/* ==== BEG - Links ==== */
a, a:visited {
	color: #428bca;
	color: #ce8237;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #2a6496;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/* ==== END - Links ==== */


.sidebar-menu {
	margin-left: 15px;
}
#footer {
	background-color: #40250d;
	color: #fff;
	padding-top: 15px;
	margin-top: 20px;
}
#footer p {
	font-weight: normal;
	font-size: 12px;
}
/* ==== BEG - Nav Bar ==== */
 .navbar-default {
	background-color: #40250D;
	border-width: 0px;
}
/* ==== END - Nav Bar ==== */


/* ==== BEG - HOME PAGE FORMATS ==== */
#navbar-home {
	background-color: #40250d;
	margin-bottom: 30px;
}
.header-slider {
	position: relative;
}
.header-slider img {
	position: absolute;
	top: 30px;
	left: 30px;
}
*/
/* ==== END - HOME PAGE FORMATS ==== */


/* -- Blog Tag Cloud Size -- */
.BlogTagCloud-XX-Small {
font-size:8px;
}
.BlogTagCloud-X-Small {
font-size:9px;
}
.BlogTagCloud-Small {
font-size:11px;
}
.BlogTagCloud-Medium {
font-size:13px;
}
.BlogTagCloud-Large {
font-size:16px;
}
.BlogTagCloud-X-Large {
font-size:18px;
}
.BlogTagCloud-XX-Large {
font-size:22px;
} 


/* ====BEG - Adjust Paging Display ==== */
.pagination > li > a, .pagination > li > span {
    /*background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;*/
    padding: 1px 3px;
    /*position: relative;
    text-decoration: none;*/
}
ul.pagination {
    margin: 10px;
    /*padding: 0;*/
}

/* ====BEG - Adjust Page Margin Add 15px .margins-minus15 ==== */
.margins-add15 {
     margin-left:15px;  
        margin-right: 15px;
    }

/* ==== BEG - Adjust Web Form Label Formats ==== */
.form label, .webform label {
    font-size: 15px;
}
label {
    
    font-weight: normal;
   
}

/* ---- BEG IMAGE ALIGNMENT ---- */
.image-left {
float: left;
padding: 0 15px 0 0;
}
.image-right {
float: right;
padding: 0 0px 0 15px;
}
/* ---- END IMAGE ALIGNMENT ---- */

/* ====BEG - Image Captions ==== */
.img-caption-align-left {
    font-size: 80%; 
    font-weight: bold;
        text-align: center; 
        float: left; 
        margin-right: 20px;
        
    }
.img-caption-align-right {
    font-size: 80%; 
    font-weight: bold;
        text-align: center; 
        float: right; 
        margin-left: 20px;
        
    }

/* ---- BEG Form Formatting --- */
input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin: 4px 5px 0;
}
.form label, .webform label {
    font-size: 16px;
    font-weight: normal;
}

.cat_textbox {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cat_listbox {
  display: block;
  width: 100%;
  height: 80px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.cat_textbox:focus, .cat_listbox:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/* ---- END Form Formatting ---*/

/* ==== BEG Store Formatting ====*/
table.cartSummaryTable {
    border-collapse: collapse;
    border-spacing: 0;
    float: none;
    font-size: 15px;
}
/* ====END Store Formatting ====*/

/* ===== IE9 & IE10 Hacks using @media Zero hack (not sure if this is working) ===== */ 
	@media screen and (min-width:0\0) {  
        /* IE9 and IE10 rule sets go here */  
		html {	
		background: #fff;
}
    }
	
	/* ==== BEG FIX MOBILE MENUS TO SCROLL ==== */
@media (max-width: 767px) {
.navbar-fixed-top {
	position: absolute;
	top: 0px;
}
/* ==== BEG - Hide logo in Navbar below 767 ==== */
#logo-navbar {
	display: none;
}
.header-slider {
	display: none;
}
.swaps-slider iframe {
height: 250px;	
}
}
.p7PM3-01 {
	/*=== Home Page 4 Menu Items - Increase font size ===*/
	font-size: 18px;
}
}
/* ==== END FIX MOBILE MENUS TO SCROLL ====
============================================= */


/* ==== BEG - RESPONSIVE ADJUSTMENTS FOR SLIDER ==== */
@media (min-width: 768px) and (max-width: 991px) {
.header-slider iframe, .header-slider embed, .header-slider object {
	height: 285px;
}
.swaps-slider iframe {
height: 325px;	
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.header-slider iframe, .header-slider embed, .header-slider object {
	height: 370px;
}
.swaps-slider iframe {
height: 340px;	
}
}
 @media (min-width: 1200px) {
.header-slider iframe, .header-slider embed, .header-slider object {
	height: 450px;
}
.swaps-slider iframe {
height: 405px;	
}
}
/* ==== END - RESPONSIVE ADJUSTMENTS FOR SLIDER ==== */