/*
Theme Name: aarts
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: aarts
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.

aarts 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;
	text-decoration:none;
}

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.sub-menu {
	display:none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 37px;
    left: 9px;
    z-index: 99999;
}
.main-navigation ul li:hover ul.sub-menu {
	display:block;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul.sub-menu li {
    width: 100%;
    text-align: left;
    padding: 8px 15px;
    font-size: 12px;	
}
.main-navigation ul ul li:hover {
	background-color:#a20353;
}

.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;
}
.menu li {
	font-size:1em;  
}
@media screen and (min-width: 640px) {
	.menu-toggle {
		display: none;
	}
	.menu li {
		font-size:0.8em;  
	}
	.main-navigation ul {
		display: block;
	}
}

@media all and (max-width: 640px){
	.main-navigation ul ul.sub-menu {
		display: block;
		position: relative;
		background-color: #a20353;
		top: 0;
		left: -10px !important;
		padding: 0;
		margin: 5px 0;
		box-shadow: none;
	}
}

.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;
}
/* --------------------------------------- */
/* ------------- Aarts custom stuff ------ */
/* ------------- Aarts custom stuff ------ */
/* ------------- Aarts custom stuff ------ */
/* --------------------------------------- */
html {
	
	background-color:#d7006d;

}
#page {
	background-color:#ffffff;
}
body {
	font-family: "Gotham A", "Gotham B", "helvetica neue", helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
}
a, a:visited {
	color:#e766a7;
}
a:hover {
	color:#62103a;
}
.site-branding {
	display:none;
}
body {
	border: 0.85em solid #d7006d;
	border-top:0;
	background: url('img/pinkpixel.jpg');
	background-size: 10px 47px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0 auto 0;
	background-color:#ffffff; 
}
.menu-item {
	z-index:9;
}
.aa_column_title a {
	color:#7a7a7c;
}
.aa_column_title a:hover {
	color:#62103a;
}

.aa_column_title {
	color:#7a7a7c;
	position:relative; 
	font-weight:bold;
	border-bottom: 1px solid #7a7a7c;
    line-height: 0;
    padding: 0;
}
.aa_column_title span {
	background: #fff;
    padding: 0 15px 0 0;
}


.aa_page_title {
	color:#7a7a7c;
	position:relative; 
	font-weight:bold;
	border-bottom: 1px solid #7a7a7c;
    line-height: 0;
    padding: 0;
	margin-right:0.7em;
}
.aa_page_title span {
	background: #fff;
    padding: 0 15px 0 0;
}
.aa_page_title a {
	color:#7a7a7c;
}



.aa_page_cat_title {
	color:#7a7a7c;
	font-size:2.5em;
	border-bottom: 1px solid #7a7a7c;
    line-height: 0;
    padding: 0;
}
.aa_page_cat_title span {
	background: #fff;
    padding: 0 15px 0 0;
	text-transform:lowercase;
}
.aa_page_cat_title a {
	color:#7a7a7c;
}
.aa_page_cat_title a:hover {
	color:#62103a;
}
.aa_article_title, .aa_2col_title {
	color:#333333;
	font-weight:400;
	font-size:1.9em;
	margin-bottom:0em;
}
.box {
	margin-top:1em;
/*	height:500px; */
}
.aa_item {
	border-top:0.8em solid #e766a7;
	padding: 1em;
	background-color:#d9d9d9;
	position:relative;
	height:220px;
	margin-top:-0.8em; /* whaaaat! */
}
.aa_item_image, .aa_right_hand_page_img {
	border:0em;
	padding:0em;
	margin:0em;
	width:100%;
	border: 1px solid #d9d9d9;
}
.aa_right_hand_page_img {
	border:0em;
	padding:0em;
	margin:0em;
	width:100%;
}
.aa_item_title {
	text-decoration: none;
	color:#333333;
	font-size:1.7em;
	padding:0.3em 0 0.5em 0;
	text-transform:lowercase;
	display:block;
}
a.aa_item_title:hover {
	color:#ffffff!important;
}
a.aa_item_title:visited {
	color:#333333;
}
.aa_item_title.news {
	padding-top:0.9em;
}
.aa_cpt {
	color:#ffffff;
	background-color:#e766a7;
	padding:0.55em 1em;
	margin-left:1em;
	top:-2.7em;
	position:absolute;
	font-weight:bold;
}
.aa_cpt a {
	color:#ffffff;
	text-transform:lowercase;
}
.aa_cpt a:hover {
	color:#d9d9d9;
}
.aa_textwrap {
	position:relative;
	border-top:0.8em solid #e766a7;
	margin-top:-0.7em;
}

