body {
    padding-top: 70px;
}

h1,
h2,
h3,
h4,
h5,
.lead {
    font-family: 'Droid Sans', sans-serif
}

.carousel-caption {
    bottom: 170px;
    background: rgba(3, 3, 3, 0.3);
    padding-right: 20px;
    padding-left: 20px
}

.carousel-indicators {
    bottom: 0
}

.carousel-indicators li {
    height: 15px;
    width: 15px;
    border: 1px solid #044D7D
}

.carousel-indicators .active {
    height: 17px;
    width: 17px
}

.carousel-inner>.item>img {
    width: 100%;
    height: 50%
}

.about .lead {
    color: #888;
    font-size: 25px;
    margin-top: 15px
}

.features {
    background: #EEE
}

.features img {
    height: 200px;
}

.features .feat {
    margin-bottom: 30px
}

.features .feat p {
    line-height: 2em
}

.features .feat span.glyphicon {
    font-size: 25px;
    margin-bottom: 10px;
    color: #666
}

.price_table {
    background: #EEE
}

.price_table .price_box {
    background: #FFF;
    padding: 10px;
    border: 1px solid #DDD;
    margin-bottom: 15px
}

.price_table .price_box h2 {
    margin: 5px 0 15px
}

.price_table .price_box:hover p {
    -webkit-transform: scale(1.1, 1.1) rotate(360deg);
    -moz-transform: scale(1.1, 1.1) rotate(360deg);
    -o-transform: scale(1.1, 1.1) rotate(360deg);
    transform: scale(1.1, 1.1) rotate(360deg);
    border: 2px solid #DFDFDF
}

.price_table .price_box p {
    font-size: 35px;
    font-weight: bold;
    color: #666;
    width: 100px;
    height: 100px;
    background: #F3F3F3;
    border-radius: 50%;
    line-height: 100px;
    border: 2px solid #FFF;
}

.price_table {
    background: #ffffff;
}

.price_table .price_box ul {
    line-height: 250%;
    font-size: 18px
}

.price_table .price_box a {
    margin-bottom: 5px
}

.our_team .team .row img {
    height: 200px;
}

.our_team .team {
    background: rgba(2, 2, 2, 0.8);
    color: #FFF;
    min-height: 600px
}

.our_team .person {
    margin-bottom: 40px
}

.subscribe {
    background: #dac134;
    color: #fff;
}

.subscribe .v,
.subscribe .we {
    background-color: #056073;
    border-radius: 8px;
    box-shadow: 3px 3px 4px #058073;
}

.subscribe .v h1,
.subscribe .we h1 {
    width: 200px;
    margin: auto;
    position: relative;
    background: #05808A;
    margin-bottom: 19px;
    text-align: center;
    margin-top: -13px;
}

.subscribe .h1 {
    color: #888;
    letter-spacing: 2px;
    margin-bottom: 20px
}

.subscribe p {
    margin-bottom: 30px
}

.subscribe .form-control {
    border-radius: 0;
    margin-right: -5px;
    width: 300px
}

.subscribe button {
    border-radius: 0
}

.our-clients {
    background: #EEE;
    padding-top: 20px;
    padding-bottom: 20px
}

.our-clients img:hover {
    opacity: 1
}

.footer {
    background: #111;
    color: #AAA;
    padding-top: 10px
}

.footer h3 {
    letter-spacing: 1px;
    margin: 30px 0 20px
}

.footer a {
    color: #AAA
}

.footer a:hover {
    color: #FFF
}

.footer .three-columns {
    overflow: hidden
}

.footer .three-columns li {
    width: 25.3333%;
    float: left;
    padding: 5px 0;
    margin-top: 10px;
}

.footer .social-list {
    overflow: hidden;
    margin: 20px 0 10px
}

.footer .social-list li {
    float: left;
    margin-right: 3px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.footer .social-list li:hover {
    opacity: 1
}

.footer .copyright {
    background: #056073;
    color: #AAA;
    padding: 15px 0;
    margin-top: 30px;
    font-size: 18px
}

.our_team .h1,
.statistics .h1,
.features .h1,
.our-skills .h1,
.price_table .h1 {
    margin-bottom: 50px
}

.price_table .price_box {
    border-radius: 10px;
}

.our_team .team,
.price_table,
.subscribe,
.about {
    padding-top: 40px;
    padding-bottom: 33px
}