/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html, button, input, select, textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

p, pre {
    margin: 1em 0
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before, q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl, menu, ol, ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu, ol, ul {
    padding: 0 0 0 40px
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

select {
    height: 43px;
}

/* Preloader */
#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 999999; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url(../img/status.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

.status {
    max-height: 100%;
}

.boldoptions {
    font-weight: bold !important;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

/* Animate.css */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -vendor-animation-delay: 2s
}

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

.longer-ani {
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 23%, 0);
        transform: translate3d(0, 23%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 23%, 0);
        transform: translate3d(0, 23%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    display: none !important;
    -webkit-transition: all .74s;
    -moz-transition: all .74s;
    -ms-transition: all .74s;
    -o-transition: all .74s;
    transition: all .74s;
}

.visible {
    display: inline-block !important;
}

.clearfix:after, div.tabBox:after, section:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix, html[xmlns] div.tabBox, section {
    display: block;
}

* html .clearfix, * html section {
    height: 1%;
}

.clear {
    clear: both;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body, html {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    margin: 0;
    background: #f0f3f5;
}

h1, h2, h3, h4, h5 {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

h2 {
    font-size: 28px;
}

/* #Typography Styling
================================================== */
p, section ul li {
    font-weight: 300;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.65em
}

/* #Base Framework Styling
================================================== */
#max-wrapper {
    max-width: 2000px;
    width: 100%;
    margin: 0 auto;
}

.wrapper {
    width: 96%;
    padding: 0 2%;
    margin: 0 auto;
    max-width: 1250px;

}

.wide-wrapper {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 2000px;

}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.margin7-left {
    margin-left: 7%;
}

.margin7-right {
    margin-right: 7%;
}

.margin5-left {
    margin-left: 5%;
}

.margin5-right {
    margin-right: 5%;
}

.margin2-left {
    margin-left: 2.5%;
}

.margin2-right {
    margin-right: 2.5%;
}

.padding5-left {
    padding-left: 5%;
}

.padding5-right {
    padding-right: 5%;
}

.padding2-left {
    padding-left: 2.5%;
}

.padding2-right {
    padding-right: 2.5%;
}

.relative {
    position: relative;
}

.z-front {
    z-index: 10;
}

.z-back {
    z-index: 0;
}

/* NON-PADDED CONTAINERS - FOR USE WITH 7% MARGINS */

.full100, .full75, .full65, .full50, .full30, .full25 {
    position: relative;
    display: block;
}

.full100 {
    width: 100%;
}

.full75 {
    width: 73.75%;
}

.full70 {
    width: 70%;
}

.full65 {
    width: 63%;
}

.full60 {
    width: 60%;
}

.full55 {
    width: 52.5%;
}

.full50 {
    width: 47.5%;
}

.full45 {
    width: 43%; /*min-width: 460px;*/
}

.full40 {
    width: 40%;
}

.full35 {
    width: 32.5%;
}

.full30 {
    width: 30%;
}

.full27 {
    width: 28.25%;
    text-align: center;
}

.full25 {
    width: 21.25%;
}

.full20 {
    width: 18%;
}

.full7 {
    width: 7.5%;
}

.full5 {
    width: 5%;
}

.input50 {
    width: 45.5%;
    padding: 13px 1.75%;
    margin-bottom: 1.5%;
    font-size: 17px;
    font-weight: 200;
}

.input30 {
    width: 31%;
    padding: 13px 1.75%;
    margin-bottom: 1.5%;
    font-size: 17px;
    font-weight: 200;
}

.input40 {
    width: 37%;
    padding: 13px 1.75%;
    margin-bottom: 1.5%;
    font-size: 17px;
    font-weight: 200;
}

.input20 {
    width: 15%;
    padding: 13px 1.75%;
    margin-bottom: 1.5%;
    font-size: 17px;
    font-weight: 200;
}

.float-middle {
    float: left;
    margin: 0 1.5% 1.5% 1.5%;
}

#contact input[type="button"] {
    margin-top: 1%;
}

#fund-it h3 {
    font-size: 50px;
    font-family: "ff-market-web";
    font-weight: 400;
    color: rgba(43, 179, 152, 1);
}

#fund-it h3 span {
    font-weight: 600;
    color: #00dfa3;
}

.input100 {
    width: 96%;
    padding: 20px 2%;
    margin-bottom: .5%;
    font-size: 22px;
    font-weight: 200;
}

.input20, .input30, .input40, .input50, .input100 {
    border-radius: 4px;
    border: none;
    border: 1px solid #ddd;
}

.arrow-spacer {
    min-height: 350px;
    background: url(../img/arrow-spacer.png) center center no-repeat;
    background-size: 24px 55px;
}

#standing-desk .arrow-spacer {
    min-height: 270px;
}

.grey {
    background: #f5f5f5;
}

.center-all {
    text-align: center;
    margin: 0 auto;
}

.inset-shadow, .drop-shadow, .up-shadow {
    position: relative;
    z-index: 9;
}

.inset-shadow {
    -moz-box-shadow: inset 0 -1px 45px rgba(0, 0, 0, .07);
    -webkit-box-shadow: inset 0 -1px 45px rgba(0, 0, 0, .07);
    box-shadow: inset 0 -1px 45px rgba(0, 0, 0, .07);
}

.inset-shadow-grey {
    -moz-box-shadow: inset 0 -1px 45px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 -1px 45px rgba(0, 0, 0, .1);
    box-shadow: inset 0 -1px 45px rgba(0, 0, 0, .1);
}

.drop-shadow {
    -moz-box-shadow: 0 12px 23px rgba(0, 50, 60, .09);
    -webkit-box-shadow: 0 12px 23px rgba(0, 50, 60, .09);
    box-shadow: 0 12px 23px rgba(0, 50, 60, .09);
}

.up-shadow {
    -moz-box-shadow: 0 -18px 45px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 -18px 45px rgba(0, 0, 0, .07);
    box-shadow: 0 -18px 45px rgba(0, 0, 0, .07);
}

.image img {
    width: 100%;
    height: auto;
}

.image-height img {
    width: auto;
    max-height: 70px;
}

.image-height {
    text-align: center;
}

.absolute {
    position: absolute;
}

.bottom {
    bottom: 0;
}

.top {
    top: 0;
}

/* #Custom Styling
================================================== */

.scroll-down {
    position: absolute;
    z-index: 100;
    bottom: 90px;
    left: 0;
    display: none;
    width: 100%;
    text-align: center;
    text-transform: none;
    color: #3a3a3a;
    display: block;
}

.fa {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.scroll-down .scroll-icon {
    font-size: 2em;
}

@-webkit-keyframes moveY {
    from {
        top: 10px;
    }
    to {
        top: 20px;
    }
}

@-moz-keyframes moveY {
    from {
        top: 10px;
    }
    to {
        top: 20px;
    }
}

@-o-keyframes moveY {
    from {
        top: 10px;
    }
    to {
        top: 20px;
    }
}

@keyframes moveY {
    from {
        top: 1 0px;
    }
    to {
        top: 20px;
    }
}

.medium {
    padding: 17px 26px;
    font-size: 22px;
}

#main-standard #form .button {
    width: 100%;
    border: none;
    color: #fff;
    background: #24dea4;
    padding: 18px 0;
    font-size: 22px;
}

