/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   
   00. General

   ========================================================================== */

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.6rem;
    line-height: 1.625;
    /* Padding top to adjust for the fixed navbar */
    padding-top: 8rem;
}

a {
    color: #1D76BB;
}

@media screen and (min-width: 992px) {
    body {
        padding-top: 10rem;
    }
}

.no-list-style {
    list-style: none;
}

/* ==========================================================================

   00. General > Headings & Fonts

   ========================================================================== */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: inherit;
}

h1, .h1 {
    font-size: 4.8rem;
}

h2, .h2 {
    font-size: 3.2rem;
}

h3, .h3 {
    font-size: 2.4rem;
}

h4, .h4 {
    font-size: 2.0rem;
}

.small {
    font-size: 75%;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic!important;
 }

.text-white {
    color: #fff !important;
}

.text-fundit-green {
    color: #fff !important;
    color: #8CC541 !important;
}

.text-shadow {
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
    .text-md-right {
        text-align: right;
    }
}

@media screen and (min-width: 1025px) {
    h1, .h1 {
        font-size: 6.4rem;
    }

    h2, .h2 {
        font-size: 4.8rem;
    }

    h3, .h3 {
        font-size: 3.2rem;
    }

    h4, .h4 {
        font-size: 2.4rem;
    }
}

/* ==========================================================================

   00. General > Layout & Sections

   ========================================================================== */

.padded-section, footer {
    padding: 4rem 0;
}

.section-lightgrey-bg, .column-lightgrey-bg {
    background: #F2F2F2;
}

.section-lightgrey2-bg {
    background: #E6E7E8;
}

.section-mediumgrey-bg {
    background: #595959;
}

.section-darkgrey-bg {
    background: #333333;
}

.section-blue-bg {
    background: #1D76BB;
}

.section-lightblue-bg {
    background: #28A8E0;
}

.section-art-bg {
    background: #8CC541;
}

.section-design-bg {
    background: #55B949;
}

.section-enterprise-bg {
    background: #29B574;
}

.section-environment-bg {
    background: #00A79C;
}

.section-event-bg {
    background: #28A8E0;
}

.section-filmvideo-bg {
    background: #1D76BB;
}

.section-food-bg {
    background: #2A3B8F;
}

.section-heritage-bg {
    background: #652F8F;
}

.section-mediapub-bg {
    background: #90298D;
}

.section-music-bg {
    background: #E90E8B;
}

.section-performance-bg {
    background: #F15B2A;
}

.section-performance-bg {
    background: #F69321;
}

.column-white-bg {
    background: #fff;
}

/* ==========================================================================

   00. General > Buttons

   ========================================================================== */

button:focus {
    outline: 0;
}

