body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    background-color: #fff;
    margin: 0;
    width: 100%;
}

a:hover {
    text-decoration: none;
}

#header {
    height: 100vh;
}

#landing {
    height: 100vh;
    background: #fff;
    padding-top: 10%;
    text-align: center;
}

.inner {
    margin-left: 10%;
    height: 80%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#logo-type {
    position: fixed;
    top: 19px;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    z-index: 100;
}

.hidden {
    display: none!important;
}

.down {
    position: absolute;
    bottom: -1%;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    z-index: 100;
    width: 32px;
    display: block;
}


/* Services */

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

h1 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 23px!important;
    letter-spacing: 4px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 500;
    letter-spacing: 6px;
    font-size: 23px!important;
    text-transform: uppercase;
    text-align: center;
    padding: 25px!important;
    color: #000;
}

h3 {
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 19px!important;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    padding: 10px 0!important;
    color: #000;
}

.title {
    padding-top: 100px;
}

.services {
    background: #fff;
    overflow: hidden;
    margin-bottom: 100px;
}

.services h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    height: 5px;
    width: 350px;
    background-color: #8494FD;
}

.feature {
    height: 50px;
}

.feature-spacer {
    height: 70px;
}

.feature:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 5px;
    background-image: -webkit-linear-gradient(top, #8494FD 0%, #FDCDEB 30%, #FEFCC9 50%, #93FEFB 75%, #94D4FE 100%);
}

.division {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 35%;
    height: 50%;
    border-bottom: rgba(73, 73, 73, 0.3) solid 1px;
}

#division1 {
    border-bottom: #e9c4ee solid 4px;
}

#division2 {
    border-bottom: #fefacb solid 4px;
}

#division3 {
    border-bottom: #9cfef6 solid 4px;
}

#fa1 {
    color: #8494FD!important;
}

#fa2 {
    color: #e9c4ee!important;
}

#fa3 {
    color: #D8FAF2!important;
}

#fa4 {
    color: #93f6fc!important;
}

.feature-last {
    display: block;
    text-align: center;
    margin: 0 auto;
    height: 70px;
    width: 350px;
    border-bottom: 5px solid #94d4fe;
}

.feature-left {
    text-align: left;
    height: 220px;
    vertical-align: middle;
    overflow: hidden;
}

.feature-left img {
    float: right;
    margin-right: 30px;
}

.feature-right img {
    float: left;
    margin-left: 30px;
}

.feature-left .feature-image {
    width: 50%!important;
    display: block;
    float: left;
}

.feature-right .feature-image {
    width: 50%!important;
    display: block;
    float: right;
}

.feature-left .content {
    width: 50%!important;
    display: inline-block;
}

.feature-right {
    text-align: right;
    height: 13em;
    vertical-align: middle;
    overflow: hidden;
}

.feature-right h3 {
    text-align: right!important;
}

.feature-right .content {
    width: 50%!important;
    display: inline-block;
}

.feature-right span.icons {
    float: right;
}

.content {
    height: 100%;
    padding: 10px 25px;
}

.content .fa {
    display: inline;
    text-align: center;
    color: rgb(73, 73, 73);
    color: rgba(73, 73, 73, 0.3);
    font-size: 25px;
    padding-right: 5px;
}

.content p {
    padding: 0px 5px;
    padding-top: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 15px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1.5;
}

span.icons {
    padding: 0px 5px;
    padding-top: 5px;
    display: table;
    vertical-align: middle;
}

#pricing {
    height: 700px;
    font-family: 'Palanquin Dark', sans-serif;
    color: #000;
}

.inner11 {
    margin-left: 10%;
    height: 80%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-image: url(../img/overlay.png), url(../img/holo.gif);
    background-size: cover;
}

.parallax-window {
    min-height: 400px;
    height: 450px;
    background: transparent;
}

.pricing-table {
    display: -webkit-flex;
    display: flex;
    width: 80%;
    margin: 50px auto;
    position: relative;
}

.price {
    margin: auto;
    background: #fff;
    height: 400px;
    width: 250px;
    position: relative;
    text-align: center;
    transition: all 0.8s ease;
    flex: 1;
}

