body, html {
    color: #333;
    background: #fff;
    font-size: 14px;
}

h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

p {
    text-align: justify;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.side {
    background: #fff;
    width: 250px;
    left: 0;
    top: 0;
    bottom: 0;
    margin-left: -250px;
    position: fixed;
    padding: 30px 20px;
    text-align: center;
    z-index: 99999;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: margin 0.5s linear;
    -moz-transition: margin 0.5s linear;
    -o-transition: margin 0.5s linear;
    transition: margin 0.5s linear;
}

.side:hover {
    margin-left: 0;
}

.btn-slide {
    position: absolute;
    top: 10px;
    right: 11px;
    cursor: pointer;
    font-size: 22px;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.side:hover .btn-slide{
    opacity: 0;
}

.title {
    padding-top: 20px;
}

h1 {
    font-weight: 300;
    font-size: 1.6em;
    text-transform: uppercase;
}

h1 small {
    font-weight: 300;
    color: #999;
    padding-top: 20px;
    display: block;
    font-size: 0.6em;
}

.links {
    padding-top: 2em;
}

.links a {
    display: block;
    text-align: left;
    padding: 10px 0 10px 25px;
    position: relative;
    color: #888;
    outline: none;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 30px;
}

.links a.active {
    color: #333;
    font-weight: 400;
}

.social {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
}

.social a {
    font-size: 1.5em;
    color: #c2c2c2;
    outline: none;
    text-decoration: none;
    font-weight: 300;
    padding: 0 1em 0 0;
}

.section {
    /*/background: url(../img/bg-bio.jpg) no-repeat center center;*/
    /*background-attachment:scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-x: 60%;*/
}
/*
.section.home {
    background: url(../img/bg-home.jpg) no-repeat center center;
    background-attachment:scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-x: 60%;
}

.section.bio {
    background: url(../img/bg-bio.jpg) no-repeat center center;
    background-attachment:scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-x: 60%;
}

.section.exp {
    background: url(../img/bg-exp.jpg) no-repeat center center;
    background-attachment:scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-x: 50%;
}

.section.gallery {*/
    /*background: url(../img/bg-gallery.jpg) no-repeat center center;*/
    /*background-attachment:scroll;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
/*}

.section.contact {
    background: url(../img/bg-contact.jpg) no-repeat center center;
    background-attachment:scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-x: 70%;
}*/
.fp-tableCell {

}

.content {
    border: 1px solid transparent;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    overflow: auto;
}

.content.full {
    max-width: 100%;
}

.wrapper {
    padding: 2em;
}
.content.full .wrapper {
    padding: 0;
}

#fullpage {
    margin-left: 40px;
    -webkit-transition: margin 0.5s linear;
    -moz-transition: margin 0.5s linear;
    -o-transition: margin 0.5s linear;
    transition: margin 0.5s linear;
    font-family: 'Open Sans', sans-serif;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-box {
    text-align: center;
}

.fancybox img {
    width: 30%;
}

.fancybox-media img {
    width: 30%;
}

.team-grid:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.team-grid .item {
    position: relative;
    float: left;
    width: 33.33%;
}
.team-grid .item img {
    display: block;
    width: 100%;
    height: 100%;
}
.team-grid .item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(255,255,255,0.7);
    /*padding: 14% 11% 0 11%;*/
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
}
.team-grid .item:hover .overlay {
    opacity: 1;
}
.team-grid .item h3 {
    margin: 2em;
    padding: 1em 0;
    color: #000;
    font-weight: 400;
    border-bottom: 1px dotted #000;
    border-top: 1px dotted #000;
}
.team-grid .item span {
    font-size: 14px;
    color: #000;
    padding-left: 2em;
    padding-right: 2em;
}

.team-grid .item a {
    display: block;
    text-align: center;
    color: #000;
    padding: 2em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.team-grid .item .social-buttons {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 15%;
}
.team-grid .item .social-buttons a {
    opacity: 1;
    margin: 5px 20px 10px 0;
}
.team-grid .item .social-buttons a:hover {
    opacity: .5;
}
.team-grid .item .social-buttons a:last-child {
    margin-right: 0;
}
.facebook-tile,
.twitter-tile {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.facebook-tile {
    background-color: #007aff;
}
.twitter-tile {
    background-color: #5ac8fa;
}
.facebook-tile .inner,
.twitter-tile .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    padding: 0 15px;
}
.facebook-tile .inner {
    padding-top: 26%;
}
.facebook-tile i {
    font-size: 50px;
}
.facebook-tile h3 {
    display: block;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 26px;
}
.facebook-tile h3 span {
    color: #5ac8fa !important;
    font-size: 16px !important;
}
.twitter-tile .inner {
    padding-top: 17%;
}
.twitter-tile .icon {
    width: 100%;
    max-width: 137px;
    margin: 0 auto 32px auto;
}
.twitter-tile h3 {
    font-size: 12px;
    margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
    .twitter-tile .inner {
        padding-top: 14%;
    }
    .twitter-tile .icon {
        max-width: 115px;
        margin: 0 auto 25px auto;
    }
}
@media screen and (max-width: 991px) {
    .facebook-tile .inner {
        padding-top: 15%;
    }
    .twitter-tile .inner {
        padding-top: 12%;
    }
    .twitter-tile .icon {
        max-width: 90px;
        margin: 0 auto 20px auto;
    }
}
@media screen and (max-width: 768px) {
    .team-grid .item {
        width: 50%;
    }
    .facebook-tile .inner {
        padding-top: 26%;
    }
    .twitter-tile .inner {
        padding-top: 17%;
    }
    .twitter-tile .icon {
        max-width: 120px;
        margin: 0 auto 28px auto;
    }
}
@media screen and (max-width: 680px) {
    .facebook-tile .inner {
        padding-top: 20%;
    }
    .twitter-tile .inner {
        padding-top: 14%;
    }
    .twitter-tile .icon {
        max-width: 100px;
        margin: 0 auto 28px auto;
    }
}
@media screen and (max-width: 580px) {
    .facebook-tile .inner {
        padding-top: 15%;
    }
    .twitter-tile .inner {
        padding-top: 12%;
    }
    .twitter-tile .icon {
        max-width: 90px;
        margin: 0 auto 24px auto;
    }
}
@media screen and (max-width: 530px) {
    .team-grid .item {
        float: none;
        width: 100%;
        max-width: 380px;
        margin: auto;
    }
    .facebook-tile .inner {
        padding-top: 26%;
    }
    .twitter-tile .inner {
        padding-top: 17%;
    }
    .twitter-tile .icon {
        max-width: 120px;
        margin: 0 auto 28px auto;
    }
}
@media screen and (max-width: 380px) {
    .facebook-tile .inner {
        padding-top: 19%;
    }
    .twitter-tile .inner {
        padding-top: 14%;
    }
    .twitter-tile .icon {
        max-width: 100px;
        margin: 0 auto 26px auto;
    }
}

.mCSB_container {
    margin-right: 0!important;
}