/*------------------------------------
	Fonts
------------------------------------*/
@font-face 
{
	font-family:"Ubuntu Light";
	src:url("/resources/fonts/Ubuntu-Light.eot?") format("eot"),
	url("/resources/fonts/Ubuntu-Light.woff") format("woff"),
	url("/resources/fonts/Ubuntu-Light.ttf") format("truetype"),
	url("/resources/fonts/Ubuntu-Light.svg#Ubuntu-Light") format("svg");
}
@font-face
{
	font-family:"Ubuntu";
	src:url("/resources/fonts/Ubuntu-Regular.eot?") format("eot"),
	url("/resources/fonts/Ubuntu-Regular.woff") format("woff"),
	url("/resources/fonts/Ubuntu-Regular.ttf") format("truetype"),
	url("/resources/fonts/Ubuntu-Regular.svg#Ubuntu-Regular") format("svg");
}
@font-face
{
	font-family:"Ubuntu Bold";
	src:url("/resources/fonts/Ubuntu-Bold.eot?") format("eot"),
	url("/resources/fonts/Ubuntu-Bold.woff") format("woff"),
	url("/resources/fonts/Ubuntu-Bold.ttf") format("truetype"),
	url("/resources/fonts/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg");
}
@font-face 
{
    font-family: 'berkshire_swashregular';
    src: url('../../resources/fonts/berkshireswash-regular-webfont.eot');
    src: url('../../resources/fonts/berkshireswash-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../resources/fonts/berkshireswash-regular-webfont.woff') format('woff'),
         url('../../resources/fonts/berkshireswash-regular-webfont.ttf') format('truetype'),
         url('../../resources/fonts/berkshireswash-regular-webfont.svg#berkshire_swashregular') format('svg');
}

/*------------------------------------
	Layout
------------------------------------*/
*
{
	margin:0;
	padding:0;
	font-family:"Ubuntu Light", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.2em;
	border:0 none;
	color:#4D3731;
}
/*body
{
	padding-top: 3em;
}*/

/*------------------------------------
	Columns and general assets
------------------------------------*/
.column-1200
{
	width:1200px;
	margin:0 auto;
}
.column-900, .column-800, .column-600, .column-400, .column-300
{
	float:left;
	display:inline;
}
.column-900{width:900px;}
.column-800{width:800px;}
.column-600{width:600px;}
.column-400{width:400px;}
.column-300{width:300px;}

.clear
{
	clear:both;
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}
.left{float:left; display:inline}
.right{float:right; display:inline}

.tiny-spacer{display:block; height:0.4em}
.spacer{display:block; height:0.8em}
.spacer-2x{display:block; height:1.6em}
.spacer-3x{display:block; height:2.4em}

.padding{padding:0.8em}
.padding-offset{padding-left:0.8em; padding-right:0.8em}
.padding-offset-half{padding-left:0.4em; padding-right:0.4em}
.padding-top-bottom{padding-top:0.8em; padding-bottom:0.8em}
.padding-top{padding-top:0.8em}
.padding-right{padding-right:0.8em}
.padding-bottom{padding-bottom:0.8em}
.padding-left{padding-left:0.8em}
.padding-top-0{padding-top:0}
.padding-right-0{padding-right:0}
.padding-bottom-0{padding-bottom:0}
.padding-left-0{padding-left:0}
.padding-tiny-left{padding-left:0.4em}

.inline{display:inline}
.block{display:block}
.inline-block{display:inline-block}

.img-full-width
{
	width:100%;
	height:auto;
}

/*h1, h2, h3, h4, h5, h6, */ul, ol, dl, p, table
{
	margin-bottom:0.8em;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}

/* General Assets*/
.tiny{font-size:0.6em}
.small{font-size:0.8em}
.medium{font-size:1.5em}
.semi-medium{font-size: 1.2em}
.large{font-size:2em}
.extra-large{font-size:3em}

.jenna-sue-large{font-size:6em; line-height:1em; margin-bottom:0 !important}

.jenna-sue{font-family:"Jenna Sue", Tahoma, Arial, Helvetica, sans-serif;}
.normal, .light{font-family:"Ubuntu", Verdana, Tahoma, Arial, Helvetica, sans-serif;}
.semilight{font-family:"Ubuntu Light", Verdana, Tahoma, Arial, Helvetica, sans-serif;}
.bold{font-family:"Ubuntu bold", Verdana, Tahoma, Arial, Helvetica, sans-serif;}
.center{text-align:center}
.text-right{text-align:right}
.capitalize{text-transform:uppercase}
.line-height{line-height: 1.5em;}

