
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #fff;
}

#colorbox {
	outline: 0;
}

#cboxTopLeft {
	width: 25px;
	height: 25px;
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/border1.png") no-repeat 0 0;
}

#cboxTopLeft.nitro-lazy {
	background-image: none !important;
}

#cboxTopCenter {
	height: 25px;
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/border1.png") repeat-x 0 -50px;
}

#cboxTopCenter.nitro-lazy {
	background-image: none !important;
}

#cboxTopRight {
	width: 25px;
	height: 25px;
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/border1.png") no-repeat -25px 0;
}

#cboxTopRight.nitro-lazy {
	background-image: none !important;
}

#cboxBottomLeft {
	width: 25px;
	height: 25px;
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/border1.png") no-repeat 0 -25px;
}

#cboxBottomLeft.nitro-lazy {
	background-image: none !important;
}

#cboxBottomCenter {
	height: 25px;
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/border1.png") repeat-x 0 -75px;
}

#cboxBottomCenter.nitro-lazy {
	background-image: none !important;
}

#cboxBottomRight {
	width: 25px;
	height: 25px;
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/border1.png") no-repeat -25px -25px;
}

#cboxBottomRight.nitro-lazy {
	background-image: none !important;
}

#cboxMiddleLeft {
	width: 25px;
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/border2.png") repeat-y 0 0;
}

#cboxMiddleLeft.nitro-lazy {
	background-image: none !important;
}

#cboxMiddleRight {
	width: 25px;
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/border2.png") repeat-y -25px 0;
}

#cboxMiddleRight.nitro-lazy {
	background-image: none !important;
}

#cboxContent {
	background: #fff;
	overflow: hidden;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	margin-bottom: 20px;
}

#cboxTitle {
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #999;
}

#cboxCurrent {
	position: absolute;
	bottom: 0px;
	left: 100px;
	color: #999;
}

#cboxLoadingOverlay {
	background: #fff url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/loading.gif") no-repeat 5px 5px;
}

#cboxLoadingOverlay.nitro-lazy {
	background-image: none !important;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	bottom: 0px;
	right: 42px;
	color: #444;
}

#cboxPrevious {
	position: absolute;
	bottom: 0px;
	left: 0;
	color: #444;
}

#cboxNext {
	position: absolute;
	bottom: 0px;
	left: 63px;
	color: #444;
}

#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 255, 255, 1), endColorstr=rgba(0, 255, 255, 1));
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft {
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/ie6/borderTopLeft.png");
}

.cboxIE6 #cboxTopCenter {
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/ie6/borderTopCenter.png");
}

.cboxIE6 #cboxTopRight {
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/ie6/borderTopRight.png");
}

.cboxIE6 #cboxBottomLeft {
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/ie6/borderBottomLeft.png");
}

.cboxIE6 #cboxBottomCenter {
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/ie6/borderBottomCenter.png");
}

.cboxIE6 #cboxBottomRight {
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/ie6/borderBottomRight.png");
}

.cboxIE6 #cboxMiddleLeft {
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/ie6/borderMiddleLeft.png");
}

.cboxIE6 #cboxMiddleRight {
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/colorbox/images/ie6/borderMiddleRight.png");
}

.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.theme-default .nivoSlider {
	position: relative;
	background: #fff url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/nivo-slider/themes/default/loading.gif") no-repeat 50% 50%;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.theme-default .nivoSlider a {
	border: 0;
	display: block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}

.theme-default .nivo-controlNav a {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/nivo-slider/themes/default/bullets.png") no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
}

.theme-default .nivo-controlNav a.nitro-lazy {
	background-image: none !important;
}

.theme-default .nivo-controlNav a.active {
	background-position: 0 -22px;
}

.theme-default .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/nivo-slider/themes/default/arrows.png") no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.theme-default .nivo-directionNav a.nitro-lazy {
	background-image: none !important;
}

.theme-default:hover .nivo-directionNav a {
	opacity: 1;
}

.theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

.theme-default a.nivo-prevNav {
	left: 15px;
}

.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.theme-default .nivo-caption a:hover {
	color: #fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

.theme-default .nivoSlider.nitro-lazy {
	background-image: none !important;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}

.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}

.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}

.nivo-box img {
	display: block;
}

/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: .8;
	overflow: hidden;
	display: none;
	-moz-opacity: .8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nivo-caption p {
	padding: 5px;
	margin: 0;
}

.nivo-caption a {
	display: inline !important;
}

.nivo-html-caption {
	display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}

.nivo-prevNav {
	left: 0px;
}

.nivo-nextNav {
	right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align: center;
	padding: 15px 0;
}

.nivo-controlNav a {
	cursor: pointer;
}

.nivo-controlNav a.active {
	font-weight: bold;
}

/*

Theme Name: Urban Doors

Author: Suzie Roth

Author URI: http://suzieroth.com/

Description: A theme for Urban Doors Company

Version: 1.0

Text Domain: urbandoors

*/

/* =Reset

-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 500;
}

strong, b {
	font-weight: 500;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

del {
	color: #272827;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

small {
	font-size: smaller;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {
	clear: both;
}

.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display: table;
	content: "";
}

/* =Repeatable patterns

-------------------------------------------------------------- */

