@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	margin: 0px;
}
@font-face {
	font-family: 'Futura-Light';
	src: url('../fonts/Futura-Light.eot');
	src: url('../fonts/Futura-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura-Light.woff2') format('woff2');
	src: url('../fonts/Futura-Light.svg#FuturaBT-Light') format('svg'), url('../fonts/Futura-Light.ttf') format('truetype'), url('../fonts/Futura-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SnellRoundhand-Black';
	src: url('../fonts/SnellRoundhand-Black.eot');
	src: url('../fonts/SnellRoundhand-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/SnellRoundhand-Black.svg#SnellRoundhand-BlackScript') format('svg'), url('../fonts/SnellRoundhand-Black.ttf') format('truetype'), url('../fonts/SnellRoundhand-Black.woff') format('woff'), url('../fonts/SnellRoundhand-Black.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
body {
	width: 100%;
	font-weight: 500;
	margin: 0px;
	font-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	font-size: 16px;
	color: #000;
	font-family: 'Futura-Light';
}
.container-fluid {
	padding: 0px;
}
/*---------*/
/* LAYOUT */

#wrap {
	width: 100%;
	min-width: 1170px;
	background-color: #ffffff;
	position: relative;
	z-index: 1000;
	overflow: hidden;
}
.header-wrapperrs .row {
	width: 100%;
}
#wrap .container {
	width: 100%;
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
	display: block;
}
.header-wrapperrs .logo-rows {
	max-width: 100%;
	flex: auto;
	text-align: center;
	padding-bottom: 5px !important;
}
#wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5000;
	width: 0;
	height: 0;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
}
#wrap .back_to_top {
	position: fixed;
	right: 25px;
	bottom: 50px;
	display: none;
	z-index: 999;
}
#wrap .back_to_top a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #f4f4f4;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 32px;
	color: #333333;
	font-weight: bold;
}
#wrap .back_to_top a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
#wrap .wrap {
	min-height: 50vh;
}
#toolbar .container {
	height: 36px;
	line-height: 16px;
	font-size: 12px;
	color: #ffffff;
}
.header {
	position: relative;
	z-index: 9;
	width: 100%;
	background: rgb(27, 27, 27);
}
#toolbar .promo {
	float: left;
	width: 460px;
}
#toolbar .promo p {
	line-height: 36px;
	font-size: 16px;
}
#toolbar .lang_area {
	float: left;
	width: 120px;
	margin-left: -10px;
	position: relative;
	display: none;
}
#toolbar .lang_area p {
	padding-left: 10px;
	line-height: 36px;
	cursor: pointer;
}
#toolbar .lang_area i {
	float: right;
	padding-right: 10px;
	font-size: 14px;
	font-style: normal;
	vertical-align: middle;
}
#toolbar .lang_list {
	position: absolute;
	left: 0;
	top: 35px;
	z-index: 2000;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #000000;
	box-sizing: border-box;
	display: none;
}
#toolbar .lang_list a {
	display: block;
	width: 100%;
	padding: 4px 10px;
	background-color: transparent;
	box-sizing: border-box;
	color: #333333;
	transition: all 0.2s ease;
}
#toolbar .lang_list a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
#toolbar .member_area {
	float: right;
	padding: 10px 0;
	margin-right: -10px;
}
#toolbar .member_area ul {
	font-size: 0;
	text-align: right;
}
#toolbar .member_area ul li {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	height: 16px;
	padding: 0 6px;
	position: relative;
	border-left: 1px solid #ffffff;
	font-size: 12px;
}
#toolbar .member_area ul li:first-child {
	border-left: none;
}
#toolbar .member_area ul li > a {
	color: #ffffff;
}
#toolbar .member_area ul li > p {
	cursor: pointer;
}
#toolbar .member_area ul li.social {
	font-size: 0;
}
i.fa.fa-globe {
	/* color: #000; */
}
#toolbar .member_area ul li.social img {
	margin: -4px 4px;
}
#toolbar .member_area span {
	padding-right: 4px;
	font-size: 14px;
	vertical-align: top;
}
#toolbar .my_account_option {
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 2000;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #000000;
	box-sizing: border-box;
	display: none;
	text-align: left;
}
#toolbar .my_account_option a {
	display: block;
	width: 10%;
	padding: 4px 10px;
	background-color: transparent;
	box-sizing: border-box;
	font-size: 12px;
	color: #333333;
	transition: all 0.2s ease;
}
#toolbar .my_account_option a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
#top {
	transition: all 0.2s linear;
}
#top .logo {
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 16px;
	padding: 0 10px;
	margin: 0 auto;
	margin-left: 0px;
}
#top .logo img {
	max-width: 100%;
}
/*#top .logo img {
	width: 163px;
}*/
#top .search_area {
	position: absolute;
	right: 15px;
	bottom: 45px;
	width: 260px;
	height: 38px;
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 0;
	overflow: hidden;
}
#top .search_area input[type=text] {
	width: 100%;
	height: 36px;
	padding: 0 44px 0 14px;
	border: none;
	box-sizing: border-box;
	outline: none;
}
#top .search_area select {
	width: 125px;
	height: 32px;
	padding: 0 5px;
	border: none;
	vertical-align: top;
	border-right: 1px solid #cccccc;
	outline: none;
	display: none;
}
#top .search_area button {
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 36px;
	background-color: transparent;
	border: none;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	color: #777777;
	cursor: pointer;
}
#top .mobile_btn {
	position: absolute;
	right: 15px;
	top: 50%;
	display: none;
	margin-top: -21px;
}
#top .mobile_btn a {
	display: block;
	width: 42px;
	/* height: 0px; */
	background-color: #990000;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 42px;
}
#top .mobile_btn a i {
	margin-right: 6px;
}
#top .menu_area {
	width: 100%;
	margin-top: 18px;
	box-sizing: border-box;
	text-align: center;
}
#top ul.menu_list {
	vertical-align: middle;
	font-size: 0;
	padding-left: 0;
	margin-bottom: 0px;
}
#top ul.menu_list > li {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	padding: 0 13px;
	position: relative;
	padding-left: 0px;
}
#top ul.menu_list > li:first-child {
	padding-left: 0;
}
#top ul.menu_list > li.mobile_only {
	display: none;
}
#top ul.menu_list > li a.lv1 {
	display: block;
	padding: 8px 19px;
	background-color: transparent;
	box-sizing: border-box;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}
