html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family: Helvetica, Arial, sans-serif;
}

body {
    width: 100%;
    line-height:1;
    font-family: Helvetica, Arial, sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    font-family: Helvetica, Arial, sans-serif;
}

li{list-style:none}
blockquote, q {
    quotes:none;
    font-family: Helvetica, Arial, sans-serif;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
    font-family: Helvetica, Arial, sans-serif;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: Helvetica, Arial, sans-serif;
}
a:hover, a:focus{
    outline: none;
    text-decoration: none !important;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    font-family: Helvetica, Arial, sans-serif;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
    border-color: inherit;
    box-shadow: 0 0 3px 0 #404040;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}
h3 {
    font-size: 24.5px;
}
p{
    line-height: 22px;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/MontserratRegular.eot');
    src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
        url('../fonts/MontserratRegular.woff2') format('woff2'),
        url('../fonts/MontserratRegular.woff') format('woff'),
        url('../fonts/MontserratRegular.ttf') format('truetype'),
        url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');

}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/MontserratRegular.eot');
    src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
        url('../fonts/MontserratRegular.woff2') format('woff2'),
        url('../fonts/MontserratRegular.woff') format('woff'),
        url('../fonts/MontserratRegular.ttf') format('truetype'),
        url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');

}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/MontserratRegular.eot');
    src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
        url('../fonts/MontserratRegular.woff2') format('woff2'),
        url('../fonts/MontserratRegular.woff') format('woff'),
        url('../fonts/MontserratRegular.ttf') format('truetype'),
        url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');

}
@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/MontserratRegular.eot');
    src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
        url('../fonts/MontserratRegular.woff2') format('woff2'),
        url('../fonts/MontserratRegular.woff') format('woff'),
        url('../fonts/MontserratRegular.ttf') format('truetype'),
        url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}

@font-face {
    font-family: 'MontserratLight';
    src: url('../fonts/MontserratLight.eot');
    src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
        url('../fonts/MontserratLight.woff2') format('woff2'),
        url('../fonts/MontserratLight.woff') format('woff'),
        url('../fonts/MontserratLight.ttf') format('truetype'),
        url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}
/*-------------------------------------------------------------------------------------------------
---------------------menu section----------------------------------------------------------------------*/
.container{
    max-width: 1111px;
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
}

.header {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    width: 100%;
}

.logo-left {
    float: left;
    width: 18%;
}

