/*
Theme Name: WebDev
Theme URI: http://underscores.me/
Author: Nicholas Coupland
Author URI: http://nicholascoupland.com/
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webdev
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WebDev is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*, *:hover, *:focus, *:visited{
	outline: none!important;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #666666;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 800;
	color: #252525;
	font-variant-ligatures: common-ligatures;
	font-family: 'Muli', sans-serif;
}

h1{
	font-size: 72px;
	line-height: 72px;
	letter-spacing: 0.46px;
	margin: 0 0 26px 0;
}

h2{
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 20px 0;
}

h3{
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 15px 0;
}

h4{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	font-weight: 300;
}

h5{
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.lead{
	font-size: 19px;
	line-height: 32px;
	color:  #808080;
	margin: 0 0 26px 0;
}

.fine-print{
	opacity: .5;
	font-size: 13px;
}

.text-block:not(:last-child) {
    margin-bottom: 30px;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	display: block;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.label{
	position: relative;
    top: 0;
    right: 0;
    background: #005fd5;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    height: 26px;
    line-height: 27px;
    min-width: 65px;
    padding: 0 10px;
    text-align: center;
    border-radius: 50px;
    z-index: 3;
}

.label-desc{
	position: relative;
    top: 2px;
    font-size: 14px;
    margin-left: 15px;
}

hr.short{
	background-color: #005fd5;
	margin: 29px 0;
	width: 44px;
}

.cta{
	text-align: center
}

.cta h2,
.cta .lead{
	max-width: 555px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.cta .button{
	background: #fff;
	color: #005fd5;
}

.cta .button:hover{
	border: 1px solid #fff;
}



/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.no-padding{
	padding: 0;
}

.no-padding-top{
	padding-top: 0!important;
}

.no-padding-bottom{
	padding-bottom: 0;
}

.no-padding-right{
	padding-right: 0;
}

.no-padding-left{
	padding-left: 0;
}

.no-margin{
	margin: 0;
}

.no-margin-top{
	margin-top: 0;
}

.no-margin-bottom{
	margin-bottom: 0;
}

.no-margin-right{
	margin-right: 0;
}

.no-margin-left{
	margin-left: 0;
}

.click-through{
	pointer-events: none;
}

.circle-img{
	border-radius: 100%;
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
    padding: 0 35px;
    line-height: 39px;
    height: 42px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: bottom;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease;
    text-decoration: none;
	border: 2px solid #555;
	border-radius: 10px;
	font-family: 'Muli', sans-serif; 
	font-size: 13px;
	letter-spacing: 0.46px;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
button:focus,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active
{
	transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    text-decoration: none!important;
}

.button-sm{
	height: 29px;
	line-height: 29px;
	padding: 0 15px;
	font-size: 11px;
}

.button-white{
	color: #fff;
	border: 2px solid #fff!important;
}

.button-white:hover{
	background: #fff!important;
}

.button-white-sushi:hover{
	color: #EF699A!important;
}

.button-white-fish:hover{
	color: #065C91!important;
}

.button-pink,
.button-pink:visited{
	border: 2px solid #EF699A;
	color: #EF699A;
}

.button-blue,
.button-blue:visited{
	border: 2px solid #065C91;
	color: #065C91;
}

.button-pink:hover,
.button-pink:active,
.button-pink:focus{
	background: #EF699A;
	color: #fff;
}

.button-blue:hover,
.button-blue:active,
.button-blue:focus{
	background: #065C91;
	color: #fff;
}

.button-pink-solid{
	background: #EF699A;
	color: #fff;
	border: 0!important;
}

.button-blue-solid{
	background: #065C91;
	color: #fff;
	border: 0!important;
}

.button-expand{
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select{
	-webkit-appearance: none;
    background: #fcfcfc;
    line-height: 42px;
    width: 100%;
    height: 42px;
    padding: 0 20px;
    border-radius: 10px;
    border: 2px solid #ececec;
    font-size: 16px;
    transition: all .3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none;
	border: 2px solid #76abe9;
}

textarea {
	width: 100%;
	min-height: 119px;
}

select{
	background-image: url(img/select-bg.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 18px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration: none;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.link-pink{
	color: rgba(239,105,154,0.8);
}

.link-pink:hover{
	color: rgba(239,105,154,1);
}

.link-blue{
	color: rgba(1,83,131,0.8);
}

.link-blue:hover{
	color: rgba(1,83,131,1);
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: none;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation ul li a {
	display: block;
	text-decoration: none;
	line-height: 42px;
	height: 42px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: 400;
	color: rgba(255,255,255,0.7);
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 42px;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: rgba(255,255,255,1);
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.footer-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
}

.footer-menu ul li{
	display: inline;
}

.footer-menu ul li a{
	margin: 0 8px;
}

/*--------------------------------------------------------------
## Off canvas wrapper
--------------------------------------------------------------*/
.sidenav{
  	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  	display: block;
  	font-size: 16px;
  	font-weight: 400;
  	height: 100%;
  	left: 0;
  	position: fixed;
  	overflow: auto;
  	transform: translate(-262px, 0);
  	transition: transform .3s;
  	top: 50px;
  	width: 256px;
  	z-index: 99999; 
}