#top ul.menu_list > li a.lv1:hover {
	background: none;
	color: #c080c0;
}
#top ul.menu_list > li > a.lv1 i {
	display: none;
}
#top ul.menu_list > li:hover a.lv1, #top ul.menu_list > li a.lv1:hover, #top ul.menu_list > li.onMenu a.lv1 {
	background-color: #000000;
	color: #ffffff;
}
#top ol.menu_sub_list {
	position: absolute;
	left: 0px;
	top: 32px;
	z-index: 9;
	width: 200px;
	padding: 4px 0;
	background-color: #000000;
	box-sizing: border-box;
	text-align: left;
}
#top ol.menu_sub_list > li > a.lv2 {
	display: block;
	padding: 4px 13px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
#top ol.menu_sub_list > li > a.lv2:hover {
	background-color: #1b1b1b;
	color: #ffffff;
}
#toolbar .member_area ul li select {
	color: #fff;
	background: none;
	border: none;
	outline: 0;
}
/* #toolbar .member_area ul li select option {
	color: #000;
} */
#top .fallback {
	display: none;
}
#top ul.menu_list > li:hover > ol.fallback {
	display: block;
}
#top1.fixedTop {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2000;
	width: 100%;
	padding: 10px 0;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
#top1.fixedTop .logo {
	width: 193px;
	transition: all 0.2s linear;
}
#top1.fixedTop .search_area {
	display: none;
}
#top1.fixedTop .menu_area {
	margin-top: 18px;
	box-sizing: border-box;
	transition: all 0.2s linear;
}
#mobile_menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	visibility: hidden;
	width: 280px;
	height: 100%;
	background-color: #990000;
	transition: all 0.3s ease;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
}
#mobile_menu.haveSearch {
	padding-top: 50px;
}
#mobile_menu.haveSocial {
	padding-bottom: 36px;
}
#mobile_menu.haveLang {
	padding-bottom: 36px;
}
#mobile_menu.haveLang.haveSocial {
	padding-bottom: 72px;
}
#mobile_menu.haveLang.haveSocial .social_area {
	bottom: 36px;
}
#mobile_menu .menu_area {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	background: none;
}
#mobile_menu .menu_area ul.menu_list {
}
#mobile_menu .menu_area ul.menu_list > li {
	display: block;
	border-bottom: 1px solid #aaaaaa;
	position: relative;
	box-sizing: border-box;
}
#mobile_menu .menu_area ul.menu_list {
	padding-left: 0;
}
#mobile_menu .menu_area ul.menu_list > li > a.lv1 {
	display: block;
	padding: 15px 65px 15px 15px;
	margin: 0;
	background-color: #990000;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #ffffff;
	line-height: 20px;
}
#mobile_menu .menu_area ul.menu_list > li > a.lv1 i {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #ffffff;
	font-style: normal;
}
#mobile_menu .menu_area ol.menu_sub_list {
	border-top: 1px solid #aaaaaa;
	display: none;
}
#mobile_menu .menu_area ol.menu_sub_list > li {
	display: block;
	position: relative;
}
#mobile_menu .menu_area ol.menu_sub_list > li > a.lv2 {
	display: block;
	padding: 10px 15px;
	margin: 0;
	background-color: #9f9f9f;
	box-sizing: border-box;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #ffffff;
}
#mobile_menu .menu_area ol.menu_sub_list > li > a.lv2 i {
	width: 12px;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
}
#mobile_menu .search_area {
	width: 100%;
	height: 50px;
	padding: 10px 8px;
	background-color: #990000;
	border-bottom: 1px solid #990000;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}
