body{
    font-family: 'Lato', sans-serif;
}

.top_border{
    border-top: 1px solid #eee;
}
.right_border{
    border-right: 1px solid #eee;
}
.bottom_border{
    border-bottom: 1px solid #eee;
}
.left_border{
    border-left: 1px solid #eee;
}

.home_top{
    padding: 250px 0px;
    background: url('../img/background.jpg') fixed;
    background-size: cover;
}

.big_logo{
    background: #fff;
    padding: 10px;
}

.big_logo img{
    width: 200px;
}

.page_top{
    padding: 150px 0px;
    background: url('../img/background.jpg') fixed;
    background-size: cover;
}
.page_top h1{
    color: #ffffff;
    font-weight: 7em;
    text-align: center;
    font-weight: bolder;
}

p{
    line-height: 1.8;
    color: #777;
    font-size: 16px;
}

.center{
    text-align: center;
}

.section2{
    padding: 70px 0px;
}

.section2 h2{
    color: #235d7e;
    font-weight: bolder;
}

.section2 p{
    font-weight: 300;
}

.section3{
    /* background: url('../img/background2.jpg') fixed;
    background-size: cover; */
}
.section3 .col-md-12{
    background: #f95f44;
}
.section3 .col-md-12 .col-md-4{
    padding: 50px 0px;
    text-align: center;
    color: #ffffff;
    border-right: 1px solid #ff765e;
}
.section3 .col-md-12 .col-md-4 p{
    color: #fff;
}

.blocks{
    padding: 20px 10px;
}

.blocks b{
    color: #235d7e;
}

.blocks .icon{
    background: #235d7e;
    color: #fff;
    padding: 20px 0px;
    text-align: center;
}

.textRight{
    text-align: right;
}

/* Proucts */

.products{
    margin-top: 50px;
}

.product img{
    width: 100%;
}
.product h3{
    font-weight: bolder;
    color: #f95f44;
    text-align: center;
}

footer{
    padding: 50px 0px 10px 0px;
    background: #235d7e;
    color: #fff;
    margin-top: 20px;
}

footer .container p{
    font-size: 4em;
    color: #f95f44;
    text-align: center;
}

.copy{
    text-align: center;
    color: #999;
    border-top: 1px solid #999;
    padding-top: 10px;
    font-size: 0.7em;
}

form .form-control{
    margin-bottom: 20px;
    border-radius: 0px;
    padding: 20px;
}

form textarea.form-control{
    height: 100px;
}

form button{
    padding: 15px 40px;
    border-radius: 0px;
    border: none;
    background-color: #f95f44;
    color: #fff;
}

.has_icons i.fa {
    color: #fff;
    background-color: #f95f44;
    padding-top: 7px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
}

.about h2{
    margin-top: 60px;
    border-left: 20px solid #f95f44;
    padding-left: 20px;
    color: #235d7e;
}

/* Product */

.product .container{
    margin-top: 50px;
}

.product_cat .row{
    background-color: #f95f44;
    color: #fff;
    padding: 0px;
}

.product_cat .image{
    padding: 0px;
    border: 1px solid #f95f44;
}

.product_cat small{
    line-height: 12px;
    display: block;
}

.product > .container > .row{
    margin-bottom: 30px;
}

.flag{
    width: 20px;
}