.fresh-fish .sidenav{
	background: #065C91;
}

.fresh-sushi .sidenav{
	background: #EF699A;
}

.sidenav.show{
    transform: translate(0, 0); 
}

.sidenav-brand a{
  	font-size: 20px;
  	font-weight: 600;
  	line-height: 32px;
  	padding: 20px 24px 19px;
  	display: inline-block;
  	width: 100%;
  	text-decoration: none;
}

.sidenav-header{
  	background: transparent;
  	border-bottom: 1px solid #555;
  	color: #757575;
  	font-size: 17px;
  	line-height: 22px;
  	margin: 0;
  	padding: 16px 24px 15px; 
}

.sidenav-header small{
    display: block;
    font-size: 14px;
    line-height: 16px; 
}

.sidenav-menu{
  	list-style: none;
  	margin: 0;
  	padding: 0; 
}

.sidenav-menu li{
    display: block;
    position: relative;
}

.sidenav-menu a{
    background: transparent;
    color: #fff;
    display: block;
    line-height: 24px;
    padding: 10px 32px;
    text-decoration: none;
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.sidenav-menu a:hover{
    background: #fff;
}

.fresh-fish .sidenav-menu a:hover{
    color: #065C91;
}

.fresh-sushi .sidenav-menu a:hover{
    color: #EF699A;
}

.sidenav-menu a.active{
    color: #FAFAFA; 
}

.sidenav-menu a.active .sidenav-link-icon,
.sidenav-menu a.active .sidenav-dropdown-icon{
    color: #FAFAFA; 
}

.sidenav-menu ul,
.sidenav-dropdown{
  	border-bottom: 1px solid #424242;
  	display: none;
  	list-style: none;
  	margin: 0;
  	padding: 0; 
}

.sidenav-menu ul a,
.sidenav-dropdown a{
    background: #191919;
    color: #BDBDBD;
    padding-left: 45px; 
}

.sidenav-menu ul a:hover,
.sidenav-dropdown a:hover{
      background: #616161;
      color: #BDBDBD; 
}

.sidenav-menu ul li:first-child a,
.sidenav-dropdown li:first-child a{
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); 
}

.sidenav-menu .menu-item-has-children::after{
	content: '\f107';
	font-family: 'FontAwesome';
	color: #fff;
	position: absolute;
	top: 17px;
	right: 25px;
}

.sidenav-overlay{
 	background: rgba(255, 255, 255, 0.8);
  	display: none;
 	height: 100%;
  	left: 0;
  	position: fixed;
  	top: 0;
  	width: 100%;
  	z-index: 999;
}

.sidenav-no-scroll{
  	overflow: hidden !important; 
}



/*--------------------------------------------------------------
# Mobile Header
--------------------------------------------------------------*/
#mobile-header{
	background: #fff;
	height: 50px;
	padding: 0;
	position: relative;
	z-index: 9999;
}

.mobile-header-right{
	text-align: right;
}

.mobile-header-left span,
.mobile-header-left a,
.mobile-header-right span,
.mobile-header-right a{
	cursor: pointer;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0px;
	display: inline-block;
}

.mobile-header-left span,
.mobile-header-left a{
	/*border-right: 1px solid #555;*/
}

.mobile-header-right span,
.mobile-header-right a{
	/*border-left: 1px solid #555;*/
}

.mobile-header-right i,
.mobile-header-left i{
	font-size: 22px;
	line-height: 50px;
}

.fresh-fish .mobile-header-right i,
.fresh-fish .mobile-header-left .mobile-menu-label{
	color: #065C91;
}