#aa_tlc {
	position:fixed;
	top:0;
	left:0;
	width:3000px;
	height:47px;
	border-bottom:47px solid #d7006d;
	z-index:8;
}
#aa_trc {
	position:fixed;
	top:0;
	right:0;
	width:3000px;
	height:47px;
	border-bottom:47px solid #d7006d;
	z-index:8;
}
.site-content {
	margin: 0 2%;
	padding-bottom:2em;
	padding-top:47px;
}
.aa_primary_container {
	padding-right:1.3%;
}
#masthead {
	padding:0 3% 0 3.4%;
	position:fixed;
	z-index:9;
	left:0;
	right:0;
	max-width:1400px;
	margin: 0 auto 0;
}
.aa_icon {
	float:left;
}
.aa_icon.last {
	margin-right:0em;
}
.aa_icon.fb {
	background:url(img/icon-facebook-white.png) no-repeat left top;
	background-size:100% 100%;
}
.aa_icon.ig {
	background:url(img/icon-instagram-white.png) no-repeat left top;
	background-size:100% 100%;
}
.aa_icon.tw {
	background:url(img/icon-twitter-white.png) no-repeat left top;
	background-size:100% 100%;
}
.aa_icon.yt {
	background:url(img/icon-youtube-white.png) no-repeat left top;
	background-size:100% 100%;
}

.event_date_grid {
	float:left;
	font-size:1em;
	width:100%;
}
.aa-News_date {
	float:right;
	font-size:0.8em;
}

/* instagram slider widget styles */
.pllexislider img {
/*	border:1px solid #d9d9d9!important;   */
}
.jr-insta-datacontainer {
	padding:0.3em;
	background-color:#d9d9d9;
	margin:0!important;
}
#text-14 h2 {
	font-size:1.3em;
	float:right;
	color:#999999;
	margin:0;
}
/* instagram widget styling */	
.null-instagram-feed {
	position:relative;
	margin-top:1em;
	margin-bottom:0.5em;
}
.aa_insta_overlogo {
	width:25%;
	z-index:7;
	float:left;
	position:absolute;
	margin-bottom:-2em;
}
.null-instagram-feed h2{
	float:right;
	color:#999999;
	margin:0;
}
.null-instagram-feed p{
	text-align:center;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.null-instagram-feed p a {
	color:#62103a;
}
ul.instagram-pics {
	width:100%;
	list-style-type:none;
	padding:0;
	margin:0;
}
.instagram-pics img {
	border:1px solid gray;
}

.site-main.aa_grid_page {
	padding-top:2em;
}
/* overrides for feature post widget */
.fpw-page-title {
	color:#ffffff;
	background-color:#333333;
	padding:0.7em 0.5em 0.5em 0.5em;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin-top:-0.5em;
}
.fpw-featured-link {
	color:#ffffff;
}
.fpw-featured-link:hover, .fpw-featured-link:visited {
	color:#ffffff;
}
/* sidebar carousel CSS */
#aa_sidebar_carousel {
	width:100%;
	overflow:hidden;
	height:295px; 
	position:relative;
}
#aa_sidebar_carousel ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	width:200%;
	height:100%;
	top:0;
}
#aa_sidebar_carousel li {
	padding:0;
	margin:0;
	width:25%;
	overflow:hidden;
	position:absolute;
	top:0;
	bottom:0;

}
#aa_sidebar_carousel li img {
width:100%;
border:none;
height:auto;
/*min-height:100%; */
}


