/**
* @Copyright Copyright (C) 2010- Tomas Smilingis
* @license GNU/GPL http://www.gnu.org/copyleft/gpl.html
**/
/* begin Page */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #F4F4F4;	
}

#webis-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	/*margin-top: 90px;*/
}

#webis-page-background-glare
{
	position: absolute;
	clip:rect(auto, auto, auto, auto);
	width: 100%;
	/*height: 289px; */
	left: 0;
	top: 0;
	z-index: 0;

}

#webis-page-background-glare-image
{
	
	height: 689px; 
	width: 100%;
	margin: 0 auto;
}

html:first-child #webis-page-background-glare
{
	border: 1px solid transparent; /* Opera fix */
}




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

.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 Page */

/* begin Box, Sheet */
.webis-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	max-width: 1280px;
	width:100%;
	min-width:23px;
	min-height:23px;
	background: none;
}
.infohead {
	top: 55px;
    position: relative;
    left: 225px;
	display: inline-block;
}

.webis-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 0 15px 0px;
}

.webis-Sheet-tr, .webis-Sheet-tl, .webis-Sheet-br, .webis-Sheet-bl
{
	width: 42px;
	height: 42px;
	background-image: url('../images/Sheet-s.png');
}

.webis-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 21px, 21px, auto);
}

.webis-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 21px, 21px);
}

.webis-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(21px, 21px, auto, auto);
}

.webis-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(21px, auto, auto, 21px);
}

.webis-Sheet-tc, .webis-Sheet-bc
{
	left: 21px;
	right: 21px;
	height: 42px;
	background-image: url('../images/Sheet-h.png');
}

.webis-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 21px, auto);
}

.webis-Sheet-bc
{
	bottom: 0;
	clip: rect(21px, auto, auto, auto);
}

.webis-Sheet-cr, .webis-Sheet-cl
{
	top: 21px;
	bottom: 21px;
	width: 42px;
	background-image: url('../images/Sheet-v.png');
}

.webis-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 21px);
}

.webis-Sheet-cl
{
	left:0;
	clip: rect(auto, 21px, auto, auto);
}

.webis-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 21px;
	left: 21px;
	right: 21px;
	bottom: 21px;
	background-color: none;
}



#webis-page-background-simple-gradient, #webis-page-background-gradient, #webis-page-background-glare
{
	min-width:1200px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.joomla-nav a, .joomla-nav a:link, .joomla-nav a:visited, .joomla-nav a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
	line-height: 36px;
	color: #231f20;
    font-family: Century Gothic;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    
    text-align: center;
}

.joomla-nav, .joomla-nav ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	    display: flex;
}

.joomla-nav li
{
	padding: 4px 20px;
	height: auto;
	margin: 0 5px;
	border: 0;
	display: inline-flex;
	position: relative;
	z-index: 5;
	background: #bfc4c7;
}
.item195 {
	width: 172px;
}
.item195 a {
	line-height: 18px !important;
} 
.item245 {
	width: 172px;
}
.item245 a {
	line-height: 18px !important;
} 
.item196 {
	width: 123px;
}
.item196 a {
	line-height: 18px !important;
} 
.item251 {
	width: 123px;
}
.item251 a {
	line-height: 18px !important;
} 
.joomla-nav .selected {
	background: #ffde40;
	
}
.joomla-nav .selected a {
	color: #000;
}

.joomla-nav li a{
	color: white;
}

.joomla-nav li:hover
{
	z-index: 10000;
	white-space: normal;
	background: #ffde40;
}
.joomla-nav li:hover a
{
	color:black;
}







/* menu structure */

.joomla-nav
{
	padding: 0;
}



.webis-nav
{
	margin-left: 124px;
	position: relative;
	height: 42px;
	z-index: 100;
}

.webis-nav .l, .webis-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 41px;	
}

.webis-nav .l
{
	left: 0;
	right:0px;
}

.webis-nav .r
{
	right: 0;
	width: 970px;
	clip: rect(auto, auto, auto, 970px);
}


/* end Menu */

/* begin MenuItem */
.joomla-nav ul li
{
	clear: both;
}

.joomla-nav a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 36px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


/*.joomla-nav a .r, .joomla-nav a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 87px;
	background-image: url('../images/MenuItem.png');
}*/

.joomla-nav a .l
{
	left:0;
	right:3px;
}

.joomla-nav a .r
{
	width:406px;
	right:0;
	clip: rect(auto, auto, auto, 403px);
}

.joomla-nav a .t 
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	color: #DDE0DC;
	padding: 0 19px;
	margin: 0 3px;
	line-height: 29px;
	text-align: center;
}

.joomla-nav a:hover .l, .joomla-nav a:hover .r
{
	top:-29px;
}

.joomla-nav li:hover>a .l, .joomla-nav li:hover>a .r
{
	top:-29px;
}

.joomla-nav li:hover a .l, .joomla-nav li:hover a .r
{
	top:-29px;
}
.joomla-nav a:hover .t
{
	color: #232622;
}

.joomla-nav li:hover a .t
{
	color: #232622;
}

.joomla-nav li:hover>a .t
{
	color: #232622;
}


.joomla-nav a.active .l, .joomla-nav a.active .r
{
	top: -58px;
}

.joomla-nav a.active .t
{
	color: #070807;
}


/* end MenuItem */

/* begin MenuSubItem */
.joomla-nav ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	width: 240px;
	overflow:hidden;
	line-height: 26px;
	margin-right: auto;


	background-image: url('../images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.webis-nav ul.joomla-nav ul span, .webis-nav ul.joomla-nav ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.joomla-nav ul a, .joomla-nav ul a:link, .joomla-nav ul a:visited, .joomla-nav ul a:hover, .joomla-nav ul a:active, .webis-nav ul.joomla-nav ul span, .webis-nav ul.joomla-nav ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #474024;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.joomla-nav ul ul a
{
	margin-left: auto;
}

.joomla-nav ul li a:hover
{
	color: #F8F7F1;
	background-position: 0 -26px;
}

.joomla-nav ul li:hover>a
{
	color: #F8F7F1;
	background-position: 0 -26px;
}

.webis-nav .joomla-nav ul li a:hover span, .webis-nav .joomla-nav ul li a:hover span span
{
	color: #F8F7F1;
}

.webis-nav .joomla-nav ul li:hover>a span, .webis-nav .joomla-nav ul li:hover>a span span
{
	color: #F8F7F1;
}


/* end MenuSubItem */

/* begin Header */
div.webis-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	border-bottom: 8px solid #121013;
	width: 100%;
	height: 200px;
	background: #ffde40;
	background-size: contain;
}
.bglogoh {
	background: #ffde40 url(../images/logo.png) no-repeat 100px 0;
	background-size: contain;
	height: 200px;
	margin-left: 72px;
}
.webis-Footer div.webis-Header {
	border:0;
}
div.webis-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 1200px;
	height: 245px;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.webis-Logo
{
	display : block;
	position: absolute;
	width: 1200px;
}

