/****************************** fonts */
@font-face {
    font-family: 'TheSans-Plain';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/TheSans-Plain.eot?#iefix) format('embedded-opentype'),
        url(fonts/TheSans-Plain.woff) format('woff'),
        url(fonts/TheSans-Plain.ttf) format('truetype');
}

/****************************** general */
html {
    margin:0;
    width:100%;
}

body {
    margin:0;
    font-family:'TheSans-Plain', Tahoma;
    font:normal 16px 'TheSans-Plain', Tahoma, Helvetica;
    overflow-x: auto;
    overflow-y: scroll;
}

html.device-mobile-optimized.blockSiteScrolling>body {
    position: fixed;
    width: 100%;
}

html.device-phone body {
    overflow-y: auto;
}

body.device-mobile-optimized {
    overflow-x: hidden;
    overflow-y: scroll;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea, select {
    font:normal 16px Tahoma, Helvetica;
    box-sizing: border-box;
}

img {
    border:none;
}

a {
    color:#000;
}
.bold{
    font-weight:bold;
}
.black{
    color:#000 ;
}

a:hover, div a:hover, .user-menu a:hover {
    color:#2dccd3;
}

.link {
    cursor:pointer;
}

.link:hover {
    color:#2dccd3;
}

.img-circle {
    border-radius: 50%;
}

.left {
    float:right;
}

.right {
    float:left;
}

strong, .strong {
    font-weight:600;
}

.clearfix {
    clear:both;
}

.center {
    margin:0 auto 0 auto;
    display:table;
}
.right{
    float: right;
    margin: 0 20px 0 0 ;
}

.noscroll {
    overflow:hidden;
    padding-right:17px;
}

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

.no-border {
    border:none;
}

.hidden, .check {
    display:none;
}

.required {
    border-bottom:solid 1px #992e2d !important;
}

.underline {
    border-bottom:solid 1px #ddd;
}
.inline-block{
    display: inline-block;
}

.separator-line1 {
    height:1.3px;
    background:#dedee6;
}

.separator-line2 {
    height:1.3px;
    background:#e9e9f1;
}

.instructions {
    font-family: 'TheSans-Plain';
    font-size:18px;
    margin-bottom:10px;
    position:relative;
}

.margin-top {
    margin-top:20px;
}

div[class*="-invalid"] {
    color:#992e2d;
}

.loading {
    margin:75px auto;
}

.loading img {
    width:85px; height:85px;
}

.ar {
    font-family:'TheSans-Plain';
}

.en {
    font-family:Open Sans, Helvetica !important;
}

h1.main-title {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute!important;
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
    clip: rect(1px,1px,1px,1px);
}

/****************************** titles, buttons */
.main {
    width:1170px;
    margin:0 auto 0 auto;
    direction:rtl;
}

.text-xsmall {
    font-size:13px;
    font-family: "TheSans-Plain";
}

.text-small {
    font-size:16px;
    font-family: "TheSans-Plain";
}

.text-normal {
    font-size:16px;
    font-family: "TheSans-Plain";
}

.text-xnormal {
    font-size:16px;
    font-family: "TheSans-Plain";
}

.text-medium {
    font-size:20px;
    font-family: "TheSans-Plain";
}

.text-xmedium {
    font-size:22px;
    font-family: "TheSans-Plain";
}

.text-large {
    font-size:26px;
    font-family: "TheSans-Plain";
}

.text-xl {
    font-size:34px;
}

.text-xxl {
    font-size:40px;
}

.grey {
    color:#a9a9a9;
    font-family: 'TheSans-Plain';
}

.grey-dark {
    color:#a3a3ab;
    font-family: 'TheSans-Plain';
}
.cpf-logo-about-page{
    width: 100%;
}
.orange {
    color:#2dccd3;
    font-family: 'TheSans-Plain';
}

.title {
    font-family: 'TheSans-Plain';
    font-size:23px;
}
.title-grey {
    font-family: 'TheSans-Plain';
    font-size:23px;
    color:#bbbbc2;
}

.subtitle {
    font-family: "TheSans-Plain";
    font-size:18px;
}
.small-subtitle {
    font-family: "TheSans-Plain";
    font-size:14px;
}
.block-third .signin-button{
    font-size: 15px;
}
.title-medium {
    font-family: 'TheSans-Plain';
    font-size:28px;
}

.title-large {
    font-family: 'TheSans-Plain';
    font-size:30px;
}

.title-small {
    font-family: 'TheSans-Plain';
    font-size:20px;
}

input:focus, textarea:focus, select:focus {
    outline:none;
}

.button, .button-xsmall, .button-small, .button-large, .button-edit,
input[type=submit] .button-small {
    background:#2dccd3;
    color:#fff;
    text-transform:uppercase;
    font-family:'TheSans-Plain';
    font-weight:600;
    /*letter-spacing:1px; (en)*/
    padding:12px 25px;
    display:table;
    cursor:pointer;
    border:none;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.button-xlarge {
    background:#2dccd3;
    color:#fff;
    text-transform:uppercase;
    font-family:'TheSans-Plain';
    font-weight:600;
    /*letter-spacing:1px; (en)*/
    padding:12px 25px;
    display:table;
    cursor:pointer;
    border:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    padding: 24px 34px;
}
.button-mid-large {
    background:#2dccd3;
    color:#fff;
    text-transform:uppercase;
    font-family:'TheSans-Plain';
    font-weight:600;
    /*letter-spacing:1px; (en)*/
    padding:20px 45px;
    display:table;
    cursor:pointer;
    border:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
}
.button-mid {
    background:#2dccd3;
    color:#fff;
    text-transform:uppercase;
    font-family:'TheSans-Plain';
    font-weight:300;
    /*letter-spacing:1px; (en)*/
    padding:10px 30px;
    display:table;
    cursor:pointer;
    border:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}
.button-xsmall {
    font-size:12px;
    padding:8px 15px;
}

.button-small,
input[type=submit] .button-small {
    min-width:120px;
    font-size:13px;
    text-align:center;
    padding:7px 20px;
}

.button-large {
    font-size:16px;
    padding:20px 30px;
}

.button-edit {
    margin:20px 20px 0 0;
    position:absolute;
}

.button:hover,
.button-small:hover,
.button-large:hover {
    background:#2dccd3;
}

input[type=submit].disabled,
.button-xsmall.disabled,
.button-small.disabled,
.button-large.disabled,
.button-mid-large .button-mid .disabled{
    background:#dedede !important;
    cursor:default;
}
.small-text{
    font-size:14px;
}

/****************************** tooltips */
.tooltip, .electronic-tooltip {
    position: relative;
    display: inline-block;
}

.tooltip.pulled , .electronic-tooltip.pulled{
    margin-right:-20px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    font-size: 9pt;
    padding: 5px 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.electronic-tooltiptext{
    visibility: hidden;
    z-index: 1;
}

.tooltip:hover .tooltiptext ,
.electronic-tooltip:hover .electronic-tooltiptext{
    visibility: visible;
}


/****************************** popup edge */
.popup-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.popup-dialog {
    position: relative;
    margin: 350px auto 0;
    width: 75%;
    display:none;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.popup-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.popup-content {
    position: relative;
    background-color: #f0f0f0;
    padding: 10px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.popup-title {
    text-align:center;
    margin-top:10px;
    padding:10px 0;
    font-size:18px;
    font-weight:400;
}

.popup-logo {
    text-align:center;
    margin:8px 0;
}

.popup-logo img {
    width:65px;
}

.popup-details {
    text-align:center;
    padding:10px 0;
    font-size:18px;
    font-weight:400;
}

/****************************** audio */
#player {
    width: 100px;
    margin-top:-5px;
}

.speaker {
    background-color: #6c6c70;
    opacity:1;
    border-radius: 60%;
    background-image: url('https://www.nahno.org/images/speaker.png');
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: 100% 0;
    height: 38px;
    width: 40.5px;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 15px;
    margin-bottom:10px;
    margin-right:-5px;
    display: block;
    z-index:5;
}

.speaker.flixel {
    margin-bottom:25px;
}

.speakerplay {
    background-position: 0 0;
}

/****************************** edit mode */
.ngo-edit {
    position:absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    z-index: 20;

    background:#2dccd3;
    color:#fff;
    text-transform:uppercase;
    font-family:'TheSans-Plain';
    font-size: 25px !important;
    display:table;
    cursor:pointer;
    border:none;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ngo-website-edit, .company-website-edit {
    width:215px;
    font-size:16px;
    background:none;
    border:solid 2px #d8d8e0;
    direction: ltr;
}

.ngo-url-linkedin-edit, .company-url-linkedin-edit, .user-url-linkedin-edit,
.ngo-url-instagram-edit, .company-url-instagram-edit, .user-url-instagram-edit,
.ngo-url-twitter-edit, .company-url-twitter-edit, .user-url-twitter-edit,
.ngo-url-facebook-edit, .company-url-facebook-edit, .user-url-facebook-edit {
    width:215px;
    font-size:16px;
    text-align:left;
    background:none;
    border:solid 2px #d8d8e0;
    direction: ltr;
}

.ngo-city-edit,
.company-city-edit,
.user-city-edit,
.project-city-edit {
    width:125px;
    font-size:16px;
    color:#000;
    background:none;
    border:solid 2px #d8d8e0;
    padding:0 3px;
}

.project-city-edit {
    color:#000;
}

select.ngo-country-edit,
select.company-country-edit,
select.user-country-edit,
select.project-country-edit {
    font-size:16px;
    background:none;
    color:#000;
    border:solid 2px #d8d8e0;
}

select.project-country-edit {
    color:#000;
}

select.ngo-country-edit option,
select.company-country-edit option,
select.user-country-edit option,
select.project-country-edit option {
    color:#333333;
}

.ngo-description-edit,
.company-description-edit,
.user-bio-edit,
.project-description-edit,
.project-challenge-edit,
.project-impact-edit,
.project_workplan-edit {
    width:100%;
    font-size:16px;
    background:none;
    border:solid 2px #d8d8e0;
    padding:10px;
    box-sizing: border-box;
}

.project-update-title-edit,
.project-update-content-edit {
    width:100%;
    font-size:15px;
    background:none;
    border:solid 2px #d8d8e0;
    padding:10px;
    margin-bottom:5px;
    box-sizing: border-box;
}

.ngo-board-firstname-edit,
.ngo-board-lastname-edit,
.ngo-board-post-edit {
    width:100px;
    background:none;
    border:solid 2px #d8d8e0;
    padding:3px 5px;
}

.project-video-edit {
    width:125px; height:30px;
    font-size:16px;
    background:#fff;
    border:solid 1px #fff;
    padding:3px 4px;
}

/****************************** icons */
.icon-contact {
    width:20px; height:16px;
    background:url('https://nahno.org/images/sprite.png') 0 -88px no-repeat;
    margin:4px 5px 0 0;
    float:right;
}

.icon-time {
    width:17px; height:17px;
    background:url('https://nahno.org/images/sprite.png') -134px -86px no-repeat;
    margin:8px 0 0 4px;
    float:right;
}

.icon-search {
    width:18px; height:18px;
    background:url('https://nahno.org/images/sprite.png') -154px -116px no-repeat;
    margin-top:7px; margin-left:12px;
}

.icon-location {
    width:14px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -86px -86px no-repeat;
}

.icon-location-light {
    width:14px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -110px -86px no-repeat;
}

.icon-verify {
    width:68px; height:68px;
    background:url('https://nahno.org/images/sprite.png') 0px -116px no-repeat;
}

.icon-check-email {
    width:68px; height:68px;
    background:url('https://nahno.org/images/sprite.png') -78px -116px no-repeat;
}

.icon-edit-mode {
    width:20px; height:18px;
    background:url('https://nahno.org/images/sprite.png') -123px -1px no-repeat;
    position:absolute;
}

.icon-edit-mode {
    right:0px; top:-25px;
}

.icon-follow {
    width:25px; height:23px;
    background:url('https://nahno.org/images/sprite.png') -153px -139px no-repeat;
}

.icon-follow.dark {
    width:25px; height:23px;
    background:url('https://nahno.org/images/sprite.png') -223px -139px no-repeat;
}

.icon-follow.on {
    width:25px; height:23px;
    background:url('https://nahno.org/images/sprite.png') -188px -139px no-repeat;
}

.icon-pledge {
    width:50px;
    height:50px;
    border: 2px solid #fff;
}

/****************************** parsley */
#company-form .parsley-error,
#ngo-form .parsley-error,
#settings-form .parsley-error,
#deactivate-form .parsley-error,
#login-form .parsley-error,
#contact-ngo-form .parsley-error,
#password-request-form .parsley-error,
#password-reset-form .parsley-error,
#register-user-form .parsley-error,
#register-company-form .parsley-error,
#register-ngo-form .parsley-error,
#project-new-form .parsley-error,
#project-edit-form .parsley-error,
#payment-form .parsley-error,
#flag-form .parsley-error,
#flag-comment-form .parsley-error,
#comment-form .parsley-error,
#update-form .parsley-error {
    border-bottom:solid 1px red !important;
}

#company-form .parsley-error,
#ngo-form .parsley-error,
.project-update-cell .parsley-error,
.impact-cell2 .parsley-error,
.impact-cell .parsley-error,
ul.ngo-board-info .parsley-error,
#update-form .parsley-error,
.report-cell .parsley-error {
    border-bottom:solid 2px red !important;
}

ul.parsley-errors-list {
    list-style:none;
    margin:3px 0 0 0; padding:0;
    font-size:13px;
    color:red;
    /*display:none !important;*/
}

/*#company-form ul.parsley-errors-list li.parsley-required,*/
/*#ngo-form ul.parsley-errors-list li.parsley-required,*/
#settings-form ul.parsley-errors-list li.parsley-required,
#deactivate-form ul.parsley-errors-list li.parsley-required,
#login-form ul.parsley-errors-list li.parsley-required,
#contact-ngo-form ul.parsley-errors-list li.parsley-required,
#contact-form ul.parsley-errors-list,
#password-request-form ul.parsley-errors-list li.parsley-required,
#password-reset-form ul.parsley-errors-list li.parsley-required,
#register-user-form ul.parsley-errors-list li.parsley-required,
#register-company-form ul.parsley-errors-list li.parsley-required,
#register-ngo-form ul.parsley-errors-list li.parsley-required,
#project-new-form ul.parsley-errors-list,
#project-edit-form ul.parsley-errors-list,
#payment-form ul.parsley-errors-list,
#flag-form ul.parsley-errors-list,
#flag-comment-form ul.parsley-errors-list,
#comment-form ul.parsley-errors-list,
#update-form ul.parsley-errors-list,
/*#project-form ul.parsley-errors-list,*/
.impact-cell ul.parsley-errors-list,
.impact-cell2 ul.parsley-errors-list,
ul.ngo-board-info ul.parsley-errors-list,
.report-cell ul.parsley-errors-list {
    display:none !important;
}

ul.parsley-errors-list li.parsley-required {
    font-weight:normal;
}

.parsley-custom-error-message,
.invalid-form-error-message {
    color:red;
}

.pic-error {
    border:solid 2px red;
}

/****************************** header */
.header-container{
    display: flex;
    flex-direction: column;
    width:1170px;
    position:fixed;
    top:0;
    z-index:100;
}
.header {
    min-height:70px;
    background:#fff;
    border-bottom: solid 1px #dedee6;
    position: relative;
}

.header-margin {
    height:60px;
}

.header-logo {
    position:absolute;
    right:0;
    margin:5px 32px 0 0;
    width: 13%;
}

.header-menu {
    position:absolute;
    right: 46%;
    margin:20px -60px 0 0;
    font-size:16px;
    font-weight:bold;
}

.header-left {
    position:absolute;
    left:0;
    margin:20px 0 0 0;
    font-size:16px;
    font-weight:bold;
}

.header-project {
    float:right;
    margin-left:5px;
}

.header-project a {
    text-transform:uppercase;
    color:#2dccd3 !important;
}

.header-search {
    width:49px;
    height:39px;
    position:relative;
    float:right;
    margin-left:10px;
    display:table;
}

.header-search-icon, .uni-search-icon{
    width:39px;
    height:39px;
    background: url('https://nahno.org/images/sprite.png') -125px -35px no-repeat;
    cursor:pointer;
    position:absolute;
    z-index:10;
    margin-top: -2px;
}
.banner-container{
    display:none;
    flex-direction: row;
    top: 0px;
    right:0px;
    width: 100%;
    padding: 10px;
    z-index: 150;
}

.banner-close{
    font-family: 'TheSans-Plain';
    flex-basis: 8%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner-visit{
    font-family: 'TheSans-Plain';
    flex-basis: 8%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner-visit button{
    width: 100%;
    padding: 6px;
    cursor: pointer;
    font-family: 'TheSans-Plain';
    font-size:16px;
    font-weight: bold; 
    text-align: center;
    border-radius: 10px; 
    border-width: 0px; 
}

.banner-close button{
    width: 100%;
    padding: 6px;
    cursor: pointer;
    font-family: 'TheSans-Plain';
    font-size:16px;
    font-weight: bold; 
    text-align: center; 
    background-color:white; width:100%; 
    border-radius: 10px; 
    border-width: 0px; 
    color: rgb(17, 17, 17); 
}

.banner-content{
    padding-right: 20px;
    font-size:16px;
}

.banner-margin {
    height:63px;
}

.flex-volunteer-list-toolbar{
    width:100%;
    display:flex;
    justify-content:flex-end;
}
.flex-search-icon{
    width:39px;
    height:39px;
    background: url('https://nahno.org/images/sprite.png') -125px -35px no-repeat;
}
.flex-search-container{
    border-radius: 20px;
    border: 1px solid #c2c2c2;
    display:flex;
    height: 41px;
}
.flex-students-list-toolbar-items{
    margin: 0px 15px 15px 0px;
}

.header-search input[type=text] {
    width:100px;
    height:27px;
    padding:0 !important;
    padding-right:35px !important;
    border:solid 1px #ededed;
    border-right:solid 1px #f5f5f5;
    border-bottom:solid 1px #f5f5f5;
    position:absolute;
    margin-right:10px;
    margin-top:-5px;
    display:none;
    z-index:9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.header-search input:focus {
    outline:none;
}

.header-menu a {
    color:#000;
    text-decoration:none;
    margin-left:35px;
    margin-right:5px;
}

.header-mobile-a{
    margin-right: 15% !important;
    margin-left: 20% !important;
}

.header-left a {
    color:#000;
    text-decoration:none;
    margin:4px 5px 0 20px;
    display:table;
}

#explore-menu {
    height:0;
    overflow:hidden;
    background:#fff;
    margin-top: 60px;
}

#explore_vip-menu {
    height:0;
    overflow:hidden;
    background:#fff;
}

.header-profilepic {
    width:39px;
    height:39px;
    float:left;
    background:#ddd;
    /* border-radius:50%; */
    margin-top:-10px;
    margin-left:45px;
    cursor:pointer;
}

.header-profilepic img {
    width:39px;
    /* border-radius:50%; */
}

.header-editmode {
    float:right;
    margin-left:20px;
}

.editmode-button {
    float:right;
    margin-right:15px;
    min-width:110px;
    margin-top: -6px;
}

.editmode-button.pending {
    min-width:84px; /* fix */
    background:#dedede;
    cursor:default;
}

/* user menu, project menu */
.user-menu,
.project-menu {
    position:absolute;
    left:33px; top:75px;
    display:none;
    z-index:25;
}

.user-menu ul,
.project-menu ul {
    list-style:none;
    font-size:15px;
    margin:0;
    padding:0;
    position:absolute;
    top:0; left:0;
    z-index:2;

    width:150px;
    background:#fff;
    padding:16px 18px 7px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
}

.project-menu ul {
    left:125px;
}

.user-menu ul li,
.project-menu ul li {
    padding:0 0 10px 0;
}

.user-menu ul li a,
.project-menu ul li a {
    text-decoration:none;
}

.user-menu-tip, .user-menu-tip-top,
.project-menu-tip, .project-menu-tip-top {
    width:14px; height:14px;
    background:#fff;
    position:absolute;
    top:-7px; left:25px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
    z-index:1;

    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user-menu-tip-top,
.project-menu-tip-top {
    width:14px; height:14px;
    background:#fff;
    position:absolute;
    top:-7px; left:25px;
    box-shadow: none;
    z-index:3;
}

.project-menu-tip, .project-menu-tip-top {
    left:150px;
}

.project-new-menu {
    position:absolute;
    right:800px; top:60px;
    display:none;
    z-index:25;
}

.project-new-menu ul {
    list-style:none;
    font-size:15px;
    margin:0;
    padding:0;
    position:absolute;
    top:0; right:0;
    z-index:2;

    width:150px;
    background:#fff;
    padding:16px 18px 7px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
}

.project-new-menu ul {
    right:125px;
}

.project-new-menu ul li {
    padding:0 0 10px 0;
}

.project-new-menu ul li a {
    text-decoration:none;
}

.project-new-menu-tip, .project-new-menu-tip-top {
    width:14px; height:14px;
    background:#fff;
    position:absolute;
    top:-7px; right:25px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
    z-index:1;

    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.project-new-menu-tip-top {
    width:14px; height:14px;
    background:#fff;
    position:absolute;
    top:-7px; right:25px;
    box-shadow: none;
    z-index:3;
}

.project-new-menu-tip, .project-new-menu-tip-top {
    right:150px;
}

/****************************** account settings */
.settings-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.settings-dialog {
    position: relative;
    margin: 50px auto 0;
    width: 800px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.settings-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.settings-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.settings-content {
    min-height:300px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.settings-header {
    height:65px;
    background:#f0f0f0;
    padding:20px;
    font-size:28px;
}

.settings-title {
    /*    margin:15px 30px 0 0;*/
    position : relative;
    top :50%;
    transform: translateY(-50%);
}

.settings-details, .settings-deactivate {
    padding:36px 50px 50px;
}

.settings-field {
    margin:15px 0;
    font-family: 'TheSans-Plain';
}

.settings-button {
    margin:10px auto 0 auto;
}

.settings-field input[type=text],
.settings-field input[type=password] {
    width:150px;
    border:none;
    border-bottom:solid 1px #cccccc;
    padding:5px 0;
    margin-right: 15px;
    padding-right: 15px;
    font-size:15px;
}
.r-margin{
    margin-right: 10px;
}
.settings-field.space {
    padding-left:50px;
}

.settings-confirm {
    width:350px;
    padding:46px 0 50px 50px;
    margin:0 auto 0 auto;
    text-align:center;
    display:none;
}

.settings-deactivate {
    display:none;
}

.settings-deactivate-button {
    position:absolute;
    background:#dedede;
    left:50px; bottom:50px;
}


/****************************** user coverletter */
.coverletter-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.coverletter-dialog {
    position: relative;
    margin: 50px auto 0;
    width: 800px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.coverletter-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.coverletter-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.coverletter-content {
    min-height:300px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.coverletter-header {
    height:65px;
    background:#f0f0f0;
    padding:20px;
    font-size:28px;
}

.coverletter-title {
    float: right;
    top :50%;
}

.coverletter-details, .coverletter-deactivate {
    padding:0px 50px 50px;
}

.coverletter-field {
    margin:15px 0;
    font-family: 'TheSans-Plain';
}

.coverletter-button {
    margin:10px auto 0 auto;
}

.coverletter-field.space {
    padding-left:50px;
}

.coverletter-confirm {
    width:350px;
    padding:46px 0 50px 50px;
    margin:0 auto 0 auto;
    text-align:center;
    display:none;
}



/****************************** show transaction */

.notification-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.notification-dialog {
    position: relative;
    margin: 50px auto 0;
    width: 800px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.notification-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.notification-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.notification-content {
    min-height:300px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
    font-family: 'TheSans-Plain';
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.notification-header {
    height:65px;
    background:#f0f0f0;
    padding:20px;
    font-size:28px;
}

.notification-title {
    position:relative;
    top:50%;
    transform: translateY(-50%);
    /*    margin:15px 30px 0 0;*/
}

.notification-details, .notification-deactivate {
    padding:36px 50px 50px;
}

.notification-field {
    margin:15px 0;
    font-family: 'TheSans-Plain';
}

.notification-button {
    margin:10px auto 0 auto;
}

.notification-field input[type=text],
.notification-field input[type=password] {
    width:325px;
    border:none;
    border-bottom:solid 1px #cccccc;
    padding:5px 0;
    font-size:15px;
}

.notification-field.space {
    padding-left:50px;
}

.notification-confirm {
    width:350px;
    padding:46px 0 50px 50px;
    margin:0 auto 0 auto;
    text-align:center;
    display:none;
}

.notification-deactivate {
    display:none;
}

.notification-deactivate-button {
    position:absolute;
    background:#dedede;
    left:50px; bottom:50px;
}

.transaction-box{
    width: 100%;
    background-color: #f0f0f0 ;
    padding: 15px;
    margin-bottom:15px;
}

.transaction-box .row{
    width:100% ;
}

.transaction-box .right {
    display: inline-block;
    float:right;
}

.transaction-box .left {
    display: inline-block;
    float:left;
}

.transaction-box .block {
    display: inline-block;
}

.transaction-box .box-underline{
    border-bottom: solid 1px #dedee6;
}

.transaction-box img{
    width:45px ;
    height:45px ;
}

.transaction-box .subtitle{
    font-weight: bold;
}

.transaction-box a {
    text-decoration:none ;
}

/****************************** show user donation popup */
.donation-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.donation-dialog {
    position: relative;
    margin: 50px auto 0;
    width: 400px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.donation-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.donation-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.donation-content {
    min-height:300px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
    font-family: 'TheSans-Plain';
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.donation-header {
    height:65px;
    background:#f0f0f0;
    padding:20px;
    font-size:28px;
}

.donation-title {
    position:relative;
    top:50%;
    transform: translateY(-50%);
    /*    margin:15px 30px 0 0;*/
}

/****************************** show company donation popup */
.donation-company-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.donation-company-dialog {
    position: relative;
    margin: 50px auto 0;
    width: 400px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.donation-company-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.donation-company-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.donation-company-content {
    min-height:300px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
    font-family: 'TheSans-Plain';
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.donation-company-header {
    height:65px;
    background:#f0f0f0;
    padding:20px;
    font-size:28px;
}

.donation-company-title {
    position:relative;
    top:50%;
    transform: translateY(-50%);
    /*    margin:15px 30px 0 0;*/
}

/****************************** show friend donation popup */
.donation-friend-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.donation-friend-dialog {
    position: relative;
    margin: 50px auto 0;
    width: 400px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.donation-friend-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.donation-friend-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.donation-friend-content {
    min-height:300px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
    font-family: 'TheSans-Plain';
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.donation-friend-header {
    height:65px;
    background:#f0f0f0;
    padding:20px;
    font-size:28px;
}

.donation-friend-title {
    position:relative;
    top:50%;
    transform: translateY(-50%);
    /*    margin:15px 30px 0 0;*/
}

/****************************** user notify */
.user-notify-list {
    width:200px;
    position:fixed;
    z-index:200;
    background:#fff;
    bottom:35px; left:35px;
    padding:10px 15px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
}

.user-notify-list ul {
    list-style:none;
    font-size:13px;
    width:200px;
    padding:0;
    margin:0 0 0 0;
    display:none;
}

.user-notify-list ul.open {
    display:block;
}

.user-notify-list ul li {
    border-bottom:solid 1px #ededed;
    padding:5px 0;
    position:relative;
}

.user-notify-list ul li.last {
    border-bottom:none;
}

.user-notify-list ul li a {
    text-decoration:none;
}

.user-notify-list ul li a:hover {
    color:#2dccd3 !important;
}

.user-notify-switch {
    width:16px; height:10px;
    background:url('https://nahno.org/images/sprite.png') -183px -120px no-repeat;
    float:left;
    margin-top:5px;
    cursor:pointer;
}

.user-notify-switch:hover {

}

.user-notify-del {
    position:absolute;
    left:1px; top:2px;
    padding:2px;
    font-size:16px;
    color:#e5e5e5;
    cursor:pointer;
}

.user-notify-del:hover {
    color:#a9a9a9;
}

/****************************** footer */
.footer {
    width:100%;
    margin:0 0 0 0;
    padding:30px 0 35px 0;
    text-align: right;
    background:#f0f0f0;
    font-size:16px;
    display:table;
}

.footer-content {
    width:92%;
    margin:0 auto 0 auto;
}

.footer-menu-title {
    color:#94999c;
    text-transform:uppercase;
    /*letter-spacing:2px; (en)*/
}

ul.footer-menu {
    list-style:none;
    margin:0 auto 0 auto;
    padding:0;
    display:table;
}

ul.footer-menu li {
    float:right;
    width:20%;
    padding:10px;
}

.footer-list{
	width: 33.33% !important;
}

ul.footer-menu li.edge {
    margin:0;
}

ul.footer-menu-sub {
    list-style:none;
    margin:17px 0 0;
    padding:0;
}

ul.footer-menu-sub li {
    width:170px;
    padding:0 0 7px;
    margin:0;
    font-family: "TheSans-Plain";
}

ul.footer-menu-sub li a {
    text-decoration:none;
    color:#000;
}

.separator {
    width:100%;
    margin:25px 0;
}

.support {
    float:left;
    margin-top:-10px;
}

.support-2 {
    width: 13%; 
    margin-left: auto; 
    text-align: center;
}

.copyright {
    float:right;
    font-family: "TheSans-Plain";
}

ul.powered {
    margin:3px;
    padding:0;
    list-style:none;
    margin: 0 auto;
}

ul.powered li {
    float:left;
    font-family: "TheSans-Plain";
}

ul.powered li.logo  {
    margin-top:-4px;
    margin-left:10px;
}

.footer-social {
    margin-top: -10px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.footer-social-facebook {
    width:31px;
    height:30px;
    background:url('https://nahno.org/images/sprite.png') 0 0 no-repeat;
    margin-right:12px;
    cursor:pointer;
}

.footer-social-twitter {
    width:31px;
    height:30px;
    background:url('https://nahno.org/images/sprite.png') -41px 0 no-repeat;
    margin-right:10px;
    cursor:pointer;
}

.footer-social-instagram {
    width:32px;
    height:30px;
    background:url('https://nahno.org/images/sprite.png') -81px 0 no-repeat;
    margin-right:12px;
    cursor:pointer;
}

/****************************** home */
/* explore section */
.explore-section, .explore-wrapper {
    width:100%;
    margin:10px 0;
    padding:30px 0;
    display:inline-block;
}

.explore-wrapper {
    margin:0;
    padding:0 0 30px 0;
}

.explore-separator {
    width:92%; height:1px;
    background:#e5e5e5;
    margin:0 auto 0 auto;
}

.explore-title {
}

ul.explore-categories {
    list-style:none;
    margin:28px auto 0 auto;
    padding:0;
    display:table;
}

.explore-wrapper ul.explore-categories {
    margin:15px auto 0 auto;
}

.explore-categories li {
    width:100px;
    float:right;
    text-transform:uppercase;
    text-align:center;
    font-size:13px;
    font-weight:bold;
    /*letter-spacing:2px; (en)*/
}

.explore-categories li a {
    text-decoration:none;
    color:#000;
}

.explore-icon {
    padding:0 0 10px 0;
}

.explore-icon img {
    border-radius: 50%;
}

ul.explore-filters {
    list-style:none;
    margin:25px auto 0 auto;
    padding:0;
    display:table;
}

ul.explore-filters:after {
    clear:both;
}

ul.explore-filters li {
    float:right;
    text-transform:uppercase;
    text-align:center;
    font-size:13px;
    font-weight:bold;
    /*letter-spacing:2px; (en)*/
    padding:0 35px;
}

.explore-filters li a {
    text-decoration:none;
    color:#000;
}

/* favorites section */
#favs-section {
    background:#f0f0f0;
    padding:40px 0 45px;
    position: relative;
    display: block;
    direction:ltr;
    overflow-x: hidden;
}

.favs-title {
}

.favs-area {
    position:relative;
    margin-top:25px;
}

/* vip section */
#vip-section {
    background:#f0f0f0;
    padding:40px 0 45px;
    position: relative;
    display: block;
    direction:ltr;
}

.vip-title {
}

.vip-area {
    position:relative;
    margin-top:25px;
}

/* trending section */
#trending-section {
    background:#f0f0f0;
    padding:40px 0 45px;
    direction:ltr;
}

.trending-section-titles {
    margin:0 auto 0 auto;
    display:table;
}

.trending-title,
.newest-title,
.ending-title {
    padding:0 28px 0 28px;
    cursor:pointer;
    float:left;
}

.trending-title.current,
.newest-title.current,
.ending-title.current {
    color:#000;
}

.trending-area, .newest-area, .ending-area {
    position:relative;
    margin-top:25px;
}

.newest-area, .ending-area  {
    display:none;
}

/* project slider (favorites, trending, newest, ending) */
.home-project-list , .home-news-list , .report-list-slider, .home-story-list{
    width:92%;
    height:370px;
    position:relative;
    margin:0 auto 0 auto;
    display:block;
}

.home-project-single {
    width:326px;
}

.home-project-double {
    width:702px;
}

.home-project-prev {
    width:15px; height:28px;
    background:url('https://nahno.org/images/sprite.png') -5px -40px no-repeat;
    position:absolute;
    left:0; top:0;
    margin-left:-30px;
    margin-top:150px;
    cursor:pointer;
}

.home-project-next {
    width:15px; height:28px;
    background:url('https://nahno.org/images/sprite.png') -30px -40px no-repeat;
    position:absolute;
    right:0; top:0;
    margin-right:-30px;
    margin-top:150px;
    cursor:pointer;
}

.home-project-slide, .home-news-slide, .report-cell-slide {
    position:relative;
    width:326px;
    height:370px !important;
    background:#fff;
    margin-right:49px;
    overflow:hidden;
    float:left;
    cursor:pointer;
}

.home-project-slide-2  {
    position:relative;
    width:326px;
    height:325px !important;
    background:#fff;
    margin-right:49px;
    overflow:hidden;
    float:left;
    cursor:pointer;
}

.home-news-slide{
    background: transparent;
}

.home-project-more a , .home-news-more a {
    color:#fff;
    text-decoration:underline;
}

.home-project-cover , .home-news-cover {
    height:326px;
    position:relative;
    overflow:hidden;
}

.home-project-cover img , .home-news-cover img{
    width:326px;
}

.company-founding {
    position:absolute;
    top:0;
    left:0;
    margin-top: 20px;
    z-index:20;
}

.company-edit {
    position:absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    z-index: 20;

    background:#2dccd3;
    color:#fff;
    text-transform:uppercase;
    font-family:'TheSans-Plain';
    font-size: 25px !important;
    display:table;
    cursor:pointer;
    border:none;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.home-project-category {
    position:absolute;
    top:0; right:0;
    margin:0 15px 0 0;
    z-index:20;
}

.home-project-category img {
    width:46px;
}

.home-project-company {
    position:absolute;
    top:5px; left:5px;
    margin:0 15px 0 0;
    z-index:120;
}

.home-project-company img {
    width:66px;
}

.home-project-pledge {
    width:100%; height:38px;
    position:absolute;
    top:0; left:0;
    margin-top:196px;
    z-index:20;
}

.home-project-pledge .tooltip .tooltiptext {
    background:#fff;
    color:#000;
    left:0; margin-top:5px;
    min-width:215px;
}

.home-project-pledge .stripe {
    background:#ceceea;
    width:100%;
    text-align:center;
    clear:both;
}

.home-project-pledge .stripe .stripe-text {
    margin-right:20px;
    line-height:32px;
    height:32px;
    float:left;
}

.home-project-pledge .stripe .stripe-profilepic {
    width:34px; height:34px;
    float:left;
    overflow:hidden;
}

.home-project-pledge .stripe .stripe-profilepic img {
    max-width:34px;
}

.home-project-info , .home-news-info{
    width:100%; height:90px;
    background:rgba(0, 0, 0, 0.45);
    position:absolute;
    bottom:0; left:0;
    color:#fff;
    z-index:10;
}

.home-project-info-title , .home-news-info-title{
    font-size:18px;
    font-weight:bold;
    text-align:center;
    padding:20px 15px;
    margin:0 auto 0 auto;
    display:table;
}

.home-project-info-description , .home-news-info-description{
    font-family: 'TheSans-Plain';
    font-size:15px;
    text-align:center;
    padding:10px 15px;
    margin:0 auto 0 auto;
    display:none;
}

.home-project-data {
    height:50px; width:100%;
    background:#fff;
    position:absolute;
    bottom:0;
    z-index:10;
}

.home-project-progress-stat1 {
    font-size:18px;
    margin:6px 25px 0 0;
    float:right;
    display:none;
    direction:rtl;
    font-family: "TheSans-Plain";
}

.home-project-progress-stat2 {
    font-size:18px;
    margin:14px 0 0 35px;
    float:left;
    display:none;
    font-family: "TheSans-Plain";
    direction: rtl;
}

.home-project-progress-stat2:after {
    clear:both;
}

.home-project-progress {
    width:276px; height:6px;
    background:#f0f0f0;
    bottom:32px;
    margin-left:25px;
    position:absolute;
}

.home-project-progress-done {
    height:6px;
    background:#2dccd3;
    float:right;
}

.home-project-progress-done:after {
    clear:both;
}

/* sponsors section */
#sponsors-section {
    width:90%;
    margin:20px auto 0 auto;
    padding:20px 0;
    direction:ltr;
}

.sponsor {
    float:left;
}

.sponsor img{
    width:246px;
    height:150px;
    margin:0 auto 0 auto;
}

#sponsors-section .slick-track {
    height:150px;
}

#sponsors-section .slick-slide {
    text-align: center;
}

#sponsors-section .slick-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#sponsors-section .slick-slide img {
    vertical-align: middle;
    display: inline-block;
}

.sponsor-prev {
    width:15px; height:28px;
    background:url('https://nahno.org/images/sprite.png') -5px -40px no-repeat;
    position:absolute;
    left:0; top:0;
    margin-left:-40px;
    margin-top:80px;
    cursor:pointer;
}

.sponsor-next {
    width:15px; height:28px;
    background:url('https://nahno.org/images/sprite.png') -30px -40px no-repeat;
    position:absolute;
    right:0; top:0;
    margin-right:-40px;
    margin-top:80px;
    cursor:pointer;
}

/* quotes section */
#quotes-section {
    width:100%;
    padding:30px 0;
}

.quote {
    display:none;
}

.quote-content {
    max-width:75%;
    margin:0 auto 20px auto;
    font-size:24px;
    font-weight:300;
    line-height:34px;
    text-align:center;
}

.quote-author {
    margin:0 auto 0 auto;
    font-weight:bold;
    display:table;
}

.quote-author-org {
    margin:0 auto 0 auto;
    display:table;
}

/* highlights section */
#highlight-section {
    margin:0;
    overflow:hidden;
    height: 600px;
    position:relative;
}

.highlight {
    width:1170px;
    height:600px;
    overflow:hidden;
    position:absolute;
    display:none;
}

.highlight .stretch-width {
    width:1170px;
}

.highlight .stretch-height {
    height:600px;
}

.highlight-dark {
    width:inherit;
    height:600px;
    /*background:rgba(0, 0, 0, 0.40);*/
    position:absolute;
    z-index:10;
}

.highlight-message {
    width:100%;
    padding:0 10px;
    position:absolute;
    text-align:center;
    color:#fff;
    font-weight:300;
    font-size:36px;
    top:45%;
    z-index:20;
}

.highlight-message div {
    width:65%;
    margin:0 auto 0 auto;
}

.highlight-more {
    /*background:#2dccd3;
    color:#fff;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:1px;
    padding:15px 25px;
    display:table;
    cursor:pointer;*/
    position:absolute;
    bottom:75px;
    left:50%;
    margin-left:-75px;
    z-index:20;

    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

.highlight-prev {
    width:25px;
    height:45px;
    background:url('https://nahno.org/images/sprite.png') -55px -35px no-repeat;
    position:absolute;
    color:#fff;
    left:50px;
    top:50%;
    cursor:pointer;
    z-index:25;
}

.highlight-next {
    width:25px;
    height:45px;
    background:url('https://nahno.org/images/sprite.png') -90px -35px no-repeat;
    position:absolute;
    color:#fff;
    right:50px;
    top:50%;
    cursor:pointer;
    z-index:25;
}

/* stories section */
#stories-section {
    width:100%;
    padding:15px 0 0;
}

.home-story-slide {
    position:relative;
    width:326px;
    height:370px !important;
    background:#fff;
    overflow:hidden;
    float:right;
    cursor:pointer;
}

.home-story-slide.wide-1 {
    width:690px;
}

.home-story-slide.wide {
    width:790px;
}

.home-story-slide.margin {
    margin-left:50px;
}

.home-story-more a {
    color:#fff;
    text-decoration:underline;
}

.home-story-cover {
    height:326px;
    position:relative;
    overflow:hidden;
}

.home-story-slide.wide .home-story-cover img {
    width:790px;
    height:auto;
}

.home-story-cover img {
    height:400px;
    margin:0 0 0 -100px;
}

.home-story-category {
    position:absolute;
    top:0; right:0;
    margin:0 15px 0 0;
    z-index:20;
}

.home-story-category img {
    width:46px;
}

.home-story-info {
    width:100%; height:90px;
    background:rgba(0, 0, 0, 0.45);
    position:absolute;
    bottom:0; left:0;
    color:#fff;
    z-index:10;
}

.home-story-info-title {
    font-size:18px;
    font-weight:bold;
    text-align:center;
    padding:20px 15px;
    margin:0 auto 0 auto;
    display:table;
}

.home-story-info-description {
    font-size:16px;
    text-align:center;
    padding:10px 15px;
    margin:0 auto 0 auto;
    display:none;
}

/****************************** NGO */
.ngo-cover {
    height:425px;
    background-color:#f0f0f0;
    background-size:cover;
    background-position:50% 50%;
    position:relative;
}

.ngo-cover-gradient {
    width:100%;
    height:100%;
    background:url('https://www.nahno.org/images/cover-gradient.png') 0 0 repeat-x;
    position:absolute;
}

.ngo-info {
    padding:10px 0 20px;
    position:absolute;
    bottom:10px;
    margin-right:50px;
    color:#fff;
}

.ngo-profilepic {
    width:90px;
    height:90px;
    float:right;
    background:#ddd;
    /* border-radius:50%; */
    position:relative;
}

.ngo-profilepic img {
    width:90px;
    /* border-radius:50%; */
}

.ngo-tag {
    float:right;
    margin-right:20px;
}

.ngo-name {
    font-size:34px;
    font-weight:normal;
    padding:0 0;
}

.ngo-location {
    font-size:16px;
    position:relative;
    font-family: "TheSans-Plain";
    width: 75%;
}

.ngo-location .icon-location-light {
    margin-right:4px;
}

/* description block */
.ngo-block {
    background:#f0f0f0;
    padding:35px 40px;
}

.ngo-desc-block
{
    width:65%;
    float:right;
}

.ngo-desc-title {
    font-size:21px;
}

.ngo-desc-text {
    font-family: 'TheSans-Plain';
    font-size:16px;
    line-height:24px;
    margin:20px 0 0 0;
    padding:0 0 0 45px;
    position:relative;
}

.ngo-board-block {
    width:35%;
    float:right;
}

.ngo-board-wrap {
    width:64px; height:64px;
    background:#ddd;
    /* border-radius:50%; */
    float:right;
    position:relative;
}

.ngo-board-wrap img {
    width:64px; height:64px;
    background:#ddd;
    /* border-radius:50%; */
}

ul.ngo-board-info {
    list-style:none;
    float:right;
    margin:12px 25px 0 0;
    padding:0;
    font-family: "TheSans-Plain";
}

ul.ngo-board-info li {
    padding:0 0 2px 0;
}

ul.ngo-board-info.edit {
    margin:2px 25px 0 0;
}

.ngo-contact {
    margin-top:15px;
    display:inline-table;
}

.ngo-contact a {
    font-size:16px;
    color:#2dccd3;
    text-decoration:none;
    margin:0 12px 0 0;
}

/* board edit mode */
.ngo-board-cell {
    margin-bottom:15px;
    position:relative;
}
.ngo-board-cell-extra {
    text-align:center;
    padding:10px 0 0;
    position:relative;
}

.ngo-board-del {
    position:absolute;
    width:21px; height:21px;
    background:url('https://nahno.org/images/sprite.png') -161px -86px no-repeat;
    left:10px; top:0;
    cursor:pointer;
}

.ngo-board-add {
    text-align:center;
    font-size:45px;
    font-weight:bold;
    color:#2dccd3;
    margin:0 auto;
    display:table;
    cursor:pointer;
}

.ngo-board-add span {
    font-size:16px;
    font-weight:600;
    margin-top:-15px;
    display:table;
}

/* section tabs */
.ngo-tabs-block {
    width:91%;
}

ul.ngo-tabs {
    list-style:none;
    margin:0;
    padding:0;
    float:right;
}

ul.ngo-tabs li {
    font-weight:bold;
    /*letter-spacing:3px;*/
    text-transform:uppercase;
    float:right;
    padding:20px 0 17px 0;
    margin:0 0 0 40px;
    cursor:pointer;
}

ul.ngo-tabs li.current {
    color:#2dccd3;
    border-bottom:solid 3px #2dccd3;
}

.ngo-social {
    /*letter-spacing:1px;*/
    padding:20px 0 0;
    float:left;
    position:relative;
}

.ngo-social a {
    text-decoration:none;
}

.ngo-links {
    float:right;
    margin:-3px 0 0 12px;
}

.ngo-facebook {
    width:32px; height:34px;
    background:url('https://nahno.org/images/sprite.png') 0 -195px no-repeat;
    margin-right:5px;
    cursor:pointer;
}

.ngo-twitter {
    width:32px; height:34px;
    background:url('https://nahno.org/images/sprite.png') -40px -195px no-repeat;
    margin-right:5px;
    cursor:pointer;
}

.ngo-instagram {
    width:32px; height:34px;
    background:url('https://nahno.org/images/sprite.png') -81px -195px no-repeat;
    cursor:pointer;
}

.ngo-linkedin {
    width:39px; height:34px;
    background:url('https://nahno.org/images/sprite.png') -118px -195px no-repeat;
    cursor:pointer;
}

.ngo-facebook a, .ngo-twitter a, .ngo-instagram a, .ngo-linkedin a {
    display:block;
    width:31px; height:32px;
}

.ngo-details {
    width:100%;
    margin:0 0 0 0;
    position:relative;
}

.ngo-details .no-results {
    width:100%;
    background:#f3fbfb;
    padding:50px 0;
    font-size:18px;
    text-align:center;
    display:table;
    font-family: "TheSans-Plain";
}

/* ngo summary */
#ngo-detail-summary {
    /*padding:10px 0 10px 0;*/
}

/* ngo gallery */
#ngo-detail-gallery {
    padding:15px 0 15px 0;
    display:none;
    position:relative;
}

.ngo-active-projects {
    background-color:#f0f0f0;
    padding:40px 0 0 0;
    margin:10px 0 0 0;
}

.ngo-complete-projects {
    background-color:#f0f0f0;
    padding:40px 0 0 0;
    margin:0 0 0 0;
    direction:ltr;
}

.ngo-active-projects .search-project-progress {
    background:#fff;
}

/* ngo followers */
#ngo-detail-followers {
    padding:15px 0 15px 0;
    display:none;
}

.ngo-followers {
    width:94%;
    margin:0 auto 0 auto;
    position:relative;
}

.ngo-follower {
    padding:25px 25px;
}

.ngo-follower-slide {
    position:relative;
}

.ngo-follower-pic {
    width:70px; height:70px;
    margin:5px 0 0 20px;
    background:#f0f0fa;
    border-radius: 50%;
    float:right;
}

.ngo-follower-pic img {
    width:70px;
    /* border-radius: 50%; */
    float:right;
}

.ngo-follower a {
    color:#000;
    text-decoration:none;
}

.ngo-follower-details {
    width:650px;
    float:right;
    font-family: "TheSans-Plain";
}

.ngo-follower-title {
    font-size:16px;
    font-weight:600;
    margin-bottom:5px;
    font-family: 'TheSans-Plain';
}


/* contact popup */
.contact-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.contact-dialog {
    position: relative;
    margin: 50px auto 0;
    width: 800px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.contact-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.contact-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.contact-content {
    min-height:300px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.contact-header {
    height:65px;
    background:#f0f0f0;
    padding:20px;
    font-size:28px;
}

.contact-title {
    margin:15px 30px 0 0;
}

.contact-details {
    padding:46px 50px 50px;
}

.contact-field {
    margin:15px 0;
}

.contact-button, .contact-back {
    margin:10px auto 0 auto;
}

.contact-field input[type=text],
.contact-field select {
    width:325px;
    border:none;
    border-bottom:solid 1px #cccccc;
    padding:5px 0;
    font-size:15px;
}

.contact-field textarea {
    width:700px;
    border:solid 1px #cccccc;
}

.contact-field.field-full input[type=text] {
    width:700px;
}

.contact-field.field-half input[type=text],
.contact-field.field-half select {
    width:325px;
}

.contact-field.space {
    padding-left:50px;
}

.contact-confirm {
    width:450px;
    padding:46px 50px 50px;
    margin:0 auto 0 auto;
    text-align:center;
    display:none;
}

.contact-label {
    color:#a9a9a9;
    margin:5px 0;
    font-size:15px;
}

/****************************** company */
.company-cover {
    height:425px;
    background-color:#f0f0f0;
    background-size:cover;
    background-position:50% 50%;
    position:relative;
}

.company-cover-gradient {
    width:100%;
    height:100%;
    background:url('https://www.nahno.org/images/cover-gradient.png') 0 0 repeat-x;
    position:absolute;
}

.company-info {
    padding:10px 0 20px;
    position:absolute;
    bottom:10px;
    margin-right:50px;
    color:#fff;
}

.company-profilepic {
    width:90px;
    height:90px;
    float:right;
    background:#ddd;
    /* border-radius:50%; */
    position:relative;
}

.company-profilepic img {
    width:90px;
    /* border-radius:50%; */
}

.company-tag {
    float:right;
    margin-right:20px;
}

.company-name {
    font-size:34px;
    font-weight:normal;
    padding:0 0;
}

.company-location {
    font-size:16px;
    font-family: "TheSans-Plain";
}

.company-location .icon-location-light {
    margin-right:4px;
}

/* description block */
.company-block {
    background:#f0f0f0;
    padding:35px 40px;
}

.company-desc-block
{
    width:75%;
    margin:0 auto 0 auto;
}

.company-desc-title {
    font-size:21px;
}

.company-desc-text {
    font-family: 'TheSans-Plain';
    font-size:16px;
    line-height:24px;
    margin:20px 0 0 0;
    padding:0 0 0 45px;
    position:relative;
}

/* section tabs */
.company-tabs-block {
    width:91%;
}

ul.company-tabs {
    list-style:none;
    margin:0;
    padding:0;
    float:right;
}

ul.company-tabs li {
    font-weight:bold;
    letter-spacing:0px;
    text-transform:uppercase;
    float:right;
    padding:20px 0 17px 0;
    margin:0 0 0 40px;
    cursor:pointer;
}

ul.company-tabs li.current {
    color:#2dccd3;
    border-bottom:solid 3px #2dccd3;
}

.company-social {
    /*letter-spacing:1px;*/
    padding:20px 0 0;
    float:left;
    position:relative;
}

.company-social a {
    text-decoration:none;
}

.company-links {
    float:right;
    margin:-3px 0 0 12px;
}

.company-facebook {
    width:31px; height:34px;
    background:url('https://nahno.org/images/sprite.png') 0 -195px no-repeat;
    margin-right:5px;
    cursor:pointer;
}

.company-twitter {
    width:33px; height:34px;
    background:url('https://nahno.org/images/sprite.png') -40px -195px no-repeat;
    margin-right:5px;
    cursor:pointer;
}

.company-instagram {
    width:32px; height:34px;
    background:url('https://nahno.org/images/sprite.png') -81px -195px no-repeat;
    cursor:pointer;
}

.company-linkedin {
    width:39px; height:34px;
    background:url('https://nahno.org/images/sprite.png') -118px -195px no-repeat;
    cursor:pointer;
}

.company-facebook a, .company-twitter a, .company-instagram a, .company-linkedin a {
    display:block;
    width:31px; height:32px;
}

.company-details {
    width:100%;
    margin:0 0 0 0;
    position:relative;
}

.company-details .no-results {
    width:100%;
    background:#f3fbfb;
    padding:50px 0;
    font-size:18px;
    text-align:center;
    display:table;
    font-family: "TheSans-Plain";
}

/* company summary */
.company-social-graph .title-grey {
    margin-right:30px;
}

.company-social-graph {
    width:100%;
    padding:25px 0 20px;
    font-size:20px;
}

.company-social-graph .category {
    padding:10px 30px;
}

.company-social-graph .category-row {
    cursor:pointer;
    font-family: "TheSans-Plain";
}

.company-social-graph .category-count {
    width:40px; height:40px;
    float:right;
    color:#000;
    font-size:22px;
    text-align:center;
    line-height:40px;
    /* border-radius:50%; */
    margin:0 0 0 15px;
}

.company-social-graph .category-details {
    margin:15px 65px 0;
    display:none;
}

.company-social-graph .category-project {
    padding:15px 0 20px;
}

.company-social-graph .category-project-units {
    font-weight:bold;
    font-size:30px;
    margin:0 4px;
    font-family: "TheSans-Plain";
}

.company-social-graph .category-project-ngo {
    float:left;
    margin-top:10px;
    font-size:18px;
    font-family: "TheSans-Plain";
}

.company-social-graph .category-project-ngo-title {
    float:left;
    width:200px;
    margin-top:18px;
    font-family: "TheSans-Plain";
}

.company-social-graph .category-project-ngo-title a {
    text-decoration:none;
}

.company-social-graph .category-project-ngo-pic {
    width:75px; height:75px;
    /* border-radius:50%; */
    float:left;
    margin-left:25px;
}

.company-social-graph .category-project-more {
    text-decoration:none;
    border-bottom:solid 1px #ddd;
}

.company-social-graph .social-tabs {
    display:inline-block;
}

.company-social-graph .social-tabs a {
    text-decoration:none;
    font-size:16px;
    font-family: "TheSans-Plain";
}

.company-social-graph #social-tab-graph {
    position:relative;
}

.company-social-graph #social-tab-list {
    display:none;
    min-height:400px;
}

.company-supported-projects {
    background-color:#f0f0f0;
    padding:40px 0 0 0;
    margin:10px 0 0 0;
    direction:ltr;
}

/* company gallery */
#company-detail-gallery {
    padding:10px 0 10px 0;
    display:none;
    position:relative;
}

/* company following */
#company-detail-following {
    padding:10px 0 15px 0;
    display:none;
    position:relative;
}

ul.company-following-tabs {
    list-style:none;
    width:91%;
    padding:0;
}

ul.company-following-tabs li {
    font-weight:normal;
    letter-spacing:0px;
    text-transform:uppercase;
    float:right;
    padding:5px 0 10px 0;
    margin:0 0 0 40px;
    cursor:pointer;
}

ul.company-following-tabs li.current {
    color:#2dccd3;
    border-bottom:solid 2px #2dccd3;
}

.company-following-ngo {
    display:none;
}

/* company followers */
#company-detail-followers {
    padding:15px 0 15px 0;
    display:none;
}

.company-followers {
    width:94%;
    margin:0 auto 0 auto;
    position:relative;
}

.company-follower {
    padding:25px 25px;
}

.company-follower-slide {
    position:relative;
}

.company-follower-pic {
    width:70px; height:70px;
    margin:5px 0 0 20px;
    background:#f0f0fa;
    /* border-radius: 50%; */
    float:right;
    overflow:hidden;
}

.company-follower-pic img {
    max-height:70px;
    /*border-radius: 50%;*/
    float:right;
}

.company-follower a {
    color:#000;
    text-decoration:none;
}

.company-follower-details {
    width:650px;
    float:right;
    font-family: "TheSans-Plain";
}

.company-follower-title {
    font-size:16px;
    font-weight:600;
    margin-bottom:5px;
    font-family: 'TheSans-Plain';
}

/****************************** user */
.user-cover {
    height:425px;
    background-color:#f0f0f0;
    background-size:cover;
    background-position:50% 50%;
    position:relative;
}

.user-cover-gradient {
    width:100%;
    height:100%;
    background:url('https://www.nahno.org/images/cover-gradient.png') 0 0 repeat-x;
    position:absolute;
}

.user-info {
    padding:10px 0 20px;
    position:absolute;
    bottom:10px;
    margin-right:50px;
    color:#fff;
}

.user-profilepic {
    width:90px;
    height:90px;
    float:right;
    background:#ddd;
    /* border-radius:50%; */
    position:relative;
}

.user-profilepic img {
    width:90px;
    /* border-radius:50%; */
}

.user-tag {
    float:right;
    margin-right:20px;
}

.user-name {
    font-size:34px;
    font-weight:normal;
    padding:6px 0;
}

.user-location {
    font-size:16px;
}

.user-location .icon-location-light {
    margin-right:4px;
}

/* description block */
.user-block {
    background:#f0f0f0;
    padding:35px 40px;
}

.user-bio-block {
    background:#f0f0f0;
    padding:35px 40px;
    display: flex;
}

.user-followers-block{ 
	width: 35%;
} 

.user-desc-block
{
    width: 65%;
}

.user-desc-title {
    font-size:21px;
}

.user-desc-text {
    font-family: 'TheSans-Plain';
    font-size:16px;
    line-height:24px;
    margin:20px 0 0 0;
    padding:0 0 0 45px;
    position:relative;
}

/* section tabs */
.user-tabs-block {
    width:91%;
}

ul.user-tabs {
    list-style:none;
    margin:0;
    padding:0;
    float:right;
}

ul.user-tabs li {
    font-weight:bold;
    letter-spacing:0px;
    text-transform:uppercase;
    display: inline-block;
    padding:20px 0 17px 0;
    margin:0 0 0 40px;
    cursor:pointer;
}

ul.user-tabs li.current {
    color:#2dccd3;
    border-bottom:solid 3px #2dccd3;
}

.user-social {
    letter-spacing:1px;
    padding:20px 0 0;
    float:left;
    position:relative;
}

.user-social a {
    text-decoration:none;
}

.user-links {
    float:right;
    margin:-3px 0 0 12px;
}

.user-facebook {
    width:31px; height:34px;
    background:url('https://nahno.org/images/sprite.png') 0 -195px no-repeat;
    margin-right:5px;
    cursor:pointer;
}

.user-twitter {
    width:32px; height:34px;
    background:url('https://nahno.org/images/sprite.png') -40px -195px no-repeat;
    margin-right:5px;
    cursor:pointer;
}

.user-instagram {
    width:32px; height:34px;
    background:url('https://nahno.org/images/sprite.png') -81px -195px no-repeat;
    cursor:pointer;
}

.user-linkedin {
    width:39px; height:34px;
    background:url('https://nahno.org/images/sprite.png') -118px -195px no-repeat;
    cursor:pointer;
}

.user-facebook a, .user-twitter a, .user-instagram a, .user-linkedin a {
    display:block;
    width:31px; height:32px;
}

.user-details {
    width:100%;
    margin:0 0 0 0;
    position:relative;
}

.user-details .no-results {
    width:100%;
    background:#f3fbfb;
    padding:50px 0;
    font-size:18px;
    text-align:center;
    display:table;
    font-family: "TheSans-Plain";
}

/* user summary */
#user-detail-summary {
    /*padding:10px 0 10px 0;*/
}

.user-social-graph {
    width:100%;
    padding:25px 0 20px;
    font-size:20px;
}

.user-social-graph .title-grey {
    margin-right:30px;
}

.user-social-graph .category {
    padding:10px 30px;
}

.user-social-graph .category-row {
    cursor:pointer;
    font-family: "TheSans-Plain";
}

.user-social-graph .category-count {
    width:40px; height:40px;
    float:right;
    color:#000;
    font-size:22px;
    text-align:center;
    line-height:40px;
    /* border-radius:50%; */
    margin:0 0 0 15px;
}

.user-social-graph .category-details {
    margin:15px 65px 0;
    display:none;
}

.user-social-graph .category-project {
    padding:15px 0 20px;
}

.user-social-graph .category-project-units {
    font-weight:bold;
    font-size:30px;
    margin:0 4px;
}

.user-social-graph .category-project-ngo {
    float:left;
    margin-top:10px;
    font-size:18px;
    font-family: "TheSans-Plain";
}

.user-social-graph .category-project-ngo-title {
    float:left;
    width:200px;
    margin-top:18px;
    font-family: "TheSans-Plain";
}

.user-social-graph .category-project-ngo-title a {
    text-decoration:none;
}

.user-social-graph .category-project-ngo-pic {
    width:75px; height:75px;
    /* border-radius:50%; */
    float:left;
    margin-left:25px;
}

.user-social-graph .category-project-more {
    text-decoration:none;
    border-bottom:solid 1px #ddd;
}

.user-social-graph .social-tabs {
    display:inline-block;
}

.user-social-graph .social-tabs a {
    text-decoration:none;
    font-size:16px;
    font-family: "TheSans-Plain";
}

.user-social-graph #social-tab-graph {
    position:relative;
}

.user-social-graph #social-tab-list {
    display:none;
    min-height:400px;
}

#social-tab-list-vip .category-project
{
    padding-right:30px;
    padding-left: 95px;
}


/* recent activity */
.user-activity-list {
    width:90%;
    position:relative;
    margin:15px auto 0;
    display:block;
}

.user-activity {
    width:100px;
    float:left;
    margin:0 25px;
    position:relative;
    cursor:pointer;
}

.user-activity-pic {
    width:100px;
    /* border-radius:50%; */
    overflow:hidden;
}

.user-activity-pic img {
    height:100px;
}

.user-activity-follow,
.user-activity-donate,
.user-activity-comment {
    width:52px; height:52px;
    background:#fff;
    /* border-radius:50%; */
    border:solid 1px #cecece;
    top:0; left:0;
    margin:60px 0 0 -7px;
    position:absolute;
    cursor:pointer;
}

.user-activity-follow .user-activity-icon {
    width:25px; height:25px;
    background:url('https://nahno.org/images/sprite.png') -223px -138px no-repeat;
    margin:13px 0 0 13px;
}

.user-activity-follow:hover .user-activity-icon {
    width:25px; height:25px;
    background:url('https://nahno.org/images/sprite.png') -258px -138px no-repeat;
    margin:13px 0 0 13px;
}

.user-activity-donate .user-activity-icon {
    width:13px; height:25px;
    background:url('https://nahno.org/images/sprite.png') -176px -170px no-repeat;
    margin:14px 0 0 19px;
}

.user-activity-donate:hover .user-activity-icon {
    width:13px; height:25px;
    background:url('https://nahno.org/images/sprite.png') -154px -170px no-repeat;
    margin:14px 0 0 19px;
}

.user-activity-comment .user-activity-icon {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -228px -172px no-repeat;
    margin:17px 0 0 16px;
}

.user-activity-comment:hover .user-activity-icon {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -198px -172px no-repeat;
    margin:17px 0 0 16px;
}

.user-activity-date {
    margin-top:25px;
    text-align:center;
    font-family: "TheSans-Plain";
}

.user-activity-info {
    font-family: 'TheSans-Plain';
    width:115px;
    background:#fff;
    font-size:11px;
    direction:rtl;
    padding:4px 5px;
    bottom:-12px; left:-10px;
    border-radius: 6px;
    position:absolute;
    display:none;
    z-index:5;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}

.user-activity-follow:hover .user-activity-info,
.user-activity-donate:hover .user-activity-info,
.user-activity-comment:hover .user-activity-info {
    display: block;
}

.user-activity-prev {
    width:15px; height:28px;
    background:url('https://nahno.org/images/sprite.png') -5px -40px no-repeat;
    position:absolute;
    left:0; top:0;
    margin-left:-40px;
    margin-top:40px;
    cursor:pointer;
}

.user-activity-next {
    width:15px; height:28px;
    background:url('https://nahno.org/images/sprite.png') -30px -40px no-repeat;
    position:absolute;
    right:0; top:0;
    margin-right:-40px;
    margin-top:40px;
    cursor:pointer;
}

.user-supported-projects {
    background-color:#f0f0f0;
    padding:40px 0 0 0;
    margin:10px 0 0 0;
    /*     direction:ltr; */
}

.user-supported-projects .home-project-progress {   
    margin-left:0px;
    margin-right:25px;
}

/* user following */
#user-detail-following {
    padding:10px 0 15px 0;
    display:none;
    position:relative;
}

ul.user-following-tabs {
    list-style:none;
    width:91%;
    padding:0;
}

ul.user-following-tabs li {
    font-weight:normal;
    letter-spacing:0px;
    text-transform:uppercase;
    float:right;
    padding:5px 0 10px 0;
    margin:0 0 0 40px;
    cursor:pointer;
}

ul.user-following-tabs li.current {
    color:#2dccd3;
    border-bottom:solid 2px #2dccd3;
}

.user-following-usr, .user-following-cmp,
.user-following-ngo {
    display:none;
}

/* user followers */
#user-detail-followers {
    padding:15px 0 15px 0;
    display:none;
}

.user-followers {
    width:94%;
    margin:0 auto 0 auto;
    position:relative;
}

.user-follower {
    padding:25px 25px;
}

.user-follower-slide {
    position:relative;
}

.user-follower-pic {
    width:70px; height:70px;
    margin:5px 0 0 20px;
    background:#f0f0fa;
    /* border-radius: 50%; */
    overflow:hidden;
    float:right;
}

.user-follower-pic img {
    height:70px;
    /*border-radius: 50%;*/
    float:right;
}

.user-follower a {
    color:#000;
    text-decoration:none;
}

.user-follower-details {
    width:650px;
    float:right;
    font-family: "TheSans-Plain";
}

.user-follower-title {
    font-size:16px;
    font-weight:600;
    margin-bottom:5px;
    font-family: 'TheSans-Plain';
}

.user-follower-more {
    margin-top:10px;
}

.user-follower-more a {
    border-bottom:solid 1px #ddd;
}

.user-edit {
    position:absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    z-index: 20;
    background:#2dccd3;
    color:#fff;
    text-transform:uppercase;
    font-family:'TheSans-Plain';
    font-size: 18px !important;
    display:table;
    cursor:pointer;
    border:none;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/****************************** project */
.project-block {
    background:#f0f0f0;
    padding:45px 40px 35px;
    position:relative;
}

.project-block-left {
    width:695px;
    float:right;
}

.project-block-right {
    width:350px;
    float:left;
    margin-right:35px;
}

.project-block .separator-line1 {
    margin:17px 0;
}

.project-category {
    position:absolute;
    top:0;
}

.project-category-icon {
    float:right;
    width:100%;
}

.project-category-icon img {
    width:45px;
}

.project-cover-upload {
    text-align:center;
    bottom:10px; left:50%;
    margin-left:-100px;
    padding:4px;
    position:absolute;
    display:table;
}

.project-category-name {
    float:right;
    font-size:16px;
    margin:11px 11px 0 0;
}

.project-cover {
    width:695px;
    height:400px; 
    background-size:cover;
    background-position:50% 50%;
    margin:0 0 15px 0;
    /*    margin:-12px 0 20px 0;*/
    position:relative;
    display:inline-block;
}

.project-cover img {
    width:765px;
}

.project-name {
    font-size:24px;
    font-weight:normal;
    /*    padding:17px 0;*/
}

.project-location {
    font-size:16px;
    position:relative;
    font-family: "TheSans-Plain";
}

.project-location .icon-location-light {
    margin-right:4px;
}

.project-desc {
    font-family: 'TheSans-Plain';
    font-size:16px;
    line-height:24px;
    margin:20px 0 0 0;
    padding:0 0 0 45px;
    position:relative;
}
/*
.project-ngo a {
    text-decoration:none;
    color:#000;
}*/

.project-ngo a:hover {
    color:#2dccd3;
}

.project-ngo-pic {
    width:45px;
    /* border-radius: 50%; */
    float:right;
}

.project-ngo-name {
    font-size:16px;
    margin:-3px 20px 0 0;
    float:right;
}

.project-progress {
    width:350px; height:6px;
    background:#ffffff;
    margin:10px 0 0 0;
}

.project-progress-done {
    height:6px;
    background:#2dccd3;
    float:right;
}

.project-donors ul {
    list-style:none;
    margin:0; padding:0;
}

.project-donors ul li {
    float:right;
    text-align:center;
}

.project-company .project-company-label {
    float:left;
    text-transform:uppercase;
    color:#a0a0a8;
}

.project-company .project-company-profilepic {
    float:left;
    margin:0 20px 0 0;
}

.project-company .project-company-pic {
    margin-top:-13px;
    float: left;
}

.project-pledge-contribute {
    background-color: #f0f0f0;
    padding: 5px;
    margin: 0 auto;
    width: 790px;
    font-size:15px;
}

#main-project .project-pledge-contribute {
    padding: 10px 40px 10px ;
    width: 100%;
    font-size:18px;
}

.search-projects .project-pledge-contribute {
    width:655px;
    margin-top:10px;
}

.project-pledge-contribute .block {
    width:31%;
    float:right;
    text-align:center;
}

.project-pledge-contribute .separator {
    background:#cccfd4;
    width:2px;
    height:45px;
    margin:5px;
    float:right;
}

.project-pledge-contribute .project-pledge-company {
    width:75px;
}

.project-pledge {
    background-color: #fff;
    padding-top: 15px;
}

.project-pledge .project-pledge-company {
    width:65px;
    float:right;
    margin-left:15px;
    margin-right: 15px;
}

.project-pledge .project-pledge-company {
    width:65px;
}

/* section tabs */
.project-tabs-block {
    width:91%;
}

ul.project-tabs {
    list-style:none;
    margin:0;
    padding:0;
    float:right;
}

ul.project-tabs li {
    font-weight:bold;
    /*letter-spacing:3px;*/
    text-transform:uppercase;
    float:right;
    padding:20px 0 17px 0;
    margin:0 0 0 45px;
    cursor:pointer;
}

ul.project-tabs li.current {
    color:#2dccd3;
    border-bottom:solid 3px #2dccd3;
}

.project-social {
    letter-spacing:1px;
    padding:20px 0 0;
    float:right; /**/
    position:relative;
}

.project-details {
    width:100%;
    margin:0 0 0 0;
    position:relative;
}

.project-details .no-results {
    width:100%;
    background:#f3fbfb;
    padding:50px 0;
    font-size:18px;
    text-align:center;
    display:table;
    font-family: "TheSans-Plain";
}

.project-detail-block {
    padding:0 50px 0 0;
}

.project-detail-block-sdg {
    /*    padding:0 50px 0 0;*/
    padding: 0;
}

.project-detail-text {
    font-family: 'TheSans-Plain';
    font-size:16px;
    line-height:24px;
    margin:5px 0;
}

/* project summary */
#project-detail-summary {
    /*    padding:25px 0 20px 0;   */
    padding:15px 0 15px 0;
    width:66%;
    float:right;
}