/* Mobile Screens first */
.debug #main {
	background: orange;
}

body.page-home #main {
	max-width: 940px;
	margin: 0 auto;
}

/* Small headers */
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
	font-size: 11px;
}

/* Form fields, general styles first */
button, input, textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}

button, input {
	line-height: normal;
}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], li.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, .1);
}

.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
	cursor: pointer;
}

button[disabled], input[disabled] {
	cursor: default;
}

.menu-toggle:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}

li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

li.bypostauthor cite span.nitro-lazy {
	background-image: none !important;
}

/* Responsive images */
.entry-content img, .comment-content img, .widget img {
	max-width: 100%;
}

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
}

img.size-full, img.size-large, img.header-image, img.wp-post-image {
	max-width: 100%;
	height: auto;
}

/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
	max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: none;
	box-shadow: none;
}

.product img.wp-post-image {
	/* remove rounded drop shadow from product images */
	border-radius: none;
	box-shadow: none;
}

.wp-caption {
	max-width: 100%;
	padding: 4px;
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}

img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content dl.gallery-item {
	margin: 0;
}

.gallery-item a, .gallery-caption {
	width: 90%;
}

.gallery-item a {
	display: block;
}

.gallery-caption a {
	display: inline;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}

#nav-above {
	padding: 24px 0;
}

#nav-above {
	display: none;
}

.paged #nav-above {
	display: block;
}

.nav-previous, .previous-image {
	float: left;
	width: 50%;
}

.nav-next, .next-image {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-single + .comments-area, #comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}

.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}

.author-description p {
	color: #757575;
	font-size: 13px;
}

.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}

.author.archive .author-avatar {
	margin-top: 0;
}

/* =Basic structure

-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}

body {
	font-size: 14px;
	font-family: "franklin-gothic-urw", sans-serif;
	text-rendering: optimizeLegibility;
	color: #272827;
}

a {
	outline: none;
	color: #21759b;
}

a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text, .site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.main-navigation .assistive-text:hover, .main-navigation .assistive-text:active, .main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #272827;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000;
}

/* Page structure */
.site {
	padding: 0 24px;
	background-color: #fff;
}

.site-content {
	margin: 24px 0 0;
}

.widget-area {
	margin: 24px 0 0;
}

/* Header */
.site-header {
	padding: 64px 0px 0px 0px;
	max-width: 940px;
	margin: 0 auto;
}

.site-header h1, .site-header h2 {
	text-align: center;
}

.site-header h1 a, .site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}

.site-header h1 a:hover, .site-header h2 a:hover {
	color: #21759b;
}

.site-header h1 {
	font-size: 24px;
	margin-bottom: 14px;
}

.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	color: #757575;
}

.header-image {
	margin-top: 24px;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	text-align: center;
}

.main-navigation li {
	margin-top: 24px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}

.main-navigation a {
	color: #5e5e5e;
}

.main-navigation a:hover {
	color: #21759b;
}

.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	word-wrap: break-word;
}

.widget-area .widget h3 {
	margin-bottom: 24px;
}

.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: 13px;
}

.widget-area .widget p {
	margin-bottom: 24px;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}

.widget-area .textwidget li {
	margin-left: 36px;
}

.widget-area .widget a {
	color: #757575;
}

.widget-area .widget a:hover {
	color: #21759b;
}

.widget-area #s {
	width: 53.66666666666%;
}

/* Footer */
footer {
	clear: both;
	font-size: 12px;
	line-height: 2;
	margin: 10px auto 0px auto;
	max-width: 940px;
	padding: 0px 0px 0px 0px;
}

/* =Main content and comment content

-------------------------------------------------------------- */
.entry-meta {
	clear: both;
}

.entry-header {
	margin: 35px 0px 36px 0px;
	padding: 0px 0px 30px 0px;
	border-bottom: 1px solid #cbcbcb;
}

.entry-header img.wp-post-image {
	margin-bottom: 24px;
}

.entry-header .entry-title {
	font-size: 38px;
	font-weight: 500;
	color: #272827;
	text-transform: uppercase;
}

.entry-header .entry-title.sale-title {
	color: #7c111b;
}

.entry-header .entry-title a {
	text-decoration: none;
}

.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}

.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
}

.comments-link a, .entry-meta a {
	color: #757575;
}

.comments-link a:hover, .entry-meta a:hover {
	color: #21759b;
}

article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	margin-bottom: 24px;
	text-align: center;
}

.entry-content, .entry-summary, .mu_register {
	line-height: 1.714285714;
}

.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
	margin: 24px 0;
}

.entry-content h1, .comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}

.entry-content h2, .comment-content h2, .mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}

.entry-content h3, .comment-content h3 {
	font-size: 16px;
}

.entry-content h4, .comment-content h4 {
	font-size: 14px;
}

.entry-content h5, .comment-content h5 {
	font-size: 13px;
}

.entry-content h6, .comment-content h6 {
	font-size: 12px;
}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	margin: 0 0 24px;
}

.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
	margin: 0 0 24px;
}

