/* Customizations */
/*search */
.search { float:left; margin:1px 0 0 0; clear:both; width:100%;}
.search .search-box{ padding:0;	}
.search-box { height:25px;}	
.search input.cat_textbox_small{  padding:0 0 0 5px;	margin:0;	width:272px;	font-size:14px;}
.ie7 .search input.cat_textbox_small {width:130px;} /*ie7 customization*/
.search input.cat_button{ padding:0; font-size:13px; height:25px; width:23px; border:none; margin:0; background:url(/images/template/search-icon.jpg) no-repeat;}

/*ie8 fix*/
.ie8 .search-box { height:25px !important; overflow:hidden !important; }
.ie8 .search .cat_textbox_small{padding-top:4px !important; }
/*search results*/

/*newsletter subscribe in footer*/
.subscribe-wrap{  float: left;	margin-left: 0; margin-top:0;	display: block; }	
.subscribe-wrap input.cat_textbox{ width:190px; color:#AAAAA9;}
.subscribe-wrap-fields{ width:292px;}
.subscribe-wrap .button{ margin:4px 0 0 5px;}

/*general form imput fields*/
input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox, textarea, .cat_textbox_small, .cat_dropdown_small{ padding:4px; margin:1px 0; width:100%; font-size:14px; background:#f4f4f4; border:none; height:25px; color:#333333;}
textarea.cat_listbox{ height:150px;}
input.cat_textbox{ height:17px; }
textarea{ width:200px; height:150px;	}	
input[type="checkbox"], input[type="radio"] { margin:1px;}

/*Gallery*/
.photogalleryItem img{ margin:3px 5px; box-shadow:0 0 8px #b5b4b4; }

/* Video*/
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*blog customizations*/
	
/*blog page layout */
.blog-container .post-list { float: right; width: 69%;}
.blog-container .side-panel { float: left; width: 27%; margin-top:-8px;}
.comment-list .button{ float:left; clear:both;	}	
/*aside .BlogRecentPost li{ 	line-height:1.5em !important;}*/
.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li { position : relative;	float : left; line-height : 1.25em;	margin:0 !important; padding:0; width : 100% ;border-bottom:1px solid #e6e5e5; padding-left:0 !important; }	
.BlogRecentPost li a, .BlogTagList li a, .BlogPostArchive li a { display : block;	color: #333333;	text-decoration : none;	background:#ffffff; padding: 8px; text-align:left;  }
.BlogRecentPost li a:hover, .BlogTagList li a:hover, .BlogPostArchive li a:hover { color : #ffffff; background-color : #f5ac3d; text-shadow:none; }
.blog-container .side-panel h2 { clear:both; padding-top:20px; }
.blog-post h2{ font-weight:bold; text-transform:uppercase;}

/*blog date, title and author customizations*/
.post-details{ position:relative;}
.post-body .links a { width: 80px; float:left; }
.post-details .two .published { border: 2px solid #F5AC3D; -webkit-border-radius: 53px; -moz-border-radius: 5px; border-radius: 5px;  position: absolute; right: 0; top: 5px; width: 60px; height: 55px; padding:0px !important; text-align: center; margin:0 0 0 20px; }
.post-details .two .published span { float: left; display: block; font: 18px/1; color: #fff;}
.post-details .two .published .top {  background: #F5AC3D;  background: -moz-linear-gradient(top, #F5AC3D 0%, #F5AC3D 100%);   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5AC3D), color-stop(100%,#F5AC3D));  background: -webkit-linear-gradient(top, #F5AC3D 0%,#F5AC3D 100%); background: -o-linear-gradient(top, #F5AC3D 0%,#F5AC3D 100%); background: -ms-linear-gradient(top, #F5AC3D 0%,#F5AC3D 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5AC3D', endColorstr='#F5AC3D',GradientType=0 ); background: linear-gradient(top, #F5AC3D 0%,#F5AC3D 100%);  -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 0;-webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; overflow: hidden;padding: 4px 0; width: 100%;}
.post-details .two .published .day { padding: 0 2px 0 4px;}
.post-details .two .published .month { padding: 0 0 0 1px;}
.post-details .two .published .year { background: none; color: #666666; clear: both; float: none; font-size: 24px;}
.post-details .two h1 { padding: 0 70px 5px 0; margin: 0; width:510px; }
.post-details .author-a{ text-align:left; margin:10px 0 20px; padding:0; font-size:12px;}

/*submit buttons*/
.cartse .productSubmitInput, .button, .cat_button, .buttonone, .cartSummaryTable .cartSummaryLink, .shop-product-small .productSubmitInput, .productList li .productSubmitInput, .gallery ul li .productSubmitInput {   
	background:#f5ac3d; color: #ffffff; display: inline-block;  font-weight: normal; padding: 4px; margin:1px 0; text-decoration: none;	font-size:14px;	border-top:1px solid #f5ba60; border-right:1px solid #f5ac3d; border-bottom:1px solid #f5ac3d; border-left:1px solid #f5ac3d; cursor: pointer; text-transform:uppercase; text-shadow:none;}
	
.button a, .productSubmitInput a { -moz-transition: all 0.2s ease-in-out 0s; border: 0 none; color: #ffffff !important; text-decoration: none;text-shadow:none;}
.button:hover, .productSubmitInput:hover { background: none repeat scroll 0 0 #a12f2e !important;  text-decoration: none !important; -moz-transition: background-color 0.3s ease-in 0s;	-webkit-transition: background-color 0.3s ease-in 0s;	-o-transition: background-color 0.3s ease-in 0s;	transition: background-color 0.3s ease-in 0s;	color: #ffffff; border:1px solid #a12f2e;}
.button:hover a, .productSubmitInput:hover a{ color:#ffffff;	}
.productSubmitInput{ margin:0 !important;}


/*GENERAL SMALL CUSTOMIZATIONS*/
/*header error message colour*/
.system-message h1, .system-error-message h1 { color: #333333;  margin: 0 0 18px;}
/*header error message colour*/
.system-message a:link, .system-error-message a:link { color: #a12f2e;}

/*Accessories layoug*/
.accessories { display:inline-block !important;}


/*! fancyBox v2.0.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url('/images/fancybox_loading.gif');
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/fancybox_sprite.png');
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('/images/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev span {
	background-position: 0 -36px;
}

.fancybox-next span {
	background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 20px;
}

.fancybox-next:hover span {
	left: auto;
	right: 20px;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.fancybox img{
	margin:5px;
	}



/**************************
*
*	GENERAL
*
**************************/
.camera_wrap a, .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	display: none;
	float: left;
	position: relative;
	z-index: 0;
	box-shadow:0 0 10px #DCDCDA;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 315px;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url(/js/slideshow/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url(/js/slideshow/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(/js/slideshow/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
}
.camera_caption > div {
	padding: 10px 20px;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_prevThumbs div {
	background: url(/js/slideshow/camera_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_nextThumbs div {
	background: url(/js/slideshow/camera_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
	background:url(/images/template/slideshow-shadow.png) no-repeat top;
}
.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.camera_prev {
	left: 0;
}
.camera_prev > span {
	background: url(/js/slideshow/camera_skins.png) no-repeat 0 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_next {
	right: 0;
}
.camera_next > span {
	background: url(/js/slideshow/camera_skins.png) no-repeat -40px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_commands {
	right: 41px;
}
.camera_commands > .camera_play {
	background: url(/js/slideshow/camera_skins.png) no-repeat -80px 0;
	height: 40px;
	width: 40px;
}
.camera_commands > .camera_stop {
	background: url(/js/slideshow/camera_skins.png) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-indent: -9999px;
	width: 16px;
}
.camera_thumbs_cont {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 30px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
/* Customizations End*/



/* normalize show */
@charset "utf-8";
/*Normalize for HTML5 */
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {display: block;}
/* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.*/
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1;}
/* Prevents modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0;}
/* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue: no IE 6 support. */
[hidden] { display: none;}
/* ==========================================================================
   Base
   ========================================================================== */
/* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. 2. Prevents iOS text size adjust after orientation change, without disabling user zoom. */
html { font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */}
/* Addresses `font-family` inconsistency between `textarea` and other form elements.*/
html, button, input, select, textarea { font-family: sans-serif;}
/* ==========================================================================
   Links
   ========================================================================== */
/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted;}
/* Improves readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0;}
/* ==========================================================================
   Typography
   ========================================================================== */
/*Addresses font sizes and margins set differently in IE 6/7.Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome.*/
h1 { font-size: 2em; margin: 0.67em 0;}
h2 { font-size: 1.5em; margin: 0.83em 0;}
h3 { font-size: 1.17em; margin: 1em 0;}
h4 { font-size: 1em; margin: 1.33em 0;}
h5 { font-size: 0.83em; margin: 1.67em 0;}
h6 { font-size: 0.75em; margin: 2.33em 0;}
/* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted;}
/* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong { font-weight: bold;}
blockquote { margin: 1em 40px;}
/* Addresses styling not present in Safari 5 and Chrome. */
dfn { font-style: italic;}
/* Addresses styling not present in IE 6/7/8/9.*/
mark { background: #ff0; color: #000;}
/* Addresses margins set differently in IE 6/7. */
p, pre { margin: 1em 0;}
p.intro { font-size:16px; line-height:1.5em; }
span.strike { font-weight:bold; /*set line weight here*/ color:red; text-decoration:line-through; font-size:20px; margin:-5px 0 -20px; display:block; }
span.strike>span { font-weight:normal; color: black; font-size:14px; }
/* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em;}
/* Improves readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
/*Addresses CSS quotes not supported in IE 6/7.*/
q { quotes: none;}
/*Addresses `quotes` property not supported in Safari 4.*/
q:before, q:after { content: ''; content: none;}
/*Addresses inconsistent and variable font size in all browsers. */
small { font-size: 80%;}
/* Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup { top: -0.5em;}
sub { bottom: -0.25em;}
/* ==========================================================================
   Lists
   ========================================================================== */
/*Addresses margins set differently in IE 6/7. */
dl, menu, ol, ul { margin: 1em 0;}
dd { margin: 0 0 0 40px;}
/*Addresses paddings set differently in IE 6/7. */
menu, ol, ul { padding: 0 0 0 40px;}
/*Corrects list images handled incorrectly in IE 7. */
nav ul, nav ol { list-style: none; list-style-image: none;}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3. 2. Improves image quality when scaled in IE 7.*/
img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */}
/*Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) { overflow: hidden;}
/* ==========================================================================
   Figures
   ========================================================================== */
/*Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.*/
figure { margin: 0;}
/* ==========================================================================
   Forms
   ========================================================================== */
/* Corrects margin displayed oddly in IE 6/7. */
form { margin: 0;}
/* Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
/* 1. Corrects color not being inherited in IE 6/7/8/9. 2. Corrects text not wrapping in Firefox 3. 3. Corrects alignment displayed oddly in IE 6/7.*/
legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */}
/* 1. Corrects font size not being inherited in all browsers. 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,    and Chrome.3. Improves appearance and consistency in all browsers.*/
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */}
/*Addresses Firefox 3+ setting `line-height` on `input` using `!important` inthe UA stylesheet.*/
button, input { line-height: normal;}

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Corrects inability to style clickable `input` types in iOS. 3. Improves usability and consistency of cursor style between image-type  `input` and others. 4. Removes inner spacing in IE 7 without affecting normal text inputs.  Known issue: inner spacing remains in IE 6 */
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible;  /* 4 */}
/* Re-set default cursor for disabled elements. */
button[disabled], input[disabled] { cursor: default;}
/* 1. Addresses box sizing set to content-box in IE 8/9. 2. Removes excess padding in IE 8/9. 3. Removes excess padding in IE 7.    Known issue: excess padding remains in IE 6.*/
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */}
/* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome   (include `-moz` to future-proof). */

input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box;}
/*Removes inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
/* Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner,
input::-moz-focus-inner {  border: 0; padding: 0;}
/* 1. Removes default vertical scrollbar in IE 6/7/8/9. 2. Improves readability and alignment in all browsers.*/
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */}
/* ==========================================================================
   Tables
   ========================================================================== */
/* Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0;}

/* normalize End */	








/* Global properties */
body { margin:0; padding:0; width:100%; font-size:14px; background: url(/images/template/header-bg.jpg) repeat-x #ffffff;	color:#333333; font-family: 'Open Sans', sans-serif; text-shadow:0 1px 0 rgba(255,255,255,.5); }

h1, h2, h3, h4, h5, h6{ font-family: 'Handlee', cursive, sans-serif; font-weight:normal; margin:0; }	
h1{	font-size:22px; padding:10px 0 0px 0; color:#333333; text-transform:uppercase; border-bottom:1px solid #333333;	}
h2{	font-size:20px; color:#333333; padding:10px 0 0; text-transform:uppercase; border-bottom:1px solid #333333;}
h3{ font-size:20px; color:#333333; padding:10px 0 0 0; text-align:left; text-transform:uppercase;	}	
h4{ font-size:1em; color:#ffffff; padding:10px 0 0 0; text-align:left;	}	
h5{ font-size:1em; color:#3a6c82; padding:10px 0 0 0; text-align:center; }
	
a:link { color:#a12f2e;	text-decoration: none; }
a:visited { color: #a12f2e;	text-decoration: none;}
a:hover { color:#333333; text-decoration:none; }

.clr { clear:both; padding:0; margin:0; background:none; }
hr{ height:1px; border:none; margin:15px 0 0 0; padding:0; background:#333333; }
a img, img {	border: none; padding:0; margin:0; }
.image-shadow{box-shadow:0 0 8px #b5b4b4;}
.yellow{ background:#f5ac3d; padding:5px 20px; margin:0 auto; color:#ffffff; text-align:center; text-shadow:none;}
.hide{	visibility:hidden; height:0; width:0;}
.bullet{ margin: 15px 0 5px 0; padding: 0; float: left;	background: url(/images/template/bullet.png) no-repeat; 	height: 10px; width: 10px; }
.float-right{ float:right;}
.white{ color:#ffffff; text-shadow:0 1px 0 #6f7477; margin:0; padding:10px 0 0 0;}
.glow{ box-shadow: 0 0 8px #666666;}
.t-right{ text-align:right;}
sup{ line-height:1em;}

/*header*/

header { width: 100%; padding: 0;	margin: 0 auto;	background: url(/images/template/header-bg.jpg) repeat-x; height: 154px;	}
.header_resize { padding:0;	width:960px; margin:0 auto;	}
	
.logo { float: left; padding: 0; margin: 15px 0 0 0;	width: 316px; height: 73px;}
.header-right{ float:right; width:245px; height:96px; margin:0; padding:0;}	
/*main menu*/
	
#new-wrap{ width:100%; overflow:hidden;}

#nav{padding:0; margin:-6px 0; height:35px; clear:right; float:right; }
	
/*** superfish menu ***/
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu { line-height:	1.0; float: left; clear:both; margin:0; background:transparent;	width:100%; }
.sf-menu ul { position:	absolute; top: -999em; width: 20em; /* left offset of submenus need to match (see below) */}
.sf-menu ul li { width:	100%; }
.sf-menu li:hover {	visibility:	inherit; /* fixes IE7 'sticky bug' */ }
.sf-menu li { float: left; position: relative; background: none; }
.sf-menu a { display: block; position: relative; text-align: center; padding:9px 10px; text-decoration:none; color: #333333; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 0; top: 32px; /* match top ul list item height */ z-index: 99; }
.sf-menu li li { background: #ffffff; }
.sf-menu li li a { border-top: 1px solid #e6e5e5; text-align:left; }
.sf-menu li li li { background: #ffffff; }
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { outline: 0; color:#ffffff; background:#f5ac3d; text-shadow:none; }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 20em; /* match ul width */ top:	0; }
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top:	-999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 20em; /* match ul width */	top: 0; }

/*to fix ie7 menu with this website only*/
.ie7 #nav { width:680px; font-size:14px; z-index:100000; position:relative; margin-top:-5px;}
/*** arrows **/
.sf-menu a.sf-with-ul { padding-right: 	2.25em;	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */}
.sf-sub-indicator { position: absolute;	display: block; right: .75em; top: 1.05em; /* IE6 only */ width: 10px; height: 10px; text-indent: -999em; overflow: hidden; 	background:	url('/images/template/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ }
a > .sf-sub-indicator {  /* give all except IE6 the correct values */ top: .8em; background-position: 0 -100px; /* use translucent arrow for modern browsers*/ }
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { 	background-position: -10px -100px; /* arrow hovers for modern browsers*/ }
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a >  sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { 	background-position: -10px 0; /* arrow hovers for modern browsers*/ }

/*** shadows for nav verticle for all but IE6 ***/
.sf-shadow ul { background:	url('/images/template/shadow.png') no-repeat bottom right; padding: 0 8px 9px 0; -moz-border-radius-bottomleft: 17px; 	-moz-border-radius-topright: 17px; -webkit-border-top-right-radius: 17px; -webkit-border-bottom-left-radius: 17px; }
.sf-shadow ul.sf-shadow-off { background: transparent; }
.facebook-iframe{width:100%;}
.facebook-feed-display-medium, .facebook-feed-display-full-width{display:none;}

/*vertical menu*/
#navvert, #navvert ul { padding: 0;	margin: 0; list-style: none; float : left; width : 100%; text-shadow:0 1px 0 rgba(255,255,255,.5);}
#navvert {	width : 100%; :none; margin: 0 0 0 0;	}	
#navvert li { /* all list items */ position : relative;	float : left; line-height : 1.25em;	margin:0 !important; padding:0; width : 100% ;border-bottom:1px solid #e6e5e5; padding-left:0 !important; }	
#navvert li a { display : block;	color: #333333;	text-decoration : none;	background:#ffffff; padding: 8px; text-align:left;  }
#navvert li a:hover { color : #ffffff; background-color : #f5ac3d; text-shadow:none; }
#navvert li ul { /* second-level lists */
	position : absolute; left: -999em; margin-left : 230px; margin-top : -32px;	}
#navvert li ul li{ border-left:1px solid #e6e5e5;}
#navvert li ul ul { /* third-and-above-level lists */
	left: -999em; }	
#navvert li:hover ul ul, #navvert li:hover ul ul ul, #navvert li.sfhover ul ul, #navvert li.sfhover ul ul ul {
	left: -999em; }	
#navvert li:hover ul, #navvert li li:hover ul, #navvert li li li:hover ul, #navvert li.sfhover ul, #navvert li li.sfhover ul, #navvert li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto; }
	
#navvert .sf-menu li li a { border-top: none;}
	
/*** shadows for nav verticle for all but IE6 ***/
#navvert .sf-shadow ul { background:	url('/images/template/shadow.png') no-repeat bottom right; padding: 0 8px 9px 0; -moz-border-radius-bottomleft: 17px; 	-moz-border-radius-topright: 17px; -webkit-border-top-right-radius: 17px; -webkit-border-bottom-left-radius: 17px; }
#navvert .sf-shadow ul.sf-shadow-off { background: transparent; }


/*header shadow central*/
.header-shadow	{ width: 960px;	margin: -32px auto 0 auto;	background: url(/images/template/header-shadow.png) no-repeat;	height: 19px; clear:both;}

/*content*/	
#content { 	padding:0; margin:0 auto; }
#content ul { list-style:none; padding:0; margin:0; }	
#content li { margin-bottom: 5px; padding-left: 10px; }
.content_resize{  padding:0; width:960px; margin:10px auto; }
.content-main{ width:100%; margin:0; padding:0; }
/*home product boxes*/
#home-box{  margin:20px 20px 0 0; float:left; box-shadow:0 0 8px #b5b4b4; border:1px solid #F4F4F4; }
#home-box img, #home-box p{margin: 0 auto; padding:0; text-align:center; }
#home-box .text{ margin:0; padding:10px; background:#f4f4f4;}
#home-box h1{margin: 0; padding:0; text-align:center; border:none; font-size:16px; }
.box2{ width:468px;}
.box3{ width:304px;}
.product-page { width:338px;}
.no-margin-right{margin-right:0 !important;}

.threequart{ width:70%; margin:0; padding:0; float:left;}
.onequart{ width:25%; margin:0; padding:0; float:right;}
	
/*side col*/
.aside{ width: 230px; margin: -15px 0 0 0; padding: 0; float: left; position: relative; left: 0px; z-index: 1;}
.aside h1{ font-size: 18px; text-transform:uppercase; }
.col-line-break { margin:20px 0; padding:0; background:url(/images/template/hr.png) repeat-x; clear:both; width:229px; height:10px; }
#grey-bg{ width:210px; margin:0 0 30px 0; padding:10px; background:#f4f4f4; text-align:center; }
#grey-bg p{ margin-top: 0; margin-bottom:10px;}
.aside .button{   float: none; width: 180px; }

/*main content right*/
.right{ margin: 0 0 20px 0;	padding: 0px; width: 700px;	float: right;}
.right ul{ margin:10px 0 20px 40px !important; list-style:disc !important;}
.right_text{ width:280px; margin:10px; padding:0; float:left; }	
.right_text p{ padding:5px 10px; }	
.right_wrap{	width:300px; margin:0 0 0 20px;	padding:0; float:left; }
.left_right_wrap{ float:right; width:300px;	margin:0; padding:0; }	
	
.b_button{ background:url(/images/c_template/b_button.jpg) no-repeat;	margin:0; padding:0; }	
.b_button a{ padding:5px; margin:0;	}

.payment { width:100%; display:block; }
.payment h3 { float:left; display:block; margin-right:30px; }
.payment.form { float:left; width:120px; display:block; }

#col2-split {float: left; margin-left: 0; width: 47%;	display: block;}

.paypal, .paypal-2btn { width:300px; display:inline; margin:0;}
.paypal form { float:left; display:block; }
.paypal form.position { margin-left: 30px; }
.paypal span { font-size:10px; }
.paypal-2btn span { font-size:10px; margin-top:-40px; display:block; }

/*footer*/
	
footer { padding: 0; margin: -4px auto 0 auto; background: #ffffff; text-shadow: none; font-size: 14px; background:url(/images/template/footer-top-shadow.png) repeat-x top; }
.footer-img-shadow{ background:url(/images/template/footer-center-shadow.png) no-repeat; width:960px; height:15px;}	
.footer-subscribe{ }
footer ul { list-style: none; padding: 0; margin: 0 auto; }
footer li { line-height:1.7em; }	
footer a:link { text-decoration:none; color:#333333; }
footer a:visited { color: #333333;	text-decoration:none; }
footer a:hover { color:#a12f2e; text-decoration:none; }	
footer h1{ font-size: 14px; border-bottom:none; margin-bottom:10px; }
.footer-resize { width:960px; margin:0 auto; padding:0; clear:both;	}	
.footer_box { text-align: left; width: 300px; margin: 0; padding: 10px; float: left;}
#footer-copy-wide{ width:100%; margin:0; padding:0; height:130px; background:url(/images/template/footer-mountains.jpg) no-repeat center bottom;}
.footer-copy-wrap{ width:940px; margin:0 auto; border-top:1px solid #e6e5e5;}
.footer-copy{  width: 890px; padding: 25px 0 0 20px;	margin: 0 auto;	clear: both; text-align: center;	font-size: 14px; float:left;}
.footer-copy a{ color:#333333; }
.footer-copy a:hover{ color:#a12f2e; }  
.footer-copy-text{ margin: 3px 0 0 0; }	
.footer-scroll{ width:30px; height:30px; float:right; margin:25px 0 0 0;}


#topofpage{ margin:0; padding:0; height:0;}



            .jssord21l, .jssord21r, .jssord21ldn, .jssord21rdn {
            position: absolute;
            cursor: pointer;
            display: block;
            background: url(/images/d21.png) center center no-repeat;
            overflow: hidden;
            }
            .jssord21l {
            background-position: -3px -33px;
            }
            .jssord21r {
            background-position: -63px -33px;
            }
            .jssord21l:hover {
            background-position: -123px -33px;
            }
            .jssord21r:hover {
            background-position: -183px -33px;
            }
            .jssord21ldn {
            background-position: -243px -33px;
            }
            .jssord21rdn {
            background-position: -303px -33px;
            }
            .content-main p{padding: 0 15px 0 15px !important;}
       
@media screen and (max-width: 1100px){
#outerImageContainer { width: 100% !important; height: auto !important; }
#imageContainer { padding: 10px; width: 100% !important; height: auto !important; }
#lightbox img { width: 100% !important; height: auto !important; }
#loading #loadingLink img { width: 20px !important; height: 20px !important; }
#imageDataContainer { width: 100% !important;}

#prevBLink { position: relative !important; top: -22px !important; }
#nextBLink{ display:none !important;}
#prevBLink{ display:none !important;}
#nextLink { background: url(/catalystimages/nextlabel.gif) right 15% no-repeat  !important;}
#prevLink { background: url(/catalystimages/prevlabel.gif) left 15% no-repeat  !important;}
#imageData #imageDetails { width: 80%  !important;    margin: 13px 0 0 !important; }
#lightbox img { width: 100% !important; height: auto !important; float: left; }
#imageContainer { width: 97% !important;}
#imageData #bottomNavClose { position: relative !important; z-index: 9999 !important;}
}


@media screen and (max-width: 999px){
.logo{width: 230px; height: auto;}
.logo img{width: 100%; height: auto;}
.header-right {width: 200px;height: auto;}
.header-right img{width: 100%;height: auto;} 
.sf-menu a {padding: 9px 6px;}
 
.header_resize {width: 97%;}
  .header-shadow {width: 100%;background-size: 100%;}
  .content_resize {width: 100%;}
  .column-1 {width: 792px;margin:0 auto 20px;}
   .column-2{width: 811px; margin:0 auto; }
  .box2 {width: 380px;}
  .box2 a{ display:block; text-align:center;}
  .product-flax-bg1{width: 93%  !important; height:auto !important;margin: 0 auto !important;}
  .product-flax-bg2{width: 93%  !important; height:auto !important;margin:0px auto 46px!important;}
.box3 {width: 250px;}
  .box3 a{ display:block; text-align:center;}
.product-flax-bg3{width: 223px  !important;display: block; height:auto  !important; margin: 3px auto 3px !important;}
.product-flax-bg4{width: 234PX  !important;display: block; height:auto  !important;margin: 7px auto 4px !important;}
.product-flax-bg5{width: 213PX  !important;display: block; height:auto  !important; margin: 4px auto 0px !important;}
.subscribe-wrap-fields {width: 223px  !important;}
.search input.cat_textbox_small {width: 203px  !important;}
.footer_box {width: 231px;}
.footer-resize {width: 755px;}
.footer-scroll {margin: -82px 0 0 0;}
.footer-copy{ width:600px; float:none;}
.footer-copy-wrap {width: 747px;}
.footer-img-shadow{width:100%;margin: 0px auto -10px;background-size: 100%;display: none;}
.h1{font-size: 20px;width: 83%;padding: 10px 34px 0px 0; margin: 0 auto;
}
/* Company Profile*/	
.aside{width: 218px;margin: -15px 0 0 7px;}
#grey-bg {width: 198px;}
.right {width: 71%;margin: 0 3px 20px 0px;}
.main-bg1{ width:100% !important;height:auto  !important;}
.com-pro-bg2{width:50% !important;height:auto !important;}
/* Our Feature*/
.feature-bg2{width: 100%;height: auto;}

.flax-bow-bg{width: 100%;height: auto;}
#col2-split {width: 100%;}
.G-map{margin: 0 auto;display: block;}
.col-bg1 {width: 50% !important;height:auto !important;}
.product-page {width: 47%;}
.product-page0{width: 86% !important;height: auto !important;}
.product-page1{	width: 90% !important;height: auto !important;padding: 0 0 14px !important;}
.product-page2{	margin: 0px 0px 14px -1px  !important;width: 100% !important;height: auto !important;}

.post-details .two h1{width: 86%;font-size: 23px;padding: 0 2px 5px 0;}
.photogalleryItem img{ width: 150px !important; }

}


@media screen and (max-width: 850px){
#nav {padding: 0;margin: 0px auto;height: 38px;width: 583px;clear: left;float: none;}
.column-1 {width: 80%;}
.column-2 {width: 80%;}
.column-2 h1 { margin-bottom: 20px; }
.box2 {margin: 20px auto 0 !important;float: none !important;width: 100% ;}
.box3 {width: 100%; float:none  !important;margin:0 0 20px !important;}
.product-flax-bg3 {width: 80% !important;}
.product-flax-bg4 {width: 75% !important;}
.product-flax-bg5 {width: 70% !important;}
.footer_box {width: 170px;}
.subscribe-wrap-fields {width: 162px !important;}
.search input.cat_textbox_small {width: 142px !important;}
.footer-resize {width: 575px;}
.footer-copy {width: 82%;}
.footer-copy-wrap {width: 538px;}
/* Company Profile*/	
.right {width: 71%;margin: 0 3px 20px 0px;}
.main-bg1{ width:100% !important;height:auto  !important;}
.com-pro-bg2{width:100% !important;height:auto  !important;margin-bottom: 11px; border: none !important;}
.aside {width: 88%;margin: -15px auto 0; float:none;}
#grey-bg {width: 100%;padding: 10px 0 10px 0;display: none;}
.right {width: 89%;margin: 0 auto 20px;float: none;}
.onequart {width: 30%;}
.threequart {width: 65%;}
.span5{display:none;}
/* Company Profile End
.col-bg1 {width: 58% !important;height: auto  !important;margin: 0 auto !important;float: none !important;display: block;}*/
.col-bg1 {width: 99% !important;height: auto  !important;margin: 0 auto !important;float: none !important;display: block;}
.blog-container .post-list {float: none;width: 96%; margin: 0 auto;}
.blog-container .side-panel {float: none;width: 96%; margin: 0 auto;}
.product-page {width: 99%;margin: 0 auto 20px !important;float: none !important;}
.product-page0 {width: 80% !important;height: auto !important;}
.product-page1 {width: 80% !important;}
.head-right {float: right;width: 100%;}
.menu{float:right;}
.post-details .two h1 {width: 77%; font-size: 19px;padding: 0 2px 5px 0;}
.post-details .two .published{top:6px;height: 60px;}
.post-details .two .published .year{background: #fff;}
.video{width: 100%;margin: 10px auto;}
#leftMenu ul ul li a {box-shadow:1px 3px 9px #ccc;}
#leftMenu {width: 70%;}
.facebook-iframe{display:none;}
.facebook-feed-display-medium{display:none;}
.facebook-feed-display-full-width{display:block;width: 376px;margin: 16px auto;}
#new-wrap {margin: -10px 0 0;}
.photogalleryItem img{ width: 200px !important; }
}

@media screen and (max-width: 600px){
html {-webkit-text-size-adjust: none;}
.footer-resize {width: 100%; background: none;}
.footer_box {width: 300px;margin: 0 auto;float: none;padding:14px 0 0;}
footer h1 {text-align: center;}
footer ul {text-align: center;}
.subscribe-wrap-fields {width: 293px !important;}
.search input.cat_textbox_small {width: 272px !important;}
.search {width: 300px;}
.footer-copy {width: 318px;padding: 25px 0 0;}
.footer-scroll {margin: -27px 25px 0 0;}
.footer-copy-wrap {width: 350px;}
header {background:none !important;height: auto;}
.header-shadow {margin: 27px auto 0 auto;}
body{ background:none;}
#nav {padding: 0;margin: 15px auto 0;width: 100%;height: 35px;/* clear: right; */float: none;}
.logo {width: 250px;text-align: center;height: auto;margin: 8px auto 9px;float: none;}
.header-right {width: 240px;height: auto;float: none;margin: 7px auto;}
.footer_box img {margin: 0 auto;display: block;}
.are-we-there-yet, .header-right img{display:none;}
.the-4-step-bg1, .the-4-step-bg2, .the-4-step-bg3, .the-4-step-bg4{float: none  !important;width: 62%;margin: 0 auto !important;display: block;}
.threequart {width: 98%;float: none;}
.onequart {width: 99%;float: none;}
.onequart img{margin: 0 auto !important;display: block;}
.our-canvas-bg{width: 70%;height: auto;margin: 0 auto;display: block;}
.gallery-bg1 {width: 100% !important;height: auto !important;margin: 0 auto 15px !important;float: none !important;display: block;}
.yellow{display: block;}
#grey-bg {display: none;}
.blog-container .side-panel {display: none;}
.blog-container .post-list {float: none;width: 91%;margin: 0 auto;}
.span5{display: none;}
.G-map{width: 99% !important;}
.facebook-feed-display-full-width{display:none}
.facebook-feed-display-medium{display:block;width: 271px;margin: 17px auto;}
#new-wrap {margin: 0;}
.photogalleryItem img{ width: 150px !important; }

}
@media screen and (max-width: 480px){
.are-we-there-yet{float: none  !important;margin: 0 auto 8px !important;width: 250px !important;overflow: hidden !important;display:none;}
.com-pro-bg2 {width: 100% !important;height: auto !important;margin: 17px auto 15px !important;float: none !important;padding: 0;display: block;}
.photogalleryItem img{ width: 90px !important; }
}
@media screen and (max-width: 365px){
.footer-copy-wrap {width: 297px;}
.footer-copy {width: 250px;font-size: 13px;}


}

.menu {
margin: -10px 0 0px;
}
.head-right{float: right;}
.header-right-main{
float: right;
width: 100%;

}

    
            #myMenu1,
            #myMenu1 ul,
            #myMenu1 ul li,
            #myMenu1 ul li a,
            #myMenu1 #menu-button {
            margin: 0;
            padding: 0;
            border: 0;
            list-style: none;
            line-height: 1;
            display: block;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            }
            #myMenu1:after,
            #myMenu1 > ul:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
            }
            #myMenu1 #menu-button {
            display: none;
            }
            #myMenu1 {
            width: auto;
            font-family: 'Open Sans', sans-serif;
            line-height: 1;
            
            }
            #menu-line {
            position: absolute;
            top: 0;
            left: 0;
			display:none;
            height: 3px;
            background: #009ae1;
            -webkit-transition: all 0.25s ease-out;
            -moz-transition: all 0.25s ease-out;
            -ms-transition: all 0.25s ease-out;
            -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
            }
            #myMenu1 > ul > li {
            float: left;
            }
            #myMenu1.align-center > ul {
            font-size: 0;
            text-align: center;
            }
            #myMenu1.align-center > ul > li {
            display: inline-block;
            float: none;
            }
            #myMenu1.align-center ul ul {
            text-align: left;
            }
            #myMenu1.align-right > ul > li {
            float: right;
            }
            #myMenu1.align-right ul ul {
            text-align: right;
            }
            #myMenu1 > ul > li > a {
            padding: 12px 12px 11px;
            font-size: 14px;
            text-decoration: none;
            color: #333;
            -webkit-transition: color .2s ease;
            -moz-transition: color .2s ease;
            -ms-transition: color .2s ease;
            -o-transition: color .2s ease;
            transition: color .2s ease;
            }
            #myMenu1 > ul > li:hover > a,
            #myMenu1 > ul > li.active > a {
            color: #fff;
background: #f5ac3d;
            }
            #myMenu1 > ul > li.has-sub > a {
            padding-right: 25px;
            }
            #myMenu1 > ul > li.has-sub > a::after {
            position: absolute;
            top: 14px;
			background: url(http://www.longwayleisure.com.au/images/template/arrows-ffffff.png) no-repeat 0px -100px;
            right: 6px;
            width: 10px;
            height: 9px;
			 content: "";
			}
            #myMenu1 > ul > li.has-sub:hover > a::after {
			
			background:url(http://www.longwayleisure.com.au/images/template/arrows-ffffff.png) no-repeat -10px -100px;
            border-color: #009ae1;
            }
            #myMenu1 ul ul {
            position: absolute;
            left: -9999px;
            z-index: 9999;
			box-shadow: 3px 3px 9px #999;
		
            }
            #myMenu1 li:hover > ul {
            left: auto;
            }
            #myMenu1.align-right li:hover > ul {
            right: 0;
            }
            #myMenu1 ul ul ul {
            margin-left: 100%;
            top: 0;
            }
            #myMenu1.align-right ul ul ul {
            margin-left: 0;
            margin-right: 100%;
            }
            #myMenu1 ul ul li {
            height: 0;
            -webkit-transition: height .2s ease;
            -moz-transition: height .2s ease;
            -ms-transition: height .2s ease;
            -o-transition: height .2s ease;
            transition: height .2s ease;
            }
            #myMenu1 ul li:hover > ul > li {
            height: 32px;
            }
            #myMenu1 ul ul li a {
            padding: 10px 20px;
            width: 230px;
            font-size: 14px;
			border-top: 1px solid #e6e5e5;
            background: #fff;
            text-decoration: none;
            color: #333333;
            -webkit-transition: color .2s ease;
            -moz-transition: color .2s ease;
            -ms-transition: color .2s ease;
            -o-transition: color .2s ease;
            transition: color .2s ease;
            }
            #myMenu1 ul ul li:hover > a,
            #myMenu1 ul ul li a:hover {
            outline: 0;
	color: #ffffff;
	background: #f5ac3d;
	text-shadow: none;
            }
            #myMenu1 ul ul li.has-sub > a::after {
            position: absolute;
            top: 13px;
            right: 10px;
            width: 4px;
            height: 4px;
            border-bottom: 1px solid #dddddd;
            border-right: 1px solid #dddddd;
            content: "";
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: border-color 0.2s ease;
            -moz-transition: border-color 0.2s ease;
            -ms-transition: border-color 0.2s ease;
            -o-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
            }
            #myMenu1.align-right ul ul li.has-sub > a::after {
            right: auto;
            left: 10px;
            border-bottom: 0;
            border-right: 0;
            border-top: 1px solid #dddddd;
            border-left: 1px solid #dddddd;
            }
            #myMenu1 ul ul li.has-sub:hover > a::after {
            border-color: #ffffff;
            }
         @media screen and (max-width: 850px){
			
			.menu{width:100%;}
			.header-shadow {margin: -15px auto 0 auto;}
header, body {background: none;}
.menu {
margin: 13px 0 0;
}
            #myMenu1 {
            width: 100%;
            }
            #myMenu1 ul {
            width: 100%;
            display: none;
            }
            #myMenu1.align-center > ul,
            #myMenu1.align-right ul ul {
            text-align: left;
            }
            #myMenu1 ul li,
            #myMenu1 ul ul li,
            #myMenu1 ul li:hover > ul > li {
            width: 100%;
            height: auto;
            
            }
            #myMenu1 ul li a,
            #myMenu1 ul ul li a {
            width: 100%;
			
            }
            #myMenu1 > ul > li,
            #myMenu1.align-center > ul > li,
            #myMenu1.align-right > ul > li {
            float: none;
            display: block;
			border-bottom: 1px solid #ccc;
            }
            #myMenu1 ul ul li a {
            padding: 14px 20px 10px 30px;
            font-size: 14px;
            color: #333;
			box-shadow: none;
            background: none;
            }
            #myMenu1 ul ul li:hover > a,
            #myMenu1 ul ul li a:hover {
            color: #fff;
            }
            #myMenu1 ul ul ul li a {
            padding-left: 40px;
            }
            #myMenu1 ul ul,
            #myMenu1 ul ul ul {
            position: relative;
            left: 0;
            right: auto;
            width: 100%;
            margin: 0;
            }
            #myMenu1 > ul > li.has-sub > a::after,
            #myMenu1 ul ul li.has-sub > a::after {
            display: none;
            }
            #menu-line {
            display: none;
            }
           
			#myMenu1 #menu-button {
				display: block;
				padding: 16px;
				color: #333;
				cursor: pointer;
				text-align: center;
				font-size: 16px;
				font-family: 'Handlee', cursive, sans-serif;
				background: #FAFAFA;
				text-transform: uppercase;
				
}
            #myMenu1 #menu-button::after {
            content: '';
            position: absolute;
            top: 20px;
            right: 20px;
            display: block;
            width: 15px;
            height: 2px;
            background: #000000;
            }
            #myMenu1 #menu-button::before {
            content: '';
            position: absolute;
            top: 25px;
            right: 20px;
            display: block;
            width: 15px;
            height: 3px;
            border-top: 2px solid #000000;
            border-bottom: 2px solid #000000;
            }
             #myMenu1 .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 36px;
    width: 52px;
    cursor: pointer;
	background: #f5ac3d;
}
  
  #myMenu1 .submenu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #myMenu1 .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 20px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #myMenu1 .submenu-button.submenu-opened:after {
    display: none;
  }
}

	
#leftMenu,
#leftMenu ul,
#leftMenu ul li,
#leftMenu ul li a,
#leftMenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#leftMenu:after,
#leftMenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#leftMenu #menu-button {
  display: none;
}
#leftMenu {
  width: 230;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#leftMenu > ul > li {
 border-bottom: 1px solid #e6e5e5;
}
#leftMenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#leftMenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#leftMenu.align-center ul ul {
  text-align: left;
}
#leftMenu.align-right > ul > li {
  float: right;
}
#leftMenu.align-right ul ul {
  text-align: right;
}
#leftMenu > ul > li > a {
  padding: 9px;
  font-size: 14px;
  text-decoration: none;
  text-transform: inherit;
  color: #333;

}
#leftMenu > ul > li:hover > a,
#leftMenu > ul > li.active > a {
color: #ffffff;
background: #f5ac3d;
}
#leftMenu > ul > li.has-sub > a {
  padding-right: 25px;
 
}