/* project summary */
#project-detail-summary-sdg {
    padding:25px 0 20px 0;
    width:66%;
    float:right;
}

/* project updates */
#project-detail-updates {
    padding:15px 0 15px 0;
    width:66%;
    /*    width:100%;*/
    float:right;
    display:none;
}

.project-update-list {
    padding : 0 50px 0 50px ;
}

.project-update-cell .title {
    margin:6px 0;
}

.project-update-cell {
    background:url('https://www.nahno.org/images/bullet2.png') 0 0 no-repeat;
    background-position:0 3px;
    background-position: 100% .4em;
    padding:0 50px 0 0;
    position:relative;
}

.project-update-pic {
    max-width:670px !important;
    margin-top:5px;
    width: 100%;
}

/* project comments */
#project-detail-comments {
    padding:15px 50px 15px 50px;
    width:66%;
    /*    width:100%;*/
    float:right;
    display:none;
}

.project-comment {
    padding:25px 25px;
}

.project-comment.reply {
    background:#f0f0f0;
    padding:25px 25px;
    margin-right:110px;
}

.project-comment-pic {
    width:70px; height:70px;
    margin:5px 0 0 20px;
    background:#f0f0fa;
    /* border-radius: 50%; */
    float:right;
}

.project-comment-pic img {
    width:70px;
    /* border-radius: 50%; */
    float:right;
}

