a.red, a.red:hover, a.red:visited
{
    color: #f66;
}

a.arrow
{
    background: url(../images/morearrow-red.png) no-repeat top right;
    padding: 3px 35px 3px 0px;
}

.right
{
    text-align: right;
}

.center
{
    text-align: center;
}

.moreinfo
{
    background: #ecf0f1;
    padding: 50px 0px 50px 0px;
	position: relative;
}

.moreinfo .hny
{
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -650px;
	margin-bottom: 50px;
	top: 10px;
}

.moreinfo .teaser
{
    position: relative;
    overflow: hidden;
    border-radius: var(--block-border-radius);
}

.moreinfo .image
{
    width: 100%;
    height: 188px;
    transition: all 0.25s ease-in-out;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.moreinfo .image:hover
{
    transform:scale(1.25,1.25);
}

.moreinfo .image img
{
    width: 100%;
}

.moreinfo .text {
    font-weight: 600;
    line-height: 50px;
    color:  #fff;
    background: #3498db;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    font-size: 17px;
}

.moreinfo .text a, .moreinfo .text a:visited, .moreinfo .text a:hover
{
    color: #fff;
    text-decoration: none;
}

.moreinfo .text.red
{
    background: #f66;
}

.moreinfo .text.deepblue
{
    background: #2980b9;
}

.head {
    background: #ecf0f1;
    padding: 0px 0 20px 0px;
}

.pager
{
    text-align: left;
}

.pager a
{
    text-decoration: none;
}

.pager .active
{
    color: #f66;
}


.news h1 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 1.25rem;
}

.news {
    font-size: 1rem;
}

.news .item {
    margin-bottom: 2rem;
}

.news .date {
    margin-bottom: 0.75rem;
}

.news h2 a:hover {
    color: #f66;
}

.news .text li
{
    line-height: 24px;
}

.catalog
{
	position: relative;
}

.pdf.link
{
	background: url("/images/pdf60.png") no-repeat center top;
	width: 80px;
	padding-top: 60px;
	text-align: center;

	position: absolute;
	top: 0;
	right: 0;
}

.pdf.link2
{
    background: url("/images/pdf60.png") no-repeat center top;
    width: 80px;
    padding-top: 60px;
    text-align: center;

    position: absolute;
    top: 0px;
    right: 100px;
}

.pdf-link-container {
    z-index: 10;
    position: relative;
}


.catalog .section .item
{
    width: 300px;
    float: left;
}

.catalog .section .text
{
    background: none repeat scroll 0 0 #3498DB;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 140%;
    text-align: center;

    position: absolute;
    bottom: 0px;
    padding: 10px;
    width: 100%;

    z-index: 2;

	font-size: 15px;
}

.catalog .section
{
    margin-left: -20px;
}

.catalog .section .item {
    margin-bottom: 20px;
    margin-left: 20px;
    width: 300px;
    height: 188px;
    overflow: hidden;
    transition(all, 0.2s, linear);
    position: relative;
}

.catalog .section .item a {
    display: block;
}

.catalog .section .item img
{
    width: 100%;
    transition: all 0.2s ease-out;
    z-index: 1;
}

.catalog .section .item img:hover
{
    transform:scale(1.25,1.25);
}


.side-menu a, .catalog a
{
    text-decoration: none;
}

@media (min-width: 1200px) {

    .catalog .section .item
    {
        width: 270px;
        height: 171px;
    }
}

.catalog .section:after
{
  clear: both;
  display: block;
  content: "";
}

.catalog .item .image, .catalog > .item .text
{
    float: left;
    margin-left: 20px;
}

.catalog > .item .image
{
    margin-left: 20px;
}

.catalog > .item .row
{
    margin-bottom: 20px;
}

.catalog > .item .text:after
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    content: " ";
}

.catalog a:hover
{
    text-decoration: none;
}

.side-menu .head {
    background: none repeat scroll 0 0 #3498DB;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0px;
}

.side-menu a, .side-menu a:visited
{
    color: #333;
}

.price .side-menu ul li.active
{
    border-right: none;
    margin-bottom: 0px;
}


.side-menu ul li ul
{
    margin: 5px 0px 0px -10px;
    padding: 10px;
    background-color: #ecf0f1;
}

