/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

.messages.error {
    display: none;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*
    Common Styles
*/

body, html {
    width: 100%;
}

body {
    min-width: 1000px;
    font-family: 'PTSansRegular';
    font-size: 13px;
    line-height: 1.38;
    background-color: #fff;
    color: #333;
}

a {
    color: #0066cc;
}

a:hover {
    text-decoration: none;
}

div, input, textarea, button {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}

h1, h2, h3, h4 {
    margin: 0;
    font-weight: normal;
    font-family: 'EtelkaProBold';
}

h2 {
    font-size: 24px;
    margin-bottom: 18px;
}

h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

input, textarea {
    background-color: #fff;
    border: 0;
    outline: none;  
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

input {
    height: 30px;
    padding: 0 10px;
}

textarea {
    padding: 10px;
}

button {
    border: 0;
    padding: 0;
    outline: none;
}

button.red, .feedback .form-submit, .feedback-form .form-submit {
    background: rgb(239,28,46); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,28,46,1) 0%, rgba(180,10,24,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,28,46,1)), color-stop(100%,rgba(180,10,24,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,28,46,1) 0%,rgba(180,10,24,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,28,46,1) 0%,rgba(180,10,24,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,28,46,1) 0%,rgba(180,10,24,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,28,46,1) 0%,rgba(180,10,24,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef1c2e', endColorstr='#b40a18',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-family: 'PTSansBold';
    height: 31px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    width: 180px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.6);
    box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.6);

}

.align-940 .links
{
    display: none;
}

.feedback-form .form-submit
{
    border: none;
}

button.red:before, .feedback .form-submit:before, .feedback-form .form-submit:before {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    width: 178px;
    background-color: #f5616d;
    top: 1px;
    left: 1px;
}

    button.red:hover, .feedback .form-submit:hover, .feedback-form .form-submit:hover {
        margin-top: 2px;
        -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
        -moz-box-shadow:    0px 0px 1px 0px rgba(0, 0, 0, 0.6);
        box-shadow:         0px 0px 1px 0px rgba(0, 0, 0, 0.6);
    }

    button.red:active, .form-submit:active,  .feedback-form .form-submit:hover{
        margin-top: 3px;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
        -moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0.6);
        box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0.6);
    }

.ul-clear {
    padding: 0;
    margin: 0;
    list-style: none;
}