#main-standard #form select.input50 {
    width: 49.25%;
}

.bg-white {
    background: #fff;
}

.bg-light-blue {
    background: #def4fc;
}

.scroll-down .scroll-icon {
    position: absolute;
    -webkit-animation: moveY .7s linear 0s infinite alternate;
    -moz-animation: moveY .7s linear 0s infinite alternate;
    -o-animation: moveY .7s linear 0s infinite alternate;
    animation: moveY .7s linear 0s infinite alternate;
    width: 100%;
    color: #00dfa3;
    font-size: 40px;
}

.content-home h3 {
    font-family: "ff-market-web";
    font-weight: 400;
    font-size: 115px;
    color: #fff;
    text-transform: uppercase;
    line-height: .8em;
    margin: 0;
}

#intro p {
    color: #fff;
}

#intro {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#intro .wrapper {
    position: relative;
    z-index: 99;
    min-height: 400px;
    padding: 0 7%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    min-width: 0;
}

#intro-banner {
    background-image: url(../img/banner.jpg);
    z-index: 0;
}

.article-bg-image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.display-table {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
}

.display-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 2px 20% 10% 20%;
}

.display-cell p {
    max-width: 630px;
    margin: 30px auto;
    display: block;
}

.center-all {
    text-align: center;
    margin: 0 auto;
}

.full75 {
    width: 73.75%;
}

.social {
    margin-top: 4px;
}

/* END BANNER */

header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 99999;
    border-top: 5px solid #00dfa3;
}

#header-social {
    float: right;
    margin-top: 23px;
    margin-right: 20px;
    list-style: none;
    padding: 0;
}

#header #header-social {
    margin-top: 14px;
}

#header-social li {
    float: left;
    font-size: 26px;
    padding: 5px;
}

#header-social li a {
    color: #fff;
    -moz-transition: all .74s;
    -ms-transition: all .74s;
    -o-transition: all .74s;
    transition: all .74s;
}

#header-social li a.button {
    color: #fff;
    color: #3a3a3a;
}

#header-social li a.facebook:hover {
    color: #3B5998;
}

#header-social li a.twitter:hover {
    color: #00ACED;
}

#header-social li a.linkedin:hover {
    color: #007FB1;
}

#logo {
    background: url(../img/citizen-logo.png) center center no-repeat;
    position: absolute;
    top: 22px;
    left: 30px;
    height: 53px;
    width: 215px;
    background-size: 215px;
}

#header #logo {
    background: none;
    position: absolute;
    top: 13px;
    left: 23px;
    height: auto;
    width: 220px;
    background-size: 215px;
}

nav ul {
    list-style: none;
    margin: 0;
    margin-left: 285px;
    padding: 0;
    width: auto;
    float: left;
    margin-top: -5px;
}

nav ul li {
    float: left;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    margin: 0;
    padding: 47px 28px 25px;
    border-top: 5px solid #00dfa3;
    -webkit-transition: all .74s;
    -moz-transition: all .74s;
    -ms-transition: all .74s;
    -o-transition: all .74s;
    transition: all .74s;
    padding: 39px 16px;
}

#header nav ul {
    margin-left: 265px;
}

#header nav ul li a {
    padding: 0 16px 0;
    height: 85px;
    line-height: 100px;
    border-top: none;
    font-weight: 500;
}

nav ul li a:hover {
    border-top: 5px solid #37545e;
}


#header nav ul li a:hover  {
    border-top: none;
    background:#13bfa2;
}

nav ul li.active a {
    border-top: 5px solid #37545e;
}

.button {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .74s;
    -moz-transition: all .74s;
    -ms-transition: all .74s;
    -o-transition: all .74s;
    transition: all .74s;
    border-radius: 6px;
}

#banner-play {
    outline: none;
    border: none;
}

#banner-play .fa:focus {
    outline: none;
}

.status {
    min-height: 26px;
}

#intro-text {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

.rotate {

    /* Safari */
    -webkit-transform: rotate(-2deg);

    /* Firefox */
    -moz-transform: rotate(-2deg);

    /* IE */
    -ms-transform: rotate(-2deg);

    /* Opera */
    -o-transform: rotate(-2deg);

}

.bg-dark-blue {
    background: #214d5d;
}

#did-you-know h2, #we-can h2, #how-it-title, #featured-projects h3, #how-it-works-title {
    color: #24dea4;
    font-size: 36px;
    font-weight: 700;
}

#did-you-know p {
    color: #fff;
}

#did-you-know p, #we-can p, #how-it-works p, #the-power p {
    font-size: 22px;
    font-weight: 100;
    line-height: 1.5em;
}

#political-discourse {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 95%;
    width: auto;
}

#how-it-works-title {
    text-align: center;
}

#how-it-works p {
    font-size: 22px;
}

#we-can h2, #how-it-title, #featured-projects h3, #how-it-works-title {
    color: #2bb398
}

#how-it-title {
    margin-bottom: 10px;
}

#we-can h3, #how-it-works .full30 h2 {
    font-family: "ff-market-web";
    color: #828282;
    font-size: 36px;
}

#we-can-image {
    position: absolute;
    right: 52%;
    bottom: 0;
    height: 92%;
    width: auto;
}

#how-it-works .full30 {
    width: 26%;
    padding: 0 2%;
    margin: 1.5%;
    text-align: center;
}

#how-it-works .full30 img {
    width: 200px;
    height: auto;
    margin: 0 10% 0;
}

#how-it-works {
    text-align: center;
}

#home section .button {
    display: inline-block;
    position: relative;
    text-align: center;
    /* padding: 7px 0; */
    margin: 0 auto;
    /* margin: 0 auto; */
    font-size: 22px;
    font-weight: 600;
    color: #999;
    /* border: 2px solid #999; */
    /* background: #fff; */
    padding: 16px 30px;
    margin-top: 15px;
    width: auto;
}

#the-power h3 {
    font-family: "ff-market-web";
    font-weight: 400;
    font-size: 115px;
    color: #fff;
    text-transform: none;
    line-height: .8em;
    margin: 0;
}

#the-power h4 {
    font-weight: 600;
    font-size: 36px;
    margin: 15px 0 0;
    color: #fff;
}

#featured-projects .button {
    margin-top: 35px !important;
}

#the-power p {
    color: #fff;
}

#the-power p a {
    color: #2bb398;
}

#the-power p a:hover {
    text-decoration: underline;
}

.login a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
}

#project-page header {
    background: rgba(43, 179, 152, .95);
}

#featured-projects {
    text-align: center;
}

#featured-projects h3 {
    margin: 0 0 20px;
}

#about {
    padding: 100px 0 50px;
}

#how-it-works {
    padding: 50px 0 100px;
}

#intro-text strong {
    color: #00c993;
}

#intro-text h2, #intro-text h1 {
    font-size: 28px;
    font-weight: 300;
    color: #515151;
}

#intro-text h3 {
    font-family: "ff-market-web";
    font-weight: 400;
    font-size: 33px;
    color: #797979;
}

