/*======== Portfolio =======*/

.latest_work .latest_work_title {
	text-align: center;
	margin-top:20px;
}
.latest_work .work_gallery,
.latest_work .work_gallery_five {
	/*background: #f4f4f4;*/
	text-align: center;
	padding-bottom: 86px;
}

.latest_work .work_gallery_three {
	background: #282f39;
	text-align: center;
	padding-bottom: 86px;
}
.latest_work .latest_work_title h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position:relative;
	padding-bottom: 13px;
}
.latest_work .latest_work_title h2{
	display:inline-block;
	text-align:left;
}
.latest_work .latest_work_title{
	text-align:left;
}
.latest_work .latest_work_title h2:before {
	content: '';
	/*width:45px;*/
	width:100%;
	width:100%;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
	/*left: calc(50% - 18px);*/
}
.latest_work .latest_work_title p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color:#898989;
	line-height: 25px;
	padding:34px 0 64px 0;
}
.latest_work .work_gallery ul,
.latest_work .work_gallery_three ul,
.latest_work .work_gallery_five ul {
	text-align: center;
	padding-top:99px;
	padding-bottom: 10px;
}
.latest_work .work_gallery_three ul {
	margin-bottom: 20px;
}
.latest_work .work_gallery ul li,
.latest_work .work_gallery_three ul li,
 .latest_work .work_gallery_five ul li {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color:#242424;
	border:1px solid transparent;
	line-height: 27px;
	padding:0 33px;
	margin-right:14px;
	cursor:pointer;
	margin-top:10px;
	background: #e9e6e3;
}
.latest_work .work_gallery_three ul li {
	color: #fff;
}
.latest_work .work_gallery ul li:hover,
.latest_work .work_gallery ul li:focus,
.latest_work .work_gallery ul li.active,
.latest_work .work_gallery_five ul li:hover,
.latest_work .work_gallery_five ul li:focus,
.latest_work .work_gallery_five ul li.active {
	background: #e45100;
	color: #fff;
	border:1px solid #e45100;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.latest_work .work_gallery_three ul li:hover,
.latest_work .work_gallery_three ul li:focus,
.latest_work .work_gallery_three ul li.active {
	color: #e45100;
	border:1px solid #e45100;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.latest_work .work_gallery .work_img {
	margin-top:30px;
}
.latest_work .work_gallery .work_img a,
.latest_work .work_gallery .work_img_two a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color:#2c2c2c;
	text-transform: uppercase;
	padding-top: 16px;
    padding-bottom: 24px;
	background: #fafafa;
	/*border-bottom: 1px solid #d7d7d7;*/

}
.latest_work .work_gallery .work_img a.mediaTitleLink,
.latest_work .work_gallery .work_img_two a.mediaTitleLink {
height:100px;
}
.latest_work .work_gallery .work_img_two > a {
	margin-top: -5px;
}
.latest_work .work_gallery .work_img a span,
.latest_work .work_gallery .work_img_two a span {
	text-transform: lowercase;
	color:#747474;
}
#mixitup_list .mix {
	display: none;
}
.latest_work .work_gallery .work_img_two {
	float:left;
	border-right: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	margin-right:1px;
}
.latest_work .work_gallery_five .work_img_five{
	float:left;
	padding:10px;
}
.latest_work .work_gallery .portfolio_four .work_img_four {
	padding:7px;
}
.latest_work .work_gallery .portfolio_four,
 .latest_work .work_gallery_five .portfolio_five {
	padding-top:23px;
}
.latest_work_three .protfolio_img .work_img_two {
	padding:0px;
	margin-bottom: -4px;
}
.latest_work .work_gallery .work_menu {
	padding-bottom:30px;
}
.latest_work_two .row {
	padding-left:15px;
}
.mask_holder {
	position: relative;
}
.gallery_mask_hover {
	position: absolute;
	background:none;/* rgba(228,80,0,0.7);*/
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
     -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
}
.gallery_mask_hover a {
	display: table !important;
    width: 100%;
    height: 100%;
    background: none !important;
}
.gallery_mask_hover a span {
	display: table-cell;
	display:none;
    vertical-align: middle;
    color:#fff !important;
    text-transform: uppercase !important;
}
.mask_holder:hover .gallery_mask_hover {
	-webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}