body {
    font:normal 21px "Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif";
    margin: 0;
    padding: 0;
    min-width: 1200px;
}

.content h1{
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 1;
    margin: 80px 0 44px 0;
}
.content h1:before{
    margin-left: -15px;
    margin-right: 15px;
    margin-bottom: 0px;
    display: inline-block;
    height: 26px;
    content: "";    
    border-left: solid 2px #f15e40;
}
p{
    line-height: 1.6;
    margin-bottom: 30px;
}
.color{
    color: #f15e40;
}
h3{
    font-size: 21px;
    font-weight: bold;
}
ul{
    padding-left: 20px;
    margin-bottom: 30px;
    line-height: 1.6;
}
.content{
    
}

#baner {
    height: 660px;
    background: url(../images/baner.jpg) center top no-repeat;
    background-size: cover;
    
}
#baner .col-xs-12{
    position: relative;
    height: 660px;
}

.box {
    position: absolute;
    right:0;
    bottom: -30px;
    width: 420px;
    height: 517px;
    padding: 60px 30px;
    text-align: center;
    background-color: #000;
    color: #fff;
}
.box h1{
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 43px;
    margin-bottom: 60px;
}
.box h1:before{
    display: none;
}
.box h1:after{
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -50px;
    width: 100px;
    content: "";
    display: block;
    border-bottom: solid 2px #f15e40;
}
.box p{
    font-size: 19px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.f2{
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.scroll{
    background: url(../images/scroll.png) center no-repeat;
    display: block;
    height: 45px;
    margin-top: 70px;
}

.button {
    display: inline-block;
    background: #ebebeb url(../images/chevron-small-down.png) right 15px center no-repeat;
    font-size: 12px;
    color: #b0b0b0;
    text-align: center;
    width: 180px;
    height: 31px;
    border-radius: 16px;
    padding-top: 8px;
}
.button:hover {
    color: #000;
}

.testimonials + .testimonials{
    border-top: dotted 1px #b2b2b2;
}
.testimonials {
    padding-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

#contact {
    background-color: #fafafa;
    padding-top: 100px;
    margin-bottom: 20px;
}
#contact h1{
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 1;
    margin: 0px 0 30px 0;
}
#contact h1:before{
    margin-left: -15px;
    margin-right: 15px;
    margin-bottom: 0px;
    display: inline-block;
    height: 26px;
    content: "";    
    border-left: solid 2px #f15e40;
}
.contact-pic {
    margin-top: 70px;
}

.created {
    display: inline-block;
    background: url(../images/cby.png);
    width: 113px;
    height: 23px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
#up{
    display: inline-block;
    background: url(../images/up.png);
    width: 50px;
    height: 50px;
}