/*
Theme Name: Zoopark
Author: meow
*/

/* begin body */
body
{
	margin: 0 auto;
	padding: 0;
	background-image: url('images/background.jpg');
	background-color: #2A473C;
	background-repeat: repeat;
	background-position: top center;
	background-attachment: fixed;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#art-page-background-simple-gradient
{
	position: absolute;
	background-image: url('images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 0px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end body*/


/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1077px;
	min-width:35px;
	min-height:35px;
}

.art-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 6px;
}

.art-Sheet-cc {
	position: absolute;
	z-index: -1;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 0px;
	background: linear-gradient(to top, #3B9AA5, #327AA9, #007885);
	opacity: 0.4;
	border-radius: 3px;
	box-shadow: 1px 5px 8px 5px rgba(0,15,0,1);
}


.art-Sheet {
	margin-top: 0px;
	margin-bottom: 10px;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:1000px;
}
/* end Box, Sheet */


/* begin Header */
div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 1070px;
	height: 273px;
	margin-bottom: 5px;
}

div.art-Header-jpeg
{
	
position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 1062px;
    height: 271px;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 3px;
    border-width: 1px 1px 1px 1px;
    border-color: #0c0305;
    box-shadow: 2px 2px 3px 4px rgba(12,12,12,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-style: solid;
}

div.art-Header-news
{
	position: absolute;
	z-index:1;
	top: 0;
	left: 0;
	width: 1065px;
	height: 273px;
	background-image: url('images/header-news.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
}

div.art-Header-vid
{
	position: absolute;
	z-index:1;
	top: 0;
	left: 0;
	width: 1065px;
	height: 273px;
	background-image: url('images/header-vid.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
}

div.art-Header-aqua
{
	position: absolute;
	z-index:1;
	top: 0;
	left: 0;
	width: 1065px;
	height: 273px;
	background-image: url('images/header-aqua.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
}

div.art-Header-ekz
{
	position: absolute;
	z-index:1;
	top: 0;
	left: 0;
	width: 1065px;
	height: 273px;
	background-image: url('images/header-ekz.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
}

div.art-Header-delf
{
	position: absolute;
	z-index:1;
	top: 0;
	left: 0;
	width: 1065px;
	height: 273px;
	background-image: url('images/headerdel.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
}

div.art-Header-gal
{
	position: absolute;
	z-index:2;
	top: 0;
	left: 0;
	width: 1065px;
	height: 273px;
	background-image: url('images/header-gal.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
}
/* end Header */


/* begin gallery*/
/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 30px;
    padding: 0 5px;
    text-align: center;
    width: auto!important;
}

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery img {
    border: double 3px #ddd!important;
    height: auto;
}


/* For displaying 3 columns on tablet */
@media only screen and (max-width: 800px) {
 .gallery-columns-5 .gallery-item {
     width: 33%;
 }
}

/* For displaying single column on mobile */
@media only screen and (max-width: 480px) {
 .gallery-columns-5 .gallery-item {
     width: 100%;
 }
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
     clear: none;
}

/* end gallery*/


/* begin ContentLayout */
.art-contentLayout
{
	position: relative;
	margin-bottom: 1px;
	width: 1070px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.art-Block-body {
	position: relative;
	z-index: 1;
	padding: 0px;
	/* border-left: 10px solid rgba(255, 255, 255, .5); */
	/* border-right: 10px solid rgba(255, 255, 255, .5); */
	/* border-top: 10px solid rgba(255, 255, 255, .5); */
	/* border-bottom: 10px solid rgba(255, 255, 255, .5); */
	/* border-radius: 10px; */
}

.art-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	background-color: #F3F1E7;
    border-width: 1px 1px 1px 1px;
    border-color: #0c0305;
    box-shadow: 1px 1px 3px 2px rgba(12,12,12,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 3px;
	border-style: solid;
}

.art-Block
{
	margin: 3px;
}


#text-15 {

}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 0px;
	margin-bottom: 0px;
	background: linear-gradient(to top, #3B9AD8, #327AA9);
	border-radius: 1px;
	box-shadow: inset 0px 0px 1px rgba(85, 20, 4, 0.75);	
}

.tooltip {
    opacity: 1;
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
    -webkit-transition: opacity 2s ease-out;
    -moz-transition: opacity 2s ease-out;
    -o-transition: opacity 2s ease-out;
    -ms-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
}

.art-BlockHeader .t
{
	height: 30px;
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;
	border-width: 1px 1px 0px 1px;
    border-color: #0c0305;
    box-shadow: 1px 1px -1px 2px rgba(12,12,12,0.5);
    border-radius: 2px;
    border-style: solid;
}

.art-BlockHeader .l
{
	left:0;
	right:6px;
}

.art-BlockHeader .r
{
	width:994px;
	right:0;
	clip: rect(auto, auto, auto, 988px);
}

.art-header-tag-icon
{
	/* display: inline-block; */
	/* background-position: left top; */
	/* background-image: url('images/BlockHeaderIcon.png'); */
	/* padding: 0 0 0 15px; */
	/* background-repeat: no-repeat; */
	/* min-height: 14px; */
	/* margin: 0 0 0 5px; */
	/* background-position: left; */
}

/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-BlockContent-body
{
	position: relative;
	z-index:1;

}

.art-BlockContent-body
{
	color:#5C6459;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding: 10px 16px 16px 16px;
}

.art-BlockContent-body a:link
{
	color: #327AA9;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	/*color: #848E80; */
font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #BB991B;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-BlockContent-body ul
{
	list-style-type: none;
	color: #232622;
	margin:0;
	padding:0;
}

.art-BlockContent-body li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	text-decoration: none;
}

.art-BlockContent-body ul li
{
	padding: 0px 0px 2px 11px;
	/* background-image: url('images/ul.png'); */
	/* background-repeat: no-repeat; */  margin: 0.5em 0px 0.5em -6px;
	line-height: 1.2em;
}

.art-BlockContent-body:hover
{

}
/* end Box, BlockContent */

/* begin Box, Post */
.art-Post
{
	position: relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.art-Post-body {
	position: relative;
	z-index: 1;
	padding: 15px;
	/* border-left: 10px solid rgba(255, 255, 255, .5); */
	/* border-right: 10px solid rgba(255, 255, 255, .5); */
	/* border-top: 10px solid rgba(255, 255, 255, .5); */
	/* border-bottom: 10px solid rgba(255, 255, 255, .5); */
	/* border-radius: 10px; */
}

.art-Post-cc
{
	position: absolute;
	z-index: -1;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	background-color: #F3F1E7;
	border-radius: 3px;
	border-width: 1px 1px 1px 1px;
    border-color: #0c0305;
    box-shadow: 1px 1px 3px 2px rgba(12,12,12,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-style: solid;
}

.art-Post
{
	margin: 10px 0px;
}

/* Start images */
a img
{
	border: 0;
}

.art-article img, img.art-article {
    border: double 3px #3B9AD8;
    margin: 0px 0px 5px;
}

.art-article img, img.art-article:hover {
    border: double 3px #B7A971;
    margin: 0px 0px 5px;
}

.art-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */
.art-article table, table.art-article
{
	/* border-collapse: collapse; */
	margin: 1px;
	width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
	background-color:Transparent;
}

.art-article th, .art-article td
{
	padding: 2px;
	border: solid 1px #C7BC8F;
	vertical-align: top;
	text-align:left;
	border-radius: 5px;
}

.art-article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */

/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeaderIcon-wrapper {
	text-decoration: none;
	margin: -0.8em -13px;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	line-height: inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	color: #373B35;
	position: relative;
	z-index: 0;
	padding: 4px 10px;
	margin-bottom: 3px;
	background: linear-gradient(to top, #3B9AD8, #327AA9);
	border-radius: 1px;
	box-shadow: inset -1px -1px 1px rgba(85, 20, 4, 0.75);
}

.art-PostHeaderIcon-wrapper, .art-PostHeaderIcon-wrapper a, .art-PostHeaderIcon-wrapper a:link, .art-PostHeaderIcon-wrapper a:visited, .art-PostHeaderIcon-wrapper a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #373B35;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #fff;
}

.art-PostHeader a:visited, .art-PostHeader a.visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #FFE;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #BB991B;
}
/* end PostHeader */

/* begin PostMetadata */
.art-PostMetadataHeader {
    background-color: #FFFFF3;
    padding: 3px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22);
    border-radius: 10px;
}
/* end PostMetadata */

/* begin PostIcons */
.art-PostHeaderIcons
{
	padding:1px;
}

.art-PostHeaderIcons, .art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	color: #1E201D;
}

.art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
{
	margin:0;
}

.art-PostHeaderIcons a:link
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #665C33;
}

.art-PostHeaderIcons a:visited, .art-PostHeaderIcons a.visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #4A5148;
}

.art-PostHeaderIcons a:hover, .art-PostHeaderIcons a.hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #B3911A;
}
/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: normal;
	color: #484E46;
}

.art-PostContent
{
	font-family: Arial, Helvetica, Sans-Serif;

	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #484E46;
	padding: 5px;
}

/* Start Content link style */
a
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #8E8048;
}

/* Adds special style to an unvisited link. */
a:link
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #8E8048;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #343932;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #BB991B;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4F564D;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #687265;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	color: #8E8048;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #5C6459;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #5C6459;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;

	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #5C6459;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #373B35;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
}