.project-comment-details {
    width:625px;
    float:right;
    font-family: "TheSans-Plain";
}

.project-comment-details.reply {
    width:520px;
    float:right;
    font-family: "TheSans-Plain";
}
.project-detail-list{
    /*    padding: 0 50px 0 50px ;*/
}

.project-comment-title {
    font-size:16px;
    font-weight:600;
    margin-bottom:5px;
    font-family: 'TheSans-Plain';
}

.project-comment-entry {
    background:#f0f0f0;
    padding:30px;
}

.project-comment-entry textarea {
    width:100%;
    border:none;
}

.project-comment-reply {
    margin-top:5px;
}

.project-comment-reply textarea {
    width:100%;
    padding:5px;
    border:solid 1px #dddddd;
    margin-bottom:5px;
}

.project-comment-footer {
    margin-top:5px;
}

.project-comment-footer .link {
    margin-right:10px;
}

/* project followers */
#project-detail-followers {
    padding:15px 50px 15px 50px;
    /*    width:100%;*/
    width:66%;
    float:right;
    display:none;
}

.project-followers {
    width:94%;
    margin:0 auto 0 auto;
    position:relative;
}

.project-follower {
    /*    padding : 0 50px 0 0 ;*/
}

.project-follower-slide {
    position:relative;
}