.logo-tablet {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar {
    width: 100%;
    min-width: 100%;
}

.menu-container {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    min-width: 100%;
    z-index: 1000;
}

.head-right{
    float: left;
    width: 82%;
}

.logos {
    float: left;
    padding: 10px 0 10px 20px;
    width: 100%;
    height: 60px;
}

.profile-avatar {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.profile-avatar-tablet {
    width: 30px;
    height: 30px;
}

.navbar-inner {
    padding: 0 !important;
    margin: 0;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.navbar .nav {
    float: left;
    width: 100%;
}
.navbar .nav > li > a {
        color: #5c5c5c;
        display: inline-block;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: bold;
        padding: 12px 15px 2px;
        text-transform: capitalize;
}
.navbar .nav .seach-box {
    border-left: 1px solid #ccc;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 0 30px;
    padding: 18px 0 18px 23px !important;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    width:25%;
}

.messageLI {
    float:right !important;
    margin-right: 15px;
}
.navbar .nav .message-pnl i.fa.fa-envelope {
    color: #4cbb17;
    font-size: 28px;
    margin-top: -9px;
}
.message-pnl span.badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ED6157;
    border-radius: 50%;
    padding: 3px 6px;
    font-size: 11px;
}
.navbar .nav > li.logged {
    float: right; }

.nav-collapse li {
    padding: 10px 0 15px;
}
.nav-collapse li:hover {
    background: #F7FAFA;
}

/*.dropdown:hover .dropdown-menu {*/
/*    display: block;*/
/*}*/
.dropdown-menu {
    top: 93%;
}
.nav-collapse .dropdown-menu li {
    padding: 3px 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #ED6157;
    background-image: inherit;
    background-repeat: repeat-x;
    color: #fff;
    text-decoration: none;
}
.navbar .nav > li.logged > a {
    color: #ED6157;
}
.seach-box input[type="text"] {
    background-image: url("../images/ser.png");
    background-repeat: no-repeat;
    border: medium none;
    box-shadow: none;
    color: #000;
    font-weight: normal;
    height: 23px;
    padding: 0 0 0 30px;
}
.seach-box input[type="text"]:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222527;
    font-weight: bold;
}
.seach-box.head-lin{
    display: none;
}
.navbar .nav .seach-box:hover {
    background: none;
}
.after-menu {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #ccc;
    float: left;
    padding: 0 0 0 0px;
    position: absolute;
    right: 0;
    top: 62px;
    width: 40%;
    z-index: 1000;
    border-color: #d9d9de;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
    display:none;
}

.after-menu ul{ padding: 0 0 0 30px;}

.after-menu-left, .after-menu-right-full{float: left; width: 50%;}

.after-menu-left li a {
    float: left;
    padding: 5px 0;
    font-size: 14px;
    width: 100%;
}

.after-menu-left h3{
    float: left;
    padding: 13px 0 2px;
    width: 100%;
    font-size:16px;
}

.after-menu-right h3{
    /*float: left;*/
    padding: 13px 0 2px;
    width: 100%;
    font-size:16px;
}
.after-menu-right ul {
    padding: 0;
}
.after-menu-right li{
    float: left;
    padding: 6px 0;
    vertical-align: middle;
    width: 100%;
}
.after-menu-right h2{
    font-size:12px;
}
.after-menu-right{float: left; width: 100%}

.after-menu-right li img{
    float: left;
    margin: 0 5px 0 0;
}
.after-menu-right .project-title > a {
    font-size: 15px;
    display: flex;
    align-items: center;
}
.viewall {
    background: #828587 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fcfcfc;
    float: left;
    font-size: 13px;
    margin: 5px 0 10px;
    padding: 8px 13px;
}
.viewall:hover {
    background-color: #ED6157;
    color: #fff;
}
.botom-divs {
    float: left;
    width: 100%;
    background: #F7FAFA;
    text-align: center;
}
.botom-divs p {
    color: #9c9c9c;
    float: left;
    font-size: 14px;
    padding: 15px 10px 5px;
    width: 100%;
}

.nav-collapse li.logins {
    background: none repeat scroll 0 0 #fff;
    float: right;
    position: relative;
    top: 1px;
    z-index: 10;
    height: 50px;
    padding: 0;
    width: 70px;
    margin-top: 4px;
    display: flex;
}

.head-tablet {
    display: none;
    position: relative;
}

.navbar-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
/*--------------------myCarousel slider---------------------*/
#myCarousel {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.carousel-inner img
{
    width:100%;
}
.home-page.caption {
    position: absolute;
    top: 37%;
    display: block;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    width: 100%;
}
.home-page.caption h1 {
    font-size:45px;
    color:#fff;
}
.home-page.caption p {
    font-size:18px;
    color:#fff;
}
.carousel-control.left {
    z-index: 100;
    left: 6px;
    top: 45%;
    color: #fff;
    font-size: 30px;
}
.carousel-control.right {
    z-index: 100;
    right: 6px;
    top: 45%;
    color: #fff;
    font-size: 30px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
    background:none;
    border:none;
}
/*---------------------------slider bottom ------------------*/
.category-scroll {
    overflow-y: auto;
    height: 335px;
}
.border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #d9d9de;
}
h5, .h5, .responsive-media figcaption {
    font-size: 14px;
    line-height: 20px;
}
.list, .list-simple, .list-inline, .tab-nav {
    list-style: none;
    padding-left: 0;
}
.mb2, .mb3, .mb4, .mb6 {
    margin-bottom: 20px;
}
.mt2, .mt3, .mt4, .mt6 {
    margin-top: 20px;
}
.ml1 {
    margin-left: 10px;
}
.mr1 {
    margin-right: 10px;
}
.py2, .py3, .py4, .py6 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.NS_site__homepage_staff_picks .category-nav ul li.selected a
{
    border-color: #ED6157 !important;
    color: #ED6157 !important;
}
.NS_site__homepage_staff_picks .category-nav ul li a:hover
{
    border-color: #ED6157 !important;
    color: #ED6157 !important;
}
.NS_site__homepage_staff_picks .category-nav ul li.selected
{
    border-left: 3px solid #ED6157 !important;
}
.NS_site__homepage_staff_picks .category-nav ul li {
    border-left: 3px solid transparent;
    line-height: 25px;
    margin-left: -1px;
    padding-left: 20px;
}
.NS_site__homepage_staff_picks .category-nav ul li a {
    border-bottom: 1px solid transparent;
    display: inline-block;
    padding-bottom: 1px;
    width: auto;
}
.NS_site__homepage_staff_picks .project .project-card-wide-wrap {
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
.nav.h5.list{
    height:auto;
}
.nav.h5 > li > a {
    padding: 0;
}
.nav.h5 > li a:hover {
    background: none !important;
}
.green-dark {
    color: #0f2105;
}
.border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d9d9de;
}
.bg-grey-light {
    background-color: #f7fafa;
}
.py2, .py3, .py4, .py6 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.bg-grey-light {
    background-color: #f7fafa;
}
.bg-grey-light {
    background-color: #f7fafa;
}
.bg-grey-light {
    background-color: #f7fafa;
}
.border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d9d9de;
}
.bg-grey-light {
    background-color: #f7fafa;
}
.bg-grey-light {
    background-color: #f7fafa;
}
.grey-dark {
    color: #828587;
}
.bg-green {
    background-color: #ed6157;
}
.project-card-wrap .project-title {
    line-height: 1.25em;
    margin-bottom: 0.25em;
}
.absolute-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}
.NS_project__baseball_card_stats .project-pledged-wrap {
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}
.NS_project__baseball_card_stats .project-pledged-wrap .project-pledged {
    border-radius: 4px;
}
.project-card-wide-wrap .project-stats {
    line-height: 1.6em;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.regular, .normal, .normal_weight {
    font-weight: normal;
}
.rounded {
    border-radius: 6px;
}
.clip, .no-scroll {
    overflow: hidden;
}
.NS_project__baseball_card_stats .project-pledged-wrap {
    margin: 10px 0;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}
.NS_project__baseball_card_stats .project-pledged-wrap .project-pledged {
    border-radius: 4px;
}
.full-height {
    height: 100%;
}
.pr2, .pr3, .pr4, .pr6 {
    padding-right: 20px;
}
.mb1 {
    margin-bottom: 10px;
}
.mb2 {
    margin-bottom: 7px;
}
.project-card-wide-wrap .project-stats {
    line-height: 1.6em;
    display: flex;
}
.nowrap, .no-wrap {
    white-space: nowrap;
}
.list li, .list-simple li, .list-inline li, .tab-nav li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
}
.mr2, .mr3, .mr4, .mr6 {
    margin-right: 20px;
}
.block {
    display: block;
}
/*---------------------popular section -------------------*/
.popular-section {
    float: left;
    margin: 60px 0 30px 0;
    width: 100%;
}
.top-popular-are {
    float: left;
    width: 100%;
}
.popular-section .top-popular-are.col-md-12 {
    margin-bottom: 30px;
}
.popular-section .top-popular-are.col-md-12 .popular-head {
    display: inline-block;
    padding-top: 8px;
}
.popular-head {
    color: #4e4f54;
    font-family: helvetica;
    font-size: 23px;
}
.seeall {
    background: #ED6157 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 12px;
    height: auto;
    line-height: 30px;
    min-height: 30px;
    padding: 2px 11px;
    text-transform: capitalize;
}
.seeall:hover {
    color: #fff;
    text-decoration: none;
    background: #3f5135 none repeat scroll 0 0;
}
.section-middle-popular {
    float: left;
    width: 100%;
}
.project-card.project-card-tall, .project-card.project-card-tall-big {
    overflow: hidden;
}
.user-menu-tab .tab-expand, .nav-livesearch, .project-card.project-card-tall, .project-card.project-card-tall-big, .project-card.project-card-tall .project-card-footer, .project-card.project-card-tall-big .project-card-footer, .content-carousel__content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.project-card.project-card-tall, .project-card.project-card-tall-big {
    background-color: #ffffff;
    border: 1px solid #d9d9de;
    border-radius: 6px;
    color: #828587;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width:100%;
}
.project-card-tall-big {
    float: left;
    height: auto;
}
.project-banner {
    position: absolute;
    z-index: 99;
    width: 270px;
    text-align: center;
    transform: rotate(-40deg);
    top: 10%;
    left: -18%;
    font-size: 14px;
    line-height: 1;
    padding: 3px 0px;
}
.popular-section .project-thumbnail {
    height: 246px;
    overflow: hidden;
    position: relative;
}
.project-card.project-card-tall .project-thumbnail-img, .project-card.project-card-tall-big .project-thumbnail-img {
    width: 100%;
}
.project-card.project-card-tall .project-card-content, .project-card.project-card-tall .project-card-footer, .project-card.project-card-tall-big .project-card-content, .project-card.project-card-tall-big .project-card-footer {
    padding: 0px 15px 15px 15px;
}
.project-card.project-card-tall .project-title, .project-card.project-card-tall-big .project-title {
    font-size: 12px;
    font-weight: bold;
}
.section-middle-popular .project-title {
    /* float: left; */
    float: none;
    height: 18px;
    width: 100%;
}
.section-middle-popular .project-title {
    height: 40px;
overflow: hidden;
margin-bottom: 5px;
}
.project-card.project-card-tall .project-title a, .project-card.project-card-tall-big .project-title a {
    color: #4e4f54;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-size: 15px;
}
.launch-banner__link, .user-menu .dropdown-menu .project-title, .project-card.project-card-tall .project-byline, .project-card.project-card-tall-big .project-byline, .project-card.project-card-tall .project-location, .project-card.project-card-tall-big .project-location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project-card.project-card-tall .project-byline, .project-card.project-card-tall-big .project-byline {
    margin-bottom: 10px;
}
.section-middle-popular .project-byline {
    height: 17px;
    overflow: hidden;
}
.section-middle-popular .project-byline-2 {
    height: 50px;
    line-height: 1.5;
    overflow: hidden;
}
.section-middle-popular .project-blurb {
    height: 34px;
    overflow: hidden;
    line-height: 1.5em;
    color: #4d4d4f;
}
.project-card.project-card-tall .project-card-footer, .project-card.project-card-tall-big .project-card-footer {
    float: left;
    padding: 0;
    width: 100%;
}
.project-card.project-card-tall .project-location, .project-card.project-card-tall-big .project-location {
    padding: 0px 14px 5px 15px;
}
.project-location .glyphicon, .project-location .fa  {
    color: #ED6157;
}
.grey-dark {
    color: #828587;
}
.project-location .fa.fa-thumbs-up {
    font-size: 14px;
    margin: 0;
}
.section-middle-popular .project-stats-container {
   /* height: 67px;*/
    overflow: hidden;
}
.project-stats-container {
    border-bottom: 1px solid #ccc;
}
.project-card.project-card-tall .project-progress-bar, .project-card.project-card-tall-big .project-progress-bar {
    background-color: #d9d9de;
    margin-bottom: 0px;
    border-radius: 0;
    height: 6px;
    overflow: hidden;
}
.project-card.project-card-tall .project-progress-bar .project-percent-pledged, .project-card.project-card-tall-big .project-progress-bar .project-percent-pledged {
    background-color: #ED6157;
    height: 100%;
}
.project-card.project-card-tall .project-stats, .project-card.project-card-tall-big .project-stats {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    float:left;
}
.project-card.project-card-tall .project-stats li:first-child, .project-card.project-card-tall .project-stats li:nth-child(1), .project-card.project-card-tall-big .project-stats li:first-child, .project-card.project-card-tall-big .project-stats li:nth-child(1) {
    border: none;
}
.project-card.project-card-tall .project-stats li:first-child, .project-card.project-card-tall .project-stats li:nth-child(2), .project-card.project-card-tall-big .project-stats li:first-child, .project-card.project-card-tall-big .project-stats li:nth-child(2) {
    margin-right: 0px;
}
.project-card.project-card-tall .project-stats li, .project-card.project-card-tall-big .project-stats li {
    border-left: 1px solid #ccc;
    display: inline-block;
    float: left;
    margin: 0;
   /* padding: 7px 0 13px;*/
   padding: 5px 0px 5px;
    text-align: center;
    width: calc(100% / 3);
}
.project-stats li .project-stats-value {
    color: #ED6157;
    font-weight: bold;
    font-size: 13px;
}
.project-stats li .project-stats-label {
    color: #4e4f54;
    font-size: 14px;
}
.success-projects .card_bottom .progress_info {
    font-size: 12px;
    float:left;
    width:100%;
}
.success-projects .card_bottom .progress_info.top{
    height:52px;
    overflow:hidden;
}
.success-projects .card_bottom .progress_info.top .width50 td{
    width:50%;
}
.success-projects .card_bottom .progress_info.btm{
    height:77px;
    overflow:hidden;
}
.success-projects .card_bottom .progress_info.btm .line70 td{
    line-height: 68px;
    width:50%;
}
.success-projects .support_info {
    margin-top: 5px;
}
.success-projects .card_bottom table {
    width: 100%;
    margin:0;
}
.success-projects tr.progress_info_inner {
    border-bottom: none;
}
.success-projects .progress_info td {
    padding: 5px 0 5px 0;
}
.success-projects .card_bottom td {
    text-align: center;
}
.success-projects .project-card .col-sm-5 {
    padding-left: 0;
}
.success-projects .project-card.clearfix.relative .col-sm-5 > a {
    float: left;
    height: 260px;
    width: 100%;
    overflow: hidden;
}
.success-projects .project-card.clearfix.relative .col-sm-5 > a img {
    width: 100%;
    float: left;
    height: auto;
    min-height: 100%;
}

