
/*
Table Of Contents

1.)  Typography
2.)  Container - Main
3.)  Header - Main
4.)  Content - Main
5.)  Footer - Main
6.)  Subpage
7.}  Store
8.}  Store - product 
9.}  Site - Cores

===============================================*/

/*
 1.) Typography
----------------------------------------*/
@import url("foundation-7.css") all;
@import url("motion-ui-7.css") all;
@import url("brands.min-21.css") all;
@import url("light.min-21.css") all;
@import url("regular.min-21.css") all;
@import url("solid.min-21.css") all;
@import url("duotone.min-17.css") all;
@import url("fontawesome.min-21.css") all;
@import url("swiper-bundle.min-6.css") all;

/*
font-family: "articulat-cf", sans-serif; 
font-weight: 300; 
font-style: normal; 

font-family: "articulat-cf", sans-serif; 
font-weight: 300; 
font-style: italic;

font-family: "articulat-cf", sans-serif; 
font-weight: 600; 
font-style: normal;

font-family: "articulat-cf", sans-serif; 
font-weight: 600; 
font-style: italic;
*/


/*
 2.) Default Styles
----------------------------------------*/

h1, h2, h3, h4, h5, h6, dl, ol, p, ul, li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}


/* #Basic Styles
================================================== */

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "articulat-cf", sans-serif; 
	font-weight: 300; 
	font-style: normal; 
	font-size: 1rem;
	color: #000000;
	line-height: 1.4375rem;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

@media print, screen and (min-width: 48rem) {
body {
	font-size: 1.125rem;
	line-height: 1.625rem;
}
}

