/***GLOBAL***/

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    background: #fff;
}

article {
    margin-bottom: 50px !important;
    margin: 0 auto;
}

a:hover,
a:focus {
    text-decoration: none;
    transition: ease 1.4s all;
}

ul {
    list-style-type: none;
    -webkit-padding-start: 0;
}

section {
    padding-top: 10px;
}

h1 {
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 500;
    letter-spacing: 6px;
    font-size: 1.6em !important;
    text-transform: uppercase;
    text-align: center;
    padding: 25px !important;
    color: #5a5766;
}

.title {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    margin-bottom: 4em;
    margin-top: 3em;
}

.white h3 {
    color: #fff !important;
    margin: 0 auto;
}

h3 {
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 500;
    letter-spacing: 5px;
    font-size: 1.4em !important;
    text-transform: uppercase;
    text-align: center;
    color: #5a5766;
    display: inline-block;
    padding: 15px 33px;
    padding-top: 13px !important;
    padding-right: 28px !important;
    border-left: #eee solid 1px;
    border-right: #eee solid 1px;
}

#pricing h3 {
    border-left: #62606d solid 1px !important;
    border-right: #62606d solid 1px !important;
}

h4 {
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 1.2em !important;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.button {
    display: block;
    padding: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 1.23em;
    width: 14em;
    text-align: center;
    margin: 1em auto;
}

.b-one {
    background: #5a5766;
    color: #fff;
}

.b-one:hover,
.b-one:focus {
    background: #fff;
    color: #5a5766;
}

.b-two {
    border: 1px solid #fff;
    color: #5a5766;
}

.b-two:hover,
.b-two:focus {
    border: 1px solid #5a5766;
    color: #fff;
}

.grow {
    transition: all 0.7s ease-in-out;
}

/***.grow:hover {
    transform: scale(1.17);
}  ****/

#content {
    position: relative;
    z-index: 2;
}

/***NAV***/

.navbar-default {
    background: transparent;
    border: none;
    border-bottom: none;
}

.navbar-nav > li > a,
.navbar-brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    height: 50px;
}

.navbar-nav > li > a {
    border-left: 1px solid #eee;
    padding-left: 19px;
}

.navbar {
    min-height: 40px !important;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
}

.navbar .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-right: 0;
}

.navbar-nav {
    float: right;
}

.navbar-brand,
.navbar-nav {
    font-size: 1em;
}

.navbar-default .navbar-nav > li > a {
    color: #5a5766;
}

.navbar-default .navbar-brand {
    background: #5a5766;
    color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: #5a5766;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    opacity: 0.7;
    background-color: #5a5766;
    border-left: 1px solid #5a5766;
    color: #fff;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    background-color: #5a5766;
    color: #fff;
}

.navbar-header {
    background: #fff;
}

.container > .navbar-header {
    margin-right: -5px !important;
}

.navbar-nav {
    margin: 0;
    background: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #5a5766;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #5a5766;
}

.navbar-default .collapse {
    background: transparent !important;
}

.navbar-default .navbar-collapse.in {
}

/***HEADER***/

#video-bg {
    width: auto;
    position: fixed;
    top: 0;
    z-index: -100;
    background: transparent url(../img/video-bg.png) no-repeat;
    background-size: cover;
    display: block;
    background-position: center;
}

#header {
    height: 100vh;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    background-size: cover;
    background-position: center;
}

#header-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    min-height: 100px;
    overflow: hidden !important;
    width: 70%;
    margin: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    z-index: 1;
}

#logo-type {
    margin-bottom: -130px;
}

.about-section {
    padding-bottom: 150px;
    text-align: center;
    background: #fff;
    padding-top: 50px;
}

#header h1:after {
    display: block;
    content: '';
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1.9em;
    width: 20em;
    background: #fff;
}

.landing {
    height: 100vh;
    width: 100%;
    position: static;
}

/***SERVICES***/

#s1,
#s2,
#s3,
#s4,
#s5,
#s6 {
    background-size: cover;
    background-position: center;
}

#s1 {
    background-image: url(../img/s1.png);
}

.h-reveal1 .o1 {
    background-color: rgba(132, 148, 253, 0.7);
}

#s2 {
    background-image: url(../img/s2.png);
}

.h-reveal1 .o2 {
    background-color: rgba(233, 196, 238, 0.7);
}

#s3 {
    background-image: url(../img/s3.png);
}

.h-reveal1 .o3 {
    background-color: rgba(254, 250, 203, 0.7);
}