.fresh-sushi .mobile-header-right i,
.fresh-sushi .mobile-header-left .mobile-menu-label{
	color: #EF699A;
}

.mobile-header-left .mobile-menu-label{
	text-transform: uppercase;
    padding: 0 10px;
    width: auto;
    font-weight: 400;
}


#mobile-search-form{
	background: #005fd5;
	padding: 20px 0;
	z-index: 998;
	position: absolute;
	width: 100%;
	left: 0;
	top: -30px;
	transition: top .3s ease;
}

.mobile-panel-opened{
	top: 50px!important;
}

#mobile-search-form input{
	width: 100%;
	margin: 0;
}

#mobile-shopping-cart{
	position: absolute;
	top: -350px;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	transition: top .3s ease;
	z-index: 997;
	height: 350px;
}

#mobile-account-menu{
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	transition: top .3s ease;
	z-index: 996;
}

#mobile-account-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#mobile-account-menu ul li{
 	display: block;
}

#mobile-account-menu ul li a{
	width: 100%;
	display: inline-block;
	text-decoration: none;
	padding: 8px 25px;
	font-size: 16px;
	border-bottom: 1px dotted #e3e3e3;
	text-align: center;
}

#mobile-account-menu ul li:last-child a{
	border-bottom: 0;
}

.mobile-item-active i,
.sidenav-no-scroll #sidenav-toggle i{
	color: #fff!important;
}

#mobile-shopping-cart .widget_shopping_cart_content{
	margin-top: 20px;
}

.woocommerce.widget_shopping_cart .buttons a{
	height: 32px;
	line-height: 32px;
}


/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.bg-primary{
	background: #005fd5;
}

.bg-primary-2{

}

.bg-primary-3{

}

.bg-dark{
	background: #252525;
}

.color-primary{
	color: #005fd5;
}

.color-primary-2{
	
}

.color-primary-3{
	
}

.color-dark{
	color: #252525;
}

.color-white,
.white{
	color: #fff;
}

.colour-pink,
.pink{
	color: #EF699A;
}

.colour-blue,
.blue{
	color: #065C91;
}



/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.clear{
	width: 100%;
	clear: both!important;
}

.gap-xs{
	height: 10px;
	clear: both;
}

.gap-sm{
	height: 30px;
	clear: both;
}

.gap{
	height: 50px;
	clear: both;
}

.gap-lg{
	height: 80px;
	clear: both;
}

.divider{
	height: 1px;
	background: #e3e3e3;
	margin: 30px 0;
	clear: both;
}

.section{
	padding: 60px 0;
	background: #fff;
	position: relative;
}

.section-pink{
    background-image: linear-gradient(-133deg, #EF699A 11%, rgba(239,105,154,0.89) 100%);
}

.section-blue{
	background: #065C91;
	color: #fff;
}


.top-detail{
	padding-top: 200px!important;
}

.top-detail::before{
	content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 118px;
    background: url(img/section-detail-white-invert.png) no-repeat top center;
    background-size: cover;
    z-index: 3;
    top: 0;
    left: 0;
}

.bottom-detail{
	padding-bottom: 180px!important;
}

.bottom-detail::after{
	content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 118px;
    background: url(img/section-detail-white.png) no-repeat top center;
    background-size: cover;
    z-index: 3;
    bottom: 0;
    left: 0;
}

.section-border-bottom{
	border-bottom: 1px solid #ececec;
}

.grey-content-box{
	background: #fafafa;
	padding: 80px 50px;
}

.white-content-box{
	background: #fff;
	padding: 80px 50px;
}

.white-box-shodow{
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.04);
}

.grey-box-shadow{
	box-shadow: 0 0 50px 0px rgba(0,0,0,0.1);
}