.entry-content ul ul, .comment-content ul ul, .entry-content ol ol, .comment-content ol ol, .entry-content ul ol, .comment-content ul ol, .entry-content ol ul, .comment-content ol ul {
	margin-bottom: 0;
}

.entry-content ul, .comment-content ul, .mu_register ul {
	list-style: disc outside;
}

.entry-content ol, .comment-content ol {
	list-style: decimal outside;
}

.entry-content li, .comment-content li, .mu_register li {
	margin: 0 0 0 36px;
}

.entry-content blockquote, .comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}

.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content code, .comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}

.entry-content pre, .comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}

.entry-content pre code, .comment-content pre code {
	display: block;
}

.entry-content abbr, .comment-content abbr, .entry-content dfn, .comment-content dfn, .entry-content acronym, .comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.entry-content address, .comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}

img.alignleft {
	margin: 12px 24px 12px 0;
}

img.alignright {
	margin: 12px 0 12px 24px;
}

img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}

.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
	margin-bottom: 24px;
}

.entry-content dl, .comment-content dl {
	margin: 0 24px;
}

.entry-content dt, .comment-content dt {
	font-weight: 500;
}

.entry-content dd, .comment-content dd {
	margin-bottom: 24px;
}

.entry-content table, .comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}

.entry-content table caption, .comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.entry-content td, .comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.site-content article {
	max-width: 940px;
	margin: 0 auto;
	margin-bottom: 72px;
	padding-bottom: 24px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

#container #content {
	max-width: 940px;
	margin: 0 auto;
}

#primary #content {
	max-width: 940px;
	margin: 0 auto;
}

body.single #container #content {
	max-width: 1030px;
}

.page-links {
	clear: both;
}

footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
}

.single-author .entry-meta .by-author {
	display: none;
}

.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* =Archives

-------------------------------------------------------------- */
.archive-header, .page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}

.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/* =Single image attachment view

-------------------------------------------------------------- */
.article.attachment {
	overflow: hidden;
}

.image-attachment div.attachment {
	text-align: center;
}

.image-attachment div.attachment p {
	text-align: center;
}

.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.image-attachment .entry-caption {
	margin-top: 8px;
}

/* =Aside post format

-------------------------------------------------------------- */
article.format-aside h1 {
	margin-bottom: 24px;
}

article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}

article.format-aside h1 a:hover {
	color: #2e3542;
}

article.format-aside .aside {
	padding: 24px 24px 0;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}

article.format-aside p {
	font-size: 13px;
	color: #4a5466;
}

article.format-aside blockquote:last-child, article.format-aside p:last-child {
	margin-bottom: 0;
}

/* =Post formats

-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-weight: normal;
}

article.format-image footer h2 {
	font-size: 11px;
}

article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	float: right;
	font-size: 11px;
	font-weight: 500;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}

article.format-link .entry-content {
	max-width: 80%;
	float: left;
}

article.format-link .entry-content a {
	font-size: 22px;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
}

article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	font-size: 15px;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
}

.format-status .entry-header header {
	display: inline-block;
}

.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}

.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}

.format-status .entry-header header a {
	color: #757575;
}

.format-status .entry-header header a:hover {
	color: #21759b;
}

.format-status .entry-header img {
	float: left;
	margin-right: 21px;
}

/* =Comments

-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}

.comments-area article {
	margin: 24px 0;
}

.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}

.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}

.comments-area article header cite, .comments-area article header time {
	display: block;
	margin-left: 85px;
}

.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
}

.comments-area article header time {
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}

.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}

.comments-area article header a:hover {
	color: #21759b;
}

.comments-area article header cite a {
	color: #444;
}

.comments-area article header cite a:hover {
	text-decoration: underline;
}

.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}

.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}

a.comment-reply-link, a.comment-edit-link {
	color: #686868;
	font-size: 13px;
}

a.comment-reply-link:hover, a.comment-edit-link:hover {
	color: #21759b;
}

.commentlist .pingback {
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}

#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}

#respond form {
	margin: 24px 0;
}

#respond form p {
	margin: 11px 0;
}

#respond form p.logged-in-as {
	margin-bottom: 24px;
}

#respond form label {
	display: block;
}

#respond form input[type="text"], #respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px;
	width: 100%;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}

.required {
	color: red;
}

/* =Front page template

-------------------------------------------------------------- */
.entry-page-image {
	margin-bottom: 14px;
}

.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}

.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	border-top: 1px solid #ededed;
}

.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 13px;
	list-style-type: square;
	list-style-position: inside;
}

.template-front-page .widget-area .widget li a {
	color: #757575;
}

.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}

.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
}

/* =Widgets

-------------------------------------------------------------- */
.widget-area .widget ul ul {
	margin-left: 12px;
}

.widget_rss li {
	margin: 12px 0;
}

.widget_recent_entries .post-date, .widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}

#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	color: #686868;
}

#wp-calendar th, #wp-calendar td, #wp-calendar caption {
	text-align: left;
}

#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}

.widget_search label {
	display: block;
	font-size: 13px;
}

.widget_twitter li {
	list-style-type: none;
}

.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* =Plugins

----------------------------------------------- */
img#wpstats {
	display: block;
	margin: 0 auto 24px;
}

