

body {
	margin-top: 75px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
}

h1 {
	font-weight: 300;
	color: #444;
	margin: 35px 0 25px;
	font-size: 30px;
}

h2 {
	font-size: 22px;
}

h3, h3 a {
	font-size: 19px;
	color: #888;
}

h3 a:hover {
	color: #F38900;
}

a:hover {
	text-decoration: none;
}



/* LAYOUT */

.navbar {
	height: 75px;
	background: #222;	
	transition: 0.3s;	
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

.navbar-brand {
	width: 150px;
	height: 75px;
	background: url('../img/logo.png') center center no-repeat;
	background-size: contain;
	text-indent: 150px;
	overflow: hidden;
	transition: 0.3s;
}

.navbar .dropdown-toggle,
.navbar-right > li > a,
.navbar .nav > li > a {
	height: 75px;
	line-height: 55px;
	color: #fff;
	transition: height 0.3s, line-height 0.3s;
}

.navbar-right > li a:hover,
.navbar .nav > li > a:hover {
	color: #F38900;
}

.navbar .dropdown-toggle {
	background: none;
	width: 56px;
	margin-right: 10px;
	background: url('../img/menu-toggle.png') center center no-repeat;
	opacity: 0.5;
	border: 0;
	float: left;
}

.navbar .dropdown-menu {
	border-radius: 0;
	margin-top: 0;
}

.navbar-right {
	margin-right: 0;
}

.navbar-right > li {
    float: left;
}

.navbar .dropdown-toggle.open,
.navbar .open .dropdown-toggle {
	background-color: #1d191a !important;
}

.navbar button.profile {
	background-image: url('../img/profile.png');
	float: right;
}

.navbar button.search {
	background-image: url('../img/search.png');	
	margin-right: 0;
}

.navbar a:focus,
.navbar a:active,
.navbar-right > li > a:hover {
	background-color: transparent !important;
}

.navbar .dropdown-toggle.open,
.navbar .open .dropdown-toggle,
.navbar .dropdown-toggle:hover,
.navbar .icon a:hover {
	opacity: 1;
}

.navbar.thin,
.navbar.thin .dropdown-toggle,
.navbar.thin .nav > li > a,
.navbar.thin .navbar-brand
{
	height: 50px;
	line-height: 25px;
	transition: 0.3s;
	transition: height 0.3s, line-height 0.3s, width 0.3s;
}

.navbar.thin .navbar-brand {
	width: 120px;
}

.search-container {
	width: 300px;
	padding: 20px;
}

.search-container .form-control {
	background: #e3e3e3;
	box-shadow: 0 2px 3px #ccc inset;
}

.search-container .btn {
	background: #4f4f4f;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

.dropdown-menu {
	background-color: #1d191a;
	border: 0;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a {
	color: #aeacad;
	padding: 7px 25px;
	font-size: 15px;
}

.dropdown-menu > li > a:hover {
	background-color: transparent;
	color: #f58903;
}

.dropdown-menu .button {
	padding: 5px 15px 10px;
}

.dropdown-menu .divider {
	background-color: #343031;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0;
	background: #0e0e0e;
	box-shadow: 10px 10px 10px #000 inset;
}

.dropdown-submenu.open > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
	content: ' ';
    display: block;
    float: right;
    width: 7px;
    height: 11px;
    margin-top: 5px;
    margin-right: -10px;
	background: url('../img/arrow.png');
	opacity: 0.5;
}

.dropdown-submenu:hover > a:after {
	opacity: 1;
}

.dropdown-menu > li.dropdown-submenu.open > a,
.dropdown-menu > li.dropdown-submenu > a:hover,
.dropdown-submenu:hover > a {
    color: #fff;
	cursor: default;
}

.dropdown-menu .project-tags {
	padding: 20px 0px 20px 30px;
	background: none;
	width: 600px;	
}

.dropdown-menu .project-tags .categories a span {
	color: #6f6f6f !important;
}

.container-margin {
	margin: 15px auto;
}

.container-margin-lg {
	margin: 25px auto;
}

.container-margin-xl {
	margin: 40px auto;
}

.bottom-container {
	background: none repeat scroll 0 0 #f7f7f7;
    box-shadow: 0 0 15px #ccc;
    padding: 10px 0;
}

.footer {
	background: #222;
	padding: 15px 0;
	color: #b0b0b0;
}

.footer a {
	color: #fff;	
}

.footer ul li {
	margin-right: 20px;
}


/* MISC */

.orange {
	color: #f18800 !important;
}

.btn-orange {
	background: #f6851f;
	background: linear-gradient(to bottom, #f6851f 0%,#fa7a11 100%);
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.btn-orange:active {
	background: linear-gradient(to bottom, #fa7a11 0%,#f6851f 100%);
}

.clear {
	clear: both;
}

ul.horizontal {
	padding-left: 0;
	margin: 0;
	list-style: none;
}

ul.horizontal li {
	display: inline-block;
}

.back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.5);
	z-index: 200;
	display: none;
	border-radius: 4px;
}

.back-to-top:after {
	position: absolute;
	width: 40px;
	height: 40px;
	background: url('../img/arrow-up.png') center center no-repeat;
	z-index: 201;
	opacity: 0.5;
	content: ' ';
	display: block;
}

.back-to-top:hover:after {
	opacity: 1;
}

.text-content a:hover,
.color-links a:hover {
	color: #F38900;
}

.text-content {
	line-height: 150%;
	color: #888;
	font-size: 15px;
}

.text-content img {
	max-width: 100%;
}

.text-content p {
	margin: 15px 0;
}

.vertical-padding-lg {
	padding: 15px 0;
}
.vertical-padding {
	padding: 10px 0;
}
.vertical-padding-sm {
	padding: 5px 0;
}

.gap {
	height: 50px;
}


.bevel {
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #d9d8d9;
    height: 0;
}

.bevel.fill {
	margin: 15px -15px;
}

a.anchor {
	display: block;
	clear: both;
	height: 1px;
	margin-top: -1px;
}

.popover {
	background: #f7f7f7;
	border-radius: 3px;
}


.popover-content {
	background: #f7f7f7;
}

.popover.bottom > .arrow:after {
	border-bottom-color: #f7f7f7;
}

/* HOME */

.carousel {
  height: 430px;
  margin-bottom: 20px;
}

.carousel .item {
  height: 430px;
  background: url('../img/blank.png') center center no-repeat #777;
  background-size: cover;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 430px;
}

.carousel-control {
	width: 100px;
	background: none !important;
}


.carousel .container {
	padding: 0 15px;
}

.carousel .item .container {
	position: relative;
	height: 430px;
}

.carousel .carousel-caption {
	z-index: 10;
	background: rgba(0,0,0,0.25);
	position: absolute;
	bottom: 50px;
	left: 15px;
	padding: 20px;
	color: #fff;	
	right: auto;
	width: 40%;
	text-align: left;
	display: block;
}

.carousel .carousel-caption h1 {
	font-size: 26px;
	margin: 0 0 10px;
	color: #fff;
}

.carousel .carousel-indicators {
	text-align: right;
	bottom: 0;
	left: auto;
	width: auto;
	margin: 0;
	right: 15px;
}

.carousel .indicators-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}


.carousel .carousel-indicators li {
	background: rgba(255, 255, 255, 0.6);
	border: 0;
	width: 15px;
	height: 15px;
}

.carousel .carousel-indicators li.hover {
	background: #fff;
}

.carousel .carousel-indicators .active {
	background: rgba(0, 0, 0, 0.25);
	cursor: default;
}

.carousel .carousel-indicators .active.hover {
	background: rgba(0, 0, 0, 0.25);
}


.logo-container {
	background: #eee;
	padding: 15px 0;
	border-top: 2px solid #fff;
	text-align: center;
}

.logo-container a {
	display: inline-block;
	margin: 5px 20px;
}

.project-tags {
	background: #1c1919;
	padding: 15px 0;
}

.project-tags h3 {
	color: #fff;
	margin: 10px 0 25px;
}

.project-tags a {
	color: #b0b0b0;
}

.project-tags .icons a {
	display: inline-block;
	margin: 0 35px 5px 0;
	font-size: 17px;
	font-weight: bold;
}

.project-tags .icons .project-icon {
	margin-right: 5px;
}

.project-tags .categories {
	padding: 10px 0;
}

.project-tags .categories a {
	font-size: 13px; 
	display: inline-block;
	margin-right: 15px;
	line-height: 200%;
}

.project-tags .newsletter .form-control {
	background: #828181;
	border: 0;
	color: #000;
	box-shadow: none;
	font-size: 15px;
}

.project-tags .newsletter .form-control.error {
	border: 1px solid #e66665;
	border-width: 1px 0 1px 1px;
}

.project-tags .newsletter .text.error {
	color: #ff3938;
}

.project-tags .newsletter .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
}

.project-tags .newsletter .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;   
}