.fixed-width{
	max-width: 750px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

h2.align-right{
	float: left;
	margin-left: 0;
}

.heading-double-bar,
.heading-bar-right-white,
.heading-bar-right,
.heading-bar-left,
.heading-bar-left-white{
	display: inline-block;
	position: relative;
}

.heading-double-bar::after,
.heading-double-bar::before,
.heading-bar-right-white::after,
.heading-bar-right::after,
.heading-bar-left-white::before,
.heading-bar-left::before{
	content: '';
	width: 40px;
	height: 4px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	display: none;
}

.heading-double-bar::before,
.heading-bar-left-white::before,
.heading-bar-left::before{
	left: -75px;
}

.heading-double-bar::after,
.heading-bar-right-white::after,
.heading-bar-right::after{
	right: -75px;
}

.heading-bar-right-white::after,
.heading-bar-left-white::before{
	background: #fff;
}

.fresh-sushi .heading-double-bar::after,
.fresh-sushi .heading-double-bar::before,
.fresh-sushi .heading-bar-right::after,
.fresh-sushi .heading-bar-left::before{
	background: #EF699A;
}

.fresh-fish .heading-double-bar::after,
.fresh-fish .heading-double-bar::before,
.fresh-fish .heading-bar-right::after,
.fresh-fish .heading-bar-left::before{
	background: #065C91;
}

.no-border{
	border: 0!important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.align-left {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.align-right {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.align-center {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.valign-bottom-container{
	vertical-align: bottom;
	display: table-cell;
	position: relative;
}

.valign-bottom{
	vertical-align: bottom;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content Formatting
--------------------------------------------------------------*/

.fluid-content-right{
    padding: 0 38.5% 0 50px;
}

.fluid-content-left{
 	padding: 0 50px 0 38.5%;
}

.two-col-list{
	padding: 0;
	margin: 0;
}

.two-col-list li{
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;

}

.two-col-list li i{
	font-size: 16px;
	margin-right: 15px;
	color: #005fd5;
}

.container-wide{
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 50px 0
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget ul li{
	width: 100%;
}

.widget ul li a{
	padding: 8px 15px;
	border-bottom: 1px dotted #f3f3f3;
	display: inline-block;
	width: 100%;
	text-decoration: none;
}

.widget ul li:first-child a{
	padding-top: 0;	
}

.widget ul li:last-child a{
	padding-bottom: 0;
	border-bottom: 0;
}

.footer-widget .footer-widget-title{
	margin: 0 0 20px 0;
}

.footer-widget{
	margin-bottom: 50px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header{
	margin-bottom: -50px;
	overflow: hidden;
	position: relative;
	z-index: 6;
}

#header .header-overlay{
	position: relative;
}

#header .header-overlay::after{
	content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 118px;
    background: url(img/section-detail-white.png) no-repeat top center;
    background-size: cover;
    z-index: 3;
    bottom: 0;
    left: 0;
}

#header .page-title{
	margin: 70px 0 120px;
}

#header .page-title h1{
	text-transform: capitalize;
	font-size: 46px;
    line-height: 46px;
}

#header .page-title h4{

}

.header-mobile-open a i{
	color: #fff;
	font-size: 25px;
	float: right;
	margin-top: 7px;
}

#header .logo img{
	margin: 40px auto 0 auto;
}

.fresh-sushi-header{
	background: url(img/sushi-banner.jpg) no-repeat center center;
	background-size: cover;
}

.fresh-sushi-header .header-overlay{
    padding: 40px;
    background-image: linear-gradient(-133deg, rgba(239,105,154,0.80) 11%, rgba(239,105,154,0.60) 100%);
}

.fresh-fish-header{
	background: url(img/fish-banner.jpg) no-repeat center center;
	background-size: cover;
}

.fresh-fish-header .header-overlay{
	padding: 40px;
    background-image: linear-gradient(-136deg, rgba(1,83,131,0.80) 22%, rgba(1,83,131,0.30) 100%);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer{
	padding: 40px 0;
	background: #fff;
	position: relative;
	color: #9C9C9C;
}

.splash #footer{
	margin-top: 0px;
}

#footer .copyright{
	text-align: center;
}

.footer-site-menu{
	text-align: center;
	float: none;
}

.footer-top{
	padding: 100px 0 80px;
	margin-top: 50px;
	position: relative;
	color: #fff;
	font-weight: 400;
}

.footer-top::after{
	content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 118px;
    background: url(img/footer-detail-pink.png) no-repeat top center;
    background-size: cover;
    z-index: 3;
    top: -100px;
    left: 0;
}

.fresh-fish .footer-top::after{
	background: url(img/footer-detail-blue.png) no-repeat top center;
	background-size: cover;
}

.footer-top img{
	margin: 0 0 40px;
}

.footer-top p{
	margin: 0 0 12px;
}

.footer-sushi{
    background-image: linear-gradient(-133deg, #EF699A 11%, rgba(239,105,154,0.89) 100%);
}

.footer-fish{
   background: #065C91;
}

.footer-top h5{
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}

.footer-top .opening-times span{
	float: right;
	margin-right: 30px;
}

.subscribe input[type="text"],
.subscribe input[type="email"]{
	margin-bottom: 10px;
	background: rgba(255,255,255,0.37);
	border: 0;
	color: #fff;
}

.subscribe input[type="submit"]{
	background: rgba(0,0,0,0.19);
	color: #fff;
	border: 0;
}

.subscribe input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.subscribe input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.subscribe input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.subscribe input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Splash
--------------------------------------------------------------*/
.fish-half,
.sushi-half{
	height: 50vh;
	width: 100%;
	display: inline-block;
	float:left;
	margin: 0;
	position: relative;
}

.fish-half{
	background: url(img/fish-splash.jpg) no-repeat center center;
	background-size: cover;
}

.sushi-half{
	background: url(img/sushi-splash.jpg) no-repeat center center;
	background-size: cover;
}

.splash-fish-logo,
.splash-sushi-logo{
	margin: 0 auto;
	float: none!important;
	display: block;
}

.fish-half .fish-half-overlay{
    background-image: linear-gradient(-136deg, rgba(1,83,131,0.80) 22%, rgba(1,83,131,0.30) 100%);
	height: 50vh;
	padding: 40px;
	text-align: center;
}

.sushi-half .sushi-half-overlay{
    background-image: linear-gradient(-220deg, rgba(239,105,154,0.80) 21%, rgba(239,105,154,0.30) 100%);
	height: 50vh;
	padding: 40px;
	text-align: center;
}

.sushi-half .sushi-half-overlay .button,
.fish-half .fish-half-overlay .button{
	position: relative;
	margin-top: 80px;
	width: 220px;
}


/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.home-about-content{
	padding: 30px 0 30px 0;
}

#specials-carousel .item img{
    display: block;
    width: 100%;	
    height: auto;
}

#specials-carousel .item{
	text-align: center;
}

