@font-face {
 font-family: 'noto_sansregular';
 src: url('../../fonts/notosans-regular-webfont.eot');
 src: url('../../fonts/notosans-regular-webfont.eot?#iefix') format('embedded-opentype'),  
 	  url('../../fonts/notosans-regular-webfont.woff2') format('woff2'),  
	  url('../../fonts/notosans-regular-webfont.woff') format('woff'),  
	  url('../../fonts/notosans-regular-webfont.ttf') format('truetype'),  
	  url('../../fonts/notosans-regular-webfont.svg#noto_sansregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
body 
{
	margin: 0 auto;
	font-family: 'noto_sansregular';
	background-color:transparent !important;
}
.container 
{
	width: 880px;
	position: relative;
	margin: 0 auto;
}
.title 
{
	width: 70%;
	margin: 0px auto 40px;
}
.gallery 
{
	width: 100%;
	margin:0 auto;
}
.filter 
{
	float: left;
    min-height: 610px;
    overflow: hidden;
    position: fixed;
    width: 225px;
}
.photos 
{
	float: left;
    height: 640px;
    margin-left: 230px;
    margin-top: 20px;
    overflow: hidden;
    width: 650px;
}
.filter span 
{
	padding: 0;
	font-family: Georgia, cursive;
	font-style: italic;
}
.filter a 
{
	color: #BD8D46;
	font-size: .85em;
	text-decoration: none;
	padding: 3px 20px;
}
.filter a:hover 
{
	color: #E66C07;
}
.filter a.selected 
{
	font-weight:500 !important;
	color:#e66c07  !important;
}
.thumbnail_wrap 
{
	position: relative;
}
a.thumbnail 
{
	position: absolute;
	overflow:hidden;
	width: 147px;
	height: 147px;
}
a.thumbnail img 
{
	width: 140px;
	height: 140px;
	border: 3px solid rgba(255, 255, 255, 0.87);
	border-top-left-radius: 3em;
	border-bottom-right-radius: 3em;
}
.thumbnail_img 
{
	float:left;
	position:absolute;
}
.thumbnail_img:hover:before 
{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 0px solid rgba(45, 22, 247, 0);
	border-right: 38px solid transparent;
	border-top:  0px solid rgba(0, 0, 0, 0.68);
	border-bottom: 38px solid rgba(0, 0, 0, 0.68);
	position: absolute;
	left: 3px;
	top: 115px;
}
.thumbnail_img:hover:after 
{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 38px solid rgba(45, 22, 247, 0);
	border-right: 0px solid transparent;
	border-bottom: 0px solid rgba(0, 0, 0, 0.68);
	border-top: 38px solid rgba(0, 0, 0, 0.68);
	position: absolute;
	left: 115px;
	top: 3px;
}
a.thumbnail img:hover 
{
	border: 3px solid rgba(255, 255, 255, 1);
}
.clear_floats 
{
	clear: both;
	line-height: 1px;
}




#primary_nav_wrap 
{
	margin-top:15px;
}
#primary_nav_wrap ul 
{
	list-style:none;
	position:relative;
	margin:0;
	padding:0
}
#primary_nav_wrap ul a 
{
	color: #e2e7f0;
    display: block;
    font-family: "noto_sansregular";
    font-size: 18px;
    line-height: 34px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
#primary_nav_wrap ul a:hover
{
	color:#e2e7f0 !important;
}


#primary_nav_wrap ul li 
{
	position:relative;
	margin:0;
	padding:0;
	margin-bottom: 1px;
	margin:0px 10px;
	background: rgba(51, 51, 102, 0.17);
	transition: all 0.5s ease;
}
#primary_nav_wrap ul ul 
{
	display:block;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}
#primary_nav_wrap ul ul li 
{
	float:none;
}
#primary_nav_wrap ul ul a 
{
	color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding:4px 16px 8px;
    text-transform: capitalize;
}
#primary_nav_wrap ul ul a:hover
{
	color:#e66c07 !important;
}
#primary_nav_wrap ul ul ul 
{
	top:0;
	left:100%
}
#primary_nav_wrap ul li:hover > ul 
{
	display:block;
	color:#000;
}
#primary_nav_wrap ul li ul li 
{
	color: #000;
	background: url(../img/bulletblack.png) 0px 13px no-repeat;
	padding: 0px 0px;
}
#primary_nav_wrap ul li ul li:hover 
{
	background: url(../img/bulletblack.png) 5px 13px no-repeat;
}




