/*-----------------------------------------------------------------------------------
	PORTMAR-2-1
	About: A shiney new Blocs website.
	Author: Nev Pereira
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Rounded Bars Menu Icon */
.navbar-light .menu-icon-rounded-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-rounded-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}



/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.hide-indicators{
	display:none;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
}
.showScrollTop{
	opacity: 1;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.menufont{
	font-family:"Oswald";
	text-transform:uppercase;
	font-weight:500;
	font-size:15px;
	color:#424242!important;
	letter-spacing:0px;
	text-decoration:none;
	margin-left:34px;
}
.menufont:hover{
	font-family:"Oswald";
	color:#005392!important;
	font-size:15px;
	font-weight:500;
	text-transform:uppercase;
}
.menufont:active{
	font-family:"Oswald";
	color:#005392!important;
	font-size:15px;
	font-weight:500;
	text-transform:uppercase;
}
.border{
	border-style:solid;
	border-color:#005392!important;
	background-color:rgba(255,255,255,0.9);
	font-family:"Oswald";
}
.h1-style{
	font-family:Oswald;
	font-weight:700;
}
.h1-bloc-2-style{
	font-size:45px;
	font-family:"Oswald";
	font-weight:lighter;
}
.h3-style{
	font-family:Oswald;
	font-size:18px;
}
.h3-2-style{
	font-size:23px;
	font-family:Oswald;
}
.h3-desserts-style{
	font-family:Oswald;
	font-size:23px;
}
.h3-4-style{
	font-family:Oswald;
	font-size:40px;
}
.p-style{
	font-family:"Lato";
	font-size:18px;
	font-weight:400;
}
.p-bloc-4-style{
	font-family:Oswald;
}
.p-3-style{
	font-family:Oswald;
}
.h3-our-products-style{
	font-family:Oswald;
	font-size:45px;
}
.h3-cfprocess-style{
	font-family:Oswald;
	font-size:35px;
}
.p-cfprocess-style{
	font-family:Lato;
	font-size:20px;
	font-weight:700;
	width:100%;
	line-height:30px;
	text-indent:px;
}
.h1-contact-us-style{
	font-family:Oswald;
	font-size:45px;
}
.label-style{
	font-family:Oswald;
}
.label-email-style{
	font-family:Oswald;
}
.label-message-style{
	font-family:Oswald;
}
.h2-style{
	font-size:23px;
	font-family:Oswald;
}
.img-img-99-style{
	height:140px;
}
.h1-products-style{
	font-family:Oswald;
	font-size:45px;
}
.h2-1-style{
	font-size:18px;
	font-family:Oswald;
}
.h3-5-style{
	font-family:Oswald;
}
.h3-appetizers-style{
	font-family:Oswald;
}
.h3-6-style{
	font-family:Lato;
	font-size:16px;
	font-weight:400;
}
.h4-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-cod-bits-style{
	font-family:Oswald;
}
.h4-5-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-small-sardines-style{
	font-family:Oswald;
}
.h4-codfish-cakes-style{
	font-family:Oswald;
}
.h4-7-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-8-style{
	font-family:Oswald;
	font-size:20px;
}
.p-about-style{
	font-size:px;
	font-family:Oswald;
}
.h4-rice-cake-style{
	font-family:Oswald;
}
.navbar-brand img{
	width:180px;
}
.btn-padding{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:8px;
	font-family:"Oswald";
	font-size:18px;
	margin-left:30px;
	background-color:#005392;
	color:#FEFFFF!important;
}
.btn-padding:hover{
	background-color:#006BBC;
	font-family:"Oswald";
	font-size:18px;
	margin-left:30px;
	margin-right:0px;
	color:#FEFFFF!important;
}
.border:hover{
	font-size:15px;
}
.dropdown{
	font-family:"Oswald";
	text-align:center;
}
.dropdown:hover{
	font-family:"Oswald";
}
.btn-padding:active{
	font-family:"Oswald";
	font-size:18px;
	background-color:#005392;
	color:#FEFFFF!important;
}
.h1-heading-1-style{
	font-family:Oswald;
}
.h4-1-style{
	font-family:Oswald;
}
.h3-postres-style{
	font-family:Oswald;
	font-size:24px;
}
.h3-3-style{
	font-family:Oswald;
	font-size:24px;
}
.p-1-style{
	font-family:Oswald;
}
.p-5-style{
	font-family:Oswald;
}
.p-6-style{
	font-family:Oswald;
}
.p-2-style{
	font-family:Oswald;
}
.p-4-style{
	font-family:Lato;
	font-size:20px;
	font-weight:700;
}
.p-products-style{
	font-size:20px;
}
.p-13-style{
	font-size:20px;
}
.navmenu{
	background-color:rgba(255,255,255,0.9);
}
.h4-productos-style{
	font-family:Oswald;
}
.h4-2-style{
	font-family:Oswald;
}
.h4-3-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-4-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-pastel-de-nata-style{
	font-family:Oswald;
}
.h4-bolo-de-arroz-style{
	font-family:Oswald;
}
.h4-9-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-10-style{
	font-family:Oswald;
	width:98.55%;
	font-size:20px;
}
.p-26641-style{
	font-family:Lato;
	font-size:20px;
	font-weight:700;
}
.h1-2-style{
	width:100%;
	font-family:Oswald;
	font-size:35px;
}
.h1-3-style{
	font-family:Oswald;
}
.label-name-style{
	font-family:Oswald;
}
.label-2-style{
	font-family:Oswald;
}
.label-3-style{
	font-family:Oswald;
}
.scrollToTop{
	border-style:none;
	border-color:rgba(254,255,255,0.0)!important;
}
.scrollToTop:hover{
	background-color:#FEFFFF;
}
.scrollToTop:active{
	background-color:#FEFFFF;
	border-style:none;
	border-color:rgba(254,255,255,0.0)!important;
}
.h1-1-style{
	font-family:Vollkorn;
	font-weight:400;
}
.p-9-style{
	font-family:Oswald;
}
.h2-3-style{
	font-size:23px;
}
.about-images{
	text-shadow:0px 8px 0px #000000;
	box-shadow:0px 4px 6px #000000;
}
.about-images:active{
	text-shadow:0px 4px 0px #000000;
	box-shadow:0px 4px 6px #000000;
}
.about-images:hover{
	box-shadow:0px 4px 6px #000000;
}
.h1-style:active{
	font-family:"Oswald";
	font-weight:700;
}
.h1-style:hover{
	font-family:"Oswald";
	font-weight:700;
}
.row-style{
	width:100%;
}
.h2-about-style{
	font-size:23px;
	font-family:Oswald;
	font-weight:normal;
}
.p-8-style{
	font-family:Oswald;
}
.p-9-about-style{
	font-family:Oswald;
}
.h3-about-style{
	font-family:Lato;
	font-size:16px;
	font-weight:400;
}
.h3-7-style{
	font-size:16px;
	font-family:Lato;
	font-weight:400;
}
.navmenu2{
	margin-top:30px;
}
.h3-6-style:active{
	margin-top:0px;
}
.h3-about-style:active{
	font-style:italic;
}
.h5-style{
	font-family:Lato;
	font-weight:400;
}
.h1-productos-style{
	font-family:Oswald;
}
.h1-olive-oils-style{
	font-family:Oswald;
}
.h2-6-style{
	font-size:25px;
}
.h5-products-style{
	font-family:Lato;
	font-weight:400;
}
.h5-productos-style{
	font-family:Lato;
	font-weight:400;
}
.h2-about-style:active{
	font-family:"Oswald";
	font-weight:bold;
	font-size:23px;
}
.h2-about-style:hover{
	font-family:"Oswald";
	font-size:23px;
}
.h5-3-style{
	font-size:15px;
}
.h3-cod-loins-style{
	font-family:Oswald;
	font-size:18px;
}
.h3-cod-bits-style{
	font-family:Oswald;
	font-size:18px;
}
.h3-sardines-style{
	font-family:Oswald;
	font-size:18px;
}
.h2-desserts-style{
	font-size:25px;
}
.h3-heading-3-style{
	font-family:Oswald;
	font-size:18px;
}
.h3-14-style{
	font-family:Oswald;
	font-size:18px;
}
.h3-15-style{
	font-family:Oswald;
	font-size:18px;
}
.oil{
	padding-bottom:0px;
	padding-top:21px;
	background-color:transparent;
}
.h3-11-style{
	font-family:Oswald;
	font-size:18px;
	font-weight:500;
}
.h3-13-style{
	font-family:Oswald;
	font-size:18px;
	font-weight:500;
}
.h3-15-heading-3-style{
	font-family:Oswald;
	font-size:18px;
	font-weight:500;
}
.h3-14-heading-3-style{
	font-family:Oswald;
	font-size:18px;
	font-weight:500;
}
.h3-12-style{
	font-family:Oswald;
	font-size:18px;
	font-weight:500;
}
.dropdwn{
	font-family:"Oswald";
}
.h3-31-style{
	font-family:Oswald;
	font-size:18px;
}
.h3-pastel-de-nata-style{
	font-family:Oswald;
	font-size:18px;
}
.h3-37-style{
	font-family:Oswald;
	font-size:18px;
}
.h3-40-style{
	font-family:Oswald;
	font-size:18px;
}
.h3-32-style{
	font-family:Oswald;
	font-size:18px;
}
.h3-35-style{
	font-family:Oswald;
	font-size:18px;
}
.h3-38-style{
	font-family:Oswald;
	font-size:18px;
}
.h3-41-style{
	font-family:Oswald;
	font-size:18px;
}
.h3-33-style{
	font-family:Oswald;
	font-size:18px;
}
.h3-36-style{
	font-family:Oswald;
	font-size:18px;
}
.h3-39-style{
	font-family:Oswald;
	font-size:18px;
}
.h4-heading-4-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-6-style{
	font-family:Oswald;
	font-size:20px;
}
.carousel-nav-controls{
	font-size:0px;
}
.h4-11-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-12-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-13-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-14-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-15-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-16-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-17-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-18-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-19-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-20-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-21-style{
	font-family:Oswald;
	font-size:20px;
}
.h4-22-style{
	font-family:Oswald;
	font-size:20px;
}
.img-style{
	width:40px;
	padding-top:6px;
}
.img-navigation-style{
	width:37px;
	padding-bottom:0px;
	padding-top:6px;
}
.empty{
	padding-left:52px;
	padding-right:29px;
}
.language{
	padding-left:29px;
	padding-right:27px;
	font-family:"Oswald";
	font-size:15px;
	color:#5E5E5E!important;
	text-transform:uppercase;
}
.language:hover{
	font-family:"Oswald";
	font-size:15px;
	color:#000000!important;
}
.language:active{
	font-family:"Oswald";
	font-size:15px;
	color:#000000!important;
}
.img-navigation-sp-style{
	width:37px;
	padding-top:6px;
}
.img-spani-style{
	width:40px;
	padding-top:6px;
}
.carousel-nav-icon{
	stroke:transparent;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-oxford-blue{
	background-color:#062848;
}
.bgc-oxford-blue-2{
	background-color:#062848;
}

/* Text colour styles */

.tc-outer-space{
	color:#414242!important;
}
.tc-outer-space-2{
	color:#424242!important;
}
.tc-black{
	color:#000000!important;
}
.tc-white{
	color:#FFFFFF!important;
}
.tc-white-2{
	color:#FFFFFF!important;
}
.tc-outer-space-3{
	color:#424242!important;
}
.tc-black-2{
	color:#000000!important;
}
.tc-white-3{
	color:#FFFFFF!important;
}

/* Button colour styles */

.btn-black{
	background:#000000;
	color:#FFFFFF!important;
}
.btn-black:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-lemon-pepper-cod2{
	background-image:url("img/lemon-pepper-cod2.jpg");
}
.bg-lemon-pepper-cod2{
	background-image:url("img/lemon-pepper-cod2.jpg");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.h4-21-style{
		font-size:20px;
	}
	
}

@media (max-width: 767px){
	.img-fishbal-style{
		width:159px;
		height:111px;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.h4-21-style{
		font-size:20px;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.footer-link{
		text-align:center;
	}
	.h4-21-style{
		font-size:20px;
	}
	
}

