html {
    height: auto;
}
body {
    height: auto;
    font: 400 14px 'Open Sans';
    background: #FFF;
    color: #a7a7a7;
    margin: 0;
}

h1{
    font-size:26px;
    color: #000;
    margin: 20px 0 10px;
    padding:0;
}
.container {
    max-width: 1170px;
    width:100%;
    margin: 0 auto;
    position: relative;
}
header{
    margin: 0;
    position: absolute;
    background: rgba(0,0,0,0.65);
    top: 0;
    z-index: 2;
    left: 0;
    width: 100%;
}

#top-line{
    padding: 0;
    color: #fff;
    min-height: 30px;
    position: relative;
    z-index: 5555;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#top-line .address{
    float: left;
    color: #929596;
    font: 300 13px/30px 'Open Sans';
    text-decoration: none;
}
#top-line .address i{
    margin-right: 10px
}
#main-line {
    height: 70px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#main-line > .container{
    height: 100%;
}
header *{
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#logo{
    float: left;
    margin: 15px 0 0 0;
}
#main-nav{
    float: right;
    height: 100%;
}
#main-nav ul {
    list-style-type: none;
    margin:0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#main-nav ul:after {
    content: " ";
    display: table;
    clear: both;
}
#main-nav ul li {
    float: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%;
}
#main-nav ul:before {
    content: " ";
    display: table;
    clear: both;
}
#main-nav ul li a{
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 0 18px;
    font-size: 14px;
    margin: 0;
    height: 100%;
    line-height: 75px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 2;
    position: relative;
}
#main-nav ul li:hover > a,
#main-nav ul li.active > a{
    background: #c7081b;
}
#notification .i {
    cursor: pointer;
}
#contacts{
    text-align: right;
}
#contacts a {
    color: #929596;
    font:300 13px/30px 'Open Sans';
    text-decoration: none;
}
#contacts a.phones{
    color: #d2d2d2;
    font: 300 16px/30px 'Open Sans';
}
#contacts i{
    color: #828181;
    margin-right: 5px;
}
#contacts  i.zmdi-email{
    margin-left: 10px;
}
#contacts a + a{
    margin-left: 15px;
}
#contacts a:hover{
    color: #fff;
}
.itemDesc{
    background-color: #262525;
    text-shadow: 0 1px 0 #222;
}
.itemDesc h1{
    font-size: 16px;
    font-weight: normal;
    color: #ececec;
    margin: 5px 10px 15px;
}
.itemCat {

}
.itemCat .name{
    padding: 10px 0 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.itemCat .name a{
    color: #2d2d2d;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}
.itemCat .image{

}
.itemCat .image img{
    max-width: 100%;
    width: 100%;
    height: auto
}
#homeCats > div {
    /*min-height: 250px;*/
    position: relative;
    float: left;
    width: 370px;
    margin-bottom: 30px;
}
#homeCats > div + div{
    margin-left: 30px;
}
#homeCats > div:nth-child(3n +1){
    margin-left: 0;
}
#content{
    min-height: 400px;

}
.info{
    background-color: #262525;
    padding: 20px;
    margin: 20px 0;
    text-shadow: 0px 1px 0px #222;
    color: #a7a7a7;
}
.info h1{
    font-weight: normal;
    color: #a7a7a7;
}
.description{
    overflow: auto;
    color: #000;
}
.description .left {
    float: left
}
.description .right {
    float: right;
    width: 30%;
}
.description iframe {
    clear: both;
    margin-top: 20px;
}
.description table{
    width: 100% !important;
    border: 2px solid #d5d5d5;
}
.description table td:first-child{
    width: 80%;
}
.description table td:last-child{
    font-size: 16px;
    color: #c7081b;
    font-weight: 600;
}
.description table td{
    padding: 15px;
    font-size: 14px;
    width: 20%;
    color: #000;
    border-bottom: 1px solid #d5d5d5;
}
#home-slide-show {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: auto;
}
#home-slide-show .slide {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
#main-nav ul li:hover .dropdown-menu{
    display: block;
    transform: translate3d(0px,0px,0px);
    visibility: visible;
    opacity: 1;
}
#main-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    transform: translate3d(0px,-325px,0px);
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    float: left;
    min-width: 175px;
    text-align: left;
    list-style: none;
    background-color: rgba(35, 36, 34, 0.65);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    height: auto;
    transition: all 0.5s;
}
#main-nav .dropdown-menu > li{
    color: #2D2D2D;
    line-height: 36px;
    height: 36px;
    width: 100%;
}
#main-nav .dropdown-menu > li a{
    line-height: 36px;
    font-weight: 400;
    text-transform: capitalize;
}
.home_title {
    border-bottom: solid 2px #fff;
    border-top: solid 3px #fff;
    padding: 20px 0;
    background: #f0f0f0 url(/img/message-shadow.png) top center repeat-x;
    margin-bottom: 50px;
    color: #000;
}
.home_title h1{
    font: 300 24px 'Open Sans';
    margin: 0;
    padding: 0;
    float: left;
}
.home_title .btn-red{
    float: right;
    margin: 6px 0;
}
.btn-red {
    background: #c7081b;
    color: #fff;
    font: 400 18px 'Open Sans';
    padding: 6px 20px;
    border-radius: 3px;
    box-shadow: 1px 1px 0 #fff;
    cursor: pointer;
}
a.btn-red {
    color: #fff;
    text-decoration: none;
}
.home_title .message-shadow {
    position: absolute;
    width: 100%;
    z-index: 77;
    background: url(/img/message-shadow.png) top center repeat-x;
    height: 21px;
    margin-top: 26px;
}
.home_title span.title{
    font-family: Yellowtail;
    font-size: 36px;
    color: #c7081b;
}

