@import url('bootstrap-datetimepicker.min.css');
@import url('font-awesome.css');
body {
	background: url(../images/bg.png);
}
input, select, button {
	outline: none;
	border-radius: 4px;
}
.form-inline .form-control {
	outline: none;
	border-radius: 4px;
}
body, input, select, button {
	font-family: 'Roboto', 'Open Sans', Arial, Tahoma, sans-serif;
}
.header-bg {
	background-color: #effaff;
	padding: 20px 0 10px;
	box-shadow: 0 5px 10px rgba(0,0,0,.25)
}
.site-footer {
	background-color: #737373;
	padding-top: 15px;
}
.navbar-toggle {
	margin: 0;
}
.logo {
	width: 225px;
	margin: auto 10px;
	display: inline-block;
}
.logo img {
	max-width: 100%
}
.navbar-nav {
	margin: 0
}
.navbar-toggle .icon-bar {
	background-color: #333
}
.navbar-header {
	margin-bottom: 10px
}
.navbar-collapse {
	padding: 0
}
.nav>li>a {
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px
}
.nav>li.active>a, .nav>li.active>a:focus, .nav>li.active>a:hover, .nav>li>a:hover {
	color: #fff;
	background: #1291cd;
	background: -webkit-linear-gradient(top, #16a4e7, #1291cd);
	background: -moz-linear-gradient(top, #16a4e7, #1291cd);
	background: -ms-linear-gradient(top, #16a4e7, #1291cd);
	background: linear-gradient(to bottom, #16a4e7, #1291cd);
}
.hero-banner {
	background: url(../images/hero-banner.jpg) no-repeat center center;
	background-size: cover;
	min-height: 420px;
	text-align: center;
	color: #fff;
}
.hero-banner.inner-page-banner {
	min-height: 250px
}
.hero-banner h2 {
	margin-top: 15%;
	font-weight: 100
}
.hero-banner h2 span {
	font-size: 28px;
	display: block;
}
.hero-banner h2 span + span {
	font-size: .85em;
	margin-top: 10px
}
.hero-banner h2 span + span + span {
	font-size: .75em;
	margin-top: 10px
}
.search-section {
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px
}
.banner-tab .nav-tabs {
	border: 0;
}
.banner-tab .nav-tabs li {
	margin: 0;
	color: #333
}
.banner-tab .nav-tabs a {
	border: 0;
	background: #1291cd;
	background: -webkit-linear-gradient(top, #16a4e7, #1291cd);
	background: -moz-linear-gradient(top, #16a4e7, #1291cd);
	background: -ms-linear-gradient(top, #16a4e7, #1291cd);
	background: linear-gradient(to bottom, #16a4e7, #1291cd);
	color: #fff;
	border-radius: 0;
	margin-right: 1px;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 100;
	border-radius: 4px 4px 0 0
}
.banner-tab ul.nav-tabs a:hover {
	background: #1291cd
}
.banner-tab ul.nav-tabs .active a {
	background: #f6f6f6;
	color: #16a4e7;
	border: 0;
}
.icon-24x24, .icon-32x32 {
	vertical-align: middle;
}
.icon-by-geo, .icon-by-advanced-search {
	width: 32px;
	height: 32px;
	background-image: url(../images/icon-32x32-sprite-2x.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	margin-right: 5px
}
.icon-by-geo {
	background-position: 0 -32px
}
.active .icon-by-geo {
	background-position: 0 0px
}
.icon-by-advanced-search {
	background-position: 0 -96px
}
.active .icon-by-advanced-search {
	background-position: 0 -64px
}
.icon-24x24 {
	width: 24px;
	height: 24px;
	background-image: url(../images/icon-24x24-sprite-2x.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	margin-right: 5px
}
.icon-zip {
	background-position: 0 0
}
.active .icon-zip {
	background-position: 0 -24px
}
.icon-city {
	background-position: 0 -48px
}
.active .icon-city {
	background-position: 0 -72px
}
.icon-state {
	background-position: 0 -144px
}
.active .icon-state {
	background-position: 0 -168px
}
.icon-country {
	background-position: 0 -96px
}
.active .icon-country {
	background-position: 0 -120px
}
.icon-search {
	background-position: 0 -192px
}
.banner-tab .geo-sub-tabs .active a:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top-color: #9f9b89;
	left: 50%;
	margin-left: -3px
}
.geo-sub-tabs {
	background-color: #e7e7e7
}
.geo-sub-tabs .custom-checkbox > span:before {
	border-color: #cacaca;
	margin-top: 6px;
}
.banner-tab .geo-sub-tabs a {
	font-size: 13px;
	line-height: 24px;
	padding: 5px 10px 5px 5px;
	position: relative;
	background-color: #e7e7e7;
	color: #fff;
}
.banner-tab .geo-sub-tabs {
	margin-top: 20px;
	padding: 5px 10px;
}
.banner-tab ul.geo-sub-tabs .active a, .banner-tab ul.geo-sub-tabs a:hover {
	background-color: #9f9b89;
}
.search-bg {
	overflow: hidden;
}
.sub-tab-content {
	padding: 10px 20px;
}
.sub-tab-content input:not([type=checkbox]), .sub-tab-content select {
	padding: 8px;
	width: 100%;
	font-size: 14px;
	margin: 10px 0;
	border: 1px solid #ddd;
	border-radius: 0;
	float: left;
	color: #666;
	border-radius: 4px;
	box-sizing: border-box;
}
.content-section {
	padding: 30px 0
}
.btn-search, .btn-apply-filter, .btn-apply-filter-promo {
	text-align: center
}
.btn-search button, .btn-apply-filter button, .btn-apply-filter-promo button, .filter-head a.reset-link {
	background-color: #95ce17;
	font-size: 18px;
	color: #fff;
	padding: 10px 30px;
	text-align: center;
	border: 0;
	border-radius: 4px;
	border-bottom: 3px solid #7fb409
}
.btn-apply-filter button {
	width: 100%;
	border-radius: 0;
}
.btn-apply-filter button:hover, .btn-apply-filter-promo button:hover, .btn-search button:hover {
	opacity: .90;
}
.sub-tab-content select option {
	padding: 5px;
}
.page-head {
	font-size: 30px;
	font-weight: 600;
	color: #16a4e7;
	margin-top: 0;
	margin-bottom: 14px
}
.page-head a.download-link {
	float: right;
	font-weight: normal;
	margin-left: 10px;
	font-size: 14px;
	background-color: #f2f2f2;
	padding: 8px 15px;
	border: #ccc solid 1px;
	border-radius: 5px;
}
.page-head a.download-link:hover {
	text-decoration: none;
}
.page-head a.download-link i {
	color: red;
}
.product-filters {
	margin-bottom: 20px
}
.filter-content {
	border: 1px solid #eee;
	font-size: 13px;
	background: #fff;
	border-top: 0
}
.filter-head {
	font-size: 24px;
	font-weight: 600;
	color: #16a4e7;
	margin-top: 0;
	margin-bottom: 22px;
	background-color: #f5f5f5;
	background-image: url(../images/drop-down-arrow.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 15px auto;
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 16px
}
.filter-subhead {
	background: #fff;
	background: -webkit-linear-gradient(top, #fff, #f9f9f9);
	background: -moz-linear-gradient(top, #fff, #f9f9f9);
	background: -ms-linear-gradient(top, #fff, #f9f9f9);
	background: linear-gradient(to bottom, #fff, #f9f9f9);
	color: #333;
	font-weight: 400;
	font-size: 18px;
	padding: 7px 10px;
	margin: 0;
	border-top: 1px solid #e0e0e0
}
.fiter-box-content {
	padding: 10px;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
	border-top: 1px solid #e0e0e0
}
.fiter-box-content .custom-checkbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.site-footer {
	text-align: center;
	color: #ccc;
	line-height: 24px;
}
.site-footer a {
	color: #ccc;
	padding: 0 20px
}
.custom-checkbox {
	position: relative;
	display: inline-block;
	margin: 0;
	font-weight: 400
}
.custom-checkbox img {
	vertical-align: middle;
	margin-bottom: 5px
}
.custom-checkbox input[type=checkbox] {
	display: none;
}
.custom-checkbox > span {
	display: block;
	padding-left: 25px;
	position: relative;
}
.custom-checkbox > span:before {
	content: "";
	display: inline-block;
	border: 1px solid #ddd;
	font-family: 'Glyphicons Halflings';
	font-weight: 100;
	font-size: 16px;
	width: 16px;
	height: 16px;
	line-height: 10px;
	text-align: center;
	background-color: #f5f5f5;
	color: #1294d1;
	border-radius: 2px;
	position: absolute;
	left: 0
}
.custom-checkbox input[type=checkbox]:checked + span:before {
	content: "\e013";
}
.filter-by-products .custom-checkbox, .filter-by-price .custom-checkbox, .filter-by-others .custom-checkbox {
	margin-right: 10px
}
.result-filters {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	margin-bottom: 10px
}
.result-tabs {
	border: 0
}
.result-tabs li {
	margin: 0;
}
ul.result-tabs li a {
	border: 0;
	margin: 0;
	color: #333;
	border-radius: 0;
	font-size: 14px;
	padding: 8px 10px 5px;
	text-transform: uppercase;
	border-right: 1px solid #ddd;
	position: relative;
}
.nav.result-tabs > li + li {
	margin-left: 0;
}
.result-tabs li.active a, .result-tabs li a:hover {
	border: 0;
	background: #002436
}
.result-tabs li.active a:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top-color: #002436;
	left: 50%;
	margin-left: -3px;
}
.result-tabs li.active a:focus, .result-tabs li.active a, .result-tabs li.active a:hover, .result-tabs li a:hover {
	background: #002436;
	color: #fff;
	margin: 0;
	border: 0;
	border-radius: 0;
	border-right: 1px solid transparent
}
.sorting-controls {
	text-align: right;
	margin-bottom: 10px
}
.btn-view {
	width: 26px;
	height: 26px;
	border: 1px solid #ddd;
	margin-left: 10px;
	vertical-align: middle;
	background: transparent;
	border-radius: 0;
	display: none;
}
.btn-view.active, .btn-view:hover {
	border: 1px solid #7fb409;
	color: #7fb409
}
.sorting-controls label {
	font-weight: 400;
	margin-right: 10px
}
.sorting-controls select {
	padding: 5px;
	font-size: 13px;
	border: #ccc solid 1px;
}
.product-item {
	border: 1px solid #e3e3e3;
	margin: 0 10px 10px 0;
	height: 304px;
	background: #fff
}
.product-item:hover {
	border-color: #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,.1)
}
.product-name a {
	color: #FFFFFF;
}
.product-name {
	font-size: 16px;
	font-weight: 400;
	margin: 0 -15px;
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	background: #1291cd;
	background: -webkit-linear-gradient(top, #16a4e7, #1291cd);
	background: -moz-linear-gradient(top, #16a4e7, #1291cd);
	background: -ms-linear-gradient(top, #16a4e7, #1291cd);
	background: linear-gradient(to bottom, #16a4e7, #1291cd);
}
.product-price-action {
	background-color: #eee;
	margin: 0 -15px;
}
.product-price {
	color: #333;
	font-size: 18px;
	padding: 10px 10px
}
.product-price .price {
	background-color: #e64557;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
}
.product-price .expire-time {
	font-size: 14px;
	color: #61b015
}
.product-link {
	float: right;
	color: #fff;
	font-size: 10px;
	padding: 10px 12px 10px 30px;
	height: 46px;
	line-height: 26px;
	text-decoration: none;
	display: inline-block;
	background: url(../images/bullet.png) no-repeat 15px center #95ce17;
	background-size: 7px auto
}
.product-link:hover {
	text-decoration: none;
	background-color: #7fb409;
	color: #fff;
}
.product-features-promo {
	display: inline-block;
	margin: 20px 0;
	font-size: 13px;
	width:100%;;
}
.product-features {
	background-color: #f6f6f6;
	border: 1px solid #e2e2e2;
	display: inline-block;
	margin: 20px 0;
	font-size: 0
}
.product-features label {
	margin-bottom: 0
}
.product-features label:first-child img {
	border-left: 0
}
.icon-mobile, .icon-video, .icon-wifi {
	background: url(../images/icon-product-features-2x.png) no-repeat left top;
	background-size: 100%;
	width: 30px;
	height: 30px;
	border-left: 1px solid #ddd
}
.icon-video-green {
	background: url(../images/icon-product-features-2x-green.png) no-repeat left top;
	background-size: 100%;
	width: 30px;
	height: 30px;
	border-left: 1px solid #ddd;
	background-position: 0 -30px
}

.icon-video {
	background-position: 0 -30px
}
.icon-wifi {
	background-position: 0 -60px
}
.product-details {
	padding: 20px 0 0;
	min-height: 225px;
}
.product-desc {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-provider-logo {
	margin-bottom: 15px
}
.product-desc li {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.product-desc li:first-child {
	margin-top: 0
}
.product-label {
	position: absolute;
	right: -5px;
	top: 50px;
	color: #fff;
	background-color: #e64557;
	padding: 5px 15px;
	font-weight: 400;
}
.product-label:after {
	content: '';
	display: block;
	background: url(../images/label-shadow.png) no-repeat left top;
	width: 5px;
	height: 5px;
	position: absolute;
	right: 0px;
	top: 100%;
}
.input-group-addon {
	/* margin-top: 20px !important; */
	border-radius: 0;
	position: absolute;
	right: 1px;
	z-index: 111;
	bottom: 1px;
	padding: 8px 9px 8px;
	border: 0;
	width: 34px
}
.form-inline .form-group.datetimepicker {
	margin-bottom: 10px;
	padding: 0
}
.row-view .product-item {
	width: 100%;
	height: auto;
}
.row-view .product-provider-logo {
	max-width: 100px;
	float: left;
}
.row-view .product-desc {
	margin-left: 30px;
	max-width: 60%;
	float: left;
}
.row-view .product-features {
	float: right;
	margin-top: 40px
}
.row-view .product-details {
	padding-bottom: 20px
}
.row-view .product-details:after {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
#search-tab {
	margin-top: -42px
}
.filter-by-providers .custom-checkbox {
	margin: 5px 0;
}
.panel-body ul {
	margin: 10px 0;
}
.panel-body li {
	padding-bottom: 10px
}
.panel-body p {
	margin-bottom: 20px;
}
.panel-body td {
	padding: 5px 10px;
	vertical-align: top
}
.panel-heading, .panel-collapse, .panel-group .panel {
	border-radius: 0
}
.panel-default .panel-heading {
	padding: 0;
}
.panel-default .panel-heading a {
	border-color: #ddd;
	padding: 10px 15px 10px 35px;
	cursor: pointer;
}
.panel-title a {
	color: #16a4e7;
	display: block;
	padding-left: 30px;
	background: url(../images/drop-down-up-arrow.png) no-repeat 10px center #fff;
	background-size: 15px auto
}
.panel-title a:hover, .panel-title a:focus {
	text-decoration: none;
	cursor: pointer;
}
.panel-title a.collapsed {
	color: #333;
	background: url(../images/drop-down-arrow-grey.png) no-repeat 10px center;
	background-size: 15px auto;
	cursor: pointer;
}
.dashboard-box {
	background-color: #fff;
	font-size: 13px;
	border: #e3e3e3 solid 1px;
	float: left;
	margin-bottom: 15px;
	width: 49%;
	min-height: 190px;
}
.full-width {
	width: 100%
}
.dashboard-box:nth-child(2n) {
	margin-right: 0;
	float: right;
}
.dashboard-box h2 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
	margin: 0 -15px;
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	background: #1291cd;
	background: -webkit-linear-gradient(top, #16a4e7, #1291cd);
	background: -moz-linear-gradient(top, #16a4e7, #1291cd);
	background: -ms-linear-gradient(top, #16a4e7, #1291cd);
	background: linear-gradient(to bottom, #16a4e7, #1291cd);
}
.dashboard-box-content {
	padding: 10px 0
}
.dashboard-box-content .photo {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	overflow: hidden;
}
.dashboard-box-content .photo img {
	width: 100px;
	height: auto;
}
.dashboard-box-content a {
	color: #e64557
}
.dashboard-box-content ul {
	margin: 0
}
.dashboard-box-content li {
	margin: 0;
	padding-bottom: 10px;
}
.dashboard-box h2 i {
	margin-left: 10px
}
.user-details {
	font-size: 15px;
}
.user-details i {
	margin-right: 10px;
	color: #e64557
}
.user-details, .user-details li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.user-details li {
	padding-bottom: 10px
}
.dashboard-navs {
	font-size: 14px;
	border: #e0e0e0 solid 1px;
	background-color: #fff;
	padding: 0;
	border-top: 0;
}
.dashboard-navs ul, .dashboard-navs li {
	margin: 0;
	list-style: none;
	padding: 0
}
.dashboard-navs li > ul {
	display: none;
}
.dashboard-navs li.has-sub > a {
	background: url(../images/drop-down-arrow-grey.png) no-repeat 95% center;
	background-size: 10px auto;
}
.dashboard-navs li.active > a, .dashboard-navs li.active > a:hover {
	color: #fff;
	background: #e64557
}
.dashboard-navs li.has-sub.active > a, .dashboard-navs li.has-sub.active > a:hover {
	background: url(../images/drop-down-arrow-white.png) no-repeat 95% center;
	background-color: #e64557;
	background-size: 10px auto;
	color: #fff
}
.dashboard-navs li a:hover {
	background: #eee
}
.dashboard-navs li.has-sub > a:hover {
	background: url(../images/drop-down-arrow-grey.png) no-repeat 95% center;
	background-size: 10px auto;
	background-color: #eee;
}
.dashboard-navs li > ul a {
	padding-left: 25px;
	color: #666;
	background: #f5f5f5;
	background: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	background: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	background: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
	background: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
	border-top: 1px solid #eaeaea;
}
.dashboard-navs a {
	background: #fff;
	background: -webkit-linear-gradient(top, #fff, #f9f9f9);
	background: -moz-linear-gradient(top, #fff, #f9f9f9);
	background: -ms-linear-gradient(top, #fff, #f9f9f9);
	background: linear-gradient(to bottom, #fff, #f9f9f9);
	color: #333;
	font-weight: 400;
	padding: 7px 10px;
	margin: 0;
	display: block;
	border-top: 1px solid #e0e0e0
}
.dashboard-navs a:hover, .dashboard-navs a:focus {
	text-decoration: none;
}
.recent-search a {
	display: inline-block;
	background-color: #e64557;
	border-radius: 3px;
	color: #fff !important;
	padding: 0 5px
}
.forms {
	border: 0;
	max-width: 75%;
	margin: 20px auto
}
.form-group {
	font-size: 18px
}
.form-group label {
	display: block;
	padding-bottom: 10px
}
input[type=checkbox], input[type=radio], .text-field[type=checkbox], .text-field input[type=radio] {
	padding: 0;
	width: auto;
	margin-right: 5px
}
.text-field input {
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 0;
	color: #666;
	width: 100%
}
.text-field input:focus {
	border-color: #aae1fd
}
.text-field select {
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 0;
	color: #666;
	width: 100%!important;
}
.text-field select:focus {
	border-color: #aae1fd
}
.text-field > label {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px
}

@media (min-width: 320px) {
.hero-banner {
	padding: 10px 0;
}
.product-item {
	width: 96%;
	margin: 0 auto 10px;
	height: auto;
	float: none;
}
.sorting-controls {
	margin-left: auto;
	margin-right: auto;
	width: 96%
}
.filter-head {
	margin-top: 0
}
.filter-content {
	display: none;
}
}

@media (min-width:480px) {
.logo {
	margin-left: 10px
}
.banner-tab .nav-tabs a {
	font-size: 20px;
	padding: 10px 20px;
}
.banner-tab .geo-sub-tabs a {
	font-size: 18px;
	padding: 5px 20px 5px 10px;
}
ul.result-tabs li a {
	font-size: 16px;
	padding: 8px 20px 5px;
}
.result-tabs {
	border: 0;
	margin-left: -15px
}
#search-tab {
	margin-top: -52px
}
.hero-banner h2 {
	margin-top: 20%
}
.inner-page-banner.hero-banner h2 {
	margin-top: 10%
}
}

@media(min-width: 768px) {
.nav>li+li {
	margin-left: 20px
}
.nav>li>a {
	border-radius: 3px
}
.nav.navbar-nav {
	float: right
}
.nav>li>a {
	padding-top: 5px;
	padding-bottom: 5px
}
.hero-banner {
	padding: 30px 0;
}
.filter-content {
	display: block;
}
.filter-head {
	font-size: 24px;
	font-weight: 400;
	margin-top: 0;
	background: none;
	border: 0;
	padding: 0
}
.product-provider-logo {
	max-height: 37px
}
.sorting-controls {
	width: auto;
}
.hero-banner h2 {
	margin-top: 10%
}
.hero-banner h2 span {
	font-size: 36px;
	display: block;
}
.btn-view {
	display: inline-block;
}
.inner-page-banner.hero-banner h2 {
	margin-top: 5%
}
}

@media (min-width: 992px) {
.custom-checkbox img {
	max-width: 100%
}
.product-item {
	width: 49%;
	float: left;
	margin-bottom: 15px;
	height: 309px;
	margin-right: 5px;
}
.product-item:nth-child(2n) {
	margin-right: 8px;
	/*float: right;*/
}
.filter-content {
	display: block;
}
.banner-tab .geo-sub-tabs {
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #eee;
}
.search-bg div:first-child .geo-sub-tabs {
	border-left: 0
}
#advanceSearch input:not([type=checkbox]), #advanceSearch select {
	width: 100%
}

#advanceSearch .form-group, #advanceSearch .form-group {
	width: 30%
}
.hero-banner.inner-page-banner h2 {
	margin-top: 5%
}
}
/*******************SCIERA**************************/


.el08 {
	width: 1em;
	height: 1em;
}
.profile-page-picture {
	border-radius: 999em;
	width: 150px;
	height: 150px;
	padding: 15px;
	line-height: 0;
	background: #f85032;
	background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
	background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
	background: -o-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
	background: -ms-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
	background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
}
#getSaveSarchNameForm {
	position: fixed;
	margin: 0 auto;
	/* width: 452px; */
	left: 50%;
	top: 22%;
	margin-left: -25%;
	width: 50%;
	padding: 125px 30px 23px;
	/* border: 2px solid rgb(170, 170, 170); */
	background-color: white;
	display: none;
	z-index: 1;
	height: 350px;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	border: 1px solid #bbbbbb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#saveSearchName {
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	color: #666;
	float: left;
	font-size: 14px;
	margin: 10px 0;
	padding: 8px;
	width: 100%;
}
#popupOpacity {
	width: 100%;
	height: 100%;
	opacity: 0.9;
	top: 0;
	left: 0;
	/*display: none;*/
	position: fixed;
	background-color: #313131;
	overflow: auto;
	z-index: 1;
	
}
/************** BREAD CRUMB DESIGN MENU START ***********************/
/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -17px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}
/** The Spacing **/
.btn-breadcrumb .btn {
	padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
	padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
	padding: 6px 18px 6px 24px;
}
/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
	border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
	border-left: 10px solid #8A0C0C;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
	border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
	border-left: 10px solid #ac2925;
}
/************** BREAD CRUMB DESIGN MENU END ***********************/


.flip3D {
	width: 45%;
	min-height: 450px;
	margin: 10px;
	float: left;
}
.flip3D > .front {
	position: absolute;
	transform: perspective( 600px ) rotateY( 0deg );
	background: #EFEFEF;
	width: 45%;
	min-height: 450px;
	border-radius: 7px;
	backface-visibility: hidden;
	transition: transform .5s linear 0s;
	border: 1px solid #CCC;
}
.flip3D > .back {
	position: absolute;
	transform: perspective( 600px ) rotateY( 180deg );
	background: #EFEFEF;
	width: 45%;
	min-height: 450px;
	border-radius: 7px;
	backface-visibility: hidden;
	transition: transform .5s linear 0s;
	border: 1px solid #CCC;
}
.flip3D:hover > .front {
	transform: perspective( 600px ) rotateY( -180deg );
}
.flip3D:hover > .back {
	transform: perspective( 600px ) rotateY( 0deg );
}
.dashboardUserClass {
	border: 1px solid rgba(128, 128, 128, 0.51);
	width: 95%;
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0px 0px 12px 4px;
	margin-bottom: 25px;
	overflow: hidden;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	min-height: 415px;
}
.tsc_table_s3, .tsc_table_s3 th, .tsc_table_s3 td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
}
.tsc_table_s3 thead th {
	text-align: center;
	background-color: #E6EDF5;
	color: #4F76A3;
	text-transform: uppercase;
}
.tsc_table_s3 td, .tsc_table_s3 th {
	padding: 4px 8px;
}
.tsc_table_s3, .tsc_table_s3 th, .tsc_table_s3 td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
}
.tsc_table_s3 tbody tr.odd {
	background-color: #F0F5FD;
}
.countDisplay {
	color: #4caf50;
	font-family: "robotomedium";
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
}
.countDisplay i {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #ff680d none repeat scroll 0 0;
	border-color: #ff680d;
	border-image: none;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px 0;
	color: #fff;
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	height: 30px;
	line-height: 28px;
	margin: 0 5px 5px 10px;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.textbox {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	BORDER-LEFT: #000000 1px solid;
	WIDTH: 120px;
	COLOR: #000000;
	BORDER-BOTTOM: #000000 1px solid;
	FONT-FAMILY: Verdana, Arial;
	TEXT-ALIGN: CENTER;
	HEIGHT: 20px;
	BACKGROUND-COLOR: #ffffff
}
.selectbox1 {
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	BACKGROUND: #ffffff;
	BORDER-LEFT: #999999 1px solid;
	COLOR: #0000aa;
	BORDER-BOTTOM: #999999 1px solid;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	HEIGHT: 25px;
}
.textbox1 {
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER-LEFT: #999999 1px solid;
	WIDTH: 358px;
	COLOR: #000000;
	BORDER-BOTTOM: #999999 1px solid;
	FONT-FAMILY: Verdana, Arial;
	TEXT-ALIGN: justify;
	HEIGHT: 25px;
	BACKGROUND-COLOR: #ffffff
}
.textbox2 {
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER-LEFT: #999999 1px solid;
	WIDTH: 275px;
	COLOR: #000000;
	BORDER-BOTTOM: #999999 1px solid;
	FONT-FAMILY: Verdana, Arial;
	TEXT-ALIGN: justify;
	HEIGHT: 60px;
	BACKGROUND-COLOR: #ffffff;
	rows: 4
}
.pagination {
	height: 40px;
	margin: 20px 0
}
.pagination ul {
	display: inline-block;
 *display: inline;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
 *zoom: 1;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}
.pagination li {
	display: inline
}
.pagination a, .pagination span {
	float: left;
	padding: 0 14px;
	line-height: 38px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0
}
.pagination a:hover, .pagination .active a, .pagination .active span {
	background-color: #f5f5f5
}
.pagination .active a, .pagination .active span {
	color: #999;
	cursor: default
}
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
	color: #999;
	cursor: default;
	background-color: transparent
}
.pagination li:first-child a, .pagination li:first-child span {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}
.pagination li:last-child a, .pagination li:last-child span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}
.pagination-centered {
	text-align: center
}
.pagination-right {
	text-align: right
}
.tableBackgroundColor {
	background-color: #FFFFFF;
	table-layout: fixed;
	font-family: 'Roboto', 'Open Sans', Arial, Tahoma, sans-serif;
	font-size: 14px;
}
.tableHeadingBackgroundColor {
	word-wrap: break-word;
	color: #fff;
	background: #1291cd;
	background: -webkit-linear-gradient(top, #16a4e7, #1291cd);
	background: -moz-linear-gradient(top, #16a4e7, #1291cd);
	background: -ms-linear-gradient(top, #16a4e7, #1291cd);
	background: linear-gradient(to bottom, #16a4e7, #1291cd);
}
table #tableView {
	table-layout: fixed;
}
table #tableView td {
	word-wrap: break-word;
}
.tableDataBackgroundColor {
	/*background-color:rgb(215, 211, 212);*/
	word-wrap: break-word;
}
.border1 {
	border-left : 1px solid #16a4e7;
	border-right : 1px solid #16a4e7;
	border-top : 1px solid #16a4e7;
	border-bottom : 1px solid #16a4e7;
}
.border2 {
	border-bottom : 1px solid #16a4e7;
}
.border3 {
	border-right : 1px solid #16a4e7;
}
#rolling-nav {
	font: normal 12px 'Trebuchet MS', Trebuchet, Arial, Sans-Serif;
	color: white;
	text-transform: uppercase;
	/* outline:1px solid; */
	width: 100%; /* Fixed width. Measure it manually */
	margin: 0px auto;
}
#rolling-nav ul {
	height: 50px;
	margin: 0px 0px;
	padding: 0px 0px;
	overflow: hidden;
}
#rolling-nav li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0px 0px;
	padding: 0px 0px;
	width: 25%;
}
#rolling-nav a, #rolling-nav a:before {
	display: block;
	margin: 0px 0px;
	padding: 0px 30px;
	line-height: 50px;
	color: white;
	text-decoration: none;
	background-color: #900;
	background-image: -webkit-linear-gradient(top, #900 0%, #6A0808 50%, #620303 50%, #6A0808 100%);
	background-image: -moz-linear-gradient(top, #900 0%, #6A0808 50%, #620303 50%, #6A0808 100%);
	background-image: -ms-linear-gradient(top, #900 0%, #6A0808 50%, #620303 50%, #6A0808 100%);
	background-image: -o-linear-gradient(top, #900 0%, #6A0808 50%, #620303 50%, #6A0808 100%);
	background-image: linear-gradient(top, #900 0%, #6A0808 50%, #620303 50%, #6A0808 100%);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#rolling-nav a:before {
	content: attr(data-clone);
	position: absolute;
	top: 100%;
	right: 0px;
	left: 0px;
	display: block;
	background-color: white;
	background-image: -webkit-linear-gradient(top, #ddd, white);
	background-image: -moz-linear-gradient(top, #ddd, white);
	background-image: -ms-linear-gradient(top, #ddd, white);
	background-image: -o-linear-gradient(top, #ddd, white);
	background-image: linear-gradient(top, #ddd, white);
	border-top: 2px solid rgba(0,0,0,0.2);
	color: #333;
}
#rolling-nav a:hover {
	margin-top: -50px;
	margin-bottom: 1px;
}
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-left: 25px;
	margin-right: 25px;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('img/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('img/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('img/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('img/error.png');
}
.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('img/validation.png');
}
.button1 {
	border: 1px solid #7c5b2b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	background-color: #a67939;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a67939), to(#845108));
	background-image: -webkit-linear-gradient(top, #a67939, #845108);
	background-image: -moz-linear-gradient(top, #a67939, #845108);
	background-image: -ms-linear-gradient(top, #a67939, #845108);
	background-image: -o-linear-gradient(top, #a67939, #845108);
	background-image: linear-gradient(to bottom, #a67939, #845108);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a67939, endColorstr=#845108);
	text-transform: uppercase;
}
.button1:hover {
	border: 1px solid #5a421f;
	background-color: #805d2c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#805d2c), to(#543305));
	background-image: -webkit-linear-gradient(top, #805d2c, #543305);
	background-image: -moz-linear-gradient(top, #805d2c, #543305);
	background-image: -ms-linear-gradient(top, #805d2c, #543305);
	background-image: -o-linear-gradient(top, #805d2c, #543305);
	background-image: linear-gradient(to bottom, #805d2c, #543305);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#805d2c, endColorstr=#543305);
	text-transform: uppercase;
}
#addpromoform TABLE {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana;
}
.tableList {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana;
}
#addpromoform TD {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana;
	height: 30px;
}
#addpromoform .tdList {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana;
}
.errorTextbox {
	border: 1px solid #ff0000!important;
	box-shadow: 0 0 10px rgba(245, 69, 69, 0.6)!important;
	-moz-box-shadow: 0 0 10px rgba(245, 69, 69, 0.6)!important;
	-webkit-box-shadow: 0 0 10px rgba(245, 69, 69, 0.6)!important;
	-o-box-shadow: 0 0 10px rgba(245, 69, 69, 0.6)!important;
}
.formsuser {
	border: 0;
	max-width: 75%;/*margin: 0px auto*/
}
.btn-apply-filter-promo button {
	/*width: 100%;*/
	border-radius: 0;
}
.require {
	color: #ff0000;
}
.offerformroundedcorner {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #e3e3e3;
	margin-bottom: 20px;
	padding: 20px;
}
.offerboldtext {
	font-size: 18px;
	font-weight: bold;
	color: #e64557;
}
#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#back-top a {
	width: 52px;
	height: 45px;
	display: block;
	margin-bottom: 7px;
	background: #0072bc url(../images/up-arrow.png) no-repeat center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:before {
	content: "Go to Top";
	padding-top: 46PX;
	float: left;
	font-size: 11px;
	width: 100%;
	text-align: center;
}
.badge {
	background-color: #16a4e7;
	vertical-align: text-top;
}
.error-msgs {
	margin: 20px 0 0 0;
}
.filter-head a.reset-link {
	padding: 5px 10px;
	font-size: 13px;
	font-weight: bold;
	float: right;
}
.filter-head a.reset-link:hover {
	text-decoration: none;
}

#channleQuad li {
    width: 25%;
	line-height:1.5em;
	float:left;
	display:inline;	
}



/******** Compare Styles *******/

.compare-selected .fiter-box-content {
	max-height: 500px;
}
.compare-selected .selected-item {
	margin-bottom: 10px;
	padding: 10px 30px 10px 10px;
	position: relative;
	background-color: white;
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	cursor: pointer;
	float: left;
	min-width: 240px;
}
.compare-selected .selected-item h4 {
	font-size: 14px;
	margin: 0;
}
.compare-selected .selected-item .remove-btn {
	color: #e64557;
	display: none;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 7px;
	top: 3px;
}
.compare-selected .selected-item:hover {
	color: #16a4e7;
}
.compare-selected .selected-item:hover .remove-btn {
	display: block;
}
.compare-section table {
	background-color: #fff;
}
.compare-section table .compare-header {
	width: 20%;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.compare-section table .compare-header .remove-btn {
	float: right;
	font-size: 20px;
	color: #e64557;
	margin-top: -10px;
}
.compare-section table .compare-header h4 {
	color: #16a4e7;
	margin: 10px 0;
}
.feature-shadow {
    background: url(../images/v-shadow.png) #fafafa repeat-y top right;
    padding: 0 5px;
	font-weight: bold;
	color:#16a4e7; 
	font-size: 15px;
}



.sub-section {
	margin: -10px -10px 10px -10px;
	padding: 2px;
}
.sub-section h4 {
	background-color: #edf7ff;
	padding: 7px;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
	border-bottom: #d4e1ec solid 1px;
	border-top: #d4e1ec solid 1px;
}
.sub-section .content {
	padding: 5px 10px;
	font-size: 12px;
}
.sub-section .content .sub-title {
	color: #138cc5;
	margin-bottom: 5px;
}
label.differences {
	width: 100%;
	background-color: #95ce17;
	padding: 5px 10px;
	color: #000;
}
tr.compare-title {
	background-color: #63bdff;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
tr.compare-sub-title .feature-shadow {
	text-align: right;
	color: #303030
}
tr.fade{ opacity:0.3;}

.backgroundpatter {
background-color:#efefef;
}


.disableSortingIcon {
	color:#BDC6C3;
	font-size: 20px;
}
.enableSortingIcon {
	color:#95CE17;
	font-size: 20px;
}
.product-item1{
	border: 1px solid #e3e3e3;
    margin-right: 5px;
}