/* annoying search box styling */
#aarts-top-search {
	text-align:center;
	text-transform:lowercase;
	padding:0.4em;
	background-color: #d7006d;
	height:47px;
	position:relative;
	z-index:2;
}
.sticky-wrapper {
	z-index: 44;
	position: relative;
}
.search-field {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 3px 10px!important;
	-o-text-overflow: clip;
	text-overflow: clip;
	background-color: #d7006d;
	border-radius:0!important;
	-webkit-appearance: none!important;
	-webkit-border-radius:0!important; 
	outline:none;
	border-style: solid;
	border: 1px solid #ffffff!important;
	color: #ffffff!important;

	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAArCAYAAAA3+KulAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4OTk3QkJDNzBBMjExMUU2OUI0RUE5NDZDNjZEQUNCRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4OTk3QkJDODBBMjExMUU2OUI0RUE5NDZDNjZEQUNCRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg5OTdCQkM1MEEyMTExRTY5QjRFQTk0NkM2NkRBQ0JGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjg5OTdCQkM2MEEyMTExRTY5QjRFQTk0NkM2NkRBQ0JGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Su0yfQAAANRJREFUeNrs2lEOgzAMA9A64v5Xzr6YxjaNQpPWsZYDIL2mTkUB7t4S6/3haMllbW65GigdtQK0o1wJlNat1aBwFAMoFMUCCssVEyikW4ygIdQ247AbQEGlQ7dzxQ66vAWrgLpRlUBdqGqg01xVBP3sVmXQV1R10AdKAXTIlQroCVMDtT+IvKAEglKH8Po+JAFRyBCUhgKUphzO7hQkINU61H1ZYkqYfctlfoTymRjmDN1eZFPCMIKGt78pYVgyFDqUTAmzGpRyXJgSZkWG0v8keQgwAN81H1yD8SmdAAAAAElFTkSuQmCC	) no-repeat right center;
		background-size: 10% 50%;
		background-position:93% 50%;
		width:17%;

}
.search-submit {
	margin-left:-72px;
	background-color: #d7006d;
	color:#ffffff;
	display:none;
}

::-webkit-input-placeholder {
color: white;
	text-transform:lowercase;
}
:-moz-placeholder { /* Firefox 18- */
color: white;  
	text-transform:lowercase;
	padding-left:1em;
}
::-moz-placeholder {  /* Firefox 19+ */
color: white;  
	text-transform:lowercase;
	padding-left:1em;
}
:-ms-input-placeholder {  
color: white;  
	text-transform:lowercase;
	padding-left:1em;
}
#eventual-carousel {
	width:100%;
	float:left;
	display:block;
	position:relative;
	overflow:hidden;
	height:90.125%;
	margin-bottom:-2em; /* I LOVE YOU NEGATIVE MARGINS! */
}
#eventual-carousel img {
	width:100%;
	position:relative;
	z-index:1;
}
.aa_access_icons {
	padding-top:1em;
	padding-bottom:1em;
}

.aa_access_icon {
	float:left;
	width:40px;
	padding-right:5px;
}
.aa_access_icons_title {
	font-weight:500;
	padding-bottom:0.5em;
}