.header-status {
    -webkit-transition: all .74s;
    -moz-transition: all .74s;
    -ms-transition: all .74s;
    -o-transition: all .74s;
    transition: all .74s;
}

#how-it-works h3 {
    font-family: "ff-market-web";
    color: #00c993;
}

#how-it-works .full55 {
    width: 56%;
    padding: 4%;
    border: 2px solid #CACACA;
    border-radius: 9px;
}

#how-it-works .full55 strong {
    color: #00c993;
    font-size: 1.3em;
}

#how-it-works .full55 .full30 {
    text-align: center;
}

#how-it-works .full55 .fa {
    font-size: 50px;
    color: #ABABAB;
    margin: 0 0 25px;
}

.outline {
    color: #fff;
    border: 3px solid #fff;
}

.btn-green {
    background: #00dfa3 !important;
    color: #fff !important;
    border: none !important;
}

.btn-large {
    padding: 20px 30px;
    font-size: 25px;
}

.btn-medium {
    padding: 15px 26px;
    font-size: 20px;
}

.btn-small {
    padding: 10px 16px;
    font-size: 17px;
}

.button:hover {
    opacity: .6;
}

.large {
    padding: 20px 26px;
    font-size: 20px;
}

.standard {
    padding: 18px 20px;
}

.header-shadow {
    background: rgba(43, 179, 152, .95);
}

#header {
    height: 80px;
    border-top:none;
}

#header.header-shadow, .category #header, .category header  {
    background:#185066;
    -webkit-box-shadow:  0 2px 10px rgba(0,0,0,.15);
    -moz-box-shadow:  0 2px 10px rgba(0,0,0,.15);
    box-shadow:  0 2px 10px rgba(0,0,0,.15);
}

.scroll-text {
    color: #fff;
    font-size: 23px;
}

.scroll-down .fa {
    font-size: 70px;
}

section {
    padding: 120px 0;
    position: relative;
    z-index: 9;
}

.grey {
    background: #f5f5f5;
}

.btn-below {
    padding-bottom: 20px;
}

.slicknav_menu {
    display: none;
}

.padded {
    position: relative;
    border: 5px solid #f7f7f7;
    border-top: 0;
    border-bottom: 0;
    height: 100%;
}

label a {
    text-decoration: none;
    color: rgba(43, 179, 152, 1);
}

input[type="submit"].input100 {
    margin-top: 15px;
}

.mini-seperator {
    width: 75px;
    height: 1px;
    background: #989898;
    display: block;
    margin: 30px auto 35px;
}

.section-title {
    margin-bottom: 45px;
}

.btn-below {
    margin-bottom: 40px;
}

.cp-banner .main-title .button {
    text-transform: none;
    letter-spacing: 0em;
}

.header-standard h2, .header-reverse h3 {
    font-size: 24px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #3a3a3a;
}

.header-standard h3, .header-reverse h2, #services h2 {
    color: #333;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0 0 20px 0;
}

.header-standard h3 span, .header-reverse h2 span {
    font-weight: 200;
    color: #3a3a3a;
}

#services h2 {
    font-size: 30px;
    font-weight: 500;
    color: #3a3a3a;
}

#quotes .full75 h3 {
    text-transform: none;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.25em; /* Style for "â€šÃ„ÃºCity Park is " */
    color: #6B6B6B;
    font-family: "Ubuntu";
    font-size: 40px;
    font-style: italic;
    font-weight: 300;
}

#quotes {
    background: url(../img/quotes-background.jpg) center center fixed no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 420px;
    padding: 100px 0;
}

#quotes .full75 h2 {
    color: #ccc;
    margin-bottom: 0;
}

#quotes .full75 a.text-link {
    margin-bottom: 20px;
}

#large-logo-right {
    position: absolute;
    height: 70%;
    width: auto;
    left: 61%;
    top: 15%;
}

#mobile-menu-link {
    display: none;
}

#quotes-rotator h4.name {
    font-size: 30px;
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 10px;
    padding-bottom: 0;
}

#quotes-rotator h6.company {
    font-size: 20px;
    font-weight: 300;
    color: #3a3a3a;
    margin: 0;
}

#clients-like {
    padding: 80px 0;
}

#clients-like h3 {
    text-align: center;
}

textarea {
    display: block;
}

.standard-banner {
    padding: 100px 0 100px;
    margin-top: 100px;
    background: url(../img/banner.jpg) center bottom #fff;
    background-size: cover;
}

.standard-banner .full50 {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.standard-banner .full50 h1, .standard-banner .full50 h2 {
    letter-spacing: 0;
    font-size: 38px;
    text-transform: none;
    color: #333;
    margin: 0 auto;
    line-height: 1em;
}

.standard-banner .full50 h2 {
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
}

.news-article {
    width: 100%;
    padding: 75px 0;
    border-bottom: 1px solid #ddd;
}

#news-wrapper {
    padding: 60px 0;
}

#two-thirds-full {
    padding: 60px 0;
}

.news-article-img {
    width: 30%;
    float: left;
}

.section-img {
    width: 35%;
}

.section-img img {
    width: 100%;
    height: auto;
    border-radius: 300px;
}

.news-article-img img {
    width: 100%;
    height: auto;
}

.news-article-text {
    float: right;
    width: 65%;
}

.news-article-text h2 {
    font-size: 30px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #3a3a3a;
    margin-top: 0;
}

.news-article-text h4 {
    font-weight: 400;
    font-size: 17px;
}

.pagination {
    padding: 30px 0;
}

.contact-body {
    width: 60%;
    float: left;
}

.contact-body input, .contact-body textarea {
    border: 1px solid #ddd;
}

#contact-info {
    float: right;
    width: 35%;
    margin-top: 60px;
}

#contact-info ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 30px;
}

#contact-info h3 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    margin: 0 0 10px;
}

#contact-info ul li {
    font-size: 22px;
    color: #333;
    font-weight: 300;
    line-height: 1em;
    padding: 3px 0;
}

#contact-info ul li a, p a {
    color: #00bbde;
    text-decoration: none;
}

#the-power {
    background: url(../img/power-to-the-people.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 160px 0;
}

#the-power .full50 {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

#the-power .full50 i {
    font-size: 65px;
    color: #fff;
    margin-bottom: 25px;
}

#the-power .full50 h3 {
    font-family: "ff-market-web";
    font-weight: 400;
    font-size: 65px;
    margin: 0;
}

#the-power .full50 h4 {
    margin: 0;
    font-weight: 300;
    font-size: 30px
}

#featured-projects {
    background: #fff;
    padding: 60px 0;
}

#projects {
    position: relative;
}

.project50 {
    width: 47%;
    margin: 1.35%;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    position: relative;
}

.project60 {
    width: 57%;
    margin: 1.35%;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    overflow: hidden;

    position: relative;
}

.funding-plan-ammount ::-webkit-input-placeholder {
    text-align: center;
    font-size: 23px;
    margin: 0;
    color: #B2B2B2;
    font-weight: 700;
}

.funding-plan-ammount :-moz-placeholder { /* Firefox 18- */
    text-align: center;
    font-size: 23px;
    margin: 0;
    color: #B2B2B2;
    font-weight: 700;
}

