html,

body {

	counter-reset: section;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	-webkit-font-smoothing: antialiased;

	-moz-font-smoothing: antialiased;

	font-smoothing: antialiased;

}



html {

    color: #222;

    font-size: 16px;

    line-height: 1.2;

}



body {

    font-family: 'Open Sans', sans-serif;

    font-size: 16px;

    line-height: 1.2;

    overflow-x:hidden; 

    background: #061a25;

}



::-moz-selection {

    background: #b3d4fc;

    text-shadow: none;

}



::selection {

    background: #b3d4fc;

    text-shadow: none;

}



.clearfix {

	clear: both;

}



hr {

    display: block;

    height: 1px;

    border: 0;

    border-top: 1px solid #ccc;

    margin: 1em 0;

    padding: 0;

}



sup {

	font-size: 0.45em;

	top: -0.8em;

	font-weight: 600;

}



textarea {

    resize: vertical;

}



ul,ol,figure {

	display: block;

	padding: 0;

	margin: 0;

}



ul,ol {

	list-style: none;

}





*, *:before, *:after {

	-webkit-box-sizing: inherit;

	box-sizing: inherit;

}



a {

	color: #007fb4;

}



h1,h2,h3, h4, h5, h6 {

    line-height: 1;

    margin: 0;

    padding: 0;

}



img {

	display: block;

	max-width: 100%;

	height: auto;

}



video {

    display: block;

    width: 100%;

    margin: 0 auto;

}



.centered {

	text-align: center;

}   



.main-title {

	font-size: 54px;

    font-weight: 600;

	line-height: 1;

	color: #333333;

	text-align: center;

	margin: 0 0 10px;

	padding-top: 40px;

}



.main-title.bottom-space {

	margin-bottom: 44px;

}



.sub-title {

	margin: 0;

	padding-bottom: 50px;

	font-size: 34px;

	font-weight: 500;

	line-height: 1.2;

	color: #009ada;

	text-align: center;

}



::-webkit-input-placeholder {

  color: #ababab;

  font-size: 14px;

}



::-moz-placeholder {

  color: #ababab;

  font-size: 14px;

}



:-ms-input-placeholder {

  color: #ababab;

  font-size: 14px;

}



::-ms-input-placeholder {

  color: #ababab;

  font-size: 14px;

}



::placeholder {

  color: #ababab;

  font-size: 14px;

}



.text.uppercase-h2 h2,

.text.uppercase-h3 h3,

.text.uppercase-h4 h4 {

	text-transform: uppercase;

}



.text.blue-h2 h2,

.text.blue-h3 h3,

.text.blue-h4 h4 {

	color: #0099dc;

}



.text h2 {

	margin:0 0 20px;

	font-size: 50px;

    text-align: center;

   	color:#333;

    font-weight: 400;

} 



.text h3 {

	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;

	margin:0 0 8px;

	color:#333;

    font-size: 30px;

    line-height: 1;

    font-weight: 400;

}



.text hr {

	margin: 0;

}



.text li,

.text p {

	font-size: 18px;

	font-weight: 400;

	color:#333;

	

}



.text p {

	line-height: 1.3;

	margin:0 0 14px;

}



.text ol li,

.text ul li {

    padding-left: 12px;

    position: relative;

    line-height: 1.2;

    margin-bottom: 8px;

}



.text ul li:before {

    content: '';

    display: block;

    width: 4px;

    height: 4px;

    border-radius: 50%;

    background-color: #3e3e3e;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    margin: auto;

}



.text.white > * {

	color: #fff;

}



.text *:last-child {

	margin-bottom: 0;

}



.text small {

	font-style: italic;

	font-size: 15px;

	color:#333;

	line-height: 1.3;

}



.text strong {

	font-weight: 600;

}



.no-space {

	margin: 0;

	padding:0; 

}



.uppercase {

	text-transform: uppercase;

}



.italic {

	font-style: italic;

}



.submit-btn.success {

	background-color:#8fbf29;

}



.site {

    width: 100%;

    background: #ffffff;

    max-width: 1920px;

    min-height: 100vh;

	margin: 0 auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

}



body.safari .site {

	min-height: 100%;	

}



body.msie .main-content {

	-webkit-box-flex: 0;

	-ms-flex-positive: 0;

	flex-grow: 0;

}



.main-content {

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	-ms-flex-negative: 0;

	flex-shrink: 0;

}



.wrapper {

	max-width: 1280px;

	margin: 0 auto;

	width: 92%;

}



/* Lang Dropdown Start*/

.header-top-nav {

	background-color:#ececec;

}



.header-top-nav .wrapper {

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

}



.social-media {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	margin: -5px;

}



.social-media-item {

	padding: 5px;

}



.lang {

    position: relative;

    cursor: pointer;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    width: 84px;

    padding: 6px 26px 6px 12px;  

}



.lang:after {

    content: '';

    display: block;

    width: 6px;

    height: 6px;

    border-right: 2px solid #515151;

    border-bottom: 2px solid #515151;

    position: absolute;

    top: calc(50% - 2px);

    right: 16px;

    -webkit-transform: translateY(-50%) rotate(45deg);

    -ms-transform: translateY(-50%) rotate(45deg);

    transform: translateY(-50%) rotate(45deg);

    -webkit-transition: -webkit-transform 0.35s ease;

    transition: -webkit-transform 0.35s ease;

    -o-transition: transform 0.35s ease;

    transition: transform 0.35s ease;

    transition: transform 0.35s ease, -webkit-transform 0.35s ease;

}