.side-menu ul li ul li ul
{
    background-color: #d3d8dc
}

.side-menu ul li ul li ul li ul {
    background-color: #c0c5ca;
    margin-bottom: -10px;
}


.side-menu ul li ul li ul li
{
    color: #333;
}

.side-menu ul li ul li.active
{
    margin-right: -20px;
    border-right: 10px solid #d3d8dc;
}

.side-menu ul li ul li ul li.active
{
    margin-bottom: 0px;
    border-right: 10px solid #c0c5ca;
}

.side-menu ul li ul
{
    display: none;
}

.side-menu ul li.active ul
{
    display: block;
}

.side-menu ul li.active ul li ul
{
    display: none;
}

.side-menu ul li.active ul li.active ul
{
    display: block;
}

a.red, a.red:visited, a.red:hover
{
    color: #f66;
}

a.red:hover
{
    text-decoration: underline;
}

.table-contents a
{
    color: #333;
    text-decoration: none;
}

.table-contents a:hover
{
    color: #2980B9;
    text-decoration: underline;
}

.table-contents ul li
{
    list-style: disc;
    float: left;
    width: 45%;
    margin-left: 15px;
    font-size: 13px;
}

.table-contents ul
{
    list-style: none;
    margin-left: 0%;
    margin-bottom: 0px;
}

.table-contents ul:after
{
    clear: both;
    display: block;
    content: " ";
}

.table-contents .active, .table-contents .active a
{
    color: #3498db;
}

.table-contents
{
    margin-bottom: 50px;
}

.table-contents:after
{
    display: block;
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: " ";
}

.gallery .item .image
{
    width: 100%;
}

.gallery
{
    margin-top: 50px;
}

.gallery .item
{
    margin-bottom: 20px;
}

.feedback td {
    border: none;
    vertical-align: top;
    line-height: 40px;
}

.feedback tr {
    background: none !important;
}

.right {
    text-align: right;
}

.feedback input[type=text], .feedback textarea {
    width: 100%;
}

.feedback textarea {
    height: 250px;
}

.p404 li
{
	line-height: 25px;
}

.p404 li li
{
    margin-left: 20px;
}

a.xls
{
    background: url(/images/xls.png) no-repeat left center;
    padding-left: 20px;
}

a.zip
{
    background: url(/images/zip.png) no-repeat left center;
    padding-left: 20px;
}

a.pdf {
    background: url(/images/pdf.png) no-repeat left 5px;
    padding-left: 25px;
    display: inline-block;
    min-height: 32px;
    padding-top: 6px;
}

.center
{
    text-align: center;
}

.footer .search {
    position: relative;
}

.footer .search .input {
    position: absolute;
    right: 22px;
    left: 0px;
    font-size: 12px;
}

.footer .search input[type=text] {
    font-size: 12px;
    line-height: 1em;
    height: 22px;
    width: 100%;
    border: none;
    padding: 5px 10px;
}

.footer .search-submit {
    position: absolute;
    right: 0px;
}

.footer .search input[type=submit] {
    background: url("/images/ico-search-gray.jpg") no-repeat scroll 0 0 transparent;
    border: none !important;
    box-shadow: none !important;
    height: 22px;
    padding: 0;
    width: 22px;
    position: absolute;
    top: 0px;
}

.search-page input[type=text]
{
    margin-bottom: 0px;
}

.search-page form
{
    margin-bottom: 50px;
}

.noborder td, .noborder tr, table.noborder, table.noborder tr:nth-child(2n+1)
{
	border: none !important;
	background: none !important;
	vertical-align: top;
}

table.noborder tr:nth-child(odd) {
    background: inherit;
    color: inherit;
}

.nopadding td, .nopadding tr, table.nopadding
{
	padding: 0px !important;
}

table {
    margin-bottom: 30px;
}

.vert-block
{
    display: inline-block;
    vertical-align: top;
    line-height: 140%;
}

.ico
{
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
}

.ico.ico-mail
{
    background: url(/images/icon-email.png) no-repeat;
}

.ico.ico-tel
{
    background: url(/images/icon-phone.png) no-repeat;
}

label {
    font-weight: normal;
}
