/* Fonts */
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans);


/* Base styling */

body {
    background: #fff;
}
.page {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing:antialiased;
}
.page ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

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

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
    font-weight: 400
}

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

/* Container */
.page .container {
    max-width: 1200px;
    margin: 0px auto;
}

/* Wrappers */
.page .navigation-wrapper {
    background:#238d96  ;
}
.page .header-wrapper {
    padding: 30px;
}

.page .jumbotron-wrapper {
    background: #444;
    color: #fff;
    padding: 120px 0;
    background: url('//in04.hostcontrol.com/resources/2662de918a6fe6/53b61e3e4c.JPEG');
    background-repeat:no-repeat;
    background-size: cover;
    text-align:center;
    position:relative;
}

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

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

.page .footer-wrapper {
    background: #0d0e3d;
    margin-top: 20px;
    color: #fff;
    font-size: 100%;
    line-height: 110%;
    padding: 40px;
}

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

/* Navigation */
.page .pull-right {
  width:100%;
}
.page ul.nav-menu {
	float:right;
}

.page .logo {
  display:inline-block;
  margin:0;
}

.page ul.nav-menu > li {
    margin-bottom:0;
}

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

.page ul.nav-menu li a {
    color: #fff;
    padding: 18px 20px;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -ms-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}

.page ul.nav-menu li a:hover {
    text-decoration: none;
    color: #f28900;
}

.page ul.nav-menu li.active a {
    font-weight: bold;
    text-decoration:none;
    
}
.page ul.nav-menu li:hover a {
    color:
}

.page .main-menu .slide-trigger {
  background: #238d96;
  border:none;
  color:#fff;
}

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

    .page .nav-menu li {
        margin: 0 0 10px;
        border-top: 1px solid;
        border-color: rgba(255,255,255,.1);
    }

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

    .page .nav-menu li a {
        background:none;
        color:#fff !important;
    }
    .page .nav-menu li a:hover {
        background:none;
        color: #f28900 !important;
    }

}


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

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

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

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

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

/* Button element */
.page .btn {
    font-weight: 400;
    border: none;
    -webkit-transition: none;
    transition: none;
    padding: 10px 20px;
    font-size: 17px;
    line-height: 1.471;
    border-radius: 2px;
    background: #f28900;
    border-color: #f28900;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow:none;
}

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


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

.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: #0009ff;
}

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

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

/* Header element */
.page .header-container a {
  display:block;
  text-align:center;
}
.page .header-container img.logo {
    margin-right: 15px;
    margin-top:10px;
  	margin-bottom:10px;
}
.page .header-container h1 {
  color: ;
}


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

}

.page .gallery .image {
    margin: 20px;
}

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