.project-follower-pic {
    width:70px; height:70px;
    margin:5px 0 0 20px;
    background:#f0f0fa;
    /* border-radius: 50%; */
    float:right;
}

.project-follower-pic img {
    width:70px;
    /* border-radius: 50%; */
    float:right;
}

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

.project-follower-details {
    /*    width:625px;*/
    float:right;
    font-family: "TheSans-Plain";
}

.project-follower-title {
    font-size:16px;
    font-weight:600;
    margin-bottom:5px;
    font-family: 'TheSans-Plain';
}

.project-follower-more {
    margin-top:10px;
}

.project-follower-more a {
    border-bottom:solid 1px #ddd;
}

/* project flag dialog */
.project-flag {
    margin:20px 0 10px 0;
    cursor:pointer;
}

.project-flag-icon {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -222px -86px no-repeat;
}

.project-flag-label {
    font-size:13px;
    color:#2dccd3;
    margin:1px 14px 0 0;
    font-family: "TheSans-Plain";
}

/* project contribution options */
#project-detail-options {
    float:left;
    /*    width:350px;*/
    width:33%;
    margin-top:25px;
}

.project-sim-option {
    min-height:50px;
    padding:10px 20px 20px;
    border:solid 1px #dddddd;
    font-size:16px;
    cursor:pointer;
    font-family: "TheSans-Plain";
}

.project-sim-option:hover {
    border:solid 1px #ff993c;
}

.project-sim-option .option-cost {
    font-size:26px;
    font-weight:bold;
    margin-bottom:4px;
    float:right;
    font-family: "TheSans-Plain";
}

.project-sim-option .option-cost-category {
    width:25px;
    margin:10px 5px 0 0;
    float:right;
}

.project-sim-option .option-cost-category img {
    width:25px;
    border-radius: 50%;
}