.site-title {
	width: 409px;
	max-width: 100% !important;
	float: left;
}

.site-title img {
	max-width: 100% !important;
	width: 100%;
}

/* Footer */
.site-info {
	text-transform: uppercase;
	color: #fff;
	background-color: #414142;
	font-size: 14px;
	padding: 0px 0px 5px 0px;
	height: 140px;
	letter-spacing: 1px;
}

.f_address {
	margin-top: 6px;
	margin-left: 30px;
	float: left;
	padding-right: 20px;
	line-height: normal;
}

.f_phone {
	margin-top: 6px;
	margin-left: 30px;
	float: left;
	padding-right: 20px;
	line-height: normal;
}

.f_hours {
	float: left;
	margin: 6px 0px 0px 30px;
	padding-right: 20px;
	line-height: normal;
}

.f_clear {
	clear: both;
	padding-bottom: 20px;
	width: 100%;
}

/* Footer end */

/* Header */
.h_contact {
	float: right;
	font-size: 16px;
	font-weight: 400;
	padding-left: 30px;
	padding-bottom: 4px;
	text-align: right;
	letter-spacing: 5px;
	word-spacing: 6px;
	white-space: nowrap;
}

.h_phone {
	letter-spacing: normal;
	font-size: 27px;
	font-weight: 500;
}

.h_homepage {
	letter-spacing: normal;
	font-weight: 600;
}

.h_hours_header {
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 2px;
	word-spacing: 4px;
}

.h_online {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 2px;
	word-spacing: 2px;
}

@-moz-document url-prefix() {
	.h_online {
		padding-left: 6px;
	}
}

/* Header end */

/* home page */
.wrap-columns {
	padding-top: 13px;
}

.column {
	display: block;
	width: 300px;
	float: left;
	margin-right: 20px;
	text-align: center;
	font-size: 14px;
	padding-bottom: 12px;
}

.column {
	float: none;
	margin: 0 auto;
}

.column p {
	line-height: 20px;
}

.column h2 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 500;
	margin: 20px 0px 16px 0px;
}

.column.last-child {
	margin-right: 0px;
}

/* Sales page */
.product {
	display: block;
	width: 215px;
	float: left;
	margin-right: 20px;
	font-size: 14px;
	min-height: 270px;
}

#content.sale .product {
	min-height: 300px;
}

.product .photo {
	text-align: center;
	padding: 15px 15px 15px 15px;
	background-color: #ebebeb;
	height: 185px;
	width: 185px;
	vertical-align: middle;
	margin-bottom: 12px;
}

.product .photo .img {
	min-width: 185px;
	min-height: 185px;
	width: 185px;
	height: 185px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}

.finish .product .photo .img {
	cursor: default;
}

.product .photo .img.empty {
	cursor: default;
}

.product .summary {
	text-transform: uppercase;
	color: #7c111b;
	font-weight: 500;
	line-height: 18px;
}

.product .price {
	color: #272827;
}

.product .summary a {
	color: inherit;
	text-decoration: none;
}

body.single .type-product {
	max-width: 940px;
	margin: 0 auto;
	float: none;
}

.related h2 {
	max-width: 940px;
	margin: 0 auto;
}

/*

.product .summary a:hover {

	text-decoration:underline;

}

*/

/* Sales page end */

/* Slider */
.nivo-controlNav {
	display: none;
	visibility: hidden;
}

.slider-wrapper {
	margin-top: 5px;
}

.nivo-caption {
	background: none;
	background-color: transparent;
}

/* Slider end */
#content {
	font-size: 19px;
}

/* =Media queries

-------------------------------------------------------------- */

/* Menu */
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	background-color: #414142;
	display: inline-block !important;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
}

.main-navigation ul {
	margin: 0;
	text-indent: 0;
}

.main-navigation li a, .main-navigation li {
	display: inline-block;
	text-decoration: none;
}

.main-navigation li a {
	border-bottom: 0;
	color: #fff;
	line-height: 24px;
	line-height: normal;
	padding-top: 2px;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: normal;
	margin-top: -2px;
}

.main-navigation li a:hover {
	color: #ddd;
}

.main-navigation li {
	margin: 0px 0px 0px 15px;
	padding: 0px 15px 0px 30px;
	position: relative;
	text-align: left;
	width: 100px;
}

.main-navigation li:first-child {
	margin: 0px 0px 0px 15px;
	padding: 0px 15px 0px 30px;
	text-align: left;
	width: 100px;
}

.main-navigation li:last-child {
	margin: 0px 0px 0px 15px;
	padding: 0px 15px 0px 30px;
	text-align: left;
	width: 100px;
}

.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 10;
}

.main-navigation li ul ul {
	top: 0;
	left: 100%;
}

.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}

.main-navigation li ul li a {
	background-color: #414142;
	border-bottom: none;
	display: block;
	font-size: 13px;
	padding: 2px 10px;
	width: 120px;
	white-space: normal;
}

.main-navigation li ul li a:hover {
	background: #414142;
	color: #fff;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
	color: #fff;
}

.menu-toggle {
	display: none;
}

.product.empty {
	display: none;
}

.location-page iframe {
	max-width: 100% !important;
	width: 100% !important;
}