@media print, screen and (min-width: 75rem) {
body {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
}


/* #Links
================================================== */

a { 
	color: #3892a4;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

a:hover,
a:focus {
	color: #136576;
	text-decoration: underline;
}

a:focus {
	text-decoration: none;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #3892a4;
	text-decoration: underline;
}

a:hover[href^="tel:"], 
a:hover[href^="fax:"] {
	color: #136576;
	text-decoration: underline;
}

a:focus[href^="tel:"], 
a:focus[href^="fax:"] {
	color: #136576;
	text-decoration: none;
}


/* #Heading H1, H2, H3, H4, H5, H6, P
================================================== */

h1, 
.h1, 
h2, 
.h2, 
h3, 
.h3, 
h4, 
.h4, 
h5, 
.h5,
h6, 
.h6 { 
	font-weight: 600; 
	padding-bottom: 11px;
}

h1,
.h1 { 
	font-size: 3.125rem;
	line-height: 3.375rem;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {	
	font-size: 1.375rem;
	line-height: 1.4375rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	font-style: inherit;
	color: inherit; 
	text-decoration: none;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
	color: #3892a4;
	text-decoration: none;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

p {
	padding-bottom: 24px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 600; 
}

@media print, screen and (min-width: 48rem) {
h1, 
.h1, 
h2, 
.h2, 
h3, 
.h3, 
h4, 
.h4, 
h5, 
.h5,
h6, 
.h6 { 
	padding-bottom: 18px;
}

h1,
.h1 { 
	font-size: 4.375rem;
	line-height: 4.625rem;
}

h2,
.h2 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

h3,
.h3 {
	font-size: 1.625rem;
	line-height: 2rem;
}

p {
	padding-bottom: 29px;
}
}

@media print, screen and (min-width: 75rem) {
h1,
.h1 { 
	font-size: 5.625rem;
	line-height: 5.75rem;
}

h2,
.h2 {
	font-size: 2.125rem;
	line-height: 2.5rem;
}

h3,
.h3 {
	font-size: 1.75rem;
	line-height: 2.1875rem;
}
}


/* #Unorder Styles
================================================= */

ul,
ol {
	list-style: none; 
}

li { 
	position: relative; 
	padding-left: 17px; 
}

li:last-child {
	padding-bottom: 24px;
}

ul li ul,
ol li ol {
	padding: 10px 0 0 0;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li::before {
	content: ""; 
	width: 5px; 
	height: 5px; 
	float: left; 
	background: #3892a4;
	border-radius: 100%;
	position: absolute;
	top: 8px;
	left: 0;
}

@media print, screen and (min-width: 48rem) {
li:last-child {
	padding-bottom: 28px;
}
}

@media print, screen and (min-width: 75rem) {
li { 
	padding-left: 20px; 
}

ul li::before {
	width: 6px; 
	height: 6px; 
	top: 9px; 
}
}


/* #Order Styles
================================================= */

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;	
	padding-left: 22px;
}

ol > li::before {
	content: counter(item)".";
	font-weight: 600; 
	color: #3892a4;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input Styles
================================================= */

label { 
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.125rem;
	margin-top: 0;
	margin-bottom: 3px;
}

label .redmark {
	color: #ff0000;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 41px;
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 1.125rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid #bababa;
	background-color: #ffffff;
	box-shadow: none;
	border-radius: 3px;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 13px 16px;
	margin: 0;
}

textarea[rows],
textarea {
	height: 170px;
	white-space: normal;
	resize: none;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #000000;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #000000;
}

::-moz-placeholder {
	color: #000000;
}

::-ms-input-placeholder {
	color: #000000;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus { 
	border-color: #3892a4;
	box-shadow: none;
}


/* #Button
================================================== */

.button { 	
	font-weight: 600;
	font-size: 1.125rem;
	color: #ffffff;
	line-height: 1.375rem;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none; 
	text-transform: none;
	background: #3892a4;
	border-radius: 0;
	box-shadow: none;
	border: none;
	position: relative;
	overflow: hidden;
	padding: 9px 30px 5px 30px;
	margin: 0;
}

.button:hover,
.button.hover,
.button:focus {
	color: #ffffff;
	background: #136576;
	box-shadow: none;
}

.button-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media print, screen and (min-width: 48rem) {
.button { 	
	font-size: 1.25rem;
}
}

@media print, screen and (min-width: 75rem) {
.button { 	
	font-size: 1.375rem;
	line-height: 1.5rem;
	padding: 11px 30px 8px 30px;
}
}

/*= Container - Main
=====================*/

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden; 
}

.grid-container {
	width: 100%;
	max-width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}

.grid-container.full {
	width: 100%;
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
}

@media print, screen and (min-width: 48rem) {
.grid-container {
	max-width: 1280px;
	padding-right: 40px;
	padding-left: 40px;	 
}

.grid-container.full {
	max-width: 1280px;
	padding-right: 40px;
	padding-left: 40px;
}
}


/* Swiper */
.swiper {
	width: 100%;
	float:none; 
	display: inline-block; 
	vertical-align:top;
	overflow: visible;
}

.swiper-slide {
	float:none; 
	display: inline-block; 
	vertical-align:top;
}

.swiper-pagination {
	height: 12px;
	line-height: 1em;
	text-align: left;
	position: relative!important;
	bottom: 0!important;
	left: 0!important;
	padding: 0!important;
	margin: 30px 0 0 0!important;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px; 
	float:none; 
	display: inline-block; 
	vertical-align: top;
	line-height: 1em; 
	background: rgba(0, 0, 0, 0.30); 
	border-radius: 900px;
	opacity: 1;
	text-indent: -99999px;
	padding: 0; 
	margin: 0 7px!important;
}

.swiper-pagination-bullet-active {
	background: #136576 
}


/* Read More */
.read-more {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.read-more a {
    float: none;
    display: inline;
    vertical-align: top;
    font-weight: 600;
    font-size: 1.375rem;
    color: #000000;
    line-height: 1.625rem;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    border-bottom: 1px solid #3892a4;
    position: relative;
}

.read-more a em { 
	font-size: 75%; 
	line-height: 1em;
    position: relative; 
	top: 1px;
    margin-left: 3px;
}

.read-more a:hover,
.read-more a:focus,
.read-more a:active {
    color: #3892a4;
}


/* Hidden Scroll */
.hiddenscroll {
	overflow: hidden;
}


/* 
 3.) Header
----------------------------------------*/

.header-main {
	width: 100%;
	float: left;
	position: relative;
	z-index: 9;
}

.header-main .grid-container {
	max-width: 1400px;
	padding-right: 30px;
	padding-left: 30px;
}

.header-main .top-bar {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 1.625rem;
	line-height: 1.75rem;
	background: #efa7b8;
	padding: 20px 0;
}

.header-main .top-bar .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.header-main .top-bar .box p {
	width: 75%;
	padding: 0 15px 0 0;
}

.header-main .top-bar .box .checkout {
	width: 25%;
	text-align: right;
	padding: 0 0 0 15px;
}

.header-main .top-bar .box .checkout a {
	color: #000000;
	text-decoration: none;
}

.header-main .top-bar .box .checkout a em {
	font-size: 75%;
	line-height: 1em;
	position: relative;
	top: 1px;
	margin-left: 3px;
}

.header-main .top-bar .box .checkout a:hover,
.header-main .top-bar .box .checkout a:focus {
	color: #000000;
	box-shadow: inset #3892a4 0 -2px 0 0;
}

.header-main .main-menu-wrap {
	width: 100%;
	height: 122px;
	float: left;
	background: #07333c;
	position: relative;
	z-index: 10;
}

.header-main .main-menu-wrap .logo {
	float: left;
	height: 58px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 32px 0 0 0;
}

.header-main .main-menu-wrap .logo img {
	max-height: 58px;
}


.header-main .main-menu {
	float: right;
}

.header-main .main-menu .nav-bar {
	float: left;
}

.header-main .main-menu .nav-bar .logo {
	display: none;
}

.header-main .main-menu .nav-inn {
	float: left;
}

.header-main .main-menu .nav-bar nav {
	float: left;
}

.header-main .main-menu .nav-bar nav ul {
	float: left;
	padding: 0;
	margin: 0 -27px;
}

.header-main .main-menu .nav-bar nav ul li {
	float: left;
	padding: 0 27px;
	margin: 0;
}

.header-main .main-menu .nav-bar nav ul li:before {
	display: none;
}

.header-main .main-menu .nav-bar nav ul li a {
	height: 122px;
	float: left;
	font-weight: 600;
	font-size: 1.375rem;
	color: #ffffff;
	line-height: 7.625rem;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.header-main .main-menu .nav-bar nav ul li a:after {
	content: "";
	width: 0;
	height: 1px;
	float: left;
	background: #ffffff;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: absolute;
	bottom: 46px;
	left: 50%;
}

.header-main .main-menu .nav-bar nav ul li a:hover,
.header-main .main-menu .nav-bar nav ul li a:focus,
.header-main .main-menu .nav-bar nav ul li.active a {
	color: #ffffff;
}

.header-main .main-menu .nav-bar nav ul li a:hover:after,
.header-main .main-menu .nav-bar nav ul li a:focus:after,
.header-main .main-menu .nav-bar nav ul li.active a:after {
	width: 100%;
	left: 0;
}

.header-main .main-menu .nav-bar nav ul li.child:hover ul {
	display: block;
}

.header-main .main-menu .nav-bar nav ul li.child {
	padding: 0;
}

.header-main .main-menu .nav-bar nav ul li.child a {
	padding: 0 27px;
}

.header-main .main-menu .nav-bar nav ul li.child:hover a {
	box-shadow: Inset #ffffff 1px 0 0 0;
}

.header-main .main-menu .nav-bar nav ul li.child a:after {
	display: none;
}

.header-main .main-menu .nav-bar nav ul li.child ul {
	width: 480px;
	display: none;
	background: #07333c;
	border-left: 1px solid #ffffff;
	overflow: hidden;
	position: absolute;
	top: 88px;
	left: 0;
	padding: 20px 27px 30px 27px;
	margin: 0;
}

.header-main .main-menu .nav-bar nav ul li.child ul li {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}

.header-main .main-menu .nav-bar nav ul li.child ul li:last-child {
	margin-bottom: 0;
}

.header-main .main-menu .nav-bar nav ul li.child ul li em {
	width: 18px;
	height: 20px;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}

.header-main .main-menu .nav-bar nav ul li.child ul li em img {
	max-width: 100%;
}

.header-main .main-menu .nav-bar nav ul li.child ul li a {
	height: auto;
	font-size: 1.25rem;
	color: #ffffff;
	line-height: 1.5rem;
	text-align: left;
	padding: 0 0 0 36px;
}

.header-main .main-menu .nav-bar nav ul li.child ul li a span {
	border-bottom: 1px solid #3892a4;
}

.header-main .main-menu .nav-bar nav ul li.child ul li a:hover,
.header-main .main-menu .nav-bar nav ul li.child ul li a:focus,
.header-main .main-menu .nav-bar nav ul li.child ul li.active a {
	color: #3892a4;
}

.header-main .main-menu .nav-bar nav ul li.child ul li a:after {
	display: none;
}

.header-main .main-menu .nav-bar nav ul li.child:hover ul li a {
	box-shadow: none;
}


.header-main .main-menu .nav-bar nav ul li.child .sub-link {
	float: none;
	display: none;
	font-size: 2.25rem;
	color: #ffffff;
	line-height: 3.5625rem;
	text-transform: none;
	cursor: pointer;
	position: relative;
	padding: 0 0 0 40px;
}

.header-main .main-menu .nav-bar nav ul li.child .sub-link .underline {
	box-shadow: Inset #3892a4 0 -1px 0 0;
}

.header-main .main-menu .nav-bar nav ul li.child .sub-link:before {
	content: "\f078";
	width: 26px;
	height: 14px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 1.75rem;
	color: #3892a4;
	line-height: 0.75rem;
	position: absolute;
	top: 20px;
	left: 0;
}

.header-main .main-menu .nav-bar nav ul li.child .sub-link.active:before {
	content: "\f077";
}


.header-main .menu-btn {
	float: right;
	display: none;
	font-size: 1.625rem;
	color: #ffffff;
	line-height: 1.75rem;
	cursor: pointer;
	position: absolute;
	top: 32px;
	right: 30px;
}

.header-main .menu-btn .hide-txt,
.header-main .menu-btn .show-txt {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.header-main .menu-btn .hide-txt {
	display: none;
}

.header-main .menu-btn .icon-bar {
	width: 33px;
	height: 22px;
	float: right;
	text-decoration: none;
	position: relative;
	margin-left: 8px;
	top: 1px;
}

.header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 2px;
	float: left;
	background: #ffffff;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	margin: 10px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #ffffff;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: -10px;
	left: 0;
}

.header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #ffffff;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 10px;
	left: 0;
}

@media print,
screen and (max-width: 74.9375rem) {
.header-main .top-bar {
	font-size: 1.25rem;
	line-height: 1.5rem;
	padding: 15px 0;
}

.header-main .main-menu-wrap {
	height: 100px;
}

.header-main .main-menu-wrap .logo {
	height: 50px;
	margin: 25px 0 0 0;
}

.header-main .main-menu .logo img {
	max-height: 50px;
}

.header-main .main-menu .nav-bar nav ul {
	margin: 0 -13px;
}

.header-main .main-menu .nav-bar nav ul li {
	padding: 0 13px;
}

.header-main .main-menu .nav-bar nav ul li a {
	height: 100px;
	font-size: 1.125rem;
	line-height: 6.25rem;
}

.header-main .main-menu .nav-bar nav ul li a:after {
	bottom: 38px;
}

.header-main .main-menu .nav-bar nav ul li.child a {
	padding: 0 20px;
}

.header-main .main-menu .nav-bar nav ul li.child ul {
	width: 400px;
	top: 65px;
	padding: 20px 20px 30px 20px;
}

.header-main .main-menu .nav-bar nav ul li.child ul li em {
	width: 16px;
	height: 18px;
}

.header-main .main-menu .nav-bar nav ul li.child ul li a {
	font-size: 1rem;
	line-height: 1.25rem;
	padding: 0 0 0 32px;
}
}

@media only screen and (min-width: 48rem) {
.header-main .main-menu .nav-bar {
	display: block !important;
}

.header-main .main-menu .nav-bar nav ul li.child:hover ul {
	display: block !important;
}

.header-main .main-menu .nav-bar nav ul li.child ul {
	display: none !important;
}
}

@media print, screen and (max-width: 47.9375rem) {
.header-main .grid-container {
	max-width: 100%;
}

.header-main .top-bar {
	font-size: 1rem;
	line-height: 1.4375rem;
	padding: 10px 0;
}

.header-main .top-bar .grid-container {
	padding-right: 30px;
	padding-left: 30px;
}

.header-main .top-bar .box p {
	width: 60%;
	padding: 0 10px 0 0;
}

.header-main .top-bar .box .checkout {
	width: 40%;
	padding: 0 0 0 10px;
}


.header-main .main-menu-wrap {
	height: 88px;
}

.header-main .main-menu-wrap .logo {
	height: 46px;
	margin: 21px 0 0 0;
}

.header-main .main-menu-wrap .logo img {
	max-height: 46px;
}

.header-main .main-menu .nav-bar {
	width: 100%;
	height: 100%;
	float: left;
	display: none;
	background: #07333c;
	overflow: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	padding: 0;
	margin: 0;
}

.header-main .main-menu .nav-inn {
	padding: 120px 60px 60px 60px;
}

.header-main .main-menu .nav-bar .logo {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 30px;
}

.header-main .main-menu .nav-bar nav ul {
	width: 100%;
	margin: 0;
}

.header-main .main-menu .nav-bar nav ul li {
	width: 100%;
	height: auto;
	text-align: right;
	padding: 0;
	margin: 0;
}

.header-main .main-menu .nav-bar nav ul li a {
	min-width: inherit;
	height: auto;
	float: none;
	display: inline;
	font-size: 2.25rem;
	color: #ffffff;
	line-height: 3.5625rem;
	text-transform: none;
	border-bottom: 1px solid #3892a4;
	padding: 0;
}

.header-main .main-menu .nav-bar nav ul li a:after {
	display: none;
}

.header-main .main-menu .nav-bar nav ul li a:hover,
.header-main .main-menu .nav-bar nav ul li a:focus,
.header-main .main-menu .nav-bar nav ul li.active a {
	color: #3892a4;
}

.header-main .main-menu .nav-bar nav ul li.child:hover ul {
	display: none;
}


.header-main .main-menu .nav-bar nav ul li.child a {
	padding: 0;
}

.header-main .main-menu .nav-bar nav ul li.child .hide-mbl {
	display: none;
}

.header-main .main-menu .nav-bar nav ul li.child:hover a {
	border-left: none;
}

.header-main .main-menu .nav-bar nav ul li.child ul {
	width: 100%;
	display: none;
	background: none;
	border-left: none;
	position: relative;
	top: 0;
	padding: 17px 0 75px 0;
}

.header-main .main-menu .nav-bar nav ul li.child ul li {
	width: 100%;
	padding: 0;
	margin: 0;
}

.header-main .main-menu .nav-bar nav ul li.child ul li em {
	display: none;
}

.header-main .main-menu .nav-bar nav ul li.child ul li a {
	font-size: 1.25rem;
	line-height: 1.875rem;
	text-decoration: underline;
	border: none;
	text-align: left;
	padding: 0;
}

.header-main .main-menu .nav-bar nav ul li.child ul li a span {
	border-bottom: none;
}

.header-main .main-menu .nav-bar nav ul li.child .sub-link {
	display: inline-block;
}


.header-main .main-menu .nav-bar .menu-btn {
	color: #ffffff;
	top: 32px;
}

.header-main .main-menu .nav-bar .menu-btn .icon-bar span {
	background: none;
}

.header-main .main-menu .nav-bar .menu-btn .icon-bar span:before {
	height: 2px;
	top: 0;
	background: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.header-main .main-menu .nav-bar .menu-btn .icon-bar span:after {
	height: 2px;
	top: 0;
	background: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.header-main .menu-btn {
	display: block;
}
}


/*
 4.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
}


/* Hero - Main */
.hero-main {
	width: 100%;
	float: left;
	color: #ffffff;
	background: #07333c;
	position: relative;
}

.hero-main .grid-container {
	max-width: 1400px;
	padding-right: 0;
	padding-left: 0;
}

.hero-main .box {
	width: 100%;
	float: left;
	position: relative;
}

.hero-main .box:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url("../png/design.png") no-repeat bottom center;
	background-size: 100% auto;
	position: absolute;
	bottom: 55px;
	left: 0;
	z-index: 1;
}

.hero-main .box .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.hero-main .box .figure:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, 0.20);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.hero-main .box .figure img {
	width: 100%;
}

.hero-main .box .hero-cont {
	width: 100%;
	float: left;
	padding: 0 0 40px 0;
}

.hero-main .box .hero-cont .aside {
	width: 100%;
	max-width: 390px;
	float: left;
	position: relative;
	z-index: 2;
	padding: 0 30px;
	margin: -28px 0 0 0;
}

.hero-main .box .hero-cont .aside h1,
.hero-main .box .hero-cont .aside .h1 {
	padding-bottom: 21px;
}

.hero-main .box .hero-cont .aside h1:last-child,
.hero-main .box .hero-cont .aside .h1:last-child {
	padding-bottom: 0;
}

.hero-main .box .hero-cont .aside .read-more a {
	color: #ffffff;
}

.hero-main .box .hero-cont .aside .read-more a:hover,
.hero-main .box .hero-cont .aside .read-more a:focus {
	color: #3892a4;
}

.hero-main .box .hero-cont .aside .txt-max {
	width: 100%;
	float: left;
}

@media print, screen and (min-width: 48rem) {
.hero-main .box:before {
	bottom: 120px;
}

.hero-main .box {
	padding: 0 0 0 134px;
}

.hero-main .box .figure {
	margin: 0 0 -60px 0;
}

.hero-main .box .hero-cont {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px 0;
}

.hero-main .box .hero-cont .aside {
	width: 100%;
	max-width: 1280px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	z-index: 2;
	padding: 0 40px;
	margin: -28px 0 0 0;
}

.hero-main .box .hero-cont .aside h1,
.hero-main .box .hero-cont .aside .h1 {
	padding-bottom: 25px;
}

.hero-main .box .hero-cont .aside .read-more a {
	font-size: 1.5rem;
}

.hero-main .box .hero-cont .aside .txt-max {
	max-width: 480px;
}
}

@media print,
screen and (min-width: 75rem) {
.hero-main .box {
	padding: 0 0 0 304px;
}

.hero-main .box .hero-cont {
	padding: 50px 0;
}

.hero-main .box .hero-cont .aside .read-more a {
	font-size: 1.625rem;
	line-height: 1.875rem;
}

.hero-main .box .hero-cont .aside .txt-max {
	max-width: 640px;
}
}


/* Icons - List */
.icons-list {
	width: 100%;
	background: rgba(215, 187, 169, 0.2);
	overflow: hidden;
	padding: 32px 0;
}

.icons-list .box {
	width: 100%;
	float: left;
	position: relative;
}

.icons-list .box .aside {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.icons-list .box .aside ul {
	width: 100%;
	padding: 0;
	margin: 0 0 12px 0;
}

.icons-list .box .aside ul:last-child {
	margin-bottom: 0;
}

.icons-list .box .aside ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 12px 0;
}

.icons-list .box .aside ul li:last-child {
	margin-bottom: 0;
}

.icons-list .box .aside ul li a {
	float: left;
	font-weight: 600;
	font-size: 1rem;
	color: #000000;
	line-height: 1.5rem;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 22px;
}

.icons-list .box .aside ul li a span {
	border-bottom: 1px solid #3892a4;
}

.icons-list .box .aside ul li a em {
	width: 15px;
	height: 16px;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	top: 2px;
	left: 0;
}

.icons-list .box .aside ul li a em img {
	max-width: 100%;
}

.icons-list .box .aside ul li a:hover,
.icons-list .box .aside ul li a:focus {
	color: #3892a4;
}

@media print, screen and (min-width: 48rem) {
.icons-list {
	background: none;
	padding: 0;
}

.icons-list .box {
	padding: 110px 40px 60px 0;
}

.icons-list .box:before {
	content: "";
	width: 100000%;
	height: 100%;
	float: left;
	background: rgba(215, 187, 169, 0.2);
	position: absolute;
	top: 0;
	right: 0;
}

.icons-list .box h2,
.icons-list .box .h2 {
	position: relative;
	padding: 0 0 28px 94px;
}

.icons-list .box h2:before,
.icons-list .box .h2:before {
	content: "";
	width: 74px;
	height: 3px;
	float: left;
	background: #dc5867;
	position: absolute;
	top: 15px;
	left: 0;
}

.icons-list .box .aside {
	padding: 0 0 0 94px;
}

.icons-list .box .aside ul li a {
	font-size: 1.125rem;
	padding: 0 0 0 24px;
}

.icons-list .box .aside ul li a em {
	width: 16px;
	height: 18px;
	top: 1px;
}
}

@media print, screen and (min-width: 62rem) {
.icons-list .box .aside {
	padding: 0 0 0 94px;
	margin: 0 -20px;
}

.icons-list .box .aside ul {
	width: 41.66%;
	padding: 0 20px;
	margin: 0;
}

.icons-list .box .aside ul:nth-child(even) {
	width: 58.34%;
}
}

@media print, screen and (min-width: 75rem) {
.icons-list .box .aside ul li {
	margin: 0 0 20px 0;
}

.icons-list .box .aside ul li a {
	font-size: 1.375rem;
	line-height: 1.5rem;
	padding: 0 0 0 35px;
}

.icons-list .box .aside ul li a em {
	width: 18px;
	height: 20px;
	top: 1px;
}
}


/* Split - Content */
.split-cont {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 60px 0;
}

.split-cont .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.split-cont .figure img {
	width: 100%;
}

.split-cont .aside {
	width: 100%;
	overflow: hidden;
}

.split-cont .aside .txt-max {
	width: 100%;
	float: left;
}

.split-cont .grid-margin-y {
	margin-top: -0.9375rem;
	margin-bottom: -0.9375rem;
}

.split-cont .grid-margin-y>.cell {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 48rem) {
.split-cont {
	padding: 60px 0;
}

.split-cont .aside {
	padding: 0 0 0 24px;
}

.split-cont.alt .aside {
	padding: 0 24px 0 0;
}


.split-cont .grid-x {
	align-items: center;
}

.split-cont .grid-margin-x>.cell {
	width: calc(50% - 1rem);
	margin-left: 0.50rem;
	margin-right: 0.50rem;
}

.split-cont .grid-margin-x {
	margin-right: -0.50rem;
	margin-left: -0.50rem;
}

.split-cont.alt .grid-x>.cell {
	position: relative;
	left: 50%;
}

.split-cont.alt .grid-x>.cell:nth-child(even) {
	left: auto;
	right: 50%;
}
}

@media print, screen and (min-width: 75rem) {
.split-cont {
	padding: 70px 0;
}

.split-cont .aside {
	padding: 0 25px 0 60px;
}

.split-cont .aside .txt-max {
	max-width: 420px;
}

.split-cont.alt .aside {
	padding: 0 25px 0 60px;
}
}


/* Products - List */
.products-list {
	width: 100%;
	background: rgba(7, 51, 60, 0.10);
	overflow: hidden;
	padding: 32px 0;
}

.products-list .grid-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 60px;
}

.products-list .grid-wrap:last-child {
	margin-bottom: 0;
}

.products-list .grid-wrap h2,
.products-list .grid-wrap .h2 {
	text-align: center;
	padding-bottom: 20px;
}

.products-list .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	background: #ffffff;
	box-shadow: 0px 0px 6px #00000010;
	overflow: hidden;
}

.products-list .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.products-list .box .figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.products-list .box .aside {
	width: 100%;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 20px 23px;
}

.products-list .box .aside h3,
.products-list .box .aside .h3 {
	font-size: 1.375rem;
	line-height: 1.5rem;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding-bottom: 0;
}

.products-list .box .aside h3:last-child,
.products-list .box .aside .h3:last-child {
	padding-bottom: 0;
}

.products-list .box .aside p {
	color: rgba(0, 0, 0, 0.75);
}

.products-list .box:hover .figure img,
.products-list .box:focus .figure img,
.products-list .box:active .figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.products-list .box:hover h3,
.products-list .box:hover .h3,
.products-list .box:focus h3,
.products-list .box:focus .h3,
.products-list .box:active h3,
.products-list .box:active .h3 {
	color: #3892a4;
}

.products-list .grid-x {
	padding-bottom: 22px;
}

.products-list .grid-margin-y {
	margin-top: -0.6875rem;
	margin-bottom: -0.6875rem;
}

.products-list .grid-margin-y>.cell {
	margin-top: 0.6875rem;
	margin-bottom: 0.6875rem;
}

.products-list .read-more {
	text-align: center;
	margin: 22px 0 0 0;
}

@media print, screen and (min-width: 48rem) {
.products-list {
	padding: 60px 0;
}

.products-list .grid-wrap {
	margin-bottom: 80px;
}

.products-list .grid-wrap h2,
.products-list .grid-wrap .h2 {
	text-align: left;
	position: relative;
	padding: 0 33.33% 36px 94px;
}

.products-list .grid-wrap h2:before,
.products-list .grid-wrap .h2:before {
	content: "";
	width: 74px;
	height: 3px;
	float: left;
	background: #dc5867;
	position: absolute;
	top: 15px;
	left: 0;
}

.products-list .box .aside {
	font-size: 1.125rem;
	padding: 30px 33px;
}

.products-list .box .aside h3,
.products-list .box .aside .h3 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	padding-bottom: 5px;
}

.products-list .grid-x {
	padding-bottom: 0;
}

.products-list .grid-margin-x>.cell {
	width: calc(50% - 1rem);
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.products-list .grid-margin-x {
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}

.products-list .grid-margin-y {
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
}

.products-list .grid-margin-y>.cell {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.products-list .read-more {
	width: auto;
	position: absolute;
	top: 7px;
	right: 30px;
	margin: 0;
}
}

@media print, screen and (min-width: 75rem) {
.products-list {
	padding: 70px 0;
}

.products-list .box .aside h3,
.products-list .box .aside .h3 {
	font-size: 1.75rem;
	line-height: 2rem;
}

.products-list .grid-margin-x>.cell {
	width: calc(33.33% - 1rem);
}
}


/* Products - Slider */
.products-list .swiper-slide {
	width: 100%;
	max-width: 274px;
	float: left;
	margin-right: 22px;
}

.products-list .swiper-slide .box {
	box-sizing: border-box;
}

@media print, screen and (min-width: 48rem) {
.products-list .swiper-slide {
	max-width: inherit;
	width: 49%;
	margin-right: 1rem;
}
}

@media print, screen and (min-width: 75rem) {
.products-list .swiper-slide {
	max-width: inherit;
	width: 32.33333333333333%;
	margin-right: 1rem;
}
}


/*
 5.) Footer - Main
---------------------------------------- */

.footer-main {
	width: 100%;
	float: left;
	color: #ffffff;
	background: #07333c;
	flex-shrink: 0;
	position: relative;
	padding: 90px 0 50px 0;
}


.footer-main:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url("../png/design.png") no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	top: 30px;
	left: 0;
}


.footer-main .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 5;
}

.footer-main .box .address-info {
	width: 100%;
	padding: 0 0 60px 0;
}

.footer-main .box .address-info:last-child {
	padding-bottom: 0;
}


.footer-main .box .address-info h2,
.footer-main .box .address-info .h2 {
	font-size: 1.375rem;
	line-height: 1.4375rem;
	padding: 0 0 5px 0;
}

.footer-main .box .address-info h2 a,
.footer-main .box .address-info .h2 a {
	color: #ffffff;
	text-decoration: none;
}

.footer-main .box .address-info h2:last-child,
.footer-main .box .address-info .h2:last-child {
	padding-bottom: 0;
}

.footer-main .box .address-info p {
	font-size: 1rem;
	line-height: 1.5rem;
}

.footer-main .box .address-info p a {
	color: #ffffff;
}

.footer-main .box .address-info p a:hover,
.footer-main .box .address-info p a:focus {
	color: #3892a4;
}

.footer-main .box .address-info .icons {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}

.footer-main .box .address-info .icons img {
	max-height: 81px;
}

.footer-main .box .footer-links {
	width: 100%;
}

.footer-main .box .footer-links ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 37px 0;
	margin: 0;
}

.footer-main .box .footer-links ul:last-child {
	padding-bottom: 0;
}

.footer-main .box .footer-links ul li {
	width: 100%;
	font-weight: 600;
	font-size: 1.375rem;
	line-height: 2.375rem;
	padding: 0;
	margin: 0;
}

.footer-main .box .footer-links ul li:before {
	display: none;
}

.footer-main .box .footer-links ul li a {
	color: #ffffff;
}

.footer-main .box .footer-links ul li a:hover,
.footer-main .box .footer-links ul li a:focus {
	color: #3892a4;
}

@media print, screen and (min-width: 48rem) {
.footer-main {
	padding: 90px 0;
}

.footer-main:before {
	width: 98.20%;
	background: url("../png/design.png") no-repeat center center;
	background-size: 100% auto;
	top: 0;
	left: 0.90%;
}

.footer-main .box .address-info {
	width: 60%;
	padding: 0 20px 0 0;
}

.footer-main .box .address-info h2,
.footer-main .box .address-info .h2 {
	font-size: 1.625rem;
	line-height: 1.4375rem;
}

.footer-main .box .address-info p {
	font-size: 1.125rem;
	line-height: 1.625rem;
}

.footer-main .box .address-info .icons {
	margin: 10px 0 0 0;
}

.footer-main .box .address-info .icons img {
	max-height: 90px;
}


.footer-main .box .footer-links {
	width: 40%;
	padding: 0 0 0 20px;
}

.footer-main .box .footer-links ul {
	padding: 0 0 40px 0;
}

.footer-main .box .footer-links ul li {
	font-size: 1.625rem;
	line-height: 2.625rem;
	text-align: right;
}
}

@media print, screen and (min-width: 75rem) {
.footer-main .box .address-info h2,
.footer-main .box .address-info .h2 {
	font-size: 1.875rem;
	line-height: 2.375rem;
}

.footer-main .box .address-info p {
	font-size: 1.25rem;
	line-height: 1.8125rem;
}

.footer-main .box .address-info .icons {
	margin: 60px 0 0 0;
}

.footer-main .box .address-info .icons img {
	max-height: 104px;
}

.footer-main .box .footer-links ul {
	padding: 0 0 45px 0;
}

.footer-main .box .footer-links ul li {
	font-size: 1.875rem;
	line-height: 2.875rem;
}
}

@media print, screen and (min-width: 87.5rem) {
.footer-main:before {
	background-size: 1375px auto;
}
}


/*
 6.) Subpage
---------------------------------------- */

/* Banner - Inner */
.banner-inner {
	width: 100%;
	float: left;
	color: #ffffff;
	background: #07333c;
	position: relative;
}

.banner-inner .grid-container {
	max-width: 1400px;
	padding-right: 0;
	padding-left: 0;
}

.banner-inner .box {
	width: 100%;
	float: left;
	position: relative;
}

.banner-inner .box:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url("../png/design.png") no-repeat bottom center;
	background-size: 100% auto;
	position: absolute;
	bottom: 55px;
	left: 0;
	z-index: 1;
}

