@import "http://fonts.googleapis.com/css?family=Montserrat:300,400,700";
/*----*****---- << Container >> ----*****----*/
.container {
	margin: 0 auto;
	position: relative;
    height: auto;
}
.sorting-container a:hover, .sorting-container a.active-sort, .portfolio:hover .portfolio-detail {
	background: #075F9E;
}
.portfolio:hover .portfolio-detail a:hover{
    color: #d2eb9d;
}
.portfolio-detail a{
    text-decoration: none;
    color: #988307;
    font-size: 14px;
}
/*----*****---- << Portfolio >> ----*****----*/	
.sorting-container {
	float: left;
	clear: both;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
}
.sorting-container a {
	font-size: 14px;
	line-height: 36px;
	color: #333334;
	padding: 0px 15px;
	background: #ededed;
	margin: 0px 10px 10px 0px;
	float: left;
	border-bottom: 2px solid #d9d9d9;
	position: relative;
}
.sorting-container a:after {
	border-bottom: 1px solid #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 100%;
}
.sorting-container a:hover, .sorting-container a.active-sort {
	font-weight: bold;
	color: #ffffff;
    text-decoration: none;
}
.portfolio-container {
	width: 100%;
	float: left;
	clear: both;
}
.portfolio {
	float: left;
	margin: 10px 20px 10px 0px;
	border-bottom: 3px solid #d9d9d9;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.portfolio.four-column {
	width: 239px;
	margin: 7px;
    min-height: 80px;
}
.portfolio .portfolio-detail {
	background: #ededed;
	border-bottom: 1px solid #ffffff;
	padding: 15px 0px;
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 1px;
    min-height: 78px;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.portfolio .portfolio-detail h5, .portfolio .portfolio-detail p {
	padding: 0px 10px;
	margin: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.portfolio .portfolio-detail p {
	color: #919191;
}
.portfolio:hover .portfolio-detail h5, .portfolio:hover .portfolio-detail h5 a {
	color: #ffffff;
}
.isotope,  .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition,  .isotope.no-transition .isotope-item,  .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/*----*****---- << Responsive >> ----*****----*/
/*----*****---- << Desktop >> ----*****----*/	
/* Note: Design for a width of 768px, Gutter: 30px, Unit: 32px */
@media only screen and (min-width:960px) and (max-width:1120px) {
    .container 
    {
	   width: 900px;
    }
    #primary
    {
	   width: 600px;
    }
    #primary.content-full-width 
    {
	   width: 100%;
    }
}
/*----*****---- << Tablet (Portrait) >> ----*****----*/	
/* Note: Design for a width of 768px, Gutter: 30px, Unit: 32px */
@media only screen and (min-width:768px) and (max-width:959px) {
    .container
    {
	   width: 710px;
    }
    /*----*****---- << Main >> ----*****----*/		
    #primary 
    {
	   width: 500px;
    }
    #primary.content-full-width 
    {
	   width: 100%;
    }
}
/*----*****---- << Mobile (Landscape) >> ----*****----*/	
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container 
    {
	   width: 420px;
    }
    /*----*****---- << Main >> ----*****----*/		
    #primary {
	   width: 100%;
    }
    #primary.content-full-width {
	   width: 100%;
    }
}	
/*----*****---- << Mobile >> ----*****----*/	
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .container {
	   width: 200px;
    }    
    /*----*****---- << Main >> ----*****----*/		
    #primary {
	   width: 100%;
    }
    #primary.content-full-width {
	   width: 100%;
    }
}