/****************** ARROWS ********************/
.b52-arrow {
    border: solid #636363;
    border-width: 0 3px 3px 0;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px;
}
.b52-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.b52-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.b52-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.b52-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/****************** /ARROWS ********************/

.arrow-up {
    cursor: pointer;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #666;
    float:right;
    margin-top: 23px;
}

.arrow-up:hover {
    border-top: 7px solid #9a9a9a;
}

.project-statistic {
    padding: 10px;
    display: flex;
    font-family: 'MontserratRegular', Helvetica, Arial, sans-serif;
    height: 170px;
    justify-content: center;
    align-items: center;
}

.project-statistic-cell {
    color: #000;
    display: flex;
    flex-direction: column;
}

.project-statistic-cell .score-card:first-child {
    text-align: center;
    padding: 0 7px 0;
}

.project-statistic-cell .score-card {
    text-align: center;
    padding: 18px 7px 0;
}

.project-statistic-cell .score-card-value {
    color: #333;
    font-size: 16px;
    line-height: 16px;
}

.project-statistic-cell .score-card-label {
    font-size: 11px;
    line-height: 11px;
}

.project-index-score {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ed6157;
    border: 5px solid #ed6157;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #f2f2f2;
}

.project-index-score-amount {
    font-size: 30px;
    line-height: 32px;
}

.project-index-score-label {
    font-size: 10px;
    line-height: 10px;
    text-align: center;
}

.project-timer {
    padding-bottom: 7px;
    display: flex;
    justify-content: center;
}

.project-timer-amount {
    color: #333;
    font-size: 16px;
}

.project-timer-label {
    font-size: 11px;
    text-align: center;
}

.project-pledged {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.project-pledged-amount {
    font-size: 16px;
}

.project-pledged-label {
    font-size: 11px;
}

.project-no-pledged-amount {
    font-size: 16px;
}

.project-interest {
    display: flex;
    justify-content: center;
    padding-top: 7px;
}

.project-interest-cell:not(:last-child) {
    margin-right: 5px;
}

.project-interest-amount {
    color: #ed6157;
    text-align: center;
    font-size: 16px;
}

.project-interest-label {
    font-size: 11px;
    font-weight: normal;
}

.project-card-vertical__container {
    color: #444545;
    width: 100%;
    height: 590px;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #d9d9de;
    overflow: hidden;
}

.project-card-vertical__container a {
    color: #000;
    text-decoration: none;
}

.project-card-vertical__container a:hover {
    color: #005580;
}

.category-button {
    padding: 5px 10px;
    display: flex;
    font-size: 14px;
    height: 40px;
    line-height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 10px;
}

.category-button:not(:last-child) {
    margin-right: 10px;
}

a.category-button {
    color: #000;
}

a.category-button:hover {
    color: #000;
}

.project-card-vertical__thumbnail {
    position: relative;
    height: 250px;
    overflow: hidden;
    background-color: #f1f1e3;
}

.project-card-vertical__container:hover .project-card-vertical__drop-down-list {
    height: 225px;
    opacity: 1;
}

.project-card-vertical__container:hover .project-card-vertical__content-container {
    margin-top: -80px;
    height: 485px;
}

.project-card-vertical__thumbnail-image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.project-card-vertical__thumbnail-image-container img {
    transition: transform 0.2s;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.project-card-vertical__thumbnail-image {
    min-width: 100%;
    min-height: 100%;
}

.project-card-vertical__content-container {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 255px;
    padding: 25px 0 15px;
    background-color: #fff;
    transition: margin-top .2s ease-in-out, height .2s ease-in-out;
}

.project-card-vertical__owner-avatar {
    position: absolute;
    top: -60px;
    left: 10px;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #ccc;
    border: 1px solid #f8f8f8;
}

.project-card-vertical__content {
    display: flex;
    padding: 0 10px;
}

.project-card-vertical__title {
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
}

.project-card-vertical__title a {
    color: #000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-card-vertical__title a:hover {
    color: #005588;
}

.project-card-vertical__subtitle {
    color: #000;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.project-card-vertical__index-score {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ed6157;
    border: 5px solid #ed6157;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: #f2f2f2;
    flex-shrink: 0;
    flex-basis: 90px;
}

.project-card-vertical__description {
    font-size: 14px;
    line-height: 16px;
    flex-shrink: 1;
    width: 100%;
    flex-basis: 100%;
    margin: 15px 0 7px 10px;
    height: 97px;
    overflow: hidden;
}

.project-card-vertical__location {
    padding: 0 10px;
    height: 16px;
    margin-bottom: 7px;
}

.project-card-vertical__location .glyphicon {
    color: #ed6157;
}

.project-card-vertical__drop-down-list {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-top: auto;
    padding: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    opacity: 0;
    transition: height .2s ease-in-out, opacity .2s ease-in-out;
}

.project-card-vertical__project-goal {
    padding: 0 10px;
    height: 16px;
    display: flex;
    align-items: center;
    margin: 7px 0;
}

.project-card-vertical__drop-down-list-item {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 16px;
    line-height: 16px;
    margin: 14px 0;
}

.project-card-vertical__drop-down-list-item:first-child {
    margin-top: 10px;
}

.project-card-vertical__drop-down-list-item--left {
    justify-content: flex-start;
}

.project-card-vertical__drop-down-list-item--reverse {
    flex-direction: row-reverse;
}

.project-card-vertical__drop-down-list-item--column {
    flex-direction: column;
}

.project-card-vertical__drop-down-list-item .action {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.project-card-vertical__drop-down-list-item .counter {
    font-size: 14px;
}

.project-card-vertical__drop-down-list-item .time-counter {
    font-size: 14px;
}

.project-card-vertical__drop-down-list-item .support {
    color: #ed6157;
    font-size: 14px;
}

.project-card-vertical__drop-down-list-item .project-has-ended {
    color: #ed6157;
    font-size: 10px;
    text-align: center;
}

.project-card-vertical__drop-down-list-item .project-has-ended-notice {
    font-size: 12px;
}

.project-card-vertical__tags {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    height: 72px;
}

.project-card-vertical__tags .button {
    color: #fff;
    text-align: center;
}

.project-card-vertical__tags .button:not(:last-child) {
    margin-right: 5px;
}

.fa-icon {
    width: 16px;
    height: 16px;
}

a.button {
    display: block;
}

.has-children-menu {
    position: relative;
}

.dropdown-menu>li>a.has-children-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-first-level-item:hover .menu-second-level {
    display: block;
}

.menu-second-level-item:hover .menu-third-level {
    display: block;
}

#menu-first-level-tablet {
    position: relative;
    background-color: #fff;
    height: 100vh;
    min-height: 100%;
}

#menu-first-level-tablet a {
    color: #4d4d4f;
}

#menu-first-level-tablet .menu-first-level-item-caption.login-item,
#menu-first-level-tablet .menu-first-level-item-caption.sign-up-item {
    color: #ed6157;
}

