html {
	font-size: 14px;
}

body {
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #2f2f2f;
	line-height: 1.5;
	margin: 0
}

* {
	outline: none;
}

::-moz-selection {
	text-shadow:none;
}

::selection {
	background-color: #14498c;
	color: #fff;
	text-shadow: none;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #14498c;
}

a:hover {
	color: #14498c;
	text-decoration: none;
}

a:focus {
	color: #14498c;
	outline: none;
	text-decoration: none;
}

a:active {
	color: #14498c;
	outline: none;
	text-decoration: none;
}

textarea {
	resize: none
}

.form-control::placeholder {
	color: #2f2f2f;
	opacity: 1; /* Firefox */
}
button.btn {
	margin-bottom: 0
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none
}

/*------------------------------------*\
#TYPOGRAPHY
\*------------------------------------*/

/* Heading Text */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 7px;
}

h1,
.h1 {
	font-size: 32px;
}

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 25px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	color: #2f2f2f;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 23px;
}

.lead {
	font-size: 16px;
	line-height: 1.8;
}

/* Aligning Text */
.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-just {
	text-align: justify !important;
}

.align-top {
	vertical-align: top;
}

.align-bottom {
	vertical-align: bottom;
}

.align-middle {
	vertical-align: middle;
}

.align-baseline {
	vertical-align: baseline
}

/* Weight Text */
.bold {
	font-weight: bold;
}

.regular {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.break-word {
	word-wrap: break-word;
}

.no-wrap {
	white-space: nowrap;
}

/* Text Color */
.text-white {
	color: #fff !important;
}

.text-black {
	color: #2f2f2f;
}

.text-capitalize {
	text-transform: capitalize
}

.text-uppercase {
	text-transform: uppercase
}

.font-heading {
	font-family: 'Montserrat', sans-serif;
}

.font-body {
	font-family: 'Raleway', sans-serif;
}

.font-18 {
	font-size: 18px;
}

.font-16 {
	font-size: 16px;
}

.font-40 {
	font-size: 40px;
}

.font-secondary {
	font-family: 'Droid Serif', serif
}
.text {
	margin-bottom: 40px;
	color: #000;
}
.text p {
	margin-bottom: 10px;
	margin-top: 10px;
}
.text ol li {
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}
.text ol li span {
	font-weight: normal;
}

.text ul li {
	font-weight: normal;
}

.text ul {
	margin-left: 0;
	padding-left: 15px;
}
.text ul li {
	color: #000;
}
.list-decimal {
	list-style-type: decimal;
}
.list-inside {
	list-style-position: inside;
}
/* Lists */
ul.list {
	padding: 0;
	font-size: 13px;
	list-style-type: none;
}

ul.list li {
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
}

ul.icon-list li i {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-right: 10px;
	color: #2f2f2f;
}

ul.number-list li span {
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	margin-right: 15px;
	color: #2f2f2f;
}

ul.dot-list li i {
	font-size: 7px;
	font-weight: 400;
	line-height: 30px;
	margin-right: 19px;
	color: #2f2f2f;
}

/*------------------------------------*\
#ALIGN
\*------------------------------------*/
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
	margin-bottom: 20px;
}

section {
	padding: 40px 0;
	overflow: hidden;
}

footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* All margin */
.m-0 {
	margin: 0;
}

.m-xs {
	margin: 10px;
}

.m-sm {
	margin: 20px;
}

.m-md {
	margin: 40px;
}

.m-lg {
	margin: 80px;
}

/* top margin */
.mt-0 {
	margin-top: 0;
}

.mt-xs {
	margin-top: 10px;
}

.mt-sm {
	margin-top: 20px;
}

.mt-md {
	margin-top: 40px;
}

.mt-lg {
	margin-top: 80px;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px;
}

.mt-150 {
	margin-top: 150px;
}

/* bottom margin */
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 10px;
}

.mb-sm {
	margin-bottom: 20px;
}

.mb-md {
	margin-bottom: 40px !important;
}

.mb-lg {
	margin-bottom: 80px;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px!important;
}

.mb-60 {
	margin-bottom: 60px!important;
}

.mb-150 {
	margin-bottom: 150px!important;
}

/* right margin */
.mr-0 {
	margin-right: 0;
}

.mr-xs {
	margin-right: 10px;
}

.mr-sm {
	margin-right: 20px;
}

.mr-md {
	margin-right: 40px;
}