.banner-inner .box .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner-inner .box .figure:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.banner-inner .box .figure img {
	width: 100%;
}

.banner-inner .box .banner-cont {
	width: 100%;
	float: left;
	padding: 39px 0 30px 0;
}

.banner-inner .box .banner-cont .aside {
	width: 100%;
	max-width: 390px;
	float: left;
	position: relative;
	z-index: 2;
	padding: 0 30px;
}

.banner-inner .box .banner-cont .aside h1,
.banner-inner .box .banner-cont .aside .h1 {
	padding-bottom: 21px;
}

.banner-inner .box .banner-cont .aside h1:last-child,
.banner-inner .box .banner-cont .aside .h1:last-child {
	padding-bottom: 0;
}

.banner-inner .box .banner-cont .aside .sub-heading {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 1rem;
	color: #ffffff;
	line-height: 1.375rem;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	opacity: 0.60;
	position: relative;
	padding: 0 0 0 84px;
	margin: 0 0 10px 0;
}

.banner-inner .box .banner-cont .aside .sub-heading em {
	position: relative;
	top: -2px;
	margin-right: 6px;
}

.banner-inner .box .banner-cont .aside .sub-heading em img {
	max-height: 16px;
}

.banner-inner .box .banner-cont .aside .sub-heading:before {
	content: "";
	width: 74px;
	height: 3px;
	float: left;
	background: #dc5867;
	position: absolute;
	top: 8px;
	left: 0;
}