.menu-first-level-item-tablet,
.menu-second-level-item-tablet,
.menu-third-level-item-tablet {
    border-bottom: 1px solid #ececec;
}

.menu-first-level-item-tablet.user-menu {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
}

.menu-first-level-item-caption,
.menu-second-level-item-caption,
.menu-third-level-item-caption {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 13px 15px;
}

.menu-first-level-tablet,
.menu-second-level-tablet,
.menu-third-level-tablet {
    overflow: scroll;
}

.menu-second-level-tablet,
.menu-third-level-tablet {
    background-color: #fff;
    display: block;
    opacity: 0;
    top: 0;
    left: 600px;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    transition: all .35s ease;
}

.menu-third-level {
    top: 0;
    left: 100%;
}

.menu-third-level:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 7px;
    left: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ccc;
}

.menu-third-level:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
}

.menu-back-button {
    color: #ED6157;
}

.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #000;
    content: "";
    margin-left: 10px;
}

.user-menu-header-tablet {
    display: none;
}

.user-menu-header-tablet .line {
    display: block;
    width: 20px;
    height: 3px;
    transform: rotate(45deg);
    background-color: #636363;
    position: absolute;
    top: 25px;
    right: 7px;
}

.user-menu-close-button {
    width: 50px;
    height: 50px;
}

.user-menu-header-tablet .line:last-child {
    transform: rotate(-45deg);
}

.project-of-day.project-statistic-container {
    display: flex;
}

