@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

body {
    font-family: "museo-sans", sans-serif;
    font-style: normal;
    font-weight: 100;
    cursor: default;
    color: #4B4C4C;
    padding-right: 0 !important;
    /* modal fix */
}

::-webkit-scrollbar {
    -webkit-appearance: visible;
    width: 6px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    width: 6x;
    background-color: #67C5B2;
    opacity: 0.5;
}

.container-full {
    margin: 0px auto;
    width: 100%;
}

a:-webkit-any-link {
    text-decoration: none !important;
}

.btn {
    text-transform: uppercase;
    font-size: 11px;
    font-family: "museo-sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    letter-spacing: 0.06em;
    margin-top: 2.5em;
    margin-right: 1.8em;
    padding: 10px 25px;
    border: none;
    border-radius: 0px;
}

.btn-silver {
    color: #67C5B2;
    background: #f6f6f6;
}

.btn-silver:hover {
    color: #fff;
    background: #67C5B2;
}

.btn-salmon {
    color: #fff;
    background: #f77f75;
}

.btn-salmon:hover {
    color: #f6685e;
    background: #fff;
}

.btn-gray {
    color: #4B4C4C;
    background: #f6f6f6;
}

.btn-gray:hover {
    color: #fff;
    background: #4B4C4C;
}

.btn-green {
    color: #fff;
    background: #67C5B2;
}

.btn-green:hover {
    color: #67C5B2;
    background: white;
}

.btn-holo {
    color: #4B4C4C;
    background: transparent;
    border: 1px solid #4B4C4C;
}

.btn-holo:hover {
    color: #fff;
    background: #4B4C4C;
    border: 1px solid transparent;
}

.fa {
    font-size: 20px;
}

.flex-center {
    display: flex;
    align-items: center;
}

.breakpoint {
    display: inline-block;
}

.about h1,
.areas h1,
.team h1,
.video h1 {
    margin: 0;
    text-align: left;
    font-size: 50px;
    line-height: 1.2em;
    font-family: "museo-slab", serif;
    font-style: normal;
    font-weight: 100;
}

.navbar-default {
    background: #fff;
    border-bottom: none !important;
}

.navbar-collapse {
    border: none !important;
}

.navbar-collapse .nav li a,
.navbar-collapse .nav li a:hover,
.navbar-collapse .nav li a:focus {
    color: #4B4C4C;
    text-transform: lowercase;
    font-size: 14px;
    letter-spacing: 0.14em;
}

.navbar-default .navbar-nav {}

.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .active a:hover,
.navbar-default .navbar-nav a:hover {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 50px;
    border-bottom: 3px solid #67C5B2;
    background: none;
    color: #4B4C4C;
    -webkit-transition: border-bottom-color .50s;
    -moz-transition: border-bottom-color .50s;
    -ms-transition: border-bottom-color .50s;
    -o-transition: border-bottom-color .50s;
    transition: border-bottom-color .50s;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.3s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.landing {
    position: relative;
    width: 100%;
    background: url("../img/landing1.jpg") no-repeat scroll center center / auto 100%;
    height: 100vh;
    display: table;
    color: #fff;
}

.landing:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom right, #67C5B2, #67C5B2);
    opacity: 0.75;
    z-index: 0;
}

.landing-content {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.landing-svg img {
    position: relative;
    width: 60%;
    margin-bottom: 5%;
    text-align: center;
}

.landing-scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 5%;
    text-align: center;
    text-transform: lowercase;
    font-size: 14px;
    font-family: "museo-slab", serif;
    font-style: normal;
    font-weight: 100;
}

.landing .arrow-to-nav .glyphicon {
    font-size: 20px;
    color: #fff;
}

.nav {
    min-height: 50px;
    background: transparent;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 25px;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0;
    border: 0px;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}

.navbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

/* ABOUT */
.about {
    padding: 9em 0 10em;
    background: #fff;
    color: #67C5B2;
    overflow: hidden;
}