.white{color:#FFF}
.red{color:#ED1C24}
.light-gray{color:#B0B1B3}
.deep-gray{color:#2F2E2D}
.yellow{color:#FFF212}
.green{color:#00A859}

.white-bg{background:#FFF}
.red-bg{background:#ED1C24}
.deep-gray-bg{background:#2F2E2D}
.light-gray-bg{background:#E2E2E2}
.yellow-bg{background:#FFF212}
.green-bg{background:#00AA5A}

.text-shadow{text-shadow:1px 1px 0.8em #000}

.link, .no-hover-link{text-decoration:none}

.link:hover, .link:active{text-decoration:underline}

.hr
{
	display: block;
	border-bottom: 1px solid #818181;
}

.gray-hr
{
	display: block;	
	border-bottom: 1px solid #BDBEC0;
}

.outline
{
	outline: 1px solid #BDBEC0;
 	outline-offset: -1px;
}

.general-ol, .general-ul
{
	list-style: none;
	padding-left: 0.8em;
}
.general-ol li, .general-ul li
{
	margin-bottom: 0.8em;
}

.bulleted-ul
{
	list-style: none;
}
.bulleted-ul li
{
	padding-left: 1.2em;
	margin-bottom: 0.8em;
	background: url(../../images/design-assets/bullet.png) 0 0.4em no-repeat;
}

#gmap
{
	height: 350px;
	width: 100%;
}

.visit-page
{
	display: inline-block;
	background-color: #00A859;
	background-image: url(/images/design-assets/visit-page-icon.png);
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 2em;
	padding: 0 2em 0 0.8em;
	text-decoration: none;
	color: #FFF;
}

.BerkshireSwash-Regular
{
    font-family: 'berkshire_swashregular', Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.6em;
}


/*------------------------------------
	Header and Nav
------------------------------------*/
#header
{
	width:100%;
	position: fixed;
	z-index:9999;
	top:0;
	height:3em;
	/*background:#00A859;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 8px -8px black;*/
}
#header span
{
	color:#FFFFFF;
}

.header-bg{
	background:#00A859;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 8px -8px black;
}

#logo
{
	position:absolute;
	z-index:999;
	display:inline-block;
	height:auto;
	padding-top:0.4em;
	padding-left:0;
}
#phone
{
	float:right;
	display:none;
	margin-top:1em;
	margin-left:0.8em;
	height:3em;
	width:3em;
}
#phone a
{
	display:inline-block;
	height:3em;
	width:3em;
	background:url(../../images/design-assets/phone.png) center center no-repeat;
}


/* breadcrumb nav */
#breadcrumb-wrapper
{
	/*border-top: 1px solid #BDBEC0;*/
	border-bottom: 1px solid #BDBEC0;
}
#breadcrumb
{
	list-style: none;
	padding-left: 0.8em;
}
#breadcrumb li
{
	display: inline;
}
#breadcrumb li:after
{
	/*content: "\2022";*/
	content: "/";
	color: #FFF;
	margin-left: 0.4em;
}
#breadcrumb li:last-child:after
{
	content: "";
}
#breadcrumb li:last-child
{
	font-size: 0.8em;
	display: inline-block;
	padding: 0.4em;
}
#breadcrumb li a
{
	/*border: 1px solid #000;*/
	font-size: 0.8em;
	display: inline-block;
	padding: 0.4em;
	text-decoration: none;
}


/* nav */
#nav-wrapper
{
	display:inline;
}
#nav
{
	float:right;
	/*
	position:absolute;
	z-index:99;
	*/
}
#nav li, #nav li ul li
{
	list-style:none;
}
#nav li
{
	float:left;
}
#nav li a, #nav li ul li a
{
	display:inline-block;
	/*site specific styles*/
	padding:0 1em;
	line-height:3em;
	/*background:#00A859;*/
	text-decoration:none;
	color:#FFF;
}
#nav li a
{
}
#nav li a:hover, #nav li a:active
{
	/*background:#4D3731 !important;
	color:#FFF;*/
}
#nav li ul
{
	/*site specific styles*/
	min-width:10em;
	border-bottom:1px solid #FFF;
	position:absolute;
	z-index:999;
	/*background:#2787D0;*/
	display:none;
}
#nav li ul li
{
	float:none;
}
#nav li ul li a
{
	display:block;
	/*site specific styles*/
	line-height:3em;
	border:0 none;
	border:1px solid #FFF;
	border-bottom:0 none;
}

#nav-handle
{
	display:none;
}

#home-banner, #testimonials-banner
{
	width:100%;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

#testimonials-banner
{
	background-image: url('../../images/design-assets/testimonials.jpg');
}

.tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}
.tns-nav > .tns-nav-active { background: #999; }


#banner
{
	position:relative;
	overflow:hidden;
}
#banner .slide
{
	width:100%;
}
#banner .slide img
{
	margin-top:10%;
	margin-left:10%;
	max-width:80% !important;
	max-height:80% !important;
	width:auto !important;
	height:auto !important;
}

#content
{
	/*background-color:rgba(255, 255, 255, 0.3);*/
	/*-webkit-box-shadow: 0 12px 12px -12px #888;
	-moz-box-shadow: 0 12px 12px -12px #888;
	box-shadow: 0 16px 8px -18px #888;	
	border-bottom: 1px solid #BDBEC0;*/
	min-height:480px;
}

.section
{
	padding-top: 3em;
}


.boxed-link-white,
.boxed-link-deep-gray
{
	display:inline-block;
	padding:0.8em 2.8em 0.8em 0.8em;
	border:1px solid;
	text-decoration:none;
}
.boxed-link-deep-gray
{
	background:url(../../images/design-assets/arrow-deep-gray.png) right center no-repeat;
}
.boxed-link-white
{
	background:url(../../images/design-assets/arrow-white.png) right center no-repeat;
	border-color:#FFF;
	color:#FFF;
}

#footer
{
	/*background-color: #626469;*/
	background-color: #392B2B;
}

#footer-left
{
	text-align: left;
}

#footer-right
{
	text-align:right;
}
.footer-social
{
	display:inline-block;
	padding:0 0.2em;
	text-decoration:none;
}
.checkmark-ul
{
}
.checkmark-ul li
{
	list-style:none;
	padding-left:24px;
	background:url(/images/design-assets/checkmark.gif) left 4px no-repeat;
	line-height:18px;
	color:#383838;
	margin-bottom:8px;
}

/* fixed column table */
.fixedColTableContainer
{
	/*
	position:relative;
	width:1200px;
	*/
	margin:0 auto;
	overflow-x:auto;
	overflow-y:visible;
	/*padding-left:50%;*/
}
.fixedColTable
{
	width:100%;
	border-collapse:collapse;
}
/*
.fixedColTable tr.fixedColTableHeaderRow
{
	position:absolute;
	left:0;
	top:0;
}
*/
.fixedColTable tr.fixedColTableHeaderRow td
{
	background:#E2E2E2;
}
.fixedColTable td
{
	border:1px solid #D2D2D2;
	padding:0.4em 0.5em;
	padding-bottom: 0;
	min-width:4em;
	vertical-align:top;
}
.fixedColTable .fixedCol
{
	position:absolute;
	/*left:0;*/
	width:8em;
	background-color:#F0F0F0;
	font-family: "WeblySleek UI SemiLight", Tahoma, Arial, Helvetica, sans-serif;
}

/*------------------------------------
	Tables
------------------------------------*/

.table-auto-width
{
	width:auto !important;
}
.table-auto-width td
{
	width:auto !important;
}
.general-data-table
{
	width:100%;
	border:1px solid #B2B3B5;
	border-collapse:collapse;
}

.general-data-table tr.tr-gray-bg
{
	background:#E2E2E2;
}
.general-data-table tr.tr-brown-bg
{
	background:#392B2B;
}
.general-data-table td, .general-data-table th
{
	text-align:left;
	padding:6px 12px;
	border-bottom:1px solid #B2B3B5;
}

/*------------------------------------
	Product
------------------------------------*/

.column-half
{
	float:left;
	width:50%;
}

.product-container{
	margin-top:1em;
	overflow: hidden;
	position:relative;
}

.product-container:hover .product-desc-grid img {
    opacity: 0.8;
}
.product-container:hover .product-desc-grid .product-desc {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}


.product-desc-container {
    /*background: #0accff;*/
    background: #000;
    border: 1px solid #B2B3B5;
}

.product-desc-container .product-desc {
    content: '';
    z-index: 999;
    position: absolute;
    left: 49%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 100px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

/*------------------------------------
	Forms
------------------------------------*/
/* #newsletter-subscribe */
form
{
	/*text-align:center;*/
}
/* #newsletter-subscribe input, #newsletter-email-subscribe label */
input, textarea
{
	display:block;
	height:2.5em;
	line-height:2.5em;
	width:80%;
	margin:0.8em 0 0.2em 0;
	padding:0 0.8em;
	/*text-align:center;*/
}
/* #newsletter-subscribe #newsletter-email-subscribe */
input.text-box, textarea
{
	border:1px solid #D3D3D3;
}
input.check-box
{
	display:inline;
	width:auto;
	vertical-align:middle;
	margin-top:0.1em;
	height:1.5em;
}
label
{
	display:inline-block;
	line-height:1em;
}
textarea
{
	height:4.8em;
	line-height:1.2em;
	padding:0.4em 0.8em;
}
input.text-box-err, textarea-err
{
	border:1px solid #FF0000;
}

.captchaUserInput
{
	display:inline-block !important;
	width:1.5em;
	margin-top:0;
}
#captcha-img
{
	display:inline-block;
	height:2em;
	width:auto;
	margin:0.2em 0 0 0;
	vertical-align:top;
	border:1px solid #FFF;
}
.err
{
	font-size:0.75em;
	display:inline-block;
	width:100%;
	margin-top:0;
	margin-bottom:1em;
	color:#DC241F;
}

.form-label
{
	display:block;
	font-size:0.8em;
	height:2.5em;
	line-height:2.5em;
	margin-bottom:0;
	padding-left:0;
}

.submit
{
	background:#00A859;
	color:#FFFFFF;
	cursor:pointer;
}
.submit:hover, .submit:active
{
	background:#4D3731;
}
/*------------------------------------
	Media Queries
------------------------------------*/
@media screen and (max-width: 1200px)
{
.column-1200
{
	width:96%;
	margin:0 auto;
}
.column-900, .column-800, .column-600, .column-400, .column-300
{
	float:left;
	display:inline;
}
.column-900{width:75%;}
.column-800{width:66%;}
.column-600{width:50%;}
.column-400{width:33%;}
.column-300{width:25%;}

}
@media screen and (max-width: 1024px)
{
/* nav */
#nav-wrapper
{
	/*
	position:absolute;
	top:3em;
	right:0;
	z-index:999999;
	*/
}
#nav
{
	border:1px solid #FFF;
	border-bottom:0 none;
	position:absolute;
	margin-top:3em;
	right:0;
	z-index:999999;
}
#nav li
{
	float:none;
}
#nav li ul
{
	position:relative;
	margin-bottom:0;
	/*site specific styles*/
	border:0 none;
}
#nav li a, #nav li ul li a
{
	display:block;
	padding:0 2em;
	/*site specific styles*/
	line-height:3em;
	border:0 none;
	background:#00A859;
	border-bottom:1px solid #FFF;
}
#nav li ul li a
{
	background:#ED1C24;
}

#nav li ul li a:before
{
	padding-right:1em;
	content:"\2013";
}
.dropdown-title
{
	background:#4D3731 !important;
}
#nav-handle
{
	display:block;
	position:relative;
	float:right;
	/*margin-top:1em;*/
	height:3em;
	width:3em;
	cursor:pointer;
	background:url(../../images/design-assets/nav-handle.png) center center no-repeat;
}

}
@media screen and (max-width: 800px)
{
/* columns */
.column-1200
{
	width:96%;
	margin:0 auto;
}
.column-900, .column-800, .column-600, .column-400, .column-300
{
	float:none;
	width:100%;
}

#footer-right
{
	text-align:left;
}

/*------------------------------------
	Product
------------------------------------*/

.product
{
	float:none;
	display:block;
	width:100%;
}

}

@media screen and (max-width: 480px)
{
.tiny{font-size:0.6em}
.small{font-size:0.8em}
.medium{font-size:1.2em}
.large{font-size:1.4em}
.extra-large{font-size:1.8em}

.jenna-sue-large{font-size:4em; line-height:1em;}

#logo
{
	width:auto;
	padding-top:0.8em;
	padding-left:0;
}

/*------------------------------------
	Product
------------------------------------*/

.column-half{float:none; width: 100%}

}

@media screen and (max-width: 320px)
{
}

