/*
Theme Name: Porto Child
Theme URI: http://www.portotheme.com/wordpress/porto
Author: SW-THEMES
Author URI: http://www.portotheme.com/
Description: Porto Responsive Wordpress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

*/

@import url("../porto/style.css");

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

#cookie-notice{color:#fff;font-family:inherit;background: #000;padding: 10px;position:fixed;bottom: 0;text-align: center;left: 0;width:100%;/* max-width:300px; *//* box-shadow:0 10px 20px rgba(0,0,0,.2); *//* border-radius:5px; */margin:0px;visibility:hidden;z-index:1000000;}#cookie-notice button{
 font-family: sans-serif;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-right: .3em;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #006dcc;
    *background-color: #04c;
    background-image: -moz-linear-gradient(top,#0088cc,#0044cc);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0044cc));
    background-image: -webkit-linear-gradient(top,#0088cc,#0044cc);
    background-image: -o-linear-gradient(top,#0088cc,#0044cc);
    background-image: linear-gradient(to bottom,#0088cc,#0044cc);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none
}

#cookie-notice .cn-button.bootstrap:hover {
    color: #fff;
    background-color: #04c;
    *background-color: #003bb3;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear
}
#header {
    border-top: none!important;
}
.bg-gray {
    background-color: #f0f0f0;
}
.projects-menu-items li.active-project-item {
    background-color: #f4f4f4;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    cursor: default;
}
.projects-menu-items {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
}
.projects-menu-items li {
    margin: 0 5px;
    padding: 0px 10px;
}
.project-logo {
    position: relative;
    display: inline-block;
    left: 0px;
    transition: .5s;
    margin-right: 10px;
}
.projects-menu-items .logo-dynamics {
    height: 19px;
    top: 4px;
    width: 25px;
    background: url(./images/projects_links/dynamics.png) no-repeat;
}
.projects-menu-items .logo-1c {
    height: 19px;
    width: 27px;
    top: 6px;
    background: url(./images/projects_links/1c-color.png) no-repeat;
}
.projects-menu-items .logo-bitrix {
    height: 19px;
    top: 4px;
    width: 19px;
    background: url(./images/projects_links/bitrix.png) no-repeat;
}
.projects-menu-items .logo-ml {
    height: 19px;
    top: 4px;
    width: 19px;
    background: url(./images/projects_links/ml.png) no-repeat;
}
.projects-menu-items .logo-mobile {
    height: 19px;
    top: 4px;
    width: 19px;
    background: url(./images/projects_links/mobile.png) no-repeat;
}

@media (max-width: 995px) {
    .bg-gray {
        display: none;
    }
}