#leftMenu > ul > li.has-sub > a::after {
	position: absolute;
	top: 21px;
	right: 10px;
	position: absolute;
	top: 12px;
	background: url(http://www.longwayleisure.com.au/images/template/arrows-ffffff.png) no-repeat 0px -100px;
	width: 10px;
	height: 9px;
	content: "";


}
#leftMenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
  background:url(http://www.longwayleisure.com.au/images/template/arrows-ffffff.png) no-repeat -10px -100px !important;
         
}


#leftMenu ul ul {
position: absolute;
left: -10007px;
right: -219px;
top: 0;
box-shadow: 3px 3px 9px #999;
width: 220px;
}
#leftMenu li:hover > ul {
  left: auto;
}
#leftMenu.align-right li:hover > ul {
  right: 0;
}
#leftMenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#leftMenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#leftMenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#leftMenu ul li:hover > ul > li {
  height: 32px;
}
#leftMenu ul ul li a {
  padding: 10px 20px;
  width: 220px;
  font-size: 14px;
border-top: 1px solid #e6e5e5;
background: #fff;
  text-decoration: none;
  color: #333;
}
#leftMenu ul ul li:hover > a,
#leftMenu ul ul li a:hover {
 color: #ffffff;
 font-weight: normal;
background: #f5ac3d;
text-shadow: none;
}
#leftMenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#leftMenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#leftMenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}