/****************************** project new */
.project-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.project-dialog {
    position: relative;
    margin: 50px auto 0;
    width: 800px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.project-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.project-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.project-content {
    min-height:300px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.project-header {
    min-height:65px;
    background:#f0f0f0;
    padding:20px;
    font-size:28px;
}

.project-title {
    margin:15px 30px 0 0;
}

.project-new1, .project-new2,
.project-edit {
    padding:36px 50px 50px;
}

.project-field {
    margin:15px 0;
    font-size:15px;
    font-family: "TheSans-Plain";
}

.project-button, .project-back {
    margin:10px auto 0 auto;
}

.project-field input[type=text],
.project-field select {
    border:none;
    border-bottom:solid 1px #cccccc;
    padding:5px 0;
    font-size:15px;
}

.project-field.field-full input[type=text] {
    width:700px;
}

.project-field.field-half input[type=text],
.project-field.field-half select {
    /*    width:325px;*/
    width:150px;
}

.project-field.field-half-clipped input[type=text] {
    /*    width:318px;*/
}

.project-field.field-third input[type=text],
.project-field.field-fourth input[type=text] {
    width:150px;
}

.project-field select{
    color: #a9a9a9;
}

.project-field option {
    color: #000000;
}

.project-option-label {
    margin-left:25px;
}

.project-field.space {
    padding-left:50px;
}

.project-confirm {
    width:350px;
    padding:46px 50px 50px;
    margin:0 auto 0 auto;
    text-align:center;
    display:none;
}

.project-new2 {
    display:none;
}

.project-guidelines {
    margin:25px 0 20px 0; padding:0;
    list-style:none;
}

.project-guidelines li {
    padding:0 0 15px 0;
    margin:0 35px 0 0;
    background:url('https://www.nahno.org/images/bullet1.png') 0 3px no-repeat;
    background-position: 100% .4em;
    text-indent:30px;
}

.project-terms {
    width:100%; height:225px;
    background-color:#f0f0f0;
    margin:20px 0;
    padding:12px 15px;
    border:none;
    overflow-y:scroll;
}


/****************************** project_vip new */
.project_vip-fade, .project_main-fade , .project_vip-stages-fade{
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.project_vip-dialog , .project_vip-main-dialog{
    position: relative;
    margin: 50px auto 0;
    width: 800px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.project_vip-dialog.in , .project_vip-main-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.project_vip-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.project_vip-content {
    min-height:300px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.project_vip-header {
    min-height:65px;
    background:#f0f0f0;
    padding:20px;
    font-size:28px;
}

.project_vip-title {
    margin:15px 30px 0 0;
}

.project_vip-field {
    margin:15px 0;
    font-size:15px;
    font-family: "TheSans-Plain";
}

.project_vip-button, .project_vip-back {
    margin:10px auto 0 auto;
}

.project_vip-field input[type=text],
.project_vip-field select {
    border:none;
    border-bottom:solid 1px #cccccc;
    padding:5px 0;
    font-size:15px;
}

.project_vip-field.field-full input[type=text] {
    width:700px;
}

.project_vip-field.field-half input[type=text],
.project_vip-field.field-half select {
    width:150px;
}

.project_vip-field.field-half-clipped input[type=text] {
    width:318px;
}

.project_vip-field.field-third input[type=text],
.project_vip-field.field-fourth input[type=text] {
    /*    width:150px;*/
    width:50px;
}

.project_vip-field select{
    color: #a9a9a9;
}

.project_vip-field option {
    color: #000000;
}

.project_vip-option-label {
    margin-left:25px;
}

.project_vip-field.space {
    padding-left:50px;
}

.project_vip-confirm {
    width:350px;
    padding:46px 50px 50px;
    margin:0 auto 0 auto;
    text-align:center;
    display:none;
}

.project_vip-2 {
    display:none;
}

.project_vip-guidelines {
    margin:25px 0 20px 0; padding:0;
    list-style:none;
}

.project_vip-guidelines li {
    padding:0 0 15px 0;
    margin:0 35px 0 0;
    background:url('https://www.nahno.org/images/bullet1.png') 0 3px no-repeat;
    background-position: 100% .4em;
    text-indent:30px;
}

.project_vip-terms {
    width:100%; height:225px;
    background-color:#f0f0f0;
    margin:20px 0;
    padding:12px 15px;
    border:none;
    overflow-y:scroll;
}

/****************************** payment (popup) */
.payment-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.payment-dialog {
    position: relative;
    margin: 50px auto 0;
    width: 800px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.payment-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.payment-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.payment-content {
    min-height:300px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.payment-header {
    height:65px;
    background:#f0f0f0;
    padding:20px;
    font-size:28px;
}

.payment-title {
    margin:15px 30px 0 0;
}

.payment-details {
    padding:46px 50px 50px;
}

.payment-field {
    margin:15px 0;
}

.payment-button {
    margin:10px auto 0 auto;
}

.payment-field input[type=text] {
    width:325px;
    border:none;
    border-bottom:solid 1px #cccccc;
    padding:5px 0;
    font-size:15px;
}

.payment-field.field-full input[type=text] {
    width:700px;
}

.payment-field.field-half input[type=text],
.payment-field.field-half select {
    width:325px;
}

.payment-field.space {
    padding-left:50px;
}

.payment-confirm {
    width:450px;
    padding:46px 50px 50px;
    margin:0 auto 0 auto;
    text-align:center;
    display:none;
}

.payment-label {
    color:#a9a9a9;
    margin:5px 0;
    font-size:15px;
}

.wpwl-form {
    direction:ltr !important;
}

/****************************** follow (ngo, company) */
.follow-block {
    position:absolute;
    left:2%; bottom:7%;
    cursor:pointer;
    color:#ffffff;
    text-transform:uppercase;
    font-size:16px;
    font-weight:bold;
}

.project-contribute .follow-block {
    position:relative;
    left:inherit; bottom:inherit;
    margin:19px 45px 0 0;
    color:#a1a1a8;
    float:right;
}

.follow-block .follow-text {
    float:right;
    /*letter-spacing:1px; (en)*/
    margin:0 12px 0 0;
}

.follow-block .icon-follow {
    float:right;
}

/****************************** impact (ngo, company) */
.impact-list, .report-list {
    width:100%;
    margin:10px auto 0 auto;
    padding:15px 0;
    display:table;
}

.impact-cell, .impact-cell2 {
    width:25%;
    text-align:center;
    padding:15px 0;
    position:relative;
    display: inline-block;
}

.impact-figure , .report-year {
    font-size:20px;
    font-weight:bold;
    font-family: "TheSans-Plain";
}

.impact-description {
    font-size:15px;
    padding:5px 50px;
    font-family: "TheSans-Plain";
}

.impact-separator {
    position:absolute;
    height:100%;
    width:1px;
    top:0; left: 0;
    background:#e5e5e5;
}

/* edit mode */
.impact-figure-edit  {
    width:190px; height:47px;
    font-size:30px;
    font-weight:bold;
    text-align:center;
    border:solid 2px #d8d8e0;
}

.impact-description-edit {
    width:190px; height:30px;
    font-size:18px;
    border:solid 2px #d8d8e0;
}

.impact-cell-extra {
    width:25%;
    text-align:center;
    padding:15px 0;
    position:relative;
    float:right;
}

.impact-del {
    position:absolute;
    width:21px; height:21px;
    background:url('https://nahno.org/images/sprite.png') -161px -86px no-repeat;
    left:10px; top:0;
    cursor:pointer;
}

.impact-add {
    text-align:center;
    font-size:45px;
    font-weight:bold;
    color:#2dccd3;
    margin:0 auto;
    display:table;
    cursor:pointer;
}

.impact-add span {
    font-size:16px;
    font-weight:600;
    margin-top:-15px;
    display:table;
}

/****************************** graph (user, company) */
.social-graph-canvas {
    position:relative;
    width:450px;
    margin:0 auto;
    font-family: "TheSans-Plain";
}
.graph-project {
    width:98px; height:98px;
    background:#fff;
    border-radius:40%;
    position:absolute;
    top:0; left:0;
    box-sizing: border-box;
    color:#fff;
    text-align:center;
    font-size:15px;
    cursor:pointer;
    display:block;
    font-family: "TheSans-Plain";
}
.graph-project.clicked {
    border:solid 4px #333;
    border-color:rgba(0,0,0, 0.20);
}
.graph-project.clicked div {
    margin-top:-2px;
}
.graph-project .count {
    font-size:32px;
    line-height:20px;
    padding-top:4px;
}
.graph-project .graph-action {
    width:70px;
    margin:4px auto 3px;
    line-height:18px;
    min-height:28px;
}
.graph-project-details {
    width:350px;
    position:absolute;
    top:50px; right:10px;
    font-size:18px;
    font-family: "TheSans-Plain";
}
.graph-instructions {
    position:absolute;
    left:50%;
    margin-top:20px;
    margin-left:-82px;
}
.graph-project-details a {
    text-decoration:none;
}
.graph-ngo-pic {
    width:75px; height:75px;
    /* border-radius:50%; */
    float:right;
    margin-left:20px;
}

/****************************** gallery (ngo, company) */
.sdg {
    height:150px;
    margin:10px 10px 10px 0;
    position:relative;
    float:right;
}

.sdg img {
    height:100px;
}

.photo-cell {
    width:250px; height:250px;
    margin:10px 10px;
    position:relative;
    float:right;
}

.project-details .photo-cell {
    height:auto; width:auto;
    max-width:670px;
    margin:10px 0 10px 20px;
}

.photo-wrap {
    width:250px; height:250px;
    overflow:hidden;
    position:relative;
}

.photo-wrap img {
    max-height:250px;
    position:absolute;
}

.project-details img {
    max-width:670px;
    width: 100%;
}

.photo-cell .photo-del {
    position:absolute;
    width:21px; height:21px;
    background:url('https://nahno.org/images/sprite.png') -161px -86px no-repeat;
    left:-10px; top:-10px;
    cursor:pointer;
}

/****************************** flag project */
.flag-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.flag-dialog {
    position: relative;
    margin: 50px auto 0;
    width: 800px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.flag-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.flag-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.flag-content {
    min-height:300px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.flag-header {
    height:65px;
    background:#f0f0f0;
    padding:20px;
    font-size:28px;
}

.flag-title {
    margin:15px 30px 0 0;
}

.flag-details {
    padding:36px 50px 50px;
}

.flag-field {
    margin:15px 0;
    font-size:15px;
    font-family: "TheSans-Plain";
}

.flag-button {
    margin:10px auto 0 auto;
}

.flag-field textarea {
    background:#f0f0f0;
    border:none;
    padding:15px 15px;
    font-size:15px;
}

.flag-field.field-full textarea {
    width:670px;
}

.flag-field.space {
    padding-left:50px;
}

.flag-confirm {
    width:350px;
    padding:46px 50px 50px;
    margin:0 auto 0 auto;
    text-align:center;
    display:none;
}

.flag-details input[type=radio] {
    margin-right:0;
}

#flag-other {
    display:none;
}

/****************************** flag comment */
.flag-comment-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.flag-comment-dialog {
    position: relative;
    margin: 50px auto 0;
    width: 800px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.flag-comment-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.flag-comment-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.flag-comment-content {
    min-height:300px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.flag-comment-header {
    height:65px;
    background:#f0f0f0;
    padding:20px;
    font-size:28px;
}

.flag-comment-title {
    margin:15px 30px 0 0;
}

.flag-comment-details {
    padding:36px 50px 50px;
}

.flag-comment-field {
    margin:15px 0;
    font-size:15px;
}

.flag-comment-button {
    margin:10px auto 0 auto;
}

.flag-comment-field textarea {
    background:#f0f0f0;
    border:none;
    padding:15px 15px;
    font-size:15px;
}

.flag-comment-field.field-full textarea {
    width:670px;
}

.flag-comment-field.space {
    padding-left:50px;
}

.flag-comment-confirm {
    width:350px;
    padding:46px 50px 50px;
    margin:0 auto 0 auto;
    text-align:center;
    display:none;
}

.flag-comment-details input[type=radio] {
    margin-right:0;
}

#flag-comment-other {
    display:none;
}

/****************************** login */
.signin-container {
    width:100%;
    margin:0 0 15px 0;
    padding:40px 0 45px 0;
    background:#f0f0f0;
    display:table;
}
.sigin-col{
    width: 50%;
    display: inline-block;
}

.signin-button {
    margin: 10px auto 0 auto;
    width: 100%;
    padding: 0 0 0 0;
    font-size: 20px;
    -webkit-appearance: none;
}
.new-account-button{
    width: 325.33px;
    height: 33.33px;

}

.signin-facebook {
    margin: 10px auto 0 auto;
    width: 100%;
    padding: 0 0 0 0;
    font-size: 20px;
    background:#3b5998;
}

.signin-facebook:hover {
    background:#3b5998;
}

.signin-field {
    margin:0 0 6px 0;
}

.signin-field input[type=text],
.signin-field input[type=password] {
    width:325px;
    background:none;
    border:none;
    padding:6px;
    margin:0 0 0 0;
    font-size:15px;
    text-indent:25px;
    color:#6c6c70;
}

.signin-field input[type=password] {
    padding-right: 25px;
    text-indent: 10px;
}

.backto_signup-user{
    cursor: pointer;
}

.signin-field-group {
    margin:15px 0 0 0;
    display:table;
}

.signin-field-group .signin-field {
    float:left;
}

.signin-field-group:after {
    clear:both;
}

.signin-forgot {
    text-align:left;
    font-size:15px;
    font-family: "TheSans-Plain";
}

.signin-forgot a {
    text-decoration:none;
    color: #2dccd3;
}

.signin-username-icon {
    width:20px; height:16px;
    background:url('https://nahno.org/images/sprite.png') 0 -88px no-repeat;
    margin:8px 0 0 -20px;
    float:right;
}

.signin-password-icon {
    width:20px; height:21px;
    background:url('https://nahno.org/images/sprite.png') -30px -85px no-repeat;
    margin:3px 0 0 -20px;
    float:right;
}

.signin-invalid, .password-request-invalid
{
    text-align:center;
    color:#ee2e24;
    margin:10px 0 0 0;
}

.password-request-confirm, .password-reset-confirm
{
    text-align:center;
    margin:10px 0 0 0;
}

.block-third {
    width:45%;
    padding: 0 0 0 0;
    float:right;
    margin-right: 3.5%;
}

.block-content {
    padding:0 25px;
}

/* main register popup */
.register-main-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.register-main-dialog {
    position: relative;
    margin: 50px auto 0;
    width: 800px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.register-main-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.register-main-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.register-main-content {
    min-height:500px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.register-img{
    width:50px;
    height: auto;
    display:block;
    margin:auto;
}
.dialog-footer{
    width: 100%;
    text-align: center;
    direction: ltr;
    display: block;
}

.register-main-header {
    height:65px;
    background:#f0f0f0;
    padding:20px;
    font-size:28px;
}

.register-main-title {
    margin:15px 30px 0 0;
}

.middle-vertical-align{
    position: relative;
    top: 60%;
}

.popup-main-title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: right;
    font-weight:600;
}

.register-main-confirm {
    width:450px;
    padding:46px 50px 50px;
    margin:0 auto 0 auto;
    text-align:center;
    display:none;
}



/* register popup */
.register-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.register-dialog {
    position: relative;
    margin: 50px auto 0;
    width: 800px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.register-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.register-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.register-content {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.register-header {
    height:65px;
    background:#f0f0f0;
    padding:20px;
    font-size:28px;
}

.register-title {
    margin:15px 30px 0 0;
}

.register-title-ngo {
    margin:15px 30px 0 0;
}

.register-details {
    padding:46px 50px 50px;
}

.register-field {
    margin:15px 0;
}

.register-button, .register-back {
    margin:10px auto 0 auto;
}

.register-field input[type=text],
.register-field input[type=password],
.register-field select {
    width:150px;
    border:none;
    border-bottom:solid 1px #cccccc;
    padding:5px 0;
    font-size:15px;
}

.register-field.space {
    padding-left:50px;
}
.field-width{
    width: 47%;
    margin: 15px 1.5%;
}

.register-confirm {
    width:450px;
    padding:46px 50px 50px;
    margin:0 auto 0 auto;
    text-align:center;
    display:none;
}

/* pledge popup */
.pledge-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.pledge-dialog {
    position: relative;
    margin: 250px auto 0;
    width: 200px;
    display:none;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.pledge-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.pledge-close {
    left: 12px;
    top: 12px;
    cursor: pointer;
    position: absolute;
    font-size:14px;
    line-height:14px;
    color:#ff9e19;
}

.pledge-content {
    position: relative;
    background-color: #f0f0f0;
    padding: 10px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.pledge-title {
    text-align:center;
    margin-top:10px;
    padding:10px 0;
    font-size:18px;
    font-weight:400;
}

.pledge-logo {
    text-align:center;
    margin:8px 0;
}

.pledge-logo img {
    width:65px;
}

.pledge-details {
    text-align:center;
    padding:10px 0;
    font-size:18px;
    font-weight:400;
}
/****************************** contribute */
.contribute-container {
    width:920px;
}

.report-container-grey {
    width:1170px;
    margin:0 auto;
    padding:10px 0 10px 0;
    background:#f0f0f0;
    display:table;
}


.contribute-container-grey {
    width:790px;
    margin:0 auto;
    padding:10px 0 10px 0;
    background:#f0f0f0;
    display:table;
}

.contribute-container-grey .search-project-progress {
    background:#fff;
}

.contribute-container input[type=text] {
    width:100px;
    padding:5px 0;
    font-size:32px;
    text-align:center;
}

.contribute-container .project-sim-option {
    width:225px;
    padding:10px 15px 20px 15px;
}

.contribute-container .project-sim-option.padded {
    margin:0 15px;
}

.contribute-container .project-sim-option.dark {
    background-color: #f0f0f0;
}

.contribute-container .option-cost-category {
    width:25px;
    margin:10px 5px 0 0;
    float:right;
}

.contribute-container .option-cost-category img {
    width:25px;
    border-radius: 50%;
}

.contribute-container-grey .search-project-details {
    margin-top:5px;
}

.contribute-container-grey .search-project-cover {
    width:245px;
    height:140px;
}

.contribute-container-grey .search-project-cover img {
    width:245px;
    height:140px;
    margin:0 0 0 0;
    padding-right: 10px;
}

.contribute-container #result {
    font-family: 'TheSans-Plain';
}

.contribute-container .contribute-currency {
    font-size: 15px;
    font-family: 'TheSans-Plain';
}

.contribute-value,
.contribute-voucher {
    padding:6px 12px 12px;
    margin:0 auto 20px;
    border:solid 2px #feb877;
    display: table;
}

.contribute-voucher {
    padding-top:8px;
}

.contribute-value input[type=text],
.contribute-voucher input[type=text] {
    width:75px;
    padding:0;
    color:#585859;
    font-size:28px;
    border:none;
    border-bottom: dashed 2px #d9d9e8;
}

.contribute-voucher input[type=text] {
    width:130px;
    font-size:18px;
    font-family: 'TheSans-Plain' !important;
}

.contribute-voucher input[type=text]::-webkit-input-placeholder {
    color:#d9d9e8;
}

.contribute-voucher-company select {
    border:none;
    border-bottom:solid 1px #fd9e45;
    margin-bottom:10px;
    padding:0 10px;
}

.contribute-value #contribute_voucher {
    width:130px;
}

.contribute-tabs-block {
    width:85%;
}

ul.contribute-tabs {
    list-style:none;
    margin:10px 0 0;
    padding:0;
    float:right;
}

ul.contribute-tabs li {
    font-weight:bold;
    /*letter-spacing:3px;*/
    text-transform:uppercase;
    float:right;
    padding:20px 0 17px 0;
    margin:0 0 0 40px;
    cursor:pointer;
}

ul.contribute-tabs li.current {
    color:#2dccd3;
    border-bottom:solid 3px #2dccd3;
}

ul.contribute-tabs li.last {
    margin:0;
}

/* contribute button */
.contribute-button-fly {
    width:130px;
    position:fixed;
    z-index:200;
    bottom:35px; left:175px;
    padding:10px 15px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
}

/****************************** pay share */
.payshare-container,
.payshare-container-grey {
    width:100%;
    margin:0 0 15px 0;
    padding:5px 0 5px 0;
    display:table;
}

.payshare-container-grey {
    width:100%;
    margin:0 0 15px 0;
    padding:5px 0 5px 0;
    background:#f0f0f0;
    display:table;
}

.payshare-container .search-user,
.payshare-container-grey .search-project {
    margin:0 auto;
    padding:40px 50px;
}

.payshare-container-grey .search-project-progress {
    background:#fff;
}

/****************************** search */
.search-container {
    width:100%;
    margin:0 0 15px 0;
    padding:40px 0 45px 0;
    background:#f0f0f0;
    display:table;
}

.search-container input {
    width:500px;
    border:none;
    border-bottom:solid 1px #bfbfc7;
    background:none;
    padding:4px 12px;
    font-size:20px;
    color:#000;
}

.search-input {
    position:relative;
    margin:30px auto 30px auto;
}

.search-summary {
    font-size:17px;
    color:#93969b;
}

.search-summary span {
    color:#000;
}

.search-summary a {
    text-decoration:none;
}

.search-results {
    min-height:80px;
    position:relative;
}

/* search projects */
.search-projects {
    /*    width:755px; */
    width:100%;
    margin:0 auto 0 auto;
    padding:0 0 5px;
    position:relative;
}

.search-projects-sign {
    position:absolute;
    margin-right: 150px;
    padding-right: 35px;
    right:-150px;
    top:40px;
    font-size:24px;

}

.search-projects-sign span {
    font-family:Tahoma;
    margin-top:8px;
    font-size:16px;
    display:table;
}

.search-vip-projects-sign {
    position:absolute;
    margin-right: 150px;
    padding-right: 35px;
    right:-150px;
    top:40px;
    font-size:24px;
    max-width: 220px;
}

.search-vip-projects-sign span {
    font-family:Tahoma;
    margin-top:8px;
    font-size:16px;
    display:table;
}

.search-project {
    padding:40px 50px;
}


.search-project-slide {
    position:relative;
}

.search-project-cover {
    width:204px; 
    height:204px;
    margin:5px 0 0 50px;
    position:relative;
    float:right;
    overflow:hidden;
}

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



.search-project-category {
    position:absolute;
    top:0; right:0;
    margin:5px 15px 0 0;
    z-index:20;
}

.search-project-category img {
    width:46px;
}

.search-project-pledge {
    width:45px; height:45px;
    position:absolute;
    top:0; left:0;
    margin:5px 0 0 5px;
    z-index:20;
}

.search-project-pledge .tooltip .tooltiptext {
    background:#000;
    color:#fff;
    left:0; margin-top:5px;
    min-width:215px;
}

.search-project-details {
    font-family: 'TheSans-Plain';
    width:400px;
    float:right;
}

.search-project-title {
    font-family: 'TheSans-Plain';
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
}

.search-project-title a {
    text-decoration:none;
}

.search-project-data {
    height:50px; width:100%;
    z-index:10;
}

.search-project-progress-stat1 {
    font-size:18px;
    margin:10px 0 0 0;
    float:right;
}

.search-project-progress-stat2 {
    font-size:18px;
    margin:10px 0 0 0;
    float:left;
}

.search-project-progress-stat2:after {
    clear:both;
}

.search-project-progress {
    width:400px; height:6px;
    background:#f0f0f0;
    margin:18px 0 0 0;
}

.search-project-progress-done {
    height:6px;
    background:#2dccd3;
    float:right;
}

.search-project-progress-done:after {
    clear:both;
}

.search-project-ngo {
    font-size:16px;
    margin:7px 0 0 0;
}

.search-project-ngo-name {
    float:right;
    margin:9px 15px 0 0;
}

.search-project-ngo-pic {
    width:40px;
    /* border-radius: 50%; */
    float:right;
}

/* search ngo */
.search-ngos {
    width:100%;
    margin:0 auto 0 auto;
    padding:0 0 5px;
    position:relative;
}

.search-ngos-sign {
    font-family: 'TheSans-Plain';
    margin-right: 150px;
    padding-right: 35px;
    position:absolute;
    right:-150px; top:40px;
    font-size:24px;
}

.search-ngos-sign span {
    font-family: 'TheSans-Plain';
    margin-top:8px;
    font-size:16px;
    display:table;
}

.search-ngo {
    padding:40px 50px 60px 50px;
}

.search-ngo-slide {
    position:relative;
    margin-right: 150px;
    padding-right: 35px;
}

.search-ngo-cover {
    width:140px;
    height:140px;
    margin:5px 0 0 20px;
    position:relative;
    float:right;
    overflow:hidden;
}

.search-ngo a {
    color:#000;
    text-decoration:none;
}


.search-ngo-details {
    width:60%;
    float:right;
    margin-right: 10px;
    margin-top: 20px;
}

.search-ngo-title {
    font-family: 'TheSans-Plain';
    font-size:20px;
    font-weight:bold;
    margin-bottom:15px;
}

.search-ngo-location {
    font-family: "TheSans-Plain";
    margin:0 0 10px;
    font-size: 18px;
    display:table;
}
.nog-text{
    line-height: 30px;
    font-size:15px;
}

/* search company */
.search-companies {
    width:755px;
    margin:0 auto 0 auto;
    padding:0 0 5px;
    position:relative;
}

.search-companies-sign {
    position:absolute;
    right:-150px; top:40px;
    font-size:24px;
}

.search-companies-sign span {
    font-family:Tahoma;
    margin-top:8px;
    font-size:16px;
    display:table;
}

.search-company {
    padding:40px 50px;
    padding-right: 30px;
}

.search-company-slide {
    position:relative;
}

.search-company-cover {
    width:140px; 
    height:140px;
    background:#f0f0fa;
    margin:5px 0 0 50px;
    position:relative;
    float:right;
    overflow:hidden;
}

.search-company a {
    color:#000;
    text-decoration:none;
}

.search-company-cover img {
    height:140px;
}

.search-company-details {
    font-family: 'TheSans-Plain';
    width:400px;
    float:right;
}

.search-company-title {
    font-family: 'TheSans-Plain';
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
}

.search-company-location {
    margin:0 0 10px;
    display:table;
}

/* search user */
.search-users {
    width:755px;
    margin:0 auto 0 auto;
    padding:0 0 5px;
    position:relative;
}

.search-users-sign {
    position:absolute;
    right:-150px; top:40px;
    font-size:24px;
}

.search-users-sign span {
    margin-top:8px;
    font-size:16px;
    display:table;
}

.search-user {
    padding:40px 50px;
    padding-right: 30px;
}

.search-user-slide {
    position:relative;
}

.search-user-pic {
    width:140px; 
    height:140px;
    margin:5px 0 0 20px;
    background:#f0f0fa;
    /* border-radius: 50%; */
    float:right;
}

.search-user-pic img {
    width:140px;
    /* border-radius: 50%; */
    float:right;
}

.search-user a {
    color:#000;
    text-decoration:none;
}

.search-user-details {
    font-family: 'TheSans-Plain';
    width:520px;
    float:right;
}

.search-user-title {
    font-family: 'TheSans-Plain';
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
}

/****************************** explore, leaderboard */
.explore-inner-container {
    width:100%;
    margin:0 0 15px 0;
    padding:40px 0 40px 0;
    background:#f0f0f0;
    display:table;
}
ul.explore-inner-categories {
    list-style:none;
    margin:40px auto 25px auto;
    padding:0;
    display:table;
}

.explore-inner-wrapper ul.explore-inner-categories {
    margin:15px auto 0 auto;
}

.explore-inner-categories li {
    width:60px;
    float:right;
    text-align:center;
    font-size:13px;
    letter-spacing:0px;
}

.explore-inner-categories li a {
    text-decoration:none;
    color:#fff;
}

.explore-inner-icon {
    width:44px;
    height:44px;
}

.explore-inner-icon.on {
    border:solid 1px #dad7de;
    background:#fff;
}

.explore-inner-icon div.all {
    width:34px; height:34px;
    margin:5px 5px 0 0;
    background:#afafb1;
    border-radius: 50%;
    text-align:center;
    line-height:32px;
}

.explore-inner-icon img {
    width:44px;
    margin-top:5px;
    border-radius: 50%;
}

ul.explore-inner-filters {
    list-style:none;
    margin:30px auto 0 auto;
    padding:0;
    display:table;
}

ul.explore-inner-filters:after {
    clear:both;
}

ul.explore-inner-filters li {
    float:right;
    text-transform:uppercase;
    text-align:center;
    font-size:16px;
    letter-spacing:0px;
    padding:0 10px;
}

.explore-inner-filters li a {
    padding:4px 8px;
    text-decoration:none;
    color:#000;
    border-radius:4px;
}

.explore-inner-filters li a.on {
    background:#fff;
    color:#2dccd3;
}

.explore-projects,
.explore-leaderboard {
    width:755px;
    margin:0 auto 0 auto;
    padding:0 0 5px;
    position:relative;
    box-sizing: border-box;
}

.explore-projects-results,
.explore-leaderboard-results {
    font-size:24px;
    padding:5px 25px;
    margin:0 auto 0;
    text-align:center;
    display:table;
}

.explore-leaderboard-type {
    margin:20px auto -10px;
    display:table;
    border:none;
    border-bottom:solid 1px #c0c0c8;
    background:none;
    padding:5px 0;
}

.leader-row {
    font-family: 'TheSans-Plain';
    width:100%;
    float:right;
    padding:12px 5px;
}

.leader-index {
    width:30px;
    color:#dad9e1;
    float:right;
    font-size:32px;
    font-weight:bold;
    text-align:center;
    margin-left:10px;
}

.leader-profilepic {
    width: 55px;
    height: 55px;
    float: right;
    background: #ddd;
    position: relative;
    margin-left:20px;
}

.leader-profilepic img {
    width: 55px;
}

.leader-title {
    height: 55px;
    font-family: 'TheSans-Plain';
    font-size:18px;
    font-weight:600;
    float:right;
    line-height:55px;
    vertical-align:middle;
}

.leader-title a {
    text-decoration:none;
}

.leader-amount {
    font-size:20px;
    float:left;
    color:#000;
    line-height:55px;
    vertical-align:middle;
    margin-left:5px;
}

.show-more-main .button-small {
    min-width:auto;
    padding:7px 60px;
}

/****************************** page */
.page-header{
    width:100%;
}
.page-header h1 {
    font-weight:bold;
    font-size:32px;
    width:100%;
}

.page-cover {
    width:100%;
    color:#fff;
    display:table;
}

.page-cover img {
    width:100%;
}

.page-cover h1 {
    font-weight:normal;
    font-size:32px;
    margin-top: 200px;
    width:100%; left:0;
    text-align:center;
    position:absolute;
}

.page-content {
    font-family: 'TheSans-Plain';
    width:100%;
    line-height:20px;
    margin:0 auto 0 auto;
    padding:25px 0;
    color:#333;
}

.page-content a {
    font-family: 'TheSans-Plain';
    color:#337ab7;
    text-decoration:none;
}
.page-content .orange{
    color: #2dccd3;
}

.page-title {
    font-family: 'TheSans-Plain';
    font-size:20px;
    padding:10px 0;
    margin:0 0 10px 0;
    color:#333;
    border-bottom:solid 1px #e5e5e5;
}
.right-padding{
    padding-right: 30px;
}
.page-sub-title {
    font-family: 'TheSans-Plain';
    font-size:20px;
    padding:10px 30px 0 0 ;
    line-height: 30px;
    margin:0 0 10px 0;
    color:#333;

}

.panel-title {
    font-family: 'TheSans-Plain';
    font-size:18px;
    padding:10px 0;
    margin:0 0 10px 0;
    color:#333;
    border-bottom:solid 1px #e5e5e5;
}

.page-cell.table {
    display:table-cell;
    vertical-align:top;
    padding:2px;
}

.page-cell.inline {
    display:inline-block;
}

.page-cell.space {
    padding-right:20px;
}

.page-cell.padded {
    padding:3px;
}

.page-cell.partner-logo {
    margin-bottom: 50px;
    margin-left: 12px;
    text-align:center;
}

/****************************** faq */
.faq-question {
    font-family: 'TheSans-Plain';
    font-size:20px;
    color:#2dccd3;
    margin:25px 0;
    line-height:28px;
}
.faq-answer {
    height:0;
    overflow:hidden;
}

/****************************** story */
.underline-with-space {
    border-bottom:solid 1px #ddd;
    padding-bottom: 10px;
}

.story-title {
    font-size:30px;
    padding:0 0px 0px 0;
}

.story-cover{
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.story-col1 {
    margin-top: 30px;
    width:73%;
    margin-left: 2%;
}

.story-col2 {
    margin-top: 30px;
    width:23%;
    margin-right: 2%;
}

.story-content{
    padding: 25px;
}

.story-col1 a, .story-col2 a {
    text-decoration:none;
}


.story-project-name {
    display: inline-block;
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.story-project-name a {
    text-decoration:none;
}

.story-project-more {
    margin:10px 0 0 0;
}

/****************************** file upload */
.fileinput-button.style1 { position:absolute; bottom:-5px; left:-5px; }
.fileinput-button.style2 { position:absolute; bottom:30px; left:35px; }
.fileinput-button.style3 { position:relative; bottom:0; right:0; }

.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:16px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}
.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn:hover,.btn:focus{color:#333;text-decoration:none}
.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}

.btn-success{color:#fff;background-color:#2dccd3;border-color:#4cae4c;border:none;}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#2dccd3;border-color:#398439;border:none;}
.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}
.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}
.btn-success .badge{color:#5cb85c;background-color:#fff}

.progress{height:20px;margin-top:10px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}
.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}
.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}
.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}
.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]{min-width:30px}
.progress-bar[aria-valuenow="0"]{min-width:30px;color:#777;background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}
.progress-bar-success{background-color:#5cb85c}
.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.progress-bar-info{background-color:#5bc0de}
.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.progress-bar-warning{background-color:#f0ad4e}
.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.progress-bar-danger{background-color:#d9534f}
.progress-bar-container { margin:-4px 0 0 0; width:84%; float:right; }

/****************************** mobile (specifics) */
.noscroll-mobile {
    overflow:hidden;
}
.search-project-slide-mobile{
    margin-right: 0px;
}

/* icons */
.icon-search {
    margin-top:5px; margin-left:2px;
}

/* header */
.header-container-mobile {
    display:none;
}

.header-mobile a.signin {
    float:left;
    text-decoration:none;
    font-weight:bold;
    margin-top:20px;
}

.header-menu-switch {
    width:70px; height:70px;
    float:left;
}

.header-menu-switch.on {
    background:#f0f0f0;
}

.header-menu-icon {
    width:35px; height:22px;
    background:url('https://nahno.org/images/sprite.png') -189px 0 no-repeat;
    margin:22px auto;
}

.header-menu-switch.on .header-menu-icon {
    width:24px; height:24px;
    background:url('https://nahno.org/images/sprite.png') -234px 0 no-repeat;
    margin:22px auto;
}

.header-menu-mobile {
    position:absolute;
    top:70px;
    background:#f0f0f0;
    width:100%; height:auto;
    padding:0 25px;
    box-sizing: border-box;
    z-index:1000;
    display:none;
    border-bottom: 1px solid #dedee6;
    box-shadow: 1px 1px 1px #dedee6;
}

.header-search-mobile {
    width:100%;
    display:table;
    position:relative;
    margin-top:10px;
}

.header-search-mobile input[type=text] {
    width:100%;
    border:none;
    margin:0 auto 0 auto;
    border-bottom:solid 1px #bbbbbb;
    background:none;
    padding:5px 0;
    font-size:16px;
    font-family: 'TheSans-Plain', Tahoma;
    padding-left: 25px;
}

ul.header-menu-links {
    list-style:none;
    margin:10px 0 10px 0;
    padding:0;
}

ul.header-menu-links li {
    font-size:16px;
    padding:4px 0;
}

ul.header-menu-links li a {
    text-decoration:none;
}

/* explore (header) */
ul.explore-categories-mobile {
    list-style:none;
    margin:10px 0 0 0;
    padding:0;
    display:table;
}

.explore-categories-mobile li {
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
}

.explore-categories-mobile li a {
    text-decoration:none;
    color:#000;
}

.explore-categories-mobile .explore-title {
    color:#bbbbc2;
    font-size:16px;
    padding:5px 0;
}

.explore-categories-mobile .explore-icon {
    float:right;
    width:25px;
}

.explore-categories-mobile .explore-icon img {
    width:25px;
}

.explore-categories-mobile .explore-category {
    float:right;
    font-size:14px;
    margin-right:13px;
}

/* explore */
.explore-inner-filters-mobile,
.explore-inner-categories-mobile {
    display:none;
    width:250px;
    border:none;
    margin:30px auto 0 auto;
    border-bottom:solid 1px #cccccc;
    background:none;
    padding:5px 0;
    font-size:15px;
}

#project-detail-options-mobile {
    display:none;
}

.only-mobile {
    display: none;
}

.not-mobile {
    margin: 0 auto 0 auto;
}
.img-personal-container{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-right: 4%;
    width:19%;
    margin:0;
}

.img-board-container{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 20px;
    width:24%;
    margin:0;
}

.team-img-container{
    padding:0 auto 0 auto;
    padding-top: 5px;
    padding-right: 2%;
    width:12%;
    margin:0 auto 0 auto;
    display:inline-block;
}

.cpf-naua{
    display: flex;
    align-items: center;
    text-align: center;
    width: 50%;
    margin-right: 25%;
}

.footer-align{
    display: flex;
    align-items: center;
}

.iframe-project-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.create-project-images {
	width: 33.333%; 
	padding: 5px 10px
}

.create-project-sim-action {
	width: 50%; 
}

.create-project-sim-total {
	width: 27.5%; 
}

.create-project-sim {
	display: flex;
}

.project_vip-volunteers-num{
	display: flex;
}

.project_vip-img-cover{
	width: 60%;
	margin: 0px auto;
}

.div-w-50-100{
	width: 46%;
	margin: 0px 1%;
}

.search-project-location-div{
    display: inline-block; 
    float: left; 
    margin-top: -34px;
}
.project-electronic-txt{
    color: #a1a1a8; 
    text-decoration: underline; 
    display: inline-block; 
    float: left; 
    font-weight: bold; 
    margin:0px; 
    font-size: 18px;
    cursor: default;
}
.project-electronic-note{
    background: #fff; 
    color: #2dccd3;
    float: left; 
    margin: 0px; 
    font-size: 16px;
    width: 250px;
    border-radius: 8px;
    padding: 6px;
    position: absolute;
    left: 6%;
    top: 33px;
}
.exclusive-electronic-project{
    background: #2dccd3; 
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 150px;
    text-align: center;
    border-radius: 8px; 
}
.project-electronic-content{
    display: inline-block;
    float: left;
    margin-top: -34px;
}

.project-title-header{
    padding: 0 0 0 45px; 
    position: relative
}
@media (min-width : 667px)
{
	.desktop-hide{
		display: none !important;
	}
}
/****************************** mobile (restyling) */
@media only screen
and (min-width : 320px)
and (max-width : 667px)
{
    .project-title-header{
        padding: 0px; 
    }

    .search-project-location-div,
    .project-electronic-content{
        margin-top: -92px;
    }

    .search-project {
        padding: 20px 20px;
    }

    
	.button-prj-location{
		width: 100% !important;	
	}

	.footer-wraper{
		display: inline-block;
	    width: 40% !important;
	    float: none;
	    margin: 0px 4%;
	}
	
	.footer-wraper img{
		width: 70% !important;
	}
	
	.footer-wraper br{
		display: none;
	}
	
	.div-w-50-100{
		width: 100%;
	}
	
	.user-followers-block{ 
		width: 100% !important;
	} 
	
	.selected-group-wrapper{
		width: 100% !important;
	}
	
	.user-register-align{
		display: block !important; 
	}
	
	.user-enroll-uni{
		width: 100% !important; 
		padding-left: 0px !important; 
		margin-bottom: 0px !important; 
		border-left: none !important;
	}

	.user-enroll-ngo{
		width: 100% !important; 
		padding-right: 0px !important;
    }

    .user-fav-cat{
		width: 100% !important; 
		padding-right: 0px !important;
    }
	
	.follow-block-mobile{
		position: relative;
	    color: #000;
	    left: 0px; 
	    bottom: 0px;
    	padding-top: 20px;
        margin: 0px auto;
    	width: fit-content;
    	cursor: pointer;
    	text-transform: uppercase;
    	font-size: 16px;
    	font-weight: bold;
	}
	
	.follow-block-usr{
		position: relative;
	    color: #000;
    	cursor: pointer;
    	text-transform: uppercase;
    	font-size: 16px;
    	font-weight: bold;
    	margin-top: 10px;
	}

	.follow-block-mobile .icon-follow,
	.follow-block-usr .icon-follow {
   		 float: right;
	}
	
	.follow-block-mobile .follow-text,
	.follow-block-usr .follow-text {
   		 float: right;
  		 margin: 0 12px 0 0;
	}	
	
	.ngo-location{
		width: 100%;	
	}
	
	.ngo-cover-gradient{
		position: relative;
	}
	
	ul.header-menu-links li {
	    font-size:14px;
	}

	.school-btn{
		width: 100%;
		margin-top: 10px !important;
	}
	
	ul.powered a {
		width: 30% !important;
	}

	.footer-social-instagram, 
	.footer-social-twitter, 
	.footer-social-facebook{
		display: inline-block;
	}
	
	.school-rounded{
	    width: 100% !important;
	    display: block;
	}
	
	#school-name{
		width: 100% !important;
		margin-right: 0px !important;
		margin-top: 10px;
	}
	
	.school-campaign-head-title{
		font-size: 30px !important;
	}
	
	.school-campaign-sub-title{
		font-size: 22px !important;
	}

	.user-project-vip{
		width: 100% !important;
		display: block !important;
    }
    
    .user-project-vip a{
        cursor: pointer;
    }
	
	.user-vip-btn{
		width: 30%;
    	margin-top: 20px;
    }

    @media only screen and (min-width : 320px) and (max-width : 667px)
    {
        .user-vip-btn{
            width:100% !important;
        }
        .user-project-vip-section{
            display: block;
        }
        .user-social-graph {
            padding:10px 40px !important;
        }
        .user-vip-arrow{
            width: 20% !important;
        }
    }

	.header-menu a{
		margin-left: 8px;
		font-size: 12px;
	}
	.header-mobile a.signin {
		font-size: 12px;
	}
	.user-name {
		font-size: 20px;
		padding: 0px;
		margin: 0px;
		line-height: 22px;
	}
	
	.home-stats-col{
		width: 49% !important; 
	}
	
	.volunteering-week .project{
	    width: 45% !important;
	    height: 180px !important;
	}

	.volunteering-week h3 {
	    /*height: 70px !important;*/
	}
	
	.volunteering-week .v-line{
		height: 200px !important;
	}
	
	
	.company-cover, .ngo-cover, .user-cover{
	   background-size: contain;
	   background-repeat: no-repeat;
	}
	
	.ngo-cover, .user-cover{
		background-size: cover;
		height: 220px;
	}
	
	.project_vip-img-cover{
		width: 80%;
	}
	
	.project_vip-volunteers-num{
		display: block;
	}
	
	.field-width{
		width:100%;
		margin: 15px 0px;
	}
	.project_vip-button3, .project_vip-button2 {
		width: 70%;
	    margin: 0px auto !important;
	    float: none !important;
	}
	
	.main-dialog, .edit-image-dialog{
	    width: 100% !important;
	}
	
	.dialog-content{
		padding: 0px 20px 20px !important;
	}
	
	.sdg {
		height: auto;
	}
	
	.create-project-images {
		width: 100%; 
	}
	
	.create-project-images-div{
		display: block !important;
	}
	
	.project-img-cover{
		width: 80%;
		height: 250px !important;
	    margin: 0px auto;
	}
	
	.project_vip-img-cover{
		width: 80%;
		height: auto !important;
	    margin: 0px auto;
	}
	
	.instructions{
		display: block !important;
	}
	
	.mobile-hide{
		display: none !important;
	}
	
	.create-project-sim-action {
		width: 100%; 
	}
	
	.create-project-sim-total {
		width: 100%; 
	}
	
	.create-project-sim {
		display: block;
	}
	
	#project-sim-total{
		margin-right: 70px;
	}
	
	#project-sim-unit-span{
		margin-right: 32px;
	}

	.project-block-margin-1{
		margin-top: 180px !important;
	}
	
	.project-block-margin-2{
		margin-top: 280px !important;
	}
	
	.project-pledge-contribute a{
		display: block !important;
		margin-top: 10px;
	}

    .report_image {
        width: 250px;
    }

    .report_image_right {
        width: 10px;
    }

    .report_image_left {
        width: 10px;
    }

    .project-browse-update {
        width: 100%;
        margin-top: 20px;
    }
    .iframe-project-video {
        left: 10%;
        width: 90%;
    }

    .articles-main{
        margin: 20px 2.5% !important;
        width: 95% !important;
    }

    .search-user, .search-company{
        padding-right: 50px;
    }
    .cpf-naua{
        display: block;
        width: 100%;
        margin-right: 0px;
    }
    .footer-align{
        display: block;
        text-align: center;
    }
    .page-content {
        line-height:35px;
    }
    .main {
        width:100%;
    }
    .search-project{
        padding-right: 50px
    }

    .only-mobile {
        display: block;
    }
    .search-project-slide{
        margin-right: 0px;
    }
    .not-mobile {
        display: none;
    }
    .img-personal-container{
        width:100%;
    }

    .img-personal-container img{
        height: 150px;
        object-fit: cover;
    }

    .img-board-container{
        width:100%;
    }

    .img-board-container img{
        height: 150px;
        object-fit: cover;
    }

    .team-img-container{
        width:100%;
        padding-left: 25%;
        padding-right: 25%;
    }
    .cpf-logo-about-page{
        width:80%;
    }
    .search-ngo-slide {
        margin-right: 0px;
    }

    .all-surveys-container .min-width-450{
        min-width: 100%;
    }

    .all-surveys-container .width-75,
    #satisfaction-survey-form .width-75{
        width: 100%;
    }

    /****************************** header */
    #main-wedding .header {
		display: block !important;
		width: 95%;
	}
	
	.header-wedding-title h2{
		font-size: 16px;
		margin: 10px !important;
	}
	#main-wedding .header-menu a{
    	font-size: 14px;
    	margin: 0px 8px !important;
    }
    
    .wedding-main{
	    padding: 15px;
	}
	
	.wedding-breif{
		top: 15% !important;
		right: 20% !important;
  		width: 80% !important;
	}
	.wedding-breif h3{
		font-size: 16px;
	}
	
	.wedding-breif p{
		font-size: 14px;
	}
	
    .header-container {
        display:none;
    }
    
    .banner-content{
        padding-right:0px;
        font-family: 'TheSans-Plain';
        font-size: 12px;
    }

    .banner-visit button{
        font-size: 12px;
        padding: 6px;
    }

    .banner-close button{
        font-size: 12px;
        padding: 6px;    
    }
    
    .header-menu{
    	 right: 60%;
    }
    
    .header-container-mobile{
        display: flex;
        flex-direction: column;
    }

    .header-mobile {
        border-bottom: solid 1px #dedee6;
        height: 70px;
        position: relative;
    }
    .not-mobile {
        display:none;
    }
    .header-logo {
        margin:15px 20px 0 0;
        width: 80px;
    }
    .header-logo img {
        width:65px;
    }
    .header-profilepic {
        margin:14px 5px 0 0;
    }
    .header-project {
        float:left;
        position:relative;
        margin-left:0px;
        z-index:10;
    }
    .header-project .editmode-button {
        float:left;
        margin:13px 10px 0 0;
        min-height:45px;
        min-width:70px;
        max-width:75px;
        font-size:12px;
        line-height:15px;
        white-space: normal;
        padding: 7px 10px;
    }
    .header-editmode {
        float:left;
        position:relative;
        margin-left:0px;
        z-index:10;
    }
    .header-editmode .editmode-button {
        float:left;
        margin:13px 10px 0 0;
        min-height:45px;
        min-width:75px;
        max-width:75px;
        font-size:12px;
        line-height:16px;
        white-space: normal;
        padding: 6px 10px;
    }
    .header-editmode .editmode-button.pending {
        max-width:initial;
    }
    /* user menu, project menu */
    .user-menu {
        left:57px; top:75px;
    }
    .project-menu {
        left:-10px; top:75px;
    }

    .team-img-container{
        width:100%;
        padding-left: 25%;
        padding-right: 25%;
    }
    /****************************** show transaction mobile */

    .notification-fade {
        background:rgba(0, 0, 0, 0.65);
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        outline: 0;
        z-index:1001;
        display:none;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .notification-dialog {
        position: relative;
        margin: 50px auto 0;
        width: 100%;
        display:none;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        transition: transform 0.3s ease-out;
    }

    .notification-dialog.in {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .notification-close {
        width:20px; height:20px;
        background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
        left: 19px;
        top: 26px;
        cursor: pointer;
        position: absolute;
    }

    .notification-content {
        min-height:300px;
        position: relative;
        background-color: #fff;
        box-shadow: 0 1px 10px rgba(0,0,0,0.20);
        font-family: 'TheSans-Plain';
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
    }

    .notification-header {
        height:65px;
        background:#f0f0f0;
        padding:20px;
        font-size:28px;
    }

    .notification-title {
        /*    margin:15px 30px 0 0;*/
    }

    .notification-details, .notification-deactivate {
        padding:36px 50px 50px;
    }

    .notification-field {
        margin:15px 0;
        font-family: 'TheSans-Plain';
    }

    .notification-button {
        margin:10px auto 0 auto;
    }

    .notification-field input[type=text],
    .notification-field input[type=password] {
        width:325px;
        border:none;
        border-bottom:solid 1px #cccccc;
        padding:5px 0;
        font-size:15px;
    }

    .notification-field.space {
        padding-left:50px;
    }

    .notification-confirm {
        width:350px;
        padding:46px 0 50px 50px;
        margin:0 auto 0 auto;
        text-align:center;
        display:none;
    }

    .notification-deactivate {
        display:none;
    }

    .notification-deactivate-button {
        position:absolute;
        background:#dedede;
        left:50px; bottom:50px;
    }

    .transaction-box{
        width: 100%;
        background-color: #f0f0f0 ;
        padding: 15px;
        margin-bottom:15px;
    }

    .transaction-box .row{
        width:100% ;
        padding-bottom: 15px;
    }
    .transaction-box .subtitle{
        font-weight: bold;
    }

    .transaction-box .right {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .transaction-box .left {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .transaction-box .block {
        display: inline-block;
    }

    .transaction-box .box-underline{
        border-bottom: solid 1px #dedee6;
    }

    .transaction-box img{
        width:100%;
        height:auto ;
    }
    .transaction-box a {
        text-decoration: none;
    }

    /****************************** account settings */
    .settings-dialog {
        width:100%;
        margin: 25px auto 0;
    }
    .settings-field {
        width:100%;
    }
    .settings-field.left {
        float:none !important;
        display:inline-block;
    }
    .settings-field input[type=text],
    .settings-field input[type=password],
    .settings-field select {
        /*        width:100%;*/
    }
    .settings-deactivate-button {
        position:relative;
        left:inherit; bottom:inherit;
        margin:15px auto 0 auto;
    }

    /****************************** home */
    /* highlights section */
    #highlight-section {
        height:164px;
    }
    .highlight {
        width:100%;
        height:164px;
    }
    .highlight .stretch-width {
        width:100%;
    }
    .highlight img {
        width:100%;
    }
    .highlight-dark {
        height:164px;
    }
    .highlight-more {
        display:none;
    }

    /* favorites section */
    #favs-section {

    }

    /* explore section */
    .explore-categories li {
        width:50px;
        font-size:12px;
    }
    .explore-icon img {
        width:35px;
    }

    /* trending section */
    #trending-section {

    }
    .trending-title,
    .newest-title,
    .ending-title {
        padding:0 10px 0 10px;
    }
    .trending-title.title-grey,
    .newest-title.title-grey,
    .ending-title.title-grey {
        font-size:21px;
    }

    /* sponsors section */
    #sponsors-section {
        width:80%;
    }
    .sponsor-prev {
        margin-left:-25px;
    }
    .sponsor-next {
        margin-right:-25px;
    }

    /* quotes section */
    #quotes-section {

    }

    /* stories section */
    #stories-section {
        display:none;
    }

    /* project slider (favorites, trending, newest, ending) */
    .home-project-list , .home-news-list , .report-list-slider, .home-story-list{
        width:90%;
        height:340px;
    }
    .home-project-prev {
        margin-left:-15px;
        margin-top:130px;
    }
    .home-project-next {
        margin-right:-15px;
        margin-top:130px;
    }
    .home-project-slide , .home-news-slide, .report-cell-slide{
        width:290px;
        height:340px !important;
        margin-right:0; /*49px;*/
    }
    .home-project-cover , .home-news-cover {
        height:290px;
        position:relative;
        overflow:hidden;
    }
    .home-project-cover img , .home-news-cover img{
        width:340px;
    }
    .home-project-category {
        margin:0 15px 0 0;
    }
    .home-project-progress {
        width:240px; height:6px;
    }

    .team-img-container{
        width:100%;
        padding-left: 25%;
        padding-right: 25%;
    }

    /****************************** NGO */
    .ngo-info {
        margin: 0px;
        padding: 30px;
        color: #000;
        position: relative;
        background: #f0f0f0;
        width: 100%;
    }
    
    .ngo-name{
    	font-size: 24px;
    }
    
    .ngo-info .icon-location-light,
    .user-info .icon-location-light{
    	background: url('https://nahno.org/images/sprite.png') -86px -86px no-repeat;
    }
    
    /* description block */
    .ngo-desc-block {
        width:100%;
        float:none;
        margin-bottom:35px;
    }
    .ngo-desc-text {
        padding:0;
    }
    .ngo-board-block {
        width:100%;
        float:none;
    }
    /* contact popup */
    .contact-dialog {
        width:100%;
        margin: 25px auto 0;
    }
    .contact-field {
        width:100%;
    }
    .contact-field input[type=text],
    .contact-field select {
        width:100%;
    }
    .contact-field textarea {
        width:100%;
    }
    .contact-field.field-full input[type=text] {
        width:100%;
    }
    .contact-field.space {
        padding-left:0px;
    }
    .contact-confirm {
        width:auto;
        padding:46px 25px 50px;
    }

    /****************************** company */
    .company-info {
        margin-right: 25px;
    }
    .company-desc-block {
        width:100%;
    }
    .company-desc-text {
        padding:0;
    }
    /* section tabs */
    ul.company-tabs li {
        margin:0 0 0 30px;
    }
    /* company summary */
    .company-social-graph .title-grey {
        margin:0 auto;
        display:table;
    }

    /* company followers */
    .company-follower-details {
        width:auto;
    }

    /****************************** user */
    .user-info {
        margin: 0px;
        padding: 30px 30px 10px 30px;
        color: #000;
        position: relative;
        background: #f0f0f0;
        width: 100%;
    }
    
    .user-block{
    	padding: 10px 35px 40px 35px;
    }
    
    .user-bio-block{ 
    	padding: 10px 35px 40px 35px;
    	display: block;
    }
    
    .user-cover-gradient {
    	position: relative;
    }
  
    /* description block */
    .user-desc-block{
    	width: 100%;
    	float: none;
    	margin-bottom: 35px;
    }
    .user-desc-text {
        padding:0;
    }
    /* user summary */
    .user-social-graph .title-grey {
        margin:0 auto;
        display:table;
    }

    /* recent activity */
    .user-activity-prev {
        margin-left:-10px;
    }
    .user-activity-next {
        margin-right:-10px;
    }
    /* user followers */
    .user-follower-details {
        width:auto;
        font-family: "TheSans-Plain";
    }
    .graph-project-details{
        top: 350px;
    }
    .user-social-graph .category-project-ngo{
        width: 100%;
        float: right;
    }

    .user-social-graph .category-project-ngo-title {
        float: right;
        right: 120px;
        position: absolute;
    }

    .user-social-graph .category-project-ngo-pic {
        float: right;
    }

    .user-social-graph .category-details{
        margin: 15px 15px 0;
    }

    .company-social-graph .category-project-ngo{
        width: 100%;
        float: right;
    }

    .company-social-graph .category-project-ngo-title {
        float: right;
        right: 120px;
        position: absolute;
    }

    .company-social-graph .category-project-ngo-pic {
        float: right;
    }

    .company-social-graph .category-details{
        margin: 15px 15px 0;
    }

    .company-social-graph .social-graph-canvas{
        margin-bottom: 50px;
    }


    /****************************** project */
    .project-block {
        padding:45px 30px 35px;
    }
    .project-block-left {
        float:none;
        width:100%;
        margin-bottom:35px;
    }
    .project-block-right {
        float:none;
        width:100%;
        margin-right:0;
        padding-top: 10px;
    }
    .project-cover {
        width:100%;
        height:auto;
    }
    .project-cover  {
        width:100%;
        height:159px;
    }
    .project-desc {
        padding:0;
    }
    .project-progress {
        width:100%;
    }
    .project-pledge-contribute,
    .search-projects .project-pledge-contribute	{
        width: 100%;
    }
    .project-pledge-contribute .block {
        width:auto;
        float:none;
        padding:5px 0;
    }
    .project-pledge-contribute .separator {
        width:95%;
        height:1px;
        margin:5px auto;
        float:none;
    }
    /* section tabs */
    ul.project-tabs li {
        margin:0 0 0 25px;
    }
    .project-detail-block {
        padding:0 40px;
    }
    .project-detail-block-sdg {
        padding:0 40px;
    }

    /* project summary */
    #project-detail-summary {
        width:100%;
        float:none;
    }

    #project-detail-summary-sdg {
        width:100%;
        float:none;
    }
    /* project updates */
    #project-detail-updates {
        width:100%;
        float:none;
    }
    .project-update-list {
        margin:25px 15px 0 15px;
        padding: 0 10px 0 10px;
    }
    /* project comments */
    #project-detail-comments {
        width:100%;
        float:none;
    }
    /* project followers */
    #project-detail-followers {
        width:100%;
        float:none;
    }
    /* project contribution options */
    #project-detail-options {
        display:none;
        float:none;
        width:85%;
        margin:25px auto;

    }
    #project-detail-options-mobile {
        display:block;
        float:none;
        width:85%;
        margin:25px auto;
    }
    .project-sim-option.left {
        float:none;
    }
    /***********************login**********/
    .sigin-col{
        width: 100%;
        display: inline-block;
    }


    /****************************** project new */
    .project-dialog {
        margin: 25px auto 0;
        width: 100%;
    }
    .project-new1 {
        padding:36px 25px 50px;
    }
    .project-field {
        width:100%;
    }
    .project-field.field-half input[type=text],
    .project-field.field-half select {
        width:100%;
    }
    .project-field.field-half-clipped input[type=text] {
        width:96%;
    }
    .project-field.field-fourth input[type=text] {
        width:75px;
    }
    .project-option-label {
        margin-left:10px;
    }
    .project-terms {
        width:auto;
    }

    /****************************** payment (popup) */
    .payment-dialog {
        width: 100%;
    }
    .payment-field {
        width:100%;
    }
    .payment-field input[type=text] {
        width:100%;
    }
    .payment-field.left {
        float:none !important;
        display:inline-block;
    }
    .payment-confirm {
        width:auto;
        padding:46px 25px 50px;
    }

    /****************************** impact (ngo, company) */
    .impact-cell, .impact-cell2, .report-cell {
        width:75%;
        margin:0 auto;
        padding:15px 0;
        float:none;
    }
    .impact-separator {
        display:none;
    }

    /****************************** graph (user, company) */
    .social-graph-canvas {
        width:300px;
    }
    .graph-instructions {
        display:none;
    }

    /****************************** gallery (ngo, company) */
    .project-details .photo-cell img {
        width:100%;
    }

    /****************************** flag project */
    .flag-dialog {
        width: 100%;
    }
    .flag-field {
        width:100%;
    }
    .flag-confirm {
        width:auto;
        padding:46px 25px 50px;
    }

    /****************************** flag comment */
    .flag-comment-dialog {
        width: 100%;
    }
    .flag-comment-field {
        width:100%;
    }
    .flag-comment-confirm {
        width:auto;
        padding:46px 25px 50px;
    }

    /****************************** footer */
    ul.footer-menu li {
        float:right;
        width:110px;
        padding:10px;
    }
    
    .footer-list{
		width: 33.33% !important;
	}
    .separator {
        margin:65px 0;
    }
    .copyright {
        /*        float:none;*/
    }
    ul.powered {
         margin:auto;
        display: block;
        float: none;
        width: 100% !important;
        margin-top: 40px;
        /* margin-right: 250px;
        margin-bottom: 20px;
            margin-top:-50px;
            margin-left:-100px;*/
    }
    .footer-social {
        margin-top:40px;
    }
    .footer-social-facebook {
        margin-right:3px;
    }
    .footer-social-twitter {
        margin-right:3px;
    }
    .footer-social {
        margin: auto;
        display: block;
    }

    /****************************** search */
    .search-summary {
        width:75%;
        text-align:center;
        margin:0 auto;
    }
    .search-container input {
        width:250px;
    }
    /* search projects */
    .search-projects {
        width:100%;

    }
    .search-projects-sign , .search-vip-projects-sign{
        display:none;
    }
    .search-project-cover {
        float:none;
    }
    .search-project-category {
        margin:0px 15px 0 0;
    }
    .search-project-details {
        float:none;
        width:auto;
        margin-top:15px;
    }
    .search-project-progress {
        width:100%;
    }
    /* search ngo */
    .search-ngos {
        width:100%;
    }
    .search-ngos-sign {
        font-family: 'TheSans-Plain';
        display:none;
    }
    .search-ngo-cover {
        float:none;
    }
    .search-ngo-details {
        float:none;
        width:auto;
        margin-top:15px;
    }
    /* search company */
    .search-companies {
        width:100%;
    }
    .search-companies-sign {
        display:none;
    }
    .search-company-cover {
        float:none;
    }
    .search-company-details {
        float:none;
        width:auto;
        margin-top:15px;
    }
    /* search user */
    .search-users {
        width:100%;
    }
    .search-users-sign {
        display:none;
    }
    .search-user-details {
        width:105px;
    }
    .search-user-title {
        font-size:18px;
    }

    /****************************** explore */
    ul.explore-inner-categories {
        display:none;
    }
    ul.explore-inner-filters {
        display:none;
    }
    .explore-inner-filters-mobile,
    .explore-inner-categories-mobile {
        display:block;
    }

    /* explore projects */
    .explore-projects {
        width:100%;
    }
    .show-more-main .button-small {
        display:block;
    }

    /* explore leaderboard */
    .explore-leaderboard {
        width:100%;
        padding:0 10px;
    }
    .leader-profilepic {
        margin-left: 15px;
    }
    .leader-title {
        font-size:16px;
        max-width:120px;
        line-height:initial;
        margin-top:10px;
        height:auto;
    }

    /****************************** page */
    .page-cover h1 {
        font-size:30px;
        margin-top: 75px;
    }
    .page-content {
        width:80%;
    }
    .page-cell.table {
        display:block;
    }
    .page-cell.space {
        padding-top:15px;
        padding-right:0px;
    }
    .page-cell.partner-logo {
        width:23%;
        text-align:center;
        display:table !important;
        margin:0 auto 10px;
    }

    /****************************** login */
    .signin-container {
        padding:0 25px 25px;
        box-sizing: border-box;
    }
    .signin-container .title-large,
    .signin-container .title-medium	{
        text-align:center;
        margin-top:35px;
    }
    .signin-field input[type=text],
    .signin-field input[type=password] {
        width:250px;
    }
    .block-third {
        width:85%;
        float:none;
        margin:0 auto 40px;
    }
    /* register popup */
    .register-dialog {
        width: 100%;
        margin: 25px auto 0;
    }
    .register-field {
        width:100%;
    }
    .register-field.left {
        float:none !important;
        display:inline-block;
    }
    .register-field input[type=text],
    .register-field input[type=password],
    .register-field select {
        /*        width:100%;*/
    }
    .register-confirm {
        width:auto;
        padding:46px 25px 50px;
    }

    /****************************** contribute */
    .contribute-container-grey {
        width:100%;
        padding:10px;
        box-sizing: border-box;
    }
    .contribute-container {
        width:100%;
        padding:0 10px;
        box-sizing: border-box;
    }
    .contribute-container .project-sim-option.padded {
        margin:0 auto 15px;
    }
    .contribute-tabs-block {
        width:90%;
    }
    ul.contribute-tabs li {
        margin:0 0 0 30px;
    }

    /****************************** file upload */
    .fileinput-button.style2 { bottom:75px; }
    .progress-bar-container { width:64%; }
}

