/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-8919d9c4a215d7f7ef94c039d10f5349.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-8919d9c4a215d7f7ef94c039d10f5349.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-382a4998aad031ae0b5a57db93de3826.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-34e63e02cd225dd2c386dad2974d22e3.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-75ebcd09d11cde5ddb24fc730ec838c6.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-4cc4b7b0e9842be7864b6da7acf7bf84.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-89b70187b00892ba3ab7187c9f892c30.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* 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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

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


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
/*

 */

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */


.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */


.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */

.ui-dialog {
	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-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.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-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*

 */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


 */

.flexthis{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

.flexthis .col-md-4{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

.about-h1 {
  color: #3a3a3a !important;
  font-weight: bold;
  text-transform: none;
}

.aboutus p {
  color: #999;
}

.aboutus h2 {
  color: #3a3a3a;
  font-weight: bold;
  text-transform: none;
}


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

.about-h1 {
  font-size: 30px;
  padding-left: 5px;
}

.aboutus p {
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}

.aboutus h2 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
}

.aboutus .image3 {
  width: 100%;
}

.aboutus .h2box {
  padding: 12px 45px 12px 20px;
  width: 100%;
//  height: 348.75px;
}


.aboutus .pbox {
  padding: 25px 2px 5px 15px;
  width: 100%;
}

.pbox h2 {
  padding-left: 5px;
}

.aboutus .image2 {
  width: 100%;
}

.aboutus .lastbox {
  height: 150%;
}

.pbox {
//  min-height: 300px;
}


}


@media screen and (min-width: 768px) {

.about-h1 {
  font-size: 30px;
  padding-left: 5px;
}

.aboutus p {
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}

.aboutus h2 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
}

.aboutus .image3 {
  width: 360px;
  max-width: 360px;
  min-width: 360px;
}

.aboutus .h2box {
  padding: 12px 45px 12px 45px;
  width: 360px;
  min-width: 360px;
  max-width: 360px;
  height: 348.75px;
  min-height: 348.75px;
  max-height: 348.75px;
}


.aboutus .pbox {
  padding: 25px 2px 5px 15px;
  width: 360px;
  min-width: 360px;
  max-width: 360px;
  height: 348.75px;
  min-height: 348.75px;
  max-height: 348.75px;
}

.pbox h2 {
  padding-left: 5px;
}

.aboutus .image2 {
  width: 100%;
}


}

@media screen and (min-width: 991px) {

.about-h1 {
  font-size: 34px;
}

.aboutus p {
  font-size: 13px;
}

.aboutus h2 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
}

.aboutus .image3 {
  width: 313.333333333px;
  max-width: 313.333333333px;
  min-width: 313.333333333px;
}

.aboutus .h2box {
  padding: 12px 45px 12px 45px;
  width: 313.33333333px;
  min-width: 313.333333px;
  max-width: 313.333333px;
  height: 303.533px;
  min-height: 303.533px;
  max-height: 303.533px;
}


.aboutus .pbox {
  padding: 34px 2px 5px 15px;
  width: 313.33333px;
  min-width: 313.33333px;
  max-width: 313.333333px;
  height: 303.533px;
  min-height: 303.533px;
  max-height: 303.533px;
}

.aboutus .image2 {
  width: 626.666666px;
}


}

@media screen and (min-width: 1200px) {

.about-h1 {
  font-size: 34px;
}

.aboutus p {
  font-size: 13px;
}

.aboutus h2 {
  font-size: 28px;
  line-height: 36px;
}

.aboutus .h2box {
  padding: 12px 45px 12px 45px;
  width: 380px;
  min-width: 380px;
  max-width: 380px;
  height: 370px;
  min-height: 370px;
  max-height: 370px;
}

.aboutus .pbox {
  padding: 34px 2px 5px 15px;
  width: 380px;
  min-width: 380px;
  max-width: 380px;
  height: 370px;
  min-height: 370px;
  max-height: 370px;
}

.aboutus .image3 {
  width: 380px;
  max-width: 380px;
  min-width: 380px;
}

.aboutus .image2 {
  width: 760px;
}

}
/* line 5, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
ul.adminmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #333;
  overflow: hidden;
}

/* line 13, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
ul.adminmenu li {
  float: left;
}

/* line 18, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
ul.adminmenu li a {
  display: block;
  padding: 8px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: white;
}

/* line 27, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
ul.adminmenu li a:hover {
  background-color: #111;
}

/* line 31, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
ul#admin-productlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 37, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
ul#admin-productlist li a {
  padding: 8px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
ul#admin-productlist li a:hover {
  background-color: #CCC;
}

/* line 48, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
#topbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #AAA;
  overflow: hidden;
}

/* line 56, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
#topbar ul li {
  float: left;
}

/* line 60, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
.topbar-selected {
  background-color: #666;
  color: white !important;
}

/* line 65, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
#topbar ul li a {
  display: block;
  padding: 4px;
  padding: 10px 16px;
  text-decoration: none;
  color: black;
  cursor: pointer;
}

/* line 74, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
#topbar ul li a:hover {
  background-color: #888;
}

/* line 78, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
ul#right_langsel {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #CCC;
  overflow: hidden;
}

/* line 86, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
ul#right_langsel li {
  float: left;
}

/* line 90, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
ul#right_langsel li a {
  display: block;
  padding: 8px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  cursor: pointer;
}

/* line 99, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
ul#right_langsel li a:hover {
  background-color: #AAA;
}

/* line 103, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
.right_langsel-selected {
  background-color: #999;
}

/* line 107, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
.selectedimage {
  background-color: #0074D9;
}

/* line 111, /var/www/ruby/architectmade_www/app/assets/stylesheets/admin.css.scss */
.sortable-placeholder {
  height: 348px;
  width: 298px;
  border: 2px dotted gray;
  float: left;
  margin: 5px 5px 5px 0px;
  background-color: #DDD;
}
.statement {
  font-family: "Lato", sans-serif;
  position: absolute;
  z-index: 20;
  font-size: 18px;
  color: white;
}

.inverse .statement {
  color: black;
}



.architect-signature {
  position: absolute;
  z-index: 20;
}



.architects-name {
  font-family: "Lato", sans-serif;
  position: absolute;
  z-index: 20;
  color: black;
  font-size: 16px;
  left: 20px;
}

.architects-button, .architects-button:hover {
  z-index: 20;
  position: absolute;
  background-color: rgb(238,238,238);
  font-family: Lato,sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: rgb(102,102,102);
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("https://fonts.gstatic.com/s/lato/v13/H2DMvhDLycM56KNuAtbJYA.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

.architect > .header {
  font-family: "Lato", sans-serif;
  position: absolute;
  z-index: 20;
  color: rgb(58,58,58);
}

@import url('https://fonts.googleapis.com/css?family=Lato');

.vision {
  color: rgb(153, 153, 153);
  font-family: "Lato", sans-serif;
  position: absolute;
}

.subheader {
  text-transform: uppercase;
}

.allarchitects .item {
  margin-top: 50px;
}

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

  #arCarousel_ar_xs img {
    height: auto !important;
  }

  #arCarousel_ar_xs   .header {
    font-size: 14px;
    font-weight: 400;
    top: 65%;
    left: 10px;
  }

  .arcimage {
    width: 100%;
  }

  #arCarousel_ar_xs .vision {
    font-size: 7px;
    font-weight: 100;
    left: 10px;
    right: 2px;
    top: 72%;
    bottom: 5%;
  }

  #arCarousel_ar_xs .subheader {
    top: 60%;
    left: 10px;
    position: absolute;
    font-weight: 12px;
  }

.architects-name {
  font-size: 14px;
  bottom: 4%;
}

.architects-button, .architects-button:hover {
  right: 2%;
  bottom: 3%;
  padding: 4px 10px 4px 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.architect-button {
  padding: 3px 8px 3px 8px;
  bottom: 1px;
}

.statement {
  font-size: 10px;
}

.subheader {
  top: 50px;
}

.finnjuhl  .statement {
  bottom: 45%;
  left: 10px;
  right: 50%;
}

.finnjuhl  .architect-signature {
  bottom: 30%;
  left: 10px;
}

.paulankerhansen  .statement {
  bottom: 50%;
  left: 10px;
  right: 50%;
}

.paulankerhansen .architect-signature {
  bottom: 40%;
  left: 15px;
  max-width: 100px;
}

.poulkjærholm .statement {
  bottom: 50%;
  left: 50%;
  right: 5px;
}

.poulkjærholm .architect-signature {
  bottom: 40%;
  left: 50%;
  max-width: 100px;
}

.jørnutzon  .statement {
  bottom: 50%;
  left: 50%;
  right: 5px;
}

.jørnutzon .architect-signature {
  bottom: 40%;
  left: 50%;
  max-width: 100px;
}

.hansbølling  .statement {
  bottom: 50%;
  left: 50%;
  right: 5px;
}

.hansbølling  .architect-signature {
  bottom: 30%;
  left: 60%;
}

.peterkarpf  .statement {
  bottom: 40%;
  left: 5px;
  right: 50%;
  font-size: 12px !important;
}

.peterkarpf  .architect-signature {
  bottom: 20%;
  left: 50px;
  max-width: 80px;
}

.kristianvedel  .statement {
  bottom: 50%;
  left: 50%;
  right: 5px;
}

.kristianvedel  .architect-signature {
  bottom: 40%;
  left: 50%;
}

.coderr  .statement {
  bottom: 50%;
  left: 55%;
  right: 5px;
  color: white;
}

.coderr  .architect-signature {
  bottom: 40%;
  left: 60%;
  right: 15px;
}

.hansbunde .statement {
  bottom: 30%;
  left: 2%;
  right: 55%;
  color: white;
}

.hansbunde .architect-signature {
  bottom: 10%;
  left: 5%;
}

.nikolajklitgaard  .statement {
  bottom: 30%;
  left: 65%;
  right: 0px;
  color: white;
  font-size: 12px !important;
}

.nikolajklitgaard  .architect-signature {
  bottom: 20%;
  left: 70%;
}

.architectitemhalf  .statement, .architectitem  .statement {
  font-size: 14px;
}


}