@media screen and (min-width : 640px){

	.aa_more_link {
		background-color:#d9d9d9;
		color:#333333;
		text-decoration:none;
		margin:0 0 2em 0;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXCAYAAAAYyi9XAAAACXBIWXMAABcRAAAXEQHKJvM/AAAA+ElEQVRIS7WUwRGEIAxFLcESPOVsCZZiCZZgCZZgKZZgCZawHbBh52fENRIY4fBGHYFH+NHGOdfkQEQT45jRGqthDlCEM4Se1RpfUrjgujOtNe+1EPcj8wG9Nfe1EM89c6TmKhOGDNZQCGnLbJSQa0NnA+TweajezFWEU6Qije6pAjJyFeEQO4ZcKJJrFSGkaq7VhIH4kmt1IaQzPFt1IZpMmmisKqTzR+8b6NexVYRomFWOkYJvsriQ1+rQIH7d5f+9CHfsJJXbQpBd8tLGSNtagpDDb1KR3fJShbHjeahiDoUUyau4kIy8igopIa/SQjOv0kIzL40vgr4Xh+35uNcAAAAASUVORK5CYII=) no-repeat 82% center;
	background-size: 15% 75%;
	padding-right:1em;
	}
	.aa_more_link:visited {
		color:#333333;
	}
	.aa_more_link {
		
	}

	body {
		border: 0.85em solid #d7006d;
		border-top:0;
		background: url('img/pinkpixel.jpg');
    	background-size: 10px 47px;
    	background-repeat: repeat-x;
		background-attachment: fixed;
		max-width:1400px;
		margin: 0 auto 0;
		background-color:#ffffff; 
	}

	#primary {
		float:left;
		width:77%;
	}
	#secondary {
		float:right;
		width:22.4%;
/*		border:1px solid red; */
		font-size:1em;
		padding-top:1em;
	}



	#aa_news_column {
		width:48.3%;
		float:left;
		clear:both;
	}
	#aa_events_column {
		width:48.3%;
		float:left;
		margin-left:1.3%;
	}



	#aa_first_column {
		width:48.3%;
		float:left;
		clear:both;
	}
	#aa_second_column {
		width:48.3%;
		float:left;
		margin-left:1.3%;
	}
	#aa_second_column.no-image {
		margin-top:3.9em;
	}
	#aa_first_column.padded {
		padding-right:0.5em;
	}


	.main-navigation {
		overflow:visible;
		height: 47px;
	}
	.menu-main-navigation-container {
		margin-left: 2em;
	}
	.aarts-header-logo {
		position:relative;
		width:12.3%; 
		float:left;
		z-index:999;
	}
	.menu li a {
		color: white;
	}
	.menu li {
		width: 13%; 
		text-align:center;
		text-transform:lowercase;
		padding:0.7em;
	}
	.menu-item {
		background-color: #d7006d;
		z-index:3;
	}
	.current-menu-item {
		background-color: #62103a;
		height:47px;
	}

/* icons */
	.aa_icon {
		width:40px;
		height:40px;
		margin:1em;
		float:left;
	}
	.aa_icon_wrapper {
		height:50px;
	}
}
#event_map {
	width:100%;
	height:300px;
	border:1px solid gray;
	margin-top:0.5em;
	margin-bottom:1em;
}
.aa_item p {
	margin-top:0em;
}

.aa_event_date {
	padding-bottom:0.5em;
}
.aa_event_date span {
	font-weight:bold;
}
.aa_event_addr {
	padding-bottom:0.5em;
}
.aa_event_addr span {
	font-weight:bold;
}
.aa_event_ph {
	padding-bottom:0.5em;
}
.aa_event_ph span {
	font-weight:bold;
}
.aa_event_email {
	padding-bottom:0.5em;
}
.aa_event_email span {
	font-weight:bold;
}
.aa_event_listing_link, .aa_ticket_link {
	font-weight:430;
}

.aa_view_all {
	background-color:#e766a7;
	width:100%;
	padding-top:0.5em;
	padding-bottom:0.3em;
	margin-top:1.6em;
	text-align:center;
}
.aa_view_all a {
	color:#ffffff;
	font-size:1.8em;
	font-weight:bold;
	text-decoration:none;
	margin:0 auto 0;
}
.aa_view_all a:visited {
	color:#ffffff;
	text-decoration:none;
}

/* h tags in articles */