.mr-lg {
	margin-right: 80px;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-50 {
	margin-right: 50px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-150 {
	margin-right: 150px;
}

/* left margin */
.ml-0 {
	margin-left: 0;
}

.ml-xs {
	margin-left: 10px;
}

.ml-sm {
	margin-left: 20px;
}

.ml-md {
	margin-left: 40px;
}

.ml-lg {
	margin-left: 80px;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-50 {
	margin-left: 50px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-150 {
	margin-left: 150px;
}

/* All padding */
.p-0 {
	padding: 0;
}

.p-xs {
	padding: 10px;
}

.p-sm {
	padding: 20px;
}

.p-md {
	padding: 40px;
}

.p-lg {
	padding: 80px;
}

/* top padding */
.pt-0 {
	padding-top: 0;
}

.pt-xs {
	padding-top: 10px;
}

.pt-sm {
	padding-top: 20px;
}

.pt-md {
	padding-top: 40px;
}

.pt-lg {
	padding-top: 80px;
}

.pt-60 {
	padding-top: 60px;
}

/* bottom padding */
.pb-0 {
	padding-bottom: 0;
}

.pb-xs {
	padding-bottom: 10px;
}

.pb-sm {
	padding-bottom: 20px;
}

.pb-md {
	padding-bottom: 40px;
}

.pb-lg {
	padding-bottom: 80px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-100 {
	padding-bottom: 100px;
}

/* right padding */
.pr-0 {
	padding-right: 0;
}

.pr-xs {
	padding-right: 10px;
}

.pr-sm {
	padding-right: 20px;
}

.pr-md {
	padding-right: 40px;
}

.pr-lg {
	padding-right: 80px;
}

.pr-30 {
	padding-right: 30px !important;
}

.pr-50 {
	padding-right: 50px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-150 {
	padding-right: 150px;
}

/* left padding */
.pl-0 {
	padding-left: 0;
}

.pl-xs {
	padding-left: 10px;
}

.pl-sm {
	padding-left: 20px;
}

.pl-md {
	padding-left: 40px;
}

.pl-lg {
	padding-left: 80px;
}

/* Postions */
.fixed {
	position: fixed;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.static {
	position: static;
}

/* Zindex*/
.zindex-1 {
	z-index: 1;
}

.zindex-2 {
	z-index: 2;
}

.zindex-3 {
	z-index: 3;
}
/* Display */
.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.hide {
	display: none;
}

.flex {
	display: flex;
}

.border-b {
	border-bottom: 1px solid #e5e5e5;
}
/*------------------------------------*\
#BUTTONS
\*------------------------------------*/
.btn {
	position: relative;
	z-index: 2;
}

.btn::before,
.btn::after {
	top: 0;
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.btn:before {
	right: 0;
}

.btn:after {
	left: 0;
}

.btn:hover:before,
.btn:hover:after {
	width: 0;
}

.btn-secondary-2 {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	line-height: 49px;
	width: 130px;
	height: 51px;
	text-align: center;
	font-family: 'Montserrat', sans-serif
}
.btn-secondary-2-1 {
	width: 200px;
}

.btn-primary {
	background-color: #14498c;
	color: #fff;
	border: 2px solid #14498c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #2f2f2f;
	color: #fff;
	border: 2px solid #2f2f2f
}

.btn-primary:hover::before,
.btn-primary:hover::after {
	background-color: #14498c;
}

.btn-secondary{
	background-color: transparent;
	color: #2f2f2f;
	border: 2px solid #2f2f2f
}
.btn-secondary-2{
	background-color: transparent;
	color: #14498c;
	border: 2px solid #14498c;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary-2:hover,
.btn-secondary-2:focus,
.btn-secondary-2:active
{
	background-color: #2f2f2f;
	color: #fff;
	border: 2px solid #2f2f2f
}

.btn-secondary:hover::before,
.btn-secondary:hover::after {
	background-color: #14498c;
}

.btn-primary.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #2f2f2f;
}

.btn-primary.btn-white:hover::before,
.btn-primary.btn-white:hover::after {
	background-color: #fff;
}

.btn-primary.btn-white:hover,
.btn-primary.btn-white:focus,
.btn-primary.btn-white:active {
	background-color: #2f2f2f;
	color: #fff;
	border: 2px solid #2f2f2f
}

.btn-primary.btn-black {
	background-color: #2f2f2f;
	border-color: #2f2f2f;
	color: #fff;
}

.btn-primary.btn-black:hover::before,
.btn-primary.btn-black:hover::after {
	background-color: #2f2f2f;
}

.btn-primary.btn-black:hover {
	background-color: #14498c;
}

.bg-overlay-theme .btn-primary.btn-black:hover {
	background-color: #fff;
	color: #2f2f2f;
	border-color: #fff
}

.btn-secondary.btn-filled {
	background-color: #2f2f2f;
	color: #fff;
}

.btn-secondary.btn-white {
	border-color: #fff;
	color: #fff;
}

.btn-secondary.btn-filled:hover,
.btn-secondary.btn-white:hover {
	background-color: #14498c;
	color: #fff;
	border-color: #14498c;
}

.bg-overlay-theme .btn-secondary.btn-filled:hover,
.bg-overlay-theme .btn-secondary.btn-white:hover {
	background-color: #fff;
	color: #2f2f2f;
	border-color: #fff;
}

.btn.btn-block {
	width: 100%;
}

.btn-auto {
	width: auto
}

/*------------------------------------*\
#FOOTER-SECTION
\*------------------------------------*/
footer {
	background-color: #1f1f1f;
	padding-top: 0;
	padding-bottom: 40px;
}

footer hr {
	border-top-color: rgba(47, 47, 47, 0.2);
	margin-top: 0;
	margin-bottom: 0
}

.widgets-contact {
	background-color: #161616;
	padding: 20px 0;
}

.widgets-contact p {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 0;
}

.widgets-contact .widget-contact-icon {
	margin-right: 20px;
	margin-left: 20px;
}

.widgets-contact .widget-contact-icon i {
	font-size: 40px;
	color: #f9f9f9
}

.widgets-contact .widget-contact-icon:after {
	content: "";
	width: 2px;
	height: 22px;
	margin-left: 20px;
	background-color: #14498c;
	display: inline-block
}
.widgets-contact .widget-contact-info a {
	color: #fff;
}
.widgets-contact .widget-contact-info a:hover {
	color: #828282;
}
.widgets-contact .widget-contact-info p:last-child {
	color: #828282;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}
.widgets-contact .widget-contact-info p.black {
	color:#000000;
}
.widgets-contact .widget-contact-info p.black a {
	color:#000000;
}
.widgets-contact .widget-contact-info p.black a:hover {
	color:#14498c;
}

.widgets-contact .widget:first-child {
	border-left: none
}

.widgets-contact.bg-theme {
	background-color: #14498c;
}

.widgets-contact.bg-theme .widget-contact-icon:after {
	background-color: #fff;
}

.widgets-contact.bg-theme .widget-contact-icon i {
	color: #fff
}

.widgets-contact.bg-theme .widget-contact-info p:last-child {
	color: #1f1f1f;
}

.widgets-links {
	padding-top: 40px;
	padding-bottom: 0;
}

.widgets-links p {
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}

.widgets-links .widget-about {
	padding-left: 0
}

.widgets-links .widget-about .widget-about-logo {
	padding-top: 47px
}

.widgets-links .widget-about .widget-about-info {
	padding-left: 76px;
}

.widgets-links ul li {
	margin-bottom: 0;
}

.widget-social {
	background-color: #1c1c1c;
	padding-top: 34px;
	padding-bottom: 34px;
	padding-left: 0
}

.widget-social p {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	color: #f9f9f9;
}

.copyrights {
	padding-top: 20px;
	padding-bottom: 20px;
}

.widget-social-icon a {

	width: 42px;
	height: 42px;
	line-height: 42px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-color: #161616;
	font-size: 15px;
	font-weight: 400;
	color: #9e9e9e;
	display: block;
	float: left;
	text-align: center;
	margin-top: 2px;
	overflow: hidden
}
.widget-social-icon a:nth-child(2) {
	margin-left: 8px;
}
.widget-social-icon a:last-child {
	margin-left: 8px;
}
.widget-social-icon a i {
	display: block;
	position: relative;
	line-height: 42px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.widget-social-icon a:hover {
	background-color: #14498c;
	color: #222222
}

.widget-social-icon a:hover i:first-child {
	margin-top: -42px;
}

.widget-social-icon a i:last-child {
	color: #222222
}

.widget-newsletter-form form {
	margin-bottom: 0;
	height: 42px;
	line-height: 42px;
}

.widget-newsletter-form form .input-group {
	width: 390px;
}

.widget-newsletter-form form .form-control {
	background-color: transparent;
	color: #9e9e9e;
	border: 2px solid #292929;
	border-radius: 0;
	font-size: 12px;
	font-style: italic;
	width: 320px;
	height: 42px;
	line-height: 42px;
	padding-left: 16px;
	font-weight: 400;
}

.widget-newsletter-form form .form-control:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.widget-newsletter-form form .btn {
	background-color: #292929;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	text-align: center
}

.widget-newsletter-form form .btn:hover,
.widget-newsletter-form form .btn:focus {
	border-color: transparent;
	color: #14498c
}

.copyrights p {
	color: #1f1f1f;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 13px;
}

.copyrights a {
	color: #14498c
}

.copyrights a:hover,
.copyrights a:focus,
.copyrights a:active {
	color: #fff !important
}

/* footer #5 */
.footer-5 .widget-social {
	background-color: transparent;
	border-bottom: 1px solid rgba(47, 47, 47, 0.2);
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 767px) {

.widgets-links {
	padding-top: 30px;
	padding-bottom: 30px;
}

.widgets-contact .widget-contact-info p:last-child {
	font-size: 12px;
}

.widgets-contact .widget {
	margin-bottom: 24px;
}

.widgets-contact .widget:last-of-type {
	margin-bottom: 0
}

.widgets-links .widget-about .widget-about-logo {
	padding-right: 0;
	padding-top: 0;
	margin-bottom: 12px;
}

.widgets-links .widget-about .widget-about-info {
	padding: 0
}

.widget-social-icon a {
	margin-bottom: 15px;
	text-align: center
}

.widget-newsletter-form form .input-group {
	width: 100%;
}

.widget-newsletter-form form .form-control {
	width: 100%
}

.widgets-links ul li {
	margin-bottom: 10px;
}

.widget-social-icon {
	margin: auto;
	margin-left: auto;
}

.widget-social-icon a {
	display: inline-block;
	float: none
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.widgets-contact .widget,
.widget-about {
	margin-bottom: 24px;
}

.widgets-links {
	padding-top: 40px;
	padding-bottom: 40px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and ( max-width:1200px) {

.widget-social-icon,
.widget-social-info,
.widget-newsletter-info,
.widget-newsletter-form {
	float: none !important
}

.widget-social-info,
.widget-newsletter-info {
	width: 100%;
	margin-bottom: 10px;
}

.widget-social-icon a:first-of-type {
	margin-left: 0
}
}

/*------------------------------------*\
#404
\*------------------------------------*/
.error-page {
	padding-top: 150px;
	padding-bottom: 150px;
}

.error-page h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 135px;
	font-weight: 700;
	line-height: 99px;
	text-transform: uppercase;
	color: #2f2f2f;
	position: relative;
	z-index: 99;
	padding-top: 50px;
	margin-bottom: 0
}

.error-page h1:after {
	content: ".";
	color: #14498c;
	font-size: 135px;
	display: inline-block
}

.error-page .error-title:before {
	content: "404";
	color: rgba(47, 47, 47, 0.07);
	font-size: 200px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	margin-top: -80px;
	margin-left: -220px;
}

.error-page p {
	color: #828282;
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	font-style: italic;
	line-height: 23px;
	margin-bottom: 50px;
}

.error-page .btn-primary {
	margin-right: 30px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 479px) {

.error-page .btn-primary {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
}

@media only screen and (min-width : 320px) and (max-width : 767px) {

.error-page h1 {
	font-size: 100px
}

.error-page .error-title:before {
	font-size: 150px;
	margin-top: 18px;
	margin-left: -155px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.error-page .error-title:before {
	margin-top: 0px;
	margin-left: -214px;
}
}

/*------------------------------------*\
#SOON
\*------------------------------------*/
.soon-page {
	padding-top: 184px;
	padding-bottom: 184px;
}

.soon-page h1 {
	font-size: 65px;
	font-weight: 700;
	text-transform: uppercase;
}

.soon-page h1:after {
	content: ".";
	color: #14498c;
	font-size: 65px;
	display: inline-block
}

.soon-page p {
	color: #828282;
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	font-style: italic;
	line-height: 23px;
	margin-bottom: 70px;
}
/*------------------------------------*\
#MAINTENACE
\*------------------------------------*/
.mainten-page {
	padding-top: 188px;
	padding-bottom: 188px;
}

.mainten-page h1 {
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.mainten-page h1:after {
	content: ".";
	color: #14498c;
	font-size: 65px;
	display: inline-block
}

.mainten-page p {
	color: #828282;
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	font-style: italic;
	line-height: 23px;
	margin-bottom: 47px
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 479px) {

.mainten-page h1,
.soon-title h1 {
	font-size: 34px;
}

.mainten-page,
.soon-page {
	padding-top: 80px;
	padding-bottom: 80px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.mainten-page h1,
.soon-title h1 {
	font-size: 54px;
}

.mainten-page,
.soon-page {
	padding-top: 120px;
	padding-bottom: 120px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.mainten-page h1,
.soon-title h1 {
	font-size: 84px;
	line-height: 1
}

.mainten-page,
.soon-page {
	padding-top: 120px;
	padding-bottom: 120px;
}
}
/*** Cetegory ***/
.no-padding{
	padding:0px;
}

ul.nav-menu-list-style
.nav-header
.menu-collapsible-icon {
	position:absolute;
	right:3px; top:16px;
	font-size:9px;
}

ul.nav-menu-list-style{
	margin:0;
}

ul.nav-menu-list-style .nav-header{
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #e8e8e8;
	display:block;
	margin:0;
	line-height:42px;
	padding:0 8px;
	font-weight:600;
}
ul.nav-menu-list-style> li {
	position:relative;
}
ul.nav-menu-list-style> li a {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #e8e8e8;
	padding:0 10px;
	line-height:32px;
}
ul.nav-menu-list-style> li:first-child a{
}
.widget-categories-bill li label:before {
	content: "\f067";
	font-family: fontawesome;
	margin-right: 8px;
}

ul.nav-menu-list-style{list-style:none; padding:0px; margin:0px;}
ul.nav-menu-list-style li .badge,ul.nav-menu-list-style li .pull-right,ul.nav-menu-list-style li span.badge,ul.nav-menu-list-style li label.badge{float:right; margin-top:7px;}
ul.bullets{list-style:inside disc}
ul.numerics{list-style:inside decimal}
.ul.kas-icon-aero{}
ul.kas-icon-aero li a:before{font-family: 'Glyphicons Halflings'; font-size:9px; content: "\e258"; padding-right:8px; }

.reg-text small{
	color: #000;
	text-align: center;
}
.divider-text {
	position: relative;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #8392a5;
	font-size: 10px;
	font-weight: 500;
	font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
	letter-spacing: .5px;
	margin: 15px 0;
}
.divider-text:before {
	margin-right: 10px;
}
.divider-text:before, .divider-text:after {
	content: '';
	display: block;
	flex: 1;
	height: 1px;
	background-color: #e5e9f2;
}
.divider-text::after {
	margin-left: 10px;
}
.btn-outline-facebook:hover, .btn-outline-facebook:focus {
	background-color: #4064ac;
	border-color: #4064ac;
	color: #fff;
}
.btn-reg {
	display: inline-block;
	font-weight: 400;
	color: #001737;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid #4064ac;
	padding: 0.46875rem 0.9375rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-block {
	display: block;
	width: 100%;
}

.grid-wrapper {
	display: grid;
	grid-gap: 30px;
	place-items: center;
	place-content: center;
}
.grid-col-auto {
	grid-auto-flow: column;
	grid-template-rows: auto;
}
label.radio-card {
	cursor: pointer;
}
label.radio-card .card-content-wrapper {
	background: #fff;
	border-radius: 5px;
	max-width: 280px;
	padding: 15px;
	display: grid;
	box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
	transition: 200ms linear;
}
label.radio-card .check-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	border: solid 2px #e3e3e3;
	border-radius: 50%;
	transition: 200ms linear;
	position: relative;
}
label.radio-card .check-icon:before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center center;
	transform: scale(1.6);
	transition: 200ms linear;
	opacity: 0;
}
label.radio-card input[type='radio'] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
label.radio-card input[type='radio']:checked + .card-content-wrapper {
	box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #3057d5;
}
label.radio-card input[type='radio']:checked + .card-content-wrapper .check-icon {
	background: #3057d5;
	border-color: #3057d5;
	transform: scale(1.2);
}
label.radio-card input[type='radio']:checked + .card-content-wrapper .check-icon:before {
	transform: scale(1);
	opacity: 1;
}
label.radio-card input[type='radio']:focus + .card-content-wrapper .check-icon {
	box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
	border-color: #3056d5;
}
label.radio-card .card-content img {
	margin-bottom: 10px;
}
label.radio-card .card-content h4 {
	font-size: 16px;
	letter-spacing: -0.24px;
	text-align: center;
	color: #1f2949;
	margin-bottom: 0;
}
label.radio-card .card-content h5 {
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	color: #686d73;
}

#language-selector {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

#language-popup {
	display: none;
	position: absolute;
	top: 94px;
	right: -40px;
	background-color: #fff;
	border-top: 2px solid #14498c;
	list-style: none;
	margin: 0;
	padding: 5px 20px;
}

#language-popup li {
	cursor: pointer;
	padding: 5px;
}

#portal-popup {
	display: none;
	position: absolute;
	top: 94px;
	right: -40px;
	background-color: #fff;
	border-top: 2px solid #14498c;
	list-style: none;
	margin: 0;
	padding: 5px 20px;
	width: 155px;
}

#portal-popup li {
	cursor: pointer;
	padding: 5px;
}
ul.main-register {
	color: #000;
	margin-left: -20px;
}
.main-register li {
	color: #000;
}
.taxes {
	width: 100%;
}
.ui-ml-20 {
	margin-left: -20px;
}
/* Product filter */
.pr-container h3 {

}
.option-section {
	margin-bottom: 10px;
}
.options {
	display: flex;
	flex-wrap: wrap;
}
.option {
	margin: 5px;
	padding: 7px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.option.selected {
	border-color: #007bff;
	background-color: #e7f0ff;
}
.option.unavailable {
	border-color: #ddd;
	background-color: #f9f9f9;
	color: #bbb;
	cursor: not-allowed;
}
@media only screen and (max-width : 767px ) {
	section {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.text-center-xs {
		text-align: center !important
	}

	.pull-none-xs {
		float: none !important;
		text-align: center !important
	}

	.mb-15-xs {
		margin-bottom: 15px;
	}

	.mb-30-xs {
		margin-bottom: 30px !important;
	}

	.mb-50-xs {
		margin-bottom: 50px;
	}

	.mb-60-xs {
		margin-bottom: 60px!important;
	}
	.register {
		padding-top: 0;
	}

	.top-bar ul.top-widget li {
		border: 0;
	}
}

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

	.text-center-sm {
		text-align: center !important
	}

	.mb-0-sm {
		margin-bottom: 0;
	}

	.mb-15-sm {
		margin-bottom: 15px;
	}

	.mb-30-sm {
		margin-bottom: 30px !important;
	}

	.mb-50-sm {
		margin-bottom: 50px;
	}

	.mb-60-sm {
		margin-bottom: 60px;
	}

	.pb-15-sm {
		padding-bottom: 15px;
	}

	.pb-30-sm {
		padding-bottom: 30px;
	}

	.pb-50-sm {
		padding-bottom: 50px;
	}

	.pb-60-sm {
		padding-bottom: 60px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 767px) {
	.full-header  {
		height: 130px;
	}
	.navbar-nav {
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.navbar-toggle {
		border-color: #14498c;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin-top: 35px;
	}

	.navbar-toggle .icon-bar {
		background-color: #14498c
	}

	.container > .navbar-header {
		margin-left: 0
	}

	.container > .navbar-collapse {
		width: 100%;
		background-color: #fff;
		margin-right: 0
	}

	.navbar-nav > li {
		height: auto !important;
		margin-right: 0
	}

	.navbar-nav > li.pull-left {
		float: none !important
	}

	.navbar-nav > li > a {
		line-height: 36px;
		color: #fff;
		padding-right: 0;
		padding-left: 0
	}

	.navbar-nav > li:after {
		display: none
	}

	.navbar-nav > li.active {
		border-bottom: none
	}

	.navbar-nav > li.has-dropdown > ul.dropdown-menu,
	ul.mega-menu {
		background-color: transparent;
		position: relative;
		padding-left: 0;
	}

	.navbar-nav > li.has-dropdown > a:after,
	li.dropdown-submenu > a:after {
		font-family: fontawesome;
		content: "\f105";
		font-size: 13px;
		position: absolute;
		right: 0;
	}

	.navbar-nav > li.has-dropdown.open > a,
	.navbar-nav > li.has-dropdown.open > a:hover,
	.navbar-nav > li.has-dropdown.open > a:focus {
		background-color: transparent;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1)
	}

	li.open a,
	li.open a:hover,
	li.open a:focus {
		color: #fff;
		line-height: 21px;
	}

	li.dropdown-submenu.open > ul > li > a {
		padding-left: 50px !important;
	}

	.navbar-nav > li.has-dropdown.open > a:after,
	.navbar-nav > li.has-dropdown.open > a:hover:after,
	.navbar-nav > li.has-dropdown.open > a:focus:after,
	li.dropdown-submenu.open > a:after,
	li.dropdown-submenu.open > a:hover:after,
	li.dropdown-submenu.open > a:focus:after {
		font-family: fontawesome;
		content: "\f107";
		font-size: 13px;
		position: absolute;
		right: 0px;
	}

	li.dropdown-submenu > a:after,
	li.dropdown-submenu.open > a:hover:after,
	li.dropdown-submenu.open > a:focus:after {
		right: 10px;
	}

	.nav > li > a:hover,
	.nav > li > a:focus,
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus,
	.mega-menu li a:hover,
	.mega-menu li a:focus {
		background-color: transparent
	}

	.dropdown-menu > li > a,
	.mega-menu > li > a {
		color: #ddd
	}

	.mega-menu ul {
		list-style: none;
		padding-left: 25px;
	}

	.mega-menu ul li {
		padding-top: 5px
	}

	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus,
	.mega-menu li a:hover,
	.mega-menu li a:focus {
		color: #fff
	}

	ul.mega-menu {
		list-style: none;
		display: none;
	}

	.has-dropdown.open > .mega-menu,
	.dropdown-submenu.open > .mega-menu {
		display: block
	}

	.dropdown-submenu.open > .mega-menu ul {
		padding-left: 50px;
	}

	.module {
		display: block;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}

	.module span.title {
		display: inline-block;
		color: #fff;
		font-size: 13px;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
	}

	.module .search-box,
	.module .cart-box,
	.module .language-box {
		display: none
	}

	.module-search .search-icon,
	.module-cart .cart-icon {
		line-height: 36px !important;
	}

	.module-search .search-icon i {
		border-left: none;
		padding-left: 0;
		padding-right: 5px;
	}

	.module.toggle-module .search-box,
	.module.toggle-module .cart-box {
		display: block !important
	}

	.module-search.toggle-module .search-box .search-form {
		margin-bottom: 10px;
	}

	.module-search.toggle-module .search-box .search-form input {
		background-color: #fff;
		margin-bottom: 0;
		height: 35px;
		line-height: 35px;
		padding-left: 10px
	}

	.module-cart.toggle-module .cart-box {
		background-color: #fff;
		padding: 30px 20px;
		margin-bottom: 10px;
	}

	.module-cart.toggle-module .cart-box .cart-control {
		margin-right: auto;
		margin-left: auto;
		text-align: center
	}

	.module-cart.toggle-module .cart-box .cart-control .pull-right {
		float: none !important
	}

	/* Header #2 */
	.full-header .top-bar .top-contact p {
		font-size: 11px;
	}

	.full-header .text-right {
		text-align: center !important
	}

	.top-bar ul.top-widget .top-social:first-child {
		border-left: none
	}

	.top-bar ul.top-widget .top-social a i {
		padding-right: 10px;
		padding-left: 10px
	}

	.full-header .navbar-nav > li > a,
	.full-header .module-search .search-icon i,
	.full-header .module-cart .cart-icon {
		color: #000000;
	}

	.full-header .navbar-header {
		margin-left: 15px;
		margin-right: 0
	}

	.full-header .list-inline {
		margin-left: 0
	}

	.full-header .top-bar .button-quote {
		margin-left: 0;
	}
	.category-list-item .category-list-item-img img {
		width: 80px;
	}
	.category-list-item .category-list-item-img {
		margin-bottom: 0;
		height: 90px;
	}
	.category-list-item-content .category-list-item-content-desc h4 {
		margin-bottom: 0;
	}
	.heading {
		margin-bottom: 0;
	}
	.heading-bg {
		margin-bottom: 0;
	}
	.cta-desc h5 {
		font-size: 15px;
		padding-top: 15px;
	}
}

@media only screen and (min-width : 320px) and (max-width : 479px) {

	.module-cart.toggle-module .cart-box .cart-control .btn {
		margin-bottom: 5px
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

	.navbar-header {
		float: none !important;
		margin-right: auto;
		margin-left: auto;
		text-align: center
	}

	.navbar-toggle {
		border-color: #14498c;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin-top: 35px;
		display: block;
		float: left;
	}

	.navbar-toggle .icon-bar {
		background-color: #14498c
	}

	.navbar-fixed-top .navbar-collapse {
		overflow: scroll !important;
	}

	.navbar-collapse.collapse {
		display: none!important;
	}

	.collapse.in {
		display: block !important;
	}

	.navbar-nav {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.navbar-nav>li {
		float: none;
	}

	.container > .navbar-collapse {
		width: 100%;
		background-color: #2f2f2f;
		margin-right: 0
	}

	.navbar-nav > li {
		height: auto !important;
		margin-right: 0
	}

	.affix .navbar-nav > li {
		height: auto !important;
	}

	.navbar-nav > li.pull-left {
		float: none !important
	}

	.navbar-nav > li > a {
		line-height: 36px !important;
		color: #fff !important;
		padding-right: 0;
		padding-left: 0
	}

	.navbar-nav > li:after {
		display: none
	}

	.navbar-nav > li.active {
		border-bottom: none
	}

	.navbar-nav .dropdown-menu {
		background-color: transparent;
		position: relative;
		width: 100%;
		border: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

	.navbar-nav > li.has-dropdown > a:after,
	.navbar-nav > li.has-dropdown > a:after,
	li.dropdown-submenu > a:after {
		font-family: fontawesome;
		content: "\f105";
		font-size: 13px;
		position: absolute;
		right: 0;
	}

	.navbar-nav > li.has-dropdown.open > a,
	.navbar-nav > li.has-dropdown.open > a:hover,
	.navbar-nav > li.has-dropdown.open > a:focus {
		background-color: transparent;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1)
	}

	li.dropdown-submenu.open > a,
	li a:hover,
	li.open > a:focus,
	.mega-menu > li > a {
		color: #fff
	}

	li.dropdown-submenu.open > ul > li > a {
		padding-left: 50px !important;
	}

	.navbar-nav > li.has-dropdown.open > a:after,
	.navbar-nav > li.has-dropdown.open > a:hover:after,
	.navbar-nav > li.has-dropdown.open > a:focus:after,
	li.dropdown-submenu.open > a:after,
	li.dropdown-submenu.open > a:hover:after,
	li.dropdown-submenu.open > a:focus:after {
		font-family: fontawesome;
		content: "\f107";
		font-size: 13px;
		position: absolute;
		right: 0px;
	}

	li.dropdown-submenu > a:after,
	li.dropdown-submenu.open > a:hover:after,
	li.dropdown-submenu.open > a:focus:after {
		right: 10px;
	}

	.nav > li > a:hover,
	.nav > li > a:focus,
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background-color: transparent
	}

	.dropdown-menu > li > a,
	.mega-menu a {
		color: #fff
	}

	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		color: #fff
	}

	.mega-menu ul {
		list-style: none;
		padding-left: 0;
	}

	.mega-menu ul li {
		padding-top: 5px
	}

	.mega-menu ul ul {
		padding-left: 0
	}

	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus,
	.mega-menu li a:hover,
	.mega-menu li a:focus {
		color: #fff
	}

	ul.mega-menu {
		list-style: none;
		display: none;
	}

	.has-dropdown.open > .mega-menu,
	.dropdown-submenu.open > .mega-menu {
		display: block;
		padding-left: 25px;
	}

	.dropdown-submenu.open > .mega-menu ul {
		padding-left: 25px;
	}

	.module {
		display: block;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding: 5px 15px
	}

	.module span.title {
		display: inline-block;
		color: #fff;
		font-size: 13px;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
	}

	.module .search-box,
	.module .cart-box {
		display: none
	}

	.module-search .search-icon,
	.module-cart .cart-icon {
		line-height: 36px !important;
	}

	.module-search .search-icon i {
		border-left: none;
		padding-left: 0;
		padding-right: 5px;
	}

	.module.toggle-module .search-box,
	.module.toggle-module .cart-box {
		display: block !important
	}

	.module-search.toggle-module .search-box .search-form {
		margin-bottom: 10px;
	}

	.module-search.toggle-module .search-box .search-form input {
		background-color: #fff;
		margin-bottom: 0;
		height: 35px;
		line-height: 35px;
		padding-left: 10px
	}

	.module-cart.toggle-module .cart-box {
		background-color: #fff;
		padding: 30px 20px;
		margin-bottom: 10px;
	}

	.module-cart.toggle-module .cart-box .cart-control {
		margin-right: auto;
		margin-left: auto;
		text-align: center
	}

	.module-cart.toggle-module .cart-box .cart-control .pull-right {
		float: none !important
	}

	/* Header #2 */
	.full-header .top-bar .top-contact p {
		font-size: 11px;
	}

	.top-bar ul.top-widget .top-social a i {
		padding-right: 10px;
		padding-left: 10px
	}

	.full-header .module-search .search-icon i,
	.full-header .module-cart .cart-icon {
		color: #fff
	}
}

@media only screen and (min-width : 992px) {

	/* Menu with Dropdown */
	.navbar-nav > li.has-dropdown > ul.dropdown-menu,
	.navbar-nav > li.has-dropdown > ul.mega-menu,
	li.dropdown-submenu > ul.mega-menu {
		background-color: #fff;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		transform: translateY(10%);
		-webkit-transform: translateY(10%);
		-moz-transform: translateY(10%);
		-o-transform: translateY(10%);
		-ms-transform: translateY(10%);
		opacity: 0;
		position: absolute;
		left: 0;
		right: auto;
		box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
		-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
		-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
		border: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		display: block;
		visibility: hidden;
	}

	.navbar-nav > li.has-dropdown > ul.dropdown-menu {
		width: 220px;
		padding: 16px 30px
	}

	.navbar-nav > li.has-dropdown > ul.mega-menu,
	li.dropdown-submenu > ul.mega-menu {
		width: 460px!important;
		padding: 16px 30px
	}

	li.has-dropdown:hover > ul.dropdown-menu,
	li.has-dropdown:hover > ul.mega-menu,
	li.dropdown-submenu:hover > ul.mega-menu {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		opacity: 1;
		display: block;
		visibility: visible;
	}

	ul.dropdown-menu > li,
	ul.mega-menu > li {
		padding-right: 0;
		height: 39px;
		line-height: 39px;
		position: relative;
		vertical-align: top;
	}

	ul.mega-menu > li {
		width: 190px !important;
		height: auto;
		overflow: hidden;
		display: inline-block
	}

	ul.mega-menu > li:first-child {
		margin-right: 15px;
	}

	ul.mega-menu > li > ul {
		width: 190px;
		list-style: none;
		background-color: #fff;
		padding-left: 0;
		position: relative !important;
		left: auto !important;
	}

	ul.mega-menu li ul li {
		height: 39px;
		line-height: 39px;
	}

	ul.dropdown-menu li a,
	ul.mega-menu li ul li a {
		line-height: 39px;
		color: #5e5e5e;
		padding: 0;
		border-bottom: 1px solid #ececec;
		display: block;
	}

	ul.mega-menu li ul li span {
		color: #14498c;
		padding: 0;
		display: block;
		font-size: 13px;
		line-height: 39px;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
	}

	ul.dropdown-menu li:last-child > a {
		border-bottom: none
	}

	ul.dropdown-menu li > a:hover,
	ul.dropdown-menu li > a:focus,
	ul.mega-menu li a:hover,
	ul.mega-menu li a:focus {
		background-color: transparent;
		color: #14498c
	}

	ul.dropdown-menu.left {
		left: -220px !important;
		margin-left: 0 !important
	}

	ul.mega-menu.left {
		left: -520px!important;
	}

	/* Menu Level #2 */
	li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:after {
		font-family: fontawesome;
		content: "\f105";
		font-size: 13px;
		position: absolute;
		right: 0;
	}

	li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu,
	li.dropdown-submenu > ul.mega-menu {
		background-color: #fff;
		padding: 16px 30px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		transform: translateX(10%);
		-webkit-transform: translateX(10%);
		-moz-transform: translateX(10%);
		-o-transform: translateX(10%);
		-ms-transform: translateX(10%);
		opacity: 0;
		display: block;
		position: absolute;
		left: 100%;
		right: auto;
		top: 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		border: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin-left: 30px;
		z-index: 1
	}

	li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
		z-index: 3;
	}

	li.dropdown-submenu.pull-left > ul.dropdown-menu {
		left: auto;
		right: 0;
		margin-right: 0;
	}

	.module-search .search-box {
		position: absolute;
		display: block;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		border-top: 2px solid #14498c;
		right: 0;
		width: 270px;
		padding: 20px;
		box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
		-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
		-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
		z-index: 99;
		margin-top: -2px;
		transform: translateY(10%);
		-webkit-transform: translateY(10%);
		-moz-transform: translateY(10%);
		-o-transform: translateY(10%);
		-ms-transform: translateY(10%);
	}

	.module-search:hover .search-box {
		opacity: 1;
		visibility: visible;
		display: block;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}

	.module-cart .cart-box {
		position: absolute;
		display: block;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		border-top: 2px solid #14498c;
		right: 0;
		width: 370px;
		padding: 30px;
		box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
		-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
		-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
		z-index: 99;
		-webkit-transform: translateY(10%);
		-moz-transform: translateY(10%);
		transform: translateY(10%);
		margin-top: -4px;
	}

	.module-cart:hover .cart-box {
		opacity: 1;
		visibility: visible;
		display: block;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) and (max-width : 1200px) {

	.navbar-nav > li {
		margin-right: 16px
	}

	.module-search .search-icon i {
		padding-left: 16px;
		padding-right: 16px;
	}

	.header-5 .top-bar .top-contact p {
		font-size: 11px;
	}

	.header-5 .top-bar ul {
		float: none;
		width: auto
	}
}

.submenu-icon {
	width: 35px;
	height: 35px;
	display: block;
	margin: 0 auto;
}
.submenu-text {
	text-align: center;
	margin-top: 10px;
}
.cat-sub-menu {
	text-align: center;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 5px;
	box-sizing: border-box;
}
.submenu-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media (max-width: 767px) {
	.cat-sub-menu {
		flex: 1 1 calc(33.333% - 20px);
	}
	.submenu-grid {
		display: flex !important;
	}
}
@media (max-width: 767px) {
	.cat-sub-menu {
		flex: 1 1 calc(33.333% - 20px);
	}
	.submenu-grid {
		display: flex !important;
	}
}
@media (min-width: 768px) {
	.cat-sub-menu {
		flex: 1 1 auto;
	}
	.submenu-grid {
		display: flex;
		justify-content: space-between;
		margin-bottom: 0;
	}
	.submenu-text {
		display: none;
	}

	.cat-sub-menu {

	}
}
.every-pay-logo {
	width: 100px;
}

#dimensionInputs, #unit_material {
	display: flex;          /* Используем Flexbox */
	flex-wrap: wrap;        /* Позволяем элементам переноситься на следующую строку при необходимости */
	gap: 20px; /* Отступы между элементами */
	margin-top: 10px;
}

#dimensionInputs .input-group, #unit_material .input-group {
	flex: 1 1 200px;        /* Устанавливаем минимальную ширину каждого input-group */
	display: flex;          /* Для выравнивания лейбла и поля ввода */
	flex-direction: column; /* Лейбл сверху, поле ввода снизу */
	max-width: 100%;       /* Ограничение максимальной ширины, если нужно */
}

#dimensionInputs label, #unit_material .label {
	margin-bottom: 5px;     /* Отступ между лейблом и полем ввода */
}

#dimensionInputs input {
	padding: 5px;           /* Внутренний отступ для поля ввода */
	font-size: 1rem;        /* Размер текста */
	border: 1px solid #ccc; /* Стандартная рамка поля ввода */
	border-radius: 4px;     /* Скругленные углы */
}

/* Heading */
.heading p {
	color:#5a5a5a;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Montserrat', serif;
	font-style: italic;
	line-height: 20px;
}
/* CAT */
.cta-desc {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 26px;
}

/* Feature */
.feature .title {
	color: #434343;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 6px;
}
/* Footer */
.widgets-links .title {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px;
}
.widgets-links p {
	color: #f9f9f9;
}
.widgets-links ul li a {
	color: #f9f9f9;
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
}
.widgets-links ul li a:hover {
	color: #f58a4b;
}

/* Стиль для блока категорий на главной страницы */
@media (min-width: 1200px) {
	.col-xl-5th {
		flex: 0 0 20%;
		max-width: 20%;
	}
}
.product-category {
	margin-bottom: 24px;
}
.product-category {
	display: flex;
	flex-direction: column;
}

.product-category a {
	text-decoration: none;
	color: inherit;
	height: 100%;
}

.product-category-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	border: 1px solid #e0e0e0;
	padding: 15px;
	border-radius: 6px;
	transition: box-shadow 0.3s ease;
	background-color: #fff;
}

.product-category-box:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.product-category-image {
	width: 75%;
	padding-top: 100%; /* квадрат */
	position: relative;
	margin: 0 0 10px;
}

.product-category-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-category-content {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 3em;
}

.product-category-content .title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
	max-width: 100%;
}
.finance-block .container {
	display: flex;
	flex-direction: column;
}

.finance-block .row {
	display: flex;
	align-items: center; /* Центрирует содержимое по вертикали */
}

.finance-block .col-md-4 {
	display: flex;
	justify-content: center; /* Центрирует изображение по горизонтали */
	align-items: center; /* Центрирует изображение по вертикали */
}

.finance-block img {
	max-width: 100%;
	height: auto;
}
.finance-block {
	padding-top: 40px;
	background-color: #ddd;
}
.finance-links p {
	color: #1f1f1f;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 9px;
}
/* 1. Блок-обёртка занимает весь вьюпорт */
.hero_block{
	position: relative;
	width: 100%;
	height: 400px;     /* 100 % высоты экрана */
	overflow: hidden;  /* прячем лишнее, если кадрируем */
}

/* 2. Фоновое изображение растягиваем “cover”-ом */
.hero__bg{
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;   /* кадрирует без и distortion */
	object-position: center;
	z-index: 0;          /* остаётся на заднем плане */
}

/* 3. Контент поверх картинки, строго по центру */
.hero__content{
	position: absolute;
	inset: 0;                     /* top/right/bottom/left: 0 */
	display: flex;
	flex-direction: column;
	justify-content: center;      /* вертикально */
	align-items: center;          /* горизонтально */
	text-align: center;
	z-index: 1;                   /* выше фона */
	color: #fff;                  /* светлый текст поверх картинки */
	padding: 0 1rem;              /* небольшой «дыхательный» отступ */
}

/* 4. Адаптивные размеры шрифтов */
.hero__title{
	font-size: clamp(2rem, 4vw, 4rem);
	margin: 0;
	letter-spacing: .05em;
	background-color: #14498c;
	color: #fff;
	padding: 0px 20px;
}

.hero__subtitle{
	font-size: clamp(1.25rem, 2.5vw, 2rem);
	margin-top: .5rem;
	line-height: 1.3;
}
