@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../assets/open-sans/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../assets/open-sans/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../assets/open-sans/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../assets/open-sans/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../assets/open-sans/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../assets/open-sans/open-sans-v27-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-700 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../assets/open-sans/open-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../assets/open-sans/open-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../assets/open-sans/open-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../assets/open-sans/open-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../assets/open-sans/open-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../assets/open-sans/open-sans-v27-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}
.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    background-color: #000;
}
.navbar-brand {
    font-weight: 700;
    height: auto;
}
.navbar-brand:focus {
    outline: 0;
}
.navbar-custom a {
    color: #fff;
}
.navbar-custom .nav li a {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255, 255, 255, 0.2);
}
.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-toggle:focus, .navbar-toggle:active {
    outline: 0;
}
@media (min-width: 767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}
.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}
.btn-light {
    border-radius: 0;
    color: #333;
    background-color: #ffffff;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
}
.header {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    background: url(/files/img/callout_dark.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header-small {
    display: table;
    height: 160px;
    width: 100%;
    background: url(/files/img/callout_dark.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}
.header-small .vert-text {
    vertical-align: bottom;
    padding-bottom: 15px;
    font-size: 23px;
}
.vert-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
.vert-text h1 {
    padding: 0;
    margin: 0;
    font-size: 4.5em;
    font-weight: normal;
}
.intro {
    padding: 50px 0;
}
.white {
    background: #ffffff;
    padding: 50px 0;
}
.dark {
    background: #2c3e50;
    padding: 50px 0;
    color: #ffffff;
}
.red {
    background: #CC535A;
    padding: 50px 0;
    color: #ffffff;
}
.blue {
    background: #7fbbda;
    padding: 50px 0;
    color: #ffffff;
}
.grey {
    background: #999999;
    padding: 50px 0;
    color: #ffffff;
}
.service-item {
    margin-bottom: 30px;
}
i.service-icon {
    border: 3px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    font-size: 56px;
    width: 140px;
    height: 140px;
    line-height: 136px;
    vertical-align: middle;
    text-align: center;
}
.callout {
    color: #ffffff;
    display: table;
    height: 400px;
    width: 100%;
    background: url(../../../files/fotolia_54845565.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.call-to-action {
    color: #ffffff;
    background: #0a5175;
    padding: 50px 0;
}
.call-to-action .btn {
    margin: 10px;
}
.map {
    height: 0;
}
.gmapinfo {
    width: 180px;
    height: 110px;
}
.contactform {
    padding: 50px 0;
}
footer {
    padding: 100px 0;
}
.top-scroll {
    margin-top: 50px;
}
.top-scroll a {
    text-decoration: none;
    color: inherit;
}
i.scroll {
    color: #333333;
}
i.scroll:hover {
    color: #0a5175;
}
@media (max-width: 768px) {
    h1, .h1, .vert-text h1 {
        font-size: 30px;
    }
    h2, .h2 {
        font-size: 26px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    h5, .h5 {
        font-size: 14px;
    }
    h6, .h6 {
        font-size: 12px;
    }
    .vert-text {
        font-size: 18px;
    }
    .map {
        height: 75%;
    }
}
