/*
Theme Name: finborough2016
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: finborough2016
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

finborough2016 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*
************************
// FINBOROUGH Main Styles
************************
*/

/*
Responsive breakpoint template

/*sm*/
@media (min-width: 576px) {
}
/*md*/
@media (min-width: 768px) {
}
/*lg*/
@media (min-width: 992px) {
}

/*xl*/
@media (min-width: 1200px) {
}

/*
**************
// Fonts
**************
*/
body {
  font-family: "Open Sans", sans-serif;
}
a,
a:visited,
a:active,
a:focus {
  color: inherit;
}

.page-text-main p a {
  text-decoration: underline;
}
.page-text-main p a:hover {
  text-decoration: none;
}

.alert a {
  text-decoration: underline;
}

/*Links in body*/
.production-blurb p > a,
.extra-section-text p > a {
  text-decoration: underline;
}

.production-blurb p > a:hover,
.extra-section-text p > a:hover {
  text-decoration: none;
  color: #ff0000;
  background-color: none;
}

/*button on mailinglist page*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-shadow: 0;
}

/*
**************
// Header
**************
*/
/*nav.navbar a.navbar-brand.text-hide {
	background-image: url('themes/finborough2016/images/finborough-logo-header.svg');
	background-repeat: no-repeat;
	width: 327px; 
	height: 50px;
	padding:0;
	margin: 5px auto;
	text-align: left;
	margin-left: -15px;
}*/

nav.navbar a.navbar-brand.text-hide {
  /*background-image: url('themes/finborough2016/images/logo-finborough-new-2019-web-header-small.png');*/
  background-image: url("themes/finborough2016/images/finborough-logo-black-2.svg");
  background-repeat: no-repeat;
  width: 230px;
  height: 86px;
  padding: 0;
  margin: 0 auto;
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: left;
}

.site-header {
  background-color: #fff;
}
.navbar > .container {
  padding: 0;
}

/**
 * navbar toggle animation - put prefixes in before production
 */
.navbar-toggler {
  border: none;
  background: transparent !important;
  box-shadow: none;
}
.navbar-toggler:hover {
  background: transparent !important;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #444;
  transition: all 0.2s;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-nav .nav-item {
  border-bottom: 1px #ccc solid;
  margin-left: 10px;
  margin-right: 10px;
}

.navbar-nav .nav-item.active {
  border-bottom: 1px #ec1c24 solid;
}

.navbar-nav .nav-item.active .nav-link {
  color: #ec1c24;
}

.navbar .icon-menu a {
  padding: 0 5px;
  font-size: 1.2em;
}

/*Responsive Code*/
@media (min-width: 325px) {
}
/*sm*/
@media (min-width: 576px) {
  nav.navbar a.navbar-brand.text-hide {
    margin-left: auto;
  }

  footer a.text-hide {
    margin: 0;
  }
}
/*md*/
@media (min-width: 768px) {
}
/*lg*/
@media (min-width: 992px) {
}
/*xl*/
@media (min-width: 1200px) {
}

/*
**************
// Main Page Setup
**************
*/

/*outside container is grey for large sites*/
body {
  background-color: #ddd;
}

/*but inside container it is white*/
.site-main {
  background-color: #fff;
}

/*
**************
// FOOTER
**************
*/

footer {
  background-color: #000;
  color: #fff;
  padding-top: 1em;
}

footer .navbar-brand {
  background-image: url("themes/finborough2016/images/finborough-logo-white-2.svg");
  background-repeat: no-repeat;
  width: 230px;
  height: 86px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  display: block;
}

footer hr {
  margin-bottom: 0.5em;
}

footer nav h1 {
  font-size: 1em;
  text-transform: uppercase;
  color: #999;
}

footer nav ul {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
}

footer nav ul a:hover {
  color: #ff0000;
  text-decoration: none;
}
footer .links-row > div {
  margin-top: 20px;
}
footer .links-row > div div {
  margin-bottom: 20px;
}

footer .links-row > div a {
  background-color: #fff;
  color: #000;
  font-size: 2em;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.3s;
}

footer .links-row > div a:hover {
  background-color: #999;
}

footer .links-row > div a i {
  width: 40px;
}

/*
**************
// Single Production
**************
*/

.single .site-main header {
  z-index: 1;
}

.single .site-main .pic-header {
  min-height: 600px;
  background-color: gray;
}

.single .site-main .pic-header > div.small-pic {
  width: 100%;
  top: 25%;
  left: 0;
  position: absolute;
}

.single .production-content-wrapper {
  z-index: 2;
  margin-top: -300px;
}
/*Production Content*/
.single .production-content {
  background-color: #fff;
  margin-bottom: 2em;
}

.single .production-content-header {
  /*background-color: rgba(0, 0, 0, 0.25);*/
  margin-left: -15px;
  margin-right: -15px;
}
.single .production-content-header h1 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 5px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.6), 0px 8px 13px rgba(0, 0, 0, 0.2),
    0px 18px 23px rgba(0, 0, 0, 0.2);
}

.single .production-content .production-author {
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin-left: -15px;

  font-size: 1.3rem;
  font-weight: bold;
  padding: 6px;
}

.single .production-content .production-date {
  color: #666;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.single .production-content .production-blurb-quote {
  color: #666;
  font-style: italic;
}

.single .production-content .production-blurb-extra {
  color: #ff0000;
}

.single .production-extra-section {
  margin-bottom: 0.75em;
}

.single .production-extra-section > a {
  display: inline-block;
  background-color: #b7b7b7;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #fff;
}

.single .production-extra-section .btn-production-extra-section:hover,
.single .production-extra-section .btn-production-extra-section.active {
  text-decoration: none;
  background-color: #666;
}