.banner-inner .box .banner-cont .aside .txt-max {
	width: 100%;
	float: left;
}

@media print, screen and (min-width: 48rem) {
.banner-inner .box:before {
	bottom: 70px;
}

.banner-inner .box {
	padding: 0 0 0 134px;
}

.banner-inner .box .figure {
	margin: 0 0 -60px 0;
}

.banner-inner .box .banner-cont {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px 0;
}

.banner-inner .box .banner-cont .aside {
	width: 100%;
	max-width: 1280px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	z-index: 2;
	padding: 0 40px;
	margin: -28px 0 0 0;
}

.banner-inner .box .banner-cont .aside h1,
.banner-inner .box .banner-cont .aside .h1 {
	padding-bottom: 25px;
}

.banner-inner .box .banner-cont .aside .read-more a {
	font-size: 1.5rem;
}

.banner-inner .box .banner-cont .aside .txt-max {
	max-width: 480px;
}
}

@media print,
screen and (min-width: 75rem) {
.banner-inner .box {
	padding: 0 0 0 304px;
}

.banner-inner .box .banner-cont {
	padding: 40px 0;
}

.banner-inner .box .banner-cont .aside h1,
.banner-inner .box .banner-cont .aside .h1 {
	width: 100%;
	float: left;
	padding-bottom: 25px;
}

.banner-inner .box .banner-cont .aside .sub-heading {
	font-size: 1.125rem;
	padding: 0 0 0 130px;
}

.banner-inner .box .banner-cont .aside .sub-heading em {
	position: relative;
	top: -1px;
}

.banner-inner .box .banner-cont .aside .sub-heading em img {
	max-height: 18px;
}

.banner-inner .box .banner-cont .aside .sub-heading:before {
	width: 117px;
	top: 7px;
}

.banner-inner .box .banner-cont .aside .txt-max {
	max-width: 640px;
}
}