@media screen and (min-width: 576px) {

#arCarousel_ar_xs img {
  height: auto !important;
}

#arCarousel_ar_xs   .header {
  font-size: 24px;
  font-weight: 400;
  top: 65%;
  left: 10px;
}

.arcimage {
  width: 100%;
}

#arCarousel_ar_xs .vision {
  font-size: 12px;
  font-weight: 100;
  left: 10px;
  right: 10px;
  top: 75%;
  bottom: 5%;
}

#arCarousel_ar_xs .subheader {
  top: 60%;
  left: 10px;
  position: absolute;
  font-weight: 20px;
}

.architects-name {
  font-size: 18px;
  bottom: 5%;
}

.architects-button, .architects-button:hover {
  right: 3%;
  bottom: 4%;
  padding: 6px 14px 6px 14px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.architect-button {
  padding: 3px 8px 3px 8px;
  bottom: 1px;
}


.subheader {
  top: 50px;
}

.finnjuhl  .statement {
  bottom: 180px;
  left: 35px;
  right: 50%;
}

.finnjuhl  .architect-signature {
  bottom: 120px;
  left: 50px;
  max-width: 150px;
}

.paulankerhansen  .statement {
  bottom: 40%;
  left: 10px;
  right: 50%;
}

.paulankerhansen .architect-signature {
  bottom: 30%;
  left: 10px;
  max-width: 150px;
}

.poulkjærholm .statement {
  bottom: 50%;
  left: 50%;
  right: 25px;
}

.poulkjærholm .architect-signature {
  bottom: 40%;
  left: 50%;
  max-width: 150px;
}

.jørnutzon  .statement {
  bottom: 50%;
  left: 50%;
  right: 25px;

}

.jørnutzon .architect-signature {
  bottom: 40%;
  left: 50%;
}

.hansbølling  .statement {
  bottom: 55%;
  left: 50%;
  right: 25px;
}

.hansbølling  .architect-signature {
  bottom: 45%;
  left: 50%;
}

.peterkarpf  .statement {
  bottom: 40%;
  left: 25px;
  right: 50%;
}

.peterkarpf  .architect-signature {
  bottom: 30%;
  left: 50px;
  max-width: 80px;
}

.kristianvedel  .statement {
  bottom: 50%;
  left: 50%;
  right: 25px;
}

.kristianvedel  .architect-signature {
  bottom: 40%;
  left: 50%;
}

.coderr  .statement {
  bottom: 55%;
  left: 55%;
  right: 20px;
  color: white;
}

.coderr  .architect-signature {
  bottom: 45%;
  left: 55%;
  right: 15px;
}

.hansbunde .statement {
  bottom: 65%;
  left: 5%;
  right: 50%;
  color: white;
}

.hansbunde .architect-signature {
  bottom: 55%;
  left: 5%;
}

.nikolajklitgaard  .statement {
  bottom: 40%;
  left: 70%;
  right: 5px;
  color: white;
}

.nikolajklitgaard  .architect-signature {
  bottom: 30%;
  left: 75%;
}

.architectitemhalf  .statement, .architectitem  .statement {
  font-size: 16px;
}


}

@media screen and (min-width: 768px) {

  #arCarousel_ar,
  #arCarousel_ar .carousel-inner,
  #arCarousel_ar .item,
  #arCarousel_ar .banner {
    height: 408.6px;
  }

.architects-name {
  font-size: 14px;
  bottom: 8px;
}


.architects-button, .architects-button:hover {
  right: 20px;
  bottom: 8px;
  padding: 4px 10px 4px 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.architect-button {
  padding: 4px 10px 4px 10px;
  bottom: 1px;
}

.architect  .header {
  font-size: 20px;
  font-weight: 400;
  top: 25px;
  left: 390px;
}

.vision {
  font-size: 10px;
  font-weight: 200;
  left: 390px;
  top: 80px;
  right: 20px;
}

.statement {
  font-size: 10px;
}

.subheader {
  top: 50px;
  position: absolute;
  left: 390px;
}

.finnjuhl_full  .statement {
  bottom: 150px;
  left: 15px;
  right: 400px;
}

.finnjuhl_full  .architect-signature {
  bottom: 100px;
  left: 15px;
}

.finnjuhl  .statement {
  bottom: 180px;
  left: 35px;
  right: 250px;
}

.finnjuhl  .architect-signature {
  bottom: 120px;
  left: 50px;
  max-width: 100px;
}

.paulankerhansen  .statement {
  bottom: 130px;
  left: 20px;
  right: 200px;
}

.paulankerhansen .architect-signature {
  bottom: 100px;
  left: 25px;
  max-width: 100px;
}

.poulkjærholm .statement {
  bottom: 130px;
  left: 200px;
  right: 25px;
}

.poulkjærholm .architect-signature {
  bottom: 100px;
  left: 200px;
  max-width: 100px;
}

.jørnutzon  .statement {
  bottom: 130px;
  left: 200px;
  right: 25px;
}

.jørnutzon .architect-signature {
  bottom: 100px;
  left: 180px;
}

.hansbølling  .statement {
  bottom: 130px;
  left: 200px;
  right: 25px;
}

.hansbølling  .architect-signature {
  bottom: 70px;
  left: 200px;
}

.peterkarpf  .statement {
  bottom: 100px;
  left: 25px;
  right: 190px;
}

.peterkarpf  .architect-signature {
  bottom: 50px;
  left: 50px;
  max-width: 80px;
}

.kristianvedel  .statement {
  bottom: 130px;
  left: 200px;
  right: 25px;
}

.kristianvedel  .architect-signature {
  bottom: 100px;
  left: 200px;
}

.coderr  .statement {
  bottom: 130px;
  left: 200px;
  right: 20px;
  color: white;
}

.coderr  .architect-signature {
  bottom: 100px;
  left: 200px;
  right: 15px;
}

.hansbunde .statement {
  bottom: 100px;
  left: 10px;
  right: 200px;
  color: white;
}

.hansbunde .architect-signature {
  bottom: 50px;
  left: 10px;
}


.nikolajklitgaard  .statement {
  bottom: 120px;
  left: 200px;
  right: 10px;
  color: white;
}

.nikolajklitgaard  .architect-signature {
  bottom: 90px;
  left: 200px;
}

.architectitemhalf  .statement, .architectitem  .statement {
  font-size: 14px;
}


}

@media screen and (min-width: 991px) {

  #arCarousel_ar,
  #arCarousel_ar .carousel-inner,
  #arCarousel_ar .item,
  #arCarousel_ar .banner {
    height: 533.5px;
  }

.architects-name {
  font-size: 16px;
  bottom: 16px;
}

.architects-button, .architects-button:hover {
  right: 20px;
  bottom: 8px;
  padding: 6px 14px 6px 14px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}


.architect  .header {
  font-size: 24px;
  font-weight: 500;
  top: 30px;
  left: 520px;
}

.vision {
  font-size: 12px;
  font-weight: 300;
  left: 520px;
  top: 100px;
  right: 40px;
}

.subheader {
  top: 70px;
  left: 520px;
  position: absolute;
}

.finnjuhl_full  .statement {
  bottom: 200px;
  left: 25px;
  right: 500px;
}

.finnjuhl_full  .architect-signature {
  bottom: 150px;
  left: 25px;
}

.finnjuhl  .statement {
  bottom: 180px;
  left: 35px;
  right: 250px;
}

.finnjuhl  .architect-signature {
  bottom: 120px;
  left: 50px;
  max-width: 100px;
}

.paulankerhansen  .statement {
  bottom: 180px;
  left: 30px;
  right: 300px;
}

.paulankerhansen  .architect-signature {
  bottom: 130px;
  left: 35px;
}

.poulkjærholm  .statement {
  bottom: 180px;
  left: 300px;
  right: 35px;
}

.poulkjærholm  .architect-signature {
  bottom: 130px;
  left: 280px;
}

.jørnutzon  .statement {
  bottom: 180px;
  left: 300px;
  right: 35px;
}

.jørnutzon  .architect-signature {
  bottom: 130px;
  left: 300px;
}

.hansbølling  .statement {
  bottom: 180px;
  left: 300px;
  right: 35px;
}

.hansbølling  .architect-signature {
  bottom: 120px;
  left: 300px;
}

.peterkarpf  .statement {
  bottom: 180px;
  left: 35px;
  right: 250px;
}

.peterkarpf  .architect-signature {
  bottom: 120px;
  left: 50px;
  max-width: 80px;
}

.kristianvedel  .statement {
  bottom: 180px;
  left: 280px;
  right: 35px;
}

.kristianvedel  .architect-signature {
  bottom: 140px;
  left: 280px;
}

.coderr  .statement {
  bottom: 180px;
  left: 280px;
  right: 20px;
  color: white;
}

.coderr  .architect-signature {
  bottom: 130px;
  left: 280px;
}

.hansbunde .statement {
  bottom: 150px;
  left: 20px;
  right: 280px;
  color: white;
  font-size: 14px;
}

.hansbunde .architect-signature {
  bottom: 100px;
  left: 20px;
}



.nikolajklitgaard  .statement {
  bottom: 140px;
  left: 330px;
  right: 20px;
  color: white;
}

