
.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;
}




@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; }

.top_bar {
    background-image: url("/wp-content/uploads/2016/07/snaefell_menu_back_grey.png");
    background-size: cover;
}

#logo_wrapper {
    border-bottom: 1px solid #555;
}

#mobile_nav_icon {
    border-bottom: 9px double #fff;
    border-top: 3px solid #fff;
}

.social_wrapper ul li a:hover, .post_header h5 a:hover {
    color: #00b7f9 !important;
}

.comment .right h7 {
    color: #eee;
}

.comment .right strong {
    margin-right: 10px !important;
}

.comment .right strong a {
    margin-right: 10px !important;
}

.standard_wrapper .page_content_wrapper .inner ul, .standard_wrapper .page_content_wrapper .inner ol {
    margin-left: 2em;
}

.livemap {
    border: 1px solid #555;
    margin: 20px 0 5px 0;
}

.post_excerpt.post_tag a {
    background-color: #424242;
}

.post_excerpt.post_tag a:hover {
    background-color: #00b7f9;
    color: #fff;
}

.post_header h6 a {
    color: #eee;
}

.footer_bar {
    background-color: #131313;
}

#footer h2.widgettitle span {
    background-color: #333;
}

.fs-recaptcha-comments {
    padding-left: 24px;
    padding-top: 0.5em;
}

hr.faded, hr.faded:before {
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.1) 0%,rgba(0,0,0,0) 100%);
}

.pagination a {
    background-color: #343434;
}

.pagination span.current, .pagination a.inactive:hover  {
    background-color: #00b7f7;
}