.location-page .map-wrapper {
	max-width: 100% !important;
	width: 100% !important;
	float: left;
	margin: 0px 0px 50px 0px;
}

.location-page .right_content {
	max-width: 100% !important;
	width: 100% !important;
	float: right;
	margin: 0px 0px 50px 0px;
	padding: 15px 0px 0px 0px;
}

.location-page .right_content p {
	line-height: 26px;
	margin: -23px 0px 39px 0px;
}

.about-page .right_content {
	max-width: 100% !important;
	width: 100% !important;
	text-align: justify;
	margin: 0px 0px 50px 0px;
	padding: 15px 0px 0px 0px;
	float: right;
}

.about-page .right_content p {
	line-height: 34px;
	text-align: left;
}

.about-page .slider-wrapper {
	max-width: 100% !important;
	width: 100% !important;
	float: left;
	margin: 0px 0px 50px 0px;
}

.green-page .right_content {
	max-width: 100% !important;
	width: 100% !important;
	text-align: justify;
	margin: 0px 0px 50px 0px;
	padding: 15px 0px 0px 0px;
	float: right;
}

.green-page .right_content p {
	line-height: 34px;
	padding-left: 10px;
}

.green-page .right_content ul {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 34px;
}

.green-page .right_content li {
	line-height: 34px;
}

.green-page .slider-wrapper {
	max-width: 100% !important;
	width: 100% !important;
	float: left;
	margin: 0px 0px 50px 0px;
	overflow: hidden;
}

.right_content ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 22px;
}

.right_content ol {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 22px;
}

#colophon {
	margin: 10px auto 0px auto;
}

.collection .summary {
	text-align: center;
	color: #272827;
}

.collection .summary a {
	color: #272827;
}

.collection .product {
	min-height: 270px;
}

.collection .product .photo {
	margin-bottom: 7px;
}

.single .images img {
	display: block;
	margin: 0 auto;
}

span.morespace {
	line-height: 1.5em;
}

/* Trillamar: moved non-responsive styles to before the responsive ones */
li.sale p {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.woocommerce ul.products li.sale .price {
	color: #272827;
	display: inline;
	padding-left: 2%;
}

#content.sale .entry-header .entry-title {
	color: #000;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	width: auto;
	margin: 0 auto;
	box-shadow: none;
}

div.type-product {
	width: 100%;
	padding-top: 20px;
	margin-bottom: 30px;
}

div.type-product .images {
	float: left;
	width: 44%;
	padding: 20px 20px;
	border: 1px solid #ddd;
	min-height: 350px;
}

li.type-product .images {
	width: 215px;
}

div.type-product .summary {
	float: left;
	width: 40%;
	min-width: 300px;
	margin-left: 10px;
	text-transform: none;
	color: #000;
	padding-left: 1%;
	padding-top: 2%;
}

div.type-product .summary > header {
	border-bottom: 1px solid #ddd;
	clear: both;
	min-height: 25px;
	margin-bottom: 10px;
}

div.type-product .summary h1 {
	font-size: 23px;
	color: #000;
	float: left;
	margin-right: 15px;
	min-width: 200px;
}

div.type-product .summary .meta-data {
	vertical-align: bottom;
	float: left;
	color: #666;
	line-height: 24px;
	font-style: italic;
}

div.type-product .summary .content {
	clear: both;
	line-height: 24px;
}

div.type-product .summary b, div.type-product .summary strong {
	font-weight: bold;
}

div.type-product .summary ul {
	list-style: disc inside;
}

#content .page-title {
	font-size: 38px;
	font-weight: 500;
	color: #272827;
	text-transform: uppercase;
	border-bottom: 1px solid #cbcbcb;
	margin: 35px auto 36px;
	padding: 0 0 30px;
	max-width: 940px;
}

#content .page-title2 {
	font-size: 38px;
	font-weight: 500;
	color: #272827;
	text-transform: uppercase;
	margin: 35px auto 36px;
	padding: 0 0 30px;
	max-width: 940px;
}

#content .page-title a {
	text-decoration: none;
	color: inherit;
}

li.product a {
	text-decoration: none;
	color: #272827;
	text-transform: uppercase;
	font-size: 14px;
}

li.product h3 {
	text-align: center;
}

/* small adjustment to make related product text centered over image, not container */
ul.jcarousel-list li.product h3 {
	padding-right: 30px;
}

.related {
	width: 100%;
	height: 350px;
	overflow: hidden;
	float: none;
	clear: both;
	margin: 0 auto;
}

.jcarousel-clip {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

/*

.related .images .photo {

  padding: 0;

  background: none;

  margin: 0 auto;

  margin-bottom: 12px;

}

*/
.related .product {
	width: 245px;
}

.related h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-left: 45px;
	padding-left: 40px;
	margin-right: 45px;
}

.jcarousel-prev {
	width: 23px;
	height: 23px;
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/images/arrow-left.png") no-repeat;
	position: absolute;
	left: 0;
	top: inherit;
	bottom: 110px;
}

.jcarousel-prev.nitro-lazy {
	background-image: none !important;
}

