
.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%;
}



@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: 42px;
	line-height: 45px;
	display: block;
	content: '\f104';
	color: #fff;
	margin-top: 0px;
}
a#nextslide:before
{
    font-family: "FontAwesome";
    font-size: 42px !important;
    line-height: 45px !important;
    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: 5px solid transparent;
    opacity: 1;
    -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 !important;
    height: 50px !important;
    box-sizing: border-box;
    background: url(http://capturingmoments.eu/wp-content/uploads/2016/08/left-arrow.png);
    border-radius: 250px;
    background-size: contain;
    background-repeat: no-repeat;
}

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: 0px 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;
                top: 46% !important;
                right:5px !important;
		width: 50px !important;
                height: 50px !important;
		box-sizing: border-box;
		border-radius: 250px;
		background: url(http://capturingmoments.eu/wp-content/uploads/2016/08/right-arrow.png) !important;
		border-radius: 250px;
		background-size: contain !important;
		background-repeat: no-repeat !important;
}

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; }


    body.page-template-gallery a#nextslide, body.single-galleries a#nextslide {
    background: rgba(0, 0, 0, 0) url("http://capturingmoments.eu/wp-content/uploads/2016/08/arrow-right.png") no-repeat scroll 0 0 / contain ;
    border: 0px solid #fff;
        border-radius: 250px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    right: 20px;

    padding: 0 20px;
    position: fixed;
    top: 46%;
    transition: all 0.2s ease-in-out 0s;
    width: 50px;
    z-index: 999;
}

@media only screen and (max-width: 767px) {
#fullpage .section.gallery_archive .background_image.split {
    width: 100%;
    left: 0;
}
}


