.hero {
    width: 100%;
    overflow:hidden;
    position:relative;
    min-height: 220px;
    height: 220px;
    background-color: transparent;
}

.hero .img-holder{
    -webkit-filter: grayscale(80%);
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    transform: scale(1.2,1.2);
    opacity: 0.5;
}

.hero img{
    width:100%;
    height:100%;
    -webkit-filter:grayscale(20%) brightness(110%);
    -moz-filter:grayscale(20%) brightness(110%);
    filter:grayscale(20%) brightness(110%);
}

.hero h1{
    margin-top: 160px;
    margin-bottom: 30px;
    text-transform: none;
    line-height: 37px;
    font-size: 25px;
    color: #424242;
    font-weight: bold;
}

.hero{
    font-family: Droid Sans,sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #424242;
    font-weight: 400;
    padding-bottom: 30px;
}

.tags .title-wrapper{
    margin: 0 -15px;
}

.tags .title-container{
    /*background-color: #0b8bd1;*/

    /*color: #5a5a5a;*/
    /*color: #424242;*/
    background-color: #e7e7e7;

    /*background-color: #efefef;*/
    padding: 30px 0;
}


.tags .title{
    /*color: white;*/
    display: inline-block;
    font-size: 27px;
    line-height: 32px;
    position: relative;
    font-weight: bold;
}

.tags .subtitle{
    margin-right: 10px;
    font-family: roboto slab,sans-serif;
    color: #555;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

.tags-filter{
    margin-top: 20px;
    margin-bottom: 10px;
}

.tags_content a{

    display: inline-block;
    padding: 5px 10px 8px;
    margin: 0px 10px;
    font-size: 14px;
    color: rgb(119, 119, 119);

    font-family: roboto slab,sans-serif;

    font-variant: tabular-nums;
    border-radius: 3px;
background-color: #d8d7d7;
}

.tags_content a:hover{
color: #333;
}

.tags_content a.tag-5{
    font-size: 22px;
}
.tags_content a.tag-4{
    font-size: 21px;
}
.tags_content a.tag-3{
    font-size: 20px;
}
.tags_content a.tag-2{
    font-size: 19px;
}
.tags_content a.tag-1{
    font-size: 18px;
}

.project-description{
	font-size: 18px;
    line-height: 1.7;
    font-family: roboto slab,sans-serif;
    text-indent: 1.5em;
    padding: 20px 0;
}

.project-statistic{
   padding: 20px 0 20px 20px;
}


.photo .title-wrapper{
    margin: 0 -15px;
}

.photo .title-container{
    /*background-color: #0b8bd1;*/

    /*color: #5a5a5a;*/
    /*color: #424242;*/
    background-color: #e7e7e7;

    /*background-color: #efefef;*/
    padding: 30px 0;
}


.photo .title{
    /*color: white;*/
    display: inline-block;
    font-size: 27px;
    line-height: 32px;
    position: relative;
    font-weight: bold;
}

.reviews .title-wrapper{
    margin: 0 -15px;
}

.reviews .title-container{
    color: #fff;
    background-color: #0b8bd1;
    padding: 30px 0 25px;
}

.reviews .title{
    /*color: white;*/
    display: inline-block;
    font-size: 27px;
    line-height: 32px;
    position: relative;
    font-weight: bold;
}

.photo .project_photos_btn{
   color: #424242;
    padding: 6px 13px 8px 15px;
    font-family: roboto slab,sans-serif;
    font-size: 18px;
    font-variant: tabular-nums;
    border-radius: 7px;
    border: 1px dotted #6f6f6f;
    margin: 10px;
}

.photo .project_photos_btn:hover{
    border: 1px solid #6f6f6f;
}

.project_photos_buttons{
    padding: 20px 0 0;
}

.photo .project_photo{
    background-color: #fafafa;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 40px 0px rgb(191, 193, 201);
    -moz-box-shadow: 0px 0px 40px 0px rgb(191, 193, 201);
    -ms-box-shadow: 0px 0px 40px 0px rgb(191, 193, 201);
    box-shadow: 0px 0px 40px 0px rgb(191, 193, 201);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
}

.photo .project_photo_title{
    text-align: center;
    margin-top: 10px;
    font-family: roboto slab,sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #5a5a5a;
    line-height: 1.3;
}

.photo .photos{
    -webkit-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}


.projects a.modal_btn{
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #0b8bd1;
    border-bottom: 1px dotted #6f6f6f;
    cursor: pointer;
    margin: 0 10px;
}

.projects .modal_btn_container{
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.projects a.modal_btn:hover {
    color: #23527c;
}


.review_container.first{
    margin-top: 30px;
}

.review_container{
    display: flex;
    margin: 0 0 30px 0;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    flex-wrap: nowrap;
}

.review_title-container{
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 10px;
}

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

.review_text{
    background-color: white;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(10, 8, 8, 0.1);
-moz-box-shadow: 0px 0px 40px 0px rgba(10, 8, 8, 0.1);
-ms-box-shadow: 0px 0px 40px 0px rgba(10, 8, 8, 0.1);
box-shadow: 0px 0px 40px 0px rgba(10, 8, 8, 0.1);
}

.reviews{
    background: #fefefe;
background: -moz-linear-gradient(-45deg, #eee 10%, #fefefe 30%, #fefefe 75%,#eee 95%);
background: -webkit-linear-gradient(-45deg, #eee 10%, #fefefe 30%, #fefefe 75%,#eee 95%);
background: linear-gradient(135deg, #eee 10%, #fefefe 30%, #fefefe 75%,#eee 95%);
}

.review_title,
.review_rating,
.review_date{
    padding: 5px 0;
}

.review_title{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.review_title .name{
    padding-left: 10px;
}

.rating .red {
    color: #c7642d;
}

.review_btn{
    color: #fff;
    /*padding: 6px 13px 8px 15px;*/
    font-family: roboto slab,sans-serif;
    font-size: 18px;
    font-variant: tabular-nums;
    border-radius: 7px;
    border: 1px dotted #fff;
    margin-left: 30px;
    /*background-color: #eaeaea;*/
    font-weight: bold;
    top: -5px;
    position: relative;
}

.review_btn:focus,
.review_btn:active,
.review_btn:hover{
    color: white;
    border-style: solid;
}

.avg_rating{
    font-weight: normal;
    padding-top: 1px;
    font-size: 25px;
}