@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);

body {
    font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Source Sans Pro', sans-serif;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 38px;
    font-weight: 200;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

p {
    font-size: 15px;
}

ul {
    padding-left: 0;
}

ul li {
    list-style: none;
}

main {
    padding: 60px 0;
}

.menu {
    padding-top: 6px;
}

.menu .navbar-default {
    background: none;
    border-color: transparent;
    margin-bottom: 0;
    text-align: center;
}

.menu .navbar-default .navbar-nav > li > a {
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #666;
    padding: 5px 15px;
}

.menu .navbar-default .navbar-nav > li > a:hover {
    color: #f48e5c;
}

.menu .navbar-nav {
    float: none;
    display: inline-block;
}

.menu .navbar {
    min-height: 0;
}

.menu .navbar-header {
    margin-top: -45px;
}

header {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.96);
    padding: 4px 0 8px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

header .logo {
    display: inline-block;
    margin-top: 0;
}

header .social-info {
    margin-bottom: 0;
    padding-top: 8px;
    text-align: right;
}

header .social-info li {
    display: inline-block;
}

header .social-info li:first-child a {
    border-left: 1px solid #dedede;
}

header .social-info li a {
    color: #aeaeae;
    padding: 3px 8px;
    border-right: 1px solid #dedede;
}

header .social-info li a:hover {
    color: #f48e5c;
}

#banner {
    background-size: cover;
    position: relative;
    padding: 100px 0 30px 0;
}

#banner .app-img {
    padding-top: 10px;
}

#banner .block > p {
    margin-bottom: 65px;
}

#banner .block {
    text-align: center;
    padding-top: 10px;
}

#banner .block h2 {
    margin: 0 0 30px 0;
    font-weight: 300;
}

#service {
    padding: 20px 0;
}

#service .service-wrapper {
    border-top: 1px solid #dedede;
    padding: 50px 0 25px 0;
}

#service .block {
    /*cursor: pointer;*/
    text-align: center;
}

#service .block:hover .icon i {
    color: #fff;
}

#service .block:hover h3 {
    color: #f48e5c;
}

#service .block:hover .icon {
    border: 1px solid #FFFFFF;
    background: #f48e5c;
    color: #fff;
    -webkit-box-shadow: 0 0 0px 2px #f48e5c;
    -moz-box-shadow: 0 0 0px 2px #f48e5c;
    box-shadow: 0 0 0px 2px #f48e5c;
}

#service .block .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #dedede;
    text-align: center;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

#service .block i {
    font-size: 25px;
    line-height: 90px;
    color: #989898;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

#service .block h3 {
    color: #555;
    font-weight: 300;
}

#service .block p {
    color: #666;
    margin: 0;
}

#service a:hover {
    text-decoration: none;
}

#news {
    padding: 20px 0;
}

#news .news-wrapper {
    border-top: 1px solid #dedede;
    padding: 25px 0 0 0;
}

#news h2 {
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 300;
}

#catalog {
    padding: 20px 0;
}

#catalog .wrapper {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 25px 0 25px 0;
}

#catalog h2 {
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 300;
}

.utility {
    padding: 20px 0 20px 0;
}

.utility.odd {

}

.utility.even {
    background: #f6f6f7;
}

.utility .block h2 {
    padding-top: 40px;
    color: #444;
}

.utility .block ul {
    padding-left: 20px;
}

.utility .block li {
    line-height: 32px;
    color: #7c828b;
    font-size: 16px;
    list-style: disc;
    list-style-position: inside;
}

footer {
    background: #f9f9f9;
    border-top: 1px solid #e8e8e8;
    padding: 40px 0 20px;
}

footer .footer-logo {
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
}

footer p {
    color: #6F6F6F;
    margin-top: 10px;
    margin-bottom: 0;
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border: none;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 400px;
    height: 400px;
    background: #ccc;
    text-align: center;
    line-height: 300px;
    overflow: hidden;
}

#contacts {
    padding-bottom: 20px;
    text-align: center;
}

#contacts h2 {
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 300;
}

#contacts form {
    text-align: left;
}

#contacts input, #contacts textarea {
    border-radius: 0;
    box-shadow: none;
}

#contacts .btn-send {
    background: #77c344;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0;
    border: none;
    border: 1px solid transparent;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

#contacts .btn-send:hover {
    background: #fff;
    border: 1px solid #77c344;
}

#contacts .btn-send i {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}

#contacts .btn-send span {

}

#contacts .btn-send:hover i, #contacts .btn-send:hover span {
    color: #77c344;
}

@media only screen and (max-width: 767px) {
    #banner {
        padding: 20px 0;
    }

    #slider {
        margin: 0 -15px;
    }
}