.nikolajklitgaard  .architect-signature {
  bottom: 110px;
  left: 330px;
}

.architectitemhalf  .statement, .architectitem  .statement {
  font-size: 14px;
}


}

@media screen and (min-width: 1200px) {

  #arCarousel_ar,
  #arCarousel_ar .carousel-inner,
  #arCarousel_ar .item,
  #arCarousel_ar .banner {
    height: 647px;
  }

.architects-name {
  bottom: 20px;
  font-size: 18px;
  left: 50px;
}

.architects-button, .architects-button:hover {
  right: 20px;
  bottom: 10px;
  padding: 8px 16px 8px 16px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.architect  .header {
  font-size: 36px;
  font-weight: 600;
  top: 30px;
  left: 610px;
}

.vision {
  font-size: 14px;
  font-weight: 300;
  left: 610px;
  top: 130px;
  right: 20px;
}

.subheader {
  left: 610px;
  text-transform: uppercase;
  top: 85px;
  position: absolute;
}

.finnjuhl_full  .statement {
  bottom: 250px;
  left: 50px;
  right: 600px;
}

.finnjuhl_full  .architect-signature {
  bottom: 200px;
  left: 50px;
}

.finnjuhl  .statement {
  bottom: 200px;
  left: 50px;
  right: 300px;
}

.finnjuhl  .architect-signature {
  bottom: 140px;
  left: 50px;
  max-width: 120px;
}

.paulankerhansen  .statement {
  bottom: 200px;
  left: 45px;
  right: 340px;
}

.paulankerhansen  .architect-signature {
  bottom: 150px;
  left: 45px;
}

.poulkjærholm  .statement {
  bottom: 200px;
  left: 350px;
  right: 45px;
}

.poulkjærholm  .architect-signature {
  bottom: 150px;
  left: 350px;
}

.jørnutzon  .statement {
  bottom: 250px;
  left: 350px;
  right: 45px;
}

.jørnutzon  .architect-signature {
  bottom: 190px;
  left: 350px;
}

.hansbølling  .statement {
  bottom: 250px;
  left: 350px;
  right: 45px;
}

.hansbølling  .architect-signature {
  bottom: 190px;
  left: 350px;
}

.peterkarpf  .statement {
  bottom: 200px;
  left: 50px;
  right: 300px;
}

.peterkarpf  .architect-signature {
  bottom: 140px;
  left: 50px;
  max-width: 80px;
}

.kristianvedel  .statement {
  bottom: 200px;
  left: 350px;
  right: 45px;
}

.kristianvedel  .architect-signature {
  bottom: 160px;
  left: 350px;
}

.coderr  .statement {
  bottom: 250px;
  left: 350px;
  right: 30px;
  color: white;
}

.coderr  .architect-signature {
  bottom: 190px;
  left: 350px;
}

.hansbunde .statement {
  bottom: 200px;
  left: 40px;
  right: 350px;
  color: white;
}

.hansbunde .architect-signature {
  bottom: 150px;
  left: 40px;
}

.nikolajklitgaard  .statement {
  bottom: 200px;
  left: 400px;
  right: 30px;
  color: white;
}

.nikolajklitgaard  .architect-signature {
  bottom: 140px;
  left: 400px;
}

.architectitemhalf  .statement, .architectitem  .statement {
  font-size: 16px;
}



}
.archive .leftmenu, .archive .leftheader {
  background-color: #eaeaea;
  padding: 0px;
  margin: 0px;
}

.archive .leftmenu h1 {
  font-weight: 200;
  font-size: 24px;
  overflow: hidden;
  color: #3A3A3A;
  text-transform: none;
  border-bottom: 1px solid #D2D2D2;
  padding: 0px 0px 0px 30px;
  margin: 25px 10px 0px 30px;
  height: 75px;
  background-color: #eaeaea;
}

.archive .leftmenu ul {
  list-style-type: none;
  padding: 0px 10px 0px 30px;
}

.archive .leftmenu li {
  padding: 20px 0px 20px 0px;
  margin: 0px;
  height: 66px;
  border-bottom: 1px solid #D2D2D2;
}

.archive .leftmenu li a, .archive .leftmenu li a:hover {
  color: white;
  font-size: 18px;
  text-decoration: none;
}

.archive .rightcol, .archive .rightheader  {
  background-color: white;
}

.archive .rightheader  h1 {
  text-align: center;
  font-weight: 200;
  font-size: 24px;
  overflow: hidden;
  color: #3A3A3A;
  text-transform: none;
  padding: 0px 0px 30px 0px;
  margin: 25px 30px 0px 30px;
  height: 75px;
  border-bottom: 1px solid #D2D2D2;

}

.archive .buttoncontainer-row {
  width: 100%;
  height: 132px;
  border-bottom: 1px solid #D2D2D2;
  text-align: center;
}

.archive .buttoncontainer-row.left {
  margin: 0px 0px 0px 30px;
}

.archive .buttoncontainer-row.right {
  margin: 0px 30px 0px -30px;
}

.archive .buttoncontainer {
  margin: 20px 30px 0px 30px;
  width: 200px;
  text-align: center;
  display: inline-block;
}

.archive .buttoncontainer .button {
  background-color: #555;
  color: #999;
  margin: 0px;
  width: 150px;
  height: 50px;
  font-size: 16px;
  font-weight: 200;
  padding: 0px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
}

.archive .buttoncontainer h2 {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 200;
  color: #555;
  text-transform: uppercase;

}

.archive.downloads ul {
  list-style-type: none;
  padding: 0px;
}

.archive.downloads .indent, .archive.press .indent {
  padding: 0px 0px 0px 40px;
}

.archive.downloads h1, .archive.press h1 {
  padding: 75px 0px 50px 0px;
}

.archive.downloads ul li a {
  color: #BBB;
  font-size: 18px;
  font-weight: 100;
  text-decoration: none;

}

.archive.downloads h2 {
  font-weight: 100;
  font-size: 24px;
  color: #d4d7d6;
  padding: 0px;
  margin: 0px;
}

.archive.downloads .section img {
  padding: 5px;
  width: 150px;
  height: 150px;
  max-width: 150px;
  max-height: 150px;
}

.archive.downloads .section {
  padding: 0px;
  margin: 20px 0px 30px -5px;
}

.archive.downloads img.productionvideoframe {
  width: 100%;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 5px;
  transition-duration: 0.3s;
}

.archive.downloads img.productionvideoframe:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}


.archive.downloads .productionvideo {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 50px 0px;
}

.archive.downloads .productionvideo h2 {
  color: #BBB;
  font-weight: 100;
  font-size: 24px;
  text-align: center;
  width: 100%;
  padding: 0px;
  margin: 10px 0px 20px 0px;
}

.archive.downloads .productionvideoplay {
  top: calc(50% - 120px);
  left: calc(50% - 72px);
  font-size: 144px;
  position: absolute;
}

.archive.downloads .logocontainer {
  text-align: center;
  height: 200px;
}