#mobile_menu .search_area form {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
#mobile_menu .search_area input[type=text] {
	width: 100%;
	height: 100%;
	padding: 3px 34px 3px 5px;
	background-color: #ffffff;
	line-height: 19px;
	font-size: 14px;
	box-sizing: border-box;
	opacity: 1;
}
#mobile_menu .search_area button {
	position: absolute;
	right: 0;
	top: 0;
	width: 29px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
	transition: all 0.2s ease;
}
#mobile_menu .social_area {
	width: 100%;
	height: 36px;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #990000;
	border-top: 1px solid #990000;
	box-sizing: border-box;
}
#mobile_menu .social_area .social {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: 20%;
	height: 100%;
	border-left: 1px solid #aaaaaa;
	box-sizing: border-box;
	font-size: 22px;
	color: #ffffff;
	line-height: 36px;
}
#mobile_menu .social_area .social:first-child {
	border-left: none;
}
#mobile_menu .lang_area {
	width: 100%;
	height: 36px;
	padding: 6px 10px 6px 110px;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #9f9f9f;
	border-top: 1px solid #aaaaaa;
	box-sizing: border-box;
}
#mobile_menu .lang_area label {
	position: absolute;
	left: 15px;
	top: 5px;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}
#mobile_menu .lang_area select {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	border: 0;
}
#mobile_menu .lang_area option[disabled] {
	display: none;
}
.openResponsive, .openResponsive body {
	height: 100%;
	overflow: hidden;
}
.openResponsive #wrap {
	position: fixed;
	transform: translate3d(280px, 0, 0);
	-webkit-transform: translate3d(280px, 0, 0);
	-moz-transform: translate3d(280px, 0, 0);
}
.openResponsive #wrap .overlay {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
}
.openResponsive #mobile_menu {
	visibility: visible;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
}
/*>>>>>>>>>>footer>>>>>>>*/