.funding-plan-ammount ::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
    font-size: 23px;
    margin: 0;
    color: #B2B2B2;
    font-weight: 700;
}

.funding-plan-ammount :-ms-input-placeholder {
    text-align: center;
    font-size: 23px;
    margin: 0;
    color: #B2B2B2;
    font-weight: 700;
}

.project100 {
    width: 100%;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    overflow: hidden;

    position: relative;
}

.featured-image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.featured-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.featured-tag {
    position: absolute;
    background: rgba(43, 179, 152, .95);
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .06em;
    left: 5%;
    top: 0;
    z-index: 999
}

.project-content {
    width: 85%;
    margin: 0 auto;
    padding: 20px 0;
}

.fund-data {
    width: 100%;
    padding: 30px 0 25px;
    margin: 0;
}

.fund-data li {
    list-style: none;
    float: left;
    width: 33%;
    text-align: center;
    border-right: 1px solid #dadada;
    position: relative;
}

.category-link {
    text-decoration: none;
    color: #666;
    border-bottom: 1px dotted #dadada;
    -webkit-transition: all .74s;
    -moz-transition: all .74s;
    -ms-transition: all .74s;
    -o-transition: all .74s;
    transition: all .74s;
}

.fund-data li:last-of-type {
    border-right: none;
}

.project-content h4 {
    color: #666;
    margin: 10px 0;
    font-size: 14px;
}

.project-content h2 {
    margin: 0 0 10px;
}

.category-link:hover {
    color: #00c993;
}

.fund-data h5 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: .8em;
}

.fund-data span {
    color: #666;
    font-size: 15px;
    line-height: .8em;
}

.status-bar {
    width: 85%;
    background: #f1f1f1;
    border-bottom: 1px solid #dadada;
    padding: 7px 7.5%;
    color: #30454c;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

.status {
    float: left;
    background: #2eb79b;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99
}

#uniqueID-1 .status {
    width: 35%;
}

#uniqueID-2 .status {
    width: 56%;
}

.status-bar span {
    position: relative;
    z-index: 999;
}

.fund-data .button {
    width: 78%;
    text-align: center;
    padding: 7px 0;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    color: #999;
    border: 2px solid #999;
    background: #fff;
}

#about-project {
    padding: 110px 0 0 0;
}

.project60 {
    width: 97%;
}

#project-page .fund-data {
    width: 50%;
    float: right;
}

#project-text {
    padding: 1.5% 0 1.5% 2.5%;
}

#project-text h1 {
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2em;
}

#project-text h4 {
    margin: 0;
}

.project100 .status-bar {
    width: 95%;
    background: #f9f9f9;
    border-bottom: 1px solid #dadada;
    padding: 7px 2.5%;
    color: #30454c;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

#background {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 0;
}

.project-info {
    padding: 35px 0;
    font-size: 30px;
    font-weight: 300;
    width: 96%;
    margin: 0 auto;
}

.project-info h2 {
    font-size: 25px;
}

.project-info h3 {
    font-size: 20px;
}

.project-info h4 {
    font-size: 18px;
}

.project-info h5 {
    font-size: 16px;
    font-weight: 500;
}

.creator img {
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
}

#footer {
    text-align: center;
    width: 100%;
    margin: 60px auto 80px auto;
}

#footer p, #footer ul li {
    font-size: 11px;
    font-weight: 200;
}

#footer ul {
    list-style: none;
    text-align: center;
    display: inline-block;
    padding: 0;
    position: relative;
}

$
footer ul li {
    display: inline-block;
}

#footer ul li a {
    display: inline-block;
    padding: 2px 10px;
    text-decoration: none;
    color: #fff;
}

#fund-it {
    background: #fff;
    padding: 0;
}

.funding-plan {
    width: 95%;
    padding: 10px 2.5%;
    border-top: 1px dotted #ccc;
}

.selected-plan {
    background: #ebfff6;
}

.identifier-check {
    display: table;
    width: 5%;
    float: left;
    height: 120px;
    text-align: center;
}

.identifier-check i { /* display: table-cell; */
    vertical-align: middle;
    font-size: 36px;
    color: #A7A7A7;
}

.identifier-check .fa-check-circle {
    color: rgba(43, 179, 152, 1);
}

.selected-plan .identifier-check i {
    color: rgba(43, 179, 152, 1)
}

.funding-plan-ammount {
    width: 100%;
    display: table;
    height: 120px;
}

.action-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.funding-plan-ammount h4 {
    text-align: center;
    font-size: 40px;
    margin: 0;
    color: #666;
    font-weight: 700;
}

.funding-plan-ammount h5 {
    color: #939393;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}

.funding-plan-ammount input {
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 50%;
    margin: 0 auto 12px;
    padding: 5%;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px;
    font-size: 22px;
}

.funding-plan-details-wrapper {
    float: left;
    width: 70%;
    display: table;
    height: 120px;
}

.funding-plan-details {
    display: table-cell;
    vertical-align: middle;
}

.funding-plan-details h2 {
    margin: 0 0 8px;
    font-size: 20px;
}

.funding-plan-details p {
    font-size: 15px;
    margin: 0;
}

#fund-it-descrip {
    margin-bottom: 20px;
}

#plans {
    border-bottom: 1px dotted #ccc;
}

#plans p {
    margin: 40px 0;
    text-align: center;
    font-size: 29px;
    font-weight: 200;
    color: #666;
}

#plans p:before {
    font-family: FontAwesome;
    content: '\f017';
    display: block;
    position: relative;
    text-align: center;
    font-size: 40px;
}

#fields-wrapper {
    background: #f1f1f1;
    width: 92%;
    padding: 2.5% 4%;
    border-radius: 6px;
}

.project-info {
    border-bottom: 1px solid #ddd;
}

.intro-texticles {
    text-align: center;
    width: 695px;
    margin: 10px auto 0;
}

.intro-texticles h3 {
    margin-bottom: 15px;
}

.intro-texticles p {
    margin-bottom: 20px;
}

.category #featured-projects {
    padding-top: 120px
}

.retired-question {
    margin: 10px 0;
}

.retired-question input[type="checkbox"] {
    margin-right: 5px;
    margin-top: 2px;
}

.masterTooltip {
    display: block;
    background: rgba(43, 179, 152, 1);
    color: #fff;
    width: 11px;
    height: 10px;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
    line-height: .8em;
    margin: 5px 8px;
    opacity: .5;
}

.masterTooltip:hover {
    opacity: 1;
}

body, html {
    background-color: #214d5d;
    /*background-color: #F0F3F5;
background-image: -moz-linear-gradient(bottom, #F0F3F5 0%, #FFF 100%);
background-image: -o-linear-gradient(bottom, #F0F3F5 0%, #FFF 100%);
background-image: -webkit-linear-gradient(bottom, #F0F3F5 0%, #FFF 100%);
background-image: linear-gradient(to top, #F0F3F5 0%, #FFF 100%);*/
    height: 100%;
}

.fund-data {
    width: auto;
}

.project30 {
    min-width: 300px;
}

