
.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
{
    overflow: auto;
}
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);
	}
}

a#prevslide:before
{
	font-family: "FontAwesome";
	font-size: 24px;
	line-height: 45px;
	display: block;
	content: '\f104';
	color: #fff;
	margin-top: 0px;
}
a#nextslide:before
{
	font-family: "FontAwesome";
	font-size: 24px;
	line-height: 45px;
	display: block;
	content: '\f105';
	color: #fff;
	margin-top: 0px;
}
body.page-template-gallery a#prevslide, body.single-galleries a#prevslide
{ 
	z-index:999; cursor: pointer; display: block; position: fixed; left: 20px; top: 46%; padding: 0 20px 0 20px; width: initial; height: initial; border: 2px solid #fff; opacity: 0.5; 
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	
	border-radius: 250px;
}

body.page-template-gallery a#nextslide, body.single-galleries a#nextslide
{ 
	z-index:999; cursor: pointer;  display: block; position: fixed; right: 20px; top: 46%; padding: 0 20px 0 20px; width: initial; height: initial; border: 2px solid #fff; opacity: 0.5; 
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	
	border-radius: 250px;
}

body.page-template-gallery a#prevslide:hover, body.page-template-gallery a#nextslide:hover, body.single-galleries a#prevslide:hover, body.single-galleries a#nextslide:hover { opacity: 1; }

.two_cols.gallery .element:hover img, .three_cols.gallery .element:hover img, .four_cols.gallery .element:hover img, .five_cols.gallery .element:hover img, .one_half.gallery2.classic a:hover img, .one_third.gallery3.classic a:hover img, .one_fourth.gallery4.classic a:hover img
{
	-ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}


#menu_wrapper .nav li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after
{
	margin-top: 3px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle
{
	padding: 0;
	border: 0;
}

#page_caption.hasbg .page_title_wrapper
{
	background: rgba(0,0,0,0);
}

html[data-style=fullscreen] .top_bar.hasbg, .top_bar.hasbg
{
	border: 0;
}

html[data-style=fullscreen] .top_bar.hasbg, .top_bar.hasbg
{
	background: rgba(0,0,0,0);
}


hr.title_break {
    display: block;
}

.bg_gradient::after
{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(60%,transparent),color-stop(66%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.95)),to(rgba(0,0,0,1)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,0.1) 66%,rgba(0,0,0,0.95) 93%,rgba(0,0,0,1) 100%);
    background-image: linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,0.1) 66%,rgba(0,0,0,0.95) 93%,rgba(0,0,0,1) 100%)
}

body.metro-black .mobx-overlay
{
	    background-color: rgba(0,0,0,1);
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
@-ms-keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
 
.fade-in {
    animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	-ms-animation-name: fadeIn;	

	animation-duration: 0.7s;	
	-webkit-animation-duration: 0.7s;
	-ms-animation-duration: 0.7s;	

	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    
    visibility: visible !important;
}


.top_bar.scroll.dark {
background:#000 none repeat scroll 0 0;
border-color:#000;
}

#gallery-1 img {
border:0px !important;
}

.post_caption {
margin:0px;
}

.post_header .post_detail, .recent_post_detail, .post_detail, .thumb_content span, .portfolio_desc .portfolio_excerpt, .testimonial_customer_position, .testimonial_customer_company {
font-family:Raleway;
font-size:12px !important;
font-style:normal;
}

.archive:not(.center_display) .gallery_archive_desc, .hover_display .gallery_archive_desc {
transform: translate3d(0px, 0px, 0px);
}

#fullpage .section.gallery_archive .gallery_archive_button {
bottom:60px;
}

#page_caption {
padding-bottom:10px !important;
}

#page_caption h1, .ppb_title {
font-size:20px !important;
}

.gallery3.archive.center_display .gallery_archive_desc h4, .three_cols.gallery .element .center_display .portfolio_title .table .cell h5 {
font-size:20px;
}

.gallery_type.archive.center_display .gallery_archive_desc .gallery_archive_desc_content .gallery_archive_desc_inner, #fullpage .section.gallery_archive.center_display .gallery_archive_desc .gallery_archive_desc_content .gallery_archive_desc_inner, .center_display #horizontal_gallery_wrapper .gallery_archive_desc .gallery_archive_desc_content .gallery_archive_desc_inner, .archive_parallax.center_display .gallery_archive_desc .gallery_archive_desc_content .gallery_archive_desc_inner, .two_cols.gallery .element .center_display .portfolio_title .table .cell, .three_cols.gallery .element .center_display .portfolio_title .table .cell, .four_cols.gallery .element .center_display .portfolio_title .table .cell, .five_cols.gallery .element .center_display .portfolio_title .table .cell {
vertical-align:bottom;
}

.four_cols.gallery .element.grid {
padding:2px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
border-radius:0%;
}

#imageFlow {
height=100% !important;
}

#fullpage .section.gallery_archive.center_display .gallery_archive_desc h2 {
font-size:40px;
}

.gallery_type.archive.center_display .gallery_archive_desc .gallery_archive_desc_content .gallery_archive_desc_inner, #fullpage .section.gallery_archive.center_display .gallery_archive_desc .gallery_archive_desc_content .gallery_archive_desc_inner, .center_display #horizontal_gallery_wrapper .gallery_archive_desc .gallery_archive_desc_content .gallery_archive_desc_inner, .archive_parallax.center_display .gallery_archive_desc .gallery_archive_desc_content .gallery_archive_desc_inner, .two_cols.gallery .element .center_display .portfolio_title .table .cell, .three_cols.gallery .element .center_display .portfolio_title .table .cell, .four_cols.gallery .element .center_display .portfolio_title .table .cell, .five_cols.gallery .element .center_display .portfolio_title .table .cell {
padding:4em;
}

h2.ppb_title {
font-weight:600 ;
}

.portfolio_classic_icon_content i {
display:none;
}

html[data-style="fullscreen"] .top_bar.hasbg, .top_bar.hasbg {
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

#toTop {
background:#fff none repeat scroll 0 0;
border-radius:0px;
}

#toTop i {
color:#000;
}

body.metro-black .mobx-overlay {
background-color:#000;
}

h6 {
font-size:10px !important;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.top_bar.scroll.dark {
background:#000 none repeat scroll 0 0;
border-color:#000;
}}

@media only screen and (max-width: 767px) {
.top_bar.scroll.dark {
background:#000 none repeat scroll 0 0;
border-color:#000;
}}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.top_bar.scroll.dark {
background:#000 none repeat scroll 0 0;
border-color:#000;
}}