.archive.downloads .logocontainer h2 {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.archive.downloads .logocontainer h2 a {
  color: #999;
  text-decoration: none;
}

.archive.downloads .logocontainer h2 a:hover {
  color: #d4d7d6;
}

.archive.press h2.date {
  font-size: 14px;
  color: #999;
  font-weight: 100;
  margin: 10px 0px 10px 0px;
  padding: 0px;
}

.archive.press h2.name {
  text-transform: uppercase;
  color: #2c2b2b;
  font-weight: 100;
  font-size: 14px;
  margin: 10px 0px 20px 0px;
  padding: 0px;
}

.archive.press .presscontainer {
  text-align: center;
  width: 100%;
  margin: 30px 0px 30px 0px;
}


@media screen and (max-width: 767px) {
  .archive .leftmenu ul {
    padding: 0px 30px 0px 30px;
    text-align: center;
  }

  .archive .leftmenu li {
    padding: 20px 0px 20px 0px;
    margin: 0px;
    height: 66px;
    border-bottom: 1px solid #D2D2D2;
  }

  .archive .buttoncontainer-row.left {
    margin: 0px 30px 0px 30px;
    width: auto;
  }

  .archive .buttoncontainer-row.right {
    margin: 0px 30px 0px 30px;
    width: auto;
  }

  .archive .buttoncontainer-row {
    margin: 0px 30px 0px 30px;
    width: auto;
  }

  .archive .buttoncontainer {
    margin: 20px 0px 0px 0px;
  }

  .archive.downloads .indent {
    padding: 0px;
  }

}

@media screen and (min-width: 768px) {
  .archive .leftmenu h1 {
    margin: 25px 5px 0px 20px;
  }

  .archive .rightheader  h1 {
    text-align: left;
  }

  .archive .buttoncontainer-row.left {
    margin: 0px 0px 0px 30px;
  }

  .archive .buttoncontainer-row.right {
    margin: 0px 30px 0px -30px;
  }

  .archive .buttoncontainer-row {
    margin: 0px;
  }

  .archive .leftmenu ul {
    padding: 0px 5px 0px 20px;
  }

  .archive .leftmenu li a, .archive .leftmenu li a:hover {
    font-size: 16px;
  }

  .archive .buttoncontainer {
    margin: 20px 5px 0px 5px;
    width: 170px;
  }

  .archive .buttoncontainer .button {
    width: 100px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    border-radius: 3px;
  }

  .archive .buttoncontainer h2 {
    font-size: 12px;
    font-weight: 200;
  }
}


@media screen and (min-width: 992px) {
  .archive .leftmenu h1 {
    margin: 25px 10px 0px 30px;
  }

  .archive .leftmenu ul {
    padding: 0px 10px 0px 30px;
  }

  .archive .leftmenu li {
    padding: 20px 0px 20px 0px;
  }

  .archive .leftmenu li a, .archive .leftmenu li a:hover {
    font-size: 18px;
  }


  .archive .buttoncontainer {
    margin: 20px 15px 0px 15px;
    width: 180px;
  }

  .archive .buttoncontainer .button {
    width: 120px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    border-radius: 3px;
  }

  .archive .buttoncontainer h2 {
    font-size: 14px;
    font-weight: 200;
  }
}

@media screen and (min-width: 1200px) {
  .archive .buttoncontainer {
    margin: 20px 30px 0px 30px;
    width: 200px;
  }

  .archive .buttoncontainer .button {
    width: 150px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 3px;
  }

  .archive .buttoncontainer h2 {
    font-size: 16px;
    font-weight: 200;
  }
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


body {
  padding-bottom: 40px;
  color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}

.carouse2 {
  margin-bottom: 50px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
.contactus hr {
  margin-left: 0px;
  width: 90%;
}

.contactus h1.address {
  font-size: 18px;
  color: #3A3A3A;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 2px;
  font-weight: 400;
}

.contactus .indent {
  margin-left: 20px;
}

.contactus .contactusdetails {
  position: absolute;
  bottom: 20px;
  margin-left: 40px;
}

.contactus h2 {
  font-size: 14px;
  line-height: 14px;
  color: #3A3A3A;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 30px 0px 10px 0px;
  position: relative;
}

.contactus p {
  font-size: 14px;
  color: #999;
  line-height: 14px;
  margin: 0px 0px 10px 0px;
  position: relative;
}

.contactus select {
  margin: 0;
  border: 4px solid #6F6E6E;
  height: 35px;
  color: white;
//  background: linear-gradient(to right,#1a1919 0,#1a1919 85%,#6f6e6f 85%,#6f6e6f 100%);
  background-image: url("/assets/select_arrowdown-a01d4715c0ffef6036dffeaa7067d9ae.png");
  background-position: calc(100% ) center;
  background-repeat: no-repeat;
  background-color: #1a1919;
  outline: 0px none;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 222;
}

.contactus h1.wheretobuy {
  padding-top: 10px;
}

.contactus #mymap_header {
  background-color: white;
  width: 100%;
  text-align: center;
  color: #3a3a3a;
  font-size: 20px;
  line-height: 100px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
/*
.contactus #div_selectcountry:after {
  content: '◢';
  color: white;
  position: absolute;
  right: 22px;
  margin-top: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);


}
*/

.shoplist h1 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4d4d4d;
  line-height: 50px;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  overflow: hidden;
}
.shoplist h2 {
  font-size: 14px;
  font-weight: 700;
  color: #4d4d4d;
  line-height: 16px;
  margin: 10px 0px 0px 0px;
}

.shoplist p {
  font-size: 14px;
  font-weight: 100;
  color: #999;
  line-height: 21px;
  margin: 0px;
  padding: 0px;
}

@media screen and (min-width: 768px) {
  .contactus .contactusdetails {
    bottom: 5px;
    margin-left: 20px;
  }
  .contactus h1.address {
    margin-top: 10px;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1px;
  }

  .contactus img {
    height: auto;
  }
  .contactus p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .contactus h2 {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .shoplist h1 {
    font-size: 14px;
  }
  .shoplist h2, .shoplist p {
    font-size: 10px;
    line-height: 17px;
}

}

@media screen and (min-width: 992px) {
  .contactus .contactusdetails {
    bottom: 20px;
    margin-left: 20px;
  }
  .contactus h1.address {
    margin-top: 40px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
  }

  .contactus img {
    height: auto;
  }
  .contactus p {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .contactus h2 {
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .shoplist h1 {
    font-size: 16px;
  }
  .shoplist h2, .shoplist p {
    font-size: 12px;
    line-height: 19px;
  }

}
@media screen and (min-width: 1200px) {
  .contactus .contactusdetails {
    bottom: 20px;
    margin-left: 40px;
  }
  .contactus img {
    width: auto;
    height: auto;
  }
  .contactus p {
    margin-bottom: 10px;
  }
  .contactus h2 {
    margin-top: 30px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .shoplist h1 {
    font-size: 18px;
  }

  .shoplist h2, .shoplist p {
    font-size: 14px;
    line-height: 21px;
  }
}

.mymap {
  width: 100%;
  height: 450px;
}
/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

@font-face {
  font-family: 'flexslider-icon';
  src: url('/assets/flexslider-icon-414c11297185107e611afcb413b29af4.eot');
  src: url('/assets/flexslider-icon-414c11297185107e611afcb413b29af4.eot?#iefix') format('embedded-opentype'), url('/assets/flexslider-icon-90c215a9402685582f29206a3ea8e635.woff') format('woff'), url('/assets/flexslider-icon-3fb5d1e7ffdc843925d7ba9df3d08b98.ttf') format('truetype'), url('/assets/flexslider-icon-6854f8ba07794aa64b972f9b6bb764a4.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.frontpagenews img {
  filter: grayscale(0%) brightness(80%);
  -webkit-filter: grayscale(0%) brightness(80%);
}

.frontpagenews a:hover img {
  filter: grayscale(0%) brightness(120%);
  -webkit-filter: grayscale(0%) brightness(150%);
}

.frontpagenews {
  position: relative;
}

.frontpagenews h2 {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 100px;
  color: white;
  font-size: 22px;
  text-shadow: 1px 1px 2px #666;
  font-weight: 100;

}

.news .leftmenu {
  background-color: #eaeaea;
}

.news .leftmenu h2 {
  font-weight: 600;
  font-size: 18px;
  overflow: hidden;
  color: #3A3A3A;
  text-transform: none;
  /*border-bottom: 1px solid #D2D2D2;*/ /*NEWS的下底線*/
  padding: 0px 0px 30px 00px;
  margin: 35px 20px 0px 20px;
}

.news .leftmenu ul {
  padding: 0px;
  margin: 0px 20px 10px 20px;
}

.news .leftmenu li {
  padding: 15px 0px 15px 0px;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #D2D2D2;
  list-style: none;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.news .leftmenu a {
  color: #666;
  text-decoration: none;
  margin: 0;
  padding: 0;
  transition: all .2s ease-out;
}

.news .leftmenu a:hover {
  color: #E5E5E5;
  text-decoration: none;
  transition: all .2s ease-out;

}

.newsstory {
  background-color: white;
  position: relative;
}

.newsstory header {
  padding: 30px 10px 0px 30px;
  margin: 0;
  text-transform: none;
  font-weight: 300;
  font-size: 32px;
  color: #3A3A3A;
  font-weight: bold;
  width: 49%;
  float: left;
}

.newsstory .rightcolumn {
  width: 49%;
  float: left;
  padding: 30px;
}

.newsstory .summary,
.newsstory a .summary,
.newsstory a:hover .summary {
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
  color: #999;
  text-decoration: none;
}

.newsstory .date,
.newsstory a .date,
.newsstory a:hover .date {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  text-decoration: none;
  font-weight: 100;
}

.frontpagenews .newsbutton {
  position: absolute;
  bottom: 20px;
  left: 30px;
  background-color: #E5E5E5;
  padding: 7px;
  color: #333;
}

@media screen and (max-width: 991px) {
  .frontpagenews h2 {
    top: 5px;
    left: 5px;
    right: 5px;
    font-size: 18px;
  }

  .frontpagenews .newsbutton {
    left: 5px;
    bottom: 5px;
  }

}

@media screen and (max-width: 767px) {
  .frontpagenews h2 {
    top: 30px;
    left: 30px;
    right: 100px;
    font-size: 18px;
  }

  .frontpagenews .newsbutton {
    left: 30px;
    bottom: 30px;
  }

}

@media screen and (max-width: 575px) {
  .frontpagenews h2 {
    top: 5px;
    left: 5px;
    right: 5px;
    font-size: 12px;
  }

  .newsstory header {
    padding: 30px 5px 0px 5px;
    width: 100%;
    float: none;
  }

  .newsstory .rightcolumn {
    width: 100%;
    float: none;
    padding: 30px;

  }

  .frontpagenews .newsbutton {
    left: 5px;
    bottom: 5px;
  }

}
.faq h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
  font-size: 14px;
  margin: 28px 0px 5px 0px;
  padding: 0px;
  line-height: 19px;

}

.faq p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #999;
  font-size: 14px;
  line-height: 19px;

}
.architecticon {
  border-radius: 50%;
  position: absolute;
  bottom: 70px;
  left: 10px;
  width: 40px;
  height: 40px;
}

.shopindex_designby {
  position: absolute;
  bottom: 82px;
  left: 60px;
  color: #999;
  font-size: small;
}

.shopindex_architectname {
  position: absolute;
  bottom: 62px;
  left: 60px;
  color: #999;
}

.skuselection #text {
  float: right;
  width: 340px;
  height: 675px;
  background-color: #FFF;
  padding: 0px 5px 0px 30px;
  position: relative;
}

.skuselection #textdescription {
  overflow-y: auto;
  height: 300px;
  max-height: 300px;
}

.skuselection #moreinfo {
  cursor: pointer;
  padding-top: 10px;
}

.skuselection #theinfo {
  display: none;
  z-index: 100;
  background-color: #DDD;
  border: 2px solid #AAA;
  padding: 10px;
  position: absolute;
  width: 300px;
  border-radius: 5px;
}

.skuselection hr {
  width: 300px;
  margin: 0px;
  position: absolute;
  padding: 0px;
  bottom: 155px;
}

.skuselection #slider {
  width: 800px;
  border: 0px;
  margin: 0px;
  float: left;
}

.skuselection img.sliderimage {
  width: 800px;
  height: 540px;
}

.skuselection #carousel {
  width: 800px;
  border: 0px;
  margin: 0px;
  float: left
}