.single .production-extra-section h3 {
  font-size: 1.5em;
  text-transform: capitalize;
}

.single .production-extra-section .extra-section-text {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/*Production Details*/
.single .production-details {
  background-color: #fff;
}

.single .production-details > table {
  margin-top: 2em;
}

.single .production-details h3 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.3em;
}

.single .production-details p.cast-list {
  text-transform: uppercase;
}

.single .production-details .production-sponsors figure {
  margin: 1em 0;
}

.single .production-creatives p {
  color: #ff0000;
}
.single .production-creatives span {
  text-transform: uppercase;
  color: #000;
}

.single .production-creatives span.producer {
  text-transform: none;
}

.single .btn-book-tickets,
.single .btn-archive,
.playscript-item .btn-book-tickets,
.playscript-item .btn-archive {
  display: block;
  border-radius: 0;
  color: #fff;
  margin-right: -15px;
  background-color: #ff0000;
  border-color: #ff0000;
}

.single .production-tickets-times .btn-book-tickets,
.single .production-tickets-times .btn-archive,
.playscript-item .btn-book-tickets,
.playscript-item .btn-archive {
  display: inline-block;
}

.single .btn-book-tickets:hover,
.single .btn-archive:hover,
.playscript-item .btn-book-tickets:hover,
.playscript-item .btn-archive:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.single .btn-archive,
.playscript-item .btn-archive {
  background-color: #000;
  border-color: #000;
}

.playscript-item .btn-book-tickets {
  margin-right: 5px;
  margin-bottom: 5px;
}

/*Gallery*/
.single .production-cast-gallery img {
  filter: grayscale(100%);
  transition: opacity 0.5s;
  /*fix single headshot height issue*/
  height: 100%;
}
.single .production-cast-gallery .row {
  /*fix single headshot height issue*/
  width: 100%;
}

.single .cast-gallery-item {
  background-blend-mode: multiply;
  background-color: #ff0000;
  transition: background-color 0.5s;
}

.single .cast-gallery-item:hover img {
  opacity: 0.6;
}

/*tickets and times*/
.single .production-tickets-times .production-date {
  display: inline-block;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
}

.single .production-tickets-times .ticket-info-group {
  margin-top: 0.5em;
}

.single .production-tickets-times .ticket-info-group h4 {
  background-color: #ff0000;
  color: #fff;
  font-size: 1em;
  display: inline-block;
  padding: 5px 5px;
  margin-right: 5px;
}

.single .production-tickets-times .ticket-info-group h5 {
  font-size: 1em;
  display: inline-block;
}

.single .production-tickets-times .ticket-info-group > p {
  font-size: 2em;
  color: #ff0000;
  margin-bottom: 0.2em;
}

.single .production-tickets-times .ticket-info-group > p span.concessions {
  color: #000000;
}

.single .production-tickets-times .ticket-info-group .concession-details h5 {
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  font-size: 0.8em;
}
.single .production-tickets-times .ticket-info-group .concession-details a {
  background-color: #b7b7b7;
}

.single
  .production-tickets-times
  .ticket-info-group
  .concession-details
  a:hover,
.single
  .production-tickets-times
  .ticket-info-group
  .concession-details
  a.active {
  background-color: #666;
}
.single
  .production-tickets-times
  .ticket-info-group
  .concession-details
  .concession-details-content {
  color: #666;
  font-size: 0.8em;
}

.single .production-tickets-times .production-tickets-times-header {
  background-color: #b7b7b7;
  color: #fff;
  padding: 5px 10px;

  font-size: 1.3em;
  font-weight: 700;
}

.single .cast-gallery-item .cast-name {
  position: absolute;
  bottom: 1em;
}
.single .cast-gallery-item h2 {
  position: relative;
  padding: 3px 5px;
  background-color: #ff0000;
  color: #000;
  text-align: left;
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 0;
  z-index: 5;
}

.single .cast-gallery-item h3 {
  display: inline;
  padding: 3px 5px;
  background-color: #000;
  color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 0.8em;
}

/*Responsive Code*/
@media (min-width: 325px) {
}
/*sm*/
@media (min-width: 576px) {
}
/*md*/
@media (min-width: 768px) {
  /*make rollover name/role invisible and animate*/
  .single .cast-gallery-item h2,
  .single .cast-gallery-item h3 {
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-20px, 0, 0);
    overflow: hidden;
  }

  .single .cast-gallery-item:hover h2,
  .single .cast-gallery-item:hover h3 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*lg*/
@media (min-width: 992px) {
}
/*xl*/
@media (min-width: 1200px) {
}

/*Actors headshot MODAL*/

.single .modal-dialog {
  max-width: 1000px;
}

.single .modal-body .close {
  position: absolute;
  right: 1em;
  top: 0.1em;
  z-index: 2000;
}

.single #galleryModal .modal-body .close {
  right: 1.4em;
  top: 0.55em;
  box-shadow: none;
}

.single .modal-body-biog h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}

.single .modal-body-biog h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.3em;
  color: red;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.single .production-gallery-item {
  border: 1px solid black;
}

.single .production-cast-gallery,
.single .production-gallery {
  margin-bottom: 3em;
}

/*Gallery headshot MODAL*/
#galleryModal .modal-content {
  background-color: transparent;
  border: none;
}

#galleryModal .modal-body-image img {
  max-height: 80vh;
  padding: 20px;
  background-color: white;
  border-radius: 0.3rem;
}

/*Booking MODAL*/
#bookingModal h1 {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

#bookingModal .production-author {
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin-left: -15px;
  padding-left: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 5px;
}

#bookingModal .production-date {
  color: #666;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

#bookingModal .modal-body-details img {
  border: 1px solid #666;
}