.price:hover {
    animation: shake 1s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.cost {
    display: block;
    margin-top: 10px;
    font-size: 19px;
    letter-spacing: 3px;
    padding: 5px;
    font-family: 'Duru Sans', sans-serif;
}

.desc {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.info {
    letter-spacing: 2px;
    font-size: 17px;
}

.price-plan {
    padding: 5px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.price-plan:after {
    content: '';
    position: absolute;
    margin-top: 10px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    height: 5px;
    width: 70%;
}

.price-plan:before {
    content: '';
    position: absolute;
    margin-top: -12px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    height: 5px;
    width: 70%;
}

#price1 .price-plan:after,
#price1 .price-plan:before {
    background: -webkit-linear-gradient(top left, #9198FF 0%, #86e3fa 100%);
}

#price1 .info {
    background: -webkit-linear-gradient(top left, #9198FF 0%, #86e3fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#price2 .price-plan:after,
#price2 .price-plan:before {
    background: -webkit-linear-gradient(top left, #F4CFC3 0%, #f394fe 100%);
}

#price2 .info {
    background: -webkit-linear-gradient(top left, #F4CFC3 0%, #f394fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#price3 .price-plan:after,
#price3 .price-plan:before {
    background: -webkit-linear-gradient(top left, #C5F1B8 0%, #fab783 100%);
}

#price3 .info {
    background: -webkit-linear-gradient(top left, #C5F1B8 0%, #fab783 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#price4 .price-plan:after,
#price4 .price-plan:before {
    background: -webkit-linear-gradient(top left, #d7c0ef 0%, #83fac2 100%);
}

#price4 .info {
    background: -webkit-linear-gradient(top left, #d7c0ef 0%, #83fac2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(0, 2px, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 1px, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.landing-text {
    font-family: 'Palanquin Dark', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 19px!important;
    font-weight: 400!important;
    text-align: center;
    padding: 10px 0!important;
    color: #fff;
    margin-left: 200px;
    margin-right: 200px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 140%;
}

.buttons {
    margin-top: 50px;
}

.button {
    width: 200px;
    text-align: center;
    border-top: solid #fff 4px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.07);
    padding: 10px;
}

.button1 {
    width: 200px;
    text-align: center;
    border-top: solid #000 4px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.07);
    padding: 10px;
    color: #000;
    transition: all 0.8s ease;
}

.button1:hover {
    color: #fff;
    border-top: solid #fff 4px;
}

#button-right:before {
    content: '';
    top: auto;
    margin-top: -14px;
    margin-left: 8px;
    left: 50%;
    position: absolute;
    width: 200px;
    height: 4px;
    background-image: -webkit-linear-gradient(left, #8494FD 0%, #FDCDEB 30%, #FEFCC9 50%, #93FEFB 75%, #94D4FE 100%);
    opacity: 0;
    transition: all 0.8s ease;
}

#button-left:before {
    content: '';
    top: auto;
    margin-top: -14px;
    left: 30%;
    position: absolute;
    width: 200px;
    height: 4px;
    background-image: -webkit-linear-gradient(left, #8494FD 0%, #FDCDEB 30%, #FEFCC9 50%, #93FEFB 75%, #94D4FE 100%);
    opacity: 0;
    transition: all 0.8s ease;
}

#button-left:hover:before,
#button-right:hover:before {
    opacity: 1;
}

.button p {
    background-image: -webkit-linear-gradient(top left, #8494FD 0%, #FDCDEB 30%, #FEFCC9 50%, #93FEFB 75%, #94D4FE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    transition: all 0.8s ease;
}

.button:hover p {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#button-right {
    margin-left: 10px;
}

.parallax-window-1 {
    min-height: 400px;
    height: 700px;
    background: transparent;
}


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

.form {
    padding-top: 50px!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, #8494FD 0%, #FDCDEB 30%, #FEFCC9 50%, #93FEFB 75%, #94D4FE 100%);
    border-width: 4px 0 0 0;
    border-image-slice: 1;
}

::-webkit-input-placeholder {
    color: #000;
    font-size: 13px;
    font-family: 'Palanquin Dark', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 4px;
}

::-moz-placeholder {
    color: #000;
    font-size: 13px;
    font-family: 'Palanquin Dark', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}


/* firefox 19+ */

:-ms-input-placeholder {
    color: #000;
    font-size: 13px;
    font-family: 'Palanquin Dark', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}


/* ie */

input:-moz-placeholder {
    color: #000;
    font-size: 13px;
    font-family: 'Palanquin Dark', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

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

input[type='submit'] {
    background: #000;
    color: #fff;
    padding: 1em;
    border: none;
    margin-top: 4px;
    font-family: 'Palanquin Dark', sans-serif;
    letter-spacing: 13px;
    text-transform: uppercase;
}

input[type='submit']:hover {
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #8494FD), color-stop(30, #FDCDEB), color-stop(50, #FEFCC9), color-stop(75, #93FEFB), color-stop(100, #94D4FE));
    color: #000;
}

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

input.error,
textarea.error {
    border-image-source: -webkit-linear-gradient(left, #FDCDEB 0%, #cc4847 50%, #FDCDEB 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: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.4);
    height: 150px;
    text-align: center;
}

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

footer p a {
    color: #333;
}

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

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


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

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

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

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .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(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

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

#logo-type {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
}


/***NAV***/

.navbar-nav > li > a {
    padding-top: 6px !important;
    padding-bottom: 8px !important;
    height: 30px;
}

.navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 9px !important;
    height: 34px;
}

.navbar {
    min-height: 34px !important;
}

#nav-container {
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%!important;
    height: 34px!important;
}

.navbar {
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.navbar-default {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.3);
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 13px;
}

.navbar-default .navbar-brand {
    color: #000;
    font-size: 21px;
}

.navbar-nav > li > a:before {
    content: "";
    position: absolute;
    width: 0;
    background: #000;
    left: 45%;
    height: 2px;
    top: 0;
    transition: all .8s;
}

.navbar-nav > li > a:hover:before {
    width: 80%;
    left: 11%;
}

.navbar-nav > li > a:hover {
    color: #000;
}


#home:hover:before {
    width: 0;
    left: 11%;
}


.navbar-collapse.bottom-collapse.collapse.in {
    position: absolute;
    bottom: 50px;
    right:10px;
}