.skuselection img.carouselimage {
  width: 200px;
  height: 135px;
}

#shopform_tr td select {
  width: 100px;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  height: 35px !important;
  padding: 4px 6px;
  margin: 0px;
  background-image: url("/assets/select_bg-a7238f50c99372c39eca4d60b6b6ba8d.png"); //http://www.architectmade.com/wp-content/themes/cilo/images/select_bg.png);
  display: inline-block;
  cursor: pointer;
  color: #858585;
  float: left;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance:    none;
   appearance:        none;
}

#shopform_xs_tbody #quantity, #shopform_xs_tbody #quantity_xs {
  width: 50px;
  outline: 0;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance:    none;
   appearance:        none;

}

.addtocart {
  position: absolute;
  bottom: 25px;
  text-transform: uppercase;
  text-align: center;
  height: 46px;
  font-size: 1em;
  font-weight: 100;
  width: 100%;
  padding: 0px;
  background-color: #585858;
  color: #FFF;
  border: 0;
  cursor: pointer;
}

#shopform {
  position: absolute;
  bottom: 0px;
  height: 150px;
  width: 290px;
}

#price {
  position: absolute;
  bottom: 175px;
  font-size: 26px;
  font-weight: 700;
}

input.shop-quantity-adjust {
  background-color: #f3f3f3;
  height: 35px !important;
  border: 1px solid #f3f3f3;
  display: block;
  padding: 4px 0px;
  margin: 0;
  text-align: center;
  vertical-align: text-top;
  font-size: 14px;
  font-weight: 800;
  float: left;
  width: 20px;
  text-decoration: none;
  cursor: pointer;
  line-height: 13px;

}

input.shop-quantity-value {
  font-weight: 100;
  background-color: #f3f3f3;
  border: 0;
  margin: 0;
  height: 35px !important;
  width: 38px;
  line-height: 17px;
  float: left;
  padding: 0;
  font-size: 12px;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance:    textfield;
  appearance: textfield;
}

#shopform_tr td div {
  float: none;
  margin: 0px;
  width: 78px;
  position: relative;
  height: 38px;
  padding: 2px 0px 0px 0px;
}

.carttable input.amount {
  float: left;
  height: 36px;
  width: 40px;
  text-align: center;
  border: 0;
  color: #858585;
  margin: 0px;
  background-color: #f3f3f3;
}

.carttable a {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.carttable input.button,
.carttable button.button {
  float: left;
  margin: 0px 0px 0px 15px;
  cursor: pointer;
  background-color: #585858;
  color: #FFF;
  text-decoration: none;
  overflow: visible;
  border: 0;
  white-space: nowrap;
  width: 180px;
  height: 35px;
  padding: 6px 10px 6px 10px;
}

.carttable span.navigation a,
.carttable a.navigation,
.cartlayout button.navigation {
  background-color: #585858;
  text-align: center;
  text-decoration: none;
  color: white !important;
  width: 350px;
  cursor: pointer;
  padding: 9px 15px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  transition-delay: 0;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}



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

  .skuselection #text {
    width: 100%;
    height: auto;
    padding: 0px 2px 0px 5px;
    background-color: inherit;
  }

  .skuselection #textdescription {
    height: auto;;
    max-height: auto;
    font-size: 12px;
  }

  .skuselection #moreinfo {
    padding-top: 5px;
  }

  .skuselection #theinfo {
    padding: 10px;
    width: 200px;
    border-radius: 5px;
  }

  .skuselection hr {
    position: relative;
    width: auto;
    margin: 10px 20px 10px 10px;
    padding: 0px 20px 0px 30px;
    bottom: 0px;
  }

  .skuselection .flexslider {
    margin: 0px;
  }

  .skuselection h1 {
    margin: 0px;
  }

  .skuselection #slider {
    width: 520px;
    border: 0px;
    margin: 0px;
  }

  .skuselection img.sliderimage {
    width: 100%;
    height: auto;
  }

  .skuselection #carousel {
    width: 520px;
    border: 0px;
    margin: 0px;
  }

  .skuselection img.carouselimage {
    width: 130px;
    height: 86.61px;
  }

  .skuselection .carousel ul.slides li {
    width: 130px;
  }

  #shopform_xs {
    margin: 5px 0px 5px 0px;
  }

  #shopform_xs td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #shopform_xs select{
    margin-bottom: 5px;
  }

  #shopform {
    position: absolute;
    bottom: 0px;
    height: 90px;
    width: 190px;
  }

  #shopform_tr td select {
    width: 60px;
    height: 20px !important;
    padding: 2px 3px;
    margin: 0px;
    background-size: 50px auto;
    font-size: 9px;
  }

  .addtocart {
    bottom: 0px;
    height: auto;
    font-size: 1em;
    font-weight: 100;
    width: 100%;
    padding: 5px 0px 5px 0px;
    position: relative;
  }

  #text h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  #text h2 {
    font-size: 20px;
  }

  #price {
    position: absolute;
    bottom: 95px;
    font-size: 20px;
    font-weight: 700;
  }

  input.shop-quantity-adjust {
    height: 20px !important;
    padding: 3px 0px;
    font-size: 9px;
    font-weight: 800;
    width: 10px;
    line-height: 13px;

  }

  input.shop-quantity-value {
    font-weight: 100;
    height: 20px !important;
    width: 28px;
    line-height: 17px;
    font-size: 9px;
  }

  #shopform_tr td div {
    float: none;
    margin: 0px;
    width: 78px;
    position: relative;
    height: 38px;
    padding: 8px 0px 0px 0px;
  }

  .carttable span.navigation,
  .carttable a.navigation,
  .cartlayout button.navigation {
    width: 100%;
  }

  .checkout .ordernotes {
    position: absolute;
    top: -60px;
  }

  #span_ihavevoucher {
    width: 100%;
  }
}


@media screen and (min-width: 768px) {

  .skuselection #text {
    width: 200px;
    height: 432.61px;
    padding: 0px 2px 0px 5px;
  }

  .skuselection #textdescription {
    height: 300px;
    max-height: 300px;
    font-size: 9px;
  }

  .skuselection #moreinfo {
    padding-top: 5px;
  }

  .skuselection #theinfo {
    padding: 10px;
    width: 200px;
    border-radius: 5px;
  }

  .skuselection hr {
    width: 190px;
    margin: 0px;
    padding: 0px;
    bottom: 85px;
  }

  .skuselection #slider {
    width: 520px;
    border: 0px;
    margin: 0px;
  }

  .skuselection img.sliderimage {
    width: 520px;
    height: 346.44px;
  }

  .skuselection #carousel {
    width: 520px;
    border: 0px;
    margin: 0px;
  }

  .skuselection img.carouselimage {
    width: 130px;
    height: 86.61px;
  }

  .skuselection .carousel ul.slides li {
    width: 130px;
  }

  #shopform {
    position: absolute;
    bottom: 0px;
    height: 90px;
    width: 190px;
  }

  #shopform_tr td select {
    width: 60px;
    height: 20px !important;
    padding: 2px 3px;
    margin: 0px;
    background-size: 50px auto;
    font-size: 9px;
  }

  .addtocart {
    bottom: 5px;
    height: 20px;
    font-size: 1em;
    font-weight: 100;
    width: 100%;
    padding: 0px;
  }

  #text h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  #text h2 {
    font-size: 20px;
  }

  #price {
    position: absolute;
    bottom: 95px;
    font-size: 20px;
    font-weight: 700;
  }

  input.shop-quantity-adjust {
    height: 20px !important;
    padding: 0px 0px 3px 0px;
    font-size: 9px;
    font-weight: 800;
    width: 14px;
    text-align: center;
    line-height: 13px;

  }

  input.shop-quantity-value {
    font-weight: 100;
    height: 20px !important;
    width: 28px;
    line-height: 17px;
    font-size: 9px;
  }

  #shopform_tr td div {
    float: none;
    margin: 0px;
    width: 56px;
    position: relative;
    height: 20px;
    padding: 0px;
  }

  .carttable input.amount {
    height: 36px;
    width: 30px;
  }

  .carttable input.button,
  .carttable button.button {
    margin: 0px 0px 0px 5px;
    width: 50px;
    height: 35px;
    padding: 6px 5px 6px 5px;
  }

  .carttable form div {
    float: left;
  }

  .carttable span.navigation,
  .carttable a.navigation,
  .cartlayout button.navigation {
    width: 250px;
  }

  .checkout .ordernotes {
    position: relative;
  }

}

