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


/* Base styling */

body {
    background-size: cover;
}

.page {
    color: #fff;
}

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

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

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

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

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

/* Wrappers */

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


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

}

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

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

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

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


/* Navigation */
.page ul.nav-menu > li > a {
    color: #fff;
}

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

/* Contactinfo element */
.page ul.contact-list {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;

}

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

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

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

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

/* Footer */
.page .footer-wrapper .container {
    background: ;;
}

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

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

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

/* Button element */
.page .btn {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border: none;
    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: #fff;
    border-color: #fff;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Shop */
.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: #fff !important;
    border-color: #fff !important;
    color: #fff !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* Social element */
@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.svg#englebertregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

.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;
}


/* Header element */
.page .header-container img.logo {
    margin-right: 15px;
}

/* Gallery element */
.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;
}

/* Fixes for mobile */
@media (max-width: 767px) {

    body {
        padding-left: 0px;
        padding-right: 0px;
    }

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

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