@media print, screen and (min-width: 87.5rem) {
.banner-inner .box .banner-cont .aside .sub-heading {
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	padding: 0 0 0 130px;
	margin: 0 0 25px -365px;
}
}


/* Contact - Cont */
.contact-cont {
	width: 100%;
	background: rgba(215, 187, 169, 0.2);
	overflow: hidden;
	padding: 32px 0;
}


.contact-cont .inner-cont {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.contact-cont .aside-left {
	width: 100%;
	font-weight: 600;
	padding-bottom: 32px;
}

.contact-cont .aside-left:last-child {
	padding-bottom: 0;
}

.contact-cont .aside-left .txt-max {
	width: 100%;
	float: left;
}


.contact-cont .contact-item {
	width: 100%;
}

.contact-cont .contact-item .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.contact-cont .contact-item .box .figure {
	width: 115px;
	text-align: center;
	border-radius: 360px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin: 0 -115px 0 0;
}

.contact-cont .contact-item .box .figure img {
	width: 100%;
}

.contact-cont .contact-item .box .aside {
	width: 100%;
	font-size: 1rem;
	line-height: 1.375rem;
	padding: 0 0 0 134px;
}

.contact-cont .contact-item .box .aside h3,
.contact-cont .contact-item .box .aside .h3 {
	font-size: 1.375rem;
	line-height: 1.5rem;
	padding-bottom: 2px;
}

.contact-cont .contact-item .box .aside h3:last-child,
.contact-cont .contact-item .box .aside .h3:last-child {
	padding-bottom: 0;
}

.contact-cont .contact-item .box .aside h3 .underline,
.contact-cont .contact-item .box .aside .h3 .underline {
	font-size: 1.375rem;
	line-height: 1.5rem;
	box-shadow: Inset #3892a4 0 -1px 0 0;
}

.contact-cont .contact-item .box .aside p a {
	color: #000000;
}

.contact-cont .contact-item .box .aside p a:hover,
.contact-cont .contact-item .box .aside p a:focus {
	color: #3892a4;
}

@media print, screen and (min-width: 48rem) {
.contact-cont {
	padding: 92px 0 32px 0;
}

.contact-cont .grid-container {
	max-width: 1070px;
}

.contact-cont .aside-left {
	font-size: 1.25rem;
	padding: 0 365px 0 0;
}

.contact-cont .aside-left .txt-max {
	max-width: 560px;
}

.contact-cont .contact-item {
	width: 325px;
	position: relative;
	z-index: 3;
	margin: 0 0 0 -325px;
	}
}

@media print, screen and (min-width: 75rem) {
.contact-cont .aside-left {
	font-size: 1.375rem;
	padding: 0 365px 0 0;
}

.contact-cont .contact-item {
	width: 365px;
	margin: 0 -40px 0 -325px;
}
}


/* Icons - List */
.icons-list2 {
	width: 100%;
	background: rgba(215, 187, 169, 0.1);
	overflow: hidden;
	padding: 32px 0;
}

.icons-list2 {
	width: 100%;
	float: left;
	position: relative;
}

.icons-list2 h2 .underline,
.icons-list2 .h2 .underline {
	box-shadow: Inset #3892a4 0 -1px 0 0;
}

.icons-list2 .aside {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.icons-list2 .aside ul {
	width: 100%;
	padding: 0;
	margin: 0 0 12px 0;
}

.icons-list2 .aside ul:last-child {
	margin-bottom: 0;
}

.icons-list2 .aside ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
}

.icons-list2 .aside ul li:last-child {
	margin-bottom: 0;
}

.icons-list2 .aside ul li a {
	float: left;
	color: #000000;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 22px;
}

.icons-list2 .aside ul li a span {
	border-bottom: 1px solid #3892a4;
}

.icons-list2 .aside ul li a em {
	width: 15px;
	height: 16px;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	top: 2px;
	left: 0;
}

.icons-list2 .aside ul li a em img {
	max-width: 100%;
}

.icons-list2 .aside ul li a:hover,
.icons-list2 .aside ul li a:focus {
	color: #3892a4;
}

.icons-list2 .inner-cont {
	width: 100%;
	float: left;
}

@media print, screen and (min-width: 48rem) {
.icons-list2 {
	padding: 40px 0;
}

.icons-list2 .grid-container {
	max-width: 1070px;
}

.icons-list2 .aside {
	margin: 0 -10px;
}

.icons-list2 .aside ul {
	width: 50%;
	padding: 0 10px;
	margin: 0;
}

.icons-list2 .aside ul li a {
	padding: 0 0 0 24px;
}

.icons-list2 .aside ul li a em {
	width: 16px;
	height: 18px;
	top: 1px;
}

.icons-list2 .inner-cont {
	max-width: 640px;
}
}

@media print, screen and (min-width: 75rem) {
.icons-list2 .aside ul li a {
	padding: 0 0 0 35px;
}

.icons-list2 .aside ul li a em {
	width: 18px;
	height: 20px;
	top: 1px;
}
}


/* Articles - List */
.articles-list {
	width: 100%;
	overflow: hidden;
	padding: 32px 0;
}

.articles-list .article {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #f2f2f2;
	position: relative;
	margin-bottom: 32px;
}

.articles-list .article:last-child {
	margin-bottom: 0;
}

.articles-list .article .figure-wrap {
	width: 100%;
	overflow: hidden;
}

.articles-list .article .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.articles-list .article .figure:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.articles-list .article .figure img {
	width: 100%;
}

.articles-list .article .aside-wrap {
	width: 100%;
	overflow: hidden;
}

.articles-list .article .aside {
	width: 100%;
	overflow: hidden;
	padding: 30px 30px;
}

.articles-list .article .aside h3,
.articles-list .article .aside .h3 {
	padding-bottom: 16px;
}

.articles-list .article .aside .underline,
.articles-list .article .aside .underline {
	box-shadow: #3892a4 0 1px 0 0;
}

.articles-list .article-wrap {
	width: 100%;
	overflow: hidden;
}

@media print, screen and (min-width: 48rem) {
.articles-list .grid-container {
	max-width: 1070px;
}

.articles-list .article .figure-wrap {
	width: 45%;
	position: relative;
}

.articles-list .article .figure {
	height: 100%;
}

.articles-list .article .figure img {
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.articles-list .article .aside-wrap {
	width: 55%;
	position: relative;
}

.articles-list .article .aside {
	width: 100%;
	min-height: 323px;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px 40px;
}

.articles-list .article .aside h3,
.articles-list .article .aside .h3 {
	font-size: 1.625rem;
	line-height: 2rem;
}

.articles-list .article .aside .txt-max {
	width: 100%;
	float: left;
}
}

@media print, screen and (min-width: 75rem) {
.articles-list .article .figure-wrap {
	width: 37.87%;
}

.articles-list .article .aside-wrap {
	width: 62.13%;
}

.articles-list .article .aside {
	padding: 56px 56px;
}

.articles-list .article .aside h3,
.articles-list .article .aside .h3 {
	font-size: 1.875rem;
}
}


/* Order - Details */
.order-details {
	width: 100%;
	overflow: hidden;
}

.order-details .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1rem;
	color: #ffffff;
	line-height: 1.5rem;
	background: #07333c;
	padding: 30px 20px;
}

.order-details .box .icon {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.order-details .box .icon:last-child {
	margin-bottom: 0;
}

.order-details .box .icon img {
	max-height: 46px;
}

.order-details .box .aside {
	width: 100%;
	padding: 0;
}

.order-details .box .aside h3,
.order-details .box .aside .h3 {
	padding-bottom: 8px;
}

.order-details .box .aside h3 .underline,
.order-details .box .aside .h3 .underline {
	box-shadow: #3892a4 0 1px 0 0;
}

@media print, screen and (min-width: 48rem) {
.order-details .grid-container {
	max-width: 1070px;
}

.order-details .box {
	font-size: 1.125rem;
	padding: 40px 40px;
}

.order-details .box .icon {
	width: 84px;
	position: relative;
	z-index: 2;
	margin: 0 -84px 0 0;
}

.order-details .box .aside {
	width: 100%;
	float: left;
	padding: 0 0 0 122px;
}

.order-details .box .aside h3,
.order-details .box .aside .h3 {
	font-size: 1.5rem;
	line-height: 1.75rem;
}
}

@media print, screen and (min-width: 75rem) {
.order-details .box .aside h3,
.order-details .box .aside .h3 {
	font-size: 1.75rem;
	line-height: 2rem;
}
}


/* Split - Content */
.split-cont2 {
	width: 100%;
	overflow: hidden;
	padding: 32px 0;
}

.split-cont2 .box {
	width: 100%;
	background: rgba(7, 51, 60, 0.10);
	overflow: hidden;
	padding: 32px 30px;
}

.split-cont2 .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.split-cont2 .figure img {
	width: 100%;
}

.split-cont2 .aside {
	width: 100%;
	overflow: hidden;
}

.split-cont2 .aside .txt-max {
	width: 100%;
	float: left;
}

.split-cont2 .grid-margin-y {
	margin-top: -0.9375rem;
	margin-bottom: -0.9375rem;
}

.split-cont2 .grid-margin-y>.cell {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 48rem) {
.split-cont2 {
	padding: 60px 0;
}

.split-cont2 .box {
	padding: 40px 40px;
}

.split-cont2 .aside .txt-max {
	max-width: 420px;
}

.split-cont2 .grid-x {
	align-items: flex-end;
}

.split-cont2 .grid-margin-x>.cell {
	width: calc(50% - 2rem);
	margin-left: 1rem;
	margin-right: 1rem;
}

.split-cont2 .grid-margin-x {
	margin-right: -1rem;
	margin-left: -1rem;
}
}

@media print, screen and (min-width: 75rem) {
.split-cont2 {
	padding: 80px 0;
}

.split-cont2 .box {
	padding: 53px 45px;
}

.split-cont2 .aside {
	padding: 0 0 60px 20px;
}

.split-cont2 .grid-margin-x>.cell {
	width: calc(45.55% - 2rem);
}

.split-cont2 .grid-x>.cell:nth-child(even) {
	width: calc(54.45% - 2rem);
}
}


/* Product - Tables */
.product-tables {
	width: 100%;
	overflow: hidden;
	padding: 32px 0;
}

.product-tables .table-info {
	width: 100%;
	overflow: hidden;
	padding-bottom: 32px;
}

.product-tables .table-info:last-child {
	padding-bottom: 0;
}

.product-tables .table-info ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.product-tables .table-info ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1rem;
	line-height: 1.375rem;
	background: #fbf8f6;
	padding: 0;
}

.product-tables .table-info ul li:before {
	display: none;
}

.product-tables .table-info ul li .col-1,
.product-tables .table-info ul li .col-2 {
	width: 75%;
	padding: 12px 16px;
}

.product-tables .table-info ul li .col-2 {
	width: 25%;
	padding-left: 0;
}

.product-tables .table-info ul li:nth-child(even) {
	background: #ffffff;
}

.product-tables .table-info .table-heading {
	font-weight: 600;
}

.product-tables .table-info .table-heading .col-1 {
	font-size: 1.375rem;
	line-height: 1.375rem;
}

.product-tables .table-info .table-heading .underline,
.product-tables .table-info .table-heading .underline {
	box-shadow: #3892a4 0 1px 0 0;
}

@media print, screen and (min-width: 48rem) {
.product-tables {
	padding: 80px 0;
}

.product-tables .grid-container {
	max-width: 1070px;
}

.product-tables .table-info {
	padding-bottom: 50px;
}

.product-tables .table-info ul li {
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.product-tables .table-info ul li .col-1,
.product-tables .table-info ul li .col-2 {
	width: 68%;
	padding: 15px 28px;
}

.product-tables .table-info ul li .col-2 {
	width: 32%;
}

.product-tables .table-info .table-heading .col-1 {
	font-size: 1.625rem;
	line-height: 2rem;
}
}

@media print, screen and (min-width: 75rem) {
.product-tables {
	padding: 100px 0;
}

.product-tables .table-info {
	padding-bottom: 60px;
}

.product-tables .table-info ul li {
	font-size: 1.375rem;
}

.product-tables .table-info ul li .col-1,
.product-tables .table-info ul li .col-2 {
	width: 77.20%;
}

.product-tables .table-info ul li .col-2 {
	width: 22.80%;
}

.product-tables .table-info .table-heading .col-1 {
	font-size: 1.875rem;
}
}


/* Form - Block */
.form-block {
	width: 100%;
	overflow: hidden;
}

.form-block .heading-txt {
	width: 100%;
	background: rgba(215, 187, 169, 0.20);
	overflow: hidden;
	padding: 32px 30px;
}

.form-block .heading-txt h2,
.form-block .heading-txt .h2 {
	padding-bottom: 14px;
}

.form-block .heading-txt h2:last-child,
.form-block .heading-txt .h2:last-child {
	padding-bottom: 0;
}

.form-block .heading-txt h2 .underline,
.form-block .heading-txt .h2 .underline {
	box-shadow: #3892a4 0 1px 0 0;
}

.form-block .heading-txt p a {
	color: #000000;
	text-decoration: none;
}

.form-block .heading-txt p a:hover,
.form-block .heading-txt p a:focus {
	color: #3892a4;
}

.form-block .form-field {
	width: 100%;
	background: rgba(215, 187, 169, 0.10);
	overflow: hidden;
	padding: 32px 30px;
}

.form-block .form-field h3,
.form-block .form-field .h3 {
	font-size: 1.375rem;
	line-height: 1.5rem;
	padding-bottom: 22px;
}

.form-block .form-field h3:last-child,
.form-block .form-field .h3:last-child {
	padding-bottom: 0;
}

.form-block .form-field .aside {
	width: 100%;
	max-width: 343px;
	float: left;
	padding: 0 0 30px 0;
}

.form-block .form-field .aside:last-child {
	padding-bottom: 0;
}

.form-block .form-field .aside ul {
	width: 100%;
	float: left;
	padding: 0 0 21px 0;
	margin: 0 0 -12px 0;
}

.form-block .form-field .aside ul:last-child {
	padding-bottom: 0;
}

.form-block .form-field .aside ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 12px 0;
}

.form-block .form-field .aside ul li:before {
	display: none;
}

.form-block .form-field .aside .button {
	min-width: 174px;
	font-size: 1.25rem;
	line-height: 1.5rem;
	padding: 7px 30px 5px 30px;
}

.form-block .form-field .bottom-txt-wrap {
	width: 100%;
	overflow: hidden;
}

.form-block .form-field .bottom-txt {
	width: 100%;
	max-width: 530px;
	float: left;
	font-size: 1rem;
	line-height: 1.375rem;
}

@media print, screen and (min-width: 48rem) {
.form-block .grid-container {
	max-width: 1070px;
}

.form-block .heading-txt {
	font-size: 1.25rem;
	line-height: 1.5rem;
	padding: 40px 40px;
}

.form-block .heading-txt h2,
.form-block .heading-txt .h2 {
	font-size: 1.625rem;
	line-height: 1.875rem;
	padding-bottom: 30px;
}

.form-block .form-field {
	padding: 40px 40px;
}
}

@media print, screen and (min-width: 75rem) {
.form-block .heading-txt {
	font-size: 1.375rem;
	line-height: 1.625rem;
}

.form-block .heading-txt h2,
.form-block .heading-txt .h2 {
	font-size: 1.875rem;
	line-height: 2rem;
}
}


/* Row - Cont */
.row-cont {
	width: 100%;
	overflow: hidden;
	padding: 32px 0;
}

.row-cont .aside {
	width: 100%;
	float: left;
}

@media print, screen and (min-width: 48rem) {
.row-cont {
	padding: 60px 0;
}

.row-cont .grid-container {
	max-width: 1070px;
}

.row-cont .aside {
	max-width: 630px;
}
}

@media print, screen and (min-width: 48rem) {
.row-cont {
	padding: 80px 0;
}
}


/* Post - Img */
.post-img {
	width: 100%;
	float: left;
}

.post-img .box {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}

.post-img .box:before {
	content: "";
	width: 1290px;
	height: 100%;
	float: left;
	background: rgba(215, 187, 169, 0.10);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0);
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: -1;
}

