@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
    background: url('./bg.jpg') no-repeat center center fixed;
    background-size: cover
}

.page {
    color: #fff
}

.page p {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #eee
}

.page h1 {
    color: #fff;
    margin: 0
}

.page h2 {
    color: #777;
    font-size: 160%
}

.page {
    padding-top: 20px;
    padding-bottom: 20px
}

.page .container {
    max-width: 600px;
    min-width: 600px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(0, 0, 0, 0.7);
    background-opacity: .5
}

.page .jumbotron-wrapper .container {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0
}

.page .services-wrapper .container .inner {
    padding-left: 20px;
    padding-right: 20px
}

.page .content-wrapper .container .inner {
    margin: 20px
}

.page .footer-wrapper {
    color: #fff;
    font-size: 100%;
    line-height: 110%
}

.page .footer-wrapper .inner {
    padding: 20px
}

.page .spacer-wrapper .container {
    min-height: 100px
}

.page ul.nav-menu>li>a {
    color: #fff
}

.page .header-wrapper .inner {
    padding: 20px;
    text-align: center
}

.page ul.contact-list {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0
}

.page ul.contact-list li {
    margin-top: 5px;
    margin-bottom: 5px
}

.page .jumbotron-wrapper .jumbotron p {
    font-size: 140%;
    line-height: 140%
}

.page .jumbotron-wrapper .jumbotron h2 {
    font-size: 140%;
    line-height: 140%
}

.page .jumbotron-wrapper .jumbotron {
    padding: 20px
}

.page .footer-wrapper .inner-wrapper {
    border-top: 2px solid #944a84;
    margin-top: 10px
}

.page .footer-wrapper h2 {
    font-size: 110%;
    line-height: 110%;
    color: #aaa
}

.page .footer-wrapper p {
    line-height: 130%;
    color: #eee
}

.page .btn {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border: 0;
    border-radius: 4px;
    -webkit-transition: none;
    transition: none;
    -webkit-font-smoothing: subpixel-antialiased;
    padding: 10px 19px;
    font-size: 17px;
    line-height: 1.471;
    border-radius: 6px;
    background: #944a84;
    border-color: #944a84;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px
}

.page .product-catalog [role=button] {
    padding: 10px 15px !important;
    border: none !important;
    padding: 10px 19px !important;
    font-size: 17px !important;
    line-height: 1.471 !important;
    height: auto !important;
    border-radius: 6px;
    background: #944a84 !important;
    border-color: #944a84 !important;
    color: #fff !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

@font-face {
    font-family: 'socicon';
    src: url('/resources/fonts/socicon-webfont.eot');
    src: url('/resources/fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'), url('/resources/fonts/socicon-webfont.woff') format('woff'), url('/resources/fonts/socicon-webfont.ttf') format('truetype'), url('/resources/fonts/socicon-webfont.svg#englebertregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.page ul.social {
    list-style: none;
    margin-left: 0
}

.page ul.social li {
    display: inline-block
}

.page .social-wrapper {
    text-align: center
}

.page .social-icon {
    font-family: 'socicon' !important;
    display: block;
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    border-radius: 50%;
    color: #555;
    background: #fff
}

.page .social-icon:hover {
    text-decoration: none
}

.page .header-container img.logo {
    margin-right: 15px
}

.page .gallery {
    columns: 4 150px;
    column-count: 4;
    -webkit-columns: 4 150px;
    -webkit-column-count: 4;
    -moz-columns: 4 150px;
    -moz-column-count: 4
}

.page .gallery .image img {
    margin-top: 10px;
    vertical-align: baseline
}

@media(max-width:767px) {
    body {
        padding-left: 0;
        padding-right: 0
    }

    .page .container {
        min-width: 100px
    }

    .page img {
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }
}