h1.webis-Logo-name
{
	display: block;
	text-align: left;
}

h1.webis-Logo-name, h1.webis-Logo-name a, h1.webis-Logo-name a:link, h1.webis-Logo-name a:visited, h1.webis-Logo-name a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 26px;
font-style: normal;
font-weight: bold;
text-decoration: none;
	padding:0;
	margin:0;
	color: #706538 !important;
}

.webis-Logo-text
{
	display: block;
	text-align: left;
}

.webis-Logo-text, .webis-Logo-text a
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
	padding:0;
	margin:0;
	color: #1B180E !important;
}
/* end Logo */

/* begin ContentLayout */
.webis-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 1080px;
    margin: auto;
}
/* end ContentLayout */

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

.webis-Block-body
{
	position: relative;
	z-index: 1;
	padding: 7px;
}

.webis-Block-tr, .webis-Block-tl, .webis-Block-br, .webis-Block-bl, .webis-Block-tc, .webis-Block-bc,.webis-Block-cr, .webis-Block-cl
{
	position:absolute;
	z-index:-1;
}

.webis-Block-tr, .webis-Block-tl, .webis-Block-br, .webis-Block-bl
{
	width: 2px;
	height: 2px;
	background-image: url('../images/Block-s.png');
}

.webis-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 1px, 1px, auto);
}

.webis-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 1px, 1px);
}

.webis-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(1px, 1px, auto, auto);
}

.webis-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(1px, auto, auto, 1px);
}

.webis-Block-tc, .webis-Block-bc
{
	left: 1px;
	right: 1px;
	height: 2px;
	background-image: url('../images/Block-h.png');
}

.webis-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 1px, auto);
}

.webis-Block-bc
{
	bottom: 0;
	clip: rect(1px, auto, auto, auto);
}

.webis-Block-cr, .webis-Block-cl
{
	top: 1px;
	bottom: 1px;
	width: 2px;
	background-image: url('../images/Block-v.png');
}

.webis-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 1px);
}

.webis-Block-cl
{
	left:0;
	clip: rect(auto, 1px, auto, auto);
}

.webis-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #FFFFFF;
}


.webis-Block
{
	margin: 0px 0;
	background-color: #FFFFFF;
}

/* end Box, Block */

/* begin BlockHeader */
.webis-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}

.webis-BlockHeader .t
{
	height: 30px;
	color: #000000;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 30px;	
}

.webis-BlockHeader .l, .webis-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('../images/BlockHeader.png');
}

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

.webis-BlockHeader .r
{ 
	width:990px;
	right:0;
	clip: rect(auto, auto, auto, 990px);
}




/* end BlockHeader */

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

.webis-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 0px 0px 7px;
}

.webis-BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
}


.webis-BlockContent-body
{
	color:#666F62;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.webis-BlockContent-body a:link
{
	color: #776B3C;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
padding: 5px 10px;
}

.webis-BlockContent-body a:visited, .webis-BlockContent-body a.visited
{
	color: #776B3C;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

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

.webis-BlockContent-body ul
{
	list-style-type: none;
	color: #282B26;
	margin:0;
	padding:0;
}

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

.webis-BlockContent-body ul li
{
	padding:0px 0 0px 13px;
	display: inline;
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

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

.webis-Post-body
{
	position: relative;
	z-index: 1;
	padding: 10px;
}



.webis-Post
{
	margin: 7px;
}

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

.webis-article img, img.webis-article
{
	/*border: solid 2px #B7A971;
	margin: 1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

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

/* Start tables */

.webis-article table, table.webis-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

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

.webis-article th, .webis-article td
{
	padding: 5px;
	/*border: solid 1px #C7BC8F;*/
	text-align:left;
	
}

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

/* Finish tables */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.webis-PostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	color: #3E443C;
}

.webis-PostHeader a, .webis-PostHeader a:link, .webis-PostHeader a:visited, .webis-PostHeader a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	margin:0;
	color: #3E443C;
}

/* end PostHeaderIcon */

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

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

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

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

.webis-PostHeaderIcons, .webis-PostHeaderIcons a, .webis-PostHeaderIcons a:link, .webis-PostHeaderIcons a:visited, .webis-PostHeaderIcons a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
	color: #3E443C;
}

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

.webis-PostHeaderIcons a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
	color: #776B3C;
}

.webis-PostHeaderIcons a:visited, .webis-PostHeaderIcons a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
	color: #575F54;
}

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

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
  color: #52594F;
}

.webis-PostContent
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: justify;
  color: #52594F;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #9C8D4F;
}

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

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

/* :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: #CDA71D;
}

/* 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: #575F54;
}

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: #727C6E;
  text-decoration: none;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Century Gothic;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #9C8D4F;
}

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: #666F62;
}

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: #666F62;
}

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: #666F62;
}
/* Finish Content headings Fonts & Colors  */


/* end PostContent */

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

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:outside;
	
}



.webis-Post li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

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

.webis-Post ul li, .webis-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,
blockquote p,
.webis-PostContent blockquote p
{
	color:#141613;
font-family: Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-align: left;
}

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


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

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

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

.firefox2 .webis-button-wrapper
{
	display:block;
	float:left;
}

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

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

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

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

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

.webis-button-wrapper .l
{
	left:0;
	right:7px;
}

.webis-button-wrapper .r
{
	width:401px;
	right:0;
	clip: rect(auto, auto, auto, 394px);
}

.webis-button-wrapper.hover .l, .webis-button-wrapper.hover .r
{
	top: -31px;
}

.webis-button-wrapper.active .l, .webis-button-wrapper.active .r
{
	top: -62px;
}


/* end Button */

/* begin Footer */
.webis-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 100%;
	border-bottom: solid 50px #ffde40;
	border-top: solid 11px #cbcccc;
	margin: 5px auto 0px auto;
}
.webis-Footer .infohead {
	top:30px;
}
.webis-Footer .webis-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.webis-Footer .webis-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('../images/Footer.png');
	width: 970px;
	height: 150px;
	bottom:0;
	left:0;
}


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




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

.webis-Footer .webis-Footer-text
{
	display:inline-block;
	color:#36311B;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
}