.col.col-12.no-margin.project.project0.relative {
    padding-top: 20px;
}
.projects-slider p.project-banner {
    top: 19%;
    left: -8%;
}
.project-meta .glyphicon, .project-meta .fa {
    color: #ED6157;
    font-size: 14px;
}
.h6.bold.grey-dark {
    background: #ED6157 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    padding: 9px 10px;
}
.h6.bold.grey-dark:hover {
    background: #3f5135 none repeat scroll 0 0;
}
section {
    float: left;
    width: 100%;
}
/*-----------------------------------success projects------------------*/
.card {
    vertical-align: top;
    display: inline-block;
    color: #4d4d4f;
    line-height: 20px;
    margin-bottom: 10px;
}
.project-cards .card_inner {
    border-radius: 6px;
}
.card_inner, .card .login-container {
    background: #fff none repeat scroll 0 0;
    position: relative;
    border:1px solid #e1e1e1;
}
.card_inner {
    position: relative;
    overflow: hidden;
}
.card_cover {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.card a {
    color: #000;
    text-decoration: none;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: inherit;
}

.card a:hover {
    color: #005580;
}

.project-cards .card_body {
    height: 175px;
    overflow: hidden;
    display: block;
}
.card_body, .card .holder {
    padding: 0 20px 20px 16px;
    text-align: left;
    display: table;
}
.card_body h4 {
    margin: 10px 0;
}
.project-cards h4 {
    font-size: 1em;
}
.project_owner {
    color: #999999;
    padding-bottom: 8px;
    font-size: 0.8em;
    height: 50px;
}
.project_owner span {
    font-size: 0.8em;
    line-height: 1.5em;
    display: block;
}
.project_headline {
    font-size: 0.8em;
    line-height: 1.5em;
}
.project-cards .card-pre-bottom {
    color: #ED6157;
    box-sizing: border-box;
    width: 100%;
    display: block;
    position: relative;
    padding: 25px 20px 0 20px;
    height: 55px;
}
.small_text {
    font-size: 75%;
}
.project-cards .likes {
    float: right;
    padding-top: 5px;
}
.success-projects .card_bottom {
    padding: 3px 0px 0px;
    text-align: center;
}
.project-pledged-successful {
    background: #f3f3f3 none repeat scroll 0 0;
    border-top: 1px solid #ccc;
    float: left;
    text-align: center;
    width: 100%;
    height: 22px;
    border-bottom: 1px solid #ccc;
}
.project-pledged-successful strong {
    color: green;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 13px;
    line-height: 22px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.card_bottom table {
    width: 100%;
}

.projects-slider .stats-cell {
    text-align: center;
}

.projects-slider .project-index-score-amount {
    color: #ed6157;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

.projects-slider .project-interest-score-amount,
.projects-slider .project-adoption-score-amount {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

.projects-slider .project-index-score-label {
    color: #ed6157;
    font-size: 12px;
    line-height: 13px;
}

.projects-slider .project-interest-score-label,
.projects-slider .project-adoption-score-label {
    font-size: 12px;
    line-height: 13px;
    text-align: center;
}

.project-of-day-container {
    display: flex;
    flex-direction: row;
}

.stats-lg {
    display: block;
}

.stats-sm {
    display: none;
}

tr.money.usd.no-code {
    color: #ED6157;
}
tr.old_project_card {
    border-bottom: none;
}
tr.progress_info_inner td:first-child {
    border-left: none;
}
tr.progress_info_inner td {
    border-left: 1px solid #ccc;
    padding: 5px 0px 5px 0;
}
.card .card_bottom .support_info{
    border-top:1px solid #ccc;
    padding-top:3px;
    margin-top: 0px;
}
/*-------------------------------------backgriund image panle-----------*/
.backr-imag {
    float: left;
    width: 100%;
    margin: 30px 0 0px;
    background-image: url("../images/bgs.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.backer-section {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    padding: 80px 0 60px;
}
.client-container {
    float: left;
    width: 100%;
}
.fund-text-contr {
    float: left;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}
.top-fund-text {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 30px;
    line-height: 20px;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}
.top-fund-text::before {
    border-bottom: 1px solid #fff;
    bottom: 50%;
    content: "";
    height: 0;
    left: -20px;
    position: absolute;
    width: 20px;
}
.top-fund-text::after {
    border-bottom: 1px solid #fff;
    bottom: 50%;
    content: "";
    height: 0;
    right: -20px;
    position: absolute;
    width: 20px;
}
.Backers-loop {
    float: left;
    padding: 30px 0 0;
    width: 100%;
}
.Backers-loop li {
    display: inline-block;
    text-align: center;
}
.Backers-loop li span {
    color: #fff;
    float: left;
    font-size: 22px;
    text-align: center;
    width: 100%;
    padding: 20px 0 0;
}
.Backers-loop li i {
    color: #ED6157;
    display: inline-block;
    font-size: 50px;
    margin: 20px 0 8px;
    text-align: center;
}
.Backers-loop li label {
    color: #fff;
    float: left;
    font-family: helvetica;
    font-size: 48px;
    margin: 5px 0 0;
    text-align: center;
    width: 100%;
}

.profile-blocked {
    padding: 120px 15px;
}

/*-------------------------- client section ---------------*/
.client-section {
    float: left;
    width: 100%;
    margin: 10px 0 0px;
}
.partnr-descr {
    float: left;
    padding: 10px 0 20px;
    width: 100%;
}
.our-partenrtxt {
    float: left;
    font-size: 40px;
    padding: 6px 0 5px 13px;
    text-align: center;
    width: 100%;
}
.client-loopsd {
    float: left;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.client-loopsd li {
   /* border-bottom: 1px solid #ececec;*/
    border-left: 1px solid #ececec;
    display: inline-block;
    float: none;
    padding: 43px;
    width: 16.3%;
}
.client-loopsd li:first-child {
    border-left: none;
}
.subsription-container {
    background: #def7e0;
    display: inline-block;
    float: left;
    padding: 63px 15px;
    text-align: center;
    width: 100%;
}
.center-form-contner {
    width: 50%;
    display: inline-block;
}
.registr-title {
    color: #4c4c4c;
    float: left;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
}
.center-form-contner > form {
    display: inline-block;
    padding: 30px 0 0;
    width: 100%;
}
.center-form-contner input[type="text"], .center-form-contner input[type="email"] {
    border-radius: 2px;
    display: inline-block;
    height: 41px;
    padding: 0 0 0 7px;
    width: 35%;
}
.center-form-contner input[type="submit"] {
    background: #ED6157 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    font-size: 17px;
    height: 41px;
    line-height: 25px;
    padding: 2px 15px;
}
/*-----------------------------footer ------------------*/
footer .footer-wdth {
    max-width: 1111px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    line-height: 2;
}
.footer {
    background-color: #4e4f54;
    float: left;
    padding: 50px 0 0px 0;
    width: 100%;
    border-top: 1px dashed #ED6157;
}
.headeline {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0px 10px 0;
    width: 100%;
}
.folter-menus {
    -webkit-columns: 150px 3;
    -moz-columns: 150px 3;
    columns: 150px 3;
    width: 100%;
}
.folter-menus > li {
    min-height: 26px;
    margin: 0;
    padding: 5px 0px;
    line-height: 0px;
}
.footer li a {
    color: #e3e3e3;
    font-size: 14px;
    padding: 0px 0;
    line-height: 20px;
}
.pad0{
    padding:0px;
}
.footer li a:hover {
    color: #ED6157;
}
.difrent li i {
    margin: 0 10px 0 0;
    width:15px;
}
.menu4.difrent{
    margin-bottom:20px;
}
.footer-bottom {
    border-top: 2px solid #fff;
    float: left;
    margin-top: 23px;
    padding: 12px 0 10px 0;
    width: 100%;
}
.foter-img {
    width: 180px;
}
.foter-lin {
    color: #808385;
    float: left;
    font-size: 12px;
    margin:-15px 0 0 4px;
    text-align: left;
    width: 100%;
}
.currency {
    float: left;
    width: 45%;
}
.footer select {
    background-color: inherit;
    color: #fff !important;
    width:100%;
}
.footer select option {
    background-color: inherit;
}
.language {
    float: right;
    margin: 0;
    width: 50%;
}
.footer select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("../images/ar.png") no-repeat scroll right center / 23px auto;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    color: #ccc;
    float: left;
    height: 38px;
    line-height: 15px;
    margin: 0;
    padding: 9px 2px;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border-radius: 6px;
}
.footer select:focus {
    background-color: inherit;
}
.home-owl-carousel .owl-wrapper-outer {
    overflow: hidden !important;
}
.col, .col-right, .col-center, .mobile-col, .px-gutter {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
}
.relative {
    position: relative;
}

.form-control-container {
    display: flex;
    flex-direction: column;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.pl1 {
    padding-left: 10px;
}
.pb1 {
    padding-bottom: 10px;
}
.pt1 {
    padding-top: 10px;
}
#wrap p button{
    margin-right: 10px;
}
#wrap p button:hover{
    border:none;
}
form#subscribe input{
    height: 36px;
}
form#subscribe button{
    margin-left: 10px;
}
.description.dr {
    padding: 0 15px;
    margin-bottom: 10px;
}

#sign-up-form {
    display: none;
    opacity: 0;
    height: 0;
    transition: all .3s ease-in-out;
}

.sign-up-form-caption-container {
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    margin: 0 10px 10px;
}

.sign-up-form-caption {
    font-size: 12px;
    font-weight: bold;
    color: #9d9d9d;
}

.sign-up-form-caption:before,
.sign-up-form-caption:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background: #ccc;
    border: solid #FFF;
    border-width: 0 10px;
}

.sign-up-form-caption:before {
    margin-left: -100%;
}

.sign-up-form-caption:after {
    margin-right: -100%;
}

/*--------------------------------media queries -----------------*/
@media only screen and (min-device-width : 1024px) and (max-device-width : 1199px) {
    .home-page.caption h1 {
        font-size: 38px;
    }

    .home-page.caption p {
        font-size:18px;
        padding: 0 50px;
    }

    .project-card-vertical__index-score {
        flex-basis: 80px;
        height: 80px;
    }

    .project-index-score-amount {
        font-size: 26px;
        line-height: 28px;
    }

    .project-card-vertical__container:hover .project-card-vertical__content-container {
        margin-top: -70px;
    }
}

