.com_joeworkman_stacks_shareit_simple_stack a.shareit,.com_joeworkman_stacks_shareit_simple_stack i.fa{text-decoration:none;-webkit-transition:color 300ms ease 0;-moz-transition:color 300ms ease 0;-o-transition:color 300ms ease 0;transition:color 300ms ease 0}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-facebook,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-facebook-square{color:#3b5998}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-facebook:hover,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-facebook-square:hover{color:#3b5998}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-twitter,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-twitter-square{color:#09aeec}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-twitter:hover,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-twitter-square:hover{color:#09aeec}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-google-plus,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-google-plus-square{color:#e00}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-google-plus:hover,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-google-plus-square:hover{color:#e00}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-adn{color:#4a484c}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-adn:hover{color:#4a484c}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-pinterest,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-pinterest-square{color:#cb2027}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-pinterest:hover,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-pinterest-square:hover{color:#cb2027}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-linkedin,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-linkedin-square{color:#257597}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-linkedin:hover,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-linkedin-square:hover{color:#257597}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-envelope,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-envelope-o{color:#26a14b}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-envelope:hover,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-envelope-o:hover{color:#26a14b}
/* DoorKeeper stack v1.2.1 */

/*! jQuery UI - v1.11.0 - 2014-06-26
* http://jqueryui.com
* Below are the parts of this version of jQuery UI needed for the DoorKeeper stack
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

/* Misc visuals
----------------------------------

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
	font-size: 12px !important;	/* inherit */
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-size: 1.1em;
	z-index: 100;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #aaaaaa;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.DK-stacks_in_1600_page1.ui-corner-all,
.DK-stacks_in_1600_page1 .ui-corner-all {
	border-radius: 4px;
}

/* @group Doorkeeper fixed settings */

.DK-stacks_in_1600_page1 {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.DK-stacks_in_1600_page1.ui-widget {
	z-index: 3000 !important; /* fixes a z-index issue with the Reservations theme */
}

.stacks_in_1600_page1-overlay {
	z-index: 3000; /* fixes a z-index issue with the Endeavor theme */
}

#DK-stacks_in_1600_page1_dialog-message, #DK-stacks_in_1600_page1_reject_link {
	display: none;
}

.DK-stacks_in_1600_page1 .ui-dialog-titlebar-close {
	display: none;
}

.DK-stacks_in_1600_page1.ui-dialog .ui-dialog-title {
	width: 100% !important;
}

.DK-stacks_in_1600_page1.ui-dialog-buttonpane {
	background: transparent !important;
}

.DK-stacks_in_1600_page1.ui-dialog .ui-dialog-buttonpane button:last-of-type {
	margin: .5em 0
}
              
.DK-stacks_in_1600_page1 {
	padding: .5em;
}
      
.DK-stacks_in_1600_page1.ui-dialog .ui-dialog-content {
	padding: .5em 0;
 	margin: .5em 0 !important;
}

/* @end */


/* @group Doorkeeper customizable settings */

/* ============================ general styling ============================== */

.DK-stacks_in_1600_page1.ui-dialog, .DK-stacks_in_1600_page1.ui-widget-content .ui-state-default {
font-family: inherit !important;
}

.DK-stacks_in_1600_page1.ui-widget {
	border: 1px solid #4C4C4C !important;
	background: #FFFFFF !important;
}

/*.ui-widget-overlay,*/
.stacks_in_1600_page1-overlay {
	background: #000000 !important;
	opacity: .75 !important;
	filter: Alpha(Opacity=75) !important;
}



/* ====================== header settings and styling ======================== */


 
.DK-stacks_in_1600_page1 .ui-widget-header {
	border: 0px solid #FFFFFF !important;
	background: #FFFFFF !important;
	text-align: center !important;
	font-size: 16px !important;
	padding-left:0 !important;
	padding-right:0 !important;   
}

.DK-stacks_in_1600_page1 .ui-dialog-title {
	color: #4C4C4C !important;
	font-weight: bold !important;
}

/* ========================= message text styling ============================ */

.DK-stacks_in_1600_page1 .ui-widget-content {
	font-size: 12px !important;
	color: #4C4C4C !important;
}

.DK-stacks_in_1600_page1 .ui-widget-content a {
	color: #0000FF;
	text-decoration: none;
	outline: none;
}

.DK-stacks_in_1600_page1 .ui-widget-content a:visited {
	color: #0080FF;
	text-decoration: underline;
}

.DK-stacks_in_1600_page1 .ui-widget-content a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.DK-stacks_in_1600_page1 .ui-widget-content a:active {
	color: #0000FF;
	text-decoration: underline;
}

.DK-stacks_in_1600_page1.ui-dialog .ui-dialog-buttonpane {
	border-top-width: 1px !important;
	border-color: #4C4C4C !important;
	border-style: solid !important;
	padding: .3em 0 0 0;
	
}

/* ======================= button settings (general) ========================= */

.DK-stacks_in_1600_page1.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
	
}
            