#bookingModal p {
  color: #666;
  margin-top: 1em;
  font-size: 0.75em;
}

#bookingModal p a {
  text-decoration: underline;
}

/*
//spektrix booking
*/
.modal-body-spextrix {
  display: grid;
}
.modal-body-spextrix iframe {
  order: 2;
}
.modal-body-spextrix iframe {
  order: 1;
}

/*lg*/
@media (min-width: 992px) {
  .modal-body-spextrix {
    display: block;
  }
}

/*
**************
// Productions Page
**************
*/

#primary.page-productions {
  padding-left: 0;
  padding-right: 0;
}

.page-productions header h1 {
  background-color: #aaa;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0.25em;
  font-size: 1.5em;
}

.page-productions .production-item {
  /*background-color: #ff0000;*/
}

.page-productions .production-item img {
  transition: all 0.2s;
}

.page-productions .production-item .production-item-text {
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.page-productions .production-item .production-item-text h1 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  /*text-shadow: 0px 4px 3px rgba(0,0,0,0.6),
             0px 8px 13px rgba(0,0,0,0.2),
             0px 18px 23px rgba(0,0,0,0.2);
    */
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.page-productions .production-item .production-item-text h2 {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 3px 5px 3px 10px;
  font-weight: 600;
  margin-bottom: 0;
  transition: background-color 0.5s;
}

.page-productions .production-item h3 {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background-color: #ff0000;
  font-size: 0.8em;
  font-weight: 700;
  padding: 3px 5px;
  transition: background-color 0.5s;
  z-index: 3;
}

.page-productions .production-item.grayscale h3 {
  background-color: #aaa;
}

.page-productions .production-item h3.season {
  background-color: #aaa;
  font-size: 0.6em;
  left: auto;
  right: 10px;
}

.page-productions .production-item.grayscale img {
  filter: grayscale(100);
}

.page-productions .production-item.grayscale h1 {
  font-size: 1.25rem;
}

.page-productions .production-item.grayscale h2 {
  font-size: 1rem;
  background-color: #aaa;
  transition: background-color 0.2s;
}

.page-productions .production-item:hover img {
  filter: grayscale(0);
}

.page-productions .production-item:hover h2 {
  background-color: #ff0000;
}

.page-productions .production-item.grayscale:hover h3 {
  background-color: #ff0000;
}

/*on next (if second show isn't a sunday monday)*/
.page-productions .production-item.grayscale.on-next h1 {
  font-size: 1.75rem;
}
.page-productions .production-item.grayscale.on-next h2 {
  font-size: 1.2rem;
}

.page-productions .production-item.elsewhere .production-item-text h1 {
  font-size: 1.25rem;
}

.page-productions .production-item.elsewhere .production-item-text h2 {
  font-size: 1rem;
  background-color: #000;
  transition: background-color 0.2s;
}
.page-productions .production-item.elsewhere:hover .production-item-text h2 {
  background-color: #ff0000;
}
.page-productions .production-item.elsewhere:hover h3 {
  background-color: #ff0000;
}

/*
**************
// Home Page
**************
*/

#primary.page-home {
  padding-left: 0;
  padding-right: 0;
}

.page-home .production-item h3 {
}

.page-home .slider {
  background-color: #ddd;
}

.slider .owl-item .review {
  position: absolute;
  bottom: 7em;
  /*bottom: 0.1em;  only on larger screens*/
  right: 1em;
  color: #fff;
  opacity: 0;
  text-align: right;
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 1s;
  transform: translate3d(0, 50px, 0);
}
.slider .owl-item.active .review {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  max-width: 50%;
  margin-left: 50%;
}

.slider .review .stars {
  color: #ff0000;
}

.slider .review .review-text {
  font-size: 1.4em;
  font-weight: 300;
  margin-bottom: 0;
  /*text shadow for quote*/
  text-shadow: 2px 2px 2px #000;

  text-align: right;
}

.slider .review .review-credit {
  font-size: 1.2em;
  margin-bottom: 0;
}

.slider .review .review-credit.red {
  font-size: 1.2em;
  margin-bottom: 0;
  color: #ff0000;
  text-shadow: 1px 1px 1px #470404;
}

.page-home header h1 {
  background-color: #aaa;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0.25em;
  font-size: 1.5em;
}

.page-home .production-item {
  /*background-color: #ff0000;*/
}

.page-home .production-item img {
  transition: all 0.2s;
}