.art-Post li
{
	padding: 0px 0 3px 13px;
	line-height: 1.7em;
}

.art-Post ol li, .art-Post ul ol li
{
	background: none;
	padding-left:0;
}

.art-Post ul li, .art-Post ol ul li
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#0F100E;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote
{
	border:solid 1px #D4CCAA;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#E9E4D3;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}

/* Finish blockuote */
/* end PostQuote */

/* begin PostMetadata */
.art-PostMetadataFooter
{
    background-color: #FFFFF3;
    padding: 3px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22);
    border-radius: 10px;
}
/* end PostMetadata */

/* begin PostIcons */
.art-PostFooterIcons
{
	padding:1px;
}

.art-PostFooterIcons, .art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	color: #1E201D;
}

.art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover
{
	margin:0;
}

.art-PostFooterIcons a:link
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #665C33;
}

.art-PostFooterIcons a:visited, .art-PostFooterIcons a.visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #E2DD74;
}

.art-PostFooterIcons a:hover, .art-PostFooterIcons a.hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #B3911A;
}
/* end PostIcons */

/* begin Footer */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 974px;
	margin: 5px auto 0px auto;
}

.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 0px;
	text-align: center;
}

.art-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 25px;
	width: 25px;
}

.art-Footer .art-Footer-text p
{
	margin: 0;
}