.project-tags .newsletter .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #333;
}

.project-tags .newsletter .btn {
	background: #4f4f4f;
	color: #b0b0b0;
	text-shadow: 0 1px 1px #000;
}

.project-tags .newsletter .text {
	color: #8a8989;
	padding: 21px 0;
	font-size: 13px;
	line-height: 164%;
}

/* PROJECT - SHARED ELEMENTS */


.project-progress {
	height: 5px;
	background: #a4a4a4;
}

.project-progress > div {
	height: 5px;
	background: #f18700;
}

.donate-amount {
	background: url("../img/select.png") no-repeat right center #fff;
	box-shadow: 0 3px 4px #eee inset;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #d9d9d9;
	border-right: 0;
    overflow: hidden;
}

.donate-amount select {
    background: none;
    box-sizing: content-box;
    padding: 0 28px 0 10px;
	border: 0;
    display: block;
    height: 38px;	
	-moz-appearance: none;
	width: 100%;	
	font-size: 17px;
	color: #888;
}

.donate-amount select:focus {
	outline: none;	
}

.donate-submit {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	display: block;
	text-align: center;
	border: 0;
	font-size: 17px;
	font-weight: bold;
}

.donate-amount,
.donate-submit {
	float: left;
	width: 50%;
	height: 38px;
}