.page-home .production-item .production-item-text {
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.page-home .production-item .production-item-text h1 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  /*text-shadow: 0px 4px 3px rgba(0,0,0,0.6),
             0px 8px 13px rgba(0,0,0,0.2),
             0px 18px 23px rgba(0,0,0,0.2);
    */
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.page-home .production-item .production-item-text h2 {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 3px 5px 3px 10px;
  font-weight: 600;
  margin-bottom: 0;
  transition: background-color 0.5s;
}

.page-home .production-item h3 {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background-color: #ff0000;
  font-size: 0.8em;
  font-weight: 700;
  padding: 3px 5px;
  transition: background-color 0.5s;
  z-index: 3;
}

.page-home .production-item.grayscale h3 {
  background-color: #aaa;
}

.page-home .production-item h3.season {
  background-color: #aaa;
  font-size: 0.6em;
  left: auto;
  right: 10px;
}

.page-home .production-item.grayscale img {
  filter: grayscale(100);
}

.page-home .production-item.grayscale h1 {
  font-size: 1.25rem;
}

.page-home .production-item.grayscale h2 {
  font-size: 1rem;
  background-color: #aaa;
  transition: background-color 0.2s;
}

.page-home .production-item:hover img {
  filter: grayscale(0);
}

.page-home .production-item:hover h2 {
  background-color: #ff0000;
}

.page-home .production-item.grayscale:hover h3 {
  background-color: #ff0000;
}

/*on next (if second show isn't a sunday monday)*/
.page-home .production-item.grayscale.on-next h1 {
  font-size: 1.75rem;
}
.page-home .production-item.grayscale.on-next h2 {
  font-size: 1.2rem;
}

.page-home .call-to-actions {
  padding-top: 2em;
  padding-bottom: 2em;
  margin: 0 auto;
  text-align: center;
}

.page-home .call-to-actions a {
  background-color: #ff0000;
  color: #fff;
  /*width: 300px;*/
  margin: 20px 10px;
  line-height: 1;
  padding: 15px 10px;
}

.page-home .call-to-actions a:hover {
  text-decoration: none;
}

.page-home .call-to-actions a i {
  font-size: 4em;
}

.page-home .call-to-actions .c2a-text {
  font-size: 1.5em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.page-home .call-to-actions a.c2a-pub {
  background-color: grey;
}

.page-home .call-to-actions a.c2a-leaflet {
  background-color: black;
}

.page-home .call-to-actions a:hover .c2a-text {
  color: #000000;
}

.page-home .call-to-actions a.c2a-leaflet:hover .c2a-text {
  color: #ff0000;
}

.page-home .twitter-feed {
}

.page-home .twitter-feed .twitter-item {
  position: relative;
  background-color: #1dcaff;
  background-image: url("themes/finborough2016/images/glyph-twitter.svg");
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  margin-bottom: 2em;
  padding: 1em;
  padding-right: 80px;
  height: 225px;
}

.page-home .twitter-feed .twitter-item-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.page-home .twitter-feed .twitter-item-tweet {
  color: #fff;
}

.page-home .quote-feed .quote-item {
  background-color: #bbb;
  color: white;
  background-image: url("themes/finborough2016/images/glyph-quote-white.svg");
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  margin-bottom: 2em;
  padding: 1em;
  padding-left: 80px;
  height: 225px;
}

.page-home .quote-feed .quote-item-text {
  color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*sm*/
@media (min-width: 576px) {
  .slider .owl-item .review {
    bottom: 6em;
  }
  .page-home .twitter-feed .twitter-item,
  .page-home .quote-feed .quote-item {
    height: 300px;
  }
}
/*md*/
@media (min-width: 768px) {
  .slider .owl-item .review {
    bottom: 0.1em;
  }
}
/*lg*/
@media (min-width: 992px) {
  .page-home .twitter-feed .twitter-item,
  .page-home .quote-feed .quote-item {
    height: 230px;
  }
}

/*xl*/
@media (min-width: 1200px) {
}

/*
**************
// Text Page
**************
*/

#primary.page-text {
  padding-left: 0;
  padding-right: 0;
}

.page-text header h1 {
  background-color: #aaa;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0.25em;
  font-size: 1.5em;
}

.page-text section > article {
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 1em;
  padding-bottom: 1em;
}

.page-text .text-extra-section {
  margin-bottom: 0.75em;
}

.page-text .text-extra-section > a {
  display: inline-block;
  background-color: #b7b7b7;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #fff;
}

.page-text .text-extra-section .btn-text-extra-section:hover,
.page-text .text-extra-section .btn-text-extra-section.active {
  text-decoration: none;
  background-color: #666;
}

.page-text .text-extra-section h3 {
  font-size: 1.5em;
}

.page-text .text-extra-section .extra-section-text {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
/*images text sections*/
.page-text .page-text-main img {
  padding: 5px;
  border: 1px solid #999;
  background-color: #999;
  margin: 1em;
}

.page-text .page-text-main img.no-border {
  border: none;
  background-color: transparent;
}

.page-text #wpgmza_map {
  margin-bottom: 1em;
}

aside.sidebar {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 2em;
}

.sidebar-search {
  margin-bottom: 1em;
}

.sidebar-search button {
  box-shadow: none;
}
.sidebar-search button i {
  text-shadow: none;
}

.sidebar-title {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.3em;
}

aside.sidebar .sidebar-element {
  color: #fff;
}

aside.sidebar .sidebar-element-content {
  text-align: center;
  background-color: #b7b7b7;
  margin-bottom: 1em;
  padding: 10px 5px 10px 5px;
  border-radius: 5px;
  line-height: 1.2;
}

.sidebar-element .sidebar-element-content:hover {
  background-color: #ff0000;
}

.sidebar-element .sidebar-element-content:hover a {
  text-decoration: none;
}
.sidebar-element .sidebar-element-content a:hover {
  color: #fff;
}

.sidebar-element .sidebar-element-content:hover i {
  color: #ffffff;
}

aside.sidebar .sidebar-element-content i {
  color: #666;
  font-size: 2em;
  padding-bottom: 5px;
}

aside.sidebar .sidebar-text ul {
  padding-left: 0;
}
aside.sidebar .sidebar-text li {
  list-style: none;
}
aside.sidebar .sidebar-text li::before {
  content: "•";
  color: red;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/*
**************
// ARCHIVE
**************
*/

.page-archive header h1 {
  background-color: #aaa;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0.25em;
  font-size: 1.5em;
}

.page-archive nav.archive-years {
  margin-top: 1em;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 1em;
}

.page-archive nav.archive-years a {
  margin-bottom: 5px;
}

/*
*******************
// PRESS RESOURCES
*******************
*/

.pr-items {
  margin-bottom: 2em;
}

.pr-item {
  font-size: 1.5em;
}
.pr-item i {
  padding-right: 10px;
  color: #ff0000;
}
.pr-item i.jpg {
  color: #404040;
}
.pr-items a {
  text-decoration: underline;
}
.pr-items a:hover {
  text-decoration: none;
}

.pr-productions .production-item h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.7em;
  margin: 0 0 0.2em 0;
}

.pr-productions .production-item h2 {
  background-color: #aaa;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 3px 10px 3px 10px;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.pr-productions .production-item {
  margin-bottom: 0.75em;
}
.pr-productions .production-item i {
  padding-right: 10px;
  font-size: 1.5em;
}
.pr-productions .production-item .press-release i {
  color: #ff0000;
}
.pr-productions .production-item .press-release,
.pr-productions .production-item .press-images {
  margin-bottom: 0.3em;
}

.pr-productions .production-item a {
  text-decoration: underline;
  margin-bottom: 0.5em;
}
.pr-productions .production-item a:hover {
  text-decoration: none;
  color: #ff0000;
}

/*
*******************
// PRESS IMAGES
*******************
*/

.page-press-images .about-show h1 {
  background: none;
  color: inherit;
  text-transform: uppercase;
  padding-left: 0;
}
.page-press-images .about-show h2 {
  font-size: 1.3em;
  color: #ff0000;
}
.page-press-images .about-show h3 {
  background: #aaa;
  color: #fff;
  padding: 3px 6px;
  font-size: 1.2em;
  display: inline-block;
}

.page-press-images .about-show .press-release {
  font-size: 1.2em;
}

.page-press-images .press-images h1 {
  font-weight: 700;
  margin-bottom: 0;
}

.page-press-images .press-images h2 {
  color: #888;
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 1em;
}

.page-archive-press-images .production-item h1 {
  margin-bottom: 0;
  font-size: 1.5em;
}

.page-archive-press-images .production-item {
  padding-bottom: 1em;
}

/*Playscript*/

.productions-list.playscripts {
  margin: 2em;
}

.playscript-item {
  display: flex;
  margin-bottom: 1.5em;
  margin-top: 1em;
}
.playscript-item > img {
  /*height: min-content;*/
  max-height: 100%;
}

.playscript-item-text {
  padding: 0 0.75em;
}
.playscript-item-text h1 {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
  font-family: "Lato";
}
.playscript-item-text h2 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Lato";
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 3px 5px;
}

.production-playscript .playscript-item img {
  border: 1px solid #999;
  filter: grayscale(100);
}

.production-playscript .playscript-item:hover img {
  filter: grayscale(0);
}

.playscript-item .btn-archive {
  margin-bottom: 5px;
}

.playscript-nav {
  display: flex;
  justify-content: space-around;
  padding-bottom: 2em;
}

.playscripts-a-z {
  column-count: 1;
  padding-top: 2em;
  padding-bottom: 2em;
}
.playscripts-a-z ul {
  list-style: none;
}
.playscripts-a-z li {
  padding-bottom: 5px;
}
.playscripts-a-z ul li a {
  text-transform: uppercase;
}

.playscripts-a-z ul li a:hover {
  color: red;
}

.playscripts-a-z ul li a span {
  text-transform: none;
  font-style: italic;
}

/*md*/
@media (min-width: 768px) {
  .playscripts-a-z {
    column-count: 2;
  }
}

/*search*/

.search-results article.hentry {
  border-bottom: 1px solid #999;
}

.search-results article img {
  margin-bottom: 10px;
}

.search-results article.hentry a {
  padding: 3px 5px;
  text-decoration: none;

  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}
.search-results article.hentry a:hover {
  background-color: #ff0000;
  color: #fff;
  padding: 3px 5px;
  text-decoration: none;
}

/*to line up mobile times and dates on production page*/
td, th {
    vertical-align: top;
    padding: 0;
}
@keyframes aslAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@-webkit-keyframes aslAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}