.webis-Footer .webis-Footer-text a:link
{
	text-decoration: none;
	color: #9C8D4F;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.webis-Footer .webis-Footer-text a:visited
{
	text-decoration: none;
	color: #9C8D4F;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

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

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

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

/* begin LayoutCell */
.webis-contentLayout .webis-sidebar1
{
	position: relative;
	margin: 0;
	    margin-top: 20px;
	padding: 0;
	border: 0;
	float: right;
	overflow: hidden;
	width: 265px;
    border-left: solid 2px #cbcccc;
    padding-left: 24px;
}
/* end LayoutCell */

/* begin LayoutCell */
.webis-contentLayout .webis-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 690px;
}
.webis-contentLayout .webis-content-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 726px;
}
.item-pagecolumnwidth-320 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	/*width: 750px;*/
}
.item-pagecolumnwidth-320 h1 {
	text-align: center;
}
/* end LayoutCell */



table.moduletable th
{
	font-size: 140%;
	padding: .5em 0em;
}

.firefox2 table.poll tr td div
{
	font-size:0;
}

#footer
{
	text-align: center;
}

.breadcrumbs
{
	display: block;
	padding: .7em 0em;
}

.contentpaneopen span.small, .contentpaneopen td.createdate, .contentpaneopen td.modifydate
{
	font-size: 75%;
	padding-bottom: 1em;
}

.column_separator 
{
	padding-left: .4em;
}

.pagination span
{
	padding: 2px;
}

.pagination a
{
	padding: 2px;
}