.copyright {
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 11px;
}
.copyright p {
	margin-bottom: 0;
}
.newsletter-footer h3 {
	font-size: 14px;
	padding-bottom: 9px;
	color: #cccccc;
	text-transform: uppercase;
}
.newsletter-footer .email-subscribe-foo {
	width: 92%;
	display: flex;
}
.newsletter-footer .email-subscribe-foo .input-wrapper {
	height: 35px;
	padding: 19px 7px;
	font-size: 13px;
	/* width: 100%; */
	border: none;/* margin-bottom: 17px; */
}
.newsletter-footer .email-subscribe-foo .button-wrapper {
	background: #7e7e7e;
	color: #fff;
	border: none;
	padding: 8px 17px;
	font-size: 12px;
	text-transform: uppercase;
}
.newsletter-footer .email-subscribe-foo .input-wrapper:focus {
	outline: 0;
}
.newsletter-footer .email-subscribe-foo .button-wrapper:hover {
	background: rgb(231, 80, 78);
}
.newsletter-footer .email-subscribe-foo .button-wrapper:focus {
	background: rgb(231, 80, 78);
}
.footer-wrapper {
	background-color: #1b1b1b;
	padding-top: 43px;
	padding-bottom: 34px;
}
.footer-text {
	width: 100%;
	float: left;
}
.footer-text ul {
	padding: 0px;
	margin: 0px;
}
.footer-text ul li {
	list-style: none;
}
.footer-text ul li a {
	color: #cccccc;
	font-size: 14px;
	/* line-height: 33px; */
	text-decoration: none;
	text-transform: uppercase;
}
.footer-text h3 {
	color: #cccccc;
	font-size: 14px;
	text-transform: uppercase;
}
.footer-text ul li {
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}
.footer-text ul li span {
	padding-left: 11px;
}
.footer-wrapper p {
	color: #7e7e7e;
	font-size: 12px;
	text-align: left;
}
.footer-textss {
	width: 100%;
	float: left;
}
.footer-textss h3 {
	color: #cccccc;
	font-size: 14px;
	text-transform: uppercase;
}
.footer-textss ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer-textss ul li a {
	color: #7e7e7e;
	font-size: 14px;
	text-decoration: none;
}
.footer-text p {
	color: #7e7e7e;
	font-size: 14px;
	line-height: 26px;
}
.footer-textss img.img-fluid {
	padding-top: 15px;
}
.footer-textss ul li {
	line-height: 26px;
}
/*>>>>>>>>>>>>>page--1>>>>>>>>>>>>*/


.banner-wrapper {
	padding: 0px;
	position: relative;
}
.banner-wrapper-row {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 147px;
}
.banner-wrapper-row .page-title h3 {
	color: #585252;
	font-size: 66px;
	width: 57%;
	font-family: 'SnellRoundhand-Black';
}
.banner-wrapper-row .page-title p {
	font-size: 17px;
	color: #000000;
	font-weight: 600;
}
.section-title-text {
	float: left;
	width: 100%;
	text-align: center;
	/* margin-bottom: 38px; */
	padding-top: 59px;
	padding-bottom: 48px;
}
.section-title-text h3 {
	position: relative;
	font-size: 45px;
	color: #474747;
	padding-bottom: 10px;
}
.section-title-text h3::before {
	content: "";
	border-bottom: solid 2px #8c8c8c;
	width: 129px;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -10px;
	margin: 0px auto;
}
.section-title-text p {
	color: #474747;
	font-size: 20px;
	width: 84%;
	margin: auto;
	padding-top: 33px;
	line-height: 36px;
}
.osmosis-box {
	width: 100%;
	float: left;
	text-align: center;
}
.osmosis-box h3 {
	color: #474747;
	font-size: 24px;
	padding-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 6px;
}
.osmosis-box p {
	font-size: 17px;
	color: #474747;
	width: 63%;
	margin: auto;
}
.osmosis-img-row {
	padding-bottom: 66px;
}
.wrapper-bg-up {
	/* background-color: #f2d9e3; */
	/* padding-top: 19px; */
}
.new-wrapper {
	background-color: #750a22;
}
.news-text {
	width: 100%;
	float: left;
	text-align: center;
	padding: 18px 0px;
}
.news-text h3 {
	color: white;
	font-size: 38px;
	margin-bottom: 0px;
}
.product-img {
	width: 100%;
	text-align: center;
	/* padding-top: 57px;
	padding-bottom: 21px; */
}
.product-img h3 {
	padding-top: 42px;
}
.product-img h3 a {
	color: #474747;
	font-size: 22px;
	text-decoration: none;
}
.product-img h4 {
	color: #474747;
	font-size: 22px;
	font-style: italic;
	font-variant: lining-nums;
}
/*>>>>>>>>>>>>>>>abouts>>>>>>>>>>*/