.DK-stacks_in_1600_page1 .ui-button {
	font-size: 12px !important;
	border-width: 1px;
	border-style: solid !important;
}


.DK-stacks_in_1600_page1.ui-widget-content .ui-state-focus,
.DK-stacks_in_1600_page1.ui-widget-content .ui-state-default:focus,
.DK-stacks_in_1600_page1.ui-widget-content .ui-state-default:first-of-type:focus,
.DK-stacks_in_1600_page1.ui-widget-content .ui-state-default:last-of-type:focus {
	border-color: #999999 !important;
	background: #E6E6E6 !important;
	color: #212121 !important;
}

/* ========================= accept button styling =========================== */

.DK-stacks_in_1600_page1.ui-widget-content .ui-state-default {
	border-color: #D3D3D3 !important;
	background: #808080 !important;
	font-weight: normal !important;
	color: #FFFFFF !important;
}

.DK-stacks_in_1600_page1.ui-widget-content .ui-state-default:hover {
	border-color: #D3D3D3 !important;
	background: #808080 !important;
	color: #FFFFFF !important;
}

/* ========================= reject button styling =========================== */

.DK-stacks_in_1600_page1.ui-widget-content .ui-state-default:first-of-type {
	background: #000000 !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	border-color: #D3D3D3 !important;
}

.DK-stacks_in_1600_page1.ui-widget-content .ui-state-default:first-of-type:hover {
	border-color: #D3D3D3 !important;
	background: #808080 !important;
	color: #FFFFFF !important;
}

/* @end */

/* End of DoorKeeper stack */
#stacks_in_338_page1 {
	font-size: 146%;
}
/* Styling for Preview Mode & Publishing */


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#stacks_in_603_page1 .bx-wrapper {
	position: relative;
	
	margin: 0 auto;
	
	padding: 0;
	*zoom: 1;
}

#stacks_in_603_page1 .bx-wrapper img {
	
	max-width: 100%;
	height: auto;
	

	
	display: block;
}

/** THEME
===================================*/

#stacks_in_603_page1 .bx-wrapper .bx-viewport {
}

#stacks_in_603_page1 .bx-wrapper .bx-pager,
#stacks_in_603_page1 .bx-wrapper .bx-controls-auto {
	position: absolute;
	
	bottom: 20px;
	
	width: 100%;
	z-index: 200;
}

/* LOADER */

#stacks_in_603_page1 .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../files/orbit-images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}


/* Only add pagination CSS if toggled on in settings. */
/* PAGER */



#stacks_in_603_page1 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

#stacks_in_603_page1 .bx-wrapper .bx-pager .bx-pager-item,
#stacks_in_603_page1 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#stacks_in_603_page1 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #E0E0E0;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#stacks_in_603_page1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#stacks_in_603_page1 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #C3C3C3;
}






/* Only add arrow CSS if toggled on in settings. */
/* DIRECTION CONTROLS (NEXT / PREV) */

#stacks_in_603_page1 .bx-wrapper .bx-prev,
#stacks_in_603_page1 .bx-wrapper .bx-next,
#stacks_in_603_page1 .bx-wrapper .bx-pager,
#stacks_in_603_page1 .bx-wrapper .bx-pager-item,
#stacks_in_603_page1 .bx-wrapper .bx-pager-item a {
	border: none;
}



#stacks_in_603_page1 .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../files/orbit-images/controls.png) no-repeat 0 -32px;
}

#stacks_in_603_page1 .bx-wrapper .bx-next {
	right: 10px;
	background: url(../files/orbit-images/controls.png) no-repeat -43px -32px;
}

#stacks_in_603_page1 .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

#stacks_in_603_page1 .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

#stacks_in_603_page1 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 301;
}

#stacks_in_603_page1 .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



/*  Hide navigation arrows if toggled off in settings. */


/* AUTO CONTROLS (START / STOP) */

#stacks_in_603_page1 .bx-wrapper .bx-controls-auto {
	text-align: center;
}

#stacks_in_603_page1 .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../files/orbit-images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