div.offline
{
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway
{
	display: block;
	margin: 0 20px;
	overflow: hidden;
}

/* headers */
table.moduletable th, legend
{
	margin: 0;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

/* form validation */
.invalid
{
	border-color: #ff0000;
}

label.invalid
{
	color: #ff0000;
}


/** overlib **/

.ol-foreground
{
	background-color: #f6f6f6;
}

.ol-background
{
	background-color: #666;
}

.ol-textfont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}

.ol-captionfont a
{
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

/* spacers */
span.article_separator
{
	display: none;
}

.column_separator
{
	padding-left: 10px;
}

td.buttonheading img
{
	border: none;
}

.clr
{
	clear: both;
}

div#maindivider
{
	border-top: 1px solid #ddd;
	margin-bottom: 10px;
	overflow: hidden;
	height: 1px;
}

table.blog span.article_separator
{
	display: none;
}

/* edit button */
.contentpaneopen_edit
{
	float: left;
}

/* table of contents */
table.contenttoc
{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 5px;
	float: right;
}

table.contenttoc td
{
	padding: 0 5px;
}


/* content tables */
td.sectiontableheader
{
	background: #efefef;
	color: #333;
	font-weight: bold;
	padding: 4px;
	border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td
{
	padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2
{
	padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane
{
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li
{
	margin-bottom: 5px;
}

table.contentpaneopen fieldset
{
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3
{
	margin-top: 25px;
}

table.contentpaneopen h4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight
{
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable
{
	margin-bottom: 0px;
}

div.moduletable, div.module
{
	margin-bottom: 25px;
}

div.module_menu h3
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div
{
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div
{
	background: none;
	padding: 0;
}

div.module_menu ul
{
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited
{
	font-weight: bold;
}

#leftcolumn div.module
{
	padding: 0 10px;
}

#leftcolumn div.module table
{
	width: auto;
}

/* forms */
table.adminform textarea
{
	width: 540px;
	height: 400px;
	font-size: 1em;
	color: #000099;
}

div.search input
{
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login
{
	text-align: left;
}

form#form-login fieldset
{
	border: 0 none;
	margin: 0;
	padding: 0.2em;
}

form#form-login ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form#form-login ul li
{
	background-image: none;
	padding: 0;
}

#modlgn_username, #modlgn_passwd
{
	width: 90%;
}

#form-login-username, #form-login-password, #form-login-remember
{
	display: block;
	margin: 0;
}

form#com-form-login
{
	text-align: left;
}

form#com-form-login fieldset
{
	border: 0 none;
	margin: 0;
	padding: 0.2em;
}

form#com-form-login ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form#com-form-login ul li
{
	background-image: none;
	padding: 0;
}

/* thumbnails */
div.mosimage
{
	margin: 5px;
}

div.mosimage_caption {
	font-size: .90em;
	color: #666;
}

div.caption
{
	padding: 0 10px 0 10px;
}

div.caption img
{
	border: 1px solid #CCC;
}

div.caption p
{
	font-size: .90em;
	color: #666;
	text-align: center;
}

/* Parameter Table */
table.paramlist
{
	margin-top: 5px;
}

table.paramlist td.paramlist_key
{
	width: 128px;
	text-align: left;
	height: 30px;
}

div.message
{
	font-weight: bold;
	font-size: 14px;
	color: #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.banneritem img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text
{
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text
{
	padding: 4px;
	font-size: 11px;
	background-color: #f7f7f7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span
{
	padding: 2px;
}

.pagination a
{
	padding: 2px;
}

/* Polls */
.pollstableborder
{
	margin-top: 8px;
}


.pollstableborder td
{
	text-align: left;
	
}

/* WebLinks */
span.description
{
	display: block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset
{
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend
{
	margin: 0;
	padding: 0 10px;
}

td.key
{
	border-bottom: 1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip
{
	float: left;
	background: #ffc;
	border: 1px solid #d4d5aa;
	padding: 5px;
	max-width: 200px;
}

.tool-title
{
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text
{
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message
{
	margin-bottom: 20px;
}

#system-message dd.message ul
{
	background: #c3d2e5 4px center no-repeat;
	border-top: 3px solid #de7a7b;
	border-bottom: 3px solid #de7a7b;
	margin:0px;
	padding-left: 40px;
	text-indent:0px;
}

/* System Error Messages */
#system-message dd.error ul
{
	color: #c00;
	background: #e6c0c0 4px center no-repeat;
	border-top: 3px solid #DE7A7B;
	border-bottom: 3px solid #DE7A7B;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}

/* System Notice Messages */
#system-message dd.notice ul
{
	color: #c00;
	background: #efe7b8 4px center no-repeat;
	border-top: 3px solid #f0dc7e;
	border-bottom: 3px solid #f0dc7e;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
 }

#syndicate
{
	float: left;
	padding-left: 25px;
}

/* Component Specific Fixes */

#component-contact table td
{
	padding: 2px 0;
}

.breadcrumbs img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.mceToolbarTop {
	white-space: normal;
}

.mceEditor
{
	background: none;
}

#archive-list
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#archive-list li
{
	list-style-type: none;
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}

#navigation
{
	text-align: center;
}

.article h3 img
{
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.webis-Footer-text .moduletable
{
	border: none;
	margin: 0;
	padding: 0;
}

.pollstableborder td {
	vertical-align: middle;
}

.img_caption.left
{
	float: left;
	margin-right: 1em;
}

.img_caption.right
{
	float: right;
	margin-left: 1em;
}

.img_caption.left p
{
	clear: left;
	text-align: center;
}

.img_caption.right p
{
	clear: right;
	text-align: center;
}

.img_caption img
{
	margin: 0em;
}

.contentheading
{
font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #9C8D4F;
}

/* Plugin compatilibity. */

/* 152316, DOCman */

.dm_taskbar ul
{
	background-image: none;
	margin: 0px;
	padding: 0px;
}

.dm_taskbar ul li
{
	background-image: none;
}

.webis-balloons
{
	position:absolute;
	margin-left: 50%;
	margin-top:5px;	
	width: 315px;
	height: 286px;
	/*background-image: url('../images/balionai.png'); */
	background-repeat:no-repeat;
	background-position:right;	
}

.kat-img {
	border: none !important;
	width: 150px;
	height: 100px;
	
}
.katalog-text {
	clear: left;
	padding-top: 10px;
}
.katalog-img {
    float: left;
    height: 180px;
    margin-bottom: 10px;
    margin-left: 1%;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 30%;
    z-index: 10;
	border: 2px solid #ccc;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.katalog-img:hover{
	background: #fff;
	border: 2px solid #E5C347;
}
.katalog-img a {
	text-decoration: none;
	font-size: 14pt;
}
.katalog-img:hover a{
	color: rgb(205, 167, 29);
}

.uslugi-img {
    float: left;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    width: 29%;
	text-align: center;
}
.uslugi-p {
	font-size: 18px;
    float: left;
    position: relative;
    width: 32%;
	text-align: center;
}
.uslugi-img a{
    text-decoration: none;
}
.uslugi-img p{
	font-size: 18px;
    text-align: center;
    
}
.usl-img {
	margin: 0 !important;
	width: 200px;
	height: 150px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 4px solid #F4F4F4;
}

.usl-img:hover{
border: 4px solid #E5C347;
}

.contact-top1 {
	padding: 7px;
	background: white;
	width: 220px;
	height: 65px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: 5px;
    margin-top: 205px;
	float:left;
}
.contact-top1 table {
	font-size: 14px;
	margin-left: 45px;
}

.contact-top2 {
	padding: 7px;
	background: white;
	width: 225px;
	height: 65px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: 690px;
    margin-top: 205px;
	float:left;
}

.contact-img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.catalog-left {
	color: #9C8D4F;
   font-family: Arial,Helvetica,Sans-Serif;
   font-size: 14px;
   font-style: normal;
   font-weight: bold;
   text-align: left;
}


/* ПРАВКИ ПО МЕНЮ НАЧАЛО */

.name_menu {
	margin-left: 45px;
	display: block;
	font-family: Arial,Helvetica,Sans-Serif;
   padding: 4px 0px;
   text-decoration: none;
	color: #000;
	cursor: pointer;
}

.name_menu:hover {
	color: #E4C144;
}

.catalog-left a {
	margin-left: 50px;
	display: block;
	font-family: Arial,Helvetica,Sans-Serif;
   padding: 4px 0px;
   text-decoration: none;
	color: #000;
}

.catalog-left a:hover {
   color: #E4C144;
}

#marg_men {
	margin-top: 8px;
}

.catalog-left-p {
	background: url("../images/linemini.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	padding-bottom: 10px;
}
.catalog-left-p div {
	height: 45px;
	padding: 5px 0 0;
	margin-left: 0px;
	display: inline-block;
}


.catalog-left-pf {
	background: url("../images/linemini.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	padding-bottom: 10px;
}

.catalog-left-pf div {
	height: 45px;
	padding: 5px 0 0;
	margin-left: 0px;
	display: inline-block;
}

.hidd ul {
	margin: 0px;
	list-style-image: url("../images/katalog-left/razv.png");
	list-style-type: none;
	margin-top: 5px;
}


.hidd li {
	background: url("../images/katalog-left/linemini_2.png") no-repeat bottom center;
	padding: 3px 5px 5px 0px;
}

.hidd {
	display: none;
}

#podmenu_a {
	width: 215px;
	margin-left: 25px;
	margin-bottom: 10px;
	padding: 0px;
	color: #333333;
	display: table;
}

#podmenu_a img {
	margin-right: 6px;
	display: table-cell;
}

#podmenu_a span {
	display: table-cell;
	width: 100%;
	text-align: left;	
}

#podmenu_a:hover {
	color: #E4C144;
}

.catalog-left-p1 {
	background: url("../images/katalog-left/no_image.png") no-repeat scroll 5px 6px rgba(0, 0, 0, 0);
}

/* ПРАВКИ ПО МЕНЮ КОНЕЦ */

/* 
.catalog-left-p2 {
	background: url("../images/katalog-left/2.png") no-repeat scroll 5px 10px rgba(0, 0, 0, 0);
}
.catalog-left-p3 {
	background: url("../images/katalog-left/3.png") no-repeat scroll 5px 10px rgba(0, 0, 0, 0);
}

.catalog-left-p4 {
	background: url("../images/katalog-left/4.png") no-repeat scroll 5px 10px rgba(0, 0, 0, 0);
}
.catalog-left-p5 {
	background: url("../images/katalog-left/5.png") no-repeat scroll 5px 10px rgba(0, 0, 0, 0);
}
.catalog-left-p6 {
	background: url("../images/katalog-left/6.png") no-repeat scroll 5px 10px rgba(0, 0, 0, 0);
}
.catalog-left-p7 {
	background: url("../images/katalog-left/7.png") no-repeat scroll 5px 10px rgba(0, 0, 0, 0);
}
.catalog-left-p8 {
	background: url("../images/katalog-left/8.png") no-repeat scroll 5px 10px rgba(0, 0, 0, 0);
}
.catalog-left-p9 {
	background: url("../images/katalog-left/9.png") no-repeat scroll 5px 10px rgba(0, 0, 0, 0);
}
.catalog-left-p10 {
	background: url("../images/katalog-left/10.png") no-repeat scroll 5px 10px rgba(0, 0, 0, 0);
}
.catalog-left-p11 {
	background: url("../images/katalog-left/11.png") no-repeat scroll 5px 10px rgba(0, 0, 0, 0);
}
.catalog-left-p12 {
	background: url("../images/katalog-left/12.png") no-repeat scroll 5px 10px rgba(0, 0, 0, 0);
}
*/

.img-sertifikat {
	height: 340px;
	width: 200px;
	margin: 10px;
	padding: 20px;
	border: 2px solid #E3BF3B;
	background: #fff;
}

.webis-nostyle h3 {
	display: block;
    line-height: 31px;
    padding-left: 5px;
    background: #ffde40;
    color: #231f20;
    font-family: Century Gothic;
    text-transform: uppercase;
    width: 100%;
	margin: 0;
	font-size: 28px;
}

.webis-main {
	width: 740px;
	    margin-top: 20px;
	float: left;
}

.montaj {
	text-align: center;
}

.montaj a {
	margin: 10px auto;
	padding: 10px !important;
	width: 160px;
	display: block;
	color: #FFFFFF;
	background: linear-gradient(to top, #41483F, #656D61) repeat scroll 0 0 rgba(0, 0, 0, 0);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}
.montaj a:hover {
	background: linear-gradient(to top, rgb(225, 184, 40), rgb(232, 203, 95)) repeat scroll 0% 0% transparent;
	color: #000;
}
.item-page {
	text-align: justify;
	line-height: 130%;
}
.item-page .hing {
	max-width: 250px;
	float:left;
	margin-right:10px;
}

.clients div {
	display: inline-block;
	width: 20%;
	height: 250px;
	vertical-align: top;
	border: 3px solid #E5C347;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding: 5px;
	margin: 5px 12px;
	background: #fff;
}
.clients img {
	max-width: 150px;
	max-height: 150px;
}

.clients p:first-child {
	height: 70px;
	}
.main-href {
    display: block;
    height: 80px;
    left: 50%;
    margin-left: -300px;
    position: absolute;
    text-decoration: none;
    width: 600px;
	z-index: 2;
}
.amazon_scroller{
    padding: 0px;
    margin: auto;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
}
.amazon_scroller .amazon_scroller_nav{
    position: absolute;
}
.amazon_scroller .amazon_scroller_nav li{
    cursor: pointer;
    position: absolute;
}
.amazon_scroller .amazon_scroller_mask{
    position: absolute;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
}
.amazon_scroller ul{
    padding: 0px;
    margin: 0px;
    float: left;
}
.amazon_scroller ul li{
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    list-style: none;
    float: left;
    text-align: center;
    display:inline;
}
.amazon_scroller ul li a{
    text-decoration: none;
}
.amazon_scroller ul li a:hover{
    text-decoration: underline;
}
.amazon_scroller ul li a img{
    border: none;
}
.ya-share2 {
margin:10px;
text-align:center;
}
#itemListLeading {

}
#itemListPrimary {
width:49%;
display:inline-block;
vertical-align:top;
}

#itemListLeading .catItemImageBlock img {
width:90%;
border:0;
padding: 0;

}
#itemListLeading div.catItemImageBlock {
	width:30%;
	display:inline-block;
	margin:0;
	padding:0;
}
div.catItemHeader {
margin-left: 20px;
}
div.k2right {
width: 67%;
    display: inline-block;
	vertical-align: top;
}
div.catItemIntroText{
	color: #231f20;
	font-family: Century Gothic;
	font-size: 14px;
    line-height: 18px;
	padding-top:0px;
	
    margin-left: 20px;
}
div.catItemCommentsLink {
	display:none;
}
div.catItemHeader span.catItemDateCreated {
    display: block;
    font-size: 12px;
    border-bottom: solid 6px #ffde40;
    width: 90%;
    margin-bottom: 12px;
    padding-bottom: 4px;
}
#itemListLeading div.catItemBody {

	padding:0;
}
h3.catItemTitle a {
	cursor:pointer;
	color:#000;
	text-decoration: none;
}
#itemListLeading div.catItemHeader h3.catItemTitle {

	padding: 0;
	padding-bottom: 10px;
}
#itemListPrimary div.catItemHeader h3.catItemTitle {


	padding-bottom: 10px;
}
div.catItemHeader h3.catItemTitle {
	line-height: 79%;
}
.catItemHeader .author {

	padding-right: 15px !important;
    line-height: 15px;
    height: 30px;
    float: left;
    position: relative;
    padding: 0 0 0 38px;
}
.catItemHeader .author span{

	font-family: 'OpenSansBold',sans-serif;
    color: #3f5a9a;
    text-decoration: none;
}
.catItemHeader .author img {
margin-top: 3px;
    width: 26px;
    height: 26px;
    float: left;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    }
    span.date-time {
    	color: #737373!important;
    font-size: 11px;
    }
.catItemHeader .comments-views {
    float:right;
    padding: 8px 0 0 35px;
       
    padding-top: 8px;
    height: 18px;
    line-height: 18px;
}

.catItemHeader .comments-views .cv-item {
    color: #737373;
    margin: 0 1em 0 0;
    float: left;
}
.catItemHeader .comments-views .ico {
    display: block;
    float: left;
    margin: 0 3px -5px 0;
    width: 26px;
    height: 18px;
}
.catItemHeader .comments-views .ico-comments {
background: url(../images/comment.png) no-repeat;
}
.catItemHeader .comments-views .ico-views {
	    background: url(../images/view.png) no-repeat;
}

.k2ItemsBlock .author {

	padding-right: 15px !important;
    line-height: 15px;
    height: 30px;
    float: left;
    position: relative;
    padding: 0 0 0 38px;
}
.k2ItemsBlock .author span{

	font-family: 'OpenSansBold',sans-serif;
    color: #3f5a9a;
    text-decoration: none;
}
.k2ItemsBlock .author img {
margin-top: 3px;
    width: 26px;
    height: 26px;
    float: left;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    }
    span.date-time {
    	color: #737373!important;
    font-size: 11px;
    }
.k2ItemsBlock .comments-views {
    float:right;
    padding: 8px 0 0 35px;
       
    padding-top: 8px;
    height: 18px;
    line-height: 18px;
}

.k2ItemsBlock .comments-views .cv-item {
    color: #737373;
    margin: 0 1em 0 0;
    float: left;
}
.k2ItemsBlock .comments-views .ico {
    display: block;
    float: left;
    margin: 0 3px -5px 0;
    width: 26px;
    height: 18px;
}
.k2ItemsBlock .comments-views .ico-comments {
background: url(../images/comment.png) no-repeat;
}
.k2ItemsBlock .comments-views .ico-views {
	    background: url(../images/view.png) no-repeat;
}
.populnews {
	color:#000;
	font-size:20px;
	border-top: solid 1px #000;
	margin: 0;
    padding: 10px;
}
.itemToolba {
	    margin-bottom: 28px;
	    position: relative;
    z-index: 5;
}
.itemToolbar .social-buttons{
	float: left;
    padding: 0 15px 0 0;
}

.itemToolbar .font-control{
	padding: 14px 0 0 0;
    float: left;
}
.itemToolbar .font-control .title {
    float: left;
    color: #6d6d6d;
    font-size: 11px;
    padding: 0 6px 0 0;
}
.itemToolbar .comments-views {
    padding: 13px 0 0 20px;
    float: left;
    
    
    height: 18px;
    line-height: 18px;
}
#fontDecrease {
    float: left;
    width: 27px;
    height: 27px;
    background: url(../images/minus.png) no-repeat;
    cursor: pointer;
    margin: -6px 5px 0 0;
    text-decoration: none;
}
#fontIncrease {
text-decoration: none;
	    float: left;
    width: 27px;
    height: 27px;
    background: url(../images/plus.png) no-repeat;
    cursor: pointer;
    margin: -6px 5px 0 0;
}

.itemToolbar  .comments-views .cv-item {
    color: #737373;
    margin: 0 1em 0 0;
    float: left;
}
.itemToolbar .comments-views .ico-comments {
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin: 0 3px -5px 0;
    background: url(../images/comment.png) no-repeat;
}
.itemToolbar .ico-views {
	width: 22px;
    height: 22px;
	display: block;
    float: left;
    margin: 0 3px -5px 0;
    background: url(../images/view.png) no-repeat;
}
.itemRelated ul  li {
	width:32%;
	display:inline-block;
	vertical-align: top;
}
.itemRelated .itemRelTitle {
	color:#000;
	text-decoration: none;
	font-size: 18px;
}
.itemRelated h3 {
	color:#000;
}

.smallfont h3 {
        background: url(../images/com.png) no-repeat 223px 0px;
    height: 34px;
    line-height: 37px;
}

.k2Pagination .pagination-start, .k2Pagination .pagination-prev,
.k2Pagination .pagination-end, .k2Pagination .pagination-next {
display:none;
}

.k2Pagination .pagenav {
    background: #e1b828;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 7px;
	    margin: 0 4px;
		border: solid 2px #e1b828;
}
  .k2Pagination span.pagenav {  background: none;
    color: #000;
    border: solid 2px #e1b828;
	}
.k2Pagination a.pagenav:hover {
text-decoration:underline;
}

.b-page_newyear{position:absolute;top:0;z-index:999;height:90px;width:100%;}
.b-page__content{min-height:90px;}
.b-head-decor{display:none}
.b-page_newyear .b-head-decor{
   position:absolute;
   top:0;
   left:0;
   display:block;
   height:106px;  
   width:100%;
   overflow:hidden;
   background:url(../images/balls/b-head-decor_newyear.png) repeat-x 0 0
}
.b-page_newyear .b-head-decor__inner{position:absolute;top:0;left:0;height:90px;display:block;width:373px}
.b-page_newyear .b-head-decor::before{content:'';display:block;position:absolute;top:-90px;left:0;z-index:3;height:90px;display:block;width:100%;box-shadow:0 15px 30px rgba(0,0,0,0.75)}
.b-page_newyear .b-head-decor__inner_n2{left:373px}
.b-page_newyear .b-head-decor__inner_n3{left:746px}
.b-page_newyear .b-head-decor__inner_n4{left:1119px}
.b-page_newyear .b-head-decor__inner_n5{left:1492px}
.b-page_newyear .b-head-decor__inner_n6{left:1865px}
.b-page_newyear .b-head-decor__inner_n7{left:2238px}
 
.b-ball{position:absolute}
.b-ball_n1{top:0;left:3px;width:59px;height:83px}
.b-ball_n2{top:-19px;left:51px;width:55px;height:70px}
.b-ball_n3{top:9px;left:88px;width:49px;height:67px}
.b-ball_n4{top:0;left:133px;width:57px;height:102px}
.b-ball_n5{top:0;left:166px;width:49px;height:57px}
.b-ball_n6{top:6px;left:200px;width:54px;height:70px}
.b-ball_n7{top:0;left:240px;width:56px;height:67px}
.b-ball_n8{top:0;left:283px;width:54px;height:53px}
.b-ball_n9{top:10px;left:321px;width:49px;height:66px}
.b-ball_n1 .b-ball__i{background:url(../images/balls/b-ball_n1.png) no-repeat}
.b-ball_n2 .b-ball__i{background:url(../images/balls/b-ball_n2.png) no-repeat}
.b-ball_n3 .b-ball__i{background:url(../images/balls/b-ball_n3.png) no-repeat}
.b-ball_n4 .b-ball__i{background:url(../images/balls/b-ball_n4.png) no-repeat}
.b-ball_n5 .b-ball__i{background:url(../images/balls/b-ball_n5.png) no-repeat}
.b-ball_n6 .b-ball__i{background:url(../images/balls/b-ball_n6.png) no-repeat}
.b-ball_n7 .b-ball__i{background:url(../images/balls/b-ball_n7.png) no-repeat}
.b-ball_n8 .b-ball__i{background:url(../images/balls/b-ball_n8.png) no-repeat}
.b-ball_n9 .b-ball__i{background:url(../images/balls/b-ball_n9.png) no-repeat}
.b-ball_i1 .b-ball__i{background:url(../images/balls/b-ball_i1.png) no-repeat}
.b-ball_i2 .b-ball__i{background:url(../images/balls/b-ball_i2.png) no-repeat}
.b-ball_i3 .b-ball__i{background:url(../images/balls/b-ball_i3.png) no-repeat}
.b-ball_i4 .b-ball__i{background:url(../images/balls/b-ball_i4.png) no-repeat}
.b-ball_i5 .b-ball__i{background:url(../images/balls/b-ball_i5.png) no-repeat}
.b-ball_i6 .b-ball__i{background:url(../images/balls/b-ball_i6.png) no-repeat}
.b-ball_i1{top:0;left:0;width:25px;height:71px}
.b-ball_i2{top:0;left:25px;width:61px;height:27px}
.b-ball_i3{top:0;left:176px;width:29px;height:31px}
.b-ball_i4{top:0;left:205px;width:50px;height:51px}
.b-ball_i5{top:0;left:289px;width:78px;height:28px}
.b-ball_i6{top:0;left:367px;width:6px;height:69px}
.b-ball__i{
position:absolute;
width:100%;
height:100%;
-webkit-transform-origin:50% 0;
-moz-transform-origin:50% 0;
-o-transform-origin:50% 0;
transform-origin:50% 0;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
pointer-events:none
}
.b-ball_bounce .b-ball__right{position:absolute;top:0;right:0;left:50%;bottom:0;z-index:9}
.b-ball_bounce:hover .b-ball__right{display:none}
.b-ball_bounce .b-ball__right:hover{left:0;display:block!important}
.b-ball_bounce.bounce>.b-ball__i{-webkit-transform:rotate(-9deg);-moz-transform:rotate(-9deg);-o-transform:rotate(-9deg);transform:rotate(-9deg)}
.b-ball_bounce .b-ball__right.bounce+.b-ball__i{-webkit-transform:rotate(9deg);-moz-transform:rotate(9deg);-o-transform:rotate(9deg);transform:rotate(9deg)}
.b-ball_bounce.bounce1>.b-ball__i{-webkit-transform:rotate(6deg);-moz-transform:rotate(6deg);-o-transform:rotate(6deg);transform:rotate(6deg)}
.b-ball_bounce .b-ball__right.bounce1+.b-ball__i{-webkit-transform:rotate(-6deg);-moz-transform:rotate(-6deg);-o-transform:rotate(-6deg);transform:rotate(-6deg)}
.b-ball_bounce.bounce2>.b-ball__i{-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}
.b-ball_bounce .b-ball__right.bounce2+.b-ball__i{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}
.b-ball_bounce.bounce3>.b-ball__i{-webkit-transform:rotate(1.5deg);-moz-transform:rotate(1.5deg);-o-transform:rotate(1.5deg);transform:rotate(1.5deg)}
.b-ball_bounce .b-ball__right.bounce3+.b-ball__i{-webkit-transform:rotate(-1.5deg);-moz-transform:rotate(-1.5deg);-o-transform:rotate(-1.5deg);transform:rotate(-1.5deg)}

.breadcrumb {
	margin: 0;
	padding: .7em 0em;
}
.breadcrumb li {
	list-style:none;
	display: inline-block;
}

.hedrowl a { 
	padding-bottom: 7px;
	line-height: 31px;
    border-bottom: solid 3px #231f20;
	font-family: Century Gothic;
	    font-weight: bold;
    font-size: 34px;
	text-decoration:none;
	color:#231f20;
	   display: inline-block;
}
.sloganz {
	color:#231f20;
	display: inline-block;
	font-size: 23px;
	padding-top: 7px;
	font-weight:bold;
	font-family: Century Gothic;
}
.hedrowl {
	display: inline-block;
	vertical-align: top;
}
.hedrowk {
	margin-left: 45px;
	display:inline-block;
	vertical-align: top;
}
.hedrowkon {
	margin-left: 55px;
	display:inline-block;
	vertical-align: top;
}
.hedrowk h3 {
	color:#231f20;
	margin: 0;
	font-family: Century Gothic;
}
.hedrowk p {
margin: 6px 0 0 0;
color:#231f20;
font-family: Century Gothic;
    font-weight: bold;
    font-size: 16px;
}
.hedrowk .adr {
    background: url(../images/ikon_adr.png) no-repeat left top;
    padding-left: 25px;
    background-size: 11%;
}
.hedrowk .tel {
    background: url(../images/ikon_tel.png) no-repeat left top;
    padding-left: 25px;
    background-size: 13%;
}
.hedrowkon .mail {
    background: url(../images/ikon_mail.png)  no-repeat left center;
    padding-left: 25px;
    background-size: 11%;
}
.hedrowkon .face {
    background: url(../images/ikon_face.png)  no-repeat left center;
    padding-left: 25px;
    background-size: 11%;
}
.hedrowkon p {
	margin: 10px 0 0 0;
}
.hedrowkon p a {
	color:#231f20;
	font-family: Century Gothic;
    font-weight: bold;
    font-size: 16px;
	text-decoration:none;
}
.hedrowk div.moduletable{
	margin-bottom:0;
}
a.order {
	font-size: 16px;
	background:#fff;
	border-radius:20px;
	text-decoration:none;
	color:#231f20;
	font-family: Century Gothic;
    font-weight: bold;
	text-transform: uppercase;
	padding: 11px 21px;
    display: block;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 1);
	margin-bottom: 17px;
}
#menufont {
	background:#ffffff;	
}
.bannerz {
	display: flex;
	padding-top: 11px;
	border-bottom:solid 9px #cbcccc;
}

.bannerz img{
	width:100%;
	border-bottom:solid 12px #ffde40;
}
.item-page {
	width: 740px;
	color: #231f20;
    font-family: Century Gothic;
	font-size: 16px;
}
.item-page h2{
	color: #231f20;
	font-weight:bold;
    font-family: Century Gothic;
	font-size: 24px;
	border-bottom:solid 5px #ffde40;
	padding-bottom: 8px;
    padding-left: 8px;
}
.page-header {
	padding-bottom: 7px;
	border-bottom: solid 5px #ffde41;
	width: 100%;

}
.page-header h1{
	display:block;
	    line-height: 31px;
    padding-left: 5px;
	background:#ffde40;
	color: #231f20;
	margin: 0;
    font-family: Century Gothic;
    text-transform: uppercase;
	
}
.item-page ul li {
	
	color: #231f20;
    font-family: Century Gothic;
	font-size: 16px;
	font-weight:bold;
}
.newsright .k2Avatar,
.newsright .moduleItemAuthor,
.newsright .moduleItemComments {
	display: none;
}
.newsright .moduleItemTitle {
	color: #231f20;
    font-family: Century Gothic;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.newsright {
	    border-top: solid 5px #ffde41;
    margin-top: 7px;
    padding-top: 20px;
}
.newsright .moduleItemDateCreated {
	font-family: Century Gothic;
	color:#bcc1c4;
	font-size: 14px;
	display: block;
	font-weight: bold;
}
div.newsright ul li span.moduleItemHits {
	font-family: Century Gothic;
	color:#bcc1c4;
	font-size: 14px;
	display: block;
	font-weight: bold;
	border:0;
}
.contactpage p,
.contactpage .tablcont,
.contactpage a {
font-family: Century Gothic;
	color: #231f20;
	font-size: 16px;
	font-weight: bold;
}
.blockwidth {
	margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}
.classleft {
	width: 1045px;
}
div.itemListCategory {
	margin:0;
	padding: 0;
	border: 0;
	background: none;
}
.itemListCategory h2{
	display: block;
    line-height: 31px;
    padding-left: 5px;
    background: #ffde40;
    color: #231f20;
    margin: 0;
    font-family: Century Gothic;
    text-transform: uppercase;
    width: 30%;
    margin-bottom: 17px;
}
h2.hcatalog {
	display: block;
    line-height: 31px;
    padding: 8px 1px 1px 12px;
    background: #ffde40;
    color: #231f20;
    margin: 0;
    font-family: Century Gothic;
    text-transform: uppercase;
    width: 48%;
    font-size: 32px;
    margin-bottom: 17px;
}
.rowcatl {
	display: block;
}
.rowcatl img{
	max-width:220px;
}
.rowcatl .catblock {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	text-align: center;
}
.rowcatl .catblock span{
	font-family: Century Gothic;
	font-weight: bold;
	text-align: center;
	display:block;
	height:60px;
	}
span.catItemImage {
    height: 200px;
    overflow: hidden;
}
div.itemLinkedInButton {
	vertical-align: top;
}
.itemheadre {
	display: block;
    height: 64px;
    overflow: hidden;
}
.itemimgrealt {
	overflow: hidden;
	height: 170px;
}


#galer .imggal {
	width:32%;
	vertical-align:top;
	display:inline-block;
	text-align: center;
}
#galer .imggal img {
	width:100%;
}
.item-page p {
	text-indent: 20px;
}
.btn-menu {
	vertical-align:top;
	display:none;
    color: #fff;
    border: 1px solid #222;
    padding: 5px;
   position: relative;
    top: 10px;
    left: 10px;
    cursor: pointer;
    transition: left .23s;
    z-index: 3;
    width: 25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.btn-menu span {
    display: block;
    height: 5px;
    background-color: #222;
    margin: 5px 0 0;
    transition: all .1s linear .23s;
    position: relative;
}
.btn-menu span.first {
    margin-top: 0;
}
.footmob, .logomob, .slogmob, .mobcol {
	display:none;
}
.slogmob a{
font-family: Century Gothic;
    font-weight: bold;
    font-size: 18px;
    border-bottom: solid 1px #231f20;
    text-decoration: none;
    color: #231f20;
}
.slogonmob {
		font-family: Century Gothic;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #231f20;
	display: block;
    margin-top: 4px;
	}
	a.mobknopka {
	display:none;
	background: #ffde40;
}
div.mod-languages img {
    border: none;
    height: 20px;
}


div.mod-languages {
    position: relative;
    z-index: 10;
    text-align: center;
    background: rgb(157 157 157 / 68%);
    perspective: 700px;
}

div.mod-languages ul.lang-inline li {
    cursor: pointer;
    transition: .3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 2px;
    padding: 4px;
}

div.mod-languages ul.lang-inline li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.langmob {
	display:none;
}


.tel a:link {
	
	color:#000;
}

@media (max-width: 780px) {
	.mod-languages {
		display:none;
	}
	.langmob {
		display:contents;
	color: #000!important;
    text-decoration: none!important;
    font-size: 16px;
    font-weight: bold;
    position: relative;
	}
	div.mod-languages img {
		display:none;
	}
	a.mobknopka {
		display:block;
	}
	.artsexylightbox_container .galdok {
		width:46%;
	}
	span.catItemImage {
		height: auto;
	}
	#itemListLeading div.catItemImageBlock {
		width: 100%;
	}
	#itemListLeading .catItemImageBlock img {
		width:80%!important;
	}
	div.k2right {
		width: 100%;
	}
	
	.mobcol {
		display: inline-block;	
		vertical-align: top;
		float: right;
    margin: 14px 14px 0px 0;
	}
	.slogmob {
	display: inline-block;
    margin: 14px 0 10px 10px;
    
    
    vertical-align: top;
	}

	.logomob {
	    display: inline-block;
		height: 63px;
		padding-left: 20px;
	}
	.footmob {
		display: block;
		text-align: center;
	}
	.footmob .logomob {
		padding-left: 0px;	
	}
	.btn-menu {
		display: inline-block;
	}
	.webis-contentLayout {
		width:100%;
	}
	.webis-contentLayout .webis-sidebar1 {
		width:100%;
		float:unset;
		margin-left: 0px;
    padding-left: 0;
    border-left: 0;
}

	.webis-main {
		width: 100%;
		margin-top: 20px;
		float: unset;
	}
	.item-page {
		width:100%;
	}
	.blockwidth {
		max-width:auto;
	}
	.webis-nav {
		margin-left: 0;
	}
	.joomla-nav {
		display:none;
	}
	.joomla-nav li {
		display:block;
		width:100%;
		    padding: 0;
    margin: 0;
	}
	.webis-Footer .sloganz {
		font-size: 16px;
		vertical-align: top;
		
	}
	.webis-Footer .logom{
		display: inline-block;
		height: 80px;
		    margin: 0 10px 0 10px;

	}
	.telfoot {
		color: #231f20!important;
		font-weight:bold;
		font-size: 18px;
		text-decoration:none;
	}
	.webis-Footer {
		border-bottom:0;
	}
	.webis-Footer div.webis-Header {
		    height: auto;
	}
	.bglogoh {
		margin-left:5px;
	}
	.bglogoh {
		display:none;
	}
	div.webis-Header {
		height:70px;
	}
	.page-header {
		width:auto;
	}
	.rowcatl .catblock { 
		width:49%;
	}
	.rowcatl img {
		    max-width: 100%;
	}
	.rowcatl .catblock span {
		text-align:center;
	}
	.ftel {
		border-top: 4px solid #121013;
		padding-top: 8px;
	}
	.ftel,
	.fadres, 
	.fmail {
		margin: 0;
	}
	.fadres li {
		text-decoration: none;
    outline: none;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 36px;
    color: #231f20;
    font-family: Century Gothic;
    text-transform: uppercase;
    font-weight: bold;
	font-style:italic;
    font-size: 13px;
    text-align: center;
	}
	.joomla-nav_foot {
		border-top: 4px solid #121013;
		margin: 0;
		padding-top: 6px;
	}
	.ftel li,
	.fadres li, 
	.fmail li,
	.joomla-nav_foot li {
		list-style-type: none;
	}
	.ftel li a,
	.fadres li a, 
	.fmail li a,
	.joomla-nav_foot li a {
	text-decoration: none;
    outline: none;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 36px;
    color: #231f20;
    font-family: Century Gothic;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
	}
	.fmail li a {
	font-style:italic;
    font-size: 13px;
	}
	.pcopfot {
		text-align: center;
    margin-top: -20px;
    margin-bottom: 0;
    padding-bottom: 10px;
	}
	
	div.itemTwitterButton {
		display: block;
		width:100%;
		margin: 0 24px 0 0;
	}
	div.itemFacebookButton {
		display: block;
		width:100%;
		min-width:500px;
		margin: 0 24px 0 0;
	}
	
	div.itemLinkedInButton {
		display: block;
		margin: 0;
	}
	
	
}
.galdok {
	
	display: inline-block;
	margin: 3px 5px;
    border: 2px solid #EEEEEE;
	width:220px;
	height:165px;
}
.breadcrumb a,
.breadcrumb span {
	color: #231f20;
	font-size: 14px;
}
.divider{
    font-size: 14px;
    font-weight: bold;
    color: #ffde40!important;
}

#syndik #button-joomly-callback-form{ 
	display:none; 
}