.box-articles{
    overflow: auto;
    margin-bottom: 30px;
}
.column-3{
    float: left;
    width: 370px;
}
.column-3 + .column-3{
    margin-left: 30px;
}
.column-4{
    float: left;
    width: 248px;
}
.column-4 + .column-4{
    margin-left: 30px;
}
.box-articles .name{
    text-align: center;
    margin: 5px 0;
}
.box-articles .name a{
    color: #c7081b;
    font: 700 20px 'Open Sans';
    text-transform: uppercase;
    text-decoration: none;
}
.box-articles .image {
    position: relative;
}
.box-articles .image img {
    transition: transform 0.6s;
}
.box-articles .image .hover {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    background: rgba(0,0,0,.7);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    font: 600 16px 'Open Sans';
    top: 50%;
    margin-top: -21px;
    transform: translate3d(0px,-50px,0px);
    z-index: 1;
}
.box-articles .image .hover a{
    color: #fff;
    text-decoration: none;
    display: block;
}
.box-articles > div:hover .hover {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0px,0px,0px);
}

.box-articles > div:hover .image img{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.box-articles .short_description{
    color: #686868;
    font: 400 13px/20px 'Open Sans';
    text-align: justify;
}

.box-articles .short_description a {
    color: #c7081b;
}

.box-advantages {
    background-color: rgba(240,240,240,0.95);
    color: #2d2d2d;
    margin-bottom: 40px;
    padding: 20px 0;
}
.box-advantages .container > div {
    text-align: center;
    padding: 10px;
    transition: 0.3s;
    border: 1px solid transparent;
    min-height: 342px;
}
.box-advantages .container > div.disable {
    opacity: 0.5;
}
.box-advantages .container > div.active {
    border: 1px solid #d71414;
    opacity: 1;
}

.box-advantages .title{
    font: 600 18px 'Open Sans';
    margin-bottom: 10px;
    min-height: 48px;
}
.box-advantages .text{
    text-align: left;
    font-size: 13px;
    color: #575757;
}

#home-categories .desc-gallery{
    float: left;
    width: 220px;
}
#home-categories .owner-gallery{
    margin-left: 250px
}
#home-categories .desc-gallery .title {
    color: #c7081b;
    font: 700 20px 'Open Sans';
    text-transform: uppercase;
    margin-bottom: 25px
}
#home-categories {
    margin-bottom: 40px;
}
#home-categories .desc-gallery .pagination {
    margin-bottom: 20px;
}
#home-categories .desc-gallery .pagination a {
    display: inline-block;
    background: #d5d5d5;
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 26px;
    cursor: pointer;
}
#home-categories .desc-gallery .pagination a + a {
    margin-left: 5px;
}
#home-categories .desc-gallery .pagination a:hover {
    background: #b0afaf;
}
.owl-controls {
    display: none;
}
#home-categories .desc-gallery a.btn-red {
    text-decoration: none;
    color: #fff
}
.welcome-text {
    font-size: 14px;
    color: #2D2D2D;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 50px;
}
.welcome-text h2,
.description h2 {
    margin: 20px 0;
    padding: 0;
    color: #c7081b;
    text-transform: uppercase;
}
.welcome-text .left {
    float: left;
    width: 60%;
}
.welcome-text .right {
    margin-left: 65%;
}
#send-order {
    padding: 25px;
    background: #f0f0f0;
}
.form-group {
    margin-bottom: 10px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    outline: none;
}
#send-order p {
    padding: 0;
    margin: 0 0 10px;
    color: #5c5b5b;
    font-size: 14px;
    font-weight: 600;
}
a.show-text{
    color: #c7081b;
    font-weight: 700;
    font-size: 15px;
}
#map {
    height: 100%;
    width:100%
}
footer {
    padding: 20px 0;
    background: #2F2F2F;
    min-height: 200px;
}
footer h3{
    margin: 10px 0 20px;
    color: #fff;
    padding: 0;
    font: 600 18px 'Open Sans';
}
footer ul{
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
footer ul li {

}
footer ul li a{
    text-decoration: underline;
    line-height: 28px;
}
footer strong{
    color: #fff;
}
footer a{
    color: #a7a7a7;
    transition: all 0.3s;
}
footer a:hover{
    color: #fff;
    text-decoration: none;
}
#content.inner-page {
    margin-bottom: 50px;
}
.grid-works {
    overflow: auto;
}
.top_bg_fon {
    height: 300px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.top_bg_fon:after {
    content: '';
    border-top: solid 3px #fff;
    background: url(/img/message-shadow.png) top center repeat-x;
    width: 100%;
    height: 24px;
    position: absolute;
    display: block;
    bottom: -28px;
}
.top_bg_fon .container{
    height: 100%;
}
.top_bg_fon h1 {
    position: absolute;
    bottom: 42px;
    left: 0;
    color: #fff;
    z-index: 1;
    font: 400 26px 'Open Sans';
    margin: 0;
}
.breadcrumbs {
    position: absolute;
    bottom: 20px;
    left:0;
    padding:0;
    margin:0;
    list-style: none;
}
.breadcrumbs li{
    float: left;
    color: #828181;
}
.breadcrumbs li + li {
    padding-left: 5px;
    margin-left: 5px;
}
.breadcrumbs li a{
    font: 400 13px 'Open Sans';
    color: #b8b8b8;
    text-decoration: none;
    font-style: italic;
    transition: 0.2s
}
.breadcrumbs li a:hover{
    color: #fff
}
.fluid_container {
    position: relative;
    z-index: 0;
    width:100%;
}


/* NOTIFICATIONS */
#notification {
    position: fixed;
    z-index: 9999;
    top: 40%;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    background: rgba(40, 45, 48, 0.9);
    min-height: 25px;
    max-width: 280px;
    margin: auto;
}
#notification.success:after {
    content: '\f26b';
    background: #1fb446;
    width: 30px;
    height: 30px;
    left: 25px;
    top: 25px;
    font: normal normal normal 30px/1 'Material-Design-Iconic-Font';
    border-radius: 30px;
    display: block;
    text-align: center;
    position: absolute;
}
#notification.error:after {
    content: '\f273';
    background: #C11F4C;
    width: 30px;
    height: 30px;
    left: 20px;
    top: 18px;
    font: normal normal normal 30px/1 'Material-Design-Iconic-Font';
    border-radius: 30px;
    display: block;
    text-align: center;
    position: absolute;
}
#notification .inner{
    padding: 0 25px 0 50px;
}
#notification .not-close {
    position: absolute;
    right: 20px;
    top:10px;
    color: #fff
}
#notification p{
    margin: 0;
    padding: 0;
    font: 400 14px 'Open Sans';
}

