
#page-top {
    top:  50px;
    text-align: center;
    color: #fff;

    background-image: url(../img/0E0M5W9O3V.jpg);
    /*background-image: url(http://st2.depositphotos.com/3396639/6920/i/950/depositphotos_69205781-Worried-man-sitting-on-the-terrace.jpg);*/
    /*background-image: url(http://st.depositphotos.com/1258191/1256/i/950/depositphotos_12568141-Touch-screen.jpg);*/
    /*background-image: url(../img/bgimg.jpg);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #999;
    height: 700px;
    position: relative;

}

#page-top .container {
    padding-top: 250px;
    padding-bottom: 50px;
}
#page-top img {
    display: block;
    margin: 0 auto 20px;
}


#page-top .intro-text h3{
    display: block;
    text-shadow: 0px 0px 1.5px rgba(0,0,0,0.25);
    font-family: "Museo Sans", Helvetica, Arial, sans-serif;
    font-weight: 100;
    line-height: 1.1;
    font-size: 30px; 
}

.test{
    display: block;
    text-shadow: 0px 0px 1.5px rgba(0,0,0,0.25);
    font-family: "Segoe UI" , Arial , Verdana;
    line-height: 1.1;
    font-size: 25px; 
}

#page-top .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

#page-top #header-btn {
    padding-top: 50px;    
}

#endheader{
    background: #fff;
    padding: 25px 15px;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    overflow: hidden;
     text-shadow: 0px 0px 1.5px rgba(0,0,0,0.25);
    font-family:"Segoe UI" , Arial , Verdana;
    font-size: 1.25em;
    font-weight: 300;
    color:#20a052;

}

section {
    padding: 100px 0;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.text-primary {
    color: #449d44;
}

#services{
 background: #f8f8f8;
 border-bottom: 1px solid #d9d9d9;   
}

#price{
    
    border-bottom: 1px solid #d9d9d9;        
}




#price .container{
    width: 910px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}   

#price .title{
    font-size: 20px;
}

#price .sub-title{
    box-sizing: border-box;
    text-align: center;
    max-width: 370px;
}

.item{
    margin-top: 35px;
    text-align: center;
    display: block;
}

.item .glyphicon{
    display: block;   
    color: #20a052;
    font-size: 40px;
}

.item  span{
    margin-top: 8px;
    line-height: 20px;

    display: block;
}

.advantages{
    width: 455px;
}

.form-price{
    width: 455px; 
    padding-bottom: 12px;
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
}

.row-price{
    margin-top: 15px;    
}

.num{
    margin-top: 10px;
    margin-bottom: 10px;

}


.row-button{
    margin-top: 15px;    
    border-top: 1px solid #d9d9d9;
    text-align: center;
}

.row-button button{
    margin-top: 25px;
    margin-bottom: 15px;
    max-width: 288px;
    width: 100%;
    background-color: #20a052;
    border-color: #20a052;
    color: #fff;
}


#team{
    background: #f8f8f8;
   border-bottom: 1px solid #d9d9d9;        
} 

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

.form-control{
    text-align: center;
}



section#contact .form-group textarea.form-control {
    height: 133px;
}

section#contact .btn-send {
    margin-top: 25px;
    margin-bottom: 15px;
    max-width: 288px;
    width: 100%;
    background-color: #20a052;
    border-color: #20a052;
    color: #fff;
}


footer {
    padding: 25px 0;
    text-align: center;
    background: #f8f8f8;
    border-top: 1px solid #d9d9d9;   

}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    line-height: 15px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    line-height: 15px;
}

.navbar-phone {
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
}