.project-icon {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	transition: 0.3s;
}

.project-icon.time {
	background: url('../img/icon-time.png') center center no-repeat #0099f1;	
}
.project-icon.hot {
	background: url('../img/icon-hot.png') center center no-repeat #f8173c;	
}
.project-icon.new {
	background: url('../img/icon-new.png') center center no-repeat #00c051;	
}
.project-icon.cool {
	background: url('../img/icon-cool.png') center center no-repeat #f18700;	
}
.project-icon.all {
	background: url('../img/icon-all.png') center center no-repeat #c17745;	
}
.project-icon.disabled {
	background-color: #999;
	opacity: 0.5;
	transition: 0.6s;
}

/* PROJECT LIST */

.project-list {
	margin: 10px 0 20px;
}

.project-list .photo {
	background: url('../img/blank.png') center center no-repeat #777;
	background-size: cover;
	height: 195px;
	display: block;
	position: relative;
}

.project-list .photo .title { 
	color: #fff;
	display: block;
	background: rgba(0,0,0,0.65);
	padding: 8px 15px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 19px;
	line-height: 120%;
}

.project-list .donate {
	background: #e3e3e3;
	padding: 15px 40px;
	height: 70px;
}

.project-list .text {
	padding: 12px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	margin-top: -2px;
	position: relative;
	font-style: italic;
	color: #888;
}

.project-list .author {
	color: #444;
	text-align: right;
	padding-top: 10px;
	font-size: 13px;
}

.project-list .text:before {
	content: ' ';
	width: 22px;
	height: 15px;
	top: -14px;
	left: 10px;
	position: absolute;
	display: block;
	background: url('../img/corner.png');
}

.project-list.article .text:before {
	display: none;
}

.project-list .project-icon {
	position: absolute;
	top: -10px;
	right: -10px;
	border: 5px solid #fff;
	box-sizing: content-box;
}

.project-list a.photo:hover span.title {
	color: #F38900;
}

/* HOW IT WORKS */