.lang.open:after {

    -webkit-transform:translateY(-50%) rotate(226deg);

    -ms-transform:translateY(-50%) rotate(226deg);

    transform:translateY(-50%) rotate(226deg);

    top:50%;

}



.lang-list {

    opacity: 0;

    visibility: hidden;

    position: absolute;

    top: 100%;

    left: 0;

    z-index: 10;

    font-size: 15px;

    cursor: pointer;

    background-color: #1d1d1d;

    -webkit-transition: all 0.35s ease;

    -o-transition: all 0.35s ease;

    transition: all 0.35s ease;

    width: 100%;

}



.lang.open .lang-list {

    opacity: 1;

    visibility: visible;

}



.lang-item {

    display: block;   

    padding: 12px 6px;

    text-align: center;

    -webkit-transition: background-color 0.35s ease;

    -o-transition: background-color 0.35s ease;

    transition: background-color 0.35s ease;

}



.lang-item:after {

    content: "";

    position: absolute;

    top: 26px;

    bottom: 26px;

    right: 0;

    width: 1px;

    background-color: #414141;

}



.non-touch .lang-item:hover,

.lang-item.selected {

    background-color: #007bff;

}



.lang-text {

    text-transform: uppercase;        

    font-size: 12px;

    font-weight: 600;

    color: #515151;

    margin: 0;

    text-align: center;

}



.flag-icon-text {

    color: #fff;

    font-size: 16px;

    font-weight: 600;

    text-transform: uppercase;

}

/*Lang Dropdown End*/


.btn {

	display: inline-block;

	cursor: pointer;

	font-size: 16px;

	line-height: 1;	

	padding: 1em 1.56em;

	font-weight: 600;

	background-color: #129bd8;

	text-transform: uppercase;

	color: #fff;

	text-decoration: none;

	outline: none;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	-webkit-transition: all 0.35s ease;

	-o-transition: all 0.35s ease;

	transition: all 0.35s ease;

}

.btn-row{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px;
}
.btn-row .btn{
    margin: 10px;
}

.btn.white-btn {

	color: #129bd8;

	background-color: #fff;

}