.jcarousel-next {
	width: 23px;
	height: 23px;
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/images/arrow-right.png") no-repeat;
	position: absolute;
	right: 0;
	top: inherit;
	z-index: 9999;
	bottom: 110px;
}

.jcarousel-next.nitro-lazy {
	background-image: none !important;
}

.main-navigation li {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: auto;
}

.main-navigation li a {
	padding: 0px 15px;
}

body.page-home .summary {
	line-height: 20px;
}

/* =================================================================== */

/*              Price display table for single product                 */

/* =================================================================== */
.price_display {
	width: 60%;
	float: left;
	clear: left;
	min-width: 100px;
	color: #1a963d;
}

.extra_text {}

.new_text {
	display: none;
	color: #656565;
	font-size: 12px;
}

.price_table {
	clear: both;
	display: none;
}

.price_table td a {
	padding: 5px 7px;
	color: #b7b7b7 !important;
	font-weight: bold;
	white-space: nowrap;
}

.price_table td a:hover, .price_table td a:focus {
	color: #656565 !important;
}

.price_table tr:first-child td {
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/images/table-line.png") no-repeat right 14px;
	border-bottom: 1px solid #ddd;
}

.price_table tr:first-child td.nitro-lazy {
	background-image: none !important;
}

.price_table tr:last-child td {
	background: url("https://cdn-ileanna.nitrocdn.com/yofPeRZHESEZTldfkLloHbabrENaJXAR/assets/images/optimized/rev-bbc4cdb/www.urbandoorscompany.com/wp-content/themes/urbandoors/images/table-line.png") no-repeat right -19px;
}

.price_table tr:last-child td.nitro-lazy {
	background-image: none !important;
}

.price_table tr td:first-child {
	border-left: 1px solid #ddd;
}

.price_table tr td:last-child {
	border-right: 1px solid #ddd;
	background: transparent;
}

.price_label {
	font-size: 14px;
	font-weight: bold;
	color: #1a963d;
}

.price_amount {
	font-size: 14px;
	color: #1a963d;
	font-weight: bold;
	padding-left: 10px;
}

.extra_text {
	color: #656565;
	text-align: right;
	line-height: 27px;
}

.content.info.single p.yp_disclaimer {
	border: 1px solid #cbcbcb;
	padding: 30px;
	font-size: 12px;
	line-height: 1.5;
}

@media screen and (min-width: 733px) {
	.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
		display: none;
	}
}

@media screen and (max-width: 732px) {
	.column.last-child {
		float: none;
		margin: 0 auto;
	}
	
	.slider-wrapper {
		margin-top: 0;
	}
	
	.responsiveSelectContainer ul li {
		display: none;
	}
	
	.site-title {
		float: none;
		margin: 0 auto;
	}
	
	.h_contact {
		float: none;
		display: block;
		margin: 0 auto;
		padding: 0;
	}
	
	.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
		background: black;
		color: #fff;
		padding: 5px;
		margin-bottom: 15px;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 auto;
		display: block;
		float: none;
		width: 200px;
	}
	
	.product {
		float: none;
		margin: 0 auto;
	}
	
	li.product.empty {
		display: none !important;
	}
	
	#container .jcarousel-clip {
		width: 450px;
	}
	
	div.type-product .images {
		min-height: 100px;
		width: 85%;
	}
	
	.related h2 {
		margin-left: 0px;
		padding-left: 0px;
		margin-right: 0px;
	}
	
	ul.jcarousel-list li.product h3 {
		padding-right: 40px;
	}
	
	div.type-product .summary {
		width: 75%;
	}
	
	.price_table tr:first-child td {
		min-width: 54px;
	}
	
	.f_address {
		margin-top: 30px;
	}
	
	.price_section {
		width: 388px;
	}
	
	#content.sale .woocommerce ul.products li.product:nth-child(2n), #content.sale .woocommerce-page ul.products li.product:nth-child(2n) {
		float: none !important;
	}
}

@media screen and (max-width: 340px) {
	.column {
		width: 100%;
	}
	
	.column img {
		width: 90%;
	}
	
	#container .jcarousel-clip {
		width: 200px;
	}
	
	div.type-product .images {
		padding: 20px 0;
		border: none;
		width: 100%;
	}
	
	.site {
		padding: 0;
	}
	
	#content {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	#masthead {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	div.type-product .images {
		min-height: 100px;
	}
	
	.related h2 {
		margin-left: 0px;
		padding-left: 0px;
		margin-right: 0px;
	}
	
	.related .product .photo {
		height: 170px;
		width: 170px;
	}
	
	ul.jcarousel-list li.product h3 {
		padding-right: 40px;
	}
}