.art-Footer .art-Footer-text
{
	display:inline-block;
	color:#DBF0DB;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.art-Footer .art-Footer-text a:link
{
	text-decoration: none;
	color: #7DF27E;
	font-family: Arial, Helvetica, Sans-Serif;
}

.art-Footer .art-Footer-text a:visited
{
	text-decoration: none;
	color: #DBF0DB;
	font-family: Arial, Helvetica, Sans-Serif;
}

.art-Footer .art-Footer-text a:hover
{
	text-decoration: none;
	color: #BFD4D2;
	font-family: Arial, Helvetica, Sans-Serif;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
	font-family:Arial;
	font-size:9px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#AE8E19;
}

.art-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#847743;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	/* overflow: hidden; */
	width: 200px;
	/* margin-top: 375px; */
}
/* end LayoutCell */

/*.textwidget {margin-left: 5px}*/

/* begin LayoutCell */
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 665px;
}

.art-contentLayout .art-content-full
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	overflow: hidden;
	width: 870px;
}

.art-contentLayout .art-content-alt
{
	position: relative;
	margin: 0;
	padding: 5px;
	border: 0;
	float: left;
	overflow: hidden;
	width: 1090px;
	margin-bottom: 30px;

}

/* begin LayoutCell */
.art-contentLayout .art-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 204px;
}
/* end LayoutCell */