/*--------------------------------------------------------------
# Sushi Main
--------------------------------------------------------------*/
.specials img{
	margin-bottom: 20px;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-owner{
	border-top: 1px solid #e3e3e3;
}

.about-owner-content-holder{
	padding-left: 0px;
}

.about-image img{
	max-width: 500px;
	width: 100%;
	float: none;
	margin: 50px auto 0;
}


/*--------------------------------------------------------------
# Fish in Season
--------------------------------------------------------------*/
#filters{
	padding: 0;
    display: inline-block;
    margin: 0 auto;
    border-radius: 10px;
    list-style: none;
    border: 2px solid #015383;
}

#filters li{
	display: inline;
}

#filters li a{
	color: #015383;
    padding: 10px 15px;
    display: inline-block;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    font-weight: 800;
}

#filters li a.selected,
#filters li a.active{
	background: #015383;
	color: #fff;
}

#filters li:first-child a{
	border-radius: 10px 0 0 10px;
    padding-left: 25px; #fff
}

#filters li:last-child a{
	border-radius: 0 10px 10px 0;
    padding-right: 25px;
}

#filters li:first-child a.selected,
#filters li a.active{
	border-radius: 5px 0 0 5px;
}

#filters li:last-child a.selected{
	border-radius: 0 5px 5px 0;
}

#isotope-list .item{
	text-align: center;
	margin-bottom: 30px;
}

#isotope-list .item h5{
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	color: #015383;
}


/*--------------------------------------------------------------
# Produce
--------------------------------------------------------------*/
.produce-buttons{
	text-align: center;
}

.produce-buttons .button{
	display: inline-block;
    float: none;
    margin-top: 10px;
    clear: both;
    min-width: 250px;
}

.produce-list{
	padding: 0;
	margin: 0;
	list-style: none;
}

.produce-list li{
    float: left;
    width: 100%;
    height: 50px;
    margin: 0 30px 15px 0;
    background: url(img/li-square.gif) no-repeat 0 9px;
    padding: 0 0 0 20px;
}

.produce-images img{
	width: 100%;
	margin-bottom: 5px;
}

.sushi-produce-img{
	margin: 50px auto 0;
	float: none;
}

/*--------------------------------------------------------------
# Gift Voucher
--------------------------------------------------------------*/
.gift-voucher img{
    margin: 21px auto 0;
	float: none;
}


/*--------------------------------------------------------------
# Recipes
--------------------------------------------------------------*/
.recipe-item{
	margin-bottom: 50px;
}