@media screen and (min-width: 992px) {
  .skuselection #text {
    width: 290px;
    height: 542.7375px;
    padding: 0px 5px 0px 20px;
  }

  .skuselection #textdescription {
    height: 300px;
    max-height: 300px;
    font-size: 12px;
  }

  .skuselection #moreinfo {
    padding-top: 10px;
  }

  .skuselection #theinfo {
    padding: 10px;
    width: 260px;
    border-radius: 5px;
  }

  .skuselection hr {
    width: 260px;
    margin: 0px;
    padding: 0px;
    bottom: 135px;
  }

  .skuselection #slider {
    width: 650px;
    border: 0px;
    margin: 0px;
  }

  .skuselection img.sliderimage {
    width: 650px;
    height: 433.05px;
  }

  .skuselection #carousel {
    width: 650px;
    border: 0px;
    margin: 0px;
  }

  .skuselection img.carouselimage {
    width: 162.5px;
    height: 109.6875px;
  }

  .skuselection .carousel ul.slides li {
    width: 162.5px;
  }

  #shopform {
    position: absolute;
    bottom: 0px;
    height: 130px;
    width: 250px;
  }

  #shopform_tr td select {
    width: 79px;
    height: 30px !important;
    padding: 3px 4px;
    margin: 0px;
    background-size: 79px auto;
    font-size: 11px;
  }

  .addtocart {
    bottom: 15px;
    height: 40px;
    font-size: 1em;
    font-weight: 100;
    width: 100%;
    padding: 0px;
  }

  #text h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  #text h2 {
    font-size: 30px;
  }

  #price {
    position: absolute;
    bottom: 145px;
    font-size: 26px;
    font-weight: 700;
  }

  input.shop-quantity-adjust {
    height: 30px !important;
    padding: 3px 0px;
    font-size: 14px;
    font-weight: 800;
    width: 20px;
    line-height: 13px;

  }

  input.shop-quantity-value {
    font-weight: 100;
    height: 30px !important;
    width: 38px;
    line-height: 17px;
    font-size: 11px;
  }

  #shopform_tr td div {
    float: none;
    margin: 0px;
    width: 78px;
    position: relative;
    height: 30px;
    padding: 0px 0px 0px 0px;
  }

  .carttable input.amount {
    float: left;
    height: 36px;
    width: 40px;
    text-align: center;
    border: 0;
    color: #858585;
    margin: 0px;
    background-color: #f3f3f3;
  }

  .carttable input.button,
  .carttable button.button {
    float: left;
    margin: 0px 0px 0px 15px;
    cursor: pointer;
    background-color: #585858;
    color: #FFF;
    text-decoration: none;
    overflow: visible;
    border: 0;
    white-space: nowrap;
    width: 180px;
    height: 35px;
    padding: 6px 10px 6px 10px;
  }

  .carttable span.navigation,
  .carttable a.navigation,
  .cartlayout button.navigation {
    width: 350px;
  }


}

@media screen and (min-width: 1200px) {

.skuselection #text {
  width: 340px;
  height: 675px;
  padding: 0px 5px 0px 30px;
}

.skuselection #textdescription {
  height: 350px;
  max-height: 350px;
  font-size: 14px;

}

.skuselection #moreinfo {
  padding-top: 10px;
}

.skuselection #theinfo {
  padding: 10px;
  width: 300px;
  border-radius: 5px;
}

.skuselection hr {
  width: 300px;
  margin: 0px;
  padding: 0px;
  bottom: 155px;
}

.skuselection #slider {
  width: 800px;
  border: 0px;
  margin: 0px;
}

.skuselection img.sliderimage {
  width: 800px;
  height: 540px;
}

.skuselection #carousel {
  width: 800px;
  border: 0px;
  margin: 0px;
}

.skuselection img.carouselimage {
  width: 200px;
  height: 135px;
}

.skuselection .carousel ul.slides li {
  width: 200px;
}

#shopform {
  position: absolute;
  bottom: 0px;
  height: 150px;
  width: 290px;
}

#shopform_tr td select {
  width: 100px;
  height: 35px !important;
  padding: 4px 6px;
  background-size: 100px auto;
}

.addtocart {
  bottom: 25px;
  height: 46px;
  font-size: 1em;
  font-weight: 100;
  width: 100%;
  padding: 0px;
}

#price {
  position: absolute;
  bottom: 160px;
  font-size: 26px;
  font-weight: 700;
}

input.shop-quantity-adjust {
  height: 35px !important;
  padding: 4px 0px;
  font-size: 14px;
  font-weight: 800;
  width: 20px;
  line-height: 13px;

}

input.shop-quantity-value {
  font-weight: 100;
  height: 35px !important;
  width: 38px;
  line-height: 17px;
  font-size: 12px;
}

#shopform_tr td div {
  float: none;
  margin: 0px;
  width: 78px;
  position: relative;
  height: 38px;
  padding: 2px 0px 0px 0px;
}


}

#shopform_tr td label {
  color: 999 !important;
  font-weight: 300;
}

#shopform_tr td {
  padding: 4px 6px 4px 0px;
  border: 0px;
  margin: 0px;
}

#shopform_tr td.last {
  padding-right: 0px;
}




p.shop {
  margin: 0px 0px 10px 0px;
}



.addedtocart {
  background-color: #3D9970 !important;
-webkit-transition: background 0.5s linear;
-moz-transition: background 0.5s linear;
-ms-transition: background 0.5s linear;
-o-transition: background 0.5s linear;
transition: background 0.5s linear;
}

.productlist {
  height: 382px;
  padding: 0px;
  margin: 20px 0px;
  background-color: white;
  position: relative;
}

.productlist img.productimage {
  height: 327px;
  max-height: 327px;
  object-fit: contain;
}


.productlistdouble img.productimage {
  object-fit: contain;
}



.productlistdouble {
  height: 804px;
  padding: 0px;
  margin: 20px 0px;
  background-color: white;
  position: relative;
  text-align: center;


}

.productlist .imageline
  {
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}

.productlistdouble .imageline {
  margin-left: 5%;
  margin-right: 50%;
  padding-right: 10%;
  position: absolute;
  bottom: 53px;
  width: 100%;
}


.productlist hr, .productlistdouble hr {
  margin: 0px;
  padding: 0px;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  color: #d6d6d6;
  width: 100%;
}

.productlist h3, .productlistdouble h3 {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  text-decoration: none;
  padding: 0px 0px 0px 15px;
  position: absolute;
  bottom: 20px;
}

.productlist h3.price, .productlistdouble h3.price {
  color: #676767;
  right: 20px;
  font-weight: 100;
  letter-spacing: 1px;

}

.carttable {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.cartlayout {
  padding: 32px 15px 0px 15px;
}

.carttable thead {
  font-size: 14px;
  font-weight: 100;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.carttable th {
  font-weight: 100;
  padding: 5px !important;
  margin: 0px;
  color: #232323;
  text-transform: uppercase;
}

.carttable thead th:last-child {
  text-align: center;
}

.carttable tbody td {
  padding: 5px;
  vertical-align: middle;
}

td.cartitem dl {
  margin: 4px 0px 0px 0px;
}

td.cartitem dl dt {
  float: left;
  clear: left;
  margin: 0px 4px 0px 0px;
}

td.cartitem dl dd {
  float: left;
  padding: 0px 0px 4px 0px;
}

.carttable input.minus, .carttable input.plus {
  height: 36px;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 20px;
  text-decoration: none;
  cursor: pointer;
  float: left;
  background-color: #F3F3F3;
}

.carttable input.minus {
  margin-right: -3px;
}

.carttable input.plus {
  margin-left: -3px;
}

.carttable input.amount {
  margin: 0px -3px 0px -3px;
}

td.cartitem span {
  font-weight: 700;
}

.carttable td.delete {
  text-align: center;
}

.carttable td a {
  color: #232323;
}

.carttable tfoot th {
  padding-top: 40px;
}

.carttable tfoot input {
  width: 20px;
  margin-right: 10px;
}

.carttable span.navigation:hover,
.carttable a.navigation:hover {
  background-color: #181818;
}

.carttable a.left {
  float: left;
}

.carttable span.right,
.carttable a.right {
  float: right;
}

.checkout select {
  font-size: 12px;
  margin: 3px 0px 4px 0px;
  padding: 5px;
  line-height: 18px;
}

.checkout div {
  clear: left;
  border: 2px solid transparent;
}

.checkout .firstname, .checkout div.email {
  float: left;
  width: 49%;
  clear: none;
  border: 2px solid transparent;
}

.checkout .lastname, .checkout div.telephone {
  float: right;
  width: 49%;
  clear: none;
  border: 2px solid transparent;
}


.checkout label {
  color: #999;
  line-height: 2em;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 100;
}

.checkout input {
  margin: 3px 0px 12px 0px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  font-size: 95%;
  width: 100%;
  line-height: 1em;
}


#ship-to-different-address {
  position: relative;
}

#ship-to-different-address label {
  font-size: 18px;
  position: relative;
  font-weight: 100;
  font-style: normal;
  margin: 0px 0px 5px 25px;
  padding: 0px;
  color: #999;
  line-height: 2em; //22px
}

#ship-to-different-address input {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 6px 10px;
  margin: 0px 0px 5px 0px;
  border: 1px solid #ddd;
  width: 10px;
}

.checkout h3 {
  font-size: 20px;
  color: #4d4d4d;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-top: 5px;
  margin-bottom: 0px;
}

.checkout h3 span {
  padding-left: 20px;
}

.checkout .country {
  height: 80px;
}

.country .deliveryaddress_country {
  padding: 5px 0px 14px 0px;
}

.checkout img.paymentcard {
  max-height: 20px;
  margin-left: 5px;
}

#submitorder {
  background-color: #585858;
  padding: 10px 15px;
  margin: 0;
  float: right;
  color: white;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  width: 350px;
  border: 0;
  text-align: center;
  opacity: .9;
  letter-spacing: 2px;
  -webkit-transition: .5s;
  transition: .5s;
}

#help_submitorder label a {
  color: black;
}

#submitorder:hover {
  background-color: #787878;
}
.background {
  /*background-image: url("./assets/fp_bg_1-62096144aa14b0b0f03d0c60366ffdd7.jpg");*/
  background-position: 50% 0%;
  background-position-x: 50%;
  background-position-y: 0%;
  background-size: cover;
}

.keepintouch {
  background-color: rgb(40,39,39);
  color: rgb(212, 215, 214);
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 30px;
  padding-bottom: 20px;
  padding-top: 40px;
}

