html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

footer, nav {
	display: block;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

b, strong {
	font-weight: 700;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

img {
	border: 0;
}

@media print {
	*, :before, :after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	a[href^="#"]:after {
		content: "";
	}

	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

a {
	color: #428bca;
	text-decoration: none;
}

a:hover, a:focus {
	color: #2a6496;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
}

h1, h2, h3 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

p {
	margin: 0 0 10px;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul {
	margin-bottom: 0;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-sm-3, .col-sm-6, .col-md-6, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.col-sm-3, .col-sm-6, .col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-3 {
		width: 25%;
	}
}

@media (min-width: 992px) {
	.col-md-6 {
		float: left;
	}

	.col-md-6 {
		width: 50%;
	}
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-body {
	position: relative;
	padding: 15px;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after {
	display: table;
	content: " ";
}

.clearfix:after, .container:after, .row:after {
	clear: both;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

.fab {
	font-family: 'Font Awesome 5 Brands';
}

.fa, .fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.fa, .fas, .fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-phone:before {
	content: "\f095";
}

.fa-times:before {
	content: "\f00d";
}

[class*=" flaticon-"]:before, [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.flaticon-new4:before {
	content: "\e006";
}

.flaticon-shopping-cart6:before {
	content: "\e008";
}

.flaticon-user5:before {
	content: "\e00b";
}

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar {
	-ms-touch-action: auto;
	touch-action: auto;
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}

.mCSB_inside > .mCSB_container {
	margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}

.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCustomScrollBox:hover > .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

body {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	font-weight: 400;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
}

h1, h2, h3 {
	line-height: 1.3em;
	margin-top: 0;
	color: #444;
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

a {
	color: #6389bf;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #5673bf;
	outline: none;
}

p {
	margin-bottom: 24px;
}

ul {
	margin: 0;
	padding: 0;
}

ul ul {
	padding-left: 30px;
}

a:focus {
	outline: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}

.scroll_top {
	width: 40px;
	height: 40px;
	position: fixed;
	z-index: 9999;
	right: 10px;
	bottom: 32px;
	background-color: #6389bf;
	display: none;
	color: #fff;
	text-align: center;
	line-height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.scroll_top:hover, .scroll_top:focus, .scroll_top:active {
	color: #fff;
	background-color: #111;
}

#header-ontop {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
}

.top-bar {
	background-color: #212121;
}

.top-bar-menu {
	padding: 0;
	margin: 0;
	display: table;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(56, 56, 56, 0.6);
	float: left;
}

.top-bar-menu.right {
	float: right;
}

.top-bar-menu li {
	list-style: none;
	position: relative;
}

.top-bar-menu > li {
	display: inline-block;
	float: left;
}

.top-bar-menu > li > a {
	display: inline-block;
	padding: 57px 60px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(56, 56, 56, 0.6);
	font-size: 13px;
	color: #eee;
	font-family: 'Montserrat';
}

.top-bar-menu > li > a .menu-icon {
	font-size: 14px;
	line-height: inherit;
}

.mini-cart {
	position: relative;
}

.mini-cart .cart-link > span {
	display: inline-block;
	padding: 0 2px;
}

.mini-cart .cart-link .menu-icon {
	margin-right: 5px;
}

.main-header {
	-webkit-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.09);
	position: relative;
	z-index: 2;
}

.main-menu {
	padding: 0;
	margin: 0;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.main-menu li {
	list-style: none;
	position: relative;
}

.main-menu > li {
	display: table-cell;
}

.main-menu > li > a {
	display: inline-block;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(56, 56, 56, 0.1);
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	font-family: 'Montserrat';
}

.main-menu > li:last-child > a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(56, 56, 56, 0.1);
}

.main-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	min-width: 225px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	padding: 0;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
	-moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
	-ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
	-o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
	transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s linear 0s;
	z-index: 10;
}

.main-menu .sub-menu > li {
	padding: 0 20px;
}

.main-menu .sub-menu > li > a {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	padding: 13px 0;
	font-size: 14px;
	color: #666;
}

.main-menu .sub-menu > li:last-child > a {
	border-bottom: none;
}

.main-menu > li:nth-last-child(2) .sub-menu {
	right: 0;
	left: inherit;
}

.main-menu .megamenu {
	padding: 10px 30px;
}

.megamenu .widget {
	margin-bottom: 30px;
}

.megamenu .widget:last-child {
	margin-bottom: 0;
}

.megamenu .widget_nav_menu ul {
	padding: 0;
}

.megamenu .widget_nav_menu li {
	list-style: none;
}

.megamenu .widget_nav_menu li > a {
	color: #666;
	display: inline-block;
	width: 100%;
	padding: 13px 0;
	border-bottom: 1px solid #e8e8e8;
}

.megamenu .widget_nav_menu li:last-child > a {
	border: none;
}

.logo img {
	width: 200px;
	margin-top: -17px;
}

.header.style2 .top-bar {
	-webkit-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.09);
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.header.style2 .top-bar-menu > li > a {
	padding: 15px 30px;
	border-color: #eee;
	color: #666;
}

.header.style2 .top-bar-menu {
	border-color: #eee;
}

.header.style2 .main-header {
	padding-top: 20px;
	background-color: #fcfcfc;
	-webkit-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0);
	box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0);
	z-index: 1;
}

.header.style2 .logo {
	display: inline-block;
	float: left;
}

.header.style2 .main-menu {
	table-layout: inherit;
	padding-left: 10px;
	display: inline-block;
	float: left;
	width: auto;
}

.header.style2 .main-menu > li {
	padding: 10px 0;
	display: inline-block;
}

.header.style2 .main-menu > li > a {
	padding: 0 15px;
	line-height: 16px;
}

.header.style2 .main-menu > li:first-child > a {
	border: none;
}

.header.style2 .main-menu > li:last-child > a {
	border-right: none;
}

.header.style2 .main-header .mini-cart {
	float: right;
}

.header.style2 .main-header .mini-cart .cart-link {
	display: inline-block;
	background-color: #f5f5f5;
	color: #666;
	padding: 12px 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

.header.style2 .top-bar-menu > li > a .menu-icon {
	color: #444;
}

.widget {
	margin-bottom: 70px;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-size: 14px;
	color: #444;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.widget .widget-title:after {
	display: block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f106\f106\f106\f106\f106\f106\f106\f106";
	margin-top: 10px;
	color: #888;
	font-size: 12px;
}

.logo-desktop {
	display: blocK;
}

.logo-mobile {
	display: none;
}

@media (max-width: 768px) {
	.widget {
		text-align: center;
		margin-bottom: 20px;
	}
}

.footer {
	background-color: #141414;
	padding-top: 75px;
}

.footer .widget {
	margin-bottom: 30px;
}

.footer .widget:last-child {
	margin-bottom: 0;
}

.footer .widget .widget-title {
	color: #ddd;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 25px;
}

.footer .widget .widget-title:after {
	display: none;
}

.footer .widget li {
	list-style: none;
}

.footer .widget li > a {
	color: #666;
	line-height: 36px;
}

.footer .widget li > a:hover {
	color: #ddd;
}

.footer .footer-bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255, 255, 255, 0.1);
	margin-top: 50px;
	padding-bottom: 30px;
	padding-top: 30px;
}

.footer .payment {
	text-align: right;
}

.footer .payment span {
	padding: 0 20px;
	display: inline-block;
}

.footer .payment span:last-child {
	padding-right: 0;
}

.footer .payment span img {
	opacity: 0.2;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer .payment span:hover img {
	opacity: 1;
}

.footer .coppyright {
	display: inline-block;
	vertical-align: middle;
	padding-top: 8px;
}

.footer.style2 {
	background-color: #141414;
}

.footer.style2 .footer-bottom {
	border: none;
}

.box-mobile-menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 320px;
	bottom: 0;
	background-color: #fff;
	z-index: 100;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 100;
}

.box-mobile-menu .box-inner {
	position: relative;
	padding: 15px;
	overflow: hidden;
}

.box-mobile-menu .close-menu {
	width: 35px;
	height: 35px;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	display: inline-block;
	line-height: 33px;
	text-align: center;
	color: #666;
	float: right;
}

.box-mobile-menu .main-menu {
	display: block;
	width: 100%;
	border: none;
	border-top: 1px solid #eaeaea;
	float: left;
	margin-top: 15px;
}

.box-mobile-menu .mCSB_inside > .mCSB_container {
	margin: 0;
}

.box-mobile-menu .main-menu > li {
	display: block;
}

.box-mobile-menu .main-menu > li > a {
	border: none;
	border-bottom: 1px solid #eaeaea;
	text-align: left;
	padding: 13px 0;
}

.box-mobile-menu .main-menu > li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
}

.box-mobile-menu .main-menu > li:last-child > a {
	border: none;
	border-bottom: 1px solid #eaeaea;
}

.box-mobile-menu .main-menu .sub-menu {
	position: static;
	max-width: 100% !important;
	width: 100% !important;
	padding: 0;
	display: none;
	min-width: 1px;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0);
}

.box-mobile-menu .main-menu .sub-menu > li {
	padding: 0;
}

.box-mobile-menu .main-menu .sub-menu > li > a {
	padding-left: 20px;
}

.box-mobile-menu .main-menu .sub-menu > li:last-child > a {
	border-bottom: 1px solid #e8e8e8;
}

.box-mobile-menu .mCSB_inside > .mCSB_container {
	margin: 0;
}

.mobile-navigation {
	line-height: 35px;
	text-transform: uppercase;
	color: #333;
	font-family: 'Montserrat';
	padding: 10px 0;
	display: none;
	float: left;
}

.mobile-navigation .icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 1px solid #333;
	padding: 10px;
	float: left;
	margin-right: 10px;
}

.mobile-navigation .icon span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #333;
	float: left;
	margin-bottom: 4px;
}

