/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
body {
	background: #2F3336;
}

.gallery-icon img {
	height: 150px;
	margin: 0 !important;
	min-width: 150px;
	cursor: zoom-in;
}

.art-slidenavigator .art-slidenavigatorpageslider {
	left: 0 !important;
}

.responsive .art-pageslider {
	display: none;
}

.responsive img.landscape {
	height: 100% !important;
	width: auto !important;
}

#skiplinks a {
	color: grey;
	font-family: Ubuntu;
}

#skiplinks a, #skiplinks a:visited {
	font-family: Ubuntu;
}

.art-post.art-article.widget.widget_text {
	left: -500px;
	position: relative;
	top: -1px;
	width: 200%;
}

#breadcrumbs {
	background-color: rgba(0,146,219,0.5);
	list-style: none;
	padding: 5px;
	overflow: hidden;
}

#breadcrumbs li {
	float: left;
	margin-right: 5px;
}

#breadcrumbs .separator {
	font-weight: 700;
	color: #999;
}

.fontsize, .fontsize p, .fontsize li, .fontsize label, .fontsize input, .fontsize select, .fontsize textarea, .fontsize legend, .fontsize code, .fontsize pre, .fontsize dd, .fontsize dt, .fontsize blockquote, .art-hmenu a {
	font-size: 125% !important;
	letter-spacing: .3px !important;
}

.fontsize h1, .fontsize h2, .fontsize h3, .fontsize h5, .fontsize h6, .fontsize h4 {
	font-size: 150% !important;
	letter-spacing: .3px !important;
	line-height: 44px !important;
}

.contrast img {
	background: none repeat scroll 0 0 #fff !important;
}

.wpa-visible-ltr:hover a {
	visibility: visible;
}

.wpa-visible-ltr a {
	visibility: hidden;
}

#skiplinks:before {
	content: "Skiplinks >";
	font-family: Ubuntu;
	border: 0;
	border-collapse: separate;
	-webkit-border-radius: 0;
	-webkit-background-origin: border !important;
	-moz-background-origin: border !important;
	background-origin: border-box !important;
	background: #1AB3FF;
	background: rgba(26,179,255,0.8);
	border-width: 0;
	padding: 0 20px;
	margin: 0 auto;
	height: 30px;
}

#skiplinks {
	position: fixed;
	top: 0;
	z-index: 99999;
}

.percent {
	font-family: 'Tahoma' !important;
	line-height: 50px !important;
	vertical-align: middle !important;
	font-size: 50px !important;
	font-weight: 600 !important;
	animation-delay: 2s;
	color: red !important;
}

.art-layout-cell.middle-align {
    vertical-align: middle !important;
}