@media only screen
and (min-width : 360px)
and (max-width : 640px)
{
    /* project slider (favorites, trending, newest, ending) */
    .home-project-list , .home-news-list , .report-list-slider, .home-story-list{
        width:85%;
        height:370px;
    }
    .home-project-prev {
        margin-left:-20px;
        margin-top:130px;
    }
    .home-project-next {
        margin-right:-20px;
        margin-top:130px;
    }
    .home-project-slide , .home-news-slide, .report-cell-slide{
        width:310px;
        height:370px !important;
        margin-right:0; /*49px;*/
    }
    .home-project-cover , .home-news-cover {
        height:310px;
        position:relative;
        overflow:hidden;
    }
}

@media only screen
and (min-width : 375px)
and (max-width : 667px)
{
    /****************************** home */
    /* highlights section */
    #highlight-section {
        height:192px;
    }
    .highlight {
        height:192px;
    }
    .highlight .stretch-width {
        width:100%;
    }
    .highlight-dark {
        height:192px;
    }

    /* explore section */
    .explore-categories li {
        width:50px;
        font-size:10px;
    }
    .explore-icon img {
        width:40px;
    }

    /* trending section */
    .trending-title,
    .newest-title,
    .ending-title {
        padding:0 15px 0 15px;
    }
    .trending-title.title-grey,
    .newest-title.title-grey,
    .ending-title.title-grey {
        font-size:22px;
    }

    /* project slider (favorites, trending, newest, ending) */
    .home-project-list , .home-news-list , .report-list-slider, .home-story-list{
        width:85%;
        height:370px;
    }
    .home-project-prev {
        margin-left:-20px;
        margin-top:130px;
    }
    .home-project-next {
        margin-right:-20px;
        margin-top:130px;
    }
    .home-project-slide , .home-news-slide, .report-cell-slide{
        width:320px;
        height:370px !important;
        margin-right:0 /*49px*/;
    }
    .home-project-cover , .home-news-cover {
        height:320px;
        position:relative;
        overflow:hidden;
    }
    .home-project-cover img , .home-news-cover img{
        width:370px;
    }
    .home-project-category {
        margin:0 15px 0 0;
    }
    .home-project-progress {
        width:270px; height:6px;
    }

    /****************************** project */
    .project-cover {
        width:100%;
        height:193px;
    }

    /****************************** graph (user, company) */
    .social-graph-canvas {
        width:350px;
    }

    /****************************** footer */
    .separator {
        margin:65px 0;
    }
    ul.footer-menu li {
        /*        float:right;*/
        width:125px;
        padding:10px;
    }
    
    .footer-list{
		width: 50%;
	}
	
    ul.powered {
        margin:auto;
        display: block;
        float: none;
        width: 100% !important;
        margin-top: 40px;
    }

    /****************************** search */
    /* search user */
    .search-user-details {
        width:160px;
    }

    /****************************** explore */
    .leader-title {
        max-width:175px;
    }

    /****************************** login */
    .signin-field input[type=text],
    .signin-field input[type=password] {
        width:300px;
    }

    /****************************** contribute */
    .contribute-button-fly {
        position:fixed;
        z-index:200;
        bottom:0px;
        left:30%;
        box-shadow: 0 1px 10px rgba(0,0,0,0.20);
    }

}