.btn.primary-btn {

	border-radius: 0.45em;

	background: -webkit-gradient(linear, left top, right top, from(#d0195f), to(#d81212));

	background: -webkit-linear-gradient(left, #d0195f 0%, #d81212 100%);

	background: -o-linear-gradient(left, #d0195f 0%, #d81212 100%);

	background: linear-gradient(to right, #d0195f 0%, #d81212 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0195f', endColorstr='#d81212', GradientType=1 );

}



.btn.primary-stroke-btn  {

    background: none; 

    position: relative;

    padding: 0; 

    font-size: 32px;

	padding-bottom: 0.4em;



}



.btn.primary-stroke-btn > span {

    border-radius: 0.6em 0.6em 0 0;

    display: inline-block;

	background: -webkit-gradient(linear, left top, right top, from(#d0195f), to(#d81212));

	background: -webkit-linear-gradient(left, #d0195f 0%, #d81212 100%);

	background: -o-linear-gradient(left, #d0195f 0%, #d81212 100%);

	background: linear-gradient(to right, #d0195f 0%, #d81212 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0195f', endColorstr='#d81212', GradientType=1 );

    padding: 0.4em 1.2em;

	width:100%;

    position: relative;

}



.btn.primary-stroke-btn:after {

	content: '';

	display: block;

	width: 100%;

	height: 0.4em;

	border-radius: 0 0 0.6em 0.6em;

	background: -webkit-gradient(linear, left top, right top, from(#e995b5), to(#ed9292));

	background: -webkit-linear-gradient(left, #e995b5 0%, #ed9292 100%);

	background: -o-linear-gradient(left, #e995b5 0%, #ed9292 100%);

	background: linear-gradient(to right, #e995b5 0%, #ed9292 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e995b5', endColorstr='#ed9292', GradientType=1 );

	position: absolute;

	width: 100%;

	bottom: 0;

	left: 0;

	border-top: 0.09em solid #fff

}

.btn.primary-stroke-btn p i.icon-truck{    margin: 0 5px;}
.btn.primary-stroke-btn.btn-md{
    font-size: 16px;
}
.btn.primary-stroke-btn p{
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
    margin: 0;
    font-size: 20px;
    color: black;
    background: #f1c31e;
}
.btn.primary-stroke-btn.btn-blue>span{
    background:#005c82;
}
.btn.primary-stroke-btn.btn-blue:after{
    background:#005c82;
}

.free-shipping-badge{
	display:none;
    text-transform: uppercase;
    background: #f14e00;
    border-radius: 5px;
    color: white;
    padding: 0 5px;
    text-shadow: 1px 1px 1px black;
    text-transform: uppercase;
    font-weight: bold;
}
.free-shipping-badge i.icon-truck{
    margin-right: 3px;
    line-height: 1;
}
/*Scroll top btn Start*/

.scrollTop-btn {

	opacity: 0;

	visibility: hidden;

	position: fixed;

	right: 15px;

	bottom: 15px;

	padding: 0;

	width: 50px;

	height: 50px;

	-webkit-transition: all 0.35s ease;

	-o-transition: all 0.35s ease;

	transition: all 0.35s ease;

	background: -webkit-gradient(linear, left top, right top, from(#d0195f), to(#d81212));

	background: -webkit-linear-gradient(left, #d0195f 0%, #d81212 100%);

	background: -o-linear-gradient(left, #d0195f 0%, #d81212 100%);

	background: linear-gradient(to right, #d0195f 0%, #d81212 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0195f', endColorstr='#d81212', GradientType=1 );

}



.scrollTop-btn:before {

	content: '';

	display: block;

	width: 16px;

	height: 16px;

	position: absolute;

	top: 19px;

	bottom: 0;

	left: 0;

	right: 0;

	margin:0 auto;

	border-top: 3px solid #fff;

	border-left: 3px solid #fff;

	-webkit-transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	transform: rotate(45deg);

	-webkit-transition: border-color 0.35s ease;

	-o-transition: border-color 0.35s ease;

	transition: border-color 0.35s ease;

}



.scrollTop-btn.show {

	visibility: visible;

	opacity: 1;	

}

/*Scroll top button End*/



.icon {

	display: inline-block;

	line-height: 0.9;

	font-size: 56px;

	color: #009ada;

	margin-bottom: 10px;

}



.site[data-page="order-page"] .main-content {

    background: #15517b -webkit-linear-gradient(75deg, #15517b 50%, #0b2d40 50.1%) no-repeat;

    background: #15517b -o-linear-gradient(75deg, #15517b 50%, #0b2d40 50.1%) no-repeat;

    background: #15517b linear-gradient(15deg, #15517b 50%, #0b2d40 50.1%) no-repeat;

}



.site[data-page="index"] .main-header {

	width: 100%;

	max-width: 1920px;

	position: fixed;

	left: 0;

	right: 0;

	margin: 0 auto;

	-webkit-transform: translateY(-101%);

	-ms-transform: translateY(-101%);

	transform: translateY(-101%);

	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);

	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);

}



.site[data-page="index"] .main-header.visible {

	-webkit-transform: translateY(0);

	-ms-transform: translateY(0);

	transform: translateY(0);

}



.main-header {

	position: relative;

	-ms-flex-negative: 0;

	flex-shrink: 0;

	background-color: #fff;

	z-index: 100;

	-webkit-transition:all 0.5s ease;

	-o-transition:all 0.5s ease;

	transition:all 0.5s ease;

}



.is_stuck.main-header {

	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);

	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);

}



.main-header .wrapper {

	-ms-flex-negative: 0;

	flex-shrink: 0;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

}



.site-logo {

	display: block;

}



.site-logo > img {

	display: block;

	padding: 10px 0;

    max-width: 140px;

    width:100%;

    height: auto;

	-webkit-transform-origin: left center;

	-ms-transform-origin: left center;

	transform-origin: left center;

	-webkit-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}



.safari .site-logo > img {

	-webkit-transition: none;

	-o-transition: none;

	transition: none;

}



.main-nav {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

}



.main-nav-link {

	text-align: center;

	text-decoration: none;

	display: inline-block;

	position: relative;

	cursor: pointer;

	color: rgba(36,36,36,0.5);

	font-size: 16px;

	text-transform: uppercase;

	font-weight: 700;

	line-height: 1;

	margin: 10px 14px;

	-webkit-transition: all 0.35s ease;

	-o-transition: all 0.35s ease;

	transition: all 0.35s ease;

	position: relative;

}



.non-touch .main-nav-link:hover,

.main-nav-link.selected {

	color: rgba(36,36,36,1);

}



.main-nav-link:after {

	content: '';

	display: block;

	width: 100%;

	height: 2px;

	position: absolute;

	left: 0;

	top: 100%;

	background: -webkit-gradient(linear, left top, right top, from(#d0195f), to(#d81212));

	background: -webkit-linear-gradient(left, #d0195f 0%, #d81212 100%);

	background: -o-linear-gradient(left, #d0195f 0%, #d81212 100%);

	background: linear-gradient(to right, #d0195f 0%, #d81212 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0195f', endColorstr='#d81212', GradientType=1 );

	-webkit-transform: scale(0);

	-ms-transform: scale(0);

	transform: scale(0);

	-webkit-transition: -webkit-transform 0.35s ease;

	transition: -webkit-transform 0.35s ease;

	-o-transition: transform 0.35s ease;

	transition: transform 0.35s ease;

	transition: transform 0.35s ease, -webkit-transform 0.35s ease;

}



.non-touch .main-nav-link:hover:after,

.main-nav-link.selected:after {

	-webkit-transform: scale(1);

	-ms-transform: scale(1);

	transform: scale(1);

}



.m-menu-btn {

    display: none;

    -ms-flex-negative: 0;

    flex-shrink: 0;

    margin-left: 12px;

    cursor: pointer;

    width: 34px;

    height: 40px;

    position: relative;

}



.m-menu-btn:before {

    content: '';

    position: absolute;

    top: 50%;

    margin-top: -12px;

    left: 0;

    width: 100%;

    height: 24px;

    border-top: 4px solid #1d1d1d;

    border-bottom: 4px solid #1d1d1d;

    -webkit-transition: -webkit-transform 0.35s ease;

    transition: -webkit-transform 0.35s ease;

    -o-transition: transform 0.35s ease;

    transition: transform 0.35s ease;

    transition: transform 0.35s ease, -webkit-transform 0.35s ease;

}



.m-menu-btn:after {

    content: '';

    position: absolute;

    top: 50%;

    margin-top: -2px;

    left: 0;

    width: 100%;

    height: 4px;

    background-color:#1d1d1d;

    -webkit-transition: -webkit-transform 0.35s ease;

    transition: -webkit-transform 0.35s ease;

    -o-transition: transform 0.35s ease;

    transition: transform 0.35s ease;

    transition: transform 0.35s ease, -webkit-transform 0.35s ease;

}



body.menu-opened .m-menu-btn:before {

    border: none;

    height: 4px;

    margin-top: 0;

    background-color: #1d1d1d;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg)

}



body.menu-opened .m-menu-btn:after {

    -webkit-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    transform: rotate(-45deg);

    margin-top: 0

}



.iframe-sect {

	margin: 0 auto;

	cursor: pointer;

    border-bottom: 6px solid #005c82;

}



.iframe-sect-header {

	background-color: #061a25;

}



.iframe-sect-header .main-title {

	color: #fff;

}



.iframe-sect-header .wrapper {

	border-bottom: 6px solid #fff;	

}



.triangle-separator {  

	overflow: hidden;  

	height: 0;

	padding-top: 5%;

	position: relative;  

    background-color: #fff;  

}  



.triangle-separator:before {  

	right: 50%;  

	border-right: 1000px solid transparent;  

}  



.triangle-separator:after {  

	left: 50%;  

	border-left: 1000px solid transparent;  

}  



.triangle-separator:after,  

.triangle-separator:before {  

	content: '';  

	position: absolute;  

	bottom: 0;  

	width: 50%;  

	border-bottom: 100px solid #061a25;  

}  



.iframe {

	position: relative;

	height: 0;

	padding-top:32%;

	background-size: cover;

}



.iframe > iframe  {

	position: absolute;

    top: 0;

    margin: 0 auto;

    left: 0;

    right: 0;

    width: 100%;

    height: 100%;

}



.iframe-sect.hide .play-btn {

	display: none;

}



.play-btn {

    pointer-events: none;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

    width: 68px;

    height: 68px;

    border: 5px solid #009ada;

    border-radius: 50%;

}



.play-btn:before {

    content: '';

    display: block;

    width: 0;

    height: 0;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-left:4px;

    -webkit-transform: translate(-50%,-50%);

    -ms-transform: translate(-50%,-50%);

    transform: translate(-50%,-50%);

    border-top: 12px solid transparent;

    border-bottom: 12px solid transparent;

    border-left: 24px solid #fff;

}



.overview-sect .wrapper {

	margin-bottom: 30px;

}



.overview-layout {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	margin: -10px;

}



.ov-col {

    padding: 10px;

    width: 40%;

}



.ov-col-37 {

	width: 37%;

}



.ov-col-24 {

	width: 24%;

}



.ov-col.left {

	text-align: right;

}



.overview-img-mobile {

	display: none;

}



.ov-col.left .overview-item-content {

	margin-right: 14px; 

}



.ov-col.right .overview-item-content {

	margin-left: 14px; 

}



.overview-item {

	margin-bottom: 30px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

}



.overview-item-content {

	width:80%;

}



.curve {

	width: 20%;

	margin: 0 auto;

	position: relative;

	overflow: hidden;

}



.curve:before,

.curve:after {

	content: '';

	display: block;

}



.curve:before {

	padding-top: 100%;

}



.curve:after {

	background-color: #fff;

	width: 200%;

	height: 200%;

	border: 2px dashed #000;

	border-radius: 50%;

	position: absolute;

}



.curve.top-left:after {

	top: 0;

	right: -16%;

}



.curve.top-right:after {

	top: 0;

	left: -16%;

}



.curve.bottom-left:after {

	bottom: 0;

	right: -16%;

}



.curve.bottom-right:after {

	bottom: 0;

	left: -16%;

}



.details-sect {

	padding: 50px 0 40px 0;

	background-color: #021019;

}



.details-row {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

}



.details-row.opposite .details-col:last-child {

	-webkit-box-ordinal-group: 0;

	-ms-flex-order: -1;

	order: -1;

}



.details-col {

	text-align: center;

	max-width: 500px;

	width: 100%;

}



.details-col .text {

	min-height: 100%;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-negative: 1;

	flex-shrink: 1;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	padding: 20px;

}



.comp-sect {

	padding-top:30px;

}



.comp-top-list {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: -15px;

}



.comp-top-item {

	width: 33.333%;

	padding: 15px;

	text-align: center;

}



.comp-top-item  img {

	margin-bottom: 20px;

	margin: 0 auto 20px;

}


.comp-bottom-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin:40px -15px 0;

  justify-content: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}



.comp-bottom-item {

	padding: 15px;

}



.comp-bottom-item.text-box {

	max-width: calc(100% - 380px);

}



.comp-bottom-item.img-box {

	max-width: 380px;

}



.m-banner-img {

	display: none

}



.features-content {

	padding: 100px 0 50px 0; 

	position: relative;

	background-color: #f9f9f9;

}



#triangle-sh-separator {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 2;

}



#triangle-sh-path1 {

    fill: #fff;

    stroke: #fff;

}



#triangle-sh-path2{

    fill: #dcdcdc;

    stroke: #dcdcdc;

}



.features-content {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

}



.features-left-col {

	width:30%;

	max-width: 634px;

	margin-top: -99px;

}



.features-right-col {

	width:70%;

}



.features-list {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

}



.features-item {

	width: 50%;

	padding: 20px;

}



.features-img {

    border-bottom-right-radius: 100px;

}



.features-img.mobile {

	display: none;

}



.st-sect {

	background:#129ad8 url('../images/webp/person-torch.webp') no-repeat left bottom/contain;

	padding: 30px 0;

}



.st-row {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	margin: -15px;

}



.st-text-col,

.st-image-col {

	padding:15px;

}



.st-image-col {

	width: 100%;

	max-width: 501px;

}



.faq-flex-container {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

}



.faq-flex-container > img {

	max-width: 480px;

	width: 100%;

	margin-right: 16px;

}



.faq-label {

	margin: 20px 0;

	font-size: 18px;

	padding: 10px;

	border-radius: 4px;

	display: inline-block;

	color: #fff;

	background-color: #777; 

}



.comment-sect {

	margin-bottom: 40px;

}



.avarage-comment-text {

	font-size: 22px;

	margin: 0 0 20px;

	padding-bottom: 20px;

	border-bottom: 1px solid #ddd;

}



.rating-stars {

	text-align: center;

}



.comment-row {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: start;

	-ms-flex-align: start;

	align-items: flex-start;

	margin:-10px;

}



.comment-col {

	width: 50%;

	padding:10px;

}



.comment-box {

	border: 1px solid #ddd;

}



.comment-box .text {

	padding: 15px;

}



.comment-box:not(:last-child) {

	margin-bottom: 20px;

}



.comment-box-header,

.comment-box-footer {

	background-color: #f5f5f5;

	padding:8px;

}



.comment-box-header {

	font-size: 18px;

	border-bottom: 1px solid #ddd;

}



.comment-box-footer {

	font-size: 0;

	border-top: 1px solid #ddd;

}



.social-icon {	

	display: inline-block;

	width: 30px;

}



.social-icon:first-child {

	margin-right: 5px;

}



.icon-star {

	display: inline-block;

	line-height: 0.9;

	color:gold;

	font-size: 32px;

}



.small-stars .icon-star {

	font-size: 11px;

}



.comment-post-panel {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	padding:15px;

	margin: -4px;

}



.comment-author {

	font-size: 14px;

	margin: 0;

	padding:4px;

}



.comment-date-wrapper {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	padding:4px;

}



.comment-date-wrapper time {

	font-size: 13px;

}



.icon-calendar {

	font-size: 16px;

	display: inline-block;

	line-height: 0.9;

	margin-right: 4px

}



.rating {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	padding:4px;

}



.rating-text {

	margin-right: 6px;

	font-size: 14px;

}



.main-footer {

	-ms-flex-negative: 0;

	flex-shrink: 0;

	background-color: #1d1d1d;

	padding:26px 0; 

}



.footer-content-left > small {

	display: block;

	color: #fff;

	font-size: 12px;

	font-style:italic;

}



.footer-content-left .globaxy-link {

	font-size: 12px;

	color: #fff;

}



.footer-content-right .footer-nav {

	-webkit-box-pack: end;

	-ms-flex-pack: end;

	justify-content: flex-end;

}



.main-footer .wrapper {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

}



.footer-nav {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	margin:0 -8px

}



.footer-nav-item {

	padding:0 8px;

	position: relative;

}



.footer-nav-item:not(:last-child):after {

	content: '';

	display: block;

	width: 2px;

	background-color: #fff;

	position: absolute;

	top: 2px;

	bottom: 2px;

	right: 0;

}



.copyright-text,

.footer-nav-link {

	display: block;

	color: #fff;

	text-decoration: none;

	font-size: 15px;

	line-height: 1;

	position: relative;

	margin: 0;

}



.copyright-text,

.footer-nav:first-child {

	margin-bottom: 8px;

}



.footer-nav-link {

	text-transform: uppercase;

}



.non-touch .footer-nav-link:hover:after{

	-webkit-transform: scale(1);

	-ms-transform: scale(1);

	transform: scale(1);

}



.footer-nav-link:after {

	content: '';

	display: block;

	width: 100%;

	height: 1px;

	background-color: #fff;

	-webkit-transition: -webkit-transform 0.35s ease;

	transition: -webkit-transform 0.35s ease;

	-o-transition: transform 0.35s ease;

	transition: transform 0.35s ease;

	transition: transform 0.35s ease, -webkit-transform 0.35s ease;

	-webkit-transform: scale(0);

	-ms-transform: scale(0);

	transform: scale(0);

	position: absolute;

	top: 100%;

	left: 0;

}



.contact-layout {

	padding-top: 40px;

}



.thanks-wrapper {

	padding:40px 0;

	max-width: 1200px;

	margin: 0 auto;

	width: 92%;

	text-align: center;

}



.contact-layout .order-layout-left > img {

	display: block;

	max-width: 100%;

	height: auto;

	margin: 0 auto;

}



.thanks-img {

	margin: 0 auto; 

}



.fittings-sect {

	padding-bottom: 30px;

}



.fittings-row {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	border:solid #ddd;

	border-width: 0 1px 1px;

	margin-left: -1px;

	margin-right: -1px;

}



.fittings-col {

	width: 50%;

	padding:15px;

}



.fittings-col:first-child {

	border-right: 1px solid #ddd;

}



.fittings-table {

	display: table;

	border-collapse: collapse;

	table-layout: fixed;

	width: 100%;

}



.fittings-table-header {

	border-bottom: 3px solid #129bd8;

	margin-bottom: 16px;

	font-weight: 700;

	font-size: 20px;

	text-transform: uppercase;

}



.fittings-tr {

	display: table-row;

	margin: 0;

}



.fittings-th,

.fittings-td {

	padding-top: 10px;

	padding-bottom: 10px;

	display: table-cell;

	vertical-align: middle;

	word-wrap: break-word;

	line-height: 1.3;

}



.fittings-th {

	font-weight: 700;

	font-size: 18px;

}



.fittings-td {

	font-size: 16px;

}



.fittings-list {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: -1px 0 0 -1px;

}



.fittings-item {

	width: calc(33.333% - 1px);

	outline: 1px solid #ddd;

	margin: 1px 0 0 1px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

}



.fittings-item-figure {

	overflow: hidden;

	padding:15px;

	text-align: center;

}



.fittings-item-figure .icon {

	-ms-flex-item-align: center;

	-ms-grid-row-align: center;

	align-self: center;

	font-size: 150px;

	line-height: 0.7;

}



.fittings-item-figure > img {

	margin: 0 auto 10px;

}



.fittings-item-figure > figurecaption {

	display: block;

	font-size: 18px;

	line-height: 1.2;

	color: #333;

}



.fittings-col.center-aligned {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

}



.text .check-list {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	margin-bottom: 30px;

}



.text .check-list .check-item {

	padding-left: 18px;

	text-align: left;

}



.text .check-list .check-item:before {

	content : '';

	width: 8px;

	height: 14px;

	border-right: 2px solid #129ad8;

	border-bottom: 2px solid #129ad8;

	border-radius: 0;

	background: none;

	-webkit-transform: rotate(34deg);

	-ms-transform: rotate(34deg);

	transform: rotate(34deg);

}



.variety-sect {

	max-width: 1280px;

	margin: 0 auto;

	padding-bottom:30px; 

}



.variety-sect .main-title {

	margin:0 auto 70px;

	width: 92%;

}



.carousel-list {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	margin-bottom: 12px;

}



.carousel-list.mobile {

	display: none;

}



.carousel-item {

	display: block;

	text-align: center;

	-webkit-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}



.carousel-list.desktop .carousel-item {

	position: relative;

	width: 30%;

	-webkit-filter: brightness(0.5);

	filter: brightness(0.5);

}



.carousel-list.mobile .carousel-item {

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

}



.carousel-list.desktop .carousel-item.bright {

	-webkit-filter: brightness(1);

	filter: brightness(1);

}



.carousel-list.desktop .carousel-item:not(:first-child) {

	margin-left:-6.6%;

}



.carousel-list.mobile .carousel-item:not(:first-child) {

	margin-left: 2px;

}



.carousel-img {

	position: absolute;

	top: 0;

	left: 0;

	visibility: hidden;

	pointer-events: none;

}



.carousel-svg {

	display: block;

	cursor: pointer;

}



.carousel-tab  {

	cursor: pointer;

	background-color: #129bd8;

	padding: 4px;

	-webkit-transition: all 0.35s ease;

	-o-transition: all 0.35s ease;

	transition: all 0.35s ease;

}



.carousel-item.bright .carousel-tab {

	background-color: #083448;

}



.carousel-tab  > i {

	display: inline-block;

	line-height: 0.8;

	color: #fff;

	font-size: 36px;

}



.carousel-badge {

	position: absolute;

	width: 80%;

	left: 0;

	right: 0;

	margin: auto;

	text-align: center;

} 



.carousel-badge-content {

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	text-align: center;

	margin: auto;

	left: 0;

	background-color: #fff;

	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);

	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);

	padding: 6px 10px;

}



.carousel-badge.top {

	top: 20px

}



.carousel-badge.bottom {

	bottom: 20px;

}



.carousel-badge-content > i {

	display: inline-block;

	line-height: 0.8;

	margin-right: 5px;

	font-size: 30px;

}



.carousel-badge-text {

	margin: 0;

	text-transform: uppercase;

	font-weight: 700;

	font-size: 18px;

	line-height: 1.1;

}



.variety-list-wrapper {

	overflow-x: hidden;

}



.variety-list  {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	width: 400%;

	top: 0;

	left: 0;

	overflow-x: hidden;

	-webkit-transition: -webkit-transform 1s ease;

	transition: -webkit-transform 1s ease;

	-o-transition: transform 1s ease;

	transition: transform 1s ease;

	transition: transform 1s ease, -webkit-transform 1s ease;

}



.variety-item {

	width: 25%;

}



.variety-item:not(:first-child) .text {

	display:-webkit-box;

	display:-ms-flexbox;

	display:flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	-ms-flex-pack: distribute;

	justify-content: space-around;

	min-height: 100%;

}



.variety-item-images {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	margin:0 -5px;

}



.variety-item-figure {

	padding:5px;

}



.variety-item-figure > img {

	border-radius: 50%;

	margin-bottom: 12px;

}



.variety-item-figure > figurecaption {

	display: block;

	font-size: 18px;

	font-weight: 700;	

	color: #3e3d38;

	line-height: 1;

	text-align: center;

}



/* ==========================================================================

   Media Queries

   ========================================================================== */



@media only screen and (max-width: 1366px) {

	

	.variety-item {

		width: 23%;

		margin: 0 auto;

	}

}



@media only screen and (max-width: 1280px) {

	

	.carousel-badge-content > i {

    	font-size: 25px;

	}



	.carousel-badge-text {

		font-size: 16px;

	}



	.features-content {

    	-webkit-box-orient: vertical;

    	-webkit-box-direction: normal;

    	-ms-flex-direction: column;

    	flex-direction: column;

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;

	}



	.features-item {

		text-align: center;

	}



	.features-list {

    	margin:-20px;

	}	



	.features-left-col {

		width: 100%;

		margin-bottom:30px;	

	}



	.features-right-col {

		width: 92%;

		max-width: 1200px;

		margin: 0 auto;

	}



	.features-img.desktop {

		display: none;

	}



	.features-img.mobile {

		display: block;

	}



	.features-img {

		border-bottom-right-radius: 0;

	}



	.btn.primary-stroke-btn {

	    font-size: 26px;

	}



	.site-logo > img {

	    max-width: 120px;

	}



	.main-title {

		font-size: 48px;

	}



	.sub-title {

		font-size: 30px;

	}



	.text h3 {

		font-size: 25px;

	}



	.text p {

		margin-bottom: 12px;

	}

}



@media only screen and (max-width: 1024px) {

	

	.carousel-list.desktop {

		display: none;

	}



	.carousel-list.mobile {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

	}



	.carousel-badge-content > i {

		font-size: 20px;

	}



	.carousel-badge-text {

		font-size: 14px;

	}





	.main-title.bottom-space {

		margin-bottom: 20px;

	}

	

	.main-title {

		font-size: 44px;

	}



	.variety-sect .main-title {

		margin-bottom:40px;

	}



	.variety-item-figure > figurecaption {

		font-size: 15px;

	}



	.iframe {

		padding-top:56.25%;

	}

	



	.st-sect {

		background-image: none;

	}



	.st-row {

		margin: -10px;

	}



	.st-text-col,

	.st-image-col {

		width: 50%;

		padding: 10px;

	}



	.comp-top-list {

		-ms-flex-pack: distribute;

		justify-content: space-around;

	}



	.comp-top-item  {

		width: 50%;

		max-width: 370px;

	}

	

	.text h2 {

		font-size: 42px;

	}



	.copyright-text,

	.footer-nav-link {

		font-size: 14px;

	}



	.site-logo > img {

    	max-width: 100px;

	}

}



@media only screen and (max-width: 768px) {

	

	.variety-sect {

		padding-bottom: 15px;

	}



	.variety-item-images {

		-ms-flex-wrap: wrap;

		flex-wrap: wrap;

	}

	

	.variety-item-figure > img {

		margin-bottom: 8px;

		width: 100%;

		max-width: 110px;

	}



	.fittings-item {

		width: calc(50% - 1px);

	}



	.fittings-col:first-child {

		border-right: 0;

	}



	.fittings-row {

		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column;

	}

	

	.fittings-col {

		width: 100%;

	}



	.main-title.bottom-space {

		margin-bottom: 14px;

	}



	.comment-row {

		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column;

	}



	.comment-col {

		width: 100%;

	}



	.sub-title {

		padding-bottom: 30px;

	}



	.features-content {

		padding-top: 0;

	}



	.features-left-col {

		margin-top: 0;

	}



	.features-item {

		width: 100%;

	}



	#triangle-sh-separator {

		display: none;

	}

	

	.m-banner-img {

		display: block;

	}



	.d-banner-img {

		display: none;

	}



	.comp-bottom-item.text-box {

		max-width: calc(100% - 280px);

	}



	.comp-bottom-item.img-box {

		max-width: 280px;

	}

	

	.details-row {

		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column;

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;

	}



	.details-row.opposite .details-col:last-child {

		-webkit-box-ordinal-group: 2;

		-ms-flex-order: 1;

		order: 1;

	}



	.text h2 {

		font-size: 38px;

	}



	.btn.primary-stroke-btn {

	    font-size: 22px;

	}



	.overview-img-desktop {

		display: none;

	}



	.overview-img-mobile {

		display: block;

		margin: 0 auto;

	}



	.curve {

		display: none;

	}



	.overview-layout {

		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column;

		margin: 0 0 30px;

	}



	.ov-col {

		padding: 0;

	}



	.ov-col.left,

	.ov-col.right {

		text-align: center;

	}



	.ov-col-24,

	.ov-col-37 {

		width: 100%;

	}



	.ov-col-24 {

		-webkit-box-ordinal-group: 2;

		-ms-flex-order: 1;

		order: 1;

	}



	.ov-col.left .overview-item-content,

	.ov-col.right .overview-item-content {

		margin: 0;

	}



	.overview-item-content {

		width: 100%;

	}

	

	.copyright-text,

	.footer-content-left > small {

		text-align: center;

	}



	.site:after {

		content: '';

		opacity: 0;

		visibility: hidden;

		display: block;

		position: fixed;

		top: 0;

		left: 0;

		width: 100%;

		height: 100%;

		background: rgba(0,0,0,0.8) no-repeat center center;

	    -webkit-transition:all 0.35s ease;

	    -o-transition:all 0.35s ease;

	    transition:all 0.35s ease;

	}



	body.menu-opened .site:after {

		opacity: 1;

		visibility: visible;

	}



	.header-top-nav {

		position: relative;

		z-index: 50;

	}



	.header-bottom-nav:before {

		content: '';

		display: block;

		position: absolute;

		left: 0;

		right: 0;

		top: 0;

		bottom: 0;

		margin: auto;

		background-color: #fff;

	}



	.site-logo {

		position: relative;

	}



	.main-header {

		position: relative;

	}



	.text small {

		font-size: 14px;	

	}



	.main-nav {

		z-index: -1;

		-webkit-transform: translateY(-100%);

		-ms-transform: translateY(-100%);

		transform: translateY(-100%);

		display: block;

		width: 100%;

		position: absolute;

		top: 100%;

		left: 0;

		background-color: #fff;

		-webkit-transition: -webkit-transform 0.35s ease;

		transition: -webkit-transform 0.35s ease;

		-o-transition: transform 0.35s ease;

		transition: transform 0.35s ease;

		transition: transform 0.35s ease, -webkit-transform 0.35s ease;

	}



	body.menu-opened .main-nav {

		-webkit-transform: translateY(0);

		-ms-transform: translateY(0);

		transform: translateY(0);

	}



	.main-nav-item {

		text-align: center;

		padding: 12px;

	}



	.main-nav-link {

		margin: 0;

		font-size: 18px;

	}



	.main-nav-link {

		-webkit-transition: background-color 0.35s ease;

		-o-transition: background-color 0.35s ease;

		transition: background-color 0.35s ease;

	}

	

	.m-menu-btn {

    	display: block;

   	}

}



@media only screen and (max-width: 640px) {

	.lang-item{
    padding: 4px 8px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #ffffff4f;
  }

	.variety-item .text h2 {

		font-size: 28px;

		margin-bottom: 8px;

	}



	.st-row {

		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column;

	}



	.st-text-col,

	.st-image-col {

		width: 100%;

	}



	.st-image-col {

		-webkit-box-ordinal-group: 0;

		-ms-flex-order: -1;

		order: -1;

	}



	.st-text-col {

		text-align: center;

	}



	.comp-bottom-list {

		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column;

		-webkit-box-pack: start;

		-ms-flex-pack: start;

		justify-content: flex-start;

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;

		margin-top: 12px;

	}



	.comp-bottom-item.text-box {

		max-width: none;

		text-align: center;

	}



	.comp-bottom-item.img-box {

		-webkit-box-ordinal-group: 0;

		-ms-flex-order: -1;

		order: -1;

	}

	

	.comp-top-item  {

		width: 100%;

		max-width: none;

	}



	.footer-content-left {

		margin-bottom: 16px;

	}



	.main-footer .wrapper {

		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column;

	}



	.main-title {

		padding-top: 30px;

		font-size: 26px;
        font-weight: bold;

	}

	

	.sub-title {

		font-size: 24px;

	}



	.text p {

		font-size: 16px;

		margin-bottom: 10px;

	}

}



@media only screen and (max-width: 530px) {

	

	.variety-item-figure {

		width: 25%;

	}



	.variety-item-figure > img {

		width: auto;

		height: auto;

		max-width: 100%;

	}

}



@media only screen and (max-width: 480px) {

	

	.carousel-tab > i {

		font-size: 32px;

	}



	.variety-item-figure > figurecaption {

		font-size: 13px;

	}



	.fittings-item {

		width: calc(100% - 1px);

	}



	.fittings-tr {

		display: block;

		padding-top: 10px;

		padding-bottom: 10px;

	}



	.fittings-th,

	.fittings-td {

		display: block;

		padding: 0;

	}



	.main-footer .wrapper {

		-webkit-box-align: stretch;

		-ms-flex-align: stretch;

		align-items: stretch;

	}



	.footer-nav {

		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column;

		padding: 0;

		margin: 0;

	}



	.footer-nav-item:not(:last-child):after {

		display: none;

	}



	.footer-nav-item {

		padding: 0;

	}



	.footer-nav-item:not(:last-child) {

		margin-bottom: 8px;

	}

}