/* Tablet and Desktop Screens */
@media screen and (min-width: 732px) {
	.debug #main {
		background: wheat;
	}
	
	.column {
		float: left;
		margin-left: 0;
		margin-right: 20px;
	}
	
	.location-page iframe {
		max-width: 100% !important;
	}
	
	.location-page .map-wrapper {
		max-width: 58% !important;
	}
	
	.location-page .right_content {
		max-width: 38% !important;
	}
	
	.about-page .right_content {
		max-width: 50% !important;
	}
	
	.about-page .slider-wrapper {
		width: 45% !important;
		max-width: 45% !important;
	}
	
	.green-page .right_content {
		max-width: 60% !important;
	}
	
	.green-page .slider-wrapper {
		width: 35% !important;
		max-width: 35% !important;
	}
	
	.author-avatar {
		float: left;
		margin-top: 8px;
	}
	
	.author-description {
		float: right;
		width: 80%;
	}
	
	.site {
		margin: 0 auto;
		max-width: 1030px;
	}
	
	.site-content {
		width: 100%;
	}
	
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {
		width: 100%;
	}
	
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	
	.site-header h1, .site-header h2 {
		text-align: left;
	}
	
	.site-header h1 {
		font-size: 26px;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
		background-color: #414142;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	
	.main-navigation li a, .main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	
	.main-navigation li a {
		border-bottom: 0;
		color: #fff;
		line-height: 24px;
		padding-top: 2px;
		text-transform: uppercase;
		white-space: nowrap;
		font-weight: normal;
	}
	
	.main-navigation li a:hover {
		color: #ddd;
	}
	
	.main-navigation li {
		position: relative;
	}
	
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 10;
	}
	
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	
	.main-navigation li ul.sub-menu li {
		margin: 0;
		padding: 0 10px 0 0;
		text-align: right;
		width: 120px;
	}
	
	.main-navigation ul li a:hover > ul {
		border-left: 0;
		display: block;
	}
	
	.main-navigation li ul li a {
		display: block;
		padding: 2px 10px 2px 30px;
		text-align: left;
		width: 112px;
		white-space: normal;
	}
	
	.main-navigation li ul li a:hover {
		background: #414142;
		color: #ccc;
	}
	
	.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
		color: #fff;
	}
	
	.menu-toggle {
		display: none;
	}
	
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	
	.template-front-page .site-content, .template-front-page article {
		overflow: hidden;
	}
	
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	
	.template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
	}
	
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	
	.template-front-page .widget-area .widget:nth-child(even), .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
	}
	
	.template-front-page.two-sidebars .widget, .template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	
	.commentlist .children {
		margin-left: 48px;
	}
	
	.site-info {
		height: 60px;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 34px 41px 0;
		width: 200px;
	}
}

/* Tablet Screens */
@media screen and (min-width: 733px) and (max-width: 1000px) {
	.debug #main {
		background: yellow;
	}
	
	.main-navigation li, .main-navigation li:first-child, .main-navigation li:last-child {
		margin: 0;
		margin-right: 1%;
		padding: 0;
		width: 132px;
	}
	
	.main-navigation li:first-child {
		margin-left: 5%;
	}
	
	.column {
		width: 30%;
	}
	
	.column {
		float: left;
		margin-left: 10px;
		margin-right: 15px;
	}
	
	.column img {
		width: 100%;
	}
	
	.column h2 {
		font-size: 133%;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	
	.column p {
		font-size: 82%;
		line-height: 120%;
	}
	
	.woocommerce .products ul, .woocommerce-page .products ul, .woocommerce ul.products, .woocommerce-page ul.products {
		/* 2 rows: */
		
		/* width: 470px; */
		
		/* 3 rows: */
		width: 705px;
		margin: 0 auto;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		float: left;
	}
	
	#container .products {
		/* 2 rows: */
		
		/* width: 470px; */
		
		/* 3 rows: */
		width: 705px;
		margin: 0 auto;
	}
	
	#container .related {
		width: 100%;
		margin: 0;
	}
	
	#container .jcarousel-clip {
		width: 705px;
	}
	
	/* ====================== Price Display ==================== */
	.price_display {
		position: absolute;
	}
	
	.extra_text {
		float: right;
	}
	
	.price_table td a {
		padding: 5px;
		font-size: 12px;
		letter-spacing: .05em;
	}
	
	.price_section {
		position: absolute;
		min-width: 300px;
	}
	
	div.type-product .summary .meta-data {
		line-height: 36px;
	}
	
	.price_table tr:first-child td {
		min-width: 48px;
	}
	
	/* sale page layout fix tablet */
	.woocommerce ul.products li.product.sale, .woocommerce-page ul.products li.product.sale {
		clear: none;
	}
	
	#content.sale .woocommerce ul.products li.product:nth-child(2n), #content.sale .woocommerce-page ul.products li.product:nth-child(2n) {
		float: left;
	}
}