.footericon {
  background-color: rgb(103, 103, 103);
  color: black;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 5px 0px 5px;
  text-align: center;
  border-radius: 10px;
  border: 0px;
  transition-property: all;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.footericon:hover {
  background-color: #FFF;
}

nav.navbar.shrink {
  top: -20px;
  padding-bottom: 0px;
}

.footer-icons {
  padding: 15px;
}

.addressbar {
  background-color: rgb(33, 32, 32);
  padding: 30px 0px 20px 0px;
}

.nopadding {
  padding: 0 !important;
//  margin: 0 !important;
}

.navbar-fixed-top {
  padding-top: 5px;
  padding-bottom: 40px;
  font-family: "Lato", sans-serif;
}

.menu-mobile {
  padding-top: 120px;
}

body {
  font-family: "Lato", sans-serif;
}

hr {
//  margin-top: 10px;
//  margin-bottom: 50px;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url("https://fonts.gstatic.com/s/lato/v13/EsvMC5un3kjyUhB9ZEPPwg.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("https://fonts.gstatic.com/s/lato/v13/1YwB1sO8YE1Lyjf12WNiUA.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


.address, .address > a {
  color: rgb(103, 103, 103);
  font-family: "Lato";
  font-size: 12px;
  font-weight: 500;
  text-decoration-color: white;
  text-decoration-line: none;
  text-decoration-style: solid;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}

.address > a:hover {
  color: white;
}

h1,
h1 a.frontpage-header,
h1 a.frontpage-header:hover,
h1.frontpage-header a,
h1.frontpage-header a:hover {
  color: #d4d7d6; //rgb(212, 215, 214);
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 40px;
  text-decoration: none;
}

h7,
h7 a.frontpage-header,
h7 a.frontpage-header:hover,
h7.frontpage-header a,
h7.frontpage-header a:hover {
  color: #d4d7d6; //rgb(212, 215, 214);
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 40px;
  text-decoration: none;
}

h8,
h8 a.frontpage-header,
h8 a.frontpage-header:hover,
h8.frontpage-header a,
h8.frontpage-header a:hover {
  color: #5a5a5a; //rgb(212, 215, 214);
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 40px;
  text-decoration: none;
}


.background-white h1 {
  color: #282727;
}

.pagebutton, .pagebutton:hover {
  color: rgb(212, 215, 214);
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgb(51, 51, 51);
  border-radius: 4px;
//  width: 120px;
  padding: 5px 10px 5px 10px;
//  height: 39px;
  text-align: center;
  line-height: 39px;
  text-decoration: none;
  margin-top: 30px;
}

.background-white .pagebutton, .background-white .pagebutton:hover {
  color: #666;
  background-color: #eaeaea;
}



.lang_sel_list_horizontal > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

.lang_sel_list_horizontal > ul > li {
  display: inline;
  background-color: gray;
  padding: 2px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 4px;
}

.lang_sel_list_horizontal > ul > li > a {
  width: 13px;
  display: inline-block;
  color: #444;
}

.navbar-inverse {
 background-color: #000;
  background-image: none;
}

.carousel-main-header {
  position: absolute;
  left: 5%;
  z-index: 20;
  color: black;
//  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  text-transform: uppercase;
}

.carousel-main-body {
  position: absolute;
  left: 5%;
  z-index: 20;
  color: #999;
  font-weight: 100;
  letter-spacing: 0px;
}

.carousel-right-architect {
  position: absolute;
  z-index: 20;
  color: black;
  font-weight: bold;
}

.carousel-right-header {
  position: absolute;
  z-index: 20;
  color: #999;
  font-weight: 300;
  text-transform: uppercase;
}

.carousel-right-body {
  position: absolute;
  z-index: 20;
  color: #999;
  font-weight: 100;
}

.carousel-button, .carousel-button:hover, .carousel-button:active {
  position: absolute;
  z-index: 20;
  color: gray;
  text-transform: uppercase;
  background-color: #EEE;
  padding: 15px;
  border-radius: 8px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.architect-body {
  color: rgb(76, 78, 74);
  font-family: Lato, sans-serif;
  position: absolute;
  z-index: 20
}

.architect-sig {
  position: absolute;
  z-index: 20;
}

.architect-name {
  color: rgb(34, 33, 33);
  font-family: Arial;
  z-index: 20;
  position: absolute;
}

.architect-button, .architect-button:hover {
  z-index: 20;
  position: absolute;
  background-color: rgb(238,238,238);
  font-family: Lato,sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: rgb(102,102,102);
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


#arCarousel,
#arCarousel .item {
  height: auto;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators li {
  background-color: #999;
  border-color: #999;
}

.carousel-inner {
  margin-bottom: 50px;
}


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

.nonmobile {
  display: none;
}

.tophr hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-fixed-top {
  padding-top: 5px;
  padding-bottom: 20px;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
}


.navbar-header > a > img {
  padding-top: 20px;
}

ul.navbar-nav > li {
  text-align: center;
}


#fpCarouselxs {
  overflow: hidden;
}

#fpCarouselxs,
#fpCarouselxs .carousel-inner .item,
#fpCarouselxs .carousel-inner .item img {
  width: 100%;
//  max-width: 300px;
//  height: 364px !important;
  height: auto !important;
  position: relative;
}

.carousel-main-header {
  bottom: 40%;
  font-size: 9pt;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 95%;
}


.carousel-main-body {
  bottom: 37%;
  font-size: 7pt;
}

.carousel-right-architect {
  bottom: 30%;
  left: 50%;
  font-size: 9pt;
}

.carousel-right-header {
  bottom: 25%;
  left: 50%;
  font-size: 7pt;
}

.carousel-right-body {
  bottom: 10%;
  left: 50%;
  right: 10px;
  font-size: 7pt;
  line-height: 95%;
}

.carousel-button, .carousel-button:hover, .carousel-button:active {
  display: none;
}

.twocolumn {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  height: initial;
}

.architect-body {
  font-size: 16px;
  font-weight: 400;
  bottom: 55%;
}

.architect-sig {
  bottom: 40%;
  max-height: 60px;
}

.architect-name {
  font-size: 17px;
  font-weight: 400;
  bottom: 3%;
  left: 5%;
}

.architect-button, .architect-button:hover {
  right: 5%;
  bottom: 2%;
  padding: 6px 20px 6px 20px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

#arCarousel .item .arcimage {
  width: 100%;
}

#arCarousel {
  height: auto;
}

}

@media screen and (min-width: 576px) {

.nonmobile {
  display: none;
}

.navbar-header > a > img {
  padding-top: 20px;
}

ul.navbar-nav > li {
  text-align: center;
}

#fpCarouselxs {
  overflow: hidden;
}


#fpCarouselxs,
#fpCarouselxs .carousel-inner .item,
#fpCarouselxs .carousel-inner .item img {
  width: 100%;
//  max-width: 300px;
//  height: 364px !important;
  height: auto !important;
  position: relative;
//  width: 547px;
//  height: 664px !important;
}

.carousel-main-header {
  bottom: 40%;
  font-size: 11pt;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 95%;
}


.carousel-main-body {
  bottom: 37%;
  font-size: 11pt;
}

.carousel-right-architect {
  bottom: 30%;
  left: 50%;
  font-size: 12pt;
}

.carousel-right-header {
  top: 72%;
  left: 50%;
  right: 1%;
  font-size: 11pt;
}

.carousel-right-body {
  bottom: 10%;
  left: 50%;
  right: 20px;
  font-size: 11pt;
  line-height: 95%;
}

.carousel-button, .carousel-button:hover, .carousel-button:active {
  bottom: 2%;
  right: 2%;
  font-size: 8pt;
  padding: 5px 10px 5px 10px;
}

.twocolumn {
//  width: 555px;
//  max-width: 555px;
  width: 100%;
  max-width: 100%;
  height: initial;
  margin-bottom: 20px;
}

.architect-body {
  font-size: 16px;
  font-weight: 400;
  bottom: 200px;
}

.architect-sig {
  bottom: 150px;
  max-height: 60px;
}

.architect-name {
  font-size: 17px;
  font-weight: 400;
  bottom: 5%;
  left: 5%;
}

.architect-button, .architect-button:hover {
  right: 5%;
  bottom: 4%;
  padding: 6px 20px 6px 20px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

#arCarousel .item .arcimage,
#arCarousel .item,
.item .arcimage {
  width: 100%;
  height: auto;
}



}

@media screen and (min-width: 768px) {

.nonmobile {
  display: initial;
}

.navbar-header > a > img {
  padding-top: 17px;
}

ul.navbar-nav {
  float: right;
  margin-right: -12px;
}

nav.navbar.shrink {
  top: -40px;
}

.menu-mobile {
  padding-top: 160px;
}

ul.navbar-nav > li > a {
  padding: 15px 0px 15px 0px;
  border: 0px;
  border-bottom: 1px solid transparent;
  color: rgb(212, 215, 214) !important;
}

ul.navbar-nav > li > a:hover {
  border-bottom: 1px solid rgb(212, 215, 214);
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}

ul.navbar-nav > li > a > span {
  color: rgb(212, 215, 214) !important;
  padding: 2px 0px 3px 0px;
}

ul.navbar-nav {
  font-size: 15px;
  font-weight: 500;
}

ul.navbar-nav > li > a {
  padding: 15px 12px 15px 12px;
}


#fpCarouselsm,
#fpCarouselsm .carousel-inner .item,
#fpCarouselsm .carousel-inner .item img {
  width: 100% !important;
  height: 390px !important;
  max-height: 390px;
}

#fpCarouselsm {
//  overflow: hidden;
}

.carousel-main-header {
  bottom: 50px;
  font-size: 14pt;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 110%;
  right: 200px;
}


.carousel-main-body {
  bottom: 30px;
  font-size: 9pt;
}

.carousel-right-architect {
  bottom: 160px;
  left: 500px;
  font-size: 9pt;
}