@media screen and (max-width: 850px){
			.menu{width:100%;}
			.header-shadow {margin: -15px auto 0 auto;}
header, body {background: none;}
.menu {
margin: 13px 0 0;
}
            #leftMenu {
            width: 100%;
            }
            #leftMenu ul {
            width: 100%;
            display: none;
            }
            #leftMenu.align-center > ul,
            #leftMenu.align-right ul ul {
            text-align: left;
            }
            #leftMenu ul li,
            #leftMenu ul ul li,
            #leftMenu ul li:hover > ul > li {
            width: 100%;
            height: auto;
           
            }
            #leftMenu ul li a,
            #leftMenu ul ul li a {
            width: 100%;
			
            }
            #leftMenu > ul > li,
            #leftMenu.align-center > ul > li,
            #leftMenu.align-right > ul > li {
            float: none;
            display: block;
            }
            #leftMenu ul ul li a {
            padding: 14px 20px 10px 30px;
            font-size: 14px;
            color: #333;
			box-shadow: none;
            background: none;
            }
            #leftMenu ul ul li:hover > a,
            #leftMenu ul ul li a:hover {
            color: #fff;
            }
            #leftMenu ul ul ul li a {
            padding-left: 40px;
            }
            #leftMenu ul ul,
            #leftMenu ul ul ul {
            position: relative;
            left: 0;
            right: auto;
            width: 100%;
            margin: 0;
            }
            #leftMenu > ul > li.has-sub > a::after,
            #leftMenu ul ul li.has-sub > a::after {
            display: none;
            }
            #menu-line {
            display: none;
            }
           
			#leftMenu #menu-button {
				display: block;
				padding: 25px 24px 21px 24px;
				color: #333;
				cursor: pointer;
				text-align: center;
				font-size: 0px;
				font-family: 'Open Sans', sans-serif;
				background: #FAFAFA;
				box-shadow: 1px 3px 10px #ccc;
				text-transform: uppercase;
				
}
            #leftMenu #menu-button::after {
            content: '';
            position: absolute;
            top: 20px;
            right: 20px;
            display: block;
            width: 15px;
            height: 2px;
            background: #000000;
            }
            #leftMenu #menu-button::before {
            content: '';
            position: absolute;
            top: 25px;
            right: 20px;
            display: block;
            width: 15px;
            height: 3px;
            border-top: 2px solid #000000;
            border-bottom: 2px solid #000000;
            }
             #leftMenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 36px;
    width: 52px;
    cursor: pointer;
	background: #f5ac3d;
}
  
  #leftMenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #leftMenu .submenu-button::before {content: '';position: absolute;left: 21px;top: 20px;display: block;width: 11px;height: 1px;background: #000000;z-index: 99;}
  #leftMenu .submenu-button.submenu-opened:after {display: none;}
  .our-series-head{  position: relative;z-index: 9999;top: 37px;width: 145px;border: none;left: 10px;}
  
  
  
}