.about h1 {
    text-align: left;
}

.about p {
    font-size: 18px;
    line-height: 1.8em;
    margin: none;
}

.about .btn {
    margin-right: 0;
}

/* AREAS */
.services {
    background: #f6685e;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    padding: 4em 0;
}

.areas {
    padding: 5em 0 6em;
    z-index: 100;
    text-align: left;
}

.areas p {
    max-width: 75%;
    font-size: 18px;
    line-height: 1.8em;
    margin: 40px 0px 10px;
}

.areas-description {
    margin-top: 3.5rem;
    font-size: 18px;
    text-align: center;
}

.areas-slab100 {
    font-family: "museo-slab", serif;
    font-style: normal;
    font-weight: 100;
}

.areas-slab300 {
    font-family: "museo-slab", serif;
    font-style: normal;
    font-weight: 300;
}

.areas-icon {
    width: 90px;
    height: 90px;
    margin: 0px auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.areas-margin-xs {
    padding-top: 0em !important;
}

.areas-margin-s {
    padding-top: 6em;
}

/* TEAM */
.team {
    background: #fff;
    color: #4B4C4C;
    padding: 9em 0 8em;
    overflow: hidden;
}

.team .container,
.team .row {
    height: 100%;
}

.team h1 {
    text-align: left;
}

.team p {
    max-width: 70%;
    font-size: 18px;
    text-align: left;
    line-height: 1.8em;
    margin-top: 40px;
}

.team .btn {
    margin-top: 20px;
}

.team-info {
    height: 100%;
    display: flex;
    align-items: center;
}

.team-info a {
    color: gray;
}

.team-info a:hover,
.team-info a:active,
.team-info a:visited {
    color: #4B4C4C;
    text-decoration: none;
}

.carousel-inner>.item>a>img {
    width: 180px;
    height: 180px;
}

.img-overlay {
    cursor: pointer;
    position: absolute;
    margin: 0 auto;
    width: 180px;
    height: 180px;
    left: 0;
    right: 0;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
}

.img-overlay:hover {
    opacity: 1;
}

.overlay-icon {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    line-height: 180px;
    color: white;
    text-align: center;
    font-size: 22px;
}

.areas .img-overlay {
    width: 140px;
    height: 140px;
    background: rgba(255, 100, 100, 0.9);
    top: -25px;
}

.areas .areas-margin-xs .img-overlay {
    top: -25px !important;
}

.areas .areas-margin-s .img-overlay {
    top: 4.5em;
}

.areas .overlay-icon {
    line-height: 140px;
}

/* VIDEO */
.video {
    padding: 9em 0 10em;
    background: #4B4C4C;
    color: #fff;
    text-align: left;
    overflow: hidden;
}

.video h1 {
    text-align: left;
}

.video p {
    max-width: 80%;
    font-size: 18px;
    line-height: 1.8em;
    margin: 40px 0px 10px;
}

.video-icon {
    width: 160px;
    height: 160px;
    margin: 0px auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* GALLERY*/
.gallery {
    background: #E6E7E8;
    color: #fff;
}

.gallery img {
    height: 500px;
}

.flickity-prev-next-button {
    width: 50px;
    height: 50px;
    background: transparent;
}

.flickity-prev-next-button:hover {
    background: transparent;
}

/* arrow color */
.flickity-prev-next-button .arrow {
    fill: #fff;
}

.flickity-prev-next-button.no-svg {
    color: #fff;
}

/* hide disabled button */
.flickity-prev-next-button:disabled {
    display: none;
}

/*Contacts*/
.info {
    padding: 5em 0;
    background: #67C5B2;
    color: #fff;
}

.info a {
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.info a:hover {
    color: #4B4C4C;
    text-decoration: none;
}

.info .glyphicon {
    color: #4c9082;
    margin-right: 1em;
}


.map-wrapper {
    position: relative;
    height: 90vh;
    background: #E6E7E8;
    color: #4B4C4C;
    min-height: 400px;
}

#map {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc,
.gm-style div a,
.gm-style div a div img {
    display: none !important;
}

.gmnoprint div {
    background: none !important;
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

.close-toggle {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 15px;
    text-align: center;
}

.close-toggle a {
    color: #67C5B2;
}

.close-toggle a:hover {
    color: #4B4C4C;
    text-decoration: none;
}

.schedule {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    color: #4c9082;
    z-index: 1;
}

.schedule .container {
    height: 100%;
    width: 100%;
    display: table;
}

.schedule .row {
    display: table-cell;
    vertical-align: middle;
}

.form {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    background: rgba(76, 76, 76, 0.5);
    z-index: 1;
}

.form .container {
    height: 100%;
    width: 100%;
    display: table;
}

#form,
.success {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#form p {
    font-size: 24px;
    text-align: center;
    color: white;
}

::-webkit-input-placeholder {
    color: #4c9082;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #4c9082;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #4c9082;
}

:-ms-input-placeholder {
    color: #4c9082;
}

.success {
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.success .container {
    height: 100%;
    width: 100%;
    display: table;
}

.success .row {
    display: table-cell;
    vertical-align: middle;
}

/* Partners */
.partners {
    background: #fff;
    color: #fff;
}

.partners img {
    height: 100px;
}

.footer {
    position: fixed;
    z-index: -1;
    bottom: 0;
    width: 100%;
    padding: 2.1em 0;
    background: #4B4C4C;
    color: white;
}

.footer .copy {
    font-size: 10px;
    margin: 0 15px 0 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'museo-sans', sans-serif;
}

.footer a,
.footer a:hover {
    color: white;
    text-decoration: none;
}

.footer .footer-socials {
    text-align: left;
}

.footer .footer-socials a {
    color: white;
    margin: 0 5px;
}

.footer .footer-logo {
    text-align: center;
}

.footer .footer-copy {
    text-align: right;
}

.content {
    margin-bottom: 85px;
}

.modal {
    padding-right: 0 !important;
    /* modal fix */
}

.modal-dialog {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.modal-content {
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.modal-icon {
    display: inline-block;
}

.modal-icon svg {
    width: 40px;
    height: 40px;
}

.modal-header {
    padding: 20px;
    border-bottom: none;
}

.modal-header .close {
    margin-top: 0;
    text-shadow: none;
    color: white;
    font-weight: 300;
    opacity: 1;
}

.modal-title {
    color: white;
    font-family: "museo-slab", serif;
    font-weight: 200;
    letter-spacing: 0.04em;
}

.modal-body {
    padding: 40px 40px;
    line-height: 1.8em;
    max-height: 50vh;
    min-height: 50vh;
    overflow-y: scroll;
}

.modal-body h4:first-child {
    margin-top: 0;
}

.modal-body h4 {
    font-size: 16px;
    margin-top: 40px;
}

.modal-body p {
    font-size: 14px;
    line-height: 1.5em;
}

.modal.service .modal-header {
    background: salmon;
}

.modal.service .modal-header .close {
    line-height: 2em;
}

.modal.service .modal-title {
    display: inline-block;
    margin-left: 15px;
    margin-top: 12px;
    position: absolute;
}

.modal.staff .modal-header {
    background: #67C5B2;
}


@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    33% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    66% {
        -moz-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    33% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    66% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    33% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    66% {
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

.bounce {
    -moz-animation: bounce 5s infinite;
    -webkit-animation: bounce 5s infinite;
    animation: bounce 5s infinite;
}

@media only screen and (max-width : 1200px) {

    .areas-icon,
    .areas-icon svg {
        height: 70px;
        width: 70px;
    }

    .areas .img-overlay {
        width: 110px;
        height: 110px;
        top: -20px;
    }

    .areas .areas-margin-xs .img-overlay {
        top: -20px !important;
    }

    .areas .overlay-icon {
        line-height: 110px;
        font-size: 18px;
    }

    .areas-description {
        font-size: 16px;
    }
}

@media only screen and (max-width : 979px) {

    .about h1,
    .areas h1,
    .team h1,
    .video h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width : 767px) {
    .btn {
        margin-right: 0;
    }

    .navbar-default .navbar-nav .active a,
    .navbar-default .navbar-nav .active a:focus,
    .navbar-default .navbar-nav .active a:hover,
    .navbar-default .navbar-nav a:hover {
        border-bottom: none;
        background: #f6f6f6;
    }

    .breakpoint {
        display: none;
    }

    .about h1,
    .areas h1,
    .team h1,
    .video h1 {
        text-align: center;
        font-size: 32px;
    }

    .about p,
    .areas p,
    .team p,
    .video p {
        max-width: 100%;
        padding: 0px 50px;
        margin-top: 40px;
        text-align: center;
    }

    .about .btn,
    .areas .btn,
    .team .btn,
    .video .btn {
        margin-top: 40px;
    }

    .about,
    .areas,
    .team,
    .video {
        text-align: center;
    }

    .areas-icons {
        margin-top: 100px;
    }

    .areas-margin-s {
        padding-top: 6em !important;
    }

    .areas .areas-margin-xs.areas-margin-s .img-overlay {
        top: 4.5em !important;
    }

    .team-info {
        height: 100%;
        margin-top: 100px;
        width: 100%;
        display: flex;
        align-items: baseline;
    }

    .carousel {
        width: 50%;
        margin: 0px auto;
    }

    .video-icon {
        margin-top: 70px;
    }

    .svg-video {
        margin-top: 80px;
        width: 150px;
        height: 150px;
    }

    .gallery img {
        display: block;
    }

    .info {
        padding: 4em 0;
    }

    .info-bottom {
        margin-top: 2em;
    }

    .success {
        font-size: 20px;
    }

    .schedule-margin {
        margin-top: 2.5em;
        margin-bottom: 2.5em;
    }

    .footer .footer-socials {
        text-align: center;
        float: none;
        padding: 1em 0;
    }

    .footer .footer-logo {
        text-align: center;
        float: none;
        padding: 1em 0 2em;
    }

    .footer .footer-copy {
        text-align: center;
        padding: 0em 0 1em;
    }

    .content {
        margin-bottom: 200px;
    }
}

@media only screen and (max-width : 480px) {
    .btn {
        padding: 10px 16px;
        font-size: 11px;
    }

    .about,
    .areas,
    .team,
    .video {
        text-align: left;
    }

    .about h1,
    .areas h1,
    .team h1,
    .video h1 {
        font-size: 28px;
        text-align: left;
    }

    .about p,
    .areas p,
    .team p,
    .video p {
        font-size: 15px;
        text-align: left;
        padding: 0;
    }

    .img-overlay {
        width: 140px;
        height: 140px;
    }

    .overlay-icon {
        line-height: 140px;
        font-size: 18px;
    }

    .carousel-inner>.item>a>img {
        width: 140px;
        height: 140px;
    }

    .carousel {
        width: 75%;
    }

    .success {
        font-size: 16px;
    }

    .flickity-prev-next-button .arrow {
        fill: #67C5B2;
    }

    .flickity-prev-next-button.no-svg {
        color: #67C5B2;
    }

    .flickity-prev-next-button {
        height: 30px;
        width: 30px;
    }
}


@media only screen and (max-width : 410px) {

    .areas-margin-s,
    .areas-margin-xs {
        padding-top: 3.5em !important;
    }

    .areas .areas-margin-xs .img-overlay,
    .areas .areas-margin-s .img-overlay,
    .areas .areas-margin-xs.areas-margin-s .img-overlay {
        top: 2em !important;
    }

    .col-xs-6 {
        width: 100%;
    }

    .info-top {
        margin-top: 2em;
    }

    .carousel-caption h4 {
        font-size: 15px;
    }

    .carousel-caption h5 {
        font-size: 12px;
    }
}

@media only screen and (max-width : 345px) {}