.recipe-item h4{
	color: #015383;
	font-family 'Muli', sans-serif;
	font-weight: 700;
	border-bottom: 1px dotted #e3e3e3;
	padding-bottom: 10px;
}

.recipe-item span img{
	display: inline;
	width: 32px;
}

.recipe-item .serving-size,
.recipe-item .prep-time,
.recipe-item .cooking-time{
	height: 60px;
    padding-left: 45px;
    line-height: 60px;
    overflow: visible;
    display: inline-block;
    margin-right: 20px;
}

.recipe-item .serving-size{
	background: url(img/serving-icon.png) no-repeat center left;
	background-size: 32px;
}

.recipe-item .prep-time{
	background: url(img/prep-icon.png) no-repeat center left;
	background-size: 32px;
}

.recipe-item .cooking-time{
	background: url(img/cooking-icon.png) no-repeat center left;
	background-size: 32px;
}

.recipe-item h3{
	color: #015383;
}

.recipe-item ul{
	list-style: circle;
	margin: 0;
	margin-bottom: 50px;
}

.recipe-item ul li{
	margin-bottom: 5px;
}

.recipes-widget .row .row{
	border-bottom: 1px dotted #f3f3f3;
	padding: 15px 0;
}

.recipes-widget h5{
	color: #015383;
	line-height:16px;
	margin: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.fresh-sushi-contact{

}

.contact-form{
	margin: 50px auto 0;
	max-width: 720px;
	width: 100%;
}

.contact-form input,
.contact-form textarea{
	margin-top: 15px;
}

.contact-form input[type="submit"]{
	width: 100%;
}

.fresh-sushi .contact-form input[type="submit"]{
	background: #EF699A;
}


.contact-details{
	border-top: 1px solid #e3e3e3;
	padding: 40px 0;
	font-size: 22px;
	text-align: center;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	color: #000;
}

.fresh-fish .contact-details strong{
	color: #065C91;
}

.fresh-sushi .contact-details strong{
	color: #EF699A;
}

#map{
	height: 550px;
	width: 100%;
}

.page-template-page-contact .footer-top{
	margin-top: 0;
}

div.wpcf7-response-output{
	max-width: 720px;
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
    padding: 15px;
}

/*--------------------------------------------------------------
# Sushi Menu
--------------------------------------------------------------*/
.sushi-menu-buttons .button{
	width: 203px;
	text-align: center;
	margin-bottom: 5px;
}

#sushi-menu{
	border-top: 1px solid #e3e3e3;
}

#sushi-menu .col-md-3{
	border-right: 0px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 50px;
}

#sushi-menu h4{
	color: #EF699A;
}

#sushi-menu h5{
	margin-bottom: 20px;
}

#sushi-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#sushi-menu ul li{
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	font-size: 15px;
}

#sushi-menu ul li span{
	font-weight: 400;
	float: right;
}



/*--------------------------------------------------------------
# Fresh TV
--------------------------------------------------------------*/
.video-holder{
	width: auto;
    display: inline-flex;
    margin: 0 auto;
    border: 0px solid #f3f3f3;
    border-radius: 10px;
    padding: 0;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.search-404{
	max-width: 400px;
	width: 100%;
	margin: 30px auto;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.grecaptcha-badge{
    visibility: hidden;
}

.recaptcha{
    font-size: 12px;
    color: #777;
    margin: 15px 0;
}

.recaptcha a{
    color: #777;   
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.video_wrapper{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.video_wraper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}



/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## jQuery Form Validation
--------------------------------------------------------------*/
.help-block{
	padding: 8px 15px;
	display: inline-block;
	width: 100%;
} 

.form-error{
	
}

.has-error input{
	
}

.has-success input{
	
}

/*--------------------------------------------------------------
## Front End Framework Styles
--------------------------------------------------------------*/
#wpadminbar #wp-admin-bar-ncweb .ncweb-admin-logo{
	background-image: url(admin/img/framework-icon.png);
	background-size: 41px;
	background-repeat:no-repeat;
	background-position: center center;
	width:50px;
	height:24px;
	position:relative;
	float:left;
	speak:none;
	padding:4px 0;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}


/*------------------------------------------
        Owl Carousel
------------------------------------------*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.page-template-page-sushi-main .owl-theme .owl-controls .owl-page span{
	background: #EF699A;
}

.fresh-fish .owl-theme .owl-controls .owl-page span{
	background: #065C91;
}


.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
