* {
    outline: 0;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #60606e;
    font-family: "RobotoRegular", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    min-width: 300px;
}

header {
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.site-hero {
    position: relative;
    height: 100%;
    background: #e7f1f3 url(../img/hero-img.png) no-repeat right;
}

.black-friday-hero {
    position: relative;
    height: 100%;
    background: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.black-friday-hero h2 {
    color: #fff;
    font-size: 40px;
    margin-top: 100px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}

#black-friday-headtext{
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    box-sizing: content-box;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    color: #fff;
    top: 316px;
}

#black-friday-blackfont{
    color: #000;
    text-shadow: 0 0 4px #fff;
}

.site-hero .gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
    ;
}

.site-hero .container {
    position: relative;
    z-index: 4;
}

.site-hero h1 {
    font: 70px 'GoodVibesPro', normal;
    color: #fff;
    text-shadow: 0px 2px 1px #000;
    margin-top: 55px;
}

.site-hero p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
}

h2 {
    text-align: center;
    font: 65px 'GoodVibesPro', normal;
    color: #000;
    margin-top: 35px;
    margin-bottom: 75px;
}

.our-products {
    background: url(../img/products-bg.png) 0px -285px repeat-x;
}

.carousel-inner>.item>img {
    height: 500px;
    margin: 0 auto;
}

.carousel-indicators li {
    border-color: #000;
}

.carousel>.carousel-control {
    background-image: none;
    opacity: 1;
}

.carousel-control span {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -20%;
    width: 77px;
    height: 77px;
}

.carousel-control.left span {
    left: 30%;
    background: url(../img/arrows_hover.png) -1px 0px;
}

.carousel-control.left span:hover {
    background: url(../img/arrows_hover.png) 0px -80px;
}

.carousel-control.right span {
    right: 30%;
    background: url(../img/arrows_hover.png) -77px 0px;
}

.carousel-control.right span:hover {
    background: url(../img/arrows_hover.png) -77px -80px;
}

.carousel-indicators {
    bottom: -30px;
}

.carousel-indicators li {
    border-color: #b1b1b1;
}

.carousel-indicators .active {
    background-color: #b1b1b1;
}

.company-img {
    background: #b1b1b1 url(../img/company-bg.png) no-repeat right;
}

.product-hr {
    height: 100px;
    background: url(../img/product-hr.jpg) 0px 21px repeat-x;
}

.about-text {
    height: 100%;
    background-color: #e7e7e7;
}

.about-text p {
    line-height: 2;
    margin-top: 22px;
    margin-left: 15px;
}

.about-us::after {
    content: '';
    display: block;
    width: 100%;
    height: 23px;
    background: url(../img/shadow-hr.png) top no-repeat;
}

.about-us .row {
    height: 370px;
}

.our-partners .row {
    text-align: center;
}

.our-partners .container:nth-child(2) {
    margin-top: 50px;
}

.adress {
    position: relative;
    /*margin-top: 100px; */
}

.adress .col-sm-6:first-child {
    text-align: right;
    padding-right: 20px;
}

#map {
    margin-top: 50px;
}
.image {
    width: 20%;
    background: #CCC;
}
.more-gram{
    padding: 10px 65px;
}

#widgetData { /* Masonry container */
    -webkit-column-count: 4;
    -moz-column-count:4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.image {
    display: inline-block;
    background: #fff;
    padding: 0.5em;
    margin: 0 0 1.5em;
    width: 100%;
    -webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.image img{max-width:100%;}

@media only screen and (max-width: 320px) {
    #widgetData {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    #widgetData {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    #widgetData {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    #widgetData {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}