.mobile-navigation .icon span:last-child {
	margin-bottom: 0;
}

.cart-link {
	display: inline-block !important;
	background-color: #f5f5f5 !important;
	color: #666 !important;
	padding: 12px 12px !important;
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	-ms-border-radius: 30px !important;
	-o-border-radius: 30px !important;
	border-radius: 30px !important;
	margin-left: 10px !important;
	margin-top: 3px !important;
}

@media (min-width: 1280px) {
	.container {
		width: 1200px;
	}
}

@media (max-width: 1200px) {
	.top-bar-menu > li > a {
		padding: 40px 50px;
	}

	.header.style2 .logo {
		display: block;
		text-align: center;
		padding-bottom: 5px;
	}

	.header.style2 .main-menu {
		padding-left: 40px;
	}

	.header.style2 .main-menu > li:first-child > a {
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.header.style2 .logo {
		display: block;
		width: 100%;
		text-align: center;
		padding-bottom: 5px;
	}

	.top-bar-menu {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.top-bar-menu > li {
		display: table-cell;
	}

	.header.style2 .mobile-navigation {
		display: inline-block;
	}

	.header.style2 .main-menu {
		display: none;
	}

	.header.style2 .top-bar-menu {
		display: inline-block;
		width: auto;
	}

	.header.style2 .top-bar-menu > li > a {
		padding: 15px;
	}

	.footer .widget:last-child {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.header.style2 .logo {
		margin-bottom: 0 !important;
	}

	.logo-mobile {
		display: block;
	}

	.logo-desktop {
		display: none;
	}

	.main-header {
		padding-bottom: 0;
	}

	.footer .coppyright {
		text-align: center;
		margin-bottom: 30px;
		display: block;
	}

	.footer .payment {
		text-align: center;
	}

	.header .main-menu {
		display: none;
	}

	.header.style2 .mobile-navigation {
		display: inline-block;
	}

	.mobile-navigation {
		display: inline-block;
	}
}

@media (max-width: 480px) {
	.top-bar-menu > li > a .menu-icon {
		font-size: 20px;
	}

	.sign-in-span {
		display: none;
	}

	.top-bar-menu > li > a {
		padding: 10px 15px;
	}

	.header.style2 .mobile-navigation {
		font-size: 0;
	}

	.header.style2 .top-bar-menu > li > a {
		border: none;
	}

	.header.style2 .top-bar-menu {
		border: none;
	}

	.header.style2 .top-bar-menu > li {
		float: none;
		display: inline-block;
	}
}

@media (max-width: 400px) {
	.header.style2 .top-bar-menu {
		margin-top: 7px;
	}

	.col-md-6 {
		padding: 0;
	}

	.header.style2 .top-bar-menu > li > a {
		padding: 10px;
	}
}

a, .top-bar-menu > li > a:hover, .main-menu > li > a:hover, .main-menu .sub-menu > li > a:hover, .megamenu .widget_nav_menu li > a:hover {
	color: #6389bf;
}

a {
	color: #6389bf;
}

.container {
	padding-top: 12px;
}

.top-bar .container {
	padding-top: 0 !important;
}

.right {
	float: right;
}

#header {
	margin-bottom: 0px;
}

.main-header {
	padding-bottom: 8px;
}

.main-menu .sub-menu > li > a {
	font-size: 12px;
}

.main-menu > li > a:hover {
	color: #6389bf;
	font-size: 12px;
}

.main-menu .sub-menu > li a:hover {
	color: #6389bf;
}

a:hover {
	color: #6389bf;
}

.header.style2 .logo {
	margin-bottom: 8px;
}

.modal-dialog {
	margin-top: 110px;
}