#s4 {
    background-image: url(../img/s4.png);
}

.h-reveal1 .o4 {
    background-color: rgba(147, 246, 252, 0.7);
}

#s5 {
    background-image: url(../img/s5.png);
}

.h-reveal1 .o5 {
    background-color: rgba(255, 200, 200, 0.7);
}

#s6 {
    background-image: url(../img/s6.png);
}

.h-reveal1 .o6 {
    background-color: rgba(179, 233, 255, 0.7);
}

.h-reveal1:hover .o1,
.h-reveal1:hover .o2,
.h-reveal1:hover .o3,
.h-reveal1:hover .o4,
.h-reveal1:hover .o5,
.h-reveal1:hover .o6 {
    background-color: rgba(75, 75, 75, 0.4);
}

/***PRICING***/

#pricing {
    background: #5a5766;
    position: static;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
}

.price {
    background: #eee;
    height: 230px;
    width: 230px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    transition: 0.8s ease all;
}

.price-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #5a5766;
}

.price-content .fa {
    font-size: 3em;
}

#up1 .highlight {
    color: #7987f4;
}

#up2 .highlight {
    color: #ddb9db;
}

#up3 .highlight {
    color: #d4d5ac;
}

#up4 .highlight {
    color: #93e1e5;
}

#p1,
#p1:after {
    background-color: #7987f4;
}

#p2,
#p2:after {
    background-color: #ddb9db;
}

#p3,
#p3:after {
    background-color: #d4d5ac;
}

#p4,
#p4:after {
    background-color: #93e1e5;
}

#pc1,
#pc2,
#pc3,
#pc4 {
    color: #5a5766;
}

.price {
    position: relative;
}

.price:after {
    content: '';
    position: absolute;
    bottom: -52px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    height: 52px;
    width: 4px;
}

ul.pricing:before {
    content: '';
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    height: 3px;
    width: 70%;
}

ul.pricing:before {
    background-color: #eee;
}

ul.pricing {
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 25px;
}

ul.pricing li {
    color: #eee;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 2px;
    font-size: 1.1em;
}

.highlight {
    font-weight: 700;
}

#contact {
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding-bottom: 90px;
}

/*
* Form, input, label, textarea
*/

.form {
    padding-top: 0px !important;
    padding: 0 15px;
}

.form {
}

input {
    height: 50px;
}

input,
textarea {
    width: 100%;
    background-color: #fff;
    padding: 0 0.7em;
    margin-top: 6px !important;
    margin-bottom: 10px;
    outline: none;
    border: solid #fff;
    border-width: 4px 0 0 0;
    transition: all 0.8s ease;
}

input:focus,
textarea:focus {
    border-image-source: -webkit-linear-gradient(
        left,
        #7987f4 0%,
        #ddb9db 100%
    );
    border-width: 4px 0 0 0;
    border-image-slice: 1;
}

::-webkit-input-placeholder {
    color: #5a5766;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding-bottom: 4px;
}

::-moz-placeholder {
    color: #5a5766;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
}

/* firefox 19+ */

:-ms-input-placeholder {
    color: #5a5766;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
}

/* ie */

input:-moz-placeholder {
    color: #5a5766;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
}

textarea {
    height: 130px;
    padding-top: 10px;
}

input[type='submit'] {
    background: #5a5766;
    color: #eee;
    font-size: 1.23em;
    border: none;
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

input[type='submit']:hover {
    background: #fff;
    color: #5a5766;
}

.form h1,
.section4 h1 {
    margin-bottom: 15px;
    text-align: center;
}

input.error,
textarea.error {
    border-image-source: -webkit-linear-gradient(
        left,
        #ddb9db 0%,
        #cc4847 50%,
        #ddb9db 100%
    );
    border-width: 4px 0 0 0;
    border-image-slice: 1;
}

.form-text {
    padding-top: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

footer {
    background: #fff;
    height: 150px;
    text-align: center;
}

footer p {
    display: block;
    margin-top: -60px;
    letter-spacing: 2px;
    line-height: 150%;
    font-size: 14px;
    color: #5a5766;
}

footer p a {
    color: #5a5766;
}

footer p a:hover {
    color: #eee;
}

#logo-footer {
    margin-top: -10px;
}

.note {
    padding-top: 50px;
    color: #eee;
    opacity: 0.7;
}

/********* ANIMATED ********/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

.animated.slow {
    -webkit-animation-duration: 4s !important;
    animation-duration: 4s !important;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

#contact-waypoint {
    display: none;
    position: relative;
    top: -150px;
}
