html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    color: #464646;
    min-width: 1060px;
    font-family: "Roboto", Arial;
    font-size: 0.9rem;
}
.main {
    width: 100%;
    min-height:  100%;
    padding-bottom: 80px;
}
.inner {
    max-width: 1100px;
    margin: 0 auto;
}
.top {
    padding: 20px 0;
    background-repeat: repeat;
    background-position: 0 0;
    top: 0;
    position: relative;
    display: block;
    height: 110px;
    width: 100%;
    background-image: url(../img/top_bg.png);
    position: absolute;
    left: 0;
    top: 0;
}
.top li {
    list-style: none;
    display: inline-block;
    line-height: 70px;
    margin: 0 40px;
}
.header > img {
    width: 100%;
    height: auto;
}
.tel {
    padding: 10px 0 0 60px;
    background-image: url(../img/tel.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.tel span {
    display: block;
}
.top a {
    color: #464646;
}
.bold {
    font-weight: bold;
}
.main h3 {
    padding: 0 30px;
    padding-bottom: 15px;
    background-image: url(../img/border.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    font-weight: 300;
}
.service .col-lg-2 {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
}
.service .photo {
    text-align: center;
}
.service .col-lg-2 a {
    height: 40px;
    display: block;
    line-height: 20px;
    color: #f57c00;
    margin: 10px 0;
}

.portpolio {
    background-color: #eceff1;
    padding: 30px 0 60px 0;
}

.portpolio .col-sm-6 {
    width: 48%;
    margin: 1%;
    background-color: #fff;
    padding: 0;
}
.portpolio .col-sm-6 p {
    padding: 0 10px;
}
.portpolio .col-sm-6 img {
    width: 100%;
    height: auto;
}
.portpolio h4 {
    text-align: center;
    margin-top: 20px;
    display: block;
    color: #f57c00;
}
.portpolio span {
    color: #f57c00;
}
 .portpolio a {
    color: #4359d3;
    display: block;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
 }
 .footer {
    margin-top: -80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background-color: #4359d3;
 }
 .portpolio .photo {
    overflow: hidden;
    position: relative;
 }
 .portpolio .photo img {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
 }