.art-contentLayout .art-content-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 779px;
}
.art-contentLayout .art-content-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 779px;
}
.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 973px;
}
/* end LayoutCell */

.commentlist, .commentlist li
{
	background: none;
}

.commentlist li li
{
	margin-left:30px;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #11aa11;
	padding: 2px;
	margin:1px;
	background: #fff;
}

.commentlist li cite
{
	font-size:1.2em;
}

#commentform textarea
{
	width: 100%;
}

img.wp-smiley
{
	border:none;
	margin:0;
	padding:0;
}

.navigation
{
	display: block;
	text-align: center;
	font-size: 21px;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .art-article .aligncenter img, .aligncenter img.art-article, .aligncenter img, img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.alignright img, img.alignright
{
	margin: 1em;
	margin-right: 0;
}

.alignleft img, img.alignleft
{
	margin-right: 1em;
	margin-left: 0;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	border-radius: 5px;
}

.wp-caption img
{
	/* width: 150px; */
	/* height: 150px; */
	margin-left: 5px;
	text-indent: 0px;
	border: 1px solid #888;
	cursor: pointer;
}

.wp-caption img:hover
{
	border: 4px solid #a9a9a9;
	border-radius: 5px;
	margin: 1px;
	background-color: #97CE68;
	color: #000;
	transition: .3s;
}

.wp-caption p.wp-caption-text
{
	font-size: 13px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 3px;
}
/* End */

.hidden
{
	display: none;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
    display: inline-block;
    border: 1px solid #93a8bc;
    border-radius: 3px;
    color: #fff;
    background-color: #327AA9;
}

#wp-calendar a:hover {
    display: inline-block;
    border: 1px solid #93a8bc;
    border-radius: 3px;
    color: #fff;
    background-color: #93a8bc;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	background-color: #FFFFFF;
}

/* лого */
#footertext23 {      margin-left: 835px;
	margin-top: -50px;
	/* position: absolute; */ }

/* Левое меню */

.left-nav {
	text-align: center;
	width: 180px;
	margin: 5px;

}

.left-nav a {
	display:block;
	height:51px;
	line-height:47px;
	margin:0 2px;
	text-decoration:none; color:#000;
	border-radius: 5px;
	box-shadow: inset -18px -13px 16px rgba(85, 20, 4, 0.15);
}

/* iframe window */
iframe {
     width: 625px; 
     height: 360px; 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* меню наведение */
.left-nav a:hover {
	background-position:0 100%;
	color:#94260c;
	-webkit-box-shadow: inset -6px -6px 16px rgba(85, 20, 4, 0.75);
	-moz-box-shadow: inset -6px -6px 16px rgba(85, 20, 4, 0.75);
	box-shadow: inset -6px -6px 16px rgba(85, 20, 4, 0.75); transition: 1s;
}

/* текущая страница */
.left-nav .current_page_item > a {
	background-position:0 100%;
	color:#94260c;
	-webkit-box-shadow: inset -3px -3px 10px rgba(85, 20, 4, 0.75);
	-moz-box-shadow: inset -3px -3px 10px rgba(85, 20, 4, 0.75);
	box-shadow: inset -3px -3px 10px rgba(85, 20, 4, 0.75);
}

/* верхнее меню */
.main-nav {
	text-align:center;
	width: 100%;
	margin-left: 0px;
}

.main-nav ul {
	margin:0; padding:0; font-size:0;
}

.main-nav li {
	list-style:none;
	display:inline-block;
	width:20%;
	font-size:20px;
	text-align:center;
}

/*
.main-nav a {
display:block;
 height:51px;
line-height:47px;
 margin:0 2px;
 text-decoration:none; color:#000;
 border-radius: 5px;
  box-shadow: inset -18px -13px 16px rgba(85, 20, 4, 0.15);
}
*/

/* меню наведение */
.main-nav a:hover {
	background-position:0 100%;
	color:#94260c;
	-webkit-box-shadow: inset -3px -3px 10px rgba(85, 20, 4, 0.75);
	-moz-box-shadow: inset -3px -3px 10px rgba(85, 20, 4, 0.75);
	box-shadow: inset -3px -3px 10px rgba(85, 20, 4, 0.75); transition: 1s;
}

.main-nav li:first-child a {
	margin-left:0;
}

.main-nav li:last-child a {
	margin-right:0;
}

/* текущая страница */

.main-nav .current_page_item > a {
	background-position:0 100%;
	color:#94260c;
	-webkit-box-shadow: inset -3px -3px 10px rgba(85, 20, 4, 0.75);
	-moz-box-shadow: inset -3px -3px 10px rgba(85, 20, 4, 0.75);
	box-shadow: inset -3px -3px 10px rgba(85, 20, 4, 0.75);
}


/* social */
#soclinks{
	position: fixed;
	top: 30px
}
#soclinks li{
	display: block !important;
	padding: 0 !important;

}
#soclinks li a{
	display: block !important;
	padding: 0 !important;
	text-decoration: underline !important;
	font-size: 11pt;
}
#soclinks li a:hover{
	background: none !important;
}