@keyframes aslAnFadeOutDrop {
    0% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
    }
}

@-webkit-keyframes aslAnFadeOutDrop {
    0% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
    }
}

.hiddend {
    display: none !important;
}

div.asl_w.asl_an_fadeInDrop,
div.asl_w.asl_an_fadeOutDrop {
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

div.asl_w.asl_an_fadeInDrop {
    animation-name: aslAnFadeInDrop;
    -webkit-animation-name: aslAnFadeInDrop;
}

div.asl_w.asl_an_fadeOutDrop {
    animation-name: aslAnFadeOutDrop;
    -webkit-animation-name: aslAnFadeOutDrop;
}

div.asl_w.asl_main_container {
    transition: width 130ms linear;
    -webkit-transition: width 130ms linear;
}

div.asl_w,
div.asl_w *,
div.asl_r,
div.asl_r *,
div.asl_s,
div.asl_s * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asl_r,
div.asl_r * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.asl_r {
    box-sizing: border-box;
    margin: 12px 0 0 0;
}

div.asl_m .proinput input::-ms-clear {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

div.asl_m .proinput input::-ms-reveal {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

div.asl_m input[type="search"]::-webkit-search-decoration,
div.asl_m input[type="search"]::-webkit-search-cancel-button,
div.asl_m input[type="search"]::-webkit-search-results-button,
div.asl_m input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

div.asl_m input[type="search"] {
    appearance: auto !important;
    -webkit-appearance: none !important;
}

.clear {
    clear: both;
}

.hiddend {
    display: none;
}

div.asl_m textarea:focus,
div.asl_m input:focus {
    outline: none;
}

div.asl_m {
    width: 100%;
    height: auto;
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
    overflow: hidden;
    position: relative;
    z-index: 200;
}

div.asl_m .probox {
    width: auto;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 1px 0 3px #ccc inset;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

div.asl_m .probox .proinput {
    width: 1px;
    height: 100%;
    margin: 0 0 0 10px;
    padding: 0 5px;
    float: left;
    box-shadow: none;
    position: relative;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    order: 5;
    -webkit-order: 5;
}

div.asl_m .probox .proinput input:before,
div.asl_m .probox .proinput input:after,
div.asl_m .probox .proinput form:before,
div.asl_m .probox .proinput form:after {
    display: none;
}

div.asl_m .probox .proinput input {
    height: 28px;
    border: 0;
    background: transparent;
    width: 100%;
    box-shadow: none;
    margin: -1px;
    padding: 0;
    left: 0;
    line-height: normal !important;
    display: block;
    min-height: unset;
    max-height: unset;
}

div.asl_m .probox .proinput input::-webkit-input-placeholder {
    opacity: .85;
}

div.asl_m .probox .proinput input::-moz-placeholder {
    opacity: .85;
}

div.asl_m .probox .proinput input:-ms-input-placeholder {
    opacity: .85;
}

div.asl_m .probox .proinput input:-moz-placeholder {
    opacity: .85;
}

div.asl_m .proinput input.orig {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    z-index: 10;
    position: relative;
}

div.asl_m .proinput input.autocomplete {
    padding: 0 !important;
    margin: 0;
    background: transparent !important;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    opacity: .2;
}

div.asl_m .probox .proinput input.autocomplete {
    border: 0;
    background: transparent;
    width: 100%;
    box-shadow: none;
    margin: 0;
    margin-top: -28px !important;
    padding: 0;
    left: 0;
    position: relative;
    z-index: 9;
}

div.asl_m .probox .proinput.iepaddingfix {
    padding-top: 0;
}

div.asl_m .probox .proinput .loading {
    width: 32px;
    background: #000;
    height: 100%;
    box-shadow: none;
}

div.asl_m .probox .proloading,
div.asl_m .probox .proclose,
div.asl_m .probox .promagnifier,
div.asl_m .probox .prosettings {
    width: 20px;
    height: 20px;
    background: none;
    background-size: 20px 20px;
    float: right;
    box-shadow: none;
    margin: 0;
    padding: 0;
    text-align: center;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    z-index: 100;
}

div.asl_m .probox .promagnifier {
    order: 10;
    -webkit-order: 10;
}

div.asl_m .probox .prosettings {
    order: 1;
    -webkit-order: 1;
}

div.asl_m .probox .proloading,
div.asl_m .probox .proclose {
    background-position: center center;
    display: none;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: transparent;
    order: 6;
    -webkit-order: 6;
}

div.asl_m .probox .proclose {
    position: relative;
    cursor: pointer;
}

div.asl_m .probox .promagnifier .innericon,
div.asl_m .probox .prosettings .innericon,
div.asl_m .probox .proclose .innericon {
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: initial;
}

div.asl_m .probox .promagnifier .innericon svg,
div.asl_m .probox .prosettings .innericon svg,
div.asl_m .probox .proloading svg {
    height: 100%;
    width: 22px;
    vertical-align: baseline;
    display: inline-block;
}

div.asl_m .probox .proloading {
    padding: 2px;
    box-sizing: border-box;
}

div.asl_m .probox div.asl_loader,
div.asl_m .probox div.asl_loader * {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

div.asl_m .probox div.asl_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 28px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

div.asl_m .probox div.asl_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100%;
}

@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

div.asl_m .probox div.asl_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple .8s infinite linear;
    -webkit-animation: rotate-simple .8s infinite linear;
    border: 4px solid #fff;
    border-right-color: transparent !important;
    border-radius: 50%;
    box-sizing: border-box;
}

div.asl_m .probox .proclose svg {
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    fill: #fefefe;
    padding: 4px;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .9);
}

div.asl_r * {
    text-decoration: none;
    text-shadow: none;
}

div.asl_r .results .asl_nores {
    overflow: hidden;
    width: auto;
    height: 100%;
    line-height: initial;
    text-align: center;
    margin: 0;
    background: #fff;
    padding: 10px 3px;
    color: #222;
}

div.asl_r.horizontal {
    padding: 2px 0 10px;
}

div.asl_r.horizontal .results .nores {
    background: transparent;
}

div.asl_r .results {
    overflow: hidden;
    width: auto;
    height: 0;
    margin: 0;
    padding: 0;
}

div.asl_r.horizontal .results {
    height: auto;
    width: auto;
}

div.asl_r .results .item {
    overflow: hidden;
    width: auto;
    margin: 0;
    padding: 3px;
    position: relative;
    background: #f4f4f4;
    border-left: 1px solid rgba(255, 255, 255, .6);
    border-right: 1px solid rgba(255, 255, 255, .4);
    animation-delay: 0s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease;
    backface-visibility: hidden;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -webkit-backface-visibility: hidden;
}

div.asl_r.vertical .results .item:last-child {
    margin-bottom: 0;
}

div.asl_r.vertical .results .item:last-child:after {
    height: 0;
    margin: 0;
    width: 0;
}

div.asl_r .results .item .asl_image {
    overflow: hidden;
    background: transparent;
    margin: 2px 8px 0 0;
    padding: 0;
    float: left;
    background-position: center;
    background-size: cover;
}

div.asl_r .results .item .asl_image img {
    width: 100%;
    height: 100%;
}

div.asl_r .results .item .asl_content {
    overflow: hidden;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 3px 3px 5px 3px;
}

div.asl_r .results .item .asl_content h3 {
    margin: 0;
    padding: 0;
    display: inline;
    line-height: inherit;
}

div.asl_r .results .item .asl_content .asl_desc {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
}

div.asl_r .results .item div.etc {
    margin-top: 4px;
}

div.asl_r .results a span.overlap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

div.asl_r p.showmore {
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: Open Sans;
    color: #055e94;
    font-size: 12px;
    line-height: 30px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    background-color: #fff;
    margin-top: 3px;
    cursor: pointer;
}

div.asl_r p.showmore span {
    font-weight: normal;
    font-family: Open Sans;
    color: #055e94;
    font-size: 12px;
    line-height: 30px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    display: block;
    text-align: center;
    cursor: pointer;
}

.results .asl_nores .asl_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight: bold;
    font-family: Open Sans;
}

div.asl_r .resdrg {
    height: auto;
}



div.asl_w .group:first-of-type {
    margin: 0 0 -3px;
}

div.asl_s.searchsettings {
    width: 200px;
    height: auto;
    position: absolute;
    display: none;
    z-index: 1101;
    border-radius: 0 0 3px 3px;
    visibility: hidden;
    padding: 0;
}

div.asl_s.searchsettings form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
}

