.banner-item {
	text-align: center;
	padding: 80px 0 0;
	position: relative;
	min-height: 200px;
	overflow: hidden;
}

.displayPhilosophy1 .banner-item, .displayPhilosophy2 .banner-item, .displayPhilosophy3 .banner-item, .displayPhilosophy4 .banner-item, .displayPhilosophy5 .banner-item {
	padding: 80px 0 50px 0;
}

.displayPhilosophySlider {
	margin: 0 calc(50% - 150vw);
}

.displayPhilosophySlider .banner-item {
	padding: 0;
}

/*.displayPhilosophy2 .banner-item {*/
/*	padding: 20px 0;*/
/*}*/

.displayHomeNew1 {
	padding-bottom: 30px;
}

.displayHomeNew4 .custom-html {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

@media(max-width: 700px) {
	.displayHomeNew4 .custom-html {
		flex-flow: column;
	}
}

.displayHomeNew4 .custom-html div {
	margin: 0 20px;
}

.displayHomeNew4 .banner-item {
	padding: 40px 0 0;
}

.banner-item.grey{
	background-color: #e7e8e7;
}
.banner-item-content{
	position: relative;
}
.banner-item-content .banner-img{
	display: inline-block;
	position: absolute;
	/*max-width: 100%;*/
	width: 100%;
	right: 0;
	opacity: 1;
}
.displayPhilosophySlider .banner-item-content .banner-img {
	position: relative;
	height: 45vw;
	max-height: 982px;
	object-fit: contain;
}

@media(max-width: 767px) {
	.displayPhilosophySlider .banner-item-content .banner-img {
		height: 100vw;
		object-position: 100px;
	}

	.displayPhilosophySlider .bx-viewport {
		overflow: visible !important;
	}

	#philosophy #wrapper {
		padding-top: 46px;
	}
}

.html-over .custom-html {
	display: table;
	margin: auto;
	position: absolute;
	width: 100%;
	top: 0; left: 0; bottom: 0; right: 0;
}
.banner-item .custom-html {
	text-align: right;

}

.displayPhilosophy1 .banner-item-content .banner-img {
	position: relative;
}

.displayPhilosophy1 .banner-item-content .col-md-5 {
	position: absolute;
	right: 0;
	z-index: 99;
	bottom: -120px;
}

@media(max-width: 767px) {
	.displayPhilosophy1 .banner-item-content .col-md-5 {
		display: none;
	}
}

.displayPhilosophy1 .banner-item {
	overflow: visible;
}

.displayPhilosophy1 .custom-html, .displayPhilosophy2 .custom-html, .displayPhilosophy3 .custom-html, .displayPhilosophy4 .custom-html, .displayPhilosophy5 .custom-html,
.displayHomeNew1 .custom-html, .displayHomeNew2 .custom-html, .displayHomeNew3 .custom-html, .displayHomeNew4 .custom-html, .displayHomeNew5 .custom-html {
	text-align: left;
}

.displayHomeNew2 .banner-item {
	padding: 120px 0 25px 0;
}

.displayHomeNew2 .banner-item .custom-html h2 {
	margin-bottom: 55px;
}

.displayPhilosophy3 .col-md-5, .displayPhilosophy4 .col-md-5 {
	text-align: center;
}

.displayPhilosophy3 .col-md-5 img, .displayPhilosophy4 .col-md-5 img {
	position: relative;
	width: 50%;
}

.inner-title-big {
	line-height: 1;
	font-size: 100px !important;
}

@media(max-width: 500px) {
	.inner-title-big {
		font-size: 75px !important;
	}
}

.inner-paragraph {
	color: #000;
	font-size: 14px;
	text-align: justify;
}

.inner-disclaimer {
	font-size: 12px;
	color: #000;
}

.inner-icons-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.inner-icons-container .inner-icons {
	width: 50%;
}

.inner-icons-container .inner-icons img {
	width: 100%;
}

@media(max-width: 500px) {
	.inner-icons-container {
		flex-flow: column;
	}

	.inner-icons-container .inner-icons {
		width: 100%;
	}

	.inner-icons {
		margin-bottom: 20px;
	}

	.fifth-philosophy .col-md-5 {
		display: none;
	}
}

.inner-black-btn {
	padding: 0.5rem 1rem;
	font-size: 12px;
	color: #fff;
	background: #000;
	border: 1px solid #000;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
}

.inner-black-btn:hover {
	color: #fff;
}

