@import url('rest.css');
@import url('preloader.css');
@import url('contact.css');
@import url('select.css');
@import url('pagination.css');
@import url('breadcrumbs.css');

body{
	color: #515151; 
  	font-family: 'Oxygen';
	font-size: 16px;      
}  
*{
	margin: 0px;
	padding: 0px;
}
p{ 
	font-family: 'Oxygen';
	font-size: 18px;
}
ul{
	list-style: none;
}

/* Page Error */

.page-error{
	margin-top: 100px;
}
.text-error h1{
	font-family: 'Garnet Capitals';
	font-size: 120px;
	color: #0d6088;
	font-weight: bold;
	letter-spacing: 10px;
}
.text-error p{
	font-family: 'Garnet Regular';
	font-size: 18px;
	color: #3e3e3e;
	letter-spacing: 1px;
}
.text-error span{
	font-family: Garnet Capitals;
    font-size: 220px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: -65px;
    color: #0d6088;
    letter-spacing: 0px;
}
@media (max-width: 767px){
	.text-error h1 {
	    font-size: 80px;
	}
	.text-error span {
	    font-size: 170px;
	    right: 40px;
	}
	.text-error p{
	    font-size: 14px;
	    letter-spacing: 0px;
	    width: 285px;
	}
	.img-error{
		margin-bottom: 50px;
	}
}
@media (max-width: 340px){
	.text-error span {
	    right: 0px !important;
	}
}


/* Header */

.header{
	box-shadow: 5px 5px 12px;
}
.navbar-inverse{
	background-color: #fff;
	border-color: #fff;
}
.navbar-brand{
	width: 310px;
	height: 160px;
	background-color: #075071;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-header-header{
	margin-top: 30px;
	margin-bottom: 38px;
	margin-right: 10px;
}
.menu-header-header a{ 
	text-decoration: none;
	font-family: 'Oxygen';
	font-size: 12px;
	color: #7e7e7e;
	letter-spacing: 1px;
	margin-right: 10px;
}
.navbar-inverse .navbar-brand:focus, 
.navbar-inverse .navbar-brand:hover{
	background-color: #075071;
}
.navbar-nav{
	margin-right: 20px;
	position: relative;
	z-index: 9
}
.navbar-nav>li>a{
	font-family: 'Garnet Capitals';
	font-size: 14px;
	color: #696969 !important;
	padding-bottom: 0px;
	padding-top: 0px;
	padding: 0px 0px;
	transition: all 0.4s ease;
}
.navbar-nav>li a.selected,
.navbar-nav>li a:hover{
	border-bottom: 3px solid #0d6088 !important;
}
.nav>li{
	display: inline-flex;
	transition: all 0.4s ease;
}
.nav li span{
	color: #bababa;
	font-size: 24px;
	margin: -9px 50px 0px 50px;
	transform: rotate(38deg);
}
.navbar {
    margin-bottom: 0px;
    border: 0px;
    background: #fff;
}
.navbar-inverse .navbar-collapse{
	background-color: #fff;
}
.logo-mobile{
	display: none;
}
/*.banner.z-index10{
	position: relative;
	z-index: 9;
	margin: 0px !important;
}
.mapstyle{
	position: relative; 
	height: 600px;
	overflow: hidden;
}*/

