#siteMenu h4{
    color:black;
    text-transform: none;
    font-size:1.3em;
}
#siteMenu a h4:hover{
    color: #ef7536;
}
/*** CONTRIBUTION VIEW ***/
#productTitle{
    /*text-align:center;*/
    font-weight:600;
    /*font-size:1.5em;*/
    margin-top:0;
}
#productImages{

}
#productDescription{
    color:#303030;
}
#productDescription ul, #productDescription ol{
    color:#303030;
    padding-left: 20px;
}
#productPrice{
    display:inline-block;
    font-size:27px;
    padding:5px;
    font-weight:400;
    color:white;
    background-color: #ff662d;
    border-radius:5px;

}
#productShare i{
    margin-left:20px;
    /*color:#ff662d;*/
    font-size:20px;
    cursor: pointer;
}
.form-group{
    margin:0 !important;
}

#banner{
    min-height:300px;
}
.starredProject{
    position:relative;
    height:300px;
}
.starredProject:hover .infoProject{
    background-color: rgba(239, 117, 54, 0.85);
}
.starredProject .imgProject{
    height:300px;
    overflow:hidden;
}
.infoProject{
    height:90px;background-color: rgba(0,0,0,0.75);position:absolute;left:0;bottom:0;width:100%;
    color:white;
    padding-left:10px;
    padding-right:10px;
    line-height: 1.3;
    /*text-align: center;*/
}
.infoProject h4{
    font-weight: 600;
    margin-bottom:5px;
    color:white;
}
.thumbnail:hover{
    border-color:#ef7536;
}
.sidebar{
    margin-left:10px;
}
.sidebar-item{
    /*background-color:#f5f5f5;*/
    margin-top:20px;
}
.project-content h3{
    color: #F56B4A;
    font-weight:400;
    margin-top:20px;
}
.project h3,h4{
    font-weight:400;
    color: #F56B4A;
}
.project{
    color:#101010;
    line-height:1.5;
    font-size:15px;
}
.project-content p{
    line-height:1.6;
    font-size:17px;
}
.project img{
    max-width:100%;
    height: auto;
}
.w-title{
    /*text-align: center;*/
    font-size: 24px;
    color:white;
    background-color:#F56B4A;
    /*border-bottom: 2px solid #F56B4A;*/
    /*margin:10px;*/
    margin-bottom:20px;
    padding-bottom:3px;
    font-weight: 400;
}
.perk-wrapper{

}
.perk-wrapper li{
    padding:10px;
    margin-bottom:40px;
    background-color:white;
    list-style: none;
}

.perk-wrapper ul li:hover a {
    color: black;
}

.perk-wrapper ul li:hover .aportarLayer{
    background-color: orangered !important;
    /*rgba(255, 102, 45, 0.82)*/
}

.btn {
    background-color: #F56B4A;
    color:white;
}

.btn:hover {
    background-color: #F56B4A;
    color:white;
}

.aportarLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s ease;
}
.aportarLayer div {
    position: relative;
    top: 45%;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: white;
}


.perk-wrapper ul li a span {
    display: block;
    /*font-weight: 600;*/
}
.perk-wrapper .perk-txt {
    font-weight: 400 !important;
    padding-top: 8px !important;
    padding-right:5px;
}

#promoter {
    /*margin-top: 70px !important;*/
    background-color: #f5f5f5 !important;
}

.perk-wrapper {
    padding:2px;
    background-color: white;
    color:#303030;
}

.perk-wrapper ul li, .perk-wrapper  ul li.perk-disabled {
    /*background-color: #ffffff !important;*/
    -webkit-box-shadow: 0px 0px 2px 0px #909090 !important;
    -moz-box-shadow: 0px 0px 2px 0px #909090 !important;
    box-shadow: 0px 0px 2px 0px #909090 !important;
}

.perk-type {
    float: none !important;
    display: inline !important;
    margin-bottom: 8px !important;
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 3px;
    background-color: #696969;
    border-radius: 3px;
}

.perk-claimed {
    margin-top: 15px !important;
    padding-top: 10px !important;
    border-top: solid 2px #ff662d;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding-bottom: 5px;
    color: #F56B4A;
}

.perk-claimed span {
    font-size: 16px !important;
    display: inline !important;
    font-weight: 700 !important;
}

.perk-price {
    float: right !important;
    margin-bottom: 26px !important;
    background-color: #ff662d;
    font-weight: 400 !important;
    font-size: 13px;
    padding: 2px 5px 2px 5px;
    color: white;
    border-radius: 3px;
}

.perk-price strong {
    font-weight: 400 !important;
    font-size: 24px;
}

.perk-title {
    /*float: left !important;*/
    margin-bottom: 0 !important;
    margin-top: 0px !important;
    /*width: 200px !important;*/
    font-size: 18px !important;
    color: #F56B4A;
    font-weight: 600;
}

.no-style {
    font-weight: 400 !important;
    padding-top: 8px !important;
    padding-right:5px;
}

.no-style ul, .no-style ol {
    padding-left: 30px;
    line-height:1.3;

}

.no-style ol li, .no-style ul li{
    -webkit-box-shadow: none; !important;
    -moz-box-shadow: none; !important;
    box-shadow: none; !important;
    padding-bottom: 0 !important;
    margin-bottom: 0; !important;
    list-style: inherit; !important;
}

.no-style ol li:hover, .no-style ul li:hover {
    -webkit-box-shadow: none; !important;
    -moz-box-shadow: none; !important;
    box-shadow: none; !important;
}

.no-style ol li:hover a, .no-style ul li:hover a {
    color: transparent; !important;
}

.no-style ol li:hover .aportarLayer, .no-style ul li:hover .aportarLayer{
    background-color: transparent !important;
    /*rgba(255, 102, 45, 0.82)*/
}

.navbar .navbar-nav > li > a{
    padding-top:5px;
    padding-bottom:5px;
}

.starred{
    background-color:#f0f0f0;
    padding:40px;
}
.starred-media{
    display:inline-block;
}
.starred-info{
    display:inline-block;
}
.starred-info{
    font-size:16px;
}

#email.form-control::-webkit-input-placeholder{
    color:#a0a0a0;
}
#email.form-control::-moz-placeholder{
    color:#a0a0a0;
}
#email.form-control:-ms-input-placeholder{
    color:#a0a0a0;
}