.project30 .status-bar {
    height: 100%;
    background: url(img/status-shadow.jpg) right center no-repeat #eaeaea;
    background-size: 20px 100%;
    border-bottom: 1px solid #cdcdcd;
    padding: 0;
    color: #30454c;
    font-size: 14px;
    overflow: hidden;
    position: absolute;
    width: 40px;
    border-radius: 6px 0 0 0;
}

.status-marker, .fund-success {
    display: block;
    background: #30907c;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 20px; */
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px 0 0 0;
}

.fund-success {
    width: 65px;
    z-index: 99999;
    font-size: 15px;
    height: 20px;
    padding: 0;
}

.fund-success-percent {
    position: relative;
    z-index: 999999;
    height: 20px;
    padding: 5px 0;
    background: #30907c;
}

.status {
    border-radius: 6px 0 0 0;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 0;
    top: 8px;
}

.project30 {
    width: 30%;
    margin: 1.35%;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    position: relative;
    min-width: 290px;
    min-height: 380px;
    -moz-box-shadow: 0 2px 1px rgba(29, 26, 27, 0.1);
    -webkit-box-shadow: 0 2px 1px rgba(29, 26, 27, 0.11);
    box-shadow: 0 2px 1px rgba(29, 26, 27, 0.1);
}

.project30 .fund-data {
    padding: 0px 0 25px 40px;
}

.preview-image {
    width: 100%;
    height: auto;
}

.project30 h2 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    line-height: 1.2em;
    margin-bottom: 0;
    text-align: left;
}

.project30:hover h2 {
    text-decoration: underline;
}

.fund-data-wrapper {
    width: 85%;
    margin: 0 auto;
}

.pledged-total {
    font-family: 'proxima-nova', sans-serif;
    color: #2A816F;
    font-size: 22px;
    font-weight: 700;
    width: 80%;
    float: left;
    margin: 0;
    text-align: left;
}

.pledged-total span {
    color: #939393;
    font-size: 13px;
    font-weight: 400;
}

.myBox {
    -webkit-transition: all .74s;
    -moz-transition: all .74s;
    -ms-transition: all .74s;
    -o-transition: all .74s;
    transition: all .74s;
}

.myBox:hover {
    border: 1px solid #00c993;
    cursor: pointer;
}

.project-details h5 {
    color: #6A6A6A;
    font-size: 13px;
    font-weight: 700;
    float: right;
    margin: 0;
    position: absolute;
    right: 0;
    top: 28px;
    text-align: right;
}

.fund-data h4 {
    font-size: 14px;
    color: #787878;
    margin: 20px 0 0px;
    position: absolute;
    bottom: 20px;
}

.project-details {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    position: relative;
}

.featured-tag {
    position: absolute;
    background: rgba(43, 179, 152, .95);
    color: #fff;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .06em;
    right: 5%;
    top: 0;
    z-index: 999;
    border-radius: 0 0 4px 4px;
}

.nav-news {
    border-top: 5px solid #37545e;
}

.mini-seperator {
    margin: 30px auto 0;
}

#project-banner {
    height: 350px;
    background: #000;
}

#project-banner #background {
    opacity: .58;
    background: url(http://lorempixel.com/800/600) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 350px;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

#banner-text {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 9;
    padding-top: 170px;
}

#banner-text h1, #banner-text h2 {
    margin: 0;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

#banner-text h1 {
    font-size: 48px;
    font-weight: 100;
}

#banner-text h2 {
    font-size: 22px;
    font-weight: 100;
}

#video {
    width: 100%;
    height: auto;
}

#about-project h1 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.2em;
}

#category-links {
    font-size: 16px;
    margin: 0 0 25px;
    padding: 0;
}

#video-button {
    z-index: 100;
    width: 100px;
    height: 100px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0px;
    right: 0px;
    text-align: center;
    vertical-align: middle;
    display: table;
    margin-left: -50px;
    margin-top: -50px;
    -webkit-transition: all .74s;
    -moz-transition: all .74s;
    -ms-transition: all .74s;
    -o-transition: all .74s;
    transition: all .74s;
}

#video-button:hover {
    cursor: pointer;
    z-index: 100;
    width: 120px;
    height: 119px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0px;
    right: 0px;
    text-align: center;
    vertical-align: middle;
    display: table;
    margin-left: -60px;
    margin-top: -60px;
}

#video-button:hover > .fa-play-circle-o {
    font-size: 140px;
}

.featured-image .fa-play-circle-o {
    font-size: 110px;
    color: #00dfa3;
    text-align: center;
    text-shadow: 0 2px 0px rgba(255, 255, 255, .8);
    opacity: .9;
    -webkit-transition: all .74s;
    -moz-transition: all .74s;
    -ms-transition: all .74s;
    -o-transition: all .74s;
    transition: all .74s;
}

.featured-image .fa-play:hover {
    opacity: .3;
}

#right-column ul, #common_faq #main-standard ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#right-column ul li, #common_faq #main-standard ul li {
    padding: 0;
    margin: 0;
    line-height: 1.3em;
    padding: 8px 0;
    cursor: pointer;
}

#right-column ul li:first-of-type, #common_faq #main-standard ul li:first-of-type {
    padding-top: 0;
}

#right-column ul li:last-of-type {
    padding-bottom: 0;
}

#right-column ul li .fa, #common_faq #main-standard ul li .fa {
    padding-right: 5px;
    color: #c4c4c4;
}

#right-column ul li:hover .fa, #common_faq #main-standard ul li:hover .fa {
    color: #00dfa3;
}

#right-column ul li a, #common_faq #main-standard ul li a {
    color: #16a579;
}

#right-column ul .question, #common_faq #main-standard ul .question {
    font-weight: bold;
    font-weight: 500;
}

#right-column ul .answer, #common_faq #main-standard ul .answer {
    padding: 5px 20px 15px;
    line-height: 1.5em;
}

#project-info .full60, #right-column {
    text-align: left !important;
}

.project100 .status-bar {
    height: 100%;
    background: url(img/status-shadow.jpg) right center no-repeat #eaeaea;
    background-size: 20px 100%;
    border-bottom: 1px solid #cdcdcd;
    padding: 0;
    color: #30454c;
    font-size: 14px;
    overflow: hidden;
    position: absolute;
    width: 40px;
}

#status-marker {
    display: block;
    background: #30907c;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 20px; */
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

#triangle-right {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 0;
    top: 8px;
}

#project-page .fund-data {
    width: auto;
    float: none;
    padding: 20px 30px 20px 70px;
    text-align: center;
}

#project-page .fund-data h3 {
    color: #2A816F;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

#project-page .fund-data h3 span {
    color: #939393;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

#project-page .fund-data h3:last-of-type {
    border-bottom: none;
    margin: 0;
}

#project-page .fund-data .button {
    width: 100%;
    text-align: center;
    /* padding: 7px 0; */
    margin: 0 auto;
    /* margin: 0 auto; */
    font-size: 22px;
    font-weight: 600;
    color: #999;
    /* border: 2px solid #999; */
    /* background: #fff; */
    padding: 16px 0;
    margin-top: 15px;
}

#faq-section {
    margin-top: 35px;
    padding: 5px 10px;
}

#faq-section h2 {
    color: #38545D;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
}