.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus,
.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand{
	background: #094f71; 
}
/*.nav>li:hover .sub-menu-header{
	display: block;
}*/
.sub-menu-header{
	width: 125px;
	height: 130px;
	background-color: #16c7d7;
	position: absolute;
	text-align: center;
	top: 23px;
	left: -35px;
	display: none;
}
.sub-menu-header li{
	list-style: none;
	margin-top: 15px;
}
.sub-menu-header li a{
	text-decoration: none;
	font-family: 'Garnet Regular';
	font-size: 13px;
	color: #fff;
}
.sub-menu-header li:hover a{
	font-weight: bold;
	border-bottom: 0px !important;
}
.close-menu{
	display: none;
}
@media (max-width: 1450px){
	.nav li span{
		margin: -9px 30px 0px 30px;
	}
	.menu-top li{
		margin-right: 20px;
	}
	.menu-top span{
		margin-left: 20px;
	}
}
@media (max-width: 1100px){
	.nav li span{
		margin: -9px 20px 0px 20px;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.nav li span{
		margin: -9px 10px 0px 10px;
	}
	.menu-top li{
		margin-right: 10px;
	}
	.menu-top span{
		margin-left: 10px;
	}
	.menu-top li input{
		width: 210px;
	}
	.navbar-nav>li>a{
		font-size: 10px;
	}
	.header .navbar-right{
		margin-right: 5px;
		padding-left: 0px;
	}
}

@media (min-width: 320px) and (max-width: 480px){

	.navbar-default 
	.navbar-toggle:hover, 
	.navbar-default .navbar-toggle:focus{
		background-color: #094f71;
	}
	.nav>li{
		display: block;
	}
	.list-inline > li{
		padding-left: 0px !important;
	}
	.navbar-header{
	    background: #094f71; 
	}
	.navbar-toggle{
		position: absolute;
		left: 0;
		top: 0;
		padding: 35px 26px;
    	margin-top: 0px;
    	margin-right: 0px;
        margin-bottom: 0px;
    	background-image: none;
    	border: 1px solid transparent;
        border-radius: 0px; 
	}
	.navbar-brand{
		width: 100%;
		height: 92px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.navbar-default .navbar-toggle{
		border-color: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
	}
	.navbar-toggle .icon-bar {
	    width: 30px;
	    height: 4px;
	    border-radius: 100px;
	}
	.navbar-collapse.collapse{
	    position: fixed;
	    width: 75%;
	    min-height: 100vh;
	    height: 100%;
	    top: 0px;
	    left: 0px;
	    right: 0px;
	    margin: 0px;
	    border: 0px;
	    background: #094f71;
	    z-index: 9999;
	    overflow-y: auto;
    	-webkit-overflow-scrolling: touch;
	}
	.logo-mobile{
		display: block;
		margin: 50px 0px 20px 50px;
	}
	.navbar-nav {
    	margin: 0px 0px 0px 50px;
	}
	.menu_mapi_mobile li{
		border-bottom: 1px solid #276583;
		width: 160px;
	}
	.menu_mapi_mobile >li>a{
		font-family: 'Oxygen';
		font-size: 16px;
		font-weight: bold;
		color: #fff !important;
		padding: 30px 0px;
		letter-spacing: 2px;
	}
	.menu_mapi_mobile li:last-child{
		border-bottom: 0px !important;
	}
	.navbar-nav>li a.selected, 
	.navbar-nav>li a:hover{
		border-bottom: 0px !important;
		color: #16c8d8 !important;
	}
	.menu_mapi_mobile li span{
		display: none;
	}
	.sub-menu-header {
    	width: unset;
    	height: unset;
    	background-color: transparent;
    	position: relative;
    	text-align: unset;
    	top: 0px;
    	left: 0px;
    	padding-left: 25px;
	}
	.sub-menu-header li{
		border-bottom: 0px !important;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.sub-menu-header li:first-child{
		margin-top: 0px;
	}
	.sub-menu-header li a{
		color: #bfbebe;
	}
	.menu-header-header{
		text-align: left !important;
		margin-left: 50px;
		margin-top: 40px;
		margin-bottom: 0px;
	}
	.menu-header-header li{
		display: block !important;
		margin-bottom: 20px;
	}
	.menu-header-header li a{
		color: #398bb1;
		font-family: 'Oxygen';
		font-size: 14px;
		font-weight: bold;
	}
	.menu-header-header li span{
		display: none;
	}
	.menu-header-header li:nth-of-type(3){
		position: absolute;
		top: 27px;
		right: 60px;
	}
	.menu-header-header li:nth-of-type(4){
		position: absolute;
		top: 27px;
		right: 10px;
	}
	.close-menu{
		position: absolute;
		top: 33px;
		left: 18px;
		z-index: 99999;
		border-width: 0px;
		background: transparent;
	}
	.close-menu span{
		display: block;
		width: 30px;
	    height: 4px;
	    border-radius: 100px;
	    background-color: #fff;
	}
	.close-menu span:nth-of-type(1){
		transform: rotate(45deg);
	}
	.close-menu span:nth-of-type(2){
		transform: rotate(-45deg);
	}
}



/* Footer */


.bg-footer{
	position: relative;
	background-color: #0d6088;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}
.img-footer {
	background: url('../images/bg-footer.png') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 120px;
	position: absolute;
	top: -118px;
}
 
.block-menu-footer{
	margin-bottom: 30px;
}
ul.menu-footer{
	padding: 30px 0px 0px 0px;
}
.menu-footer li{
	list-style: none;
	margin-bottom: 30px;
}
.menu-footer li:first-child{
	font-family: 'Garnet Capitals';
	font-size: 16px;
	color: #18a6bc;
}
.menu-footer li a{
	font-family: 'Oxygen';
	font-size: 14px;
	color: #e6e6e6;
	text-decoration: none;
	letter-spacing: 1px;
}
.menu-footer li:hover a{
	border-bottom: 1px solid #fff;
}
.logo-footer{
	margin-top: -45px;
	text-align: center;
}
.logo-footer img{
	display: block;
	margin: 0px auto;
}
.logo-footer p{
	font-family: 'Raleway Light';
	font-size: 16px;
	color: #e6e6e6;
	letter-spacing: 6px;
	font-weight: 700;
	margin-top: 25px;
}
.footer_bottom{
	border-top: 1px solid #227da8;
}
.border-footer{
	background-color: #227da8;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	z-index: 9;
}
.copy-right{
	font-family: 'Oxygen';
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 30px;
}
.copy-right b{
	color: #fff;
}
ul.sub-menu-footer{
	padding-left: 0px;
	margin-top: 30px;
}
.sub-menu-footer li{
	list-style: none;
	display: inline-block;
}
.sub-menu-footer li a{
	font-family: 'Oxygen';
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
}
.sub-menu-footer li:hover a{
	color: #16c8d8;
}
.sub-menu-footer span{
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
}
/*.text-center{
	text-align: unset;
}*/
@media (min-width: 768px) and (max-width: 1200px){
	.sub-menu-footer li a{
		font-size: 12px;
	}
	.logo-footer{
		margin-top: -10px;
	}
}
@media (min-width: 320px) and (max-width: 767px){
	.border-footer{

	}
	.col-02 li:last-child{
		margin-bottom: 90px;
	}
	.copy-right{
		text-align: center;
	}
	.logo-footer .img-responsive{
		display: initial;
	}
	.sub-menu-footer li a{
		font-size: 12px;
		letter-spacing: 0px;
	}
	.menu_bottom_link{
		text-align: center;
	}
}



/* Banner Home */

.bg-banner-home{
	position: relative;
}
.bg-banner-home img.img-responsive{
	display: block;
	margin: 0px auto;
	width: 100% !important; 
}
.block-banner{
	position: absolute;
	top: 100px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto; 
}
.titre-banner-home strong,
.titre-banner-home label{
	display: block;
	font-family: 'Garnet Capitals';
	font-size: 75px;
	line-height: 75px;
	color: #fff;  
	text-transform: uppercase;
	margin-bottom: 20px;
}
.titre-banner-home strong{
	font-family: 'Raleway Light';
	font-weight: bold;
}
a.learn-about{
	font-family: 'Raleway Bold';
	font-size: 12px;
	color: #50f0fe;
	padding: 15px 35px;
	letter-spacing: 2px;
	border: 2px solid #50f0fe;
	border-radius: 15px;
	text-decoration: none;
	transition: all 0.4s ease-in;
	margin-top: 60px;
	display: inline-block;
}
a.learn-about:focus,
a.learn-about:hover{
	background-color: #50f0fe;
	color: #fff;
}
@media (min-width: 1025px) and (max-width: 1500px){
	.block-banner{
		top: 100px;
	}
	.titre-banner-home strong,
	.titre-banner-home label{
		font-size: 60px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.block-banner{
		top: 100px;
	}
	.titre-banner-home strong,
	.titre-banner-home label{
		font-size: 45px;
		line-height: 45px;
	}
	a.learn-about{
		margin-top: 0px;
	}
}
@media (min-width: 481px) and (max-width: 760px){
	.block-banner{
		top: 30px;
	}
	.titre-banner-home strong,
	.titre-banner-home label{
		font-size: 40px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.titre-banner-home{
		margin-bottom: 20px;
	}
	a.learn-about{
		padding: 10px 20px;
		font-size: 10px;
		letter-spacing: 1px;
		margin-top: 0px;
	}
}
@media (min-width: 320px) and (max-width: 480px){
	.block-banner{
		top: 6px;
		left: 30px;
	}
	.titre-banner-home strong,
	.titre-banner-home label{
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.titre-banner-home{
		margin-bottom: 20px;
	}
	a.learn-about{
		padding: 10px 20px;
		font-size: 10px;
		letter-spacing: 1px;
		margin-top: 0px;
	}
}
@media (max-width: 360px){
	.titre-banner-home strong,
	.titre-banner-home label{
		line-height: 20px;
		margin-bottom: 12px;
	}
	.titre-banner-home{
		margin-bottom: 20px;
	}
	.titre-banner-home{
		font-size: 22px;
		margin-bottom: 20px;
	}
}

/* Content Home */

.bg-home{
	padding-bottom: 200px;
}
.block-about{
	margin-top: -150px;
}
/*.block-about .col-md-4{
	position: relative;
	margin-top: -25px;
}*/
.titre-home-about{
	font-family: 'Raleway Light';
	font-size: 90px;
	color: #174c66;
	letter-spacing: 5px;
}
.text-home-about{
	font-family: 'Oxygen';
	font-size: 16px;
	color: #4e4e4e;
	line-height: 30px;
}
.img-home-about{
	margin-left: 50px;
}
.titre-home-product{
	margin-top: 60px;
	margin-bottom: 30px;
	position: relative;
	display: flex;
    justify-content: center;
}
.titre-home-product p{
	font-family: 'Garnet Capitals';
	font-size: 30px;
	color: #1d7aa6;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 0px;
	position: relative;
	background: #fff;
}
.titre-home-product span{
	display: block;
	width: 100%;
    height: 1px;
    background: #a0a0a0;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.sardines{
	font-family: 'Garnet Capitals';
	font-size: 34px;
	font-weight: bold;
	color: #085c84;
	letter-spacing: 3px;
	margin-top: 10px;
}
.sardines span{
	font-family: 'Raleway Light';
	font-size: 18px;
	letter-spacing: 13px;
	margin-left: 10px;
}
.mackerel{
	font-family: 'Garnet Capitals';
	font-size: 34px;
	font-weight: bold;
	color: #2ca8b4;
	letter-spacing: 3px;
	margin-top: 10px;
}
.mackerel span{
	font-family: 'Raleway Light';
	font-size: 18px;
	color: #085c84;
	letter-spacing: 13px;
	margin-left: 10px;
}
.text-home-product{
	font-family: 'Oxygen';
	font-size: 16px;
	color: #4e4e4e;
	line-height: 32px;
	margin-top: 50px;
}
a.button-home-product{
	text-decoration: none;
}
.button-home-product{
	width: 100%;
	height: 60px;
	border-radius: 12px;
	border-width: 0px;
	background-color: #0d6088;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: 'Garnet Capitals';
	font-size: 13px;
	letter-spacing: 2px;
	margin-top: 50px;
	margin-bottom: 100px;
	transition: all 0.4s ease-in;
}
.button-home-product:focus,
.button-home-product:hover{
	border: 1px solid #0d6088;
	color: #0d6088;
	background-color: #fff;
}
.text-home-product--02{
	font-family: 'Oxygen';
	font-size: 16px;
	color: #4e4e4e;
	line-height: 30px;
	margin-top: 30px;
}
.Text-map-it{
	font-family: 'Oxygen';
	font-size: 20px;
	color: #4e4e4e;
	line-height: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}
a.learn-more-home{
	text-decoration: none;
	padding: 15px 35px;
	background-color: #4fbd94;
	color: #fff;
	font-family: 'Garnet Capitals';
	font-size: 17px;
	letter-spacing: 1px;
	border-radius: 10px;
	transition: all 0.4s ease-in;
}
a.learn-more-home span{
	margin-right: 10px;
}
a.learn-more-home:focus,
a.learn-more-home:hover{
	background-color: #fff;
	color: #4fbd94;
	border: 1px solid #4fbd94;
}
@media (min-width: 768px) and (max-width: 1024px){
	.block-about{
		margin-top: -45px;
	}
	.sardines span{
		margin-left: 0px;
	}
	.mackerel span{
		margin-left: 0px;
	}
	.button-home-product{
		letter-spacing: 1px;
		font-size: 12px;
	}
}
@media (min-width: 500px) and (max-width: 760px){
	.block-about{
		margin-top: 0px;
	}
	.slash{
		display: none;
	}
	.sardines{
		margin-bottom: 40px;
	}
}
@media (min-width: 320px) and (max-width: 480px){
	.block-about{
		margin-top: 0px;
	}
	.slash{
		display: none;
	}
	.sardines{
		margin-bottom: 40px;
	}
	.button-home-product{
		margin-top: 30px;
	}
	.text-home-product--02{
		margin-bottom: 40px;
	}
}
@media (max-width: 320px){
	.titre-home-product p{
		font-size: 25px;
	}
}

/* Products */

.bg-products{
	padding-bottom: 200px;
}
.banner{
	background: url('../images/banner-products.jpg') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 143px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}
.text-center-products{
	text-align: -webkit-center;
}
.img-products{
	margin-bottom: 50px;
}
.banner p{
	font-family: 'Garnet Capitals';
	font-size: 31px;
	color: #fff;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.titre-products{
	font-family: 'Garnet Capitals';
	font-size: 34px;
	margin-top: 60px;
	letter-spacing: 2px;
}
.titre-01{
	color: #085c84;
}
.titre-02{
	color: #2ca8b4;
}
.titre-03{
	color: #3785ab;
}
.list-products{
	margin-bottom: 40px;
}
.list-products li{
	font-family: 'Oxygen';
	font-size: 16px;
	color: #4e4e4e;
	margin-bottom: 20px;
	list-style: none;
	position: relative;
}
.list-products ul li:after{
	content: " ";
	background: #4fbd94;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: -10px;
	width: 5px;
	height: 5px;
}
.list-products li p{
	font-family: 'Oxygen';
	font-size: 14px;
	margin-top: 0px;
    font-weight: 900;
}
.border-products{
	background-color: #e1e1e1;
	width: 1px;
	height: 120px;
	position: absolute;
	right: 0;
	top: -4px;
}
.fiche-technique{
	margin-top: 30px;
}
.fiche-technique a{
	font-family: 'Garnet Capitals';
	font-size: 16px;
	color: #fff;
	padding: 12px 55px;
	background-color: #0d6088;
	border-radius: 10px;
	position: relative;
	text-decoration: none;
	border: 3px solid #0d6088;
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.fiche-technique span{
	background: url('../images/icon-download.png') no-repeat;
	position: absolute;
	top: 0;
	left: -3px;
	width: 44px;
	height: 40px;
}
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.fiche-technique a:hover, 
.fiche-technique a:focus, 
.fiche-technique a:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
@media (min-width: 320px) and (max-width: 760px){
	.banner p{
		font-size: 20px;
	}
	.titre-products{
		text-align: center;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.fiche-technique{
		margin-top: 45px;
	}
	.border-products{
		display: none;
	}
	.img-products{
		margin-bottom: 30px;
		margin-top: 60px;
	}
	.list-products{
		margin-bottom: 0px;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.fiche-technique a{
		padding: 12px 41px;
		font-size: 14px;
	}
	.titre-products{
		text-align: center;
		margin-top: 0px;
		margin-bottom: 30px;
	}
}

/* Production Units */

.bg-production{
	padding-bottom: 200px;
}

.map-mapi{
	height: 700px;
	width: 100%;
}
/*.map-mapi iframe{
	width: 100%;
    height: 700px;
    border: 0px;
    position: absolute;
    top: -30px;
}*/


/* About Us */

.page-global{
	padding-bottom: 200px;
}
.text-about-us{
	font-family: 'Oxygen';
	font-size: 15px;
	color: #4e4e4e;
	line-height: 30px;
}
.block-text-img{
	margin-top: 70px;
	margin-bottom: 50px;
}
@media (max-width: 767px){
	.block-text-img img{
		margin-top: 30px;
	}
}


/* Why Us */

.bg-why{
	padding-bottom: 150px;
}
.text-why-01{
	margin-bottom: 90px;
}
.text-why-01 h4{
	font-family: 'Garnet Capitals';
	font-size: 20px;
	color: #4fbd94;
	margin-bottom: 35px;
}
.text-why-01 p{
	font-family: 'Oxygen';
	font-size: 16px;
	color: #4e4e4e;
}
.text-why-02 h4{
	font-family: 'Garnet Capitals';
	font-size: 20px;
	color: #16c8d8;
	margin-bottom: 50px;
}
.text-why-02{
	margin-bottom: 90px;
}
.text-why-02 span{
	font-family: 'Raleway Light';
}
.text-why-02 p{
	font-family: 'Oxygen';
	font-size: 16px;
	color: #4e4e4e;
	padding-left: 60px;
	line-height: 40px;
}
.block-why-02 p{
	padding-left: 0px;
	margin-top: 20px;
}
.block-why-02 img{
	padding-left: 60px;
}
.block-why-03 p{
	margin-bottom: 20px;
}
.block-why-05 h5{
	font-family: 'Garnet Capitals';
	font-size: 18px;
	color: #0d6088;
	margin-bottom: 40px;
	margin-top: 70px;
}
.list-why{
	padding-left: 60px;
}
.list-why p{
	margin-bottom: 40px;
}
.list-why ul li{
	list-style: none;
	margin-bottom: 20px;
	font-family: 'Oxygen';
	font-size: 16px;
	color: #4e4e4e;
	position: relative;
}
.list-why ul li span{
	background: #4fbd94;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -12px;
    width: 5px;
    height: 5px;
}
@media (max-width: 767px) {
	.text-why-02 p{
		padding-left: 0px;
	}
	.block-why-02 img{
		padding-left: 0px;
	}
	.list-why{
		padding-left: 0px;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.block-why-02 p{
		margin-top: 0px;
	}
	.block-why-02 img{
		margin-top: 20px;
	}
}
@media (min-width: 993px) and (max-width: 1200px){
	.block-why-02 p{
		margin-top: 0px;
	}
}


/* Museum */ 

.nav-museum{
	margin-bottom: 100px;
	text-align: center;
}
.nav-museum a{
	font-family: 'Raleway Light';
	font-size: 40px;
	color: #617c8c;
	transition: all 0.3s ease-out;
	padding-bottom: 20px;
	text-decoration: none;

}
.nav-museum a.selected-museum,
.nav-museum a:hover{
	font-family: 'Raleway Bold';
	color: #0d6088;
	border-bottom: 4px solid #17c8d8;

}
.list-item-media-image .row{
	margin-bottom: 30px;
}
.list-item-media-image .row .item-media-image{
	margin-bottom: 30px;
}
.list-item-media-image .row .item-media-image img{
	display: block;
	margin: 0px auto;
} 
.video-source{
	position: relative; 
	display: block;
}
.video-source:after{
	content:  " ";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto; 
	background: url(../images/play-button-circled.png) no-repeat center;
}
.block-museum h3{
	font-family: 'Garnet Regular';
	font-size: 18px;
	color: #16c7d7;
}
.block-museum p{
	font-family: 'Oxygen';
	font-size: 15px;
	color: #4e4e4e;
	text-indent: 25px;
}
@media (min-width: 320px) and (max-width: 480px){
	.nav-museum-videos{
		margin-top: 20px;
	}
}

/* Logistics */

.img-logistics{
	text-align: -webkit-center;
	margin-bottom: 60px;
}
.para-logistics{
	font-family: 'Oxygen';
    font-size: 16px;
    color: #4e4e4e;
    line-height: 30px;
}
.list-logistics ul{
	padding-left: 45px;
}
.list-logistics h3{
	font-family: 'Garnet Regular';
	font-size: 18px;
	color: #16c7d7;
}
.list-logistics ul li{
	position: relative;
	list-style: none;
	font-family: 'Oxygen';
	font-size: 15px;
	color: #4e4e4e;
}
.list-logistics ul li:after{
	content: " ";
    background: #16c7d7;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: -16px;
    width: 4px;
    height: 4px;
}

/* Quality */

.quality h3{
	font-family: 'Garnet Regular';
	font-size: 18px;
	color: #16c7d7;
}
.quality p{
	font-family: 'Oxygen';
	font-size: 16px;
	color: #4e4e4e;
	line-height: 30px;
}
.quality ul{
	padding-left: 45px;
}
.quality ul li{
	position: relative;
	list-style: none;
	font-family: 'Oxygen';
	font-size: 15px;
	color: #4e4e4e;
}
.quality ul li:after{
	content: " ";
    background: #16c7d7;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: -16px;
    width: 4px;
    height: 4px;
}

/* productions */

.productions p{
	font-family: 'Oxygen';
	font-size: 15px;
	color: #4e4e4e;
}
.productions h3{
	font-family: 'Garnet Regular';
	font-size: 24px;
	color: #4fbd94;
	margin-top: 60px;
}
.hr h3{
	font-family: 'Garnet Regular';
	font-size: 18px;
	color: #4fbd94;
	margin-bottom: 30px;
}
.hr h4{
	font-family: 'Oxygen';
	font-size: 16px;
	color: #16c7d7;
	font-weight: bold;
	text-align: center;
	margin: 40px 0px 40px 0px;
}
.fish-processing h5{
	font-family: 'Oxygen';
	font-size: 16px;
	color: #16c7d7;
	font-weight: bold;
	margin: 40px 0px 40px 0px;
	padding-left: 40px;
}
.fish-processing p{
	font-family: 'Oxygen';
	font-size: 15px;
	color: #4e4e4e;
}
.img-productions{
	margin-bottom: 40px;
}
@media (max-width: 767px){
	.productions h3{
		margin-top: 30px !important;
	}
}
@media (max-width: 992px){
	.productions h3{
		margin-top: 0px;
	}
}