.align-940 {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.table {
    
}

.prod-item .table
{
    display: block;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

/*
    Logo
*/

.logo {
    position: absolute;
    width: 100%;
    top: 0;
    height: 400px;
    padding-top: 18px;
    z-index: 100;
}

.logo a {
    display: block;
    margin: 0 auto;
    width: 853px;
}

/*
    Slider
*/

.slider {
    z-index: 10;
        height: 387px;

}

.slide {
    height: 400px;
    background-position: top;
    z-index: 10;
}

/*
    Topmenu
*/

.topmenu {
    background: rgb(231,25,43); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(231,25,43,1) 0%, rgba(187,12,27,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,25,43,1)), color-stop(100%,rgba(187,12,27,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(231,25,43,1) 0%,rgba(187,12,27,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(231,25,43,1) 0%,rgba(187,12,27,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(231,25,43,1) 0%,rgba(187,12,27,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(231,25,43,1) 0%,rgba(187,12,27,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7192b', endColorstr='#bb0c1b',GradientType=0 ); /* IE6-9 */
    height: 37px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-box-shadow: 0px 2px 0px 0px #e03b00;
    -moz-box-shadow:    0px 2px 0px 0px #e03b00;
    box-shadow:         0px 2px 0px 0px #e03b00;
    margin-bottom: 86px;
}

.topmenu a {
    color: #fff;
}

.topmenu .menu {
    position: relative;
}


.topmenu .menu:after {
    content: '';
    width: 1px;
    height: 36px;
    background: -moz-linear-gradient(top,  rgba(169,8,21,0) 0%, rgba(169,8,21,1) 50%, rgba(169,8,21,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,8,21,0)), color-stop(50%,rgba(169,8,21,1)), color-stop(100%,rgba(169,8,21,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(169,8,21,0) 0%,rgba(169,8,21,1) 50%,rgba(169,8,21,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(169,8,21,0) 0%,rgba(169,8,21,1) 50%,rgba(169,8,21,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(169,8,21,0) 0%,rgba(169,8,21,1) 50%,rgba(169,8,21,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(169,8,21,0) 0%,rgba(169,8,21,1) 50%,rgba(169,8,21,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a90815', endColorstr='#00a90815',GradientType=0 ); /* IE6-9 */
    display: block;
    position: absolute;
    right: -1px;
    top: 0;
}

.topmenu .menu:before {
    content: '';
    width: 1px;
    height: 36px;
    background: -moz-linear-gradient(top,  rgba(169,8,21,0) 0%, rgba(237,40,57,1) 50%, rgba(169,8,21,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,8,21,0)), color-stop(50%,rgba(237,40,57,1)), color-stop(100%,rgba(169,8,21,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(169,8,21,0) 0%,rgba(237,40,57,1) 50%,rgba(169,8,21,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(169,8,21,0) 0%,rgba(237,40,57,1) 50%,rgba(169,8,21,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(169,8,21,0) 0%,rgba(237,40,57,1) 50%,rgba(169,8,21,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(169,8,21,0) 0%,rgba(237,40,57,1) 50%,rgba(169,8,21,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a90815', endColorstr='#00a90815',GradientType=0 ); /* IE6-9 */
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
}

.topmenu .menu > li {
    float: left;
    height: 30px;
    width: 170px;
    position: relative;
    display: block;
    z-index: 200;
}

.topmenu .menu > li:before {
    content: '';
    width: 1px;
    height: 36px;
    background: -moz-linear-gradient(top,  rgba(169,8,21,0) 0%, rgba(169,8,21,1) 50%, rgba(169,8,21,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,8,21,0)), color-stop(50%,rgba(169,8,21,1)), color-stop(100%,rgba(169,8,21,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(169,8,21,0) 0%,rgba(169,8,21,1) 50%,rgba(169,8,21,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(169,8,21,0) 0%,rgba(169,8,21,1) 50%,rgba(169,8,21,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(169,8,21,0) 0%,rgba(169,8,21,1) 50%,rgba(169,8,21,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(169,8,21,0) 0%,rgba(169,8,21,1) 50%,rgba(169,8,21,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a90815', endColorstr='#00a90815',GradientType=0 ); /* IE6-9 */
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.topmenu .menu > li:after {
    content: '';
    width: 1px;
    height: 36px;
    background: -moz-linear-gradient(top,  rgba(169,8,21,0) 0%, rgba(237,40,57,1) 50%, rgba(169,8,21,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,8,21,0)), color-stop(50%,rgba(237,40,57,1)), color-stop(100%,rgba(169,8,21,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(169,8,21,0) 0%,rgba(237,40,57,1) 50%,rgba(169,8,21,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(169,8,21,0) 0%,rgba(237,40,57,1) 50%,rgba(169,8,21,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(169,8,21,0) 0%,rgba(237,40,57,1) 50%,rgba(169,8,21,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(169,8,21,0) 0%,rgba(237,40,57,1) 50%,rgba(169,8,21,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a90815', endColorstr='#00a90815',GradientType=0 ); /* IE6-9 */
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topmenu .menu li.emblem {
    width: 260px;
    z-index:  150;
}

.topmenu .menu li.emblem img {
    position: absolute;
    left: 0;
    top: -99px;
    margin-left: -154.5px;
}

.topmenu > div > .menu  > li > a {
    font-family: 'EtelkaProBold';
    text-decoration: none;
    font-size: 14px;
    text-shadow: -1px -1px 0px #a4000e;
    text-transform: uppercase;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    z-index: 100;
}

.topmenu > div > .menu > li > a:hover, .topmenu > div >.menu > li.hover > a {
    background: rgb(188,13,27); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(188,13,27,1) 0%, rgba(235,27,44,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,13,27,1)), color-stop(100%,rgba(235,27,44,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(188,13,27,1) 0%,rgba(235,27,44,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(188,13,27,1) 0%,rgba(235,27,44,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(188,13,27,1) 0%,rgba(235,27,44,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(188,13,27,1) 0%,rgba(235,27,44,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc0d1b', endColorstr='#eb1b2c',GradientType=0 ); /* IE6-9 */
}

.topmenu .menu ul {
    visibility: hidden;
}

.topmenu .menu ul {
    background-image: url(../img/submenu-corner.png), url(../img/submenu-bg.png);
    background-repeat: no-repeat, repeat;
    background-position: right bottom, top;
    position: absolute;
    top: 36px;
    left: 0;
    border-top: 1px solid #fff;
    -webkit-box-shadow: inset 0px 2px 0px 0px #e03b00, 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    inset 0px 2px 0px 0px #e03b00, 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         inset 0px 2px 0px 0px #e03b00, 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-top: 2px;
    min-width: 200px;

}


{

}

.topmenu .menu ul:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 51px;
    height: 2px;
    background-image: url(../img/submenu-hl.png);
}

.topmenu .menu ul a {
    text-align: left;
    color: #ffdfc0;
    font-size: 13px;
    display: block;
    padding: 0 26px;
    line-height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */    
    min-width: 200px;
    text-decoration: none;
    white-space: nowrap;
}

.topmenu .menu ul li:first-child a {
    background-image: url(../img/submenu-item-sd.png);
    background-position: top;
    background-repeat: no-repeat;
}

.topmenu .menu ul a:hover {
    background-color: #ff1e31;
}

/*
    Grey Block
*/

.grey-block {
    background-color: #efeeef;
    padding-bottom: 25px;
}

.news {
    position: relative;
}

a.all-news {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
    color: #fff;
    background-color: #d61424;
    text-decoration: none;
    padding: 0 7px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

 a.all-news:hover {
    opacity: 0.7;
 }

 .news h2 {
    margin-bottom: 15px;
 }

.news-an {
    width: 978px;
    border-spacing: 19px;
    table-layout: fixed;
    margin: -19px;
}

.news-an .table {
    border-spacing: 0;
}

.an {
    border-top: 1px solid #eeddde;
    border-bottom: 1px solid #eeddde;
    padding: 18px 12px;
    vertical-align: top;
}

.an .table-cell {
    vertical-align: top;
}

.an-date {
    text-align: center;
    text-transform: uppercase;
    padding-right: 16px;
}

span.number {
    display: block;
    font-size: 30px;
    font-family: 'PTSansBold';
    line-height: 30px;
}

span.month {
    font-size: 18px;    
}

/*
    Middle
*/

.middle {
    padding: 30px 0;
    background-image: url(../img/middle-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    min-height: 584px;
}

/*
    About
*/

.about-1 {
    float: left;
    width: 460px;
    margin-right: 20px;
}

.about-2 {
    float: left;
    width: 460px;
}

/*
    Breadcrumbs
*/

.breadcrumbs {
    margin-bottom: 10px;
}

.breadcrumbs li {
    float: left;    
}

.breadcrumbs li:after {
    content: '»';
    padding: 0 4px;
}

.breadcrumbs li:last-child:after {
    content: '';
    padding: 0;
}

/*
    Page Feedback
*/

.page-feedback {
    margin-top: 20px;
}

.feedback-form {
    background-color: #f4f4f5;
    width: 430px;
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.feedback-form .table-cell {
    vertical-align: top;
    padding-bottom: 13px;
}

.feedback-form .table {
    width: 100%;
}

.feed-label {
    width: 88px;
    padding-right: 15px;
}

.feedback-form input, .feedback-form textarea {
    width: 100%;
    border: 1px solid #cccccc;
}

.feedback-form textarea  {
    height: 90px;
    resize: none;
}

label.required:after {
    content: "*";
    color: #ff1e31;
    font-size: 18px;
    line-height: 16px;
}

.feed-name {
    line-height: 30px;
}

.feed-button-1, .feedback-form .form-actions {
    position: relative;
    float: right;
    width: 120px;
    height: 31px;
}

.feedback-form button.red, .feedback-form .form-submit {
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
}

.feedback-form button.red:before, .feedback-form .form-submit {
    width: 118px;
}

/*
    Bottom
*/

.bottom {
    background-image: url(../img/bottom-bg.jpg);
    color: #fff;
    height: 300px;
    padding-top: 28px;
}

.bottom a {
    color: #ffdfc0;
    text-decoration: none;
}

.bottom a:hover {
    text-decoration: underline;
}

.bottom-menu {
    float: left;
}

.bottom-menu .menu > li {
    float: left;
    width: 140px;
    margin-right: 20px !important;
}

.bottom-menu > .menu > li:nth-child(3)
{
    display: none;
}

.bottom-menu >  .menu > li > a {
    font-family: 'PTSansBold';   
    color: #fff;
}


.bottom-menu > .menu
{
    list-style: none !important;
    margin:0 !important;
    padding: 0 !important;
}

.bottom-menu > .menu > li.leaf, .bottom-menu > .menu > li.expanded, .bottom-menu > .menu > li.collapsed
{
    list-style: none !important;
    list-style: none !important;
    margin:0;
    padding: 0;
}





.bottom-menu .menu ul {
    list-style: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-top: 22px;
    display: block !important;
    visibility: visible !important;
}


.bottom-menu .menu ul a {
    color: #ffdfc0;
}

.bottom-menu .menu  ul li.leaf {
    list-style: none !important;
    margin-bottom: 16px;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

span.title {
    font-family: 'PTSansBold';
    display: block;
}

.contacts {
    float: left;
    width: 160px;
}

.contacts .title {
    margin-bottom: 22px;
}

.contact-item {
    margin-bottom: 16px;
    padding-left: 23px;
    position: relative;
}

.contact-item:before {
    content: '';
    width: 16px;
    height: 18px;
    display: block;
    position: absolute;
    left:0;
    top: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.phone:before {
    background-image: url(../img/icon-phone.png);
}

.mail:before {
    background-image: url(../img/icon-mail.png);
}

.adres:before {
    background-image: url(../img/icon-map.png);
}

.feedback {
    height: 300px;
    width: 285px;
    position: absolute;
    right: 0;
    background-image: url(../img/feedback.png);
    top: -28px;
    padding: 20px 33px 0 72px;
}

.feedback .title {
    margin-bottom: 18px;
}

.feedback input, .feedback textarea {
    width: 100%;
    margin-bottom: 10px;
}

.feedback textarea {
    height: 70px;
    resize: none;
}

/*
    Catalog
*/

.cat-table {
    width: 972px;
    border-spacing: 16px;
    margin: -16px;
    table-layout: fixed;
}


.cat-table .table-cell {
    vertical-align: top;
}

.prod-item {
    background-color: #f4f4f5;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 10px 25px;
    position: relative;
    color: #333;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    height: 100%;
    cursor: pointer;
}

.prod-item:hover {
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0.4);
        box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0.4);
    }

.item-pic {
    display: block;
    text-align: center;
    height: 240px;
    margin-bottom: 10px;
}

.item-pic .table {
    border-spacing: 0;
    width: 100%;
    height: 240px;
}

.item-pic .table-cell {
    vertical-align: middle;
}



.item-pic .table-cell img {
    margin-left: 11px;
}


.item-info {
    border-spacing: 0;   
}

.item-title {
    width: 162px;
    padding-right: 10px;
    font-size: 14px;
    font-family: 'EtelkaProBold';
}

.item-specs {
    margin-left: 162px;
    color: #666666;
}

.item-full {
    display: none;
}

.item-full-pic {
    text-align: center;
    margin-bottom: 25px;
}

.item-full-title {
    float: left;
    width: 162px;
    font-size: 14px;
    font-family: 'EtelkaProBold';
}

.item-full-specs {
    float: right;
    color: #666666;
    width: 135px;
}

.item-full-desc {
    margin-top: 12px;
}

/*
    Pager
*/

.pager {
    text-align: center;
    margin-top: 16px;
}

.pager li {
    display: inline-block;
    padding: 0 3.5px;
}

.current-page {
    width: 20px;
    height: 20px;
    background-image: url(../img/current-page.png);
    display: block;
    line-height: 22px;
    text-align: center;
    color: #fff;
}

@-moz-document url-prefix() { 
    .current-page {
        line-height: 20px;
    }
} 

/*
    Footer
*/

.footer {
    height: 89px;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    padding-top: 30px;
}

.copyrights {
    float: left;
    padding-left: 57px;
    position: relative;
}

.copyrights:before {
    position: absolute;
    content: url(../img/logo-s.png);
    width: 43px;
    height: 43px;
    display: block;
    left: 0;
    top: -5px;
}

.studio {
    float: right;
    position: relative;
    padding-left: 46px;
}

.studio:before {
    position: absolute;
    content: url(../img/vladweb.jpg);
    width: 37px;
    height: 37px;
    top: 0;
    left: 0;
}

.studio a {
    color: #333;
    text-decoration: none;
}

    .studio a:hover {
        text-decoration: underline;
    }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.topmenu ul.menu
{
    margin: 0;
    padding: 0;
}

.topmenu ul.menu li.leaf
{
    margin: 0;
    padding: 0;
}

.topmenu ul.menu li.expanded
{
    margin: 0;
    padding: 0;
}

.topmenu > .align-940 > ul.menu > li.leaf:nth-child(3)
{
    float: right;
}

.topmenu > .align-940 > ul.menu > li.leaf:nth-child(4)
{
    float: right;
}

.topmenu img
{
    position: absolute;
top: -100px;
left: 193px;
}

.webform-confirmation p 
{
    font-size: 18px;
}

.feedback .form-item label
{
    display: none;
}

.textarea-identifier
{
    display: none;
}


.feedback .form-item
{
    margin: 0 !important;
    padding: 0 !important;
}

.contacts p
{
    margin: 0;
    padding: 0;
}
.menu li a.active
{
    color:#fff !important;
}

.edit-submit
{
    background-color: #EF1C2E;

}

.node-form .form-text
{
    border: 1px solid #000;
}

.node-form .form-submit
{
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

.news-an .table
{
   width: 200px;
}