div.asl_s.searchsettings .asl_option_inner {
    margin: 2px 10px 0 10px;
    *padding-bottom: 10px;
}

div.asl_s.searchsettings.ie78 .asl_option_inner {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

div.asl_s.searchsettings .asl_option_label {
    font-size: 14px;
    line-height: 20px !important;
    margin: 0;
    width: 150px;
    text-shadow: none;
    padding: 0;
    min-height: 20px;
    border: none;
    background: transparent;
    float: none;
}

div.asl_s.searchsettings .asl_option_inner input[type=checkbox] {
    display: none !important;
}

div.asl_s.searchsettings.ie78 .asl_option_inner input[type=checkbox] {
    display: block;
}

div.asl_s.searchsettings.ie78 .asl_option_label {
    float: right !important;
}

div.asl_s.searchsettings .asl_option {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: flex-start;
    margin: 0 0 10px 0;
    cursor: pointer;
}

div.asl_s.searchsettings .asl_option.asl-o-last,
div.asl_s.searchsettings .asl_option:last-child {
    margin-bottom: 0;
}

div.asl_s.searchsettings .asl_option_inner {
    width: 17px;
    height: 17px;
    position: relative;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox {
    cursor: pointer;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0;
    padding: 0;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
    overflow: hidden;
    font-size: 0 !important;
    color: rgba(0, 0, 0, 0);
}

/* MODERN BROWSER SCROLL START */
div.asl_r.vertical .results,
div.asl_s.searchsettings .asl_sett_scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
}

div.asl_r.vertical .results::-webkit-scrollbar {
    width: 10px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar {
    width: 6px;
}

div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: inset 0 0 12px 12px transparent;
    border: none;
}

div.asl_r.vertical .results::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
    box-shadow: inset 0 0 12px 12px transparent;
    border: solid 2px transparent;
}