@media only screen
and (min-width : 412px)
and (max-width : 732px)
{
    /* project slider (favorites, trending, newest, ending) */
    .home-project-list , .home-news-list, .report-list-slider, .home-story-list{
        width:83%;
        height:370px;
    }
    .home-project-prev {
        margin-left:-25px;
        margin-top:130px;
    }
    .home-project-next {
        margin-right:-25px;
        margin-top:130px;
    }
    .home-project-slide , .home-news-slide , .report-cell-slide{
        width:342px;
        height:400px !important;
        margin-right:0; /*49px;*/
    }
    .home-project-cover {
        height:342px;
        position:relative;
        overflow:hidden;
    }
}

@media only screen
and (min-width : 414px)
and (max-width : 667px)
{
    .home-project-slide , .home-news-slide, .report-cell-slide{
        margin-right:15px;
        margin-left:15px;
    }

    .team-img-container{
        width:100%;
        padding-left: 25%;
        padding-right: 25%;
    }
}

@media only screen
and (min-width : 375px)
and (max-width : 667px)
and (orientation : landscape)
{
    /****************************** header */
    .header-project .editmode-button {
        min-width:75px;
        max-width:125px;
    }
    .header-editmode .editmode-button {
        min-width:75px;
        max-width:125px;
    }

    .team-img-container{
        width:100%;
        padding-left: 25%;
        padding-right: 25%;
    }
    /****************************** home */
    /* highlights section */
    #highlight-section {
        height:342px;
    }
    .highlight {
        height:342px;
    }
    .highlight .stretch-width {
        width:100%;
    }
    .highlight-dark {
        height:342px;
    }

    /****************************** project */
    .project-cover {
        width:100%;
        height:371px;
    }
    .project-pledge-contribute {
        width: 100%;
    }
    .project-pledge-contribute .block {
        width:31%;
        float:right;
        padding:0;
    }
    .project-pledge-contribute .separator {
        background:#cccfd4;
        width:2px;
        height:45px;
        margin:5px;
        float:right;
    }

    /****************************** explore */
    .leader-title {
        height:55px;
        max-width:none;
        line-height:55px;
        margin-top:0;
    }
}

@media only screen
and (min-width : 320px)
and (max-width : 568px)
and (orientation : landscape)
{
    /****************************** home */
    /* highlights section */
    #highlight-section {
        height:291px;
    }
    .highlight {
        height:291px;
    }
    .highlight-dark {
        height:291px;
    }

    /****************************** project */
    .project-cover {
        width:100%;
        height:311px;
    }
}

/* edit image popup */
.edit-image-fade {
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.edit-image-dialog {
    position: relative;
    margin: 50px auto 0;
    width: 80%;
    max-width: 800px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.edit-image-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.edit-image-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.edit-image-content {
    min-height:500px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.edit-image-img{
    width:50px;
    height: auto;
    display:block;
    margin:auto;
}

.edit-image-header {
    height:65px;
    background:#f0f0f0;
    padding:20px;
    font-size:28px;
}

.edit-image-title {
    margin:15px 30px 0 0;
}
/* News section */
.news-main-title{
    font-size: 23px;
    font-weight: bold;
    margin: 0px 25px;
    margin-top: 50px;
}

.display-news{
    margin: 0px 20px;
}

.orange-underline{
    color: #2dccd3;
    text-decoration: underline;
}

.articles-main{
    margin: 20px 1.5%;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

.article-info{
    width:100%; height:90px;
    background:rgba(0, 0, 0, 0.45);
    position:absolute;
    bottom:0; left:0;
    color:#fff;
    z-index:10;
}

.article-info-description {
    font-family: 'TheSans-Plain';
    font-size:15px;
    text-align:center;
    padding:10px 15px;
    margin:0 auto 0 auto;
    display:none;
}

.article-main{
    padding: 15px 40px 35px;
    padding-top: 40px;
}

.article-header{
    width: 100%;
    height: 30px;
    padding: 0px 20px;
    line-height:30px;
}

.article-title{
    float: right;
    margin: 0px;
    font-size: 27px;
    line-height: 40px;
}

.article-info-title {
    font-size:18px;
    font-weight:bold;
    text-align:center;
    padding:20px 15px;
    padding-bottom: 5px;
    margin:0 auto 0 auto;
    display:table;
}

.article-date{
    float: right;
    color: #23232b;
    margin: 0px;
    margin-top: 8px;
}

.news-img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.blog-img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.article-img{
    width: 100%;
    object-fit: cover;
    margin: 15px 0px;
}

.news-hr{
    margin: 15px 0 15px 0;
    color: #dedee6;
}

.articles-main .separator-line1 {
    background: #fff;
}

.social-media{
    width: 100%;
    padding: 15px 40px 35px;
}

.social-media h3 {
    line-height:24px; 
    margin:0;
}

.all-news{
    float: left;
}

.all-news a{
    font-size: 24px;
    color:#2dccd3 !important;
    text-decoration: none;
    font-weight: bold;
}

.social-media-news .project-desc{
    margin-top: 0px;
}

@media only screen
and (min-width : 320px)
and (max-width : 374px)
{
    .graph-project-details{
        top: 350px;
    }
}

@media only screen
and (min-width : 320px)
and (max-width : 360px)
{
    .header-menu a{
        margin-left: 8px;
        margin-right: 0px;
        font-size: 12px;
    }
    
    .header-mobile a.signin{
    	font-size: 12px;
    }
    
    .header-menu {
	    right: 60%;
	}

    .header-mobile-a{
        margin-right: 15%;
        margin-left: 20%;
    }
}

.dialog-fade{
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:1001;
    display:none;
    overflow-x: hidden;
    overflow-y: auto;
}

.main-dialog{
    position: relative;
    margin: 50px auto 0;
    width: 80%;
    max-width: 800px;
    display:none;

    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.main-dialog.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.dialog-close {
    width:20px; height:20px;
    background:url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    left: 19px;
    top: 26px;
    cursor: pointer;
    position: absolute;
}

.dialog-main-content {
    min-height:300px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.dialog-content {
    padding:0px 50px 20px;
}

.dialog-header {
    min-height:65px;
    background:#f0f0f0;
    padding:10px 20px;
    font-size:28px;
}

.text-small-hint{
    margin-right: 15px;
    color: #b0b3b6;
}

.vertical-align{
    display: flex; 
    vertical-align: middle;
}

.not-complete {
    color:#2dccd3;
    font-family: 'TheSans-Plain';
    cursor: pointer;
    margin: 8px 0px;
    left: 5%;
    position: absolute;
    text-align: left;
    width: 30%;
}

.feild-fit-width{
    width: fit-content;
    float: left;
}

.project_vip-button2{
    margin: 10px 0 0 0;
    float: left;
}

.project_vip-button3{
    margin: 10px 0 0 0;
}

.orange-hr{
    border: solid 0.5px #2dccd3;
}

.p-project-image{
    text-align: center; 
    margin-bottom: 0px;
}

.button-create-project{
    width: 95%;
    font-size: 15px;
    margin: auto;
    margin-top: 10px;
}

.hr-create-project{
    border: solid 0.5px #ededee;
    width: 95%;
}

.crop-icon{
    position: absolute;
    top: 0;
    width: 15%;
    left: 0;
    cursor: pointer;
}

.project-img-cover{
    height: 130px;
    background-color: #f0f0f0;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.exit{
    text-align: center;
    padding: 20px 0px
}

.exit-button{
    width: 220px;
    margin: auto;
    margin-top: 10px;
}

#ngo_editor_content{
    margin: 20px auto 0;
}
.ngo-board-label{
    width: 15%;
}

.ngo-board-input{
    width: 25%;
    margin-right: 5%;
}

.ngo-board-input2{
    width: 25%;
    margin-right: 11.2%;
}

#ngo_editor .ngo-editor-board-block li{
    margin-top: 8px;
}

#ngo_editor .impact-figure-edit, #company_editor .impact-figure-edit{
    height: 30px;
    font-size: 18px;
    margin-right: 25px;
}

#ngo_editor .impact-description-edit, #company_editor .impact-description-edit{
    margin-right: 17px;
}

#ngo_editor .impact-cell , #ngo_editor .impact-cell2, #compnay_editor .impact-cell , #company_editor .impact-cell2{
    width: 100%;
    text-align: right;
}

#ngo_editor .impact-description, #company_editor .impact-description{
    padding-right: 0px;
}

#ngo_editor .impact-cell-extra, #company_editor .impact-cell-extra{
    padding: 0px;
}

#ngo_editor .impact-add, #company_editor .impact-add{
    margin: 0px;
}

#ngo_editor .impact-add span, #company_editor .impact-add span{
    margin-top: -5px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#ngo_editor .step-9 .button-small:hover{
    color: #fff;
}

.ngo-add-image{
    bottom:0; 
    left:-150%; 
    position: relative; 
    width: 140px;
}

#ngo_editor .description-div, #company_editor .description-div{
    width: 75%;
    margin-right: 22%;
}

#ngo_editor .description-div p, #company_editor .description-div p{
    margin: 0px;
}

#ngo_editor .description-textarea, #company_editor .description-textarea{
    height: 115px;
    width: 100%;
}

#ngo_editor .photo-wrap img, #company_editor .photo-wrap img{
    width: 20%; 
}

#ngo_editor .photo-cell ,  #ngo_editor .photo-wrap, 
#company_editor .photo-cell ,  #company_editor .photo-wrap{
    width: 100%;
    height: auto;
}

#step-11-photos .photo-cell .photo-del{
    left: 20px;
    top: 0px;
}

#step-11-photos .photo-edit{
    position: absolute;
    left: 60px;
    top: -2px;
    cursor: pointer;
}

#ngo_editor .ngo-board-cell{
    margin-top: 15px;
}

#ngo_editor .ngo-member-input{
    right: 570%;
    width: 400%;
    top: -15px;
    height: 30px;
}

.add-icon{
    width: 4%;
    top: 13px;
    position: absolute;
    left: 95%;
}

#ngo_editor .ngo-board-add , #ngo_editor .impact-add, #company_editor .impact-add{
    text-align: right;
    margin: 0px;
}


#ngo_editor .ngo-board-add span {
    margin-right: 45px;
    margin-top: 5px;
}


#ngo_editor .impact-add span, #company_editor .impact-add span {
    margin-right: 25px;
    margin-top: 5px;
}

.add-icon-2{
    width: 15%;
    position: absolute;
    left: 90%;
}

#ngo_editor #step-2 .parsley-errors-list, #company_editor #step-2 .parsley-errors-list{
    margin-top: 15px;
    margin-right: 20px;
}

#ngo_editor #impact-list2, #company_editor #impact-list2{
    display: block;
}

.vertical-line{
    border-left: 1.5px solid #eee;
    height: 30px;
    width: fit-content;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}

.pagination {
    display: inline-block;
    vertical-align: middle;
}

.current-page{
    color: #fff;
    background: #2dccd3;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 0px 2px;
    vertical-align: middle;
    margin-right: 5px;
}

.pagination-anchor{
    cursor: pointer;
    text-decoration: none;
    font-size: 30px;
    color: #2dccd3;
}

.pagination-prev , .pagination-next{
    display: inline-block;
    vertical-align: middle;
}

.pagination-all-pages{
    direction: rtl;
    display: inline-block;
    vertical-align: middle;
}

#project_form ul.parsley-errors-list,
#user-profile_form ul.parsley-errors-list{
    margin-right: 10px;
    margin-top: 15px;
}

.location-error{
    font-size: 18px;
    text-align: center;
    display: none;
    position:absolute;
    left:0; right:0;
    top:47%; bottom:0;
}

.ngo-annual-report-list{
    padding: 20px 40px;
}

.report-cell {
    width: 15%;
    margin: 0px 5%;
    text-align: right;
    padding:15px 0;
    position:relative;
    float:right;
}

.report-file {
    padding-top: 20px;
}

.report-year-edit  {
    width:190px; height:27px;
    font-size: 16px;
    text-align:center;
    border:solid 2px #2dccd3;
}

.file-ext{
    line-height: 20px;
    font-size: 14px;
}

.report-file-div{
    text-align: center;
    vertical-align: middle;
    line-height: 90px; 
    border: solid 1px;
}

.download-file-icn{
    width: 50%;
    margin: 10px auto;
}

.report-cell-slide{
    background: transparent !important;
    height: 270px !important;
}

.report-list-slider{
    height: 300px !important;
}

.report-del, .update-del {
    margin-top: 10px;
    position:absolute;
    width:30px; height:30px;
    background:url('https://nahno.org/images/sprite.png') -161px -86px no-repeat;
    left:10px; top:0;
    cursor:pointer;
}

#report-list-slider .home-project-next,
#report-list-slider .home-project-prev {
    margin-top: 120px;
}

.resp-video-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.vertical-story-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.story-vertical-slider{
    max-height: 570px;
    overflow-y: auto;
    margin-top: 25px;
}

/****************************** University Dashboard */
.uni-dashboard{
	margin-top: 70px;
}

.uni-dashboard-welcome{
	text-align: center;
    background: #2dccd3;
}

.uni-dashboard-welcome h2{
    text-align: center;
    margin: 20px auto;
    color: #fff;
}

/* section tabs */
.ngo-tabs-block {
    width:91%;
}

ul.uni-tabs, ul.ngo-dashboard-tabs {
    list-style:none;
    margin:0;
    float:right;
    padding: 0px;
}

ul.uni-tabs li, ul.ngo-dashboard-tabs li  {
    float:right;
    padding:20px 0 17px 0;
    margin:0 0 0 20px;
    cursor:pointer;
    width: 90%;
    color: #c2c2c2;
    font-size: 24px;
    text-align: center;
    border-bottom:solid 0.02px #c2c2c2;
}

ul.uni-tabs li.current, ul.ngo-dashboard-tabs li.current {
    color:#2dccd3;
    border-bottom:solid 3px #2dccd3;
    font-weight: bold;
}

#uni-detail-students, #uni-detail-projects, 
#uni-detail-create-project, #uni-detail-confirm-students,
#uni-detail-volunteers-team{
	display:none;
}

