.top{
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #00adef;
    top: 4px;
}

.row{
    border-left: 2px solid #00adef;
    position: relative;
    top: -5px;
    border-right: 2px solid #00adef;
    border-bottom: 2px solid #00adef;
}

.header{
  width: 100%;
  height: 350px;
  background: url(/assets/images/heder.jpg) center center no-repeat;
  background-size: cover;
  border-bottom: 2px solid #00adef;
}

.container-fluid img{
    position: absolute;
    z-index: 3;
    left: 20px;
    top: 20px;
}

.block-img img{
    position: absolute;
    z-index: 3;
    left: 2%;
}

.span4{
    border-right: 2px solid #00adef;
    height: 690px;
}

.span4 p{
    text-align: center;
    font-size: 20px;
    margin: 4px;
    padding: 7px;
    font-weight: 600;
}

.span8 p{
  text-indent: 20px;
}

.footer{
    height: 120px;
    border-top: 1px solid #eee;
    background: #00adef;
}

.info{
    position: relative;
    top: 170px;
    left: 40px;
}

.copyright .pad{
  padding: 0px 20px;
}

.copyright .pad .span6 p{
  padding-top: 8px;
}

.bot{
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.info p{
  font-size: 16px;
}

.copyright{
    background: #fff;
    width: 100%;
    height: 38px;
}