h3 {
	font-size:1.6em;
	font-weight:400;
	margin-bottom:0.2em;

}
h4 {
	font-size:1.4em;
	font-weight:400;
	margin-bottom:0.2em;

}
h5 {
	font-size:1.2em;
	font-weight:400;
	margin-bottom:0.2em;
}


/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: -9;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


/* my changes */
.owl_carousel {
	width:100%;
	border:1px solid green!important;
	float:left;
}
.owl_item {
	width:200px;
	height:200px;
	background-color:blue;
	border:1px solid green;
}
.aa_c_item {
	width:100%;
}
.owl-prev {
	
}
.owl-next {
	
}
.owl-dots {
	position:relative;
	top:-50px;
	left:2%;
}
.owl-dot {
		display:none;
	width:50px;
	height:50px;
	background-color:#d7006d;
	float:left;
	border-right:1px solid #62103a;
	color:#ffffff;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
	padding:0.6em;
}
.owl-dot.active {
	background-color:#62103a;
}
.owl-play-stop {
	position:relative;
	top:-50px;
	left:2%;
	float:left;
	z-index:7;
}
.play {
	width:50px;
	height:50px;
	background-color:rgba(38, 38, 38, 0.79);
	float:left;
	cursor:pointer;
/*	border:1px solid #62103a; 
	background: url("img/play-button.png") no-repeat middle center;
	background-size: 50% 50%; */
}
img.play-img {
	width: 40%!important;
	left:30%;
	top:30%;
}
.stop {
	width:50px;
	height:50px;
	background-color:rgba(38, 38, 38, 0.79);
	float:left;
	cursor:pointer;
/*	border:1px solid #62103a; 
	background: url("img/pause-button.png") no-repeat left center;
	background-size: 50% 50%; */
}
img.pause-img {
	width: 35%!important;
	left:35%;
	top:30%;
}
.aa_above_footer {
	float:left;
	background-color:#262626;
	color:#d9d9d9;
	padding:2em 2% 2em 2%; 
/*	margin-top:2em; */

}
.aa_bottom_left_bit {
	width:77%;
	float:left;
	font-size:2em;
	padding-right:1.5%; 
}
.aa_bottom_right_bit {
	width:22.4%;
	float:right;
}
.aa_above_footer_title {
	color:#ffffff;
	font-size:0.8em;
	border-bottom: 1px solid #7a7a7c;
    line-height: 0;
    padding: 0;
}
.aa_above_footer_title span {
	background: #262626;
    padding: 0 15px 0 0;
}
.aa_above_footer_right_title {
	color:#ffffff;
	border-bottom: 1px solid #7a7a7c;
    line-height: 0;
    padding: 0;
	text-align:center;
}
.aa_above_footer_right_title span {
	background: #262626;
    padding: 0 15px 0;

}

.aa_button_wrap {
	margin-top:1em;
	width:100%;
	text-align:center;
}
.aa_button_wrap.pink.special {
	width:10em; 
}
.aa_button {
	color:#ffffff;
	padding:0.5em 2em 0.3em 2em;
	text-align:center;
	
}
.aa_button_wrap.pink {
	background-color:#d7006d;
	font-weight:bold;
}
.aa_button_wrap.gray {
	background-color:#59595c;
}
.aa_button_wrap.gray.sidebar {
	padding:0.7em 0em 0.5em 0em;
	font-size:1.2em;
	font-weight:bold;
}
.aa_button_wrap.pink.sidebar {
	padding:0.7em 0.5em 0.5em 0.5em;
	font-size:1.2em;
	font-weight:bold;
}
.aa_button_wrap.ltpink {
	background-color:#e766a7;
}
.aa_button_wrap.ltpink.sidebar {
	padding:0.7em 0.5em 0.5em 0.5em;
	font-size:1.2em;
	font-weight:bold;
}