#stacks_in_603_page1 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stacks_in_603_page1 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#stacks_in_603_page1 .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../files/orbit-images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

#stacks_in_603_page1 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stacks_in_603_page1 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#stacks_in_603_page1 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

#stacks_in_603_page1 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

#stacks_in_603_page1 .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

#stacks_in_603_page1 .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#stacks_in_603_page1 ul.bxslider, #stacks_in_603_page1 ul.bxslider li {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}






/* Styling for Edit Mode within Stacks */



#stacks_in_1592_page1 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

#stacks_in_1592_page1 .video-container iframe,
#stacks_in_1592_page1 .video-container object,
#stacks_in_1592_page1 .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#stacks_in_1293_page1 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

#stacks_in_1293_page1 .video-container iframe,
#stacks_in_1293_page1 .video-container object,
#stacks_in_1293_page1 .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#stacks_in_1551_page1 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

#stacks_in_1551_page1 .video-container iframe,
#stacks_in_1551_page1 .video-container object,
#stacks_in_1551_page1 .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#stacks_in_1552_page1 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

#stacks_in_1552_page1 .video-container iframe,
#stacks_in_1552_page1 .video-container object,
#stacks_in_1552_page1 .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#stacks_in_1553_page1 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

#stacks_in_1553_page1 .video-container iframe,
#stacks_in_1553_page1 .video-container object,
#stacks_in_1553_page1 .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#stacks_in_1554_page1 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

#stacks_in_1554_page1 .video-container iframe,
#stacks_in_1554_page1 .video-container object,
#stacks_in_1554_page1 .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#stacks_in_1555_page1 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

#stacks_in_1555_page1 .video-container iframe,
#stacks_in_1555_page1 .video-container object,
#stacks_in_1555_page1 .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#stacks_in_1556_page1 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

#stacks_in_1556_page1 .video-container iframe,
#stacks_in_1556_page1 .video-container object,
#stacks_in_1556_page1 .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#stacks_in_1557_page1 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

#stacks_in_1557_page1 .video-container iframe,
#stacks_in_1557_page1 .video-container object,
#stacks_in_1557_page1 .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1589_page1 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1589_page1 .theDivider1,
#simpleDivider_stacks_in_1589_page1 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1589_page1 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1589_page1.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1589_page1.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1589_page1 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1589_page1.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1589_page1.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1589_page1.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1589_page1.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1558_page1>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1558_page1>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_1558_page1>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_1558_page1>.s3_row>.s3_column_right {
	width: 33.33%;
}




#stacks_in_1558_page1>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_1558_page1>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_1558_page1>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





/*
 * Live Search
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.0
 */
#stacks_in_1559_page1 * {
  box-sizing: border-box;
}
#stacks_in_1559_page1 *:focus {outline:none;}
.searchingstacks_in_1559_page1 .stacks_top,
.searchingstacks_in_1559_page1 .stacks_in,
.searchingstacks_in_1559_page1 .stacks_out {
  overflow: visible;
}
#stacks_in_1559_page1 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_1559_page1_pages { display: none;}
#stacks_in_1559_page1_tipue_search_input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 0px 15px 0px 15px;/* leaving room for search icon */
  position: relative;
  z-index: 9998;
}
#stacks_in_1559_page1_tipue_search_content {
  display: none;
  padding: 20px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_1559_page1_tipue_search_input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_1559_page1 svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
/**/
/**/
/**/
/**/
/**/
#stacks_in_1559_page1_tipue_search_content {
  padding: 5px;
  margin: 0px 0px 20px 0px;
  background: transparent !important;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms linear;
  opacity: 0;
}
.searchingstacks_in_1559_page1 #stacks_in_1559_page1_tipue_search_content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms linear;
  opacity: 1;
  position: relative;
  max-height: 2000px;
}
/**/
/**/
/**/
/**/
/**/



/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_1559_page1_tipue_search_content .h01, mark {
  background: yellow;
}
.searchingstacks_in_1559_page1 #stacks_in_1559_page1_tipue_search_content {
  display: block !important;
}
#stacks_in_1559_page1_tipue_search_warning {
  margin: 7px 0;
}