#faq-section h2 .fa {
    color: #c4c4c4;
}

#fields-wrapper h2 {
    font-size: 19px;
    margin-left: 10px;
}

.fields-segment {
    width: 92.5%;
    padding: 3.75% 3.5% 2.75%;
    border: 2px solid #ddd;
    border-radius: 9px;
    margin-bottom: 15px;
}

#cvc-cvn {
    width: 12%;
    margin-left: 2%;
}

#exp-month {
    margin: 0 2%;
    width: 14.5%;
}

#exp-year {
    width: 14.5%;
}

.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px Arial;
    width: 500px
}

#form-warning {
    display: none;
    width: 98%;
    border: 1px solid #CB5656;
    background: #FFDBDB;
    color: #000;
    font-size: 18px;
    padding: .85%;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 2%;
    margin-top: 2%;
}

#form-warning {
    width: 98%;
    border: 1px solid #CB5656;
    background: #FFDBDB;
    color: #000;
    font-size: 18px;
    padding: .85%;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 2%;
}

#form-success {
    display: none;
    width: 98%;
    border: 1px solid #227e31;
    background: #dcffe2;
    color: #000;
    font-size: 18px;
    padding: .85%;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 2%;
}

/**
      * Simple fade transition,
      */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.fa-plus-circle, .fa-minus-circle {
    cursor: pointer
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    float: left;
    padding: 0 80px 0 0;
}

footer ul li {
    font-weight: 500;
    color: #00dfa3;
    font-size: 15px;
    padding: 3px 0;
}

footer ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 100;
}

footer {
    padding: 50px 0 80px;
}

#footer-right {
    float: right;
    padding-right: 20px;
    text-align: right;
}

#footer-logo {
    background: url(../img/footer-logo.png) center center no-repeat;
    height: 53px;
    width: 215px;
    background-size: 215px;
}

#footer-right p {
    color: #ccc;
    font-size: 10px;
}

html, body, .container-home {
    height: 100%;
}

#full-background {
    /* Location of the image */
    background-image: url(../img/banner.jpg);

    /* Image is centered vertically and horizontally at all times */
    background-position: center center;

    /* Image doesn't repeat */
    background-repeat: no-repeat;

    /* Makes the image fixed in the viewport so that it doesn't move when
     the content height is greater than the image height */
    background-attachment: fixed;

    /* This is what makes the background image rescale based on its container's size */
    background-size: cover;

    /* Pick a solid background color that will be displayed while the background image is loading */
    background-color: #60818b;

    /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}

.container-home {
    display: table;
    padding-top: 80px;
    width: 100%;
}

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

.category-preview {
    text-align: left !important;
    color: #898989 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 13px 0 0 !important;
    padding: 0 !important;
}

.category-preview .fa {
    padding-right: 5px;
}

.fa-check-circle {
    display: none;
}

.fa-circle-o {
    display: table-cell;
}

.radio:checked + label .fa-check-circle {
    display: table-cell;
}

.radio:checked + label .fa-circle-o {
    display: none;
}

.funding-plan {
    width: 15.15%;
    margin: 3% 1%;
    padding: 2% 1%;
    border-top: 1px dotted #ccc;
    background: #fff;
    border: 3px solid #dadada;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    position: relative;
    -moz-box-shadow: 0 2px 1px rgba(29, 26, 27, 0.1);
    -webkit-box-shadow: 0 2px 1px rgba(29, 26, 27, 0.11);
    box-shadow: 0 2px 1px rgba(29, 26, 27, 0.1);
    cursor: pointer;
}

#fund-it {
    background: #f1f1f1;
    padding: 85px 0;
}

.project-info {
    border-bottom: none;
}

#category-label {
    text-align: left !important;
    color: #898989 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
}

#category-label .fa {
    margin-right: 5px;
}

#terms-agree {
    margin-top: 10px;
}

#terms-agree a {
    border-bottom: 1px dotted #ccc;
}

#main-standard {
    background: #fff;
    padding-top: 150px;
}

#main-standard .wrapper {
    width: 90%;
    max-width: 1000px;
}

#main-standard input[type="submit"] {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    background: rgba(43, 179, 152, 1);
    border: none;
}

#main-standard-intro {
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

#main-standard-intro h1 {
    font-size: 36px;
    font-weight: 700;
    color: #2bb398;
    margin: 0 0 20px;
}

#how-it-intro {
    padding-top: 175px;
}

#how-it-intro h2 {
    font-family: 'proxima-nova', sans-serif;
    color: #2A816F;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

#how-it-intro .full50 {
    text-align: center;
}

/* #Media Queries
================================================== */
@media only screen
and (min-width: 1500px) {
    #difference {
        overflow: visible;
    }

    #client-mockup {
        position: absolute;
        left: 55%;
        bottom: 110px;
        z-index: 99;
        height: 730px;
    }

    #home section {
        padding: 150px 0;
    }

    #did-you-know p, #we-can p, #how-it-works p, #the-power p {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .project30 {
        min-height: 415px;
    }
}

@media (min-width: 1100px)
and (max-width: 1300px) {
    .project30 {
        min-height: 400px;
    }
}

@media only screen
and (min-width: 720px)
and (max-width: 1100px) {
    #header-social .social {
        display: none;
    }

    #project-page .fund-data h3 {
        color: #2A816F;
        font-size: 32px;
    }

    #project-page .fund-data h3 span {
        font-size: 15px;
    }

    #project-page .fund-data .button {
        font-size: 20px;
        padding: 10px 0;
    }
}

@media (min-width: 675px) and (max-width: 1099px) {
    #header-social .social {
        display: none;
    }

    .project30 {
        width: 46.5%;
        min-height: 440px;
    }

    #did-you-know p, #we-can p, #how-it-works p, #the-power p {
        font-size: 18px;
    }

    section {
        padding: 100px 0;
    }

    #how-it-works p {
        font-size: 17px;
    }

    #the-power .full45 {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 60%;
    }

    #the-power h3 {
        font-size: 85px;
    }

    #the-power {
        padding: 80px 0;
    }
}

@media (min-width: 675px) and (max-width: 970px) {
    .project30 {
        width: 46.5%;
        min-height: 400px;
    }
}

@media (min-width: 568px) and (max-width: 675px) {
    .project30 {
        width: 96%;
        min-height: 510px;
    }
}

@media (min-width: 480px) and (max-width: 568px) {
    .project30 {
        width: 96%;
        min-height: 440px;
    }
}