.aa_button:hover,.aa_button:visited {
	color:#ffffff;
}
footer.site-footer {
	background-color:#d7006d;
	color:#ffffff;
	padding:0 2% 2em 2%;
	margin-top:2em;
}
footer h3 {
	line-height:1.7;
}
h3.widget-title {
	font-size:1.3em;
	margin-bottom:0em;
}
footer .widget-area {

	margin-top:1.3em!important;
}
footer .widget-title {
	border-top:1px solid #ffffff;
	margin-top:1em;
}
footer a {
	color: #ffffff;
}
footer a:visited {
	color: #ffffff;
}
footer a:hover {
	color:#d9d9d9;
}
/* foor columns stuff 
 * stolen from http://code.tutsplus.com/tutorials/dynamically-adding-four-footer-widget-areas--cms-22168
*/
/* floats */
.quarter,
.one-third,
.two-thirds,
.half {
    float: left;
}
/* widths */
.one-third {
/*    width: 32%; */
}
.two-thirds {
  /*  width: 65.5%; */
}
.quarter {
    width: 22.0%;
}
.three-quarters {
  /*  width: 74.5%; */
}
.half {
    width: 48%;
}
/* margins  */
.one-third {
 /*   margin: 0 0.5%; */
}
.quarter,
.two-thirds {
    margin: 0 0.5%;
	margin:0 4% 0 0 ; 
}
.left,
.quarter.left,
.one-third.left {
    margin: 0 4% 0 0;
    float: left;
}
.right,
.quarter.right,
.one-third.right {
    margin: 0 0% 0 0%;
    float: left;
}
.half.left {
    width: 48%;
    margin: 0 2% 0 0;
}
.half.right {
    width: 48%;
    margin: 0 0 0 2%;
}
.two-thirds.left {
/*    margin: 0 1% 0 0; */
}
.two-thirds.right {
/*    margin: 0 0 0 1%;
    float: right;*/
}
/* media queries for larger screens such as small tablets in landscape or large tablets in portrait */
@media screen and ( max-width: 780px ) {
     
    /* only the .quarter layout class is relevant here - all other classes will have full width */
    .quarter {
        width: 48%;
    }
    .quarter.left {
  /*      margin-right: 2%; */
    }
    .quarter.right {
        margin-left: 0%;
    }
    footer .third.quarter.widget-area {
        clear: both;
    }
}
 
/* media queries for small screens in landscape mode (or similar) */
@media screen and ( max-width: 600px ) {
     
    /* width sizing all full width in small screens */
    .quarter,
    .one-third,
    .half,
    .two-thirds,
    .three-quarters,
    .full-width {
        width: 100%;
        margin: 0;
    }
    /* padding adjustments */
    .widget-area {
        padding: 0 0 10px 0;
    }
}
/* one billion stupid tweaks for social icons */
@media only screen and (min-width: 1210px) and (max-width: 1350px) {
	.aa_icon {
		width:40px;
		height:40px;
		margin:0.8em;
	}
	.aa_icon_wrapper {
		height:43px;
	}
}
@media only screen and (min-width: 1069px) and (max-width: 1209px) {
	.aa_icon {
		width:35px;
		height:35px;
		margin:0.7em;
	}
	.aa_icon_wrapper {
		height:40px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1070px) {
	.aa_icon {
		width:30px;
		height:30px;
		margin:0.6em;
	}
	.aa_icon_wrapper {
		height:45px;
	}
}

/* --------------------------------------------------------------------------- */
/*  Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hfeed{}
.site-header{width:100%;padding:0 10%;}
.site-main{width:100%;padding:0;overflow:auto;}
.content-area{width:63%;padding:0;float:left;display:inline;}
.widget-area{width:48%;padding:0;float:left;display:inline;}
.site-footer{width:100%;padding:0;}

	.menu li {
		font-size:0.9em;
	}
	h1 {
		font-size:1.5em;
	}
	h2 {
		font-size:1.2em;
	}
	.aa_item {
		font-size:0.8em;
	}
	.aa_item_title {
		font-size:1.3em;
	}
	.aa_button_wrap {
		font-size:0.8em!important;
		padding: 0.5em 0.3em 0.4em 0.3em!important;
	}
	.fpw-page-title {
		font-size:0.8em;
		margin-top:-0.6em;
	}
	.aa_view_all {
		font-size:0.8em;
	}
	.aa_bottom_left_bit {
		font-size:1.5em;
	}
	.aa_icon {
		width:25px;
		height:25px;
		margin:0.4em;
	}
	.aa_icon_wrapper {
		height:30px;
	}
	.aa_button_wrap.gray.sidebar {
		font-size:0.7em!important;
		padding:0.5em 0.1em 0.5em 0.1em!important;
	}
	.aa_cpt {
		padding:0.3em 0.6em!important;
		margin-left:0.6em;
		top:-2.2em;
	}
	.aarts-header-logo {
		padding-top:0.6em;
	}
	.second.quarter.widget-area {
		margin-right:0%;
	}
}
/*  Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.hfeed{width:100%;
	/* padding:0 2%; */
	}