.steps {
	background: #eee;
	margin: 30px 0;
	border-radius: 5px;
	height: 45px;
}

.steps .wrapper {
	width: 90px;
	margin: -10px auto 0;
	position: relative;	
}

.steps .step {
	border-radius: 50%;
    font-weight: bold;
    text-align: center;    
}

.steps .current {
	position: absolute;
    background: #f18700;
    border: 10px solid #fff;
    color: #fff;
    font-size: 40px;
    height: 90px;
    line-height: 76px;
    margin-top: -23px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    width: 90px;
}

.steps .next {
	left: 100%;
    position: absolute;
    top: 10px;
    white-space: nowrap;
}

.steps .prev {
	right: 100%;
    position: absolute;
    top: 10px;
    white-space: nowrap;	
}


.steps .prev .step,
.steps .next .step {
	background: #fff;
    border: 6px solid #eee;
    color: #a4a4a4;
    display: inline-block;
    font-size: 26px;
    height: 54px;
    line-height: 45px;
    margin-top: -13px;
    width: 54px;
}

.steps .prev .step:hover,
.steps .next .step:hover {
	color: #f18700;
}

/* CATEGORIES */ 

.categories-container {
	padding-top: 40px;
	padding-bottom: 25px;
}

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

.pick-category span {
	margin: 0 2px;
}


/* PROJECT DETAIL */

.project-detail-top {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #eee;
	box-shadow: 0 5px 15px #ddd;
}

.project-detail-top .main-photo {
	height: 400px;
	background: url("../img/blank.png") no-repeat scroll center center / cover #777;
    position: relative;
}

.project-detail-top .main-photo .fb {
	position: absolute;
	top: -10px;
	left: 20px;
}

.project-detail-top .project-icon {
	position: absolute;
	top: -25px;
	right: -25px;
	border: 5px solid #eee;
	box-sizing: content-box;
	z-index: 10;
}

.project-detail-top .project-caption {
	background: rgba(0,0,0,0.4);
	margin: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	padding: 10px;
	border-radius: 4px;
}

.project-detail-top .project-caption h1 {
	color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    padding: 0 20px 5px 0;
}

.project-detail-top .project-caption .btn {
	font-size: 22px;
	padding: 12px 20px;
}

.project-detail-top .stats {
	background: #f18700;
	color: #fff;
    font-size: 16px;
    font-weight: 300;
    min-height: 124px;
    margin: 0 30px 0 -30px;
    padding: 10px 10px 10px 30px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}

.project-detail-top .stats span {
	font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}

.project-detail-top .stats:after {
	position: absolute;
	width: 30px;
	height: 100%;
	content: ' ';
	top: 0;
	right: -30px;
	background: url('../img/orange-triangles.png');
	background-size: 100% 100%;
}

.project-detail-top .profile {
    margin-left: -10px;
    padding: 20px 0;
}

.project-detail-top .profile .photo {
	background: url("../img/blank.png") no-repeat scroll center center / cover #777;
    width: 90px;
	height: 90px;
	border-radius: 50%;
	float: left;
	display: block;
}

.project-detail-top .profile .info {
	margin-left: 110px;
	color: #888;
	height: 90px;
}

.project-detail-top .profile .name {
	color: #444;
	font-size: 20px;
	padding: 5px 0;
}

.text-quote,
.project-milestones .text,
.project-detail-top .profile .text {
	padding: 15px 10px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	position: relative;
	font-style: italic;
	color: #888;
	margin: 20px 0;
}

.text-quote:before,
.project-milestones .text:before,
.project-detail-top .profile .text:before {
	content: ' ';
	width: 22px;
	height: 15px;
	top: -14px;
	left: 10px;
	position: absolute;
	display: block;
	background: url('../img/corner.png');
}

.project-milestones .panel-heading {
	background: none;
}

.project-milestones .panel-body {
	border-top-width: 0 !important;
}

.project-milestones .panel-heading {
	position: relative;
	padding: 0 0 0 50px;	
	min-height: 44px;
}

.project-milestones .panel-title {
	line-height: 44px;
	display: block;
	color: #a4a4a4;
	position: relative;
	padding-right: 30px;
}