@media only screen
and (min-width: 320px)
and (max-width: 736px) {

    #main-standard {
        padding-top: 90px;
    }

    #plans {
        border-bottom: none;
    }

    .funding-plan {
        width: 44.25%;
        margin: 1% 1%;
    }

    #custom-field {
        width: 93.5%;
    }

    .funding-plan:last-of-type {
    }

    .funding-plan-ammount {
        width: 100%;
        display: table;
        height: 0;
    }

    #did-you-know p, #we-can p, #how-it-works p, #the-power p {
        font-size: 17px;
    }

    #did-you-know h2, #we-can h2, #how-it-title, #featured-projects h3 {
        margin: 15px 0 0px;
        font-size: 28px;
    }

    #we-can h3 {
        font-size: 21px;
    }

    .full45 {
        width: 96%;
        text-align: center;
        margin: 0 2%;
    }

    #how-it-works .full30 {
        width: 86%;
        padding: 0 7%;
        margin: 40px 1.5%;
    }

    #political-discourse {
        position: relative;
        left: 0;
        bottom: 0;
        height: auto;
        width: 80%;
        margin: 0 12% -40px 8%;
        padding: 0;
    }

    #we-can-image {
        position: relative;
        right: 0;
        bottom: 0;
        height: auto;
        width: 90%;
        margin: 0 4% -70px 5%;
    }

    .content-home h3 {
        padding: 0 30px;
        font-size: 85px;
    }

    #the-power {
        background: url(../img/power-to-the-people.jpg) no-repeat center center;
        padding: 60px 0;
    }

    #the-power h3 {
        font-family: "ff-market-web";
        font-weight: 400;
        font-size: 65px;

    }

    #the-power h4 {
        font-size: 26px;
    }

    #the-power .full50 h3 {
        line-height: .8em;
    }

    #the-power .full50 h4 {
        margin: 10px 0;
        font-size: 20px;
    }

    footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
        color: #fff;
        float: left;
        width: 100%;
        padding: 10px 0;
        margin: 0 auto;
        text-align: center;
    }

    #footer-right {
        float: none;
        padding-right: 0;
        text-align: center;
        width: 90%;
        padding: 15px 5%;
    }

    #footer-logo {
        background: url(../img/footer-logo.png) center center no-repeat;
        height: 53px;
        width: 215px;
        background-size: 215px;
        margin: 0 auto;
        padding: 0;
        display: inline-block;
        float: none;

        margin-top: 20px;
        position: relative;
    }

    .fund-data span {
        font-size: 14px;
    }

    .fund-data .button {
        font-size: 14px;
        font-weight: 300;
        padding: 5px 0;
        border: 1px solid #999;
        width: 85%;
    }

    h2 {
        font-size: 23px;
        line-height: 1.3em;
    }

    #featured-projects {
        padding: 25px 0;
    }

    #featured-projects h3 {
        font-size: 35px;
    }

    .project50, .project60 {
        width: 98%;
        margin-bottom: 20px;
    }

    .scroll-down {
        display: none;
    }

    #how-it-works {
        padding: 30px 0 30px 0;
    }

    #how-it-works .full55 .fa {
        margin: 15px 0 20px;
    }

    #how-content {
        margin-bottom: 30px;
    }

    #how-it-works .full55 {
        width: 85%;
    }

    #how-it-works .full55 .full30 {
        padding-bottom: 30px;
    }

    .banner, .display-cell {
        padding: 100px 7.5%;
    !important;
        width: 85% !important;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }

    #intro h3 {
        font-size: 75px;
        margin: 0;
    }

    #intro-text {
        width: 100%;
    }

    #the-power .full50 {
        width: 85%;
        margin: 0 auto;
    }

    .section-img {
        width: 87%;
        margin: 0 auto;
        float: none !important;
        margin-bottom: 20px;
    }

    #large-logo-right {
        position: relative;
        height: auto;
        width: 50%;
        margin: 20px auto;
        left: 25%;
        top: auto;
    }

    #fund-it {
        padding: 40px 0;
    }

    p {
        font-size: 15px;
        line-height: 1.4em;
    }

    #demo-canvas {
        display: none;
    }

    section, #about {
        padding: 30px 0;
    }

    .standard-banner .full50 {
        width: 87%;
    }

    .standard-banner .full50 h1 {
        font-size: 38px;
    }

    .standard-banner .full50 h2 {
        font-size: 22px;
    }

    .news-article {
        width: 100%;
        padding: 30px 0;
    }

    #news-wrapper {
        padding: 30px 0;
    }

    #two-thirds-full {
        padding: 60px 0;
        margin-top: 0px;
    }

    .news-article-img {
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    .row {
        margin: 0;
    }

    .news-article-text {
        float: none;
        width: 90%;
        margin: 0 auto;
    }

    .news-article-text h2 {
        margin: 20px 0 0;
        font-size: 24px;
    }

    .news-article-text h4 {
        margin: 5px 0;
    }

    .standard-banner {
        padding: 100px 0 35px;
        margin-top: 0;

    }

    .large-header {
        background: url(../img/banner.jpg) top center no-repeat #fff;
        background-size: auto 100%;
    }

    .wrapper, body, html, header, .wide-wrapper {
        min-width: 300px;
    }

    .scroll-down {
        bottom: 40px;
    }

    .main-title {
        width: 88%;
        margin: 0 auto;
    }

    header {
        display: none;
    }

    .main-title h1 {
        font-weight: 200;
        font-size: 20px;
    }

    .main-title h3 {

        font-size: 38px;
    }

    .main-title p {
        font-size: 17px;
    }

    .slicknav_menu {
        display: block;
    }

    #how-it-intro {
        padding-top: 75px;
    }

    .full30, .full50, .full55, .full75, .full60, #project-creator, .intro-texticles {
        width: 88%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .project-info .full60, #project-creator {
        text-align: left !important;
    }

    #client-mockup {
        position: absolute;
        left: 10%;
        top: -70px;
        height: auto;
        width: 80%;
        z-index: 99;
    }

    #about h3, #difference h2, #expertise h3 {
        font-size: 24px;
    }

    #gallery .full30 {
        width: 100%;
    }

    #services .full30 {
        margin: 40px auto;
    }

    .input50, .input100, .input40, .input30, .input20 {
        width: 90%;
        padding: 15px 5%;
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    select.input40, select.input30 {
        width: 100%;
    }

    #gallery h3, #fund-it h3 {
        font-size: 33px;
    }

    .gallery-image {
        margin-bottom: 5px;
    }

    #quotes .full75 h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    #quotes .full75 {
        width: 95%;
        padding: 0;
        margin: 0 auto;
    }

    #quotes {
        height: 330px;
        padding: 40px 0;
    }

    #quotes-rotator h4.name {
        font-size: 20px;
    }

    #quotes-rotator h6.company {
        font-size: 15px;
    }

    .cp-banner .main-title .button {
        padding: 12px 18px;
        font-size: 18px
    }

    #clients-like {
        padding: 30px 0 0;
    }

    .contact-body {
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    #contact-info {
        float: none;
        width: 90%;
        margin-top: 0;
        margin: 20px auto;
        text-align: center;
    }

    #project-page .fund-data {
        width: auto;
        float: none;
        border-top: 1px solid #ddd;
    }

    #project-text h1 {
        font-size: 20px;
        padding: 10px 0 0;
    }

    .funding-plan-details h2 {
        font-size: 16px;
    }

    .funding-plan-details-wrapper {
        width: 60%;
        padding: 5%;
    }

    .funding-plan-details p {
        font-size: 14px;
    }

    #about-project {
        padding: 80px 0 0;
        padding-top: 60px;
    }

    .funding-plan-ammount input {
        display: block;
        vertical-align: middle;
        text-align: center;
        width: 80%;
        margin: auto;
        padding: 8px 5px;
        margin: 10px auto 15px;
        max-width: 300px;
        font-size: 25px;
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        color: #666;
    }

    .category #featured-projects {
        padding-top: 65px
    }

    #cvc-cvn {
        width: 20%;
        margin-left: 2%;
        float: right
    }

    #exp-month {
        margin: 0 2%;
        width: 30%;
        height: 55px;
    }

    #exp-year {
        width: 30%;
        height: 55px;
    }

    .full35 {
        width: 100%;
    }

    .full65 {
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 685px) {
    #full-background {
        /* Location of the image */
        background-image: url(../img/banner-mobile.jpg);

        /* Image is centered vertically and horizontally at all times */
        background-position: center bottom;

        /* Image doesn't repeat */
        background-repeat: no-repeat;

        /* Makes the image fixed in the viewport so that it doesn't move when
     the content height is greater than the image height */
        background-attachment: scroll;

        /* This is what makes the background image rescale based on its container's size */
        background-size: cover;

    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .project30 {
        width: 96%;
        min-height: 410px;
    }

    #full-background {
        /* Location of the image */
        background-image: url(../img/banner-mobile.jpg);

        /* Image is centered vertically and horizontally at all times */
        background-position: center bottom;

        /* Image doesn't repeat */
        background-repeat: no-repeat;

        /* Makes the image fixed in the viewport so that it doesn't move when
     the content height is greater than the image height */
        background-attachment: scroll;

        /* This is what makes the background image rescale based on its container's size */
        background-size: cover;

    }
}