.site-header{width:100%;padding:0;}
.site-main{width:100%;padding:0;}
.content-area{width:100%;padding:0;}
.widget-area{width:100%;padding:0;}
.site-footer{width:100%;padding:0;}

	.aarts-header-logo {
		width:75%;
		max-width:220px;
		float:left;
		height:60px;
	}
	.menu-toggle {
		float:right;
		width:25%;
		color:#ffffff;
		background:none;
		background-color:#d7006d;
		height:100%;
		border:none;
		outline:none;
		height:60px;
	}
	.menu-toggle div {
	  background-color: #ffffff;
	  border-radius: 2px 2px 2px 2px;
	  height: 8px;
	  margin-top: 7px;
	  width: 100%;
	max-width:60px;
	}
	#aarts-top-search {
		text-align:center;
		text-transform:lowercase;
		padding:0.4em;
		background-color: transparent!important;
	}
	.aa_view_all {
		padding-bottom:1em;
	}
	#text-14 {
		padding-top:1em;
	}
	.aa_above_footer {
		padding:1em 2% 2em 2%; 
	}
	.aa_bottom_left_bit {
		width:100%;
		float:left;
		font-size:1.5em;
	}
	.aa_bottom_left_bit p {
		font-size:0.9em;
	}
	.aa_bottom_right_bit {
		width:100%;
	}
	.aa_button_wrap.special {
		margin:0 auto 1em;
	}

	.menu-item {
		display:block;
		width:100%;
		background-color:#d7006d;
		color:#ffffff;
		font-size:2em;
		border-top:1px solid #ffffff;
		z-index:9999;
		padding-left:2em;
	}
	.menu-item a {
		color:#ffffff;
		text-transform:lowercase;
	}
	#aarts-top-search {
		height:66px;
		display:none;
	}
	#aarts-top-search.toggled {
		display:block;
		position:relative;
		z-index:-1;
	}
	.search-field {
		width:94%;
		background-color:#d7006d;
	}
	#aa_trc {
		height:66px;
	}
	.aa_item {
		height:295px;
	}
	.aa_icon {
		width:45px;
		height:45px;
		margin:0.75em;
	}
	.aa_icon_wrapper {
		height:55px;
	}
	#masthead {
/*		position:fixed!important;  */
	}
	#masthead {
	position: fixed;
	z-index: 9;
	}
	#eventual-carousel {
		top:66px;
		position:relative;
	}
	#content {
		top:66px;
		position:relative;
	}

	.play {
		width:35px;
		height:35px;
	}
	img.play-img {
		width: 40%!important;
		left:30%;
		top:30%;
	}
	.stop {
		width:35px;
		height:35px;
	}
	img.pause-img {
		width: 35%!important;
		left:35%;
		top:30%;
	}
	.owl-play-stop {
		top:-35px;
		left:2%;
	}
	#text-14 h2 {
		font-size:1.1em;
	}

}