@media only screen and (max-width: 768px) {
    .project-card-vertical__container:hover .project-card-vertical__content-container {
        margin-top: -145px;
    }

    .project-card-vertical__tags .button:not(:last-child) {
        margin-right: 5px !important;
    }

    .project-card-vertical__container:hover .project-card-vertical__content-container {
        margin-top: -75px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
    .home-page.caption {
        top: 30%;
    }
    .home-page.caption h1 {
        font-size:30px;
    }
    .home-page.caption p {
        font-size:18px;
        padding: 0 50px;
    }

    .project-card.clearfix.relative .col-sm-5 > a {
        height: 230px;
    }

    .stats-lg {
        display: none;
    }

    .stats-sm {
        display: flex;
        justify-content: center;
        padding: 15px;
    }
}

@media only screen and (min-device-width : 601px) and (max-device-width : 767px) {
    .home-page.caption {
        top: 30%;
    }
    .home-page.caption h1 {
        font-size:20px;
    }
    .home-page.caption p {
        font-size:14px;
    }
}

@media all and (max-device-width: 600px){
    #owl-demo
    {
        display: none!important;
    }
}
@media screen and (max-width: 640px) {
  .NS_site__homepage_social .facebook_login_wrap.big .facebook_login {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .NS_site__homepage_social .friend_project_context {
    white-space: normal;
  }
}

.NS_site__homepage_staff_picks .staff-picks-header {
  top: 56px;
  left: 20px;
}

.NS_site__homepage_staff_picks .see-all-link {
  margin-top: 5px;
}

.NS_site__homepage_staff_picks .projects-slider ul.has_potd .project {
  display: none;
}

.NS_site__homepage_staff_picks .projects-slider ul.has_potd .project.potd {
  display: block;
}

.NS_site__homepage_staff_picks .projects-slider .project-ribbon {
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
}

.NS_site__homepage_staff_picks .category-nav ul li {
  border-left: 3px solid transparent;
  line-height: 25px;
  margin-left: -1px;
  padding-left: 20px;
}

.NS_site__homepage_staff_picks .category-nav ul li a {
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}

.NS_site__homepage_staff_picks .category-nav ul li a:hover {
  color: #ed6157;
  border-color: #ed6157;
}

.NS_site__homepage_staff_picks .category-nav ul li.selected {
  border-left: 3px solid #ed6157;
}

.NS_site__homepage_staff_picks .category-nav ul li.selected a {
  border-color: #ed6157;
  color: #ed6157;
}
.white-PF-cont{
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 0 20px;
    margin: 20px 0;
    border: 1px solid #e1e1e1;
}
.after-menu-right h2{
    line-height: 20px;
    margin:0 0 0 -2px;
}
.prfl-lTExt{
    margin: 50px auto;
    max-width:1111px;
}
.prfl-ltxtlft{
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
}
.prfl-ltxtrght{
    float:left;
}
.prfl-ltxtlft img{
    height: auto;
    max-width: 225px;
    border-radius: 2px;
    background-color: #fff;
    padding:3px;
}
.prfl-ltxtrght .company-title {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 22px;
    margin-top: 0;
    color:#fff;
}
.prfl-ltxtrght .company-params {
    font-family: 'Open Sans', sans-serif !important;
    font-style: italic;
    margin-top: 10px;
    margin-bottom:0px;
    font-size: 16px;
    line-height: 22px;
    color:#fff;
}
.cmpny-banner .prfl-strip{
    margin-top: auto;
    height: auto;
    padding: 10px 0px;
}
.cmpny-banner .prfl-strip .prfl-bn-container{
    max-width: 1111px;
}
.cmpny-banner .prfl-strip .prfl-lft {
    float: left;
    width: 60%;
    margin-right: 5%;
    height: auto;
}
.cmpny-banner .prfl-strip .prfl-right {
    float: right;
    width: 35%;
}
.cmpny-banner .prfl-strip .company-links-wrapper{
    margin-top:4px;
}
.cmpny-banner .prfl-strip .company-links-wrapper .company-link-text,.cmpny-banner .prfl-strip .company-links-wrapper .company-link-number{
    color:#fff;
    line-height: 20px;
}
.cmpny-banner .pDrgTlft0 .btn.btn-default p{
    line-height: 38px;
    margin: 0px;
}
.cmpny-bg-opc{
    float: left;
    width: 100%;
    background: rgba(0,0,0,0.3);
}
.not-found-projects{
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    padding: 5px;
    margin-bottom: 50px;
    font-size: 13px;
    color: #666;
}
.not-found-projects .no-projects-title{
    font-size:17px !important;
}
.not-found-projects .btn-start-project{
    margin-top: 0px;
    font-size: 13px;
    padding: 5px 10px;
}
.company-description{
    margin-bottom:40px;
}
.cmp-search .btn-srch{
    font-weight: normal; background:transparent; color:#333 !important;
    padding-top:0px !important;
    margin-top:1px !important;
}
.progress_bg {
    height: 10px;
    margin-bottom: 10px;
    background: #CCC;
    border-radius: 4px;
}
.card_bottom .progress {
    height: 10px;
    margin-bottom: 10px;
    background: #008000;
}
.card .card-pre-bottom {
    color: #ED6157;
    box-sizing: border-box;
    width: 100%;
    display: block;
    position: relative;
    padding: 25px 20px 0 20px;
    height: 55px;
}
.card .likes{
    float:right;
}
.project-form.project-form-cstm{
    display: block !important;
    padding: 2% 2% 0% 2%;
}
.project-form.project-form-cstm button.color1{
    margin:20px 0px;
    display:block;
}
.project-form.project-form-cstm .review-details {
    margin-top: 15px;
}
.project-form.project-form-cstm .review-details h5{
    margin:0px;
}
.remember-me {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.right.remember-me{
    float: left;
    width: 100%;
}
.right.remember-me .pt1{
    float: left;
    padding-top: 0px;
}
.footer-bootom{
    width:100%;
}
.abtTM {
    margin-bottom: 20px;
}
.tab_content .TmMBR{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.tab_content .TmMBR:last-child{
    border: none;
    padding: 0px;
}
@media screen and (max-width: 640px) {
  .NS_site__homepage_staff_picks .project-ribbon {
    top: -9px;
  }

  .NS_site__homepage_staff_picks .project {
    height: auto;
  }

  .NS_site__homepage_staff_picks .project:not(.selected) {
    display: none !important;
  }

  .NS_site__homepage_staff_picks .project-card-wide-wrap {
    border: 1px solid #d9d9de;
  }
}

@media screen and (min-width: 640px) and (max-width: 780px) {
  .NS_site__homepage_staff_picks .category-nav {
    display: none;
  }

  .NS_site__homepage_staff_picks .col-10 {
    width: 100%;
  }

  .NS_site__homepage_staff_picks .project:not(.selected) {
    display: none !important;
  }
}

@media screen and (min-width: 640px) {
  .NS_site__homepage_staff_picks .projects-slider {
    overflow: hidden;
    position: relative;
  }

  .NS_site__homepage_staff_picks .projects-slider .title {
    padding-top: 0px;
  }

  .NS_site__homepage_staff_picks .project-ribbon {
    top: 96px;
  }

  .NS_site__homepage_staff_picks .project .project-card-wide-wrap {
   /* background-color: transparent;*/
  }
}
@media (min-width: 640px) {
  .col {
    float: left;
  }

  .col-right {
    float: right;
  }

  .col-center {
    margin-right: auto;
    margin-left: auto;
  }

  .col-1 {
    width: 8.33333%;
  }

  .col-pre-1 {
    margin-left: 8.33333%;
  }

  .col-post-1 {
    margin-right: 8.33333%;
  }

  .col-2 {
    width: 16.66667%;
  }

  .col-pre-2 {
    margin-left: 16.66667%;
  }

  .col-post-2 {
    margin-right: 16.66667%;
  }

  .col-3 {
    width: 25%;
  }

  .col-pre-3 {
    margin-left: 25%;
  }

  .col-post-3 {
    margin-right: 25%;
  }

  .col-4 {
    width: 33.33333%;
  }

  .col-pre-4 {
    margin-left: 33.33333%;
  }

  .col-post-4 {
    margin-right: 33.33333%;
  }

  .col-5 {
    width: 41.66667%;
  }

  .col-pre-5 {
    margin-left: 41.66667%;
  }

  .col-post-5 {
    margin-right: 41.66667%;
  }

  .col-6 {
    width: 50%;
  }

  .col-pre-6 {
    margin-left: 50%;
  }

  .col-post-6 {
    margin-right: 50%;
  }

  .col-7 {
    width: 58.33333%;
  }

  .col-pre-7 {
    margin-left: 58.33333%;
  }

  .col-post-7 {
    margin-right: 58.33333%;
  }

  .col-8 {
    width: 66.66667%;
  }

  .col-pre-8 {
    margin-left: 66.66667%;
  }

  .col-post-8 {
    margin-right: 66.66667%;
  }

  .col-9 {
    width: 75%;
  }

  .col-pre-9 {
    margin-left: 75%;
  }

  .col-post-9 {
    margin-right: 75%;
  }

  .col-10 {
    width: 83.33333%;
  }

  .col-pre-10 {
    margin-left: 83.33333%;
  }

  .col-post-10 {
    margin-right: 83.33333%;
  }

  .col-11 {
    width: 91.66667%;
  }

  .col-pre-11 {
    margin-left: 91.66667%;
  }

  .col-post-11 {
    margin-right: 91.66667%;
  }

  .col-12 {
    width: 100%;
  }

  .col-pre-12 {
    margin-left: 100%;
  }

  .col-post-12 {
    margin-right: 100%;
  }
}

@media screen and (min-width: 780px) {
  .NS_site__homepage_staff_picks .projects-slider,.NS_site__homepage_staff_picks .project {
    height: 355px;
  }
}
@media screen and (min-width: 570px) {
  .p3 {
    padding: 30px;
  }

  .pt3 {
    padding-top: 30px;
  }

  .pr3 {
    padding-right: 30px;
  }

  .pb3 {
    padding-bottom: 30px;
  }

  .pl3 {
    padding-left: 30px;
  }

  .px3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .py3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p4 {
    padding: 40px;
  }

  .pt4 {
    padding-top: 40px;
  }

  .pr4 {
    padding-right: 40px;
  }

  .pb4 {
    padding-bottom: 40px;
  }

  .pl4 {
    padding-left: 40px;
  }

  .px4 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .py4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p6 {
    padding: 60px;
  }

  .pt6 {
    padding-top: 60px;
  }

  .pr6 {
    padding-right: 60px;
  }

  .pb6 {
    padding-bottom: 60px;
  }

  .pl6 {
    padding-left: 60px;
  }

  .px6 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .py6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 640px) {
  .mega {
    font-size: 60px;
    line-height: 60px;
    font-weight: 200;
  }

  h1,.h1 {
    font-size: 48px;
    line-height: 50px;
  }

  h2,.h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (min-width: 640px) {
  .project-card-wide-wrap .project-thumbnail {
    width: 330px;
    height: 250px;
  }
  .project-card-wide-wrap .project-card-interior {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
.caption{
    top:22%;
}
.caption h1, .caption p {
    font-size: 18px;
}
.caption p {
    display:none;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    font-size: 18px;
    left: -5%;
    z-index: 100;
    top: 30%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    font-size: 18px;
    right: -5%;
    z-index: 100;
    top: 30%;
}
.NS_site__homepage_staff_picks .category-nav ul li{
    padding-left: 10px;
}
#project-slide .col.col-12.no-margin.project.project0.relative{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
}
#project-slide .h6.bold.grey-dark{
    margin-bottom: 10px;
    display: inline-block;
}
.projects-slider p.project-banner {
    top: 8%;
    left: -25%;
}
.project-card.clearfix.relative .col-sm-5 > a {
    float: left;
    height: 195px;
    width: 100%;
    overflow: hidden;
}
.projects-slider .project-stats-wrap{
    float:left;
    width: 100%;
}
.top-fund-text {
    border-left:none;
    border-right:none;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    padding: 0px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}
.top-fund-text::before, .top-fund-text::after{
    display: none;
}
.project-cards .card{
    width:100%;
}
.our-partenrtxt {
    float: left;
    font-size: 24px;
    padding:0px;
    text-align: center;
    width: 100%;
    line-height: 26px;
}
.embed-responsive iframe{
    height: auto;
}
.botm-cntnt .col-sm-12.row{
    float: left;
    width: 100%;
    text-align: left;
}
.nav-collapse .nav > li > a:hover{
    background-color: transparent;
}
.nav-collapse .dropdown-menu a:hover{
    color:#000;
}
.container{
        width: 95%
    }
.section-content h1{
    line-height: 30px;
}
.project-step{
    max-width: 100%;
    overflow-x: auto;
    display: block !important;
}
.peoples .meet-person-block, .meet-person-block{
    margin: 0 1% 15px 1.5% !important;
    min-height:auto !important;
    width: 46% !important;
}
/*.peoples .meet-person-block img {
    height: auto !important;
}*/
#wrap .table-cell{
    display: block;
}
#wrap .table-cell #lineTabs{
    float: left;
    overflow-x:auto;
    overflow-y: hidden;
    max-width: 100%;
    white-space: nowrap;
    width: 100%;
}
.steps .content-wrap .footer-botttom{
    display: block !important;
}
#lineTabs a {
    max-width:100% !important;
}
#wrap .table-cell .lineTabs{
    display: block;
    width: 100%;
    margin: 10px 0px 15px auto !important;
}
#wrap .table-cell .lineTabs a.join-btn{
    max-width: 100% !important;
    background-color: #fea70a;
    color: #fff;
    padding: 0px 10px;
}
#profile-display {
    min-width: 320px;
}
#profile-display ul {
    padding: 0 0 0 5px;
}
#tabs_header{
    white-space: nowrap;
    overflow-y: auto;
    max-width: 100%;
}
button, input[type="button"], .button {
    height: 28px;
    line-height: 29px;
    margin: 5px 0;
    font-size: 12px;
}
.white-PF-cont h3{
    line-height: 35px;
}
.created .tab-nav.right.small_type.bold {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0px 15px;
}
.after-menu-right h3{
    padding-left: 0px !important;
}
.prfl-ltxtrght .company-title{
    font-size: 22px;
}
.cmpny-banner .prfl-strip {
    height: 70px;
}
.cmpny-banner .prfl-strip .prfl-right {
    width: 100%;
}
.comAddress {
    margin: 0px 0px 30px !important;
}
.select2-container{
    max-width: 100%;
}
.projsttus-left{
    margin-bottom: 15px;
}
.right-afr .hmobile-left {
    margin-bottom: 10px;
}
.setig-li {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    float: none !important;
}
.account-top form .col-sm-12{
    float:left;
    width:100%;
}
.white-PF-cont{
    padding: 0px 15px;
}
.subs-area label.left-ara{
    padding: 15px 0px;
}
.subs-area ul.subs-area-li{
    margin-right: -2px;
}
.sbbtm10{
    margin-bottom: 10px;
}
.subs-area-li li span {
    width: 85%;
}
#help_patients .reward_card_holder, #help_patients .col-sm-12.row, #help_patients .col-sm-6,
#help_physicians .reward_card_holder, #help_physicians .col-sm-12.row, #help_physicians .col-sm-6,
#help_hospitals .reward_card_holder, #help_hospitals .col-sm-12.row, #help_hospitals .col-sm-6,
#help_partners .reward_card_holder, #help_partners .col-sm-12.row, #help_partners .col-sm-6{
    float: left;
    width: 100%;
}
#help_patients .pldg-titl,
#help_physicians .pldg-titl,
#help_hospitals .pldg-titl,
#help_partners .pldg-titl{
    padding: 10px 0;
    margin: 0 3.5%;
}
#help_patients .rightholdrs, #help_patients .amont-bar textarea, #help_patients .select-left,
#help_physicians .rightholdrs, #help_physicians .amont-bar textarea, #help_physicians .select-left,
#help_hospitals .rightholdrs, #help_hospitals .amont-bar textarea, #help_hospitals .select-left,
#help_partners .rightholdrs, #help_partners .amont-bar textarea, #help_partners .select-left{
    width: 93%;
    margin: 0 3.5%;
}
.div-reward-rem-new, .div-reward-rem{
    bottom: 94% !important;
}
.div-reward-rem-new .btn-reward-rm, .div-reward-rem .btn-reward-rm{
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    font-size: 14px !important;
}
.pledge-texct.required{
    width:40% !important;
}
.amont-bar .limit_checkbox {
    margin-left: 3.5% !important;
}
}
@media screen and (max-width: 600px) {
    .login-form li input[type="text"],
    .login-form li input[type="email"],
    .login-form li input[type="password"],
    .login-form li select,
    .clearfix.restlv.login-actn-btn,
    .footer-bootom {
        width: 100% !important;
        max-width: 400px;
    }
}
/*------------------responsive end --------*/
.infoBD.address p {
    line-height: 15px;
}
.success-projects .project_owner, .success-projects .card_body, .discover-cards .card_body{
    height: auto !important;
}
.success-projects .card_body, .discover-cards .card_body{
    padding:0 15px 15px 15px;
}
.success-projects .card_body .title {
    padding: 0;
}
.success-projects .card_body a h4.title{
    color: #636363;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    height: 40px;
    overflow: hidden;
}
.success-projects p.project-banner, p.project-banner {
   /* background: #42a713 !important;*/
    color: #fff !important;
}
.success-projects .project_headline {
    height: 37px;
    overflow: hidden;
}
.bg_wide {
    height: 23px;
    margin-bottom: 0 !important;
    background-color: transparent !important;
}
.bg_wide .progress_bg, .bg_wide .progress {
    bottom: 0 !important;
    margin-bottom: 0 !important;
    top: auto !important;
    border-radius: 0;
}
.discover-cards .project-pledged-successful {
    height: 23px;
    line-height: 19px;
}
.discover-cards .card_body a h4{
    color: #4e4f54;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
}
.discover-cards .project_owner .owner,
.discover-cards .project_owner .catGPnl,
.project_owner .owner,
.project_owner .catGPnl {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}
.discover-cards .project_headline, .project_headline {
    height: 55px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5em;
    color: #4d4d4f;
}
.discover-cards .card-pre-bottom{
    padding: 0 14px 5px 15px !important;
    height: auto !important;
    color:#999999 !important;
    font-size: 12px;
    float:left;
    width:100%;
}
.discover-cards .card-pre-bottom .glyphicon, .discover-cards .card-pre-bottom .fa {
    color:#ED6157;
}
.discover-cards .card-pre-bottom .fa-thumbs-up {
    font-size:14px;
    padding-top: 3px;
}
.discover-cards .card_bottom {
    padding: 0;
    float: left;
    width: 100%;
}
.discover-cards .small_text.card-pre-bottom {
    height: 25px !important;
}
.discover-cards .support_info {
    border-top: none !important;
}
.discover-cards tr.progress_info_inner {
    border-bottom: 1px solid #ccc !important;
}
.project-pledged-successful.success-txt strong{
    color:green;
}
.cmp-address-title{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #666;
    border-bottom: 1px dotted #666;
    margin-bottom: 20px;
    margin-top: 20px;
}
.discover-cards .progress_info_inner .Pvalue{
    display: block;
    color: #ED6157;
    font-weight: bold;
    font-size: 13px;
}
.discover-cards .progress_info_inner .PText{
    display: block;
    color: #4e4f54;
    font-size: 14px;
    font-weight: normal;
}
.applicationTabs{
    margin-bottom: 2px !important;
}
.loading-spinner {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    width: 100%;
    z-index:100
}
.loading-spinner .spinner {
    position: absolute;
    width: 121px;
    left: 45%;
    top: 50%;
}
.hover-visible{
    max-width: 200px;
    padding: 3px 8px;
    color: #434647;
    text-align: center;
    text-decoration: none;
    background-color: #e4e4e4;
    border-radius: 4px;
    font-size: 12px;
    border-color:#e4e4e4;
    box-shadow: none;
    line-height: 14px;
    bottom: 120%;
    top: auto;
}
.hover-visible::before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #e4e4e4;
    position: absolute;
    left: 49px;
    border-radius: 4px;
    top: 100%;
    z-index: 0;
}
.cmp-sales-show{
    margin-top: 5px;
    font-size: 12px;
}
.simpleApp{
    display:flex !important;
    justify-content: space-between;
}
.simpleApp span{
    display: flex !important;
  justify-content: center;
  flex-direction: column;
  width:100%;
}
.greytitle{
    color:#777;
    margin-bottom: 0px;
    font-weight: bold;
}
.small_text_sm{
    font-size:80%;
    line-height: 1.3em;
    color:#808080
}
.greyhr{
    border-top:1px dotted #cccccc7a;
    margin-bottom: 2rem;
}
.spam-area{
    background-color: #eee;
    padding: 20px 20px 10px 20px;
    margin-top: 20px;
    border-radius: 3px;
    position: relative;
    z-index:1;
}
.spam-area:before{
    content: 'spam';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    font-size: 73px;
    color: red;
    z-index: -1;
    opacity: 0.2;
    text-transform: uppercase;
    letter-spacing: 30px;
    overflow: hidden;
    height: 85%;
    vertical-align: middle;
    align-items: center;
}
.spam-bottom{
    margin-top: 30px;
    text-align: center;
    font-size: 13px;
}
.spam-bottom span{
    float:left;
    width: 100%;
}
.reportSpm{
    float: left;
    width: 100%;
    text-align: right;
}
.reportSpm a{
    color: red !important;
    font-size: 12px;
    margin-right: 10px;
    text-decoration: underline;
}
.font-scal10{
    font-size:13px !important;
    text-transform:none !important;
}