.post-img .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.post-img .box .figure img {
	width: 100%;
}

@media print, screen and (min-width: 48rem) {
.post-img .box {
	margin-bottom: 40px;
}

.post-img .box:before {
	top: 40px;
}
}

@media print, screen and (min-width: 75rem) {
.post-img .box {
	margin-bottom: 45px;
}

.post-img .box:before {
	top: 45px;
}
}


/* Gallery - Img */
.gallery-img {
	width: 100%;
	float: left;
}

.gallery-img .box {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}

.gallery-img .box:before {
	content: "";
	width: 1290px;
	height: 100%;
	float: left;
	background: rgba(215, 187, 169, 0.10);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0);
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: -1;
}

.gallery-img .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.gallery-img .figure img {
	width: 100%;
}

.gallery-img .grid-margin-y {
	margin-top: -0.50rem;
	margin-bottom: -0.50rem;
}

.gallery-img .grid-margin-y>.cell {
	margin-top: 0.50rem;
	margin-bottom: 0.50rem;
}

.gallery-img .grid-margin-x>.cell {
	width: calc(50% - 1rem);
	margin-left: 0.50rem;
	margin-right: 0.50rem;
}

.gallery-img .grid-margin-x {
	margin-right: -0.50rem;
	margin-left: -0.50rem;
}