.other-page-t .page-title h3 {
	width: 100%;
}
.other-page-t .page-title {
	text-align: center;
}
.banner-wrappersss {
	padding: 0px;
	position: relative;
}
.banner-wrapper-rowss {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 131px;
}
.banner-wrapper-rowss .page-title h4 {
	color: #252525;
	font-size: 84px;
	width: 57%;
	text-align: right;
	font-family: auto;
}
.abouts-img img.img-fluid {
	padding-top: 27px;
}
/*>>>>>>>>>>news>>>>>>>>>*/
.banner-wrappersss-news {
	padding: 0px;
	position: relative;
	background-color: #75ccd0;
	padding-top: 15px;
}
.news-title-text h4 {
	text-align: center;
	font-size: 15px;
	color: #474747;
	padding-bottom: 68px;
	padding-top: 8px;
}
.news-title-text h3 {
	text-align: center;
	color: #333333;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
}
.news-title-text p {
	color: #474747;
	font-size: 20px;
	text-align: left;
	padding-bottom: 22px;
	/* font-style: italic; */
}
.news-title-text img.img-fluid {
	padding-top: 46px;
	padding-bottom: 47px;
}
.news-title-text p.wet {
	text-align: center;
	font-size: 28px;
	width: 100%;
	margin: auto;
}
.lorem-text {
	padding-top: 32px;
}
.lorem-text h6 {
	color: #d99e49;
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom: 8px;
}
.news-title-text {
	padding-top: 73px;
}
.product-rowss .col-md-3 {
	border: solid 1px #e2d2e2;
}
/*>>>>>>>>>>>News-index>>>>>>>>>>>*/

.news-index-row .news-title-text {
	padding-top: 32px;
}
.news-index-row .news-title-text h4 {
	text-align: left;
	padding-bottom: 14px;
}
.news-index-row .news-title-text h3 {
	text-align: left;
	font-size: 32px;
}
.news-index-row .news-title-text p {
	text-align: justify;
}
.latest-news-info h3 {
	font-size: 22px;
	color: #333333;
	padding-bottom: 10px;
}
.latest-news-info img.img-fluid {
	border-top: solid 1px #e0e0e0;
	padding-top: 18px;
	padding-bottom: 19px;
}
.latest-news-info {
	padding-bottom: 15px;
}
.latest-news-info h5 {
	font-size: 17px;
	width: 67%;/* padding-top: 17px; */
}
.latest-news-info h4 {
	color: #999999;
	font-size: 12px;
}
.latest-right {
	padding-left: 0px;
}
.latest-row {
	padding-bottom: 29px;
}
.news-index-row {
	padding-bottom: 27px;
}
.abouts-imgss img.img-fluid {
	padding-top: 30px;
}
.news-index-wrapper {
	padding-top: 50px;
}
@media only screen and (max-width: 767px) {
.banner-wrapper-row {
	/* position: relative; */
	left: 0px;
	width: 100%;
	top: 0;
	margin-top: 24px;
}
.banner-wrapper-row .page-title h3 {
	font-size: 23px;
	width: 100%;
	line-height: 47px;
}
.footer-text {
	margin-bottom: 26px;
}
.newsletter-footer .email-subscribe-foo {
	width: 100%;
	display: flex;
}
.newsletter-footer .email-subscribe-foo .input-wrapper {
	width: 89%;
}
.newsletter-footer {
	margin-top: 32px;
}
}







 @media screen and (max-width: 1023px) {
/* desktop to ipad */
html, body {
	overflow-x: hidden;
	overflow-y: visible;
}
#wrap {
	min-width: 10px;
	padding-top: 0 !important;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transition: transform 0.5s ease;
}
#wrap .container {
	max-width: 768px;
}
#toolbar {
	display: none !important;
}
#top {
	border-top: 5px solid #990000;
}
#top .search_area {
	display: none;
}
#top .menu_area {
	display: none;
}
#top .mobile_btn {
	display: block;
}
#top.fixedTop {
	position: static;
	background-color: transparent;
	box-shadow: none;
}
#top.fixedTop .logo {
	xdisplay: block;
}
#banner {
	padding-top: 20px !important;
}
#mobile_menu {
	display: block;
}
#main .container {
	padding-bottom: 60px;
}
#main .left_side {
	width: 200px;
}
#main .right_side {
	width: calc(100% - 220px);
}
}












