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

html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}

/* Base styling */
body {
    background: url('/resources/3cae8fd7dacbc8/ff02de3814.JPEG')  no-repeat center center fixed;
    background-size: cover;
}

.page {
    color: #fff;
    font-family: "Open Sans";
}

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

.page h1 {
    font-size: 450%;
    line-height: 110%;
    margin-bottom: 20px;
}

.page h2 {
}

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

/* Container */
.page .container {
    max-width: 1200px;
    margin: 0px auto;
    font-family: 'Open Sans', sans-serif;
}

/* Wrappers */

.page .navigation-wrapper {
    border-bottom: 1px solid #fff;
    padding: 10px;
    min-height: 30px;
}

.page .header-wrapper {
    padding: 10px;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.page .jumbotron-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    min-height: 300px;
    border-bottom: 10px solid #555;
}

.page .services-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #333;
}

.page .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    color: #555;
}

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

.page .spacer-wrapper {
    min-height: 100px;
    background: #fff;

}

/* Navigation */
.page .slide-trigger {
    color: #444;
}

.page ul.nav-menu {
    background: none;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
}

.page ul.nav-menu > li {
    margin-right: 10px;
}

.page ul.nav-menu > li:last-child {
    margin-right: 0px;
}

.page ul.nav-menu > li a {
    background: none;
    color: #fff !important;
    padding: 10px;
}

.page ul.nav-menu > li > ul > li > a {
    background: none;
    color: #555 !important;
    padding: 10px;
}

.page ul.nav-menu > li a:hover {
    text-decoration: underline;
}

.page ul.nav-menu li.active > a {
    text-decoration: underline;
}




/* Menu on mobile */
@media (max-width: 767px) {

    .page .nav-menu li a {
        margin-bottom: 0px;
    }

}

/* Services */
.page .services-wrapper .span4 {
    text-align: center;
}


/* Jumbotron */

.page .jumbotron-wrapper .jumbotron {
    padding: 20px;
    margin-top: 10px;
    text-align: center;
    padding-top: 50px;
}

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

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

/* Footer */
.page .footer-wrapper .inner-wrapper {
    margin-top: 10px;
}

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

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

/* Content area */
.page .content-wrapper .container {
    text-align: center;
    max-width: 800px;
}

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

/* 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: #7b8084;
    border-color: #7b8084;
    color: #fff;
    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: #7b8084 !important;
    border-color: #7b8084 !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.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: 0px;
}

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

.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: #fff !important;
    background: #7b8084;
}

.page .social-icon:hover {
    text-decoration: none;
    color: #fff !important;
    background: #7b8084;;
}

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

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

.page .header-container .description {
    font-size: 200%;
}

/* Gallery element */
.page .gallery {
    -webkit-columns: 4 200px;
    -moz-columns: 4 200px;
    columns: 4 200px;
    text-align: center;

}

.page .gallery .image img {
    margin: 10px;
}

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

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

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

    .page .footer-wrapper {
        padding: 10px;
    }

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