@media print, screen and (min-width: 48rem) {
.gallery-img .box {
	margin-bottom: 40px;
}

.gallery-img .box:before {
	top: 40px;
}

.gallery-img .grid-margin-x>.cell {
	width: calc(33.33% - 1rem);
	margin-left: 0.50rem;
	margin-right: 0.50rem;
}
}

@media print, screen and (min-width: 75rem) {
.gallery-img .box {
	margin-bottom: 45px;
}

.gallery-img .box:before {
	top: 45px;
}
}


/* Contact - List */
.contact-list {
	width: 100%;
	overflow: hidden;
	padding: 32px 0;
}

.contact-list h2,
.contact-list .h2 {
	padding-bottom: 30px;
}

.contact-list .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.contact-list .box .figure {
	width: 115px;
	text-align: center;
	border-radius: 360px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin: 0 -115px 0 0;
}

.contact-list .box .figure img {
	width: 100%;
}

.contact-list .box .aside {
	width: 100%;
	font-size: 1rem;
	line-height: 1.375rem;
	padding: 0 0 0 134px;
}

.contact-list .box .aside h3,
.contact-list .box .aside .h3 {
	font-size: 1.375rem;
	line-height: 1.5rem;
	padding-bottom: 2px;
}

.contact-list .box .aside h3:last-child,
.contact-list .box .aside .h3:last-child {
	padding-bottom: 0;
}

.contact-list .box .aside h3 .underline,
.contact-list .box .aside .h3 .underline {
	font-size: 1.375rem;
	line-height: 1.5rem;
	box-shadow: Inset #3892a4 0 -1px 0 0;
}

.contact-list .box .aside p a {
	color: #000000;
}

.contact-list .box .aside p a:hover,
.contact-list .box .aside p a:focus {
	color: #3892a4;
}

.contact-list .grid-margin-y {
	margin-top: -1.125rem;
	margin-bottom: -1.125rem;
}

.contact-list .grid-margin-y>.cell {
	margin-top: 1.125rem;
	margin-bottom: 1.125rem;
}

@media print, screen and (min-width: 48rem) {
.contact-list {
	padding: 80px 0;
}

.contact-list .inner-cont {
	max-width: 920px;
}

.contact-list .grid-container {
	max-width: 1070px;
}

.contact-list .row-cont {
	padding-bottom: 50px;
}

.contact-list .row-cont:last-child {
	padding-bottom: 0;
}

.contact-list .grid-margin-x>.cell {
	width: calc(50% - 2.5rem);

	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.contact-list .grid-margin-x {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}
}

@media print, screen and (min-width: 75rem) {
.contact-list {
	padding: 100px 0;
}
}


/* Steps */
.steps {
	width: 100%;
	overflow: hidden;
	padding: 32px 0;
}

.steps .inner-cont {
	width: 100%;
	float: left;
}

.steps h2,
.steps .h2 {
	padding-bottom: 32px;
}

.steps h2:last-child,
.steps .h2:last-child {
	padding-bottom: 0;
}

.steps .article {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 109px;
	margin: 0 0 32px 0;
}

.steps .article:last-child {
	margin-bottom: 0;
}

.steps .article:before {
	content: "";
	width: 18px;
	height: 18px;
	float: left;
	background: #3892a4;
	border-radius: 360px;
	position: absolute;
	top: 0;
	left: 0;
}

.steps .article .year {
	width: 73px;
	float: left;
	font-weight: 600;
	font-size: 1.375rem;
	line-height: 1.5rem;
	position: absolute;
	top: 0;
	left: 28px;
	padding: 0 18px 0 0;
}

.steps .article .year:before {
	content: "";
	width: 25px;
	height: 3px;
	float: left;
	background: #3892a4;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-top: -3px;
}

.steps .article .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.steps .article .figure img {
	width: 100%;
}

.steps .article .aside {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}

.steps .article .aside:last-child {
	padding-bottom: 0;
}

.steps .article:nth-child(4) .year:before {
	width: 18px;
}

.steps .article-wrap {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 32px 0;
}

.steps .article-wrap:before {
	content: "";
	width: 3px;
	height: 100%;
	float: left;
	background: #3892a4;
	position: absolute;
	top: 0;
	left: 7px;
}

@media print, screen and (min-width: 48rem) {
.steps {
	padding: 70px 0;
}

.steps .inner-cont {
	max-width: 650px;
}

.steps .grid-container {
	max-width: 1070px;
}

.steps h2,
.steps .h2 {
	padding-bottom: 45px;
}

.steps .article {
	padding: 0 0 0 140px;
	margin: 0 0 50px 0;
}

.steps .article .year {
	width: 95px;
	font-size: 1.625rem;
	line-height: 2rem;
	left: 34px;
	padding: 0 30px 0 0;
}

.steps .article .year:before {
	width: 35px;
}

.steps .article:nth-child(4) .year:before {
	width: 25px;
}

.steps .article .aside h3,
.steps .article .aside .h3 {
	padding-bottom: 0;
}

.steps .article-wrap {
	padding: 0 0 50px 0;
}
}

@media print, screen and (min-width: 75rem) {
.steps {
	padding: 90px 0;
}

.steps .article {
	margin: 0 0 60px 0;
}

.steps .article .year {
	font-size: 1.75rem;
	line-height: 2.1875rem;
	left: 34px;
	padding: 0 35px 0 0;
}

.steps .article .year:before {
	width: 35px;
}

.steps .article-wrap {
	padding: 0 0 60px 0;
}
}


/*
 7.}  Store
---------------------------------------- */

/* Sub - Links */
.sub-links {
	width: 100%;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.5rem;
	background: rgba(215, 187, 169, 0.30);
	overflow: hidden;
	padding: 18px 0;
}

.sub-links ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -10px -15px -10px;
}

