
.portfolio_nav { display:none; }
.top_bar.fixed
{
	position: fixed;
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	
	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;
	z-index: 999;
	visibility: visible !important;
	top: 0px;
}

.top_bar.fixed #menu_wrapper div .nav
{
	margin-top: 16px;
}

.top_bar.fixed #searchform
{
	margin-top: 8px;
}

.top_bar.fixed .header_cart_wrapper
{
	margin-top: 21px;
}

.top_bar.fixed #menu_wrapper div .nav > li > a
{
	padding-bottom: 24px;
}

.top_bar.fixed .logo_wrapper img
{
	max-height: 40px;
	width: auto;
}
#wrapper
{
	overflow-x: hidden;
}
.mobile_menu_wrapper
{
    display: none;
}
body.js_nav .mobile_menu_wrapper 
{
    display: block;
}
.gallery_type, .portfolio_type
{
	opacity: 1;
}
#searchform input[type=text]
{
	width: 75%;
}
.woocommerce .logo_wrapper img
{
	max-width: 50%;
}

#mobile_nav_icon
{
    display: none !important;
}


@media only screen and (max-width: 768px) {
	html[data-menu=leftmenu] .mobile_menu_wrapper
	{
		right: 0;
		left: initial;
		
		-webkit-transform: translate(360px, 0px);
		-ms-transform: translate(360px, 0px);
		transform: translate(360px, 0px);
		-o-transform: translate(360px, 0px);
	}
}



.gallery img {
    border: 0px solid #cfcfcf!important
}
.gallery .gallery-item {
    width: 48%!important;
    margin-right: 2%;
position: relative;
}
.gallery .gallery-caption {
    background-color: #222;
position: absolute;
    text-align: left;
    bottom: 10px;
    left: 30px;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s
}
.gallery .gallery-caption span {
font-family: Montserrat;
font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
font-size: 18px;
}
.gallery .gallery-caption em {
    bottom: 10px;
    display: block;
font-family: Georgia
    font-size: 14px;
}
.gallery .gallery-item:hover .gallery-caption{
    bottom: 40px;
opacity: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s
}
#logo_transparent img,
#custom_logo img{
    height: 23px;
    width: auto;
}