.project-milestones .active .panel-title {
	color: #000;
}

.project-milestones .indicator {
	background: url("../img/select.png") no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 15px;
	top: 10px;
	transition: 0.3s;
	margin-top: 10px;
}

.project-milestones .panel-title .icon {
	float: right;
	width: 44px;
	height: 44px;
	display: block;
}

.project-milestones .panel-title .amount {
	float: right;
}

.project-milestones .done .panel-title .icon {
	background: url("../img/status-done.png") center center no-repeat;
}
.project-milestones .undone .panel-title .icon {
	background: url("../img/status-undone.png") center center no-repeat;
}

.project-milestones .undone .panel-title .amount {
	color: #f93939;
}	

.project-milestones .active .indicator {
	margin-top:6px;
	transform: rotate(180deg);	
	transition: 0.3s;	
}

.project-milestones .step {
	width: 44px;
	height: 44px;
	line-height: 44px;
	background: #bcbcbc;
	text-align: center;
	font-size: 22px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
}

.project-milestones .done .step {
	background: #94d574;
}
.project-milestones .undone .step {
	background: #f93939;
}

.project-milestones .active {
	background: #eee;
}

.project-milestones .text {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 0;
}

.project-milestones .collected-progress {
	color: #888;
	text-align: right;
	padding: 5px 0;
}

.project-milestones .collected {
	color: #f18701;
}

.project-milestones .collected b {
	font-size: 18px;
}

.award-list-top {
	background: url('../img/logo-small.png') center center no-repeat #fff;
	width: 120px;
	height: 20px;
	position: relative;
	margin: -10px auto -10px;	
}

.award-list {
	margin-bottom: -1px;
}

.award-list .stats {
	border-bottom: 1px solid #ddd;
	padding: 5px;
	color: #888;
	font-size: 12px;
	margin-bottom: 20px;
}

.award-list .photo {
	float: left;
	border: 1px solid #ddd;
}

.award-list .title {
	margin-left: 90px;
	color: #444;
	font-size: 18px;
}

.award-list .title .amount {
	color: #888;
	font-size: 16px;
}

.award-list .donate {
	clear: both;
    height: 70px;
    padding: 25px 40px;
}

.award-list .text {
    background: #eee;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
	border-width: 1px 0 0 0;
    color: #888;
    font-style: italic;
    margin-top: -2px;
    padding: 15px 10px;
    position: relative;	
}

