/*** Editable Styles ----------------------------------------------------- ***/
.titles {
	/* titles */	
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
}

.home-text {
	/* home intro */
	font-size: 17px;	
}
.intro-text {
	/* sub intro */
	font-size: 16px;	
	color: #666666;
}

.picture-frame {
    /* Picture frame */
}
img.picture-frame, p.picture-frame img {
	margin: 0 20px 40px 0;
}
.generaltb {
	/* General table */
}
table.generaltb td {
	padding: 0 6px;
	font-size: 13px;
	line-height: 18px;
}
table.generaltb p {
	margin: 0.5em 0;
}
a.general-button {
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	line-height: 23px;
	padding: 15px 25px;
	background-color: #0e8536;
	text-align: center;
    width: 280px;
    font-weight: 600;
}
a:hover.general-button  { color: #202020; text-decoration: none; }
.general-button  {
	/* Button Red */
	display: inline-block;
}

/*** End Editable Styles ***/	

/*** Reset --------------------------------------------------------------- ***/
html, body, p, td, th, ul, ol, li, form, h1, h2, h3, h4 { margin: 0; padding: 0; }
ul, li { list-style: none; }
a { text-decoration: none; }
img { border: none; vertical-align: top; }
.col-md-6 img { max-width: 100%; height: auto; }

body { cursor: default;}
a, button { cursor: pointer; }
input, textarea { cursor: auto; }

h1 { font-size: 2em; color: #c30342; font-weight: 700; line-height: 1.8em;}
h2 { font-size: 1.7em; color: #444; }
h3 { font-size: 1.4em; font-weight: normal; color: #444; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }

blockquote { font-size: inherit; padding: 0 70px; }

table { border-collapse: collapse; border-spacing: 0; }
th { font-weight: bold; vertical-align: bottom; }
td { vertical-align: top; }

button, input, select, textarea { margin: 0; padding: 0; }
button { width: auto; overflow: visible; }
input, textarea, select { padding: 2px; }

.clear { clear: both; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }

p, ul, ol { margin: 1em 0; }
p:first-child, ul:first-child, ol:first-child { margin-top: 0; }
ul li { list-style: disc outside none; margin-left: 25px; }
ul ul li { list-style-type: circle; }
ul ul ul li { list-style-type: square; }
ol li { list-style-type: decimal; }
li { margin-left: 1em; margin-bottom: 0.25em; margin-top: 0.5em; }

.reset, .reset p, .reset ul, .reset ol, .reset li, .listing li { margin: 0; padding: 0; }
.reset li, .reset ul li, .listing li, .listing ul li { list-style-type: none; }
/*** End Reset ***/

/*** Common -------------------------------------------------------------- ***/

body, input, textarea, select, button { font-family: 'OpenSans', sans-serif; font-size: 15px; color: #666666; }
input, textarea, select, button { color: #666; }
a { color: #db5403; }
a:hover { color: #0e8536; text-decoration: none; }

/*** End Common ***/

/*** Forms --------------------------------------------------------------- ***/

p.required { float: right; margin: 0 0 0.5em 0; }
.c1-form .field { text-align: left; }
#intro-content .c1-form img { max-width: 100%; height: auto; min-width: auto; }
.c1-form ul, .c1-form ul li { margin: 0; list-style: none; }



/*** Buttons --------------------------------------------------------------- ***/

button, .btn { border: none; font-size: 16px; font-weight: 600; padding: 0 50px; height: 40px; border-radius: 0; background-color: rgba(14, 133, 54); color: white; }

.btn_dark {
	color: #1e290c;
	background: #dcdc05;
	font-weight: 600;
}
.btn_dark:hover {
	background: #acac03;
	color: #1e290c;
}

/*** Layout -------------------------------------------------------------- ***/

body.default-bg { background-color: #ebeded; }

.container { /*width: 1000px;*/ margin: 0 auto; }

/*** End Layout ***/

/*** Header -------------------------------------------------------------- ***/

header#home { width: 100%; background: rgba(6,64,27,0.85); padding: 0 0 30px 0; position: relative; z-index: 20; }
header#home-noslider { width: 100%; background: #26330f url(../images/greenbg.jpg) 0 0 no-repeat; padding: 0 0 30px 0; position: relative; z-index: 20; }
.header-main { width: 100%; padding: 0; position: relative; }
#cssmenu li { list-style: none; }

.header-top { margin: 0 auto; height: 150px; }

.header-main .topmenu { line-height: 26px; float: right; text-align: right; padding-top: 5px; padding-bottom: 6px; font-size: 12px; text-transform: uppercase; }
.header-main .topmenu a { color: #dcdc05; }
.header-main .topmenu a:hover { color: #fff; }

.header-main .logo { float: left; width: 240px; }
.header-main .logo a { display: block; width: 460px; height: 0; padding-top: 190px; overflow: hidden; }
.header-main .logo a span { display: none; }
.navbar-brand { padding: 15px 0; }

.header-main .phone { display: block; color: #fff; font-size: 14px; text-align: right; font-weight: 600; }
.header-main .phone p { line-height: normal; margin-bottom: 5px; }
.header-main .phone a { color: #fff; }
.header-main .phone .phone-call-icon { color: #dcdc05; font-size: 19px; line-height: 46px; }
.header-main .phone a.phone-call-icon2 > img { display: inline-block; width: 39px; }

.header-main .cart { display: block; color: #fff; font-size: 14px; text-align: right; font-weight: 600; margin-bottom: 0; }
.header-main .cart-content { display: block; text-align: right; }
.header-main .cart-content a { color: #dcdc05; }
.header-main .cart-content a:hover { color: #fff; }

.header-main .contact-form { display: block; color: #fff; font-size: 14px; text-align: right; font-weight: 600; }
.header-main .contact-form p { line-height: normal; margin-bottom: 5px; }
.header-main .contact-form a { color: #fff; }
.header-main .contact-form .contact-form-icon { color: #dcdc05; font-size: 19px; line-height: 46px; }
.header-main .contact-form a.contact-form-icon2 > img { display: inline-block; width: 38px; }
.header-main .calltoaction { padding-top: 5px; }

.header-top .md-logo { float: left; position: absolute; top: -26px; }
.header-top .mobile-nav { float: right; position: relative; z-index:100; }
.cart-content { line-height: 46px; }
.cart-content .name { font-size: 19px; font-weight: 600; }
.cart-content > img { display: inline-block; line-height: 46px; }
.cart-content img.cart-im { display: inline-block; text-align: right; width: 44px; }

.hideondesktop { display: none; }

@media (max-width: 1190px) {
	
	.header-main .contact-form .contact-form-icon { font-size: 18px; }
	.header-main .contact-form a.contact-form-icon2 > img { width: 33px; }
	.header-main .phone .phone-call-icon { font-size: 18px; }
	.header-main .phone a.phone-call-icon2 > img { width: 33px; }
}

@media (max-width: 992px) {
	
	.header-main .contact-form .contact-form-icon,
	.header-main .phone .phone-call-icon { font-size: 14px; }
	
	.header-main .phone a.phone-call-icon2 > img { width: 30px; }
	.header-main .contact-form a.contact-form-icon2 > img { width: 28px; }
	
	.cart-content .name { font-size: 14px;  }
	.cart-content > img { line-height: 38px; }
	
	.header-main .contact-form,
	.header-main .phone,
	.header-main .cart { font-size: 12px; }
	.header-main .cart-content { font-size: 13px; }
}


@media (max-width: 807px) {
	
	header#home { padding: 0 0 13px 0; }
	.header-top { height: 95px; }
	
	.header-main .phone p,
	.header-main .contact-form p,
	.header-main .calltoaction p.cart,
	.header-main .phone a.phone-call-icon  { display: none; }
	
	
	.header-main .phone a.phone-call-icon2 > img { width: 30px; }
	.header-main .cart-content { width: 130px; }
	
	.header-main .phone a {  }
	.header-main a.contact-form-icon2  {  }
	.hideonmobile { display: none; }
	.header-top .md-logo { top: 2px; }
	
	.hideondesktop { display: block; }
	.mobile-action  { position: relative; }
	.mobile-action .cart-mobile { position: absolute; width: 60px; right: 156px; top: 24px; }
	.mobile-action .cart-mobile img { width: 43px;}
	
	.mobile-action .contact-mobile { position: absolute; width: 60px; right: 96px; top: 24px; }
	.mobile-action .contact-mobile img { width: 35px;}
	
	.mobile-action .phone-mobile { position: absolute; width: 50px; right: 60px; top: 24px; }
	.mobile-action .phone-mobile img { width: 35px;}
	
}

@media (max-width: 500px) {
	.header-main .phone { font-size: 18px; top: 24px; right: 81px; }
}

/*** Navigation -------------------------------------------------------------***/

.header-nav-wrap { position: relative; z-index:1; width: 100%; }

.header-nav { position: absolute; let: 0; top: -5px; background-color: #0e8536; width: 100%; text-align: left; height: auto; padding: 7px 0 10px; }
.header-nav #navbar { height: 50px; }
.header-nav #navbar ul li { padding-top: 4px; margin-left: 15px; font-family: 'Roboto Condensed', sans-serif; }
.header-nav #navbar ul li a { color: #fff; font-size: 13px; padding: 12px 3px; text-decoration: none; font-weight: 500; text-transform: uppercase; }
.header-nav #navbar ul li a:hover { color: #dcdc05; }

.dropdown ul.dropdown-menu { background-color: #3f4344; max-height: 0; overflow: hidden; display: block; border: none; -webkit-box-shadow: none !important; box-shadow: none !important; padding-top:0; padding-bottom: 0; }
.dropdown .dropdown-menu li { background-color: #3f4344; }
.header-nav #navbar .dropdown ul.dropdown-menu li { padding-top: 0; }
.dropdown .ishover.dropdown-menu { opacity: 1; max-height: 1000px; overflow: visible; }
.dropdown-menu { right: auto; left: 0; border-radius: 0px; }

.dropdown-menu li { padding-top: 0; list-style-type: none; margin: 0; }
.header-nav #navbar ul li ul.dropdown-menu li a { padding: 10px 20px 8px 20px; }

.navbar-nav > li > .dropdown-menu { border-top-left-radius: 0; border-top-right-radius: 0; background-color: transparent; }
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { background-color: transparent; } 
.navbar-nav > li { min-height: 43px; }
.navbar-nav > li:first-child { margin-left: 0; }

.navbar-toggle .icon-bar { background-color: #fff; width: 32px; height: 4px; }

/*#navbar {position: absolute; z-index: 20; }*/

.header-nav #navbar.navbar-collapse .nav > li > a,
.header-nav #navbar.navbar-collapse .nav > li > a:hover { color: #fff; }

.navbar-header ul li { float: left; margin-left: 20px; margin-top: 15px; margin-bottom: 15px; }

.header-top-menu { z-index: 100; position: relative; }
.main-top-nav ul { display: table; width: 100%; margin: 0 auto; }
.main-top-nav ul li { display: table-cell; vertical-align: middle; }
.top-nav-grey ul li a { color:#abd4fa; text-transform:uppercase; font-size:12px; font-family: 'Roboto Condensed', sans-serif; }
.top-nav-grey ul li a:hover { background: none; color: #dcdc05; text-decoration: underline; }
.top-nav-grey ul li { position: relative; padding: 0 16px; }
.top-nav-grey ul li:after { position: absolute; content: '>'; left:0; top:-1px; color: #dcdc05; font-size: 16px; }

.main-top-nav .caret { border-top:4px solid #f79e22; }
.main-top-nav,
.main-top-nav ul li { height: 50px; }
.main-top-nav ul li { display: table-cell; vertical-align:middle; }
.main-top-nav ul li:hover a { background: none; }
.main-top-nav> .navbar-collapse >ul> li:hover { background: transparent; }
.main-top-nav ul li a { font-size: 13px; }
.navbar-default .navbar-collapse .nav > li > a,
.navbar-default .navbar-collapse  .nav > li > a:hover { color: #fff; }
.main-top-nav ul li a:hover { font-size: 13px; }

/*** End Havigation ***/

/*** Category nav styles -------------------------------------------------***/

.header-nav .cat-nav { right: 20px; bottom: 0; font-weight: 500; font-size: 0.8em; color: white; }
.header-nav .cat-nav ul { margin: 0; }
.header-nav .cat-nav li { text-transform: uppercase; letter-spacing: 0.02em; float: left; padding: 0 0.7em 0.2em 0.5em; list-style: none; margin-bottom: 0; margin-top: 0; }

/*** End Header ***/

/*** Rotator styles ------------------------------------------------------***/

#home-slider { margin-top: 0; } 
#home-slider .caption { padding: 25px 0 10px; font-family: 'Open Sans', sans-serif; color: #ffffff; font-size: 28px; font-weight: 800; text-align: center; text-transform: normal; width: 100%; z-index: 2; position: absolute; top: 40%; left: 0; /*background: rgba(63, 67, 68, 0.7);*/ }
#home-slider .caption h1 { font-family: 'Open Sans', sans-serif; font-size: 45px; text-transform: uppercase; font-weight: 700; color: #fff;  text-shadow: 3px 3px #043215; }
#home-slider .caption p { margin: 0; text-transform: uppercase; text-shadow: 2px 2px #043215; color: #dcdc05; }
#home-slider .carousel-inner { height: auto; /*max-height: 650px; min-height: 420px;*/ }

#sub-slider { margin-top: 0; }
#sub-slider .caption { display: none; }
#sub-slider .caption p { display: none; }
#sub-slider .caption h1 { display: none; }
#sub-slider .carousel-inner { height: auto; max-height: 400px; }

/*** Home styles ----------------------------------------------------------***/

#panel { width: 100%; min-height: 50px; margin: 0 auto; position: fixed; left: 0; bottom: 130px; }
#panel .panel-content { width: 1000px; margin: 0 auto; }
#panel .panel-content .p-con { display: block; text-align: center; }

#intro-content { padding: 20px 0 50px; }
#intro-content .subintro { padding-bottom: 30px; }
#home-product-categories, #social-content { padding: 50px 0; }
#search-section, #search-section-sub  { padding: 30px 0; }
#social-content { min-height: 250px; width: 100%; background: #26330f url(../images/greenbg.jpg) 0 0; background-size: cover; }
#social-content p, #social-content h3 { color: #fff; }
.left-padding { padding-left: 60px; text-align: center; }
.main_page_facebook h2, .main_page_facebook h1, .main_page_facebook h3 { color: white; }
.red-column a { color: white; }

.left-padding { padding-left: 60px; text-align: center; }

#intro-content { font-size: 15px; background: #fcfcfc; }
.breadcrumbs { font-size: 12px; padding: 0 15px 25px; }
#pagetitle { padding: 25px 0 0; background-color: #fcfcfc; }

#search-section { background: rgba(6,64,27,0.85); text-align: center; position: absolute; bottom: 0; z-index: 18; width: 100%; }

#search-section-sub { background: #26330f url(../images/greenbg.jpg) 0 0 no-repeat; text-align: center; }
#search-section h3, #search-section-sub h3 { display: inline-block; padding-right: 15px; font-weight: 500; color: #fff; }
#search-section #search-embedded, #search-section-sub #search-embedded { display: inline-block; }
#search-embedded input { padding: 8px; border: 1px dotted #0e8536; width: 260px; margin-right: 10px; background: #f5f5f5; }

#search-results li { margin-bottom: 30px; }
#search-results li a .teaser { color: rgba(14, 133, 54); }
#search-results li a .teaser:hover { color: #666; }

#facebook { width: 100%; }

/*** End Home ***/

/*** Categories ----------------------------------------------------------------***/

.cat-banner img { max-width: 100%; height: auto; }
.categories { margin-bottom: 40px; }
.page-list { padding: 0 15px; }

.categories ul li { list-style: none; margin-left: 0; }
.categories .page-list { display: none; }
.categories ul.actions { margin-top: 5px; }
.categories .view-range { display: block; }
.categories .category_item { margin-bottom: 38px; }
.categories .category_item a:hover { margin-bottom: 38px; }
.category_item .title { display: block; min-height: 30px; overflow: hidden; font-size: 19px; font-weight: 400; text-decoration: none; color: #06401b; text-align: center; line-height: normal; }

.category_item .image { background-attachment: scroll; background-clip: border-box; background-color: #ffffff; background-image: none; background-origin: padding-box;
    background-position: 0 0; background-repeat: no-repeat; background-size: auto auto; display: block; height: 195px; margin-bottom: 16px; text-align: center; width: 100%; overflow: hidden;}
.category_item a:hover .image {
    opacity: 0.8;
    transition: all 0.5s;
    background-size: 120%;
}
.category_item_wrap .category_item { position: relative; min-height: 300px; }
.category_item_wrap .category_item .icon-new { position: absolute; right: 0; top: 0; z-index:1; }

/*#shop-category .category_item .teaser { line-height: normal; }*/
#shop-category .products .price { display: block; font-size: 18px; font-weight: 500; }
#shop-category .category_item { margin-bottom: 38px; min-height: 290px; }

.product_detail_btn { color: #666; font-weight: 500; display: block; font-size: 18px; line-height: 30px; text-align: center; }

.category_item .view-button { font-weight: 500; display: block; font-size: 16px; text-align: center; }
.category_item .view-button:hover { color: #202020; }
.category_item .product-image.image { line-height: 150px; }
.category_item ul.actions li.cart a { background-color: #8cb76a; color: #fff; font-weight: 500; display: block; font-size: 15px; height: 48px; line-height: 48px; margin-top: 5px; padding: 0 20px 0 0; position: relative; text-align: center; text-transform: uppercase; }

/*** End Categories ***/

/*** Products ----------------------------------------------------------------***/

.product_items li .title { color: #000000; font-size: 26px; font-weight: normal; text-decoration: none; }
.product_items .image {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 1px solid #cacaca;
    display: block;
    height: 305px;
    line-height: 305px;
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
}
.shop_gallery { position: relative; }
.shop_gallery_big { margin-bottom: 10px; padding-bottom: 20px; padding-top: 20px; text-align: center; overflow: hidden; }
.shop_gallery_big a { max-width: 100%; }
.shop_gallery_big img { max-width: 100%; max-height: 100%; }

.magnifier { display: block; margin-top: 10px; }
.magnifier img { width: 20px; margin-right: 6px; }

#product .price { font-size: 20px; font-weight: 600; color: #cb0639; }
#product .price input { border: 1px solid #ccc; }
#product h2 { font-size: 19px; }
#product .add-to-cart li { margin-left: 0; list-style: outside none; }
#product .add-to-cart button {  background-color: rgba(14, 133, 54); color: #fff; }

#product .tasting { font-size: 16px; font-weight: 400; color: #fff; background-color: #999; height: 48px; }
#product .tasting a { color: #fff; line-height: 48px; }
#product h2 { margin: 25px 0 10px; border-top: 1px solid #BCBCBC; padding-top: 8px; }

#product .email-enquiry { display: block; padding: 20px 20px; width: 260px; color: #fff; text-align: center; background-color: #015bb1; }
#product .email-enquiry a { color: #fff; }
#product .email-enquiry a:hover { color: #fff; }
#product .test-section { display: block; margin-bottom: 30px;}
#product .product-features { display: block; margin-bottom: 25px; }
#product .product-features p { color: inherit; }
#product .product-features .dimensions { width: 100px; padding-right: 30px; color: #333; }

/*#product h2.important-note { color: #cb0639; }*/
#product p.important-note { color: black; display: block; background-color: #d0d048; padding: 20px; font-style: italic; font-size: 16px; }

#product-featured .category_item .title { line-height: 22px; }
#product .test-section .glyphicon { font-size: 22px; }
.related-products h2 { margin-bottom: 20px; line-height: 45px; }
.related-products ul.actions { margin-top: 5px; }

#product-featured .hover { margin-top: 20px; }
#product-featured p.decription, .related-products p.decription, #shop-category p.decription { display: block; text-align: center; min-height: 40px; }

 @media only screen and (max-width: 800px) {
 
	#product-featured .hover { margin-top: 20px; }
	
 }

/*** End Products ***/


/*** Product Catalogue - Add-To-Cart (and Quote) ***/

form.add-to-cart div.button-holder {
	text-align: right;
}

#cart table { width: 100%; }
#cart table.cart-items ul { padding-left: 0; }
#cart table.cart-items li { list-style: outside none none; }
#cart table.cart-items thead tr { background: #dcdc05; color: #0e8536; }
#cart table.cart-items tbody tr.even { border-top: 1px dotted #ddd;  border-bottom: 1px dotted #ddd; }
#cart table.cart-items th { font-weight: 600; }
#cart table.cart-items th, #cart table.cart-items td, #quote-items table th, #quote-items table td { padding: 12px 15px 12px 0; text-align: left; }
#cart table.cart-items td.image { width: 25%; min-width: 100px; height: auto; padding-top: 5px; }

@media (max-width: 500px) {
	
	#cart table.cart-items td.image a img { width: 100%; }

}

#cart table.cart-items .detail strong { font-size: 15px; font-weight: 600; }
#cart table.cart-items td { padding-top: 30px; padding-bottom: 10px; }
form.add-to-cart ul.fields li.special_requests { display: block; width: 100%; padding-left: 0; }
form.add-to-cart ul.fields li.special_requests .label { display: block; text-align: left; position: static; color: #666; padding-right: 0; font-weight: 600; }
form.add-to-cart li.submit { padding: 0; }

#cart table.cart-items td ul li.special_requests, #cart table.cart-items td ul li.special_requests textarea { padding-left: 0; width: 100%; }
form.add-to-cart ul.fields li.special_requests textarea { width: 100%; }

form.add-to-cart li.qty { display: none; }
#cart table.cart-items td ul li.special_requests textarea { margin-top: 10px; padding: 8px 15px; }
#cart div.buttons { text-align: right; }
#cart table.cart-items td.qty { padding-top: 30px; }
#cart table.cart-items td.remove { padding-top: 30px; }

#cart .cart-items tfoot tr.subtotal th,
#cart .cart-items tfoot tr.gst th,
#cart .cart-items tfoot tr.total th
{ text-align: right; }
#cart .cart-items tfoot tr.subtotal th.price,
#cart .cart-items tfoot tr.gst th.price,
#cart .cart-items tfoot tr.total th.price
{ text-align: center; }


/*** Product Catalogue - Quote - Checkout ***/

#shop-quote #quote-custom { padding-top: 30px !important; margin-left: 15px !important; padding-bottom: 30px !important; }
#shop-quote p.buttons { text-align: right; border-top: 1px dotted #ddd; }
#quote-items table { width: 100%; }
#quote-items table th, #quote-items table td { padding: 12px 15px; }
#quote-items table thead tr { background: rgba(14, 133, 54); color: #dcdc05; }
#quote-items table tr td { border-bottom: 1px dotted #ddd; }
#quote-items table.options tr td { border-bottom: none; }
#quote-items table.options td { width: 100%; padding: 12px; background-color: #f2f0ea; }

@media (max-width: 400px) {
	
	#shop-quote #quote-items table { width: 100%; font-size: 12px; }

}

/*** Product Catalogue - Quote ***/

#quote-custom table td { width: 269px; }
#quote-custom select, #quote-custom input, #quote-custom textarea { width: 100%; padding: 8px; margin: 0 0 5px 0; border: 1px dotted #999; }
#quote-custom input[type="checkbox"] { width: auto !important; margin-right: 4px; }
#quote-custom h2 { margin: 20px 0 10px; }

@media (max-width: 400px) {
	
	#quote-custom select, #quote-custom input, #quote-custom textarea { margin: 7px 0; }
	#quote-custom table td label { font-size: 12px; font-weight: 500; }
	#quote-custom table td { display: block; float: left; width: 100%; }

}

/*** End Product Catalogue ***/


/*** Footer Home -------------------------------------------------------------- ***/

#footer .footer-contacts { color: #fcfcfc; }
#footer .footer-contacts a { color: #dcdc05; }
#footer .company-tag { font-size: 17px; font-style: italic; color: #c1d7ee; }
#footer .footer-contacts h3 { color: #fcfcfc; margin-bottom: 13px; font-size: 16px; font-weight: 600; }
#footer .footer-contacts a:hover { color: #fff; }
#footer .footernav ul { margin: 0; }
#footer .footernav ul li { margin: 0 0 2px 0; }

#footer .footer-contacts .contact-address h3 { text-transform: none; color: #fcfcfc; margin-bottom: 13px; font-size: 15px; font-weight: 600; }

#footer .footer-copyright { padding: 20px 0 0; color: #ccc; font-size: 12px; }
#footer .footer-copyright .footer-links a { color: #dcdc05; }

.hidden_on_desktop { display: none; }
.hidden_on_mobile { display: none; }

#social_panel { position: fixed; left: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); color: #a29061; font-size: 1.3em; font-weight: normal; text-transform: uppercase;
  				 height: 130px; margin: 0 auto; padding-top: 20px; width: 100%; z-index: 1001; }

#social_panel .sp_content { margin: 0 auto; width: 80%; }
.sp_content .follow-title { float: left; height: 26px; width: 325px; text-align: left; }
.sp_content .follow-title-share { float: left; height: 26px; width: 260px; text-align: left; }
.sp_content .follow-title-join { float: right; height: 26px; width: 310px; text-align: left; }
#social_panel .sp_content .follow-rr { float: left; width: 325px; }
#social_panel .sp_content .follow-rr ul { height: 55px; margin: 0; padding: 0; background: transparent url(../images/social.png) no-repeat left 6px; }
.follow-rr li { float: left; height: 34px; list-style: none outside none; margin: 0; }
.follow-rr .follow-f { width: 31px; display: block; margin-right: 5px; }
.follow-rr .follow-f a { display: block; height: 0; padding-top: 34px; overflow: hidden; }
.follow-rr .follow-t { width: 31px; display: block; margin-right: 8px; }
.follow-rr .follow-t a { display: block; height: 0; padding-top: 34px; overflow: hidden; }
.follow-rr .follow-fs { width: 165px; display: block; }
.follow-rr .follow-fs a { display: block; height: 0; padding-top: 34px; overflow: hidden; }

#social_panel .sp_content .share-rr { float: left; width: 260px; }
#social_panel .sp_content .join-rr { float: right; width: 310px; height: 55px; line-height: 31px; text-align: left; }
.facebook-link { margin: 15px 0; }
.facebook-link img { /*max-width: 280px;*/ width: auto; }
.join-rr .join-form { float: left; display: block; }


/*** End Footer ***/

/*** Subpage styles ---------------------------------------------------------- ***/

.page-title { display: block; margin-bottom: 25px; padding: 0 15px; color: #0e8536; }

#sub-banner { height: 420px; }
#sub-banner .banner-heading { display: none; padding: 350px 0 0 310px; font-size: 2.3em; color: #9b8958; font-weight: 700; font-family: 'Droid Sans', sans-serif; }
#section-one { width: 100%; margin: 0 auto; min-height: 190px; /*background-color: #564b35;*/ padding-top: 20px; background: transparent url(../images/section_one_bg1.jpg) repeat left top; color: #ffffff; line-height: 1.6em; font-size: 1.1em; font-weight: bold; }
#section-two { width: 100%; margin: 0 auto; min-height: 230px; background-color: #f9f8f7; color: #564b35; line-height: 1.6em; font-size: 1.1em; font-weight: bold; }
#section-three { width: 100%; margin: 0 auto; min-height: 230px; background-color: #ffffff; color: #a39161; line-height: 1.6em; font-size: 1.1em; font-weight: bold; }
#section-four { width: 100%; margin: 0 auto; min-height: 230px; background-color: #f0efee; color: #898988; line-height: 1.6em; font-size: 1.1em; font-weight: bold; }
#section-five { width: 100%; margin: 0 auto; min-height: 230px; background: transparent url(../images/section_four_bg.jpg) repeat left top; color: #998758; line-height: 1.6em; font-size: 1.1em; font-weight: bold; }
#section-ad { width: 100%; margin: 0 auto; min-height: 220px; background: transparent url(../images/section_ad_bg.jpg) repeat left top; color: #a69363; line-height: 1.6em; font-size: 1.1em; font-weight: bold;}

#section-one .layout-2c .col2 { font-size: 1.3em; line-height: 1.8em; }

.layout-1c { width: 1050px; margin: 0 auto; padding: 20px 0; }

/*** End Subpage ***/

/*** Subpage Footer styles ---------------------------------------------------------- ***/

#footer { background-color: #06401b; width: 100%; margin: 0 auto; min-height: 300px; padding: 50px 0 0; }
#footer .companylogo { text-align: center; }
#footer .footer-titles {
	color: #fff;
	display: block;
    font-size: 1.3em;
    font-weight: normal;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.follow-rr { float: left; width: 242px; }
.follow-rr ul { height: 55px; margin: 0; padding: 0; background: transparent url(../images/social.png) no-repeat left 6px; }
#footer .footer-nav { display: block; padding-top: 60px; color: #ccc; font-size: 1.1em; font-weight: normal; text-transform: uppercase; }
#footer .footer-nav a { color: #fff; }
#footer .footer-nav a:hover { color: #c1d7ec; }
.footerlink { padding-left: 0; padding-right: 0; margin-top: 15px; padding-bottom: 20px; }
.footer-links { margin-bottom: 15px; }
  
	@media only screen and (max-width: 768px) {
  
	  	#footer { height: auto; }
	  	#footer .social { text-align: left; margin-bottom: 40px; }
	  	#footer .social .pull-right  { float: none !important; display: block; }
	  	.footer-links { margin-bottom: 20px; }
  
	}
	@media only screen and (max-width: 500px) {
  
	  	#footer { height: auto; }
	  	#footer .social { margin-top: 15px;  }
  		#footer .social .pull-right  { float: none !important; display: block; }
	}


/*** End Subpage Footer ***/

/*** Forms styles ------------------------------------------------------------ ***/

label.label {font-size: 100%; color: #666; padding: 0.2em 0.8em 0.3em 0; font-weight: 500; }
.c1-form input, .c1-form textarea { border: 1px dotted #999; padding: 10px; margin: 7px 0 6px; width: 95%; }
.c1-form button { background: rgba(14, 133, 54); color: #fcfcfc; }
#page-form-1 { text-align: left; padding: 20px 0; }
#form_errors { padding: 20px; margin-bottom: 15px; background-color: #f2f0ea; color: #c30342; }
#form_errors ul { margin-top: 15px; }
#form_errors ul li { list-style-type: disc; margin-left: 15px; }

/*** Forms styles***/

/*** Site Map styles ------------------------------------------------------------ ***/

#sitemap ul, #sitemap li { list-style-type: none; list-style-image: none; margin: 0 0 0 20px; }
#sitemap a { display: block; width: 55%; padding: 2px 2px 2px 5px; font-size: 16px; }
#sitemap li a.parent span { padding-top: 5px; line-height: 32px; font-weight: 600; }
#sitemap ul > li > li a.parent { border-bottom: none; color: #8cb76a ; width: 52%; line-height: 25px !important; }
#sitemap ul > li > ul > li > ul > li a.parent span { width: 50%; color: #888888; line-height: 25px !important; }

#sitemap > ul > li > a { border-bottom: 1px dotted #8cb76a; }

#sitemap ul li ul { margin-left: 0; }
#sitemap li li a { font-size: 14px; color: #444444; }
#sitemap li li li a { font-weight: normal; width: 250px; }
#sitemap li a:hover.parent { color: #222222; }

/*** End Site Map ***/

/*** Locations, Aboutus ------------------------------------------------------ ***/

#google_map.c1-maps { background: #ffffff; height: 460px; margin-top: 20px; }
.vcard .tel strong { display: inline-block; width: 70px; }
#location-list .c1-maps { background: #ffffff; height: 420px !important; }
#location-list li { float: left; height: 180px; max-width: 284px; min-width: 235px; }

@media (max-width: 500px) {
	
	#location-list li { float: none; max-width: 100%; width: 100%; }
}

#location-list.location-listing .country-name { font-weight: 600; }
#location-list.location-listing .name { font-weight: 500; font-size: 15px; line-height: 33px; }
#location-list.location-listing .website-address { font-size: 13px; }

/*** End Locations, Aboutus ***/

/*** Registration styles ----------------------------------------- ***/

#member_register h2 { fonr-size: 22px; margin: 20px 0 15px; }
#member_register select { width: auto; }
#member_register input[type="text"], #member_register input[type="password"], #member_register textarea { padding: 0.5em; border: 1px solid #BCBCBC; width: 400px; }
#member_register .title input[type="text"] { width: 247px; }

#member_register .table-input-group .label-left { display: block; height: 40px; padding-top: 13px; vertical-align: bottom; width: 230px; }
#member_register .buttons { float: left; clear: both; }
.hidden { display: none; }

/*** End Registration styles ***/


/*** Gallery styles ------------------------------------------ ***/

/* List Gallery styles */

#gallery-list { margin-bottom: 25px; }
#gallery-list ul li { width: 255px; height: 215px; list-style-image: none; list-style: none; margin: 0 10px 30px 0; float: left; }
#gallery-list a { color: #666666; }
#gallery-list a:hover { color: #c12b2d;	}
#gallery-list ul li span.gal-cat-name { display: block; margin: 16px 0; text-align: center; font-size: 16px; font-weight: 600; }
#gallery-list li img { border: 5px solid #fff; }
/* Embedded Gallery styles */


.gallery .gallery-image .image img { display: none; }
.imagegallery { clear: both; display: block; float: left; margin-bottom: 50px; width: 100%; }
.imagegallery { display: block; clear: both; float: left; margin-bottom: 50px; width: 100%; }
.imagegallery ul { display: block; clear: both; }
.imagegallery li { list-style: none;  padding: 0px; margin:10px 2px; text-align: center; }
.imagegallery li img { max-width: 100%; width: 170px; height: 150px; border: 5px solid #fff; }

/*** END Gallery styles ***/

/*** Cart ***/

#cart .headers { background: #dcdc05; width: 100%; padding: 0.8em 0; }
#cart .headers .image { width: 10%; float: left; min-width: 100px; }
#cart li .image { width: 10%; float: left; min-width: 100px; min-height: 1px; }
#cart li .image img { max-width: 80%; }
#cart .headers .name, .headers .price, .headers .qty { width: 20%; float: left; font-weight: 600; color: #06401b; }
#cart .headers .price, .headers .qty { text-align: center; }
#cart li .name, #cart li .price, #cart li .qty { text-align: center; }
#cart li { list-style: none; margin: 0; clear: both; position: relative; border-bottom: 1px dotted #E1E1E1; padding: 1.5em 0 1.5em 0; }
#cart li:last-child { border: 0; }
#cart li .detail, #cart li .name, #cart li .price, #cart li .qty { width: 20%; float: left; }
#cart .back { clear: both; }

#cart li.least { text-align: right; }
#cart li.least label em img { vertical-align: top; }
#cart li.least label input[type="checkbox"] { margin-right: 4px; }

#cart .item-name { color: #666; font-size: 0.9em; }
#cart input { border: 1px solid #ccc; }
#cart .remove { position: absolute; right: 0; }
#cart .totals { clear: both; font-size: 1.2em; margin: 2em 0 0 0; }

#cart .totals .price { color: #EC008C; font-weight: 500; }
#cart .description { display: block; color: #666; font-size: 0.9em; line-height: 1.4; font-weight: 300; }
#cart dl.options { margin: 0; font-size: 0.9em; font-weight: 300; }
#cart dl.options dt { line-height: 1.3; }
#cart .options dd { display: block; color: #666; font-size: 0.9em; line-height: 1.4; font-weight: 300; margin: 0; }

#cart .totals .subtotal { float: right; clear: both; }
#cart .totals .subtotal div { float: left; color: #666; font-size: 16px; }
#cart .totals .total { float: right; clear: both; }
#cart .totals .total div { float: left; color: #666; font-size: 16px; }
#cart .totals .delivery { float: right; clear: both; font-size: 0.8em; font-style: italic; margin: 1em 0 0 0; }
#cart .totals .subtotal, #cart .totals .gst { clear: both; float: right; }
#cart .totals .subtotal, #cart .totals .gst { float: right; clear: both; }
#cart .totals .subtotal div, #cart .totals .gst div { color: #666; float: left; font-size: 16px; }

.buttons { float: right; clear: both; }
.bottom .headers { display: none; }

#cart button { font-size: 14px; background: #acac03; padding: 5px 15px; display: block; text-transform: uppercase; color: #06401b; font-weight: 600; float: left; }
#cart button.checkout { background-color: rgba(14, 133, 54); float: left; margin-left: 10px; }
#cart button.checkout span { color: #fff; } 
#cart .remove a.remove { background: url(../images/remove.png) 5px 3px no-repeat; background-size: 17px; width: 22px; height: 21px; }

#cart .continue { padding: 20px 0; float: left; padding: 20px 40px 0 0; }
#cart .buttons { float: right; padding: 20px 0 0 0; }
.productcart select { margin-top: 11px; }

/*** Cart ***/
/*** Checkout --------------------------------------------------------------- ***/

#payment-checkout .steps ul { float: left; background-color: #fff; height: 3em; }
#payment-checkout .steps span { display: block; padding: 1em; line-height: 1em; color: #6A6A6A; border-bottom: 4px solid #dedede; }
#payment-checkout .steps li { float: left; }
#payment-checkout .steps { height: 3em; margin-bottom: 3em; }
#payment-checkout .steps .active a { padding-right: 2em; font-weight: bold; }
#payment-checkout .steps a { display: block; padding: 1em; line-height: 1em; border-bottom: 4px solid #c3d244; color: #666; }

#payment-checkout h2 { margin: 20px 0 15px; }
#payment-checkout tr { display: block; margin: 0 0 1em 0; }

#payment-checkout label.label { width: 160px; display: block; text-align: left; font-weight: 500; }
#payment-checkout input[type="text"],  input[type="password"], textarea, select { padding: 0.5em; border: 1px solid #BCBCBC; width: 450px; }
#payment-checkout input[type="radio"] { margin: 0 0.7em 0 0; }
#payment-checkout #payment-custom textarea { width: 450px; }
#payment-checkout .notes textarea { width: 450px; }

#payment-checkout button { font-size: 16px; }
#payment-checkout .continue button { font-weight: 500; text-transform: uppercase; padding: 5px 15px; background-color: #c3d244; float: left; margin-left: 10px; }

#payment-checkout .back button { font-weight: 500; text-transform: uppercase; padding: 5px 15px; background: #666; float: left; margin-left: 10px; }
#payment-checkout .back button span { color: #fff; }

#payment-checkout input[type="checkbox"] { margin: 0 0.5em 0 0; }
#payment-result { margin: 0 0 20px 0; } 
#payment-credit input[name="card_expiry[month]"], #payment-credit input[name="card_expiry[year]"] { width: 100px !important; }
#payment-checkout .print-button { float: none !important; }
#payment-delivery-method .delivery-option .delivery-cost { padding: 0 0 0 0.5em; color: #666; font-weight: 600; }
 
/*** Payment Page ***/

#payment-checkout #payment-summary .summary-items .headings { background: #666; width: 100%; padding: 0.8em 0; color: #fff;}
#payment-checkout #payment-summary .summary-items .headings .description { width: 24%; float: left; font-weight: 600; padding: 0 0 0 15px; }
#payment-checkout #payment-summary .summary-items .headings .qty { text-align: center; width: 24%; float: left; font-weight: 600; }
#payment-checkout #payment-summary .summary-items .headings .price { text-align: center; width: 24%; float: left; font-weight: 600; }
#payment-checkout #payment-summary .summary-items .headings .total { text-align: center; width: 24%; float: left; font-weight: 600; }

#payment-checkout #payment-summary .summary-items .items { padding: 1em 0; font-size: 0.9em; line-height: 1.4; font-weight: 400; }
#payment-checkout #payment-summary .summary-items .items .description strong.item-name { padding: 0 0 0 15px; color: #aab92d; }
#payment-checkout #payment-summary .summary-items .items .headings { display: none; }
#payment-checkout #payment-summary .summary-items .item:first-child { padding-top: 0; }
#payment-checkout #payment-summary .summary-items .item { border-bottom: 1px dotted #E1E1E1; padding: 1em 0; }
#payment-checkout #payment-summary .summary-items .item .description { width: 24%; float: left;}
#payment-checkout #payment-summary .summary-items .item .qty { text-align: center; width: 24%; float: left; }
#payment-checkout #payment-summary .summary-items .item .price { text-align: center; width: 24%; float: left; }
#payment-checkout #payment-summary .summary-items .item .total { width: 24%; float: left; text-align: center; }
#payment-checkout #payment-summary .summary-items .item dl { margin: 0; }
#payment-checkout #payment-summary .summary-items .totals { float: right; font-size: 1.1em; }
#payment-checkout #payment-summary .summary-items .totals div { margin: 0 0 0.1em 0; }
#payment-checkout #payment-summary .summary-items .totals .label { float: left; width: 110px; text-align: right; color: #666; font-size: 14px; }
#payment-checkout #payment-summary .summary-items .totals .currency { float: right; color: #666; }

 @media only screen and (max-width: 800px) {
 
	#payment-checkout input[type="text"], input[type="password"], textarea, select { width: 250px;}
	#cart li .top .image { width: 20%; }
	#cart li .top .detail { width: 65%; }
	
	.top, .bottom { width: 100%; clear: both; }
	
	#cart li .top .image { width: 20%; }
	#cart li .top .detail { width: 65%; }
	
	.bottom .headers { display: block; border: none; }
	.headers { display: none; }

	#cart .background { background: none; }
	#cart .background ul { padding: 0; }	
	#cart .headers { background: none; }
	#cart .headers .name, .headers .price, .headers .qty { color: #666; }
	#cart .headers .price, .headers .qty { text-align: left; }
	#cart .totals { margin: 0; }
	#cart li { margin: 0 0 2em 0; padding: 0em 0 2em 0; }
	#cart li .detail, #cart li .name, #cart li .price, #cart li .qty { width: 30%; }
	
	#cart button, #cart button.checkout { width: 100%; margin: 0 0 1em 0; }
	#cart .buttons { float: none; }
	
	.headers .price, .headers .qty { text-align: left; }
	#cart li .name, #cart li .price, #cart li .qty { text-align: left; }
	#header-top #cart-top .iyc { display: none; }
	#header-top #cart-top .total { display: none; }
	
	#payment-checkout .steps { height: 2.5em; font-size: 0.85em; }
	#payment-checkout .steps ul { height: 2.5em; }
	#payment-checkout .steps span { padding: 0.7em; }
	#payment-checkout .steps a { line-height: .5em; }
	#payment-checkout #payment-summary .summary-items .headings { display: none; }
	#payment-checkout #payment-summary .summary-items .items .headings { display: block; background: none; color: #666; }
	#payment-checkout #payment-summary .summary-items .item .description { width: auto; color: #aab92d; }
	#payment-checkout #payment-summary .summary-items .item .code { float: right; text-align: right; width: auto; font-style: italic; }
	#payment-checkout #payment-summary .summary-items .item .code strong { display: inline-block; }	
	#payment-checkout #payment-summary .summary-items .item .code span { padding: 0; }
	#payment-checkout #payment-summary .summary-items .item .qty { text-align: left; }
	#payment-checkout #payment-summary .summary-items .item .price { text-align: left; }
	#payment-checkout #payment-summary .summary-items .item .total { text-align: left; }

	.products li .image { height: 275px; }
	/*.products li { height: 350px; }*/
	
	#payment-checkout #payment-summary .summary-items .items .description strong.item-name { padding: 0; }
	
 }
 
  @media only screen and (max-width: 645px) {
  
  	#payment-checkout .notes textarea { width: 300px; }
  
}
 
 @media only screen and (max-width: 500px) {
	 
	#payment-billing td { display: block; width: 100%; }
	#payment-delivery td { display: block; width: 100%; }
	#payment-contact td {  display: block; width: 100%; }
	#payment-checkout form label.label { width: 100%; padding: 0 0.3em 0.5em 0; }
	#payment-checkout #payment-payment td { display: block; width: 100%; }
	#payment-checkout form input[type="text"], input[type="password"], textarea, select { width: 92%; }
	#payment-contact table { width: 100%; }
	#payment-billing table { width: 100%; }
	#payment-delivery table { width: 100%; }
	#payment-checkout #payment-summary .summary-items .totals { float: left; margin: 0 0 1em 0; }
	#payment-checkout #payment-summary .summary-items .totals .label { text-align: left; }
	
	#payment-summary .summary-items thead th { min-width: auto; padding: 0 0.5em; }
	#payment-summary .summary-items td	{ min-width: auto; padding: 0 0.5em; }
	#payment-summary .summary-items thead th:last-child { min-width: auto; padding: 0; }
	#payment-summary .summary-items td:last-child { min-width: auto; padding: 0; }
	#payment-credit table { width: 100%; }		
	#payment-delivery-method table { width: 100%; }
	#payment-delivery-method td { display: block; width: 100%; }
	
	#payment-summary .summary-billing table, #payment-summary .summary-delivery table { width: 100%; }
	#payment-summary .summary-billing td, #payment-summary .summary-delivery td { display: block; }
 	#payment-checkout .notes textarea { width: 300px; }	
 	
  }
 
/*** Payment Page ***/
/*** Page not Found Form ------------------------------------***/

input.w15 { background: #f5f5f5 none repeat scroll 0 0; border: 1px solid #f5f5f5; margin-right: 10px; padding: 10px; margin-top: 20px; }

/*** Menu panel ----------------------------------------- ***/

@media (max-width: 1060px) {
	
	.header-nav #navbar ul li a { padding: 0px 2px; font-size: 13px; font-weight: 100; }
}
@media (max-width: 990px) {
	
	.header-nav #navbar ul li a { padding: 0px; font-size: 13px; }
	.header_cart { padding-top: 10px; }
	.hidden_on_mobile { display: none; }
}
@media (max-width: 807px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-nav { 
    	background: none; 
    }
    .header-main .moto { 
    	font-size: 13px;
    	margin-top: 29px;
    }
    #sub-slider .carousel-inner {
    	height: 285px;
	}
	.header-main .cart { margin: 24px 20px 0 0; }
}
@media (max-width: 768px) {
	
	.header-nav #navbar ul li a { padding: 10px; display: block; font-weight: 400; }
	.header-nav { background: transparent; }
	
	.header-nav #navbar { height: auto; width: 100%; }
	.left-padding { padding-left: 0; }
	
	.navbar-nav {
		text-align: center;
		width: 100%;
		margin: 0;
	}
	
	.navbar-nav {
		background: rgba(6, 64, 27, 0.85);
	}
	
	.navbar-nav > li {
		margin: 0;
	}
	
	.navbar-collapse {
		padding: 0;
	}
	
	.dropdown .dropdown-menu {
		max-height: initial;
		text-align: center;
	}
	
	.dropdown > ul {
		width: 100%;
	}
	
	.nav_bar_item {
		height: 33px;
	}
	
	.dropdown .dropdown-menu li {
		background-color: transparent;
	}
	
	.header-nav #navbar ul li ul.dropdown-menu li a {
	    padding: 10px;
	}
	
	.dropdown-menu {
		position: relative;
		float: none;
	}
	.navbar-collapse.collapse { display: none!important; }
	.navbar-collapse.collapse[aria-expanded=true] {
		display: block!important;
	}
	.navbar-collapse.collapse[aria-expanded=false] {
        display: none!important;
    }
	.hidden_on_mobile { display: none; }
}

@media ( min-width :769px) {
	.hidden_on_desktop {
		display: none;
	}
}

@media (max-width: 1400px) { 

	#sub-slider .carousel-inner { height: 330px; }
	
}
@media (max-width: 1299px) { 

	#sub-slider .carousel-inner { height: 330px; }
	#home-slider .caption { top: 40%; }
	
}
@media (max-width: 1024px) { 

	#home-slider .caption { top: 44%; }
	#home-slider .caption h1 { font-size: 35px; }
}
@media (max-width: 991px) { 
	
	.header-top { height: 127px; }
	.header-main .logo { width: 170px; }	
	#home-slider .thumbnails { display: none; }
	#home-slider .item { background-image: none !important; height: auto; }
	#social-content .right-column { margin-top: 30px; }

	#home-slider .caption { top: 44%; }
	#home-slider .caption h1 { font-size: 30px; }
	
	#sub-slider .caption { display: none; }

}
@media (max-width: 980px) { 
	
   	.navbar-brand > img { width: 150px; }
   	.navbar { min-height: 65px; }
	.navbar-default .navbar-toggle { border: none; background: none; margin-right: 21px; }
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background: none; }
	.navbar-default .navbar-toggle .icon-bar { background-color: #0397D6; }
	.blue .navbar-fixed-top .navbar-collapse { top: 125px; }
	.navbar-toggle { margin-top: 16px; margin-bottom: 16px; margin-right: 1px; }
}
@media (max-width: 807px) {

    #sub-slider .carousel-inner { height: 250px; }
    .header-top { height: 98px; }
    
    #home-slider .caption { top: 30%; font-size: 20px; }
	#home-slider .caption h1 { font-size: 28px; }
    
}	
@media (max-width: 768px) {
	
	.search-box { display: none; }	
	.phone span { font-size: 11px; }
	.top-nav { font-size: 11px; }
	.header-logo { display: block; overflow: hidden; width: 110px; }
	footer .footer-logos { padding: 15px; }	
	#sub-slider .carousel-inner { height: 240px; }
	
}
@media (max-width: 644px) {
	
	.header-top { height: 78px; }
	.header-main .logo { width: 130px; }	
	#sub-slider .carousel-inner { height: 205px; }
	#search-section h3, #search-section-sub h3 { font-size: 1.1em; padding-bottom: 16px; }
	#search-section button { height: 37px; }
	h2 { font-size: 1.2em; }
	
	#home-slider .caption { font-size: 16px; }
	#home-slider .caption h1 { font-size: 22px; }
}
@media (max-width: 600px) {
	
	.top-nav { display: none; }
	.col-xxs-12 { width: 100%; }
	footer .footer-nav-copyright { text-align: left; }
	footer h3 { margin: 10px 0 6px; }
	#sub-slider .carousel-inner { height: 200px; }	
	.page-title { font-size: 22px; }
	#search-section, #search-section-sub { padding: 13px 0 25px 0; }
	
	#home-slider .caption { top: 28%; font-size: 18px; }
	#home-slider .caption h1 { font-size: 20px; }
}
@media (max-width: 500px) {
	
	.header_image img { width: 300px; padding-top: 10px; }
	#sub-slider .carousel-inner { height: 150px; }
	#search-section h3 { padding-bottom: 10px; }
		
	#home-slider .caption { top: 28%; font-size: 15px; }
	#home-slider .caption h1 { font-size: 17px; }
	
}
@media (max-width: 467px) {
	
	#home-slider .carousel-inner  { min-height: 339px; }
	#search-results input { width: 180px;}
	#search-results button.btn_dark { padding: 0 10px 0; }
	#search-section button, #search-section-sub button { margin-top: 10px; width: 260px; }
	#search-embedded input { margin-right: 0; }
	.page-title { margin-bottom: 10px; line-height: normal; }
	
	#home-slider .caption { top: 42%; }
	
}
@media (max-width: 400px) {

	#home-slider .carousel-inner { min-height: 334px;}
	.mobile-action .cart-mobile img { width: 36px;}	
	.mobile-action .contact-mobile img { width: 28px;}
	.mobile-action .phone-mobile img { width: 29px;}
	.mobile-action .cart-mobile { right: 140px; }
	.mobile-action .contact-mobile { right: 85px; }
	.mobile-action .phone-mobile { right: 53px; }
	.companylogo img { width: 110px; }

}
@media (max-width: 380px) {
	
	#home-slider .carousel-inner { min-height: 347px; }
	#sub-slider .carousel-inner { min-height: auto; }
	h1 { font-size: 1.5em; }
	.header-main .logo { width: 107px; }
	.header-top { height: 64px; }
	#footer .footernav ul li { margin: 0 0 6px 0; }
	
}

@media (max-width: 375px) {

	#home-slider .carousel-inner { min-height: 323px;}

}
@media (max-width: 360px) {

	#home-slider .carousel-inner { min-height: 316px;}

}
@media (max-width: 320px) {
	
	.header-top { height: 64px; }
	#home-slider .carousel-inner { min-height: 297px; }
	#sub-slider .carousel-inner { min-height: 120px; }
	h1 { font-size: 1.5em; }
	.header-main .logo { width: 93px; }
	.navbar-toggle { margin-right: -6px; padding-right: 0; }
	.mobile-action .phone-mobile { width: 36px; }
	.mobile-action .contact-mobile { width: 46px; }
	.mobile-action .cart-mobile { width: 45px; }
	#pagetitle { padding: 0; }
}