.carousel-right-header {
  top: 250px;
  left: 500px;
  font-size: 9pt;
}

.carousel-right-body {
  bottom: 50px;
  left: 500px;
  font-size: 9pt;
  right: 10px;
  line-height: 95%;
}

.carousel-button, .carousel-button:hover, .carousel-button:active {
  bottom: 10px;
//  left: 500px;
  font-size: 9pt;
  padding: 7px;
}

.twocolumn {
  width: 720px;
  max-width: 720px;
  margin-bottom: 20px;
}

.architect-body {
  font-size: 17px;
  font-weight: 400;
  bottom: 300px;
}

.architect-sig {
  bottom: 240px;
  max-height: 60px;
}

.architect-name {
  font-size: 17px;
  font-weight: 400;
  bottom: 25px;
  left: 7%;
}

.architect-button, .architect-button:hover {
  right: 30px;
  bottom: 20px;
  padding: 8px 25px 8px 25px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.space {
  margin-top: 50px;
}

#arCarousel,
#arCarousel .carousel-inner,
#arCarousel .item,
 {
  height: 249.5px;

}


}

@media screen and (min-width: 991px) {

ul.navbar-nav {
  margin-right: -19px;
}

ul.navbar-nav {
  font-size: 15px;
  font-weight: 500;
}

ul.navbar-nav > li > a {
  padding: 15px 19px 15px 19px;
}

#fpCarouselmd,
#fpCarouselmd .carousel-inner .item,
#fpCarouselmd .carousel-inner .item img {
  height: 520px !important;
  max-height: 520px;
}

#fpCarouselmd {
//  overflow: hidden;
}

.carousel-main-header {
  bottom: 55px;
  font-size: 20pt;
  font-weight: 800;
  letter-spacing: 3px;
}

.carousel-main-body {
  bottom: 40px;
  font-size: 10pt;
}

.carousel-right-architect {
  bottom: 200px;
  left: 650px;
  font-size: 10pt;
}

.carousel-right-header {
  top: 340px;
  left: 650px;
  font-size: 10pt;
}

.carousel-right-body {
  bottom: 90px;
  left: 650px;
  font-size: 10pt;
  line-height: 150%;
}

.carousel-button, .carousel-button:hover, .carousel-button:active {
  bottom: 30px;
  left: 800px;
  font-size: 10pt;
  text-align: center;
}

.twocolumn {
  width: 455px;
  max-width: 455px;
  margin-bottom: 0px;
}

.architect-body {
  font-size: 15px;
  font-weight: 400;
  bottom: 180px;
}

.architect-sig {
  bottom: 130px;
  max-height: 50px;
}

.architect-name {
  font-size: 16px;
  font-weight: 400;
  bottom: 13px;
  left: 7%;
}

.architect-button, .architect-button:hover {
  right: 30px;
  bottom: 10px;
  padding: 6px 20px 6px 20px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.space {
  margin-top: 50px;
}

#arCarousel .item {
  height: 329px;
}


}

@media screen and (min-width: 1200px) {

#fpCarousellg,
#fpCarousellg .carousel-inner .item,
#fpCarousellg .carousel-inner .item img {
  height: 620px !important;
  max-height: 620px;
}

#fpCarousellg {
//  overflow: hidden;
}

.carousel-main-header {
  bottom: 60px;
  font-size: 20pt;
  font-weight: 800;
  letter-spacing: 3px;
}

.carousel-main-body {
  bottom: 40px;
  font-size: 11pt;
}

.carousel-right-architect {
  bottom: 250px;
  left: 800px;
  font-size: 11pt;
}

.carousel-right-header {
  top: initial;
  bottom: 190px;
  left: 800px;
  right: 20px;
  font-size: 11pt;
}

.carousel-right-body {
  top: 450px;
  bottom: initial;
  left: 800px;
  font-size: 11pt;
}

.carousel-button, .carousel-button:hover, .carousel-button:active {
  bottom: 30px;
  left: 950px;
  font-size: 11pt;
  text-align: center;
}

.twocolumn {
  width: 555px;
  max-width: 555px;
}

.architect-body {
  font-size: 16px;
  font-weight: 400;
  bottom: 250px;
}

.architect-sig {
  bottom: 190px;
  max-height: 60px;
}

.architect-name {
  font-size: 17px;
  font-weight: 400;
  bottom: 20px;
  left: 7%;
}

.architect-button, .architect-button:hover {
  right: 40px;
  bottom: 15px;
  padding: 8px 25px 8px 25px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.verspace {
  margin-top: 50px;
  z-index: -200;
}


#arCarousel,
#arCarousel .item {
  height: 402px;
}

#arCarousel1,
#arCarousel1 .item {
  height: 402px;
}


}



nav.navbar{
   // Animation
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

.space {
  margin-top: 50px;
}

.background-white {
  background-color: white;
}

.background-gray {
  background-color: #d6d6d6;
}

.background-light-gray {
  background-color: #dfdfdd;
}
.background-light-gray h1.about-h1{
  color: #484543 !important;
}

.background-light-gray h1.about-h1{
  color: #484543 !important;
}

.container-fluid.background-white{
  color: #524f4d;
}
.container-fluid.background-white p{
  margin-left: 0;
  font-size: 1.1em;
}
.container-fluid.background-white h2{
  color: #524f4d;
  margin-top: 30px;
}
.container-fluid.background-white .table thead tr{
  text-align: center;
  background-color: #dfdfdd;
}
.container-fluid.background-white .table thead tr td{
  border: 1px solid #f9f9f7;
}


vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/*

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("https://fonts.gstatic.com/s/lato/v13/H2DMvhDLycM56KNuAtbJYA.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url("https://fonts.gstatic.com/s/lato/v13/EsvMC5un3kjyUhB9ZEPPwg.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("https://fonts.gstatic.com/s/lato/v13/1YwB1sO8YE1Lyjf12WNiUA.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

h1 {
  font-family: "Lato", sans-serif;
  color: rgb(58, 58, 58);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;

}


h2 {
  color: rgb(153, 153, 153);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 19px;
  margin: 33px 0px 16px 0px;
  padding: 0px;
  text-transform: uppercase;
}

h3 {
  color: rgb(153, 153, 153);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}

.bgwhite {
  background-color: white;

}

p {
  color: rgb(153, 153, 153);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 19px;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

p > a {
  color: rgb(86, 86, 86);
  text-decoration: none;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;

}

p > a:hover {
  color: black;
  text-decoration: none;
}

*/

/* forms */
/* line 8, /var/www/ruby/architectmade_www/app/assets/stylesheets/users.css.scss */
input, textarea, select, .uneditable-input {
  border: 1px solid #bbb;
  width: 100%;
  margin-bottom: 15px;
}

/* line 15, /var/www/ruby/architectmade_www/app/assets/stylesheets/users.css.scss */
#error_explanation {
  color: red;
}
/* line 17, /var/www/ruby/architectmade_www/app/assets/stylesheets/users.css.scss */
#error_explanation ul {
  color: red;
  margin: 0 0 30px 0;
}

/* line 25, /var/www/ruby/architectmade_www/app/assets/stylesheets/users.css.scss */
.field_with_errors .form-control {
  color: red;
}
/*
 * Table styles
 */
/* line 5, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

/* line 19, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

/* line 23, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

/* line 28, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

/* line 32, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

/* line 38, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

/* line 46, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 50, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting {
  background-image: url(/assets/dataTables/sort_both-11155ef0bd2437531800505071ff7a50.png);
}

/* line 53, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_asc {
  background-image: url(/assets/dataTables/sort_asc-bb38fc20492ab79fbb617c248ba8b807.png);
}

/* line 56, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_desc {
  background-image: url(/assets/dataTables/sort_desc-a780a203bc0478e2951143c28215be32.png);
}

/* line 59, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/assets/dataTables/sort_asc_disabled-df44d98624c9e52d46c6bbcc79306499.png);
}

/* line 62, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/assets/dataTables/sort_desc_disabled-1dbb797b9585f95cfd7f60bc4fc9f9b3.png);
}

/* line 65, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody tr {
  background-color: #ffffff;
}

/* line 68, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

/* line 72, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

/* line 75, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

/* line 80, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

/* line 83, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* line 88, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

/* line 92, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

/* line 95, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

/* line 98, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}

/* line 101, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}

/* line 104, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}

/* line 111, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}

/* line 118, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}

/* line 121, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

/* line 124, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

/* line 127, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

/* line 130, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

/* line 133, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}

/* line 136, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}

/* line 139, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

/* line 142, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}

/* line 145, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}

/* line 148, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

/* line 151, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}

/* line 154, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

/* line 157, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

/* line 160, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}

/* line 163, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}

/* line 166, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}

/* line 169, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}

/* line 172, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}

/* line 175, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

/* line 178, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 182, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

/* line 186, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

/* line 190, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

/* line 194, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

/* line 199, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 203, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

/* line 207, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

/* line 211, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

/* line 217, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

/* line 223, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

/* line 229, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

/* line 235, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

/* line 241, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

/* line 245, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

/* line 249, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

/* line 253, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

/* line 257, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

/* line 261, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 267, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
/* line 276, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

/* line 282, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length {
  float: left;
}

/* line 285, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

/* line 289, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

/* line 292, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

/* line 297, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 302, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
}

/* line 315, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}

/* line 332, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

/* line 339, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}

/* line 356, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

/* line 373, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 376, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}

/* line 405, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

/* line 408, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

/* line 411, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 416, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 422, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

/* line 426, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

/* line 429, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 439, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  /* line 443, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  /* line 449, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  /* line 453, /home/ubuntu/.rvm/gems/ruby-2.1.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *




 */