.award-list .text:before {
    background: url("../img/corner-gray.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 15px;
    left: 10px;
    position: absolute;
    top: -14px;
    width: 22px;
}

.modal .modal-profile {
	max-width: 800px;
	padding-top: 30px;
	width: 90%;
}

.modal-profile .modal-header .photo {
	background: url("../img/blank.png") no-repeat scroll center center / cover #777;
    border-radius: 50%;
    display: block;
    height: 90px;
    width: 90px;
	position: relative;
	margin: -55px auto 0;
	border: 5px solid #E9E9E9;
}

.modal-profile .modal-header h4 {
	color: #444;
	margin-top: 0;
	line-height: 100%;
}

.modal-profile .modal-header .city {
	text-align: center;
	font-size: 13px;
}

.modal-profile .modal-header .icons {
	margin-top: 20px;
}

.modal-profile .modal-header .icons a {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.modal-profile .text-quote {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.modal-profile .column {
	width: 33%;
	padding: 10px;
	float: left;
}

.modal-profile .project-panel {
	background: #e9e9e9;
    font-size: 16px;
    border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #d9d9d9;	
    padding: 15px;
	position: relative;
}

.modal-profile .project-panel.active {
	background: #fff;
}

.modal-profile .project-panel a.header {
	color: #444;
	font-weight: 400;
}

.modal-profile .project-panel a.header span,
.modal-profile .project-panel.disabled a {
	color: #888;
	font-weight: 300;
}

.modal-profile .project-panel .indicator {
    background: url("../img/select.png") no-repeat;
    height: 12px;
    margin-top: 10px;
    position: absolute;
    right: 15px;
    top: 10px;
    transition: 0.3s;
    width: 12px;
}

.modal-profile .project-panel.active .indicator {
    transition: 0.3s;
    transform: rotate(180deg);
}


.modal-profile .project-panel .content {
	display: none;
}

.modal-profile .project-list .donate {
	padding: 10px;
	height: 60px;
}


/* MODAL VIEW */

.modal-dialog {
	max-width: 440px;
	color: #888888;
}

.modal-dialog .form-wrapper {
	max-width: 280px;
	margin: 0 auto;
}

.modal-dialog .form-group {
	margin-bottom: 5px;
}

.modal-dialog .text {
	font-style: italic;
	padding: 20px 0;
	color: #444;
	text-align: center;
}

.modal-backdrop.in {
	opacity: 0.7;
}

.modal-backdrop {
	background-color: #fff;
}

.modal-content {
	border-radius: 0;
	background: #f7f7f7;
}

.modal-footer,
.modal-header {
	background: #e9e9e9;
	text-align: left;
	font-size: 16px;
}

.modal-title {
	margin-top: 20px;
	text-align: center;
}

button.close {
	background: url('../img/close.png') center center no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
}

/* FORMS */

.form-control {
	box-shadow: 0 2px 4px #eee inset;
}

.form-error {
	color: #e7716f;
	font-style: italic;
	padding-bottom: 10px;
	text-align: center;
	font-size: 13px;	
}

input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    font-weight: normal;
    padding-left: 24px;
    position: relative;
}
input[type="checkbox"] + label:after {
    background: url("../img/checked.png") no-repeat scroll 2px -15px #fff;
    border: 1px solid #cecece;
    border-radius: 4px;
    content: " ";
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 17px;
}
input[type="checkbox"]:checked + label:after {
    background-position: 2px 3px;
    transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53) 0s;
}
input.error {
    border: 1px solid #e96666;
    box-shadow: 0 0 6px #e9b5b5, 0 2px 4px rgba(0, 0, 0, 0.1) inset;
}
input.error[type="checkbox"] + label:after {
    border: 1px solid #e96666;
    box-shadow: 0 0 6px #e9b5b5, 0 2px 4px rgba(0, 0, 0, 0.1) inset;
}

.select-wrapper {
	background: url("../img/select.png") no-repeat right center #fff;
	box-shadow: 0 3px 4px #eee inset;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	overflow: hidden;
}

.select-wrapper select {
    background: none;
    box-sizing: content-box;
    padding: 0 28px 0 10px;
	border: 0;
    display: block;
    height: 38px;	
	-moz-appearance: none;
	width: 100%;	
	font-size: 18px;
	color: #888;
}

@media (min-width: 768px) and (max-width:991px) {
	.award-list .donate {
		padding: 25px 10px;
	}
}

/* xs */
@media (max-width: 767px) {
	.navbar-brand {
		width: 120px;
	}
	
	.dropdown-menu .project-tags,
	.navbar .dropdown-menu {
		width: 100%;
	}
	
	.user-menu-container {
		padding: 0;
		position: absolute;
		top: 100%;
		width: 100%;
		background: #1D191A;
		display: none;
	}
	
	.user-menu-container.open {
		display: block;
	}
	
	.navbar-right > li {
		float: none;
		text-align: right;
	}
	
	.navbar .navbar-right > li > a {
		color: #aeacad;
		padding: 5px 20px;
		height: auto;
		line-height: 40px;
	}
	
	
	.dropdown-submenu > .dropdown-menu {
		position: static;
		margin: 0;
	}
	
	.carousel .carousel-control {
		display: none;
	}
	
	.carousel .carousel-caption {
		left: 5%;
		width: 90%;
		padding: 10px 15px 5px;
	}
	
	
	.modal-dialog {
		margin-left: auto;
		margin-right: auto;
	}
	
	.project-detail-top .project-icon {
		right: 15px;
	}
	
	.project-detail-top .stats {
		margin: 10px 30px 10px 0;
	}
	
	.project-detail-top .profile {
		margin-left: 0;
	}
	
	
}

@media (max-width: 290px) {
	.navbar-brand {
		display: none;
	}
}