.uni-dashboard hr{
	border: 0.5px solid #c2c2c2;
	margin: 0px;
}

.uni-icon {
    width: 100%;
    float: left;
    border: 0.5px solid #eee;
    border-radius: 50%;
}

.uni-fiqure-value{
	color:#2dccd3; 
	font-size: 60px; 
	margin: 0px;
	text-align: center; 
	font-weight: bold;
}

.uni-fiqure-title{
	color:#2dccd3; 
	font-size: 30px; 
	margin: 10px 0px; 
	text-align: center;
}

.students-data{
	margin-top: 20px;
}

#students-list,
#students-confirm-table{
	width: 100%;
	text-align: right;
}

#students-list,
#students-confirm-table {
    font-family: 'TheSans-Plain', Tahoma;
    border-collapse: collapse;
    width: 100%;
}

#students-list td, #students-list th,
#students-confirm-table td, #students-confirm-table th {
    border: 1px solid #ddd;
    padding: 8px;
}


#students-list .student-row:hover,
#students-list .donor-row:hover,
#students-list .donor-row:hover .donor_id,
#students-confirm-table .student-row:hover,
#students-confirm-table .donor-row:hover,
#students-confirm-table .donor-row:hover .donor_id{
	background-color: #2dccd3;
	color: #fff;
}

#students-list th,
#students-confirm-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-size: 20px;
}

.student_id:hover{
	color: #fff;
	cursor: pointer;
}

.student-info{
	margin-top: 20px;
	background: #efeff7;
	padding: 15px;
}

.students-filter select,
.students-filter input {
    width: 100%;
    border: solid 1px #c2c2c2;
    padding: 5px 0;
    font-size: 15px;
    background: #fff;
    margin-top: 20px;
    height: 50px;
    font-family: 'TheSans-Plain', Tahoma;
}

.close-uni-dashboard {
	border-radius: 50%;
    background: #fff;
    width: 30px;
    height: 30px;
    margin-top: 25px;
    margin-left: 5%;
    cursor: pointer;
}

.close-uni-dashboard p{
 	margin: 0px;
 	color: #2dccd3;
    font-weight: bold;
    font-size: 19px;
}

.verticalLine {
  border-left: 0.5px solid #c2c2c2;
}

#total-impact-text, #monthly-impact-text{
    position: absolute;
    left: 5%;
    top: 43%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0px 25%;
    width: 50%;
}

#total-impact-icon, #monthly-impact-icon{
	display: none;
	width: 10%;
    margin: 0px 45%;
    position: absolute;
    left: 12%;
    top: 30%;
    text-align: center;
}

#total-impact-category, #monthly-impact-category{
	width: 10%;
    margin: 0px 45%;
    position: absolute;
    left: 1%;
    top: 32%;
    text-align: center;
}

.applied-filters , .applied-filter-payment{
	height: 25px;
    width: 25px;
    background: red;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    position: absolute;
    display: none;
    text-align: center;
    left: -8%;
    top: -18%;
	
}

.uni-dashboard .orange-hr {
	border: 2px solid #2dccd3;
}

.highcharts-yaxis text{
	fill: #2dccd3 !important;
}


#students_filter .select2-container,
#payment_list_filter .select2-container {
	width: 100% !important;
    text-align: right;
}

#students_filter .select2-container--default,
#students_filter .select2-selection--single ,
#students_filter .select2-selection__arrow,
#payment_list_filter .select2-container--default,
#payment_list_filter .select2-selection--single ,
#payment_list_filter .select2-selection__arrow {
	left: 1px;
	top: 15px;
}

#students_filter .select2-container--default,
#students_filter .select2-selection--single,
#payment_list_filter .select2-container--default,
#payment_list_filter .select2-selection--single{
   height: 50px;
}

#students_filter .select2-container--default, 
#students_filter .select2-selection--single, 
#students_filter .select2-selection__rendered,
#payment_list_filter .select2-container--default, 
#payment_list_filter .select2-selection--single, 
#payment_list_filter .select2-selection__rendered {
	line-height:  50px !important;
}

#students_filter .select2-container, 
#students_filter .select2-selection--single, 
#students_filter .select2-selection__rendered,
#payment_list_filter .select2-container, 
#payment_list_filter .select2-selection--single, 
#payment_list_filter .select2-selection__rendered{
	padding-right: 2px;
}

#main-uni .croppie-container{
	height: auto;
}

a.sort-by { 
	padding-right: 18px;
	position: relative;
    color: #dedee1;
}
a.sort-by:before,
a.sort-by:after {
    
	border: 4px solid transparent;
	content: "";
	display: block;
	height: 0;
	right: 5px;
	top: 50%;
	position: absolute;
	width: 0;
}
a.sort-by:before {
	border-bottom-color: #dedee1;
	margin-top: -9px;
}
a.sort-by:after {
	border-top-color: #dedee1;
	margin-top: 1px;
}

#uni-dashboard-pic , #ngo-dashboard-pic{
	cursor: pointer;
}

.dashboard-menu {
    position:fixed;
    left:33px; top:75px;
    display:none;
    z-index:25;
}

.dashboard-menu ul{
    list-style:none;
    font-size:15px;
    margin:0;
    padding:0;
    position:absolute;
    top:0; left:25px;
    z-index:2;

    width:200px;
    background:#fff;
    padding:16px 18px 7px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
}

.dashboard-menu ul li {
    padding:0 0 10px 0;
}

.dashboard-menu ul li a{
    text-decoration:none;
}

.dashboard-menu-tip, .dashboard-menu-tip-top{
    width:14px; height:14px;
    background:#fff;
    position:absolute;
    top:-7px; left:190px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
    z-index:1;

    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dashboard-menu-tip-top {
    width:14px; height:14px;
    background:#fff;
    position:absolute;
    top:-7px; left:190px;
    box-shadow: none;
    z-index:3;
}

.uni-dashboard-confirm-student:hover{
	color: #fff;
}

.uni-dashboard-delete-student:hover{
	color: red;
}

.uni-dashboard-confirm-student{
	color: #2dccd3;
	margin: 0px 10%;
	cursor: pointer;
}

.uni-dashboard-delete-student{
	color: red;
	margin: 0px 10%;
	cursor: pointer;
}

.student-row:hover .uni-dashboard-confirm-student{
	color: #fff;
}

#confirm_delete_student_form {
	padding: 40px 20px;
}

/****************************** Project impact card */
.project-impacts{
	width: 100%;
}

.project-impact-card {
	position: relative;
	background: #f4f4f4;
	padding: 10px;
	width: 22%;
	margin: 10px 1%;
	text-align: center;
	color: #000000;
	cursor: pointer;
	display: inline-block;
}

.project-impact-card hr{
	border: 1px solid #e0e0e0;
}

.project-impact-amount span{
	font-weight: bold;
	font-size: 22px;
}

.project-impact-amount {
	font-weight: normal;
    font-size: 18px;
}

.project-impact-hover {
	display: none;
	position: absolute;
    background: #fd9e45;
    width: 100%;
    left: 0px;
    top: 34%;
    height: 66%;
}

.project-impact-hover p{
	color: #fff;
    font-weight: bold;
    margin: 25%;
}

.project-impact-card:hover .project-impact-hover {
	display: block;
}

.project-impact-card-selected{
	position: relative;
	padding: 10px;
	width: 22%;
	margin: 10px 1%;
	text-align: center;
	color: #fff;
	background: #fd9e45;
	display: inline-block;
}

.project-impact-card-selected hr{
	border: 1px solid #fff;
}

.project-impact-plus, .project-impact-minus{
	cursor: pointer;
    width: 30%;
    font-weight: bold;
    font-size: 35px;
    margin: 0px;
}

.project-impact-count{
	background: #fff;
    width: 40%;
    font-weight: bold;
    font-size: 35px;
    margin: 0px;
}

.project-impact-card-selected .project-impact-count{
	color: #fd9e45;
}

.total-impact-donation hr{
	border: 0.5px solid #c2c2c2;
}

.project-contribute-scroll {
	background: #2dccd3;
    color: #fff;
    text-transform: uppercase;
    font-family: 'TheSans-Plain';
    font-weight: 600;
    padding: 10px 0px;
    cursor: pointer;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

#contribute-button{
	width: 350px;
	font-size: 13px;
	padding: 10px 10px; 
	text-align: center; 
	margin: 10px auto;
}

.project-impact-action{
	height: 60px;
}

.company-supported-projects .home-project-progress {
	right: 25px;
}

.project-impact-result{
	width: 46%;
}

/****************************** NGO Dashboard */
#ngo-detail-lists, #ngo-detail-projects, #ngo-detail-volunteers{
	display:none;
}

.ngo-stats-border-bottom{
	border-bottom: 0.5px solid #c2c2c2;
}

.ngo-stats-border-right{
	border-right: 0.5px solid #c2c2c2;
}

ul.ngo-dashboard-sub-tabs, ul.ngo-dashboard-projects-sub-tabs {
    list-style:none;
    margin:0;
    float:right;
    padding: 0px;
    width: 100%;
    display: flex;
}

ul.ngo-dashboard-sub-tabs li, ul.ngo-dashboard-projects-sub-tabs li  {
    float:right;
    padding:20px 0 17px 0;
    margin:0 0 0 20px;
    cursor:pointer;
    width: 90%;
    color: #c2c2c2;
    font-size: 24px;
    text-align: center;
    border-bottom:solid 0.02px #c2c2c2;
}

ul.ngo-dashboard-sub-tabs li.current, ul.ngo-dashboard-projects-sub-tabs li.current{
    color:#2dccd3;
    border-bottom:solid 3px #2dccd3;
    font-weight: bold;
}

.ngo-dashboard-toggle, .ngo-dashboard-vip-toggle {
	cursor: pointer;
    display: flex;
    align-items: center;
}

.circle-projects-count{
	width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: solid 2px #2dccd3;
    color: #2dccd3;
    font-weight: bold;
}

.donor-details{
	background: #f0f0f0;
    margin: 20px;
    padding: 0px 20px;
}

.ngo-sub-detail{
    margin-top: 80px;
}

.download-lists{
	/* position: absolute;
	left: 1%; 
	top: 20px;
    width: 180px; */
    width: 150px;
    height: 36px;
    margin-right: 20px;
}

.download-team{
    width: 150px;
    height: 36px;
    margin-right: 20px;
}

.donor_id{
	color: #000;
	text-decoration: none;
}

.donor_id:hover{
	color: #fff;
}

td .donor_id {
    display:block;
    width:100%;
}

.invalid-paymnet, .invalid-volunteers{
	color: red;
    margin: 5px 0px;
    margin-right: 40%;
}

.volunteer-number-note{
    color: red;
    font-size: 12px;
}

.button-volunteers, .button-volunteers:hover{
	background-color: #ccc;
}
.volunteers-fade .selected{
	background-color: #2dccd3;
}

.form-section {
  display: none;
  position: relative;
  padding: 0px 50px;
}
.form-navigation{
	padding: 0px 50px;
}
.form-section.current {
  display: inherit;
}

#register-user-form .next,
#register-user-form .send,
#send_user_confirm_uni .send,
#confirm_delete_student_form .send,
#settings-form .next,
#settings-form .send{
	margin: 10px 0px;
	display: inline-block;
    float: left;
}

#confirm_delete_student_form .send{
    margin: 0px 0px 10px 0px;
}

#register-user-form .previous,
#register-user-form .back,
#send_user_confirm_uni .back,
#settings-form  .previous,
#settings-form  .back,
#settings-form  .back-index {
	margin: 10px 0px;
	display: inline-block;
    float: right;
}

#register-user-form .back,
#send_user_confirm_uni .back,
#register-user-form .previous,
#settings-form .back,
#settings-form .back-index,
#settings-form .previous {
	background: #e65151;
}

#register-user-form .submit,
#settings-form .submit {
	margin: 10px 0px;
	display: inline-block;
    float: left;
}

.circle-users-count{
	width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #2dccd3;
    color: #fff;
    font-size: 18px;
    float: left;
    margin-top: 6px;
    line-height: 45px;
}

/****************************** Wedding Page */

.wedding-breif-div{
	position: relative;
}

.wedding-breif{
	position: absolute;
	background: rgba(235, 234, 232, 0.7); 
	padding: 15px;
	padding-left: 0px;
	top: 50%;
	right: 40%;
    width: 60%;
}

.header-wedding-title{
    position: absolute;
    right: 3%;
    width: 20%;
    border-bottom: solid 5px #2b2b2b;
}

.header-wedding-title h2{
	margin-right: 32px;
    margin: 10px 60px 0px 0px;
}

.wedding-main{
    padding: 15px 40px 35px;
    padding-top: 40px;
}

#main-wedding .project-impact-card, 
#main-wedding .project-impact-card-selected{
    width: 47%;
}

#main-wedding .project-impact-result{
	width: 96%;
}

#user-detail-gallery {
    padding:15px 0 15px 0;
    display:none;
}

.croppie-container{
	height: auto !important;
}

.home-stats{
	margin: 70px auto;
}

/****************************** Volunteering Month Page */

.volunteering-day {
	width: 100%; 
	color: #2dccd3; 
	background-color: #f2f2f2; 
	padding-right: 20px;
}

.volunteering-week .project{
	padding: 5px 10px;
    width: 24%;
    height: 145px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.volunteering-week .location {
	margin: 0px;
}

.volunteering-week .location-txt {
	text-decoration: underline;
	color: #2dccd3;
}

.volunteering-week h3{
    margin-top: 0px;
    font-size: 16px;
}

.volunteering-week-toggle, .volunteering-locations-toggle{
	display: flex;
	cursor: pointer;
}

.volunteering-day-toggle{
	display: flex;
	cursor: pointer;
}

.volunteering-week .down-arrow {
	font-size: 40px;
    color: #2dccd3;
    margin-top: 3px;
}

.volunteering-week #volunteering-week-1-details,
.volunteering-week #volunteering-week-2-details,
.volunteering-week #volunteering-week-3-details,
.volunteering-week #volunteering-week-4-details,
.volunteering-week #volunteering-week-5-details{
	display: none;
}

.volunteering-btn{
	width: 90%; 
	text-align: center; 
	padding: 5px; 
	bottom: 0%; 
	position: absolute;
}

.home-stats-col {
	display: inline-block;
	width: 24%;
	text-align: center; 
}

.user-project-vip{
	font-size:16px; 
	width: 60%;
	display: inline-block;
	padding: 0px 15px;
}

.user-vip-btn{
    font-size: 16px;
	width: 24%; 
	min-width: fit-content;
	display: inline-block;
}

.volunteering-week .v-line{
	border-left: solid 1px #f2f2f2;
	height: 160px;
	display: inline-block;
	vertical-align: top;
}

.volunteering-week .h-line{
	border-top: 1px solid #f2f2f2;
	margin: 0px;
}

#volunteers_form .parsley-required {
	display: none;
}

#school-countries, #project-locations{
	background: #fff; 
	width: 100%; 
	height: 27px;
	text-align-last: center;
	border:0px;
  	outline:none;
  	margin-top: 0.5px;
  	color: #2dccd3;
}
.school-rounded{
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 0px;
    border: 1px solid #bbb;
    width: 30%;
    height: 30px;
    display: inline-block;
}

#school-countries option:checked,
#school-countries option,
#project-locations option:checked,
#project-locations option{
	color: #000;
}

#school-name{
	height: 30px; 
	margin-right: 1%; 
	width: 45%;
	border: 1px solid;
    border-color: #bbb;
    -webkit-border-radius: 0px;
    padding: 0px 10px;
    color: #2dccd3;
}

.school-campaign-head-title{
	font-size: 46px;
	color: #2dccd3;
	font-weight: bold;
	margin-bottom: 0px;
}

.school-campaign-sub-title{
	font-size: 25px;
	color: #2dccd3;
	font-weight: normal;
	margin-top: 0px;
}

.selected-group-wrapper {
	display: inline-block;
	width: 25%;
	padding: 10px 0px;
}

.selected-uni-ngo-img{
	width: 100%;
}

.selected-uni-ngo-name{
    width: 72%;
    margin: 0px;
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

/****************************** Steps Progressbar */
.ProgressBar {
  margin: 0px;
  padding: 0px;
  padding-bottom: 15px;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 110%;
  margin-right: -5%;
}

.ProgressBar-step {
  text-align: center;
  position: relative;
  width: 100%;
}
.ProgressBar-step:before, .ProgressBar-step:after {
  content: "";
  height: 4px;
  background-color: #2dccd3;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 50%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .25s ease-out;
}
.ProgressBar-step:first-child:before, .ProgressBar-step:first-child:after {
  display: none;
}
.ProgressBar-step:after {
  background-color: #2dccd3;
  width: 0%;
}
.ProgressBar-step.is-complete + .ProgressBar-step.is-current:after, 
.ProgressBar-step.is-complete + .ProgressBar-step.is-complete:after {
  width: 100%;
}

.ProgressBar-icon {
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  fill: #fff;
  border-radius: 50%;
  padding: 0.5em;
  max-width: 100%;
  z-index: 10;
  position: relative;
  transition: all .25s ease-out;
  border: solid #2dccd3 2px;
}
.is-current .ProgressBar-icon {
  fill: #2dccd3;
  background-color: #2dccd3;
}
.is-complete .ProgressBar-icon {
  fill: #2dccd3;
  background-color: #2dccd3;
}

.user-register-align{
	display: flex; 
    vertical-align: middle;
}

.user-enroll-uni{
	width: 50%; 
	padding-left: 20px; 
	margin-bottom: 30px; 
	border-left: solid 1px #eee;
}

.user-enroll-ngo{
	width: 50%; 
	padding-right: 20px
}

.user-fav-cat{
    width: 25%;
    position: relative; 
}

.select2-results__option{
	font-size: 14px;
	text-align: right;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	text-align: right;
	padding-left: 20px;
    padding-right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	left: 1px; 
	right: 0px;
}
.select2-search__field{
	text-align: right;
}

.button-prj-location{
	width: 30.333%;
    display: inline-block;
    margin: 10px 0px;
    margin-left: 0.5%;
    color: #969292;
    background: #dedede;
    padding: 15px 0px;
    border-radius: 0px;
}

.volunteering-locations .current{
    color: #fff;
    background: #2dccd3 !important;
}

.button-prj-location:hover{
    color: #fff;
}

.volunteering-location-btn {
    width: 100%;
    margin: 0px 30%;
}

#static_button-2{
	width: 40%;
    text-align: center;
}

.down-arrow{
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin: 1px 5px;
}

.opp-location-wrapper{
	width: 30.333%;
	display:inline-block;
	margin: 10px 0px;
	margin-left: 0.5%;
	padding: 15px 30px;
}

.multi-locations-list {
	display: none;
}

.multi-locations-opp {
	margin-top: 20px;
}

.multi-locations-list .v-line{
	border-left: solid 1px #f2f2f2;
	height: 160px;
	display: inline-block;
	vertical-align: top;
}

.multi-locations-list .h-line{
	border-top: 1px solid #f2f2f2;
	margin: 0px;
}

.flex-layout {
    display: flex;
}

.flex-dir-h {
    flex-direction: row;
}

.flex-dir-v {
    flex-direction: column;
}

.flex-wrap-n {
    flex-wrap: nowrap;
}

.flex-wrap-w {
    flex-wrap: wrap;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-b-50{
    flex-basis: 50%;
}

.flex-b-45{
    flex-basis: 45%;
}

.margin-t-4{
    margin-top: 40px;
}

.margin-t-7{
    margin-top: 70px;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-right {
    justify-content: right;
}

.justify-left {
    justify-content: left;
}

.justify-around {
    justify-content: space-around;
}

.justify-end {
    justify-content: flex-end;
}

.justify-start {
    justify-content: flex-start;
}

.container {
    margin: 30px 20px 30px 20px;
}

.padding-r-1 {
    padding-right: 10px;
}

.padding-r-2 {
    padding-right: 20px;
}

.padding-l-1 {
    padding-left: 10px;
}

.padding-t-1 {
    padding-top: 10px;
}

.padding-t-2 {
    padding-top: 20px;
}

.padding-b-2 {
    padding-bottom: 20px;
}


.padding-b-1 {
    padding-bottom: 10px;
}

.margin-r-1 {
    margin-right: 10px;
}

.margin-r-3 {
    margin-right: 30px;
}

.margin-l-1 {
    margin-left: 10px;
}

.margin-l-3 {
    margin-left: 30px;
}

.margin-t-1 {
    margin-top: 10px;
}

.margin-t-3 {
    margin-top: 30px;
}

.margin-t-7 {
    margin-top: 70px;
}


.margin-b-3 {
    margin-bottom: 30px;
}

.margin-b-1 {
    margin-bottom: 10px;
}

.width-75 {
    width: 75%;
}

.width-auto{
    width: auto;
}

.width-available{
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.border-bottom {
    border-bottom: solid 1px;
}

.border-radius-1{
    border-radius: 10px;
}

.border-color-light-grey {
    border-color: #f0f0f0;
}

.textarea-responsive-0 {
    outline: none;
    resize: none;
}

.button-md {
    opacity: 0.6;
    text-align: center;
    text-transform: uppercase;
    font-family: 'TheSans-Plain';
    letter-spacing: 1px;
    padding: 10px 30px;
    display: table;
    cursor: pointer;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
}

.button-md:hover{
    opacity: 1;
}

.button-bg-nahno {
    color: #fff;
    background: #2dccd3;
}


.button-bg-nahno-error {
    color: #fff;
    background:#cd0a0a;
}

.d-none{
    display: none;
}

.text-nahno-blue{
    color: #2dccd3;
}

.text-nahno-error{
    color: #cd0a0a;
}


.min-height-250{
    min-height: 250px;    
}

.min-width-450{
    min-width: 450px;    
}

.min-height-55{
    /* min-height: 55px;     */
}

.selector-div{
    display: unset;
    margin:0;
    padding:0;
}

.bg-light-grey{
    background-color: #f0f0f0;
}

#satisfaction-survey-form .parsley-errors-list{
    text-align: center;
}

.header-logo-enhance{
    margin:10px 20px 0 0;
}

.header-image-enhance{
    max-height: 46px;
    width: 100pt !important;
}

.box-shadow {
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.1);
}

.box-shadow-hover:hover{
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.1);
}
#satisfaction-survey-form .dialog-close,
#satisfaction-survey-completed .dialog-close,
#satisfaction-survey-not-completed .dialog-close{
    background: url('https://nahno.org/images/sprite.png') -56px -86px no-repeat;
    width: 20px;
    height:20px;
    left: unset;
    top: unset;
    margin-top: 10px;
    position: relative;
}