.client-section .client-loopsd img {
    height: auto;
}

.alert-message {
    padding: 15px;
    width: 31%;
    margin: 6% auto; /*2% auto*/
    float: none;
    border-radius: 6px;
    color: #828587;
    font-size:14px;
    text-align:center;
}

.error {
    background:#ffecec;
    border:1px solid #D8000C;
    color:#D8000C;
}

.success {
    background:#DFF2BF;
    border:1px solid #4F8A10;
    color: #4F8A10;
    overflow:auto;
}

.modal {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    outline: none;
    overflow: visible;
}

.modal-header {
    background: none repeat scroll 0 0 #f7f7f8;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    padding: 14px 15px;
}

@media (min-device-width: 1000px) {
    .home-page.caption {
        top: 37%;
    }
}

@media screen and (max-width: 320px) {
    .project-card-vertical__container:hover .project-card-vertical__content-container {
        margin-top: -80px;
    }

    .project-card-vertical__index-score {
        flex-basis: 80px;
        height: 80px;
    }

    .project-card-vertical__container {
        height: 585px;
    }

    .project-card-vertical__container .button {
        width: 110px;
    }

    .project-card-vertical__container .category-button {
        font-size: 12px;
        height: 30px;
        line-height: 18px;
    }

    .project-index-score-amount {
        font-size: 24px;
        line-height: 26px;
    }

    .project-index-score-label {
        font-size: 9px;
    }

    .project-card-vertical__description {
        flex-basis: 170px;
        width: 170px;
    }

    .project-card-vertical__drop-down-list-item .counter,
    .project-card-vertical__drop-down-list-item .support {
        font-size: 14px;
    }


    .project-card-vertical__content-container {
        height: 250px;
    }

    .project-card-vertical__tags {
        height: 70px;
    }
}
