html, body {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0px;
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    height: 100%;
    min-height: 100%;
    background: #F1F1F1;
}

:hover {
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

a:link {
    color: #FFF;
    text-decoration: none;
}

a:visited {
    color: #FFF;
}

a:hover {
    color: #de4d4d;
}

a:active {
    color: #FFF;
}

.box-fix {
    min-height: 100%;
    position: relative;
    z-index: 998;
}

.box-main {
    width: 100%;
    position: relative;
    padding-bottom: 300px;
}

.box-bottom {
    width: 100%;
    height: 300px;
    margin-top: -300px;
    position: absolute;
    bottom: 0px;
    clear: both;
    z-index: 1;
    background: #DE4D4D;
}

.box-base {
    width: 1060px;
    height: 288px;
    margin: 12px auto 0px auto;
    position: relative;
    color: #FFF;
}
.box-topo {
    width: 100%;
    height: 300px;
    margin: auto;
    position: absolute;
    background: rgba(0,0,0,0.7);
    border-bottom: solid 2px rgba(255,255,255,0.5);
    z-index: 999;
}

.box-image {
    width: 100%;
    height: 850px;
    background: url(../img/if-market.jpg) 0; 
    background-position: right;
}

.box-topline {
    width: 1000px;
    height: 30px;
    padding-top: 10px;
    margin: auto;
    position: relative;
}

.box-logo {
    width: 285px;
    margin: auto;
}

.box-phone {
    position: absolute;
    left: 50px;
    color: #FFF;
    font-size: 16px;
}

.box-social {
    position: absolute;
    right: 50px;
}

.box-slogan {
    width: 1000px;
    margin: auto;
    padding-top: 285px;
    height: 565px;
    text-align: center;
}

.span-first {
    padding-top: 15%;
    font-size: 60px;
    color: #fff;
}

.span-second {
    font-size: 60px;
    color: #de4d4d;
}

.box-content {
    width: 1000px;
    padding: 20px;
    margin: auto;
}

.box-instagram {
    width: 330px;
    height: 400px;
    display: inline-block;
}

.box-title {
    width: 100%;
    font-size: 48px;
    margin-bottom: 15px;
    color: #de4d4d;
    display: inline-block;
}

.box-location {
    padding: 20px;
    height: 350px;
    background: #FFF;
}

.box-left {
    width: 330px;
    display: inline-block;
    vertical-align: top;
}

.box-right {
    width: 570px;
    margin-left: 50px;
    display: inline-block;
    vertical-align: top;
}

.box-logounder {
    width: 240px;
    margin-left: 90px;
    margin-top: 50px;
    display: inline-block;
    vertical-align: top;
}

.box-baseintent {
    display: inline-block;
    vertical-align: top;
    margin: 30px 50px;
}

.box-infobot {
    margin-left: 30px;
    font-size: 18px;
    position: relative;
}

.box-infobot::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #FFF;
    position: absolute;
    left: -30px;
    display: block;
    
}

.box-botitle {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.box-menu {
    color: #FFF;
    width: 300px;
    font-size: 16px;
    margin: auto;
    text-align: center;
}

.box-topfix {
    height: 300px;
    background: url("../img/top-market.jpg") right;
}

.box-product {
    width: 200px;
    height: 200px;
    display: inline-block;
    padding: 5px;
    background: #FFF;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    margin: 10px;
}

.box-info {
    width: 225px;
    height: 190px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin: 10px;
    background: #FFF;
    position: relative;
    font-weight: 600;
    color: dimgrey;
}

.box-picture {
    width: 225px;
    height: 75px;
    position: absolute;
    bottom: 10px;
}

.flamingo {
    color: #de4d4d;
}