div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
    background: transparent;
    box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0);
    border: solid 2px transparent;
    border-radius: 12px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
    border: none;
}

div.asl_r.vertical:hover .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings:hover .asl_sett_scroll::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
@media (hover: none), (max-width: 500px) {
    div.asl_r.vertical .results::-webkit-scrollbar-thumb,
    div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
    }
}
/* MODERN BROWSER SCROLL END */

div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:after {
    opacity: 0;
    font-family: 'aslsicons2';
    content: "\e800";
    font-weight: normal !important;
    background: transparent;
    border: none !important;
    box-sizing: content-box;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    margin: 1px 0 0 0 !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    display: block;
    font-size: 11px !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

div.asl_s.searchsettings.ie78 .asl_option_inner .asl_option_checkbox:after {
    display: none;
}

div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:hover::after {
    opacity: .3;
}

div.asl_s.searchsettings .asl_option_inner input[type=checkbox]:checked+.asl_option_checkbox:after {
    opacity: 1;
}

div.asl_s.searchsettings fieldset {
    position: relative;
    float: left;
}

div.asl_s.searchsettings fieldset {
    background: transparent;
    font-size: .9em;
    margin: 12px 0 0 !important;
    padding: 0;
    width: 192px;
}

div.asl_s.searchsettings fieldset .asl_option_label {
    width: 130px;
    display: block;
}

div.asl_s.searchsettings form fieldset legend {
    padding: 5px 0 8px 10px;
}

#asl_hidden_data {
    display: none !important;
}

.rtl .asl_content,
.rtl .asl_nores,
.rtl .asl_content *,
.rtl .asl_nores *,
.rtl .searchsettings form {
    text-align: right !important;
    direction: rtl !important;
}

.rtl .asl_nores>* {
    display: inline-block;
}

.rtl div.asl_r .results .item .asl_image {
    float: right;
    margin: 2px 0 0 8px;
}

.rtl .searchsettings .asl_option {
    flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
}

.rtl .asl_option {
    direction: ltr;
}

.rtl .asl_label,
.rtl .asl_option div.asl_option_label {
    text-align: right !important;
}

.rtl .asl_label {
    max-width: 1000px !important;
    width: 100%;
    direction: rtl !important;
}

.rtl .asl_label input[type=radio] {
    margin: 0 0 0 6px !important;
}

.rtl .asl_option_cat_level-0 div.asl_option_label {
    font-weight: bold !important;
}

.rtl fieldset .asl_option_cat_level-1 {
    margin-right: 12px !important;
    margin-left: 0;
}

.rtl fieldset .asl_option_cat_level-2 {
    margin-right: 24px !important;
    margin-left: 0;
}

.rtl fieldset .asl_option_cat_level-3 {
    margin-right: 36px !important;
    margin-left: 0;
}

.rtl .searchsettings legend {
    text-align: right !important;
    display: block;
    width: 100%;
}

.rtl .searchsettings input[type=text],
.rtl .searchsettings select {
    direction: rtl !important;
    text-align: right !important;
}