/* Wide Screen */
@media screen and (min-width: 1000px) {
	body .site {
		padding: 0 0px;
		margin: 0px auto 0px auto;
	}
	
	body.custom-background-empty {
		background-color: #fff;
	}
	
	body.custom-background-empty .site, body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	
	#main {
		min-height: 500px;
	}
	
	.slider-wrapper {
		min-height: 333px;
	}
	
	.main-navigation li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		width: 122px;
		text-align: center;
	}
	
	.main-navigation li:first-child {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 30px;
		text-align: left;
		width: 97px;
	}
	
	.main-navigation li:last-child {
		margin: 0px 0px 0px 0px;
		padding: 0px 20px 0px 0px;
		text-align: right;
		width: 122px;
	}
	
	.main-navigation li > a {
		font-weight: 500;
	}
	
	/* Footer */
	.site-info {
		height: 24px;
		white-space: nowrap;
	}
	
	.f_address {
		margin-left: 30px;
		float: left;
		padding-right: 0px;
	}
	
	.f_phone {
		margin-left: 50px;
		float: left;
		padding-right: 0px;
	}
	
	.f_hours {
		float: right;
		margin: 6px 30px 0px 0px;
		text-align: right;
		padding-right: 0px;
	}
	
	/* remove extra blanks on info page 12/18/14 */
	.product.empty {
		display: none;
	}
	
	/* add extra blanks on finishes page 1/16/17 */
	.finishes-page .product.empty {
		display: block;
	}
	
	#content.sale .product.empty {
		display: block;
	}
	
	.location-page iframe {
		max-width: 100% !important;
	}
	
	.location-page .map-wrapper {
		max-width: 730px !important;
		width: 730px;
	}
	
	.location-page .right_content {
		width: 185px !important;
		max-width: 185px !important;
	}
	
	.about-page .slider-wrapper {
		width: 400px !important;
		max-width: 400px !important;
	}
	
	.about-page .right_content {
		width: 530px !important;
		max-width: 530px !important;
	}
	
	.green-page .slider-wrapper {
		width: 375px !important;
		max-width: 375px !important;
	}
	
	.green-page .right_content {
		width: 530px !important;
		max-width: 530px !important;
		text-align: left;
	}
	
	/*price table */
	.price_section {
		position: absolute;
		top: 707px;
		min-width: 370px;
	}
	
	.price_table tr:first-child td {
		min-width: 62px;
	}
}

.green-page #slider {
	width: 680px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0px 0px 0px 0px;
}

.green-page .nivo-directionNav {
	display: none;
}

.green-page .slider-wrapper {
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.green-page #content h2 {
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #2a5635;
	word-spacing: 5px;
}

.green-page #content .zem {
	font-size: 20px;
}

div.summary h1 {
	display: block;
	min-width: 4em;
}

.product.info div.summary {
	text-align: center;
}

.product.info div.summary.finish {
	text-align: left;
}

.product.info div.summary a {
	color: #272827;
}

.content.info.single {
	width: 100%;
}

.content.info.single .left {
	float: left;
	width: 33%;
	margin-right: 2%;
}

.content.info.single .right_content {
	float: left;
	width: 63%;
	text-align: left;
}

.content.info.single .right_content {
	margin: 0px 0px 50px 0px;
	padding: 15px 0px 0px 0px;
	float: right;
}

.content.info.single .right_content p, .content.info.single p {
	line-height: 34px;
	padding-left: 10px;
}

.content.info.single .right_content ul {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 34px;
}

.content.info.single .right_content li {
	line-height: 34px;
}

.content.info.single h1.entry-title {
	color: #2a5635;
}

.content.info.single h2 {
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #2a5635;
	word-spacing: 5px;
}

.content.info.single #content .zem {
	font-size: 20px;
}

.green-page h1.entry-title {
	color: #2a5635;
}

.info-caption {
	color: #868686;
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
	padding-right: 20px;
	margin-top: -15px;
	font-weight: 500;
}

.coming-soon {
	position: absolute;
	top: 300px;
	font-size: 60px;
	padding-top: 250px;
	padding-left: 230px;
	font-weight: 600;
}

#tagsbody {
	display: none;
}

.cat-title {
	font-size: 38px;
	font-weight: 500;
	color: #272827;
	text-transform: uppercase;
	margin: 35px auto 0px;
	padding: 0 0 0px;
	max-width: 940px;
}

.cat-description {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 36px;
}

/* Single product page - price table fixes and changes */
.price_amount {
	border: 1px solid #dedede;
	padding: 3px 7px;
	margin-left: 12px;
}

.price_display {
	margin-bottom: 8px;
}

.select-size-for-pricing-text {
	font-size: 14px;
	font-weight: bold;
	color: #1a963d;
	margin-top: 7px;
}

.select-size-for-pricing-text img {
	width: 14px;
	margin-left: 6px;
	margin-bottom: -4px;
}

.price_section {
	margin-top: 50px;
	position: static;
	width: 436px;
}

.extra_text {
	line-height: 1em;
	margin-top: 5px;
}

@media (min-width: 733px) and (max-width: 999px) {
	.single .price_display {
		position: static;
		margin-bottom: 4px;
	}
	
	.single .price_table {
		margin-top: 50px;
	}
	
	.single .price_section {
		width: 339px;
	}
	
	.select-size-for-pricing-text {
		margin-top: 3px;
	}
}

@media (max-width: 732px) {
	.single .price_table td a {
		font-size: 10px;
		padding: 5px 4px;
	}
	
	.single .price_table tr:first-child td {
		min-width: 39px;
	}
	
	.single .price_section {
		margin-top: 0;
	}
	
	.single .extra_text {
		text-align: left;
		font-size: 11px;
		float: none;
		margin-left: -2px;
		margin-top: 0;
		margin-bottom: 0;
		line-height: 27px;
	}
	
	.single .price_display {
		margin-bottom: 0;
	}
	
	.select-size-for-pricing-text {
		margin-top: 0;
	}
}

#tagsbody {
	display: none;
}
