/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.big-slider-descrip {
    margin-left: 440px !important;
}

.big-slider .carousel {
/*
    min-height: 430px;
*/
}

.bigSlider li {
    display: none;
}

.big-nav-left, .big-nav-right {
    cursor: pointer;
}

.big-img {/*
    min-height: 410px;
*/}

.overlay {
    display: block;
    position: fixed;
}

.orderCallback {
    z-index: 1000;
}

.small-slider .carousel {
    width: 1100px;
}

.catalog-btn {
    padding-top: 19px
}

.catalogImg {
    width: 148px;
    height: 148px;
}

.view-tile td {
    padding: 0 0 50px 54px
}

.filter-btn input {
    line-height: 54px;
}

.menu__item_first > a {
}

.catalog-variants .help-product {
    margin: 9px 14px 0 0 !important;
}

.catalog-item div {
    border: none;
}

.catalog-item div {
    background: #edede7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.itemHovered {
    background-image: -ms-linear-gradient(top, #EDEDE7 0%, #E2E0DF 100%) !important;
    background-image: -moz-linear-gradient(top, #EDEDE7 0%, #E2E0DF 100%) !important;
    background-image: -o-linear-gradient(top, #EDEDE7 0%, #E2E0DF 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EDEDE7), color-stop(1, #E2E0DF)) !important;
    background-image: -webkit-linear-gradient(top, #EDEDE7 0%, #E2E0DF 100%) !important;
    background-image: linear-gradient(to bottom, #EDEDE7 0%, #E2E0DF 100%) !important;
}

.paging__numbers .act {
    text-decoration: none;
}

.service-text tbody tr td {
    margin:5px;
    padding:0;
    border:1px solid #000;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

.wp-post-image {
float:left;
margin: 0 7px 7px 0;
// width:127px;
// height:86px;
display: block;
}