.intro-images-container {
	display: flex;
	justify-content: space-between;
}

@media(max-width: 500px) {
	.intro-images-container {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.intro-images-container div {
		width: 50%;
	}
}

.intro-images-container div {
	text-align: center;
}

.intro-images-container p {
	font-weight: bold !important;
	font-size: 12px;
	text-align: center;
	color: #000;
}

.intro-images-container div img {
	width: 35%;
	margin-bottom: 15px;
}

.collection-p {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;
	color: #000;
}

.philosophy-bg-gray, .home-bg-gray {
	position: relative;
}

.home-bg-gray:before {
	height: 140%;
}

.philosophy-bg-gray:before {
	height: 100%;
}

.philosophy-bg-gray:before, .home-bg-gray:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100vw;
	background-color: #e4e4e3;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	z-index: 0;
}

.save-the-ocean {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.save-the-ocean .first, .save-the-ocean .second {
	color: #000;
	line-height: 1 !important;
}

.save-the-ocean .first {
	font-family: 'Helvetica', sans-serif;
	font-weight: bold !important;
	margin-bottom: 10px;
}

.save-the-ocean .second {
	font-size: 12px;
}

.save-the-ocean-cta {
	margin-right: -75%;
	text-align: center;
}

.save-the-ocean img {
	width: 10%;
	margin-right: 20px;
}

@media(max-width: 500px) {
	.save-the-ocean-cta {
		margin-right: 0;
		margin-top: 20px;
	}
}

#footer .banner-item .custom-html {
	text-align: center;
}

.sub-small-list-slash {
	color: #000;
	font-weight: bold !important;
	font-size: 12px;
}

.sub-small-list {
	display: flex;
}

.sub-small-list p {
	font-family: 'Helvetica', sans-serif !important;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}

.sub-small-list p:after
{
	content: ' | ';
	margin: 0 10px;
}
.sub-small-list p:last-child:after
{
	content: '';
}

.cont-insta {
	position: relative;
}

#csinstagramfeed ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

@media(max-width: 769px) {
	#csinstagramfeed ul {
		justify-content: center;
	}
	#csinstagramfeed ul li {
		width: 33%;
	}
	#csinstagramfeed ul li img {
		margin: 0 auto;
	}
}

@media(max-width: 500px) {
	#csinstagramfeed ul {
		justify-content: center;
	}
	#csinstagramfeed ul li {
		width: 100%;
	}
	#csinstagramfeed ul li img {
		width: 70%;
		margin: 10px auto;
	}
}

.with-px-img .col-md-5 {
	position: relative;
}

.with-px-img .col-md-5 img {
	position: absolute;
	z-index: 9;
	top: -160px;
	height: auto;
	width: 250px;
	left: 30%;
}
.displayHomeNew1 .banner-item-content .banner-img {
	width:auto;
	height:auto;
	position:initial;
}
.displayHomeNew1  {
	position: relative;
}

.displayHomeNew1::before {
	  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #cec4bb;
  z-index: -1;
}


@media(max-width: 768px) {
	.with-px-img .col-md-5 img {
		display: none;
	}
}

.inner-px-img {
	position: absolute;
	height: auto;
	width: 150px;
	top: -150px;
	right: 10%;
}
.displayHomeNew2 .inner-px-img {
	top: -250px;
}


@media(max-width: 768px) {
	.inner-px-img {
		display: none;
	}
}

.displayHomeNew1 .banner-item, .displayHomeNew2 .banner-item {
	overflow: visible;
}

.banner-item .btn:hover{
	color: #fff;
	background: #000;

}
.banner-item .btn{
	margin-top: 20px;
	text-transform: uppercase;
	font-family: ProximaNova;
	font-weight: 700;
	font-size: 14px;
	padding: 12px 0;
    width: 150px;
    text-align: center;
	color: #000;
	border: 1px solid #000;
	transition: all .5s;
}
.banner-item .custom-html p{
    /*text-transform: uppercase;*/
    /*color: #444;*/
    /*font-family: ProximaNova;*/
    /*font-size: 12px;*/
    font-weight: normal;
    line-height: 20px;
}
.new-intro-text .intro-text-p {
    text-align: justify;
    column-count: 2;
    column-gap: 40px;
    width: 510px;
    margin: 60px auto;
}
.new-intro-text .intro-images-container div p {
    font-size: 13px;
    color: black;
	letter-spacing: 1px;
}
.banner-item .custom-html h2{
	color:black;
	text-transform: uppercase;
	font-family: Helvetica;
	font-size: 62px;
	font-weight: normal;
	line-height: 0.9;
}