/* Media Queries */
@media only screen and (max-width: 340px) {

    .container-home {
        position: relative;
        display: block;
        float: left;
        vertical-align: baseline;
        margin: 0 auto;
        padding: 80px 0 0 0;
    }

}

/*
    Mobile Menu Core Style
*/

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 2px 0 0 8px;
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 20px;
    height: 3px;
    /* -webkit-border-radius: 1px; */
    -moz-border-radius: 1px;
    /* border-radius: 1px; */
    /* -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); */
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    /* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); */
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 3px;
}

.slicknav_nav {
    clear: both
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 12px 0px;
    border-bottom: 1px solid #30907c;

    -webkit-transition: all .74s;
    -moz-transition: all .74s;
    -ms-transition: all .74s;
    -o-transition: all .74s;
    transition: all .74s;
    padding-right: 0;
    text-align: center;
}

.slicknav_nav li:first-of-type {
    border-top: 1px solid #30907c;
}

.slicknav_nav li:hover {
    border-bottom: 1px solid #00dfa3;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.155em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    display: block;
    cursor: pointer;
}

.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both
}

/* IE6/7 support */
.slicknav_menu {
    *zoom: 1
}

/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size: 13px;
}

/* Button */
.slicknav_btn {
    margin: 16px 5% 16px 0;
    text-decoration: none;

}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
    color: #fff;

    font-size: 19px;
    font-weight: 200;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}

.slicknav_menu {
    width: 100%;
    background: #185066 !important;
    position: fixed;
    z-index: 9999;
    padding: 0;
    /*-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
box-shadow: 0 0 10px 0 rgba(0,0,0,.25);*/
}

#mobileLogo {
    padding: 10px;
    width: 175px;
    height: auto;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
}

.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}

.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_item {
    padding: 5px 10px;
    margin: 2px 5px;
}

.slicknav_nav a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #fff;
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_item:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #00dfa3;
}

.slicknav_nav a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #00dfa3;
}

.slicknav_nav .slicknav_item, .slicknav_nav a {
    -webkit-transition: all .74s;
    -moz-transition: all .74s;
    -ms-transition: all .74s;
    -o-transition: all .74s;
    transition: all .74s;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

/*-- jShowOff module styles --*/

#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
    position: relative;
    overflow: hidden;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}

.jshowoff {
    width: 80%;
    margin: 0 10%;
}

.jshowoff div {
}

.jshowoff div, .jshowoff img, .jshowoff {
    position: absolute;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.jshowoff div p, .jshowoff div h2 {
}

.jshowoff h2, .jshowoff p {
    font-size: 18px;
    padding: 15px 20px 0px;
    margin: 0;
}

.jshowoff p {
    font-size: 13px;
    line-height: 15px;
}

.eddie {
    float: right;
    padding: 15px 20px 15px 20px;
}

.jshowoff p.jshowoff-slidelinks {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    padding: 300px 0 0 0;
    width: 80px;
}

.jshowoff-slidelinks a, .jshowoff-controls a {
    display: inline-block;
    color: #585858;
    padding: 5px 7px 5px;
    margin: 5px 0 0 5px;
    float: left;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
    font-size: 1px;
    line-height: 14px;
    border-radius: 40px;
    width: 6px;
    height: 10px;
    background-color: #585858;
}

.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
    color: #fff;
}

.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
    color: #fff;
    background-color: #fff;
}

p.jshowoff-controls {
    overflow: auto;
    height: 1%;
    padding: 0 0 5px 5px;
    margin: 0;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.jshowoff-controls a {
    margin: 5px 5px 0 0;
    font-size: 12px;
    line-height: 15px;
    padding: 4px 8px 5px;
}

.jshowoff-pausetext {
    color: #fff;
}

/*-- Re-styled Thumbnail Demo --*/

.thumbFeatures p.jshowoff-slidelinks {
    bottom: 0;
    padding: 5px 0 5px 5px;
    right: 113px;
    height: 32px;
}

.thumbFeatures .jshowoff-slidelinks a {
    display: block;
    width: 60px;
    height: 30px;
    background-color: none;
    background-repeat: no-repeat;
    margin: 0 5px 0 0;
    padding: 0;
    text-indent: -10000em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.thumbFeatures .jshowoff-slidelinks a.jshowoff-active {
    border: 1px solid #fff;
}

.thumbFeatures p.jshowoff-controls {
    background: none;
    height: 38px;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 150;
}

.thumbFeatures .jshowoff-controls a {
    display: block;
    width: 22px;
    height: 38px;
    background: none;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    text-indent: -10000em;
    position: absolute;
}

.thumbFeatures .jshowoff-controls a.jshowoff-play {
    display: none;
}

.jshowoff.thumbFeatures {
    height: 250px;
}

.jshowoff.thumbFeatures div, .jshowoff.thumbFeatures img, .jshowoff.thumbFeatures {
    -webkit-border-radius: 6px;
}

#form-success {
    width: 98%;
    border: 1px solid #66F092;
    background: #DCFFDB;
    color: #000;
    font-size: 18px;
    padding: .85%;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 2%;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
    text-align: center;
}

#boxes h2 {
    font-weight: 700;
    color:#00dfa3;
}

#boxes #dialog {
    width: 650px;
    height: auto;
    background-color: #ffffff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 15pt;
    padding: 30px 30px 60px 30px;
}

@media(max-width:768px){
    #boxes #dialog {
        width: 325px;
        height: auto;
    }
}

#popupfoot {
    font-size: 1.25em;
    position: absolute;
    bottom: 30px;
    width: 250px;
    margin-left: -125px;
    left: 50%;
}

#popupfoot a {
    text-decoration:none;
    color:#666;
}