.full-width-form {
    padding: 25px;
    background: #f0f0f0;
    margin: 20px 0;
}
.full-width-form #send-order {
    padding: 0;
}
.full-width-form .form-group{
    width: 33%;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.full-width-form .form-group input{
    display: block;
    width: 100%;
    padding: 14px 15px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    outline: none;
}
.full-width-form .btn-red {
    text-align: center;
    padding: 12px 20px;
}
#content.article .description {
    font-size: 14px;
    color: #2D2D2D;
    line-height: 24px;
    font-weight: 400;
}
.description-text{
    font-size: 14px;
    line-height: 24px;
    color: #2f2f2f;
    padding: 20px 0 10px;
}
.description-text p{
    margin: 0 0 10px 0;
    padding: 0;
}
.grid-works.contact-team .itemCat:last-child{
    clear: both;
}
@media (max-width: 1199px){
    .grid-works.contact-team .itemCat:last-child {
        clear: none;
    }
    #homeCats > div {
        width: 48%;
    }
    .description table{
        width: 98% !important;
        margin: 0;
    }
    #homeCats>div+div {
        margin-left: 0;
    }
    #homeCats>div:nth-child(2n) {
        margin-left: 2% !important;
    }
    #homeCats > div:nth-child(4n +1) {
        margin-left: 0;
    }
    #homeCats > div:nth-child(3n +1) {
        margin-left: 0;
    }
    .column-3 {
        width: 32%;
    }
    .column-3 + .column-3 {
        margin-left: 2%;
    }
    .column-4 + .column-4 {
        margin-left: 1%;
    }
    .column-4 {
        width: 24%;
        box-sizing: border-box;
    }
    #content{
        box-sizing: border-box;
        width: 95%;
        margin: 0 auto;
    }
    .box-articles .image img {
        max-width: 100%;
    }
    body > * {
        box-sizing: border-box;
    }
}
@media (max-width: 980px){
    #home-slide-show{
        height: 350px;
    }
    .home_title {
        padding: 20px;
        margin: 0 auto 20px;
    }
    .column-3 {
        width: 32%;
    }
    .column-3 + .column-3 {
        margin-left: 2%;
    }
    .box-articles .image img {
        max-width: 100%;
    }
    .column-4 + .column-4 {
        margin-left: 0;
    }
    .column-4(2n) {
        margin-left: 2%;
    }
    .column-4 {
        float: left;
        box-sizing: border-box;
        width: 48%;
    }
    #content {
        width: 90%;
    }
    .owner-map{
        height: 300px !important;
        overflow: hidden;
    }
   #logo-footer{
       text-align: center;
   }
    #homeCats > div {
        width: 49%;
    }
    #homeCats > div:nth-child(2n) {
        margin-left: 2% !important;
    }
    #homeCats > div:nth-child(4n +1) {
        margin-left: 0;
    }
    #homeCats > div + div{
        margin-left: 0;
    }
    .description table{
        width: 98% !important;
        margin: 0;
    }
    .description table td{
        font-size: 14px;
    }
    header{
        box-sizing: border-box;
        padding: 0 10px;
    }
    #top-line{
        padding-top: 5px;
    }
    .top_bg_fon {
        height: 200px;
        padding: 0 10px;
    }
    .description .right {
        width: 40%;
    }
}
@media (max-width: 767px){
    #main-nav .dropdown-menu{
        display: none;
    }
    header{
        position: relative;
        padding: 0;
    }
    .full-width-form .form-group{
        width: 100%;
    }
    #main-line>.container {
        width: 100%;
    }
    #top-line{
        padding: 10px;
        text-align: center;
    }
    #top-line .address {
        float: none;
    }
    #contacts{text-align: center;}
    #contacts a {
        font-size:14px;
    }
    #home-slide-show{
        display:none;
    }
    #logo {
        float: none;
        margin: 15px;
        text-align: center;
    }
    #main-nav {
        float: none;
    }
    #main-line {
        height: auto
    }
    #main-nav ul li a {
        padding: 0 8px;
        line-height: 50px;
        font-weight: 400;
        text-transform: capitalize;
    }
    .breadcrumbs{
        display: none;
    }
    .top_bg_fon:after{ contact-team
        content: none;
    }
    .home_title h1 {
        float: none;
        text-align: center;
        font-size: 21px;
    }
    .home_title .btn-red {
        float: none;
        margin: 6px auto;
        display: block;
        width: 150px;
        text-align: center;
    }
    .column-3 {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto !important;
    }
    .box-advantages .title br {
        content: " ";
        display: none;
    }
    #content {
        width: 100%;
    }
    .home_title .message-shadow{
        display: none;
    }
    .box-advantages .container>div {
        min-height: 1px;
    }
    .column-4 {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }
    .column-4 + .column-4 {
        margin-left: 0;
    }
    .box-advantages .text {
        text-align: justify;
    }
    .welcome-text .left {
        float: none;
        width: 90%;
        margin: auto;
    }
    .welcome-text .right {
        margin-left: 0;
        padding: 0 10px;
    }
    .container {
        max-width: 1170px;
        width: 96%;
        margin: 0 auto;
        position: relative;
    }
    #home-categories .desc-gallery {
        float: none;
        width: 100%;
        text-align: center;
    }
    #home-categories .owner-gallery {
        margin-left: 0;
    }
}
