﻿/*================ Start Website4 ==================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    background-image: url('../../images/backgounds/img-main-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 100% !important;
}

#cover {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

#cover-caption {
    width: 100%;
}

h1, h2, h3 {
    color: white;
}

.img {
    border-radius: 50%;
    border: 15px solid #343a40;
    padding: 15px;
}

.part, .txt {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

    .txt:hover, .part:hover {
        -webkit-transform: scale(1.2,1.2);
        -moz-transform: scale(1.2,1.2);
        -o-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.20);
    }

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    h1 {
        font-size: 25px !important;
        margin-top: -160px;
    }

    .part {
        margin-bottom: 30px;
    }

    #cover {
        height: 220%;
    }

    .img {
        width: 200px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 40px !important;
    }

    #cover {
        height: 100%;
    }

    .img {
        width: 200px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*================ End Website4 ==================*/

/*================ Start Website2 ==================*/

#about,
#products,
#clients,
#support,
#contact {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

#products,
#clients,
#support {
    text-align: center;
}

    #products h2,
    #clients h2,
    #support h2 {
        padding-bottom: 30px;
    }

    #products .product-thumb {
        width: 100%;
        height: 300px;
        margin: 20px 0;
        text-align: center;
        background: #f0f0f0;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #products .product-thumb .image-holder {
            position: relative;
            top: 30px;
            display: inline-block;
            padding: 10px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        #products .product-thumb .heading {
            padding: 0 10px;
            position: relative;
            top: 40px;
            -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        #products .product-thumb:hover,
        #products .product-thumb:focus {
            background: #ad633a;
            box-shadow: 0px 7px 30px #8c8c8c;
        }

            #products .product-thumb:hover .image-holder,
            #products .product-thumb:focus .image-holder {
                top: -50px;
            }

            #products .product-thumb:hover .heading,
            #products .product-thumb:focus .heading {
                top: -60px;
                color: #fff;
            }

        #products .product-thumb .description {
            font-size: 13px;
            margin: 0 auto;
            padding: 0 10px;
            opacity: 0;
            -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        #products .product-thumb:hover .description,
        #products .product-thumb:focus .description {
            margin-top: -60px;
            opacity: 1;
        }

        #products .product-thumb:hover p.description {
            color: #ffffff;
        }

    #products .btn {
        display: block;
        color: #321e10;
        background: #fff;
        border: none;
        max-width: 140px;
        border-radius: 4px;
        font-size: 13px;
        margin: 10px auto;
    }

    #products .more .btn {
        background: #e2e2e2;
        font-size: 15px;
        padding: 10px 30px;
        max-width: 200px;
    }

        #products .btn:hover,
        #products .btn:focus,
        #products .more .btn:hover,
        #products .more .btn:focus {
            background: #321e10;
            color: #fff;
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.20);
        }


    #products .col-md-3 {
        padding-right: 10px;
        padding-left: 10px;
    }

@media only screen and (max-width: 1199px) {
    #products .col-md-3,
    #support .col-md-3 {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .nav > li > a {
        padding: 10px 10px;
    }
}


@media only screen and ( max-width: 767px) {
    #products .col-md-3,
    #support .col-md-3 {
        padding-right: 15px;
        padding-left: 15px;
    }

    #products .product-thumb:hover .image-holder {
        top: -30px;
    }

    #products .product-thumb:hover .heading {
        top: -40px;
    }

    #products .product-thumb:hover .description {
        margin-top: -40px;
    }
}

@media only screen and ( max-width: 640px) {
    #products .product-thumb .description {
        padding: 0 25px;
    }

    #products .product-thumb:hover .heading {
        font-size: 16px;
    }
}

/*================ End Website2 ==================*/

@media (min-width: 992px) and (max-width: 1199px) {
    /*#img-header {
        margin-top: 150px;
    }*/
}