.btn {
    border-radius: 0;
    font-size: 1.4rem;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.btn-default {
    background-color: #8CC541;
    background-image: none;
    color: #000;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default:hover {
    background: #221E1E;
    color: #8CC541;
}

.btn-primary {
    background-color: #652F8F;
    background-image: none;
    -webkit-box-shadow: none;
    border-color: #652F8F;
    box-shadow: none;
    text-shadow: none;
}

.btn-startproject {
    background-color: #652F8F;
    color: #fff;
}

.btn-startproject:focus, .btn-startproject:hover {
    background-color: #1D76BB;
    color: #fff;
}

.btn-tools {
    background: #fff;
    color: #652F8F;
}

.btn-tools:focus, .btn-tools:hover {
    border: 1px solid;
    color: #1D76BB;
}

.btn-fundproject {
    background: #8CC541;
    color: #000;
    line-height: 1.66;
    padding: 1rem 3rem 1rem 9rem;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-fundproject:before {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(../img/wallet.svg);
    background-image: url(../images/wallet.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 2.4rem;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 5rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-fundproject:hover {
    color: #000;
}

.btn-fundproject:hover:before {
    background-color: rgba(0, 0, 0, 0.2);
    width: 7rem;
}

.btn-fundproject:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 1.2rem;
    left: 5rem;
    width: 0;
    height: 0;
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
    border-left: 1.2rem solid rgba(0, 0, 0, 0.1);

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-fundproject:hover:after {
    border-left: 1.2rem solid rgba(0, 0, 0, 0.2);
    left: 7rem;
}

/*private profile page - live project*/
.btn-manageproject {
    background: #652F8F;
    color: #fff;
    line-height: 1.66;
    padding: 1rem 3rem 1rem 9rem;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-manageproject:before {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(../img/ic_speaker_notes.svg);
    background-image: url(../images/ic_speaker_notes.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 2.4rem;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 5rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-manageproject:hover {
    color: #fff;
}

.btn-manageproject:hover:before {
    background-color: rgba(0, 0, 0, 0.2);
    width: 7rem;
}

.btn-manageproject:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 1.2rem;
    left: 5rem;
    width: 0;
    height: 0;
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
    border-left: 1.2rem solid rgba(0, 0, 0, 0.1);

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-manageproject:hover:after {
    border-left: 1.2rem solid rgba(0, 0, 0, 0.2);
    left: 7rem;
}

.btn-finishedproject {
    background: #221E1E;
    color: #fff;
    cursor: auto;
    line-height: 1.66;
    padding: 1rem 5rem 1rem 11rem;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-finishedproject:hover {
    color: #fff;
}

.btn-finishedproject:before {
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url(../img/racing-flag.svg);
    background-image: url(../images/racing-flag.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 2.4rem;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 5rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-finishedproject:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 1.2rem;
    left: 5rem;
    width: 0;
    height: 0;
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
    border-left: 1.2rem solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-cancelled {
    background: #333;
    color: #fff;
    cursor: auto;
    line-height: 1.66;
    padding: 1rem 5rem 1rem 11rem;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-cancelled:hover {
    color: #fff;
}

.btn-cancelled:before {
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url(../img/001-cancel.svg);
    background-image: url(../images/001-cancel.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 2.4rem;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 5rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-cancelled:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 1.2rem;
    left: 5rem;
    width: 0;
    height: 0;
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
    border-left: 1.2rem solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* https://codepen.io/cbracco/pen/qnduh */
.btn-circle {
    position: relative;
    display: block;
    margin: 2rem 0;
    background-color: transparent;
    color: #fff;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.5);
}

.btn-circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    content: "";
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.btn-circle_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-circle_wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.btn-circle_content {
    display: table-cell;
    padding: 1rem;
    vertical-align: middle;
}

.btn-circle_content h3 {
    margin: 0;
}

.btn-transparent {
    border: 1px solid;
    padding: 2rem 4rem;
}

.btn-facebook, .btn-twitter {
    letter-spacing: 1px;
    padding: 2rem 5rem 2rem 10rem;
    position: relative;
}

a.btn-facebook, a.btn-twitter {
    font-weight: 700;
    text-decoration: none;
}

.btn-facebook:before, .btn-twitter:before {
    background-color: rgba(0, 0, 0, .1);
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 2.66667;
    font-size: 2.4rem;
    width: 5rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-facebook:hover:before, .btn-twitter:hover:before {
    background-color: rgba(0, 0, 0, 0.2);
    width: 7rem;
}

.btn-facebook:after, .btn-twitter:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 2rem;
    left: 5rem;
    width: 0;
    height: 0;
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
    border-left: 1.2rem solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-facebook:hover:after, .btn-twitter:hover:after {
    border-left: 1.2rem solid rgba(0, 0, 0, 0.2);
    left: 7rem;
}

.btn-facebook {
    background: #3b5998;
    color: #fff;
}

.btn-facebook:before {
    content: "\f09a";
}

a.btn-facebook:focus, a.btn-facebook:hover {
    background: #2f4779;
    color: #fff;
}

.btn-twitter {
    background: #0084b4;
    color: #fff;
}

.btn-twitter:before {
    content: "\f099";
}

a.btn-twitter:focus, a.btn-twitter:hover {
    background: #006990;
    color: #fff;
}

.btn-lg {
    padding: 13px 35px;
}

.btn-footer {
    border: 1px solid;
    padding: 1rem;
    position: relative;
    width: 100%;
}

.btn-browse:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.btn-search:before {
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.8333;
    width: 6rem;
}

.btn-search:before {
    content: "\f002";
}

.btn-cat-filter {
    background: #797979;
    padding: .7rem 0;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
}

.btn-cat-filter:hover {
    background: #656565;
    text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .btn-cat-filter {
        margin-bottom: 1rem;
        padding: 1.5rem 0;
        width: 100%;
    }

}

.btn-cat-filter.active {
    background: #8cc541;
}

.btn-save {
    color: #fff;
    padding: .8rem 7.25rem;
}

.btn-info, .btn-danger {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.btn-info {
    background: #28a4c9;
}

.btn-danger {
    background: #b92c28;
}

@media screen and (max-width: 374px) {

    .btn-fundproject {
        padding: 1rem 0rem 1rem 6rem;
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 375px) {
    .btn {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .btn-fundproject {
        display: block;
        width: 100%;
    }

    .btn-cat-filter {
        margin: 1rem 0;
        width: 100%;
    }

}

@media screen and (min-width: 992px) {
    .btn-cat-filter {
        padding: 1.5rem 3rem;
    }
}

/* ==========================================================================

   00. General > Forms

   ========================================================================== */

/*.form-control, .input-group, .input-group input {
    height: 4rem;
}*/

.form-control {
    border: 1px solid #797979;
    border-radius: 0;
    color: #221E1E;
    font-size: 1.6rem;
}

/* ==========================================================================

   00. Bootstrap 4 Borrowing

   ========================================================================== */

.d-none {
    display: none;
}

.d-block {
    display: block !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-table {
    display: table;
}

@media screen and (min-width: 768px) {

    .d-sm-block {
        display: block !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }
}

@media screen and (min-width: 992px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }
}

/* Layout */

/* default row style bootstrap 4 */
.row-eq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row-eq .col-xs-4 {
    /*-webkit-box-flex: 0;*/
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.row-eq .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-eq .col-xs-8 {
    /*-webkit-box-flex: 0;*/
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

/* Margins */

.m-auto {
    margin: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mr-4 {
    margin-right: 4rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.ml-0 {
    margin-left: 0rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.ml-3 {
    margin-left: 3rem !important;
}

.ml-4 {
    margin-left: 4rem !important;
}

/* Padding */

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 1rem !important;
}

.p-2 {
    padding: 2rem !important;
}

.p-3 {
    padding: 3rem !important;
}

.p-4 {
    padding: 4rem !important;
}

.p-5 {
    padding: 5rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
padding-right: 0;
padding-left: 0;
}

.px-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

@media screen and (max-width: 767px) {
    .text-xs-center {
        text-align: center;
    }

    .mt-xs-2 {
        margin-top: 2rem !important;
    }

    .mt-xs-4 {
        margin-top: 4rem !important;
    }

    .mb-xs-2 {
        margin-bottom: 2rem !important;
    }

    .p-xs-0 {
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .mb-sm-4 {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 991px) {
    .mt-xs-sm-4 {
        margin-top: 4rem;
    }

    .text-xs-sm-center {
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    .pt-lg-4 {
        padding-top: 4rem !important;
    }

    .ml-md-2 {
        margin-left: 2rem !important;
    }

    .row-eq .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-eq .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .text-md-left {
        text-align: left;
    }

    .d-md-block {
        display: block !important;
    }
}

/* ==========================================================================

   00. Header

   ========================================================================== */

header, .navbar-brand > img, .header-secondary, .browse-projects {
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.navbar {
    border: 0;
    border-bottom: 1px solid #D7D7D7;
    height: 8rem;
    margin-bottom: 0;
}

header.navbar.smaller {
    height: 6rem;
}

.navbar-fixed-top {
    background: #fff;
}

.navbar-brand {
    height: 100%;
    line-height: 0;
    padding: 1.5rem 1.5rem 0;
}

.navbar-brand > img {
    height: 5rem;
}

header.navbar.smaller .navbar-brand > img {
    height: 3rem;
}

header .navbar-nav > li > a, .browse-projects a {
    color: #000;
    font-size: 3rem;
    font-weight: 700;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
    color: #1D76BB;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #1D76BB;
    border: 0;
    color: #fff;
}

.navbar .nav .dropdown-menu {
    border: 0;
    border-top: 5px solid #1D76BB;
    border-radius: 0;
    font-size: 16px;
    padding-top: 2rem;
    padding-bottom: 0;
	z-index: 10000;
}

.navbar .nav .dropdown-menu > li > a {
    color: #1D76BB;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
}

.nav > li > a:not([href]) {
    cursor: pointer;
}

.nav > li.header-social > a > img {
    height: 1.6rem;
}

.header-secondary {
    line-height: .75;
}

.navbar .btn-startproject, .header-search, .browse-projects, .categories-toggle, .categories-toggle .icon-bar {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-search {
    font-size: 2.5rem;
    line-height: 1.6;
}

.header-search span {
    color: #000;
    margin-right: 1rem;
}

.header-search .fa {
    color: #797979;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.header-search a:hover {
    color: #000;
}

header.navbar.smaller .header-search {
    font-size: 1.9rem;
}

.tablet-nav .btn {
    padding: 8px 32.6px;
}

.tablet-nav .header-search {
    line-height: 0;
}

.tablet-nav .header-search a {
    padding: 2.25rem 0;
}

.navbar-toggle {
    padding-top: 1.5rem;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
}

header.smaller .navbar-toggle {
    padding-top: 1rem;
}

.navbar-toggle .icon-bar {
    background: #221E1E;
    height: .5rem;
    width: 4rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller .navbar-toggle .icon-bar {
    height: .4rem;
    width: 3rem;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: .8rem;
}

header.smaller .navbar-toggle .icon-bar + .icon-bar {
    margin-top: .5rem;
}

.navbar-collapse.in {
    background: rgba(255, 255, 255, .9);
}

.categories-toggle {
    background: transparent;
    border: 0;
    padding: .75rem 0;
    line-height: 1.6;
    -webkit-appearance: none;
}

.categories-toggle .icon-bar {
    background-color: #000;
    display: block;
    height: 1rem;
    border-radius: 1px;
}

.categories-toggle:hover, .categories-toggle.active {
    color: #1D76BB;
}

.categories-toggle .icon-bar + .icon-bar {
    margin-top: 1rem;
}

.categories-toggle .icon-bar:nth-child(1) {
    width: 3.2rem;
}

.categories-toggle.active .icon-bar:nth-child(1), .categories-toggle.active .icon-bar:nth-child(3) {
    width: 4.8rem;
}

.categories-toggle .icon-bar:nth-child(2) {
    width: 4.8rem;
}

.categories-toggle .icon-bar:nth-child(3) {
    width: 4rem;
}

.navbar .categories-toggle .icon-bar:nth-child(1) {
    background: #8CC541;
}

.navbar .categories-toggle .icon-bar:nth-child(2) {
    background: #1D76BB;
}

.navbar .categories-toggle .icon-bar:nth-child(3) {
    background: #F69321;
}

@media screen and (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-nav {
        margin: 2rem 0;
    }

    .navbar-nav li {
        margin-bottom: 2rem;
    }

    .navbar-nav, .navbar-nav > li {
        float: none;
    }

    .navbar-nav li:nth-child(3), .navbar .nav .dropdown-menu > li:last-child {
        margin-bottom: 0;
    }

    .nav-overlay {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: rgb(255, 255, 255);
        background: rgba(255, 255, 255, .9);
        overflow-y: hidden;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .nav-overlay .closebtn {
        background: #fff;
        color: #652F8F;
        padding: 0 1rem;
        position: absolute;
        top: 1.75rem;
        z-index: 1;
        right: 17.5px;
        font-size: 75px;
        line-height: 4rem;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    header.smaller .nav-overlay .closebtn {
        font-size: 60px;
        line-height: 2rem;
        padding: 1rem;
        top: .75rem;
    }

    .nav-overlay .closebtn:hover {
        color: #1D76BB;
        text-decoration: none;
    }

    .header-secondary, .header-project, .header-search {
        float: none !important;
    }

    .nav-overlay .btn-startproject, .header-search a, .browse-projects button {
        display: block;
        padding: 1.8rem 0;
        font-size: 3rem;
        width: 100%;
    }

    .header-search {
        text-align: center;
    }

    .header-search a, .browse-projects, .browse-projects p {
        margin-left: 0 !important;
    }

    .browse-projects {
        display: block !important;
    }

    .browse-projects p {
        color: #652F8F;
        line-height: 5rem;
    }
}

@media screen and (min-height: 480px) and (max-width: 320px) {
    .navbar-nav {
        padding-top: 4rem;
    }
}

@media screen and (min-height: 568px) and (max-width: 320px) {
    .navbar-nav {
        padding-top: 6rem;
    }
}

@media screen and (min-height: 667px) and (max-width: 375px) {
    .navbar-nav {
        padding-top: 8rem;
    }

    .nav-overlay .btn-startproject, .header-search a, .browse-projects button {
        padding: 1.8rem 0;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 39.5px;
        padding-bottom: 39.5px;
    }

    header.navbar.smaller .navbar-nav > li > a {
        padding-top: 19.5px;
        padding-bottom: 19.5px;
    }

    .navbar-toggle {
        display: initial;
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .navbar {
        height: 10rem;
    }

    header.navbar.smaller .navbar-brand {
        padding: .5rem 1.5rem 0;
    }

    .navbar-toggle {
        display: none;
        margin-top: 2.5rem;
    }

    header .navbar-nav > li > a, .browse-projects a {
        font-size: 1.6rem;
    }

    .nav > li > a {
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -ms-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s;
    }

    .navbar .btn-startproject {
        line-height: 3.8rem;
        padding: 0 3.666667rem;
    }

    header.navbar.smaller .btn-startproject {
        line-height: 2.8rem;
        padding: 0 3rem;
    }

    .nav-overlay .closebtn {
        display: none;
    }

    .header-project, .header-search, .browse-projects {
        padding: 3rem 0;
    }

    header.navbar.smaller .header-project, header.navbar.smaller .header-search, header.navbar.smaller .browse-projects {
        padding: 1.5rem 0;
    }

    .browse-projects {
        border-left: 1px solid #D7D7D7;
    }

    .categories-toggle .icon-bar {
        height: .5rem;
    }

    header.navbar.smaller .categories-toggle {
        padding: .25rem 0;
    }

    header.navbar.smaller .categories-toggle .icon-bar {
        height: .4rem;
    }

    .categories-toggle:hover, .categories-toggle.active {
        color: #1D76BB;
    }

    .categories-toggle .icon-bar + .icon-bar {
        margin-top: .5rem;
    }

    .categories-toggle .icon-bar:nth-child(1) {
        width: 1.6rem;
    }

    .categories-toggle:hover .icon-bar:nth-child(1), .categories-toggle:hover .icon-bar:nth-child(3),
    .categories-toggle.active .icon-bar:nth-child(1), .categories-toggle.active .icon-bar:nth-child(3) {
        width: 2.4rem;
    }

    .categories-toggle .icon-bar:nth-child(2) {
        width: 2.4rem;
    }

    .categories-toggle .icon-bar:nth-child(3) {
        width: 2rem;
    }

    .categories-toggle {
        position: relative;
    }

    .categories-toggle:before, .categories-toggle:after {
        content: " ";
        top: 7rem;
        margin-top: -1.5px;
        left: 11rem;
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        z-index: 99999;
        -webkit-transition: all 0.15s;
        -moz-transition: all 0.15s;
        -ms-transition: all 0.15s;
        -o-transition: all 0.15s;
        transition: all 0.15s;
    }

    .categories-toggle:after {
        border-width: 0;
        margin-left: 0;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #fff;
    }

    .categories-toggle:before {
        border-width: 0;
        margin-left: 0;
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #D7D7D7;
    }

    .categories-toggle.active:after {
        border-width: 30px;
        margin-left: -30px;
    }

    .categories-toggle.active:before {
        border-width: 31px;
        margin-left: -31px;
    }

    header.navbar.smaller .categories-toggle:before, header.navbar.smaller .categories-toggle:after {
        top: 4.5rem;
    }
}

@media screen and (min-width: 1025px) {
    .navbar {
        padding: 0 3rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand {
        margin-top: 1.5rem;
    }

    .navbar-brand > img {
        height: 4rem;
    }

    header.navbar.smaller .navbar-brand > img {
        height: 2.75rem;
    }

    header .navbar-nav > li > a, .browse-projects p {
        font-size: 1.4rem;
    }

    .nav > li.header-social > a > img {
        height: 1.4rem;
    }

    .header-search {
        font-size: 2rem;
    }

    .navbar .btn-startproject {
        padding: 0 1.8rem;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-brand {
        margin-top: 1rem;
    }

    .navbar-brand > img {
        height: 5rem;
    }

    header.navbar.smaller .navbar-brand > img {
        height: 3rem;
    }
}

/* ==========================================================================

   00. Browse Categories Overlay in header

   ========================================================================== */

/* //////// - need to fix up this code */
.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    overflow-y: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.overlay .closebtn {
    background: #652F8F;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 1.5rem;
    right: 2.5rem;
    font-size: 60px;
    line-height: 0.66;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    z-index: 9999;
}

.overlay .closebtn:hover {
    background: #1D76BB;
    text-decoration: none;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.header-category-filter {
    overflow: hidden;
}

@media screen and (max-width: 320px) {
    .overlay .btn-circle_content h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    .overlay {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    /*.overlay .closebtn {
      position: fixed;
    }*/
    .overlay .padded-section {
        padding-top: 8rem;
    }

    .overlay .btn-circle {
        margin: .75rem 0;
    }

    .overlay .btn-circle:after {
        border-radius: 0;
        padding-bottom: 25.4%;
    }

    .overlay h3 {
        color: #652F8F;
        position: absolute;
        top: 1rem;
        left: 1.5rem;
    }

    .overlay .btn-circle_content h4 {
        margin: 0;
    }
}

@media screen and (min-width: 321px) and (max-width: 767px) {
    .overlay .btn-circle_content h4 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 992px) {
    .overlay {
        background: rgba(255, 255, 255, .9);
        top: 10rem;
    }

    .header-category-filter li {
        display: inline-block;
        float: left;
    }

    .header-category-filter li + li {
        margin-left: 1rem;
    }

    header.navbar.smaller .overlay {
        top: 6rem;
    }
}

/* ==========================================================================

   00. Content

   ========================================================================== */
.content {
    overflow: hidden;
}

.content p {
    text-overflow: ellipsis;
}

.content a {
    font-weight: 600;
    text-decoration: underline;
}

.content a.btn {
    text-decoration: none;
}

.content-scroll {
    height: 100%;
    overflow-y: auto;
}

.divider, .separator-x {
    border-bottom: 1px solid #F2F2F2;
}

@media screen and (min-width: 768px) {

    .separator-y-sm {
        border-left: 1px solid #979797;
        margin-left: -1.5rem;
        padding-left: 30px;
    }

}

/* ==========================================================================

   00. Search Overlay

   ========================================================================== */

/* http://bootsnipp.com/snippets/featured/full-screen-search */

#Search-Overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, 1);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#Search-Overlay.open {
    height: 100%;
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 9999;
}

#Search-Overlay input[type="search"] {
    width: 100%;
    color: rgb(0, 0, 0);
    background: rgba(255, 255, 255, 0.1);
    font-size: 3.2rem;
    font-weight: 300;
    border: 0px;
    margin: 0px auto;
    outline: none;
}

#Search-Overlay .btn {
    top: 3rem;
}

#Search-Overlay .close {
    top: 2rem;
}

.search-radios .radio + .radio {
    margin-left: 1rem;
}

#Search-Overlay .btn-primary {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 0.6rem 1.65rem;
}

#Search-Overlay .close {
    position: fixed;
    right: 1.75rem;
    color: #fff;
    background-color: #652F8F;
    border-color: #333;
    opacity: 1;
    padding: .8rem 1.6rem;
    font-size: 2.4rem;
    z-index: 9999;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

#Search-Overlay .close:hover {
    background-color: #1D76BB;
}

@media screen and (max-width: 991px) {
    #Search-Overlay.open {
        padding-top: 10rem;
    }

    #Search-Overlay form {
        padding: 0 1.5rem;
    }

    #Search-Overlay .btn-primary {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    #Search-Overlay {
        top: 10rem;
    }

    header.navbar.smaller #Search-Overlay {
        top: 6rem;
    }

    #Search-Overlay.open {
        height: 10rem;
    }

    #Search-Overlay .btn, #Search-Overlay .close {
        top: 3rem;
    }

    #Search-Overlay .close {
        right: 4.5rem;
    }

    #Search-Overlay input[type="search"] {
        position: absolute;
        top: 2.25rem;
        padding-left: 30px;
        padding-right: 30px;
    }

    .search-radios {
        display: inline-block;
        position: absolute;
        top: 2.75rem;
        right: 23.35rem;
    }

    #Search-Overlay .btn {
        position: absolute;
        right: 10rem;
    }
}

/* ==========================================================================

   01. HomePage

   ========================================================================== */

.hero-section {
    background-position: 50% 50%;
    background-size: cover;
    display: table;
    height: 45rem;
    position: relative;
    z-index: 0;
    width: 100%;
}

.hero-section:before {
    background-color: rgba(51, 51, 51, .4);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.hero-section a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.hero-section .button-group {
    margin-top: 4rem;
}

.hero-section .btn + .btn {
    margin-top: 4rem;
}

.hero-section .btn-startproject, .hero-section .btn-tools {
    width: 100%;
}

.hero-section .copyright-text {
    position: relative;
    bottom: 0;
 }

.hero-cell {
    display: table-cell;
    vertical-align: middle;
	position:relative;
}

.hero-cell h1, .hero-cell .h1 {
    color: #fff;
    line-height: 1.333;
    margin: 0;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .25);
}

.hero-cell a {
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .hero-cell h1, .hero-cell .h1 {
        font-size: 4.8rem;
    }

    .hero-section .btn-startproject, .hero-section .btn-tools {
        font-size: 3.2rem;
        width: auto;
    }

    .hero-section .button-group {
        margin-top: 8rem;
    }

    .hero-section .btn + .btn {
        margin-top: 0;
    }
    .hero-section .copyright-text {
        position: absolute;  bottom: 1rem; z-index: 10000; right: 1rem;
     }
}

/* HomePage > Intro Section */

.intro-logos {
    overflow: hidden;
    padding-left: 0;
}

.intro-logos li {
    float: left;
}

.intro-logos li {
    display: inline-block;
}

.intro-logos li p {
    font-style: italic;
}

.intro-logos li img {
    height: 7rem;
    width: auto;
}
.intro-logos li:last-child img {
    height: auto;
 }

@media screen and (max-width: 767px) {
    .intro-logos li {
        width: 50%;
		margin:0!important;
    }

    .intro-logos li:last-child {
        float: none;
        margin: 2rem auto 0;
    }

    .intro-logos li img {
        height: 4.5rem;
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .intro-logos li + li {
        margin-left: 6rem;
    }
}

@media screen and (min-width: 992px) {
    .intro-logos li img {
        float: left;
    }

    .intro-logos li + li {
        margin-left: 8rem;
    }
}

/* HomePage > Browse by Category Section */

.circle-art.btn-circle:after {
    background-color: #8CC541;
}

.circle-art.btn-circle:hover::after {
    background-color: #709d34;
}

.circle-design.btn-circle:after {
    background-color: #55B949;
}

.circle-design.btn-circle:hover::after {
    background-color: #44943a;
}

.circle-enterprise.btn-circle:after {
    background-color: #29B574;
}

.circle-enterprise.btn-circle:hover::after {
    background-color: #20905c;
}

.circle-environment.btn-circle:after {
    background-color: #00A79C;
}

.circle-environment.btn-circle:hover::after {
    background-color: #00857c;
}

.circle-event.btn-circle:after {
    background-color: #28A8E0;
}

.circle-event.btn-circle:hover::after {
    background-color: #2086b3;
}

.circle-filmvideo.btn-circle:after {
    background-color: #1D76BB;
}

.circle-filmvideo.btn-circle:hover::after {
    background-color: #175e95;
}

.circle-food.btn-circle:after {
    background-color: #2A3B8F;
}

.circle-food.btn-circle:hover::after {
    background-color: #212f72;
}

.circle-heritage.btn-circle:after {
    background-color: #652F8F;
}

.circle-heritage.btn-circle:hover::after {
    background-color: #502572;
}

.circle-mediapub.btn-circle:after {
    background-color: #90298D;
}

.circle-mediapub.btn-circle:hover::after {
    background-color: #732070;
}

.circle-music.btn-circle:after {
    background-color: #E90E8B;
}

.circle-music.btn-circle:hover::after {
    background-color: #ba0b6f;
}

.circle-performance.btn-circle:after {
    background-color: #F15B2A;
}

.circle-performance.btn-circle:hover::after {
    background-color: #c04821;
}

.circle-tech.btn-circle:after {
    background-color: #F69321;
}

.circle-tech.btn-circle:hover::after {
    background-color: #c4751a;
}

/* HomePage > Recent Success Section */

.recent-success {
    height: 72rem;
    position: relative;
}

.recent-success-bg {
    background-position: 50% 50%;
    background-size: cover;
    height: 72rem;
    left: 50%;
    position: absolute;
    width: 50%;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .recent-success .hero-cell {
        padding-top: 4rem;
    }
}

@media screen and (min-width: 992px) {
    .recent-success .hero-cell {
        display: table-cell;
        vertical-align: middle;
    }
}

/* ==========================================================================

   02. Projects

   ========================================================================== */

.project-link {
    background: #221E1E;
    overflow: hidden;
}

.project-img {
    background-position: 50%;
    background-size: cover;
    height: 32rem;
    transform: scale(1, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.project-link:hover .project-img {
    opacity: .9;
    transform: scale(1.025, 1.025);
}

.project-wrap {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    margin: -7rem 2rem 0;
    position: relative;
}

.project-wrap a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.project-wrap a:hover {
    text-decoration: none;
}

.new-flag {
    padding: .75rem 2rem;
    position: absolute;
    top: -4.6rem;
    right: 1.5rem;
}

.project-header {
    position: relative;
    z-index: 10;
}

.project-buttons {
    overflow: hidden;
    width: 100%;
}

.project-wrap-art {
    border-top: 5px solid #8CC541;
}

.project-wrap-art .new-flag {
    background: #8CC541;
}

.project-wrap-design {
    border-top: 5px solid #55B949;
}

.project-wrap-design .new-flag {
    background: #55B949;
}

.project-wrap-enterprise {
    border-top: 5px solid #29B574;
}

.project-wrap-enterprise .new-flag {
    background: #29B574;
}

.project-wrap-environment {
    border-top: 5px solid #00A79C;
}

.project-wrap-environment .new-flag {
    background: #00A79C;
}

.project-wrap-event {
    border-top: 5px solid #28A8E0;
}

.project-wrap-event .new-flag {
    background: #28A8E0;
}

.project-wrap-filmvideo {
    border-top: 5px solid #1D76BB;
}

.project-wrap-filmvideo .new-flag {
    background: #1D76BB;
}

.project-wrap-food {
    border-top: 5px solid #2A3B8F;
}

.project-wrap-food .new-flag {
    background: #2A3B8F;
}

.project-wrap-heritage {
    border-top: 5px solid #652F8F;
}

.project-wrap-heritage .new-flag {
    background: #652F8F;
}

.project-wrap-mediapub {
    border-top: 5px solid #90298D;
}

.project-wrap-mediapub .new-flag {
    background: #90298D;
}

.project-wrap-music {
    border-top: 5px solid #E90E8B;
}

.project-wrap-music .new-flag {
    background: #E90E8B;
}

.project-wrap-performance {
    border-top: 5px solid #F15B2A;
}

.project-wrap-performance .new-flag {
    background: #F15B2A;
}

.project-wrap-tech {
    border-top: 5px solid #F69321;
}

.project-wrap-tech .new-flag {
    background: #F69321;
}

.project-header ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.project-header ul li {
    float: left;
}

.project-header ul li + li {
    margin-left: 1rem;
}

.cat-art {
    color: #8CC541;
}

.cat-design {
    color: #55B949;
}

.cat-enterprise {
    color: #29B574;
}

.cat-environment {
    color: #00A79C;
}

.cat-event {
    color: #28A8E0;
}

.cat-filmvideo {
    color: #1D76BB;
}

.cat-food {
    color: #2A3B8F;
}

.cat-heritage {
    color: #652F8F;
}

.cat-mediapub {
    color: #90298D;
}

.cat-music {
    color: #E90E8B;
}

.cat-performance {
    color: #F15B2A;
}

.cat-tech {
    color: #F69321;
}

.project-location img {
    height: 1.6rem;
    margin-top: -.4rem;
    margin-right: 0.75rem;
}

.project-content h3 {
    margin: 0;
}

.project-snippet {
    height: 8.25rem;
    overflow: hidden;
}

.project-barometer {
    color: #000;
    padding-top: 6rem;
    position: relative;
}

.project-wrap .project-barometer {
    margin: 0 2rem;
}

.project-finished .project-barometer, .project-finished .project-buttons {
    background: #8CC541;
}

.project-finished .project-barometer, .project-cancelled .project-barometer {
    margin: 0;
}

.project-finished .project-barometer {
    color: #221E1E;
}

/*.project-cancelled .project-barometer {
    color: #fff;
}*/

.project-cancelled .project-barometer, .project-cancelled .project-buttons {
    background: #D7D7D7;
}

.barometer-wrap {
    margin-left: -.25rem;
    position: absolute;
    top: 0;
}

.project-cancelled .barometer-wrap {
    margin-left: 0;
}

.project-finished .barometer-wrap {
    margin-left: -2.25rem;
}

.barometer-indicator {
    background: #8CC541;
    height: 3.6rem;
    margin-left: -5rem; /* minus half the width of the indicator minus the padding */
    position: relative;
    width: 10rem;
}

.project-finished .barometer-indicator {
    background: #221E1E;
    color: #fff;
}

.project-cancelled .barometer-indicator {
    background: #000;
    color: #fff;
}

.barometer-indicator:after, .barometer-indicator:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.barometer-indicator:after {
    border-top-color: #8CC541;
    border-width: 15px;
    margin-left: -15px;
}

.project-finished .barometer-indicator:after {
    border-top-color: #221E1E;
}

.project-cancelled .barometer-indicator:after {
    border-top-color: #000;
}

.barometer-indicator:before {
    border-top-color: #8CC541;
    border-width: 15px;
    margin-left: -15px;
}

.project-finished .barometer-indicator:before {
    border-top-color: #333;
}

.project-cancelled .barometer-indicator:before {
    border-top-color: #000;
}

.barometer-indicator p {
    line-height: 3.6rem;
}

.project-finished .project-barometer p:nth-child(3) {
    margin: 0 1rem 0 2rem;
}

.project-finished .project-barometer p:nth-child(4) {
    margin: 0 2rem 0 1rem;
}

.barometer-strip, .barometer-overlay {
    height: 1.6rem;
}

.barometer-strip {
    background: #333;
}

.project-finished .barometer-strip, .project-cancelled .barometer-strip {
    margin: 0 2rem;
}

.barometer-overlay {
    border-right: .5rem solid #fff;
    /*outline: .05rem solid;*/
}

.project-wrap-performance .barometer-overlay {
    /*outline-color: #F15B2A;*/
}

.read-more {
    color: #000;
    display: inline-block;
    font-size: 2rem;
    position: relative;
}

.read-more:hover {
    text-decoration: none;
}

.read-more:after {
    background-color: #000;
    content: '';
    height: .2rem;
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
}

.project-buttons .read-more {
    padding-top: .75rem;
}

.project-buttons .read-more:after {
    top: 4.5rem;
}

.project-wrap-art .barometer-overlay, .project-wrap-art .read-more:after, .project-hero-art .barometer-overlay,
.panel.project-wrap-art .btn-save {
    background-color: #8CC541;
}

.project-wrap-design .barometer-overlay, .project-wrap-design .read-more:after, .project-hero-design .barometer-overlay, .panel.project-wrap-design .btn-save {
    background-color: #55B949;
}

.project-wrap-enterprise .barometer-overlay, .project-wrap-enterprise .read-more:after, .project-hero-enterprise .barometer-overlay, .panel.project-wrap-enterprise .btn-save {
    background-color: #29B574;
}

.project-wrap-environment .barometer-overlay, .project-wrap-environment .read-more:after, .project-hero-environment .barometer-overlay, .panel.project-wrap-environment .btn-save {
    background-color: #00A79C;
}

.project-wrap-event .barometer-overlay, .project-wrap-event .read-more:after, .project-hero-event .barometer-overlay, .panel.project-wrap-event .btn-save {
    background-color: #28A8E0;
}

.project-wrap-filmvideo .barometer-overlay, .project-wrap-filmvideo .read-more:after, .project-hero-filmvideo .barometer-overlay {
    background-color: #1D76BB;
}

.project-wrap-food .barometer-overlay, .project-wrap-food .read-more:after, .project-hero-food .barometer-overlay {
    background-color: #2A3B8F;
}

.project-wrap-heritage .barometer-overlay, .project-wrap-heritage .read-more:after, .project-hero-heritage .barometer-overlay {
    background-color: #652F8F;
}

.project-wrap-mediapub .barometer-overlay, .project-wrap-mediapub .read-more:after, .project-hero-mediapub .barometer-overlay {
    background-color: #90298D;
}

.project-wrap-music .barometer-overlay, .project-wrap-music .read-more:after, .project-hero-music .barometer-overlay {
    background-color: #E90E8B;
}

.project-wrap-performance .barometer-overlay, .project-wrap-performance .read-more:after, .project-hero-performance .barometer-overlay {
    background-color: #F15B2A;
}

.project-wrap-tech .barometer-overlay, .project-wrap-tech .read-more:after, .project-hero-tech .barometer-overlay {
    background-color: #F69321;
}

.project-finished .barometer-overlay, .project-finished .read-more:after {
    background-color: #221E1E;
}

.project-cancelled .barometer-overlay, .project-cancelled .read-more:after {
    background-color: #000;
}

@media screen and (max-width: 991px) {
    .read-more {
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .project-content {
        min-height: 21rem;
    }
}

@media screen and (min-width: 992px) {
    .project-content {
        min-height: 23rem;
    }

    .project-finished .project-barometer p:nth-child(3), .project-finished .project-barometer p:nth-child(4),
    .project-cancelled .project-barometer p:nth-child(3), .project-cancelled .project-barometer p:nth-child(4) {
        margin: 0 2rem;
    }
}

@media screen and (min-width: 1200px) {
    .project-img img {
        margin-top: -27.75rem;
        margin-left: -27.75rem;
    }
}

/* ==========================================================================

   02. Project Pages

   ========================================================================== */

.page-hero-image {
    background-color: #fff;
    background-position: 50% 0;
    background-size: cover;
    height: 20rem;
    width: 100%;
}

.project-page-header {
    position: relative;
    z-index: 10;
}

.project-page-header ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.project-page-header ul li {
    float: left;
}

.project-page-header ul li + li {
    margin-left: 1rem;
}

.project-reward-cell input[type="radio"] {
    display: none;
}

.project-reward-cell input[type="radio"]:empty ~ label {
    background: #fff;
    width: 100%;
    cursor: pointer;
    padding: 1.5rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.project-reward-cell input[type="radio"]:checked ~ label {
    background: #8CC541;
    border-top: 5px solid #000;
    color: #000;
}

.project-activity-cell {
    background: #fff;
    border-left: 5px solid #8CC541;
    padding: 1.5rem;
}

.project-activity-cell h3 {
    margin-top: 0;
}

.funder-name {
    height: 100%;
}

@media screen and (max-width: 767px) {
    .page-hero-section .project-barometer {
        margin-top: -2rem !important;
    }
}

@media screen and (min-width: 992px) {
    .page-hero-section {
        height: 45rem;
    }

    .page-hero-image {
        height: 45rem;
    }
}

/* ==========================================================================

   04.Project Archive Pages

   ========================================================================== */

.project-archive-hero-section {
    color: #fff;
    display: table;
    height: 22.5rem;
    width: 100%;
}

.project-archive-hero-section h3, .project-archive-hero-section .h3 {
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.5);
}

.project-archive-hero-section h3 {
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 2rem;
}

.county-archive {
    background: #8CC541;
}

.art-archive {
    background: #8CC541;
}

.design-archive {
    background: #55B949;
}

.enterprise-archive {
    background: #29B574;
}

.environment-archive {
    background: #00A79C;
}

.event-archive {
    background: #28A8E0;
}

.filmvideo-archive {
    background: #1D76BB;
}

.food-archive {
    background: #2A3B8F;
}

.heritage-archive {
    background: #652F8F;
}

.mediapub-archive {
    background: #90298D;
}

.music-archive {
    background: #E90E8B;
}

.performance-archive {
    background: #F15B2A;
}

.tech-archive {
    background: #F69321;
}

.search {
    background: #797979;
}

.filter-archive {
    background: #221E1E;
}

.filter-archive btn-transparent {
    background: #8CC541;
}

.paging strong {
    background: #8CC541;
    padding: 0 1rem;
}

.paging a {
    background: #F2F2F2;
    padding: 0 1rem;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

/* ==========================================================================

   03. Project Funding Pages

   ========================================================================== */

.funding-hero-section {
    position: relative;
}

.funding-hero-image {
    background-size: cover;
    height: 9rem;
}

.btn-reward input[type="radio"] {
    display: none;
}

.btn-reward input[type="radio"]:empty ~ label {
    background: #F2F2F2;
    cursor: pointer;
    padding: 1.5rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.btn-reward input[type="radio"]:checked ~ label {
    background: #8CC541;
    border-top: 5px solid #000;
    color: #000;
}

.form-fund-amount {
    position: relative;
}

.form-fund-amount:before {
    color: #8CC541;
    font-family: 'FontAwesome';
    font-size: 3.2rem;
    line-height: 4.5rem;
    position: absolute;
    top: 0;
    left: 1rem;
}

.form-fund-amount.euro-price:before {
    content: "\f153";
}

.form-fund-amount.pound-price:before {
    content: "\f154";
}

.form-fund-amount .form-control {
    padding-left: 4.33rem;
}

@media screen and (max-width: 767px) {
    .funding-hero-image-xs {
        position: absolute;
        bottom: 4rem;
    }
}

@media screen and (min-width: 992px) {
    .funding-hero-section {
        height: 35rem;
    }

    .funding-hero-image {
        background-size: cover;
        height: 27rem;
    }
}

/* ==========================================================================

   05. Project Submission Pages

   ========================================================================== */

.terms-hero-section {
    color: #fff;
    height: 60rem;
}

.terms-hero-section h1, .terms-hero-section h3, .page-hero-section.section-darkgrey-bg h1 {
    color: #BAD74C;
}

.content-terms {
    height: 50rem;
}

/* vertical - horizontal styles begin */

.panel h2 a {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-right: 5rem;
    position: relative;
}

.panel h2 a.collapsed {
    font-size: 2.4rem;
}

.panel h2 a:before, .panel h2 a:after {
    background-color: #1D76BB;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.panel h2 a:hover:before, .panel h2 a:hover:after {
    background-color: #23527c;
}

/* vertical > horizontal */

.panel h2 a:before {
    opacity: 0;
    width: .5rem;
    height: 3rem;
    margin-top: -1.5rem;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel h2 a.collapsed:before {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 1.5rem;
    width: .25rem;
    top: 75%;
}

/* horizontal > vertical and hidden */

.panel h2 a:after {
    width: 3rem;
    height: .5rem;
    right: -1.25rem;
}

.panel h2 a.collapsed:after {
    width: 1.5rem;
    height: .25rem;
    right: -0.625rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* end vertical to horizontal */

.dark-grey-hr {
    border: 1px solid #797979;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group .checkbox {
    display: inline-block;
}

.panel-group a.closebtn {
    color: #fff;
    background: #9E1921;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    text-align: center;
    line-height: 2.5rem;
    margin-left: 1.5rem;
}

.panel-group a.closebtn:hover {
    text-decoration: none;
}

.panel, .input-group .btn-default a {
    color: #221E1E;
}

.input-group-addon {
    background-color: #D8D8D8;
    border-radius: 0;
}

.input-group .btn-default {
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.input-group-addon.btn-default {
    background: #8CC541;
}

.input-group-addon.btn-default:hover {
    background: #221E1E;
}

.input-group .btn-default:hover a {
    color: #8CC541;
    text-decoration: none;
}

/*.panel input[type=text] {
    height: 4rem;
}*/
.panel input[type=file] {
    background: white;
    border: 1px solid;
    border-radius: .25rem;
    padding: 1rem;
}

#private-profile-image input[type=file] {
    background: white;
    border: 1px solid;
    border-radius: .25rem;
    padding: 1rem;
}

.panel label {
    font-weight: 400;
}

.panel fieldset {
    padding: 0 .1rem;
}

.currency-highlight {
    background: #000;
    color: #fff;
}

/* ==========================================================================

   06. Login Pages

   ========================================================================== */

.column-white-bg hr {
    border: 1px solid #eee;
}

/* ==========================================================================

   09. Profile Page General

   ========================================================================== */

.alert {
    border-radius: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.success-message-wrap {
    border-left: 5px solid #b2dba1;
}

.warning-message-wrap {
    border-left: 5px solid #f0ad4e;
}

.danger-message-wrap {
    border-left: 5px solid #b92c28;
}

.warning-message-wrap .message-cell + .message-cell {
    margin-top: 2rem;
}

/* ==========================================================================

   09. Profile Page General

   ========================================================================== */

.page-hero-cell-wrap {
    height: 45rem;
}

@media screen and (min-width: 992px) {
    .user-profile {
        line-height: 3.5rem;
    }
}

/* ==========================================================================

   10. Default Pages

   ========================================================================== */

.default-page-hero {
    height: 10rem;
}

/* ==========================================================================

   10. Blog Posts

   ========================================================================== */

.blog-content {
    font-size: 1.8rem;
}

.blog-content h4 {
    margin: 2rem 0;
}

.blog-content img {
    width: 100%;
}

.wp-caption {
    margin: 2rem 0;
}

.wp-caption p {
    font-style: italic;
}

.meta {
    color: #797979;
}

.sidebar header {
    border-bottom: 5px solid #8CC541;
}

.sidebar ul {
    list-style-type: none;
}

.sidebar a {
    color: #333;
}

/* ==========================================================================

   12. Blog Archive

   ========================================================================== */

.blog-hero .divider {
    border-bottom: 1px solid #797979;
    padding-top: 4rem;
}

/* ==========================================================================

   13. FAQ Pages

   ========================================================================== */

.faq-wrap {
    background: #fff;
}

.faq-wrap h4 {
    cursor: pointer;
}

/* ==========================================================================

   00. Footer

   ========================================================================== */

.footer {
    background: #F2F2F2;
    border-top: 5px solid #D7D7D7;
}

.footer a {
    color: #000;
}

.footer ul {
    list-style-type: none;
    padding-left: 0;
}

.footer ul li a {
    line-height: 4rem;
}

.footer-sponsor p, .footer-social p {
    font-style: italic;
}

.footer-social li .fa {
    font-size: 2rem;
}

.footer-social li + li {
    margin-left: 2rem;
}

.footer ul.footer-social li a {
    line-height: 1
}

.btn-browse .icon-bar {
    background-color: #000;
    display: block;
    height: .5rem;
    border-radius: 1px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.btn-browse .icon-bar + .icon-bar {
    margin-top: .5rem;
}

.btn-browse .icon-bar:nth-child(1) {
    width: 1.6rem;
}

.btn-browse:hover .icon-bar:nth-child(1), .btn-browse:hover .icon-bar:nth-child(3) {
    width: 2.4rem;
}

.btn-browse .icon-bar:nth-child(2) {
    width: 2.4rem;
}

.btn-browse .icon-bar:nth-child(3) {
    width: 2rem;
}

/** Cansu's code - Parsley js : form validation */

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #8cc541;
    border: 2px solid #8cc541;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #b92c28;
    border: 2px solid #b92c28;
}

.parsley-errors-list, .parsley-errors-list.filled {
    display: inline-block;
}

li.parsley-required, li.parsley-minlength, li.parsley-custom-error-message, li.parsley-maxlength, li.parsley-type, li.parsley-equalto, li.parsley-min, li.parsley-maxwords {
    color: #B94A48;
    font-weight: 700;
}

.parsley-errors-list {
    margin: 1rem 2px 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.2rem;
    line-height: 1.2rem;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/** end - Parsley js : form validation */

ul#urls li, ul#edit-urls li {
    margin-bottom: 5px;
    border-bottom: 1px dotted #D6D7D8;
    padding-bottom: 5px;
    height: auto;
}

ul#urls li:last-child {
    border-bottom: 0;
}

ul#urls li a {
    word-wrap: break-word;
}

[v-cloak] {
    display: none;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 300px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
}

.modal-default-button {
    float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.multiselect {
    border: 1px solid #797979 !important;
    border-radius: 0 !important;
    color: #221E1E !important;
    font-size: 1.6rem !important;
}

/* smaller, dark, rounded square */
.flickity-prev-next-button {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #333;
}

.flickity-prev-next-button:hover {
    background: #8CC541;
}

/* arrow color */
.flickity-prev-next-button .arrow {
    fill: white;
}

.flickity-prev-next-button.no-svg {
    color: white;
}

@media screen and (min-width: 992px) {
    /* position outside */
    .flickity-prev-next-button.previous {
        left: -20px;
    }

    .flickity-prev-next-button.next {
        right: -20px;
    }
}

#rewards-length {
    border-color: transparent;
    background: #F2F2F2;
    color: #F2F2F2;
    display: inline-block;
    outline-color: transparent;
}

#rewards-length input.parsley-error {
    color: #b92c28;
    border: 2px solid #b92c28;
}

#private-profile-links a {
    display: block;
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fb_iframe_widget {
    display: inline-flex !important; /* changed line */
    position: relative;
}

.sponsor-image p {
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.5);
}

.sponsor-image img {
    max-height: 8.1rem;
}

@media (max-width: 767px) {
    .sponsor-image {
        margin-top: 15px;
    }
    .sponsor-image img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .sponsor-image img {
        margin-left: auto;
    }
    .sponsor-image p {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .sponsor-image p {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .sponsor-image img {
        max-height: 9.4rem;
    }
}