.sub-links ul li {
	float: left;
	padding: 0;
	margin: 0 10px 15px 10px;
}

.sub-links ul li:before {
	display: none;
}

.sub-links ul li a {
	color: #000000;
	text-decoration: underline;
}

.sub-links ul li a:hover,
.sub-links ul li a:focus,
.sub-links ul li a:active {
	color: #136576;
	text-decoration: underline;
}

@media print, screen and (min-width: 48rem) {
.sub-links {
	font-size: 1.25rem;
	line-height: 1.625rem;
}

.sub-links ul {
	margin: 0 -18px -15px -18px;
}

.sub-links ul li {
	margin: 0 18px 15px 18px;
}
}


/* Products - List Alt */
.products-list.alt {
	background: #ffffff;
	padding: 40px 0 50px 0;
}

.products-list.alt .box {
	display: flex;
	flex-direction: column;
	background: rgba(229, 234, 235, .30);
}

.products-list.alt .box .aside {
	flex: 1 0 auto;
	background: rgba(229, 234, 235, .60);
}

.products-list.alt .box .btm {
	width: 100%;
	float: left;
	flex-shrink: 0;
	font-size: 1.125rem;
	line-height: 1.5rem;
	box-shadow: 0px 0px 6px #00000010;
	padding: 15px 23px;
}

.products-list.alt .box .btm .price {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 100px 0 3px;
	margin: 0 -3px;
}

.products-list.alt .box .btm .buy {
	width: 76px;
	height: 40px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	font-size: 1.25rem;
	color: #ffffff;
	line-height: 42px;
	text-decoration: none;
	text-align: center;
	background: #3892A4;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	overflow: hidden;
	margin: 0 -3px 0 -76px;
}

.products-list.alt .box:hover .btm .buy,
.products-list.alt .box:focus .btm .buy,
.products-list.alt .box:active .btm .buy {
	background: #136576;
}

@media print, screen and (min-width: 48rem) {
.products-list.alt {
	padding: 50px 0 70px 0;
}

.products-list.alt .grid-wrap h2,
.products-list.alt .grid-wrap .h2 {
	font-size: 2.125rem;
	line-height: 2.5rem;
	padding: 0 0 27px 0;
}

.products-list.alt .grid-wrap h2:before,
.products-list.alt .grid-wrap .h2:before {
	display: none;
}

.products-list.alt .box .aside {
	padding-bottom: 20px;
}

.products-list.alt .box .aside h3,
.products-list.alt .box .aside .h3 {
	margin-right: -18px;
}

.products-list.alt .box .btm {
	font-size: 1.25rem;
	line-height: 1.625rem;
	padding: 17px 33px;
}

.products-list.alt .box .btm .buy {
	width: 76px;
	height: 43px;
	font-size: 1.375rem;
	line-height: 45px;
}

.products-list.alt .read-more {
	right: 0;
}
}

@media print, screen and (min-width: 75rem) {
.products-list.alt {
	padding: 55px 0 80px 0;
}
}


/*
 8.}  Store - product 
---------------------------------------- */

/* Product - Details */
.product-details {
	width: 100%;
	font-size: 1.125rem;
	line-height: 2.25rem;
	background: #ffffff;
	overflow: hidden;
	padding: 45px 0 50px 0;
}

.product-details .aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.product-details .aside p {
	width: 100%;
	max-width: 340px;
	padding-bottom: 30px;
}

.product-details .aside p:last-child {
	padding-bottom: 0;
}

.product-details .aside .price-qty {
	float: none;
	display: inline-block;
	vertical-align: top;
	background: rgba(229, 234, 235, .30);
	box-shadow: 0px 0px 6px #00000010;
	padding: 17px 25px;
	margin-bottom: 20px;
}

.product-details .aside .price-qty:last-child {
	margin-bottom: 0;
}

.product-details .aside .price-qty .inn-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px -13px -10px;
}

.product-details .aside .price-qty .price-wrap {
	min-width: 120px;
	float: left;
	font-weight: 600;
	font-size: 1.5rem;
	color: rgba(0, 0, 0, .75);
	line-height: 1.5rem;
	margin: 7px 10px 13px 10px;
}

.product-details .aside .price-qty .qty-wrap {
	float: left;
	margin: 0 10px 13px 10px;
}

.product-details .aside .price-qty .qty-wrap .input {
	width: 62px;
	height: 40px;
	float: left;
	font-weight: 600;
	font-size: 1.125rem;
	color: rgba(0, 0, 0, .75);
	line-height: 1.125rem;
	text-align: center;
	padding: 10px 0 6px 0;
	margin: 0 14px 0 0;
}

.product-details .aside .price-qty .qty-wrap .buy {
	width: 76px;
	height: 40px;
	float: left;
	font-weight: 600;
	font-size: 1.25rem;
	color: #ffffff;
	line-height: 42px;
	text-decoration: none;
	text-align: center;
	background: #3892A4;
	border: none;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.product-details .aside .price-qty .qty-wrap .buy:hover,
.product-details .aside .price-qty .qty-wrap .buy:focus,
.product-details .aside .price-qty .qty-wrap .buy:active {
	background: #136576;
}

.product-details .aside .btm {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	line-height: 1.625rem;
	background: rgba(229, 234, 235, .30);
	box-shadow: 0px 0px 6px #00000010;
	padding: 25px;
	margin-bottom: 20px;
}

.product-details .aside .btm:last-child {
	margin-bottom: 0;
}

.product-details .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.product-details .figure img {
	width: 100%;
}

.product-details .col-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-details .left-cl {
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
}

.product-details .right-cl {
	width: 100%;
	float: left;
}

@media print, screen and (min-width: 48rem) {
.product-details {
	font-size: 1.25rem;
	line-height: 2.625rem;
	padding: 55px 0 70px 0;
}

.product-details .aside p {
	max-width: 370px;
	padding-bottom: 55px;
}

.product-details .aside .btm {
	line-height: 1.75rem;
}

.product-details .aside .price-qty .price-wrap {
	min-width: 173px;
	font-size: 1.75rem;
	line-height: 1.75rem;
}

.product-details .aside .price-qty .qty-wrap .input {
	width: 62px;
	height: 43px;
	font-size: 1.25rem;
	line-height: 1.25rem;
}

.product-details .aside .price-qty .qty-wrap .buy {
	width: 76px;
	height: 43px;
	font-size: 1.375rem;
	line-height: 45px;
}

.product-details .left-cl {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 0 6% 0 0;
}

.product-details .right-cl {
	width: 50%;
}
}

@media print, screen and (min-width: 75rem) {
.product-details {
	padding: 65px 0 85px 0;
}
}


/*
 9.}  Site - Cores
---------------------------------------- */

/* Text - Colors */
.white {
	color: #ffffff !important;
}

.black {
	color: #000000 !important;
}

.red {
	color: #dc5867 !important;
}

.blue {
	color: #3892a4 !important;
}

.dark-blue {
	color: #136576 !important;
}

/* Text - Positions */
.upper-case {
	text-transform: uppercase;
}

.lower-case {
	text-transform: none;
}

.underline {
	text-decoration: none;
	box-shadow: Inset #dc5867 0 -2px 0 0;
}

.center-align {
	text-align: center;
	justify-content: center;
}

.vertical-align {
	align-items: center;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

@media print, screen and (min-width: 48rem) {
.underline {
	box-shadow: Inset #dc5867 0 -3px 0 0;
}
}


/* Padding/Margin - None */
.p-top-none {
	padding-top: 0 !important;
}

.p-bottom-none {
	padding-bottom: 0 !important;
}

.m-top-none {
	margin-top: 0 !important;
}

.m-bottom-none {
	margin-bottom: 0 !important;
}