div.footer-box1 {
	z-index: 1;
	padding-top: 14px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
	left: -70px;
}

div.footer-box1:hover  {
	z-index: 1;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg); -ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

div.soc-mobile {  display: none;  }

/* begin Button */
.art-button-wrapper .art-button {
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.art-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.art-button-wrapper .art-button
{
	display:block;
	height: 34px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #000000 !important;
}

input, select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
	color: #FCF9ED !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('images/Button.png');
}

.art-button-wrapper .l
{
	left:0;
	right:11px;
}

.art-button-wrapper .r
{
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -34px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -68px;
}

/* end Button */


/* правка для мобильников*/
@media all and (max-width: 1115px) {
	body {
		background-image: none !important;
		background-color: #286255;
	}

	div.soc-mobile {
		float: left;
		padding: 5px;
		display: block;
	}

	#soclinks {
		display: none;
	}

}

	@media only screen and (max-width: 640px) { 
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {font-size:1.8rem;}
body {font-size:1.2rem;}
.page-numbers {margin: 0px; font-size: 1rem;}
.art-BlockContent-body {font-size:1.2rem;}
.art-PostContent {font-size:1.2rem;}
 }
	@media only screen and (min-width: 640px) and (orientation: portrait) { body {font-size:1.4rem;} }
	@media only screen and (min-width:960px) { body {font-size:1.4rem;} }
	@media only screen and (min-width:1024px) { body {font-size:1.0rem;} }
	@media only screen and (min-width:1093px) { body {font-size:1.0rem;} }

	@media only screen and (min-width: 640px) and (orientation: portrait) { .art-BlockContent-body {font-size:1.4rem;} }
	@media only screen and (min-width:960px)  { .art-BlockContent-body {font-size:1.3rem;} }
	@media only screen and (min-width:1024px) { .art-BlockContent-body {font-size:1.0rem;} }
	@media only screen and (min-width:1093px) { .art-BlockContent-body {font-size:1.0rem;} }

	@media only screen and (min-width: 640px) and (orientation: portrait) { h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {font-size:2rem;} }
	@media only screen and (min-width:960px)  { h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {font-size:2.0rem;} }
	@media only screen and (min-width:1024px) { h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {font-size:1.6rem;} }
	@media only screen and (min-width:1093px) { h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {font-size:1.5rem;} }

	@media only screen and (min-width: 640px) and (orientation: portrait) { .art-PostContent {font-size:1.4rem;} }
	@media only screen and (min-width:960px)  { .art-PostContent {font-size:1.3rem;} }
	@media only screen and (min-width:1024px) { .art-PostContent {font-size:1.0rem;} }
	@media only screen and (min-width:1093px) { .art-PostContent {font-size:1.0rem;} }


	@media (min-width: 640px) and (orientation: portrait) {
		.navigation {font-size:2rem;}
		.metaslider {display: none;}

		.art-contentLayout .art-content-full {
			width: 100%;
		}

		.art-contentLayout .art-sidebar1 {
			width: 100%;
			margin-top: 0px;
		}

		.left-nav {
			width: 98%;
			position: inherit;
			display: grid;}

		#rpwe_widget-3 {display: none;}
		#text-9 {display: none;}
		.art-Sheet-body {
			padding: 0px;
		}

		div.art-Header {
			width: 100%;
		}

		div.art-Header-jpeg {
			width: 100%;
			height: 273px;
			background-image: url(images/headerm.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			border-radius: 1px;
		}

		div.art-Header-delf {

			width: 100%;
			height: 273px;
			background-image: url(images/headerm.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			border-radius: 1px;
		}

		div.art-Header-aqua {
			width: 100%;
			height: 273px;
			background-image: url(images/headerm.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			border-radius: 1px;
		}
		div.art-Header-ekz {width: 100%;
			height: 273px;
			background-image: url(images/headerm.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			border-radius: 1px;
		}

		.main-nav {
			width: 100%;
			margin-left: 0px;}

		.art-contentLayout {
			position: relative;
			margin-bottom: 0px;
			width: 100%;
		}

		.art-Sheet {
			width: 100%;
			top: -20px;
		}

		.art-Footer {
			width: 96%;}

		#footertext23 {
			margin-left: 0px;
			margin-top: -20px;
			position: relative;
		}

		.art-Post-cc {
			left: 1px;
			right: 1px;}

		.art-contentLayout .art-content {
			width: 100%;}

		.art-PostContent {
			padding: 0px;
		}

		.art-PostHeaderIcon-wrapper {
			padding: 4px 10px;
			border-radius: 2px;
			box-shadow: inset 1px 1px 0px rgba(85, 20, 4, 0.75);
			margin: -10px -15px 5px -16px;
		}

		iframe {
			width: 100%;}

		.art-contentLayout .art-sidebar2 {
			width: 100%;}
	.art-Post-body {padding: 10px;}
	}


@media only screen and (max-width: 1023px) and (orientation: portrait) { 

		.navigation {font-size:2rem;}
		.metaslider {display: none;}

		.art-contentLayout .art-content-full {
			width: 100%;
		}

		.art-contentLayout .art-sidebar1 {
			width: 100%;
			margin-top: 0px;
		}


		.left-nav {
			width: 100%;
			position: inherit;
			display: grid;
			margin: 0px;
		}

		#rpwe_widget-3 {display: none;}
		#text-9 {display: none;}
		.art-Sheet-body {
			padding: 0px;
		}

		div.art-Header {
			width: 100%;
		}

		div.art-Header-jpeg {
			width: 100%;
			height: 273px;
			background-image: url(images/headerm.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			border-radius: 1px;
		}

		div.art-Header-delf {

			width: 100%;
			height: 273px;
			background-image: url(images/headerm.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			border-radius: 1px;
		}

		div.art-Header-aqua {

			width: 100%;
			height: 273px;
			background-image: url(images/headerm.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			border-radius: 1px;
		}

		div.art-Header-ekz {width: 100%;
			height: 273px;
			background-image: url(images/headerm.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			border-radius: 1px;
		}

		.main-nav {
			width: 100%;
			margin-left: 0px;
		}

		.art-contentLayout {
			position: relative;
			margin-bottom: 0px;
			width: 100%;
		}

		.art-Sheet {
			width: 100%;
			top: -20px;
		}

		.art-Footer {
			width: 96%;
		}

		#footertext23 {
			margin-left: 0px;
			margin-top: -20px;
			position: relative;
		}

		.art-Post-cc {
			left: 1px;
			right: 1px;
		}

		.art-contentLayout .art-content {
			width: 100%;
		}

		.art-PostContent {
			padding: 0px;
		}

		.art-PostHeaderIcon-wrapper {
			padding: 4px 15px;
			border-radius: 2px;
			box-shadow: inset 1px 1px 0px rgba(85, 20, 4, 0.75);
			margin: -10px -15px 5px -16px;
		}

		iframe {
			width: 100%;}

		.art-contentLayout .art-sidebar2 {
			width: 100%;}

	.art-Post-body {padding: 10px;}

 }

	@media (max-width: 1024px) and (orientation: landscape) {
		.navigation {font-size:2rem;}
		.metaslider {display: none;}

		.art-contentLayout .art-content-full {
			width: 100%;}

		.art-contentLayout .art-sidebar1 {
			width: 100%;
			margin-top: 0px;}

		.left-nav {
			width: 98%;
			position: inherit;
			display: grid;}

		#rpwe_widget-3 {display: none;}
		#text-9 {display: none;}
		.art-Sheet-body {
			padding: 0px;}

		div.art-Header {
			width: 100%;}

		div.art-Header-jpeg {
			width: 100%;
			height: 273px;
			background-image: url(images/header.jpg);
			background-repeat: no-repeat;
			background-position: right;
			border-radius: 1px;}

		div.art-Header-delf {
			width: 100%;
			height: 273px;
			background-image: url(images/headerdel.jpg);
			background-repeat: no-repeat;
			background-position: center;
			border-radius: 1px;}

		div.art-Header-aqua {
			width: 100%;
			height: 273px;
			background-image: url(images/header-aqua.jpg);
			background-repeat: no-repeat;
			background-position: right;
			border-radius: 1px;}

		div.art-Header-ekz {width: 100%;
			height: 273px;
			background-image: url(images/header-ekz.jpg);
			background-repeat: no-repeat;
			background-position: center;
			border-radius: 1px;}

		.main-nav {
			width: 100%;
			margin-left: 0px;}

		.art-contentLayout {
			position: relative;
			margin-bottom: 0px;
			width: 100%;}

		.art-Sheet {
			width: 100%;
			top: -20px;}

		.art-Footer {
			width: 96%;}

		#footertext23 {
			margin-left: 0px;
			margin-top: -20px;
			position: relative;}

		.art-Post-cc {
			left: 1px;
			right: 1px;}

		.art-contentLayout .art-content {
			width: 100%;
		}

		.art-PostContent {
			padding: 0px;}

		.art-PostHeaderIcon-wrapper {
			padding: 4px 10px;
			border-radius: 2px;
			box-shadow: inset 1px 1px 0px rgba(85, 20, 4, 0.75);
			margin: -10px -15px 5px -16px;
		}

		iframe {
			width: 100%;}

		.art-contentLayout .art-sidebar2 {
			width: 100%;}

	.art-Post-body {padding: 10px;}
	}


	@media (min-width:960px) and (orientation: portrait) {
		.navigation {font-size:2rem;}
		.metaslider {display: none;}

		.art-contentLayout .art-content-full {
			width: 100%;
		}

		.art-contentLayout .art-sidebar1 {
			width: 100%;
			margin-top: 0px;
		}

		.left-nav {
			width: 98%;
			position: inherit;
			display: grid;}

		#rpwe_widget-3 {display: none;}
		#text-9 {display: none;}

		.art-Sheet-body {
			padding: 0px;}

		div.art-Header {
			width: 100%;
		}

		div.art-Header-jpeg {
			width: 100%;
			height: 273px;
			background-image: url(images/headerm.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			border-radius: 1px;
		}

		div.art-Header-delf {

			width: 100%;
			height: 273px;
			background-image: url(images/headerm.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			border-radius: 1px;
		}

		div.art-Header-aqua {
			width: 100%;
			height: 273px;
			background-image: url(images/headerm.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			border-radius: 1px;
		}

		div.art-Header-ekz {width: 100%;
			height: 273px;
			background-image: url(images/headerm.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			border-radius: 1px;
		}

		.main-nav {
			width: 100%;
			margin-left: 0px;
		}

		.art-contentLayout {
			position: relative;
			margin-bottom: 0px;
			width: 100%;
		}

		#footertext23 {
			margin-left: 0px;
			margin-top: -20px;
			position: relative;
		}

		.art-Sheet {
			width: 100%;
			top: -20px;
		}

		.art-Footer {
			width: 96%;
		}


		.art-Post-cc {
			left: 1px;
			right: 1px;
		}

		.art-contentLayout .art-content {
			width: 100%;
		}

		.art-PostContent {
			padding: 0px;
		}

		.art-PostHeaderIcon-wrapper {
			padding: 4px 10px;
			border-radius: 2px;
			box-shadow: inset 1px 1px 0px rgba(85, 20, 4, 0.75);
			margin: -10px -15px 5px -16px;
		}
		iframe {
			width: 100%;}

		.art-contentLayout .art-sidebar2 {
			width: 100%;}

.art-Post-body {padding: 10px;}
	}



	/* iподнос про*/
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {

		div.art-Header-jpeg {
			width: 100%;
			background-image: url(images/header.jpg);

		}

		div.art-Header-delf {
			width: 100%;
			background-image: url(images/headerdel.jpg);

		}

		div.art-Header-ekz {
			width: 100%;
			background-image: url(images/header-ekz.jpg);

		}


		div.art-Header-aqua {
			width: 100%;
			background-image: url(images/header-aqua.jpg);

		}

		#footertext23 {
			margin-left: 0px;
			margin-top: -56px;
			position: relative;
			float: right;
		}

		.art-contentLayout .art-sidebar2 {
			width: 100%;}

.art-Post-body {    padding: 10px; }
	}

	/* ipodnos */
	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
	and (-webkit-min-device-pixel-ratio: 2) {

		.art-contentLayout {
			margin-bottom: 0px;
			width: 1024px;
		}

		div.art-Header-jpeg {
			width: 1024px;
		}

		.art-Sheet {
			width: 1024px;
		}
.art-Post-body {    padding: 10px; }

	}


	@-moz-document url-prefix()
	{
		@media all and (max-width: 1280px) and (orientation : landscape) {

			#art-main {top: -20px;}
			.art-Sheet {transform: scale(0.93, 0.98);}

		}}
.page-numbers {
	background-color: #ffffff;
    box-shadow: 0 3px 0 #c5cece;
    color: #2a2e34;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato';
	font-weight:700;
    font-size: 16px;
    line-height: 20px;
    margin: 0 2px 13px;
    padding: 9px 18px;
    vertical-align: baseline;
    white-space: nowrap;
	transition: all 0.3s ease 0s;	
}
.page-numbers:hover {
    background: linear-gradient(to top, #D5B83F, #CAB13F);
    box-shadow: 0 8px 8px -6px #777;
	box-shadow: 0 3px 0 rgba(40, 146, 200, 1);
}

.page-numbers.current{
    box-shadow: 0 3px 0 rgba(40, 146, 200, 1);
	background: linear-gradient(to top, #D5B83F, #CAB13F);
}


.page-numbers.current {
    color: #FFFFFF;
}


.more-link {display:inline-block; padding:.0em .5em; margin:.1em; border:1px solid #93a8bc; border-radius:3px; color:#465366; background-color: #FFFFFF;}

/*blogspotintgr*/
.post-footer {height: 40px; float: right;}
/*blogspotintgr*/

.reply {    font-family: 'Lato';
    font-weight: 400;
    font-size: 13px;
}

.reply a:hover {
    border: 1px solid #31a3dd;
}

.reply a:hover {
    background: linear-gradient(to top, #D5B83F, #CAB13F);
    box-shadow: 0 8px 8px -6px #777;
}

.ngg-gallery-thumbnail img:hover {

    opacity: .8;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.ngg-gallery-thumbnail img {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-transition: all 1s ease-out;
 	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}

@media only screen and (max-device-width : 800px) {
ol, ul {
    margin: 0;
}
li ol, li ul {
    margin: 0.5em 0 0.5em -1em;
}
}

@media screen and (max-width: 640px) {
	td {
		overflow-x: auto;
		display: block;
	}
		tr {
		overflow-x: auto;
		display: block;
	}
}

.reply a {
    color: #2a2e34;
    background-color: #f5f6f8;
    border: 1px solid #d7e3ee;
    font-size: 13px;
    line-height: 20px;
    padding: 3px 12px;
    font-family: 'Lato';
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}