.rtl div.asl_w.asl_s.searchsettings form,
.rtl div.asl_w.asl_sb.searchsettings form {
    flex-direction: row-reverse !important;
}

.rtl div.horizontal.asl_r div.item {
    float: right !important;
}

.rtl p.asl-try {
    direction: rtl;
    text-align: right;
    margin-right: 10px;
    width: auto !important;
}div.asl_w{width:100%;height:auto;border-radius:5px;background-color:#fff;overflow:hidden;border:0 solid #b5b5b5;border-radius:0 0 0 0;box-shadow:0 1px 0 0 #e4e4e4;}#ajaxsearchlite1 .probox,div.asl_w .probox{margin:0;height:28px;background-color:#fff;border:0 none #fff;border-radius:0 0 0 0;box-shadow:0 0 0 0 #b5b5b5 inset;}#ajaxsearchlite1 .probox .proinput,div.asl_w .probox .proinput{font-weight:normal;font-family:Open Sans;color:#000 !important;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);}#ajaxsearchlite1 .probox .proinput input,div.asl_w .probox .proinput input{font-weight:normal;font-family:Open Sans;color:#000 !important;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);border:0;box-shadow:none;}div.asl_w.asl_msie .probox .proinput input{line-height:24px !important;}div.asl_w .probox .proinput input::-webkit-input-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input::-moz-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input:-ms-input-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input:-moz-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input.autocomplete{font-weight:normal;font-family:Open Sans;color:#000;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proloading,div.asl_w .probox .proclose,div.asl_w .probox .promagnifier,div.asl_w .probox .prosettings{width:28px;height:28px;}div.asl_w .probox .promagnifier .innericon svg{fill:#363636;}div.asl_w .probox div.asl_simple-circle{border:4px solid #000;}div.asl_w .probox .prosettings .innericon svg{fill:#363636;}div.asl_w .probox .promagnifier{width:28px;height:28px;background-image:-o-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-ms-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-webkit-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-position:center center;background-repeat:no-repeat;border:0 solid #fff;border-radius:0 0 0 0;box-shadow:-1px 1px 0 0 rgba(255,255,255,.64) inset;cursor:pointer;background-size:100% 100%;background-position:center center;background-repeat:no-repeat;cursor:pointer;}div.asl_w .probox div.prosettings{width:28px;height:28px;background-image:-o-linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-ms-linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-webkit-linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-position:center center;background-repeat:no-repeat;float:right;border:0 solid #fff;border-radius:0 0 0 0;box-shadow:0 1px 0 0 rgba(255,255,255,.64) inset;cursor:pointer;background-size:100% 100%;order:7;-webkit-order:7;}div.asl_r{position:absolute;z-index:1100;}div.asl_r.vertical{padding:4px;background:#fff;border-radius:3px;border:0 solid #b5b5b5;border-radius:0 0 0 0;box-shadow:0 0 3px -1px rgba(0,0,0,.3);visibility:hidden;display:none;}div.asl_r .results .nores .keyword{padding:0 6px;cursor:pointer;font-weight:normal;font-family:Open Sans;color:#4a4a4a;font-size:13px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);font-weight:bold;}div.asl_r .results .item{height:auto;background:#fff;}div.asl_r.vertical .results .item:after{background:#ccc;}div.asl_r .results .item.hovered{background:#f4f4f4;}div.asl_r .results .item .asl_image{width:70px;height:70px;}div.asl_r .results .item .asl_content h3,div.asl_r .results .item .asl_content h3 a{margin:0;padding:0;line-height:inherit;font-weight:normal;font-family:Open Sans;color:#1468a9;font-size:14px;line-height:22px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .asl_content h3 a:hover{font-weight:normal;font-family:Open Sans;color:#2e6bbc;font-size:14px;line-height:20px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item div.etc{padding:0;line-height:10px;font-weight:bold;font-family:Open Sans;color:#a1a1a1;font-size:12px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .etc .asl_author{padding:0;font-weight:bold;font-family:Open Sans;color:#a1a1a1;font-size:12px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .etc .asl_date{margin:0 0 0 10px;padding:0;font-weight:normal;font-family:Open Sans;color:#adadad;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item p.desc{margin:2px 0;padding:0;font-weight:normal;font-family:Open Sans;color:#4a4a4a;font-size:13px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_r .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{background:rgba(255,255,255,1);}div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{background:#fafafa;}div.asl_r .mCSBap_scrollTools .mCSBap_buttonDown{border-color:#3e3e3e transparent transparent transparent;}div.asl_r .mCSBap_scrollTools .mCSBap_buttonUp{border-color:transparent transparent #3e3e3e transparent;}div.asl_r span.highlighted{font-weight:bold;color:#d9312b;background-color:#eee;color:rgba(217,49,43,1);background-color:rgba(238,238,238,1);}div.asl_r p.showmore span{border:1px solid #eaeaea;}div.asl_s.searchsettings{background:#fff;box-shadow:0 0 0 1px #b5b5b5 inset;;}div.asl_s.searchsettings .asl_option_label{font-weight:bold;font-family:Open Sans;color:#2b2b2b;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox{background-image:linear-gradient(180deg,#222,#36373a);background-image:-webkit-linear-gradient(180deg,#222,#36373a);background-image:-moz-linear-gradient(180deg,#222,#36373a);background-image:-o-linear-gradient(180deg,#222,#36373a);background-image:-ms-linear-gradient(180deg,#222,#36373a);;}div.asl_s.searchsettings fieldset .categoryfilter{max-height:200px;overflow:auto;}div.asl_s.searchsettings fieldset legend{padding:5px 0 0 10px;margin:0;font-weight:normal;font-family:Open Sans;color:#474747;font-size:13px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}