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

/* Base styling */

body {
    background: #4d615a;
}

.page {
    color: #fff;
    padding-top: 10px;
    font-family: Arial, sans-serif;
}

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

.page h1 {
    font-weight: normal;
}

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

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

/* Wrappers */
.page .header-wrapper {
    padding: 10px;
    text-align: center;
}

.page .jumbotron-wrapper {
    background: #444;
    color: #fff;
    padding: 40px;
    background: url('http://in03.hostcontrol.com/resources/None')  no-repeat center center fixed;
    background-size: cover;
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
}

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

.page .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.page .footer-wrapper {
    margin-top: 20px;
    font-size: 100%;
    line-height: 110%;
    padding: 40px;

}

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


/* Navigation */
.page ul.nav-menu {
    background: none;
}

.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 a:hover {
    text-decoration: underline;
    color: #000 !important;
}

.page ul.nav-menu li.active a {
    font-weight: bold;
}
.page ul.nav-menu li:hover a {
    background: #aaa;
}


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

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

}


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

/* 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;
    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:  !important;
    border-color:  !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') 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: ;
}

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

/* 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 {
    border-bottom: 1px solid #fff;
}

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

/* Image */
.page img+p {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 5px 0;
}

/* Footer */
.page .footer-wrapper .container {
    border-top: 1px solid #fff;
}

/* Separator */
.page hr {
    border-color: #fff;
    border-bottom: none;
}

/* 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;
    vertical-align: baseline;
}

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