#index .banner-item .custom-html h2 {
	font-size: 45px;
}

/* carousel styles */
.custombanners .bx-wrapper .bx-controls-direction a {
	width: 20px;
	height: 40px;
	line-height: 52px;
	top: 50%;
	margin-top: -20px;
	right: 0;
	text-align: center;
	background: rgba(0,0,0,.2);
	padding: 0;
}
.custombanners .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
	right: auto;
}
.custombanners .bx-wrapper .bx-controls-direction a:hover {
	background: rgba(0,0,0,.3);
}
.custombanners .bx-wrapper .bx-controls-direction a:hover:before  {
	color: #FFF;
}
.custombanners .bx-wrapper .bx-controls-direction a:before {
	content: '\232a';
	font-family: Arial;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -10px;
	height: 0px;
	padding: 0;
	color: #FFF;
}
.custombanners .bx-wrapper .bx-controls-direction a.bx-prev:before {
	content: '\2329';
	left: auto;
	right: 6px;
}

.n-hover .bx-wrapper .bx-controls-direction {
	display: none;
}
.n-hover .bx-wrapper:hover .bx-controls-direction {
	display: block;
}
.custombanners .bx-controls.bx-has-pager {
	margin-bottom: 35px;
}
.custombanners .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link {
	width: 12px;
	height: 12px;
	border: 2px solid #333;
	background: #FFF;
	border-radius: 100%;
}
.custombanners .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link:hover,
.custombanners .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
	background: #333;
}

/* make sure carousel is hidden before loading */
.custombanners .carousel {
	display: none;
}
.custombanners .bx-wrapper .carousel {
	display: block;
}

/* grid values for 480 px. They are not present in BS 3 */
@media (max-width: 479px) {
	[class*=".col-xxs-"]{ float: left; }
	.col-xxs-1  { width: 8.3%; }
	.col-xxs-2  { width: 16.6%; }
	.col-xxs-3  { width: 25%; }
	.col-xxs-4  { width: 33.3%; }
	.col-xxs-5  { width: 41.8%; }
	.col-xxs-6  { width: 50%; }
	.col-xxs-7  { width: 58.3%; }
	.col-xxs-8  { width: 66.6%; }
	.col-xxs-9  { width: 75%; }
	.col-xxs-10 { width: 83.3%; }
	.col-xxs-11 { width: 91.6%; }
	.col-xxs-12 { width: 100%; }
}

/* fix for /bx_loader.gif 404 (Not Found) */
.custombanners .bx-wrapper .bx-loading  {
	background: none;
}

/****** special classes used in layout ******/
.custombanners .compact-gutters-container {
	margin: 0 -5px;
}
.custombanners .compact-gutters {
	padding: 0 5px 9px 5px;
}
.box-shadow, .img-box-shadow img {
	box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
}

/* larger nav */
.custombanners .larger-nav .bx-wrapper .bx-controls-direction a {
	width: 25px;
	height: 52px;
	margin-top: -26px;
}
.custombanners .larger-nav .bx-wrapper .bx-controls-direction a:before {
	font-size: 30px;
	left: 9px;
}
.custombanners .larger-nav .bx-wrapper .bx-controls-direction a.bx-prev:before {
	left: auto;
	right: 7px;
}
/* since 2.8.0 */



/*@media (max-width: 768px){*/
/*	.banner-item{*/
/*		padding-top: 400px;*/
/*		padding-bottom: 200px;*/
/*	}*/
/*	.banner-item .custom-html{*/

/*		position: absolute;*/
/*		top: -350px;*/
/*		width: 100%;*/
/*		text-align: center;*/
/*		left:0;*/
/*	}*/
/*	.banner-item .custom-html h2{*/
/*		font-size: 45px;*/
/*	}*/

/*	.banner-item .btn {*/
/*		margin-top: -180px;*/
/*	}*/
/*	.banner-item-content .banner-img{*/
/*		right:auto;*/
/*		left:20px;*/
/*	}*/
/*}*/
/*@media (max-width: 543px){*/

/*	.banner-item .btn {*/
/*		margin-top: -130px;*/
/*	}*/
/*	.banner-item-content .banner-img{*/
/*		left:0px;*/
/*	}*/
/*}*/