.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}
.select2-container .select2-search--inline {
	float: left
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}
.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}
.select2-results {
	display: block
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}
.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}
.select2-results__option[aria-selected] {
	cursor: pointer
}
.select2-container--open .select2-dropdown {
	left: 0
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-search--dropdown {
	display: block;
	padding: 4px
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
	display: none
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}
.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}
.select2-container--classic .select2-results>.select2-results__options, .select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}
.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #000;
	outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}
.select2-container--default .select2-results__option[role=group] {
	padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}
.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 4px 0 0 4px;
	left: 1px;
	right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

#main-store-des {
    height: 93px !important;
    line-height: 18px;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}
.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
	border-top: none
}
.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}
.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}
.relative {
	position: relative
}
.top-20 {
	padding-top: 20px
}
.bottom-20 {
	padding-bottom: 20px
}
.left-15 {
	padding-left: 15px
}
.right-10 {
	padding-right: 10px
}
.left-10 {
	padding-left: 10px
}
.mtop-10 {
	margin-top: 10px
}
.mtop-15 {
	margin-top: 15px
}
.top-5 {
	padding-top: 5px
}
.width-100 {
	width: 100%
}
.right-15 {
	padding-right: 15px
}
.top-10 {
	padding-top: 10px
}
.top-12 {
	padding-top: 12px
}
.white-txt {
	color: #fff
}
.mright-20 {
	margin-right: 20px
}
.mright-10 {
	margin-right: 10px
}
.right-5 {
	padding-right: 5px
}
.mleft-30 {
	margin-left: 30px
}
.top-15 {
	padding-top: 15px
}
.bottom-15 {
	padding-bottom: 15px
}
.logotextcolor {
	color: #bebcbd
}
.mleft-45 {
	margin-left: 10%
}
.light-txt {
	color: #b8b8b8
}
.mtop-5 {
	margin-top: 5px
}
.mtop-30 {
	margin-top: 30px
}
.top-30 {
	padding-top: 30px
}
.left-0 {
	padding-left: 0!important
}
.right-0 {
	padding-right: 0!important
}
.mbottom-20 {
	margin-bottom: 20px
}
.left-5 {
	padding-left: 5px
}
.top-25 {
	padding-top: 25px
}
.inline {
	display: inline
}
.line-20 {
	line-height: 20px
}
a {
	cursor: pointer!important
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media (min-width:768px) {
	.fkmsearchbtn {
		width: 15%;
		line-height: 20px;
		float: right;
		background: #0089cf;
		color: #fff;
		margin: 5px 0;
		font-size: 18px;
		padding: 10px 15px
	}
	.dealtitle {
		height: 36px;
		overflow: hidden
	}
	.left_cat {
		width: 24%!important
	}
	.right_cat {
		width: 74%!important
	}
	.search_deal .row .mhomepdeal:nth-child(3n+3) {
		padding-right: 0!important
	}
	.search_deal .row .mhomepdeal .sitelogo {
		width: 85px!important
	}
	.followdiv {
		height: 217px;
		border: 1px solid #e5e5e5;
		width: 90%;
		background: #fff;
		padding: 0
	}
	.follow_main .col-lg-3 {
		padding: 0;
		margin-bottom: 55px
	}
	.follow_main .col-lg-3:nth-of-type(4n) {
		margin-right: 0
	}
	.lead {
		font-size: 21px
	}
	.footer_social li a {
		padding: 0 15px!important;
		font-size: 35px!important
	}
	.txt-12, .txt-14, .txt-18, .txt-22 {
		font-weight: 400
	}
	.allsocial {
		width: 820px;
		float: none!important;
		margin: 25px auto 0!important
	}
	.txt-12 {
		font-size: .75em;
		font-size: 12px
	}
	.txt-13 {
		font-size: .8125em;
		font-size: 13px
	}
	.txt-14 {
		font-size: .875em;
		font-size: 14px
	}
	.txt-11 {
		font-size: .6875em;
		font-size: 11px
	}
	.txt-16 {
		font-size: 1em;
		font-size: 16px
	}
	.txt-20 {
		font-size: 1.25em;
		font-size: 20px
	}
	.txt-24 {
		font-size: 1.3em;
		font-size: 24px
	}
	.txt-18 {
		font-size: 18px
	}
	.txt-22 {
		font-size: 22px
	}
	.txt-26 {
		font-weight: 500;
		font-size: 26px
	}
	
}
.bottom-10 {
	padding-bottom: 10px
}
.bottom-5 {
	padding-bottom: 5px
}
#userloginerror, .dealurlerror {
	padding: 5px 15px!important
}
@media screen and (max-width:767px) {
	.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clear, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
		clear: both
	}
	.followdiv {
		height: 217px;
		border: 1px solid #e5e5e5;
		width: 100%;
		background: #fff;
		padding: 0
	}
	.pull-right>.dropdown-menu {
		right: 0;
		left: auto
	}
	.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
		content: "";
		border-top: 0;
		border-bottom: 4px dashed;
		border-bottom: 4px solid\9
	}
	.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
		top: auto;
		bottom: 100%;
		margin-bottom: 2px
	}
	.modal, .modal-backdrop {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}
	@-webkit-keyframes progress-bar-stripes {
		from {
			background-position: 40px 0
		}
		to {
			background-position: 0 0
		}
	}
	@-o-keyframes progress-bar-stripes {
		from {
			background-position: 40px 0
		}
		to {
			background-position: 0 0
		}
	}
	@keyframes progress-bar-stripes {
		from {
			background-position: 40px 0
		}
		to {
			background-position: 0 0
		}
	}
	.modal {
		position: fixed;
		z-index: 1050;
		display: none;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
		outline: 0
	}
	.modal.fade .modal-dialog {
		-webkit-transition: -webkit-transform .3s ease-out;
		-o-transition: -o-transform .3s ease-out;
		transition: transform .3s ease-out;
		-webkit-transform: translate(0, -25%);
		-ms-transform: translate(0, -25%);
		-o-transform: translate(0, -25%);
		transform: translate(0, -25%)
	}
	.modal.in .modal-dialog {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	.modal-open .modal {
		overflow-x: hidden;
		overflow-y: auto
	}
	.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, .2);
		border-radius: 0;
		outline: 0;
		-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
		box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
	}
	.modal-backdrop {
		position: fixed;
		z-index: 1040;
		background-color: #000
	}
	.modal-backdrop.fade {
		filter: alpha(opacity=0);
		opacity: 0
	}
	.modal-backdrop.in {
		filter: alpha(opacity=50);
		opacity: .5
	}
	.modal-header {
		padding: 15px;
		border-bottom: 1px solid #e5e5e5
	}
	.modal-header .close {
		margin-right: 10px;
		margin-top: 2px
	}
	.modal-title {
		margin: 0;
		line-height: 1.42857143
	}
	.modal-body {
		position: relative;
		padding: 15px
	}
	.modal-footer {
		padding: 0;
		min-height: 80px;
		text-align: right;
		border-top: 1px solid #e5e5e5
	}
	.modal-footer .btn+.btn {
		margin-bottom: 0;
		margin-left: 5px
	}
	.modal-footer .btn-group .btn+.btn {
		margin-left: -1px
	}
	.modal-footer .btn-block+.btn-block {
		margin-left: 0
	}
	.modal-scrollbar-measure {
		position: absolute;
		top: -9999px;
		width: 50px;
		height: 50px;
		overflow: scroll
	}
	@media screen and (min-width:768px) {
		.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
			width: 30px;
			height: 30px;
			margin-top: -10px;
			font-size: 30px
		}
		.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
			margin-left: -10px
		}
		.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
			margin-right: -10px
		}
		.carousel-caption {
			right: 20%;
			left: 20%;
			padding-bottom: 30px
		}
		.carousel-indicators {
			bottom: 20px
		}
	}
	.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
		display: table;
		content: " "
	}
	.border-bottom {
		border-bottom: 1px solid #ededed
	}
	.center-block {
		display: block;
		margin-right: auto;
		margin-left: auto
	}
	.pull-right {
		float: right!important
	}
	.pull-left {
		float: left!important
	}
	.hide {
		display: none!important
	}
	.show {
		display: block!important
	}
	.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
		display: none!important
	}
	.invisible {
		visibility: hidden
	}
	.text-hide {
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0
	}
	.affix {
		position: fixed
	}
	@-ms-viewport {
		width: device-width
	}
	@media (max-width:767px) {
		.close1 {
			display: none!important
		}
		.ftr-left.left-0 {
			padding-left: 15px!important
		}
		.visible-xs {
			display: block!important
		}
		table.visible-xs {
			display: table!important
		}
		tr.visible-xs {
			display: table-row!important
		}
		td.visible-xs, th.visible-xs {
			display: table-cell!important
		}
		.visible-xs-block {
			display: block!important
		}
		.visible-xs-inline {
			display: inline!important
		}
		.visible-xs-inline-block {
			display: inline-block!important
		}
	}
	@media (min-width:768px) and (max-width:991px) {
		.linkadjustdiv {
			width: 198px!important;
			margin-left: 0!important
		}
		#footerinput {
			width: 145px!important
		}
		.footeralldes {
			float: left;
			margin-top: 20px;
			width: 100%;
			margin-left: 0
		}
		.footerlinkapp {
			padding: 0 10px!important;
			font-size: 11px!important;
			height: 30px!important
		}
		.visible-sm {
			display: block!important
		}
		table.visible-sm {
			display: table!important
		}
		tr.visible-sm {
			display: table-row!important
		}
		td.visible-sm, th.visible-sm {
			display: table-cell!important
		}
		.visible-sm-block {
			display: block!important
		}
		.visible-sm-inline {
			display: inline!important
		}
		.profile_follow_part {
			padding: 0!important
		}
		.visible-sm-inline-block {
			display: inline-block!important
		}
		.search {
			color: #99a4b6;
			padding-top: 13px
		}
	}
	@media (min-width:992px) and (max-width:1199px) {
		.visible-md {
			display: block!important
		}
		table.visible-md {
			display: table!important
		}
		tr.visible-md {
			display: table-row!important
		}
		td.visible-md, th.visible-md {
			display: table-cell!important
		}
		.visible-md-block {
			display: block!important
		}
		.visible-md-inline {
			display: inline!important
		}
		.visible-md-inline-block {
			display: inline-block!important
		}
		.profile_follow_part {
			padding: 0!important
		}
	}
	@media (min-width:1200px) {
		.visible-lg {
			display: block!important
		}
		table.visible-lg {
			display: table!important
		}
		tr.visible-lg {
			display: table-row!important
		}
		td.visible-lg, th.visible-lg {
			display: table-cell!important
		}
		.visible-lg-block {
			display: block!important
		}
		.visible-lg-inline {
			display: inline!important
		}
		.visible-lg-inline-block {
			display: inline-block!important
		}
	}
	@media (max-width:767px) {
		.linkadjustdiv {
			float: none!important
		}
		.row.product_postedby_detailtitle {
			margin: 0
		}
		.profile_follow_part {
			padding-top: 3px!important
		}
		.profile_follow_part div {
			border-top: 1px solid #e5e5e5;
			padding-top: 6px
		}
		.noti_all, .noti_alldeal, .noti_alldiscuss {
			width: auto!important;
			padding: 6px 5px!important;
			margin: 0 3px!important
		}
		.dealtitle {
			padding-bottom: 10px
		}
		.option_discuss li {
			border-right: 0!important
		}
		.hidden-xs {
			display: none!important
		}
	}
	@media (min-width:768px) and (max-width:991px) {
		.hidden-sm {
			display: none!important
		}
		.navbar-left>li>a {
			position: relative;
			display: block;
			padding: 15px 5px
		}
		.search {
			padding-right: 2px
		}
		.searchdemo {
			padding-left: 15px
		}
	}
	@media (min-width:992px) and (max-width:1199px) {
		.hidden-md {
			display: none!important
		}
	}
	@media (min-width:1200px) {
		.hidden-lg {
			display: none!important
		}
	}
	.visible-print {
		display: none!important
	}
	@media print {
		.visible-print {
			display: block!important
		}
		table.visible-print {
			display: table!important
		}
		tr.visible-print {
			display: table-row!important
		}
		td.visible-print, th.visible-print {
			display: table-cell!important
		}
	}
	.visible-print-block {
		display: none!important
	}
	@media print {
		.visible-print-block {
			display: block!important
		}
	}
	.visible-print-inline {
		display: none!important
	}
	@media print {
		.visible-print-inline {
			display: inline!important
		}
	}
	.visible-print-inline-block {
		display: none!important
	}
	@media print {
		.visible-print-inline-block {
			display: inline-block!important
		}
		.hidden-print {
			display: none!important
		}
	}
	@media (max-width:480px) {
		.nav>li.search, span.message {
			display: none
		}
		.settinglist li a {
			height: 100px;
			background-position: 11px 15px!important;
			background-size: 32px 32px!important;
			width: 59px!important
		}
		.saveheartboth, .savelikeboth {
			position: absolute;
			width: 45px!important;
			height: 40px!important;
			background-position: 9px 8px!important;
			padding-top: 40px;
			right: 0
		}
		.col-sm-6 {
			width: 100%!important;
			box-sizing: border-box;
			float: left
		}
		.maintab li a {
			padding-top: 18px
		}
		.txt-18 {
			font-size: 11px
		}
		.navbar-brand {
			padding: 10px 15px 7px 5px
		}
		.search {
			padding-right: 5px!important
		}
		.navbar-toggle {
			margin-right: 0
		}
		.mright-20 {
			margin-right: 5px!important
		}
	}
	@media (max-width:640px) {
		.settinglist li a {
			max-width: 80px
		}
		.fileUpload {
			margin: 52px 10px 10px!important
		}
		div.sign, span.alertt, span.fav, span.message {
			margin-top: 20px
		}
		.post_offer_deal li a {
			padding: 10px 10%!important
		}
		.prositelink {
			height: 45px;
			background: #fb6780;
			border: 1px solid #e5e5e5;
			display: block;
			text-align: center;
			box-sizing: border-box;
			padding: 12px;
			width: 130px
		}
		.dealrs_sitelogodetail {
			padding-top: 0;
			border-top: 1px solid #ededed;
			padding-right: 0!important;
			left: 0;
			position: fixed;
			bottom: 0;
			padding-bottom: 0;
			background: #fff;
			z-index: 30
		}
		.writecomment {
			width: 80%!important
		}
		.productrs .newprice {
			padding-left: 5px
		}
		.ccomment_body {
			float: right!important
		}
		.mleft-45 {
			margin-left: 20px
		}
		.saveheartboth {
			position: absolute;
			width: 45px!important;
			height: 40px!important;
			background-position: 9px 8px!important;
			padding-top: 40px;
			right: 0;
			z-index: 50
		}
		div.sign a {
			padding: 5px 15px;
			background: #ec533a
		}
		div.sign {
			padding-right: 5px
		}
		.col-sm-6 {
			width: 50%;
			box-sizing: border-box;
			float: left
		}
		span.alertt a, span.fav a, span.message a {
			width: 35px;
			color: #b7b7b7;
			line-height: 14px
		}
		.hidden-xss {
			display: none!important
		}
		.nav>li.search {
			display: none
		}
		.mright-20 {
			margin-right: 20px
		}
		span.fav a {
			background: url(/National_Library/oe_/https://freekaamaal.com/images/fav.png) 0 center no-repeat;
			padding-left: 20px
		}
		span.alertt a, span.message a {
			padding-left: 23px
		}
		span.message a {
			background: url(/National_Library/oe_/https://freekaamaal.com/images/msg.jpg) 0 center no-repeat
		}
		span.alertt a {
			background: url(/National_Library/oe_/https://freekaamaal.com/images/alert.jpg) 0 center no-repeat
		}
		.leftassigncom {
			width: 85%
		}
		.ccomment_body {
			width: 75%!important
		}
		.productrs {
			margin-top: 5px
		}
		.product_title {
			padding-top: 5px;
			padding-left: 5px!important;
			padding-bottom: 5px
		}
		.border-bottom {
			border-bottom: 0
		}
	}
	@media (min-width:641px) and (max-width:767px) {
		.border-bottom {
			border-bottom: 0
		}
		.product_title {
			padding-top: 5px;
			padding-left: 5px!important
		}
		.productrs {
			margin-top: 5px
		}
		div.sign, span.alertt, span.fav, span.message {
			margin-top: 20px
		}
		.productrs .newprice {
			padding-left: 5px
		}
		.prositelink {
			height: 45px;
			background: #fb6780;
			border: 1px solid #e5e5e5;
			display: block;
			text-align: center;
			box-sizing: border-box;
			padding: 12px;
			width: 130px
		}
		.dealrs_sitelogo {
			padding-top: 0;
			border-top: 1px solid #ededed;
			padding-right: 0!important;
			left: 0;
			position: fixed;
			bottom: 0;
			padding-bottom: 0;
			background: #fff;
			z-index: 30
		}
		.writecomment {
			width: 80%!important
		}
		.ccomment_body {
			float: right!important
		}
		.mleft-45 {
			margin-left: 20px
		}
		.saveheartboth {
			position: absolute;
			width: 45px!important;
			height: 40px!important;
			background-position: 9px 8px!important;
			padding-top: 40px;
			right: 0
		}
		div.sign a {
			padding: 5px 15px;
			background: #ec533a
		}
		.col-sm-6 {
			width: 50%;
			box-sizing: border-box;
			float: left
		}
		span.alertt a, span.fav a, span.message a {
			width: 35px;
			color: #b7b7b7;
			line-height: 14px
		}
		.hidden-xss {
			display: none!important
		}
		.mright-20 {
			margin-right: 20px
		}
		span.fav a {
			background: url(/National_Library/oe_/https://freekaamaal.com/images/fav.png) 0 center no-repeat;
			padding-left: 20px
		}
		span.alertt a, span.message a {
			padding-left: 23px
		}
		span.message a {
			background: url(/National_Library/oe_/https://freekaamaal.com/images/msg.jpg) 0 center no-repeat
		}
		span.alertt a {
			background: url(/National_Library/oe_/https://freekaamaal.com/images/alert.jpg) 0 center no-repeat
		}
		.search {
			color: #99a4b6;
			padding-top: 15px;
			margin-top: 3px;
			height: 35px;
			padding-right: 28px
		}
		.nav>li.search {
			display: none
		}
		.searchdemo {
			outline: 0;
			border: 0;
			color: #b7b7b7;
			width: 59px;
			line-height: 10px;
			background: url(/National_Library/oe_/https://freekaamaal.com/images/search.png) no-repeat;
			background-size: 19px 19px;
			padding-left: 20px;
			height: 19px
		}
	}
	.modal-open, body {
		padding-right: 0!important
	}
	.table>tbody>tr>td.table_nametd {
		white-space: nowrap
	}
	body {
		margin-right: 0!important
	}
	.modal-open {
		overflow: auto!important;
		overflow-x: hidden!important
	}
	.fileUpload.form-group {
		position: relative;
		overflow: hidden;
		border: 1px solid #e5e5e5;
		margin: 5px 10px 5px 0;
		width: 130px;
		height: auto;
		text-align: center
	}
	.fileUpload.form-group input.upload {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		font-size: 20px;
		cursor: pointer;
		opacity: 0;
		filter: alpha(opacity=0)
	}
	.fileUpload.form-group span {
		width: 100px;
		height: 25px;
		color: #868686;
		border: 1px solid #e5e5e5;
		background: #f2f2f2;
		margin-left: 0;
		margin-top: 12px;
		float: left;
		line-height: 22px;
		font-family: Lato, tahoma, arial;
		font-size: 12px
	}
	.accordian_deal .accord.active h3, .accordian_deal .accord.active h3 a {
		color: #fff;
		background: #464646;
		width: 100%;
		float: left;
		box-sizing: border-box;
		pointer-events: auto
	}
	.accordian_deal .accord.active h3 {
		margin: 0;
		font-size: 14px;
		padding: 0
	}
	.accordian_deal .accord.active h3 a {
		margin: 0;
		font-size: 14px;
		padding: 14px 15px
	}
	.accordian_deal .accord h3 a, .accordian_deal h3 {
		font-size: 14px;
		color: #b2b2b2;
		background: #f3f3f3;
		float: left;
		box-sizing: border-box
	}
	.accordian_deal h3 {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%
	}
	.accordian_deal .accord h3 a {
		padding: 10px 15px;
		width: 80%
	}
	.accdiv {
		float: left;
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		height: auto!important;
		-webkit-transition-property: all;
		-webkit-transition-duration: .5s;
		-webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
		-moz-transition-property: all;
		-moz-transition-duration: .5s;
		-moz-transition-timing-function: cubic-bezier(0, 1, .5, 1);
		-ms-transition-property: all;
		-ms-transition-duration: .5s;
		-ms-transition-timing-function: cubic-bezier(0, 1, .5, 1);
		transition-property: all;
		transition-duration: .5s;
		transition-timing-function: cubic-bezier(0, 1, .5, 1)
	}
	#accordion {
		background: #fff;
		width: 100%;
		float: left;
		position: relative
	}
	.accord {
		position: relative;
		float: left;
		width: 100%
	}
	.accord.active .accdiv {
		display: block
	}
	.accord .accdiv {
		display: none
	}
	.accord.active h3 .btn_post {
		display: none!important
	}
	.btn_post {
		position: absolute;
		right: 10px;
		top: 5px;
		cursor: pointer;
		font-size: 13px;
		font-family: tahoma;
		display: none
	}
	#noneed1 {
		margin-top: 5px
	}
	.typeahead.dropdown-menu {
		width: 100%;
		border-radius: 6px;
		border: 1px solid #e5e5e5
	}
	.typeahead.dropdown-menu .active, .typeahead.dropdown-menu .active>a {
		background: #f5f5f5;
		color: #858585
	}
	.typeahead.dropdown-menu>li>a {
		color: #858585
	}
	.notfoundinput {
		padding: 8px 10px;
		box-sizing: border-box;
		height: 40px!important
	}
	.notfoundsubmit {
		outline: 0;
		border: 0;
		color: #b7b7b7;
		width: 57px;
		text-indent: -9999px;
		margin-top: 10px;
		line-height: 10px;
		background: url(/National_Library/oe_/https://freekaamaal.com/images/common-images/search.png) 19px 0 no-repeat #fff!important;
		background-size: 19px 19px;
		padding-left: 20px;
		height: 19px
	}
	.searchmaindiv .typeahead.dropdown-menu {
		left: 0!important
	}
	.typeahead.dropdown-menu li:first-child, .typeahead.dropdown-menu li:first-child>a {
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px
	}
	.typeahead.dropdown-menu li:last-child, .typeahead.dropdown-menu li:last-child>a {
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px
	}
	.profile_follow_part .follow.showunfollow {
		border: 1px solid #66d4f0!important;
		background: #fff!important;
		color: #60cfeb!important;
		padding: 8px 0;
		border-radius: 3px
	}
	.profile_follow_part .follow.showunfollow span {
		color: #60cfeb!important
	}
	.profile_follow_part div a.vw_leader:hover {
		text-decoration: underline!important
	}
	.regclose.close:hover, .regclosee.close:hover {
		background: 0 0!important
	}
}