.tipue_search_content_title
{
  margin-top: 23px;
}
.tipue_search_content_title a
{
  text-decoration: none;
}
.tipue_search_content_title a:hover
{

}
.tipue_search_content_url{
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_url a{

  text-decoration: none;
}
.tipue_search_content_url a:hover{

}
.tipue_search_content_text{

  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px;
}
.tipue_search_content_debug{

  margin: 5px 0;
}
.h01{

  font-weight: 400;
}

#stacks_in_1559_page1_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_1559_page1_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_1559_page1_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_1559_page1_tipue_search_foot_boxes li a{
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_1559_page1_tipue_search_foot_boxes li.current{
  padding: 10px 17px 11px 17px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-align: center;
}
#stacks_in_1559_page1_tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner {
  padding: 31px 0;
  width: 50px;
  height: 28px;
}
.tipue_search_spinner > div:after {
  content: "\f29a";
  font-family: "Ionicons";
  font-size: 24px;
  padding: 10px;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
  -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
.tipue_search_spinner .tipue_search_rect2 {
  display: none;
}
.tipue_search_spinner .tipue_search_rect3 {
  display: none;
}

/**/
#stacks_in_1559_page1_tipue_search_content {
  color: #555555;
  background-color: #FFFFFF;
  font-size: 14px;
  font-family: inherit;
}
#stacks_in_1559_page1_tipue_search_content:after {
  border-color: transparent transparent #FFFFFF transparent;
}
.tipue_search_content_title a {
  color: #3795CF;
  font-size: 18px;
  font-family: inherit;
}
.tipue_search_content_title a:hover{
  color: #67C5FF;
}
.tipue_search_content_url a {
  color: #3795CF;
}
.tipue_search_content_url a:hover{
  color: #67C5FF;
}
.tipue_search_content_text {
  line-height: 18px;
}
.tipue_search_content_debug{

}
#stacks_in_1559_page1_tipue_search_content .h01{
  background: #FFFF00;
}

#stacks_in_1559_page1_tipue_search_foot_boxes li a {
  background-color: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 1px;
  color: #555555;
}
#stacks_in_1559_page1_tipue_search_foot_boxes li.current{
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 1px;
  color: #3795CF;
}
#stacks_in_1559_page1_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_1559_page1_tipue_search_warning a{

}
#stacks_in_1559_page1_tipue_search_warning a:hover{

}
#stacks_in_1559_page1_tipue_search_results_count{

}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}




/*
#stacks_in_1559_page1 .suggestions {
  display: none;
}
*/

#stacks_in_1559_page1 .additional-pages {
  display: none;
}


#slice_mez_1583_page1 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_1583_page1.selected {
  border-color: #2680fc !important;
}
#slice_mez_1583_page1 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_1583_page1 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_1583_page1 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_1583_page1.hidden > #stacks_in_1583_page1 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#stacks_in_1593_page1>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1593_page1>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_1593_page1>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_1593_page1>.s3_row>.s3_column_right {
	width: 33.33%;
}




#stacks_in_1593_page1>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_1593_page1>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_1593_page1>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





 #stacks_in_1594_page1{text-align:center}#stacks_in_1594_page1 a.shareit{text-align:center;font-size:18px;color:rgba(0, 0, 0, 1.00)}#stacks_in_1594_page1 a.shareit:hover{color:rgba(80, 175, 251, 1.00)}#stacks_in_1594_page1 a.shareit i.fa{font-size:24px}#stacks_in_1594_page1 a.shareit:not(.default-colors) i.fa{color:rgba(0, 0, 0, 1.00)}#stacks_in_1594_page1 a.shareit:not(.default-colors):hover i.fa{color:rgba(80, 175, 251, 1.00)}
 #stacks_in_1596_page1{text-align:center}#stacks_in_1596_page1 a.shareit{text-align:center;font-size:18px;color:rgba(0, 0, 0, 1.00)}#stacks_in_1596_page1 a.shareit:hover{color:rgba(80, 175, 251, 1.00)}#stacks_in_1596_page1 a.shareit i.fa{font-size:24px}#stacks_in_1596_page1 a.shareit:not(.default-colors) i.fa{color:rgba(0, 0, 0, 1.00)}#stacks_in_1596_page1 a.shareit:not(.default-colors):hover i.fa{color:rgba(80, 175, 251, 1.00)}
 #stacks_in_1598_page1{text-align:center}#stacks_in_1598_page1 a.shareit{text-align:center;font-size:18px;color:rgba(0, 0, 0, 1.00)}#stacks_in_1598_page1 a.shareit:hover{color:rgba(80, 175, 251, 1.00)}#stacks_in_1598_page1 a.shareit i.fa{font-size:24px}#stacks_in_1598_page1 a.shareit:not(.default-colors) i.fa{color:rgba(0, 0, 0, 1.00)}#stacks_in_1598_page1 a.shareit:not(.default-colors):hover i.fa{color:rgba(80, 175, 251, 1.00)}
