@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    background-color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    color: #555;
    margin-top: 115px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto";
    font-weight: 300;
    color: #333;
}

p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

a {
    color: #00a994;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

#up {
    /*   padding-top: 15px;
    padding-bottom: 15px;*/
    background-color: #4fd2c2;
    color: #fff;
    font-size: 15px;
    /*  max-height: 60px; */
}

#up a {
    color: #fff;
    font-size: 18px;
}

#up i {
    color: #fff;
    font-size: 18px;
}

#up i:hover {
    color: white;
}

#up a:hover {
    color: white;
}

.navbar {
    font-weight: 800;
    font-size: 14px;
    /*padding-top: 10px; */
    padding-bottom: 10px;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: #4fd2c2;
}

.navbar-inverse .navbar-brand {
    color: #4fd2c2;
    font-weight: bolder;
    font-size: 22px;
    letter-spacing: 1px;
}

#headerwrap {
    /* box-shadow: 0 7px 5px rgba(0,0,0,0.6); /* Тень */
    /* padding-bottom: 10px; /* Поля вокруг текста */
    background: url(http://чисто-порядок.рф/images/mainpg/fon1.jpg) no-repeat center top;
    margin-top: -35px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 500px;
    width: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.image-shadow {
    height: 50px;
    background: url(http://yachtsclub.ru/images/slider-shadow.png) top center no-repeat;
    padding-bottom: 30px;
}

#headerwrap h1 {
    margin-top: 30px;
    padding-right: 50px;
    padding-left: 50px;
    color: white;
    font-size: 70px;
    font-weight: 1000;
    letter-spacing: 3px;
    font: arial;
    text-transform: uppercase;
}

#headerwrap h2 {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    color: #ffffff;
    /*  text-shadow: #4fd2c2 1.5px 1.5px 0, #4fd2c2 -1.5px -1.5px 0,
        #4fd2c2 -1.5px 1.5px 0, #4fd2c2 1.5px -1.5px 0; */
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 900;
}

#dg {
    background: #4fd2c2;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: white;
}

#lg {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

#logos {
    margin-bottom: 30px;
}

.thumb img {
    -webkit-filter: grayscale(0);
    filter: none;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
}

.thumb img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.thumb {
    padding: 5px;
}

/*.gallery {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 20px;
    background-color: white;
} */

#footer {
    /*margin-top: 100px;
    margin-bottom: -25px; 
    padding-top: 10px; */
    padding-bottom: 18px;
    background-color: #4fd2c2;
    color: white;
    font-size: 15px;
    object-position: bottom;
}


* {
    box-sizing: border-box;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

/*body { 

  font-family:'Lato';
} */

.heading-primary {
    font-size: 2em;
    padding: 2em;
    text-align: center;
}



.button2 {
    cursor: pointer;
    border: 0;
    background: #F5B939;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
    height: 55px;
    line-height: 55px;
    font-weight: 700;
    transition: all .35s ease-in-out
}

.gallery {
    width: 100%;
    width: auto;
    margin-bottom: -50px;
    margin-left: 15px;
    margin-right: 15px;

}
