/* --------------------- Common ------------------------*/
a, a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after
{
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

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

.center {
	text-align: center;
}

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

.error-message {
	color: #e2001a;
	font-size: 12px;
}

.alert-error {
	color: #e2001a;
	margin-bottom: 10px;
}

.alert-success, #flashMessage {
	width: 100%;
	float: left;
	padding: 10px;
	background: #ececec;
	color: #666;
	font-size: 18px;
	font-family: 'HelveticaNeueLTStd57Condensed';
	margin: 10px 0px;
}

img {
	border: none;
	/*display: block;
	width: 100%;
	max-width: 100%;
	height: auto;*/
}

iframe {
	width: 60%;
}

.relative {
	position: relative;
}

/* ---------------------------------------------*/

#page_wrapper {
	position: relative;
}

.logo-lnk {
	display: block;
}

ul.hdr_login {
	float: none;
	text-align: center;
	text-transform: uppercase;
}

ul.hdr_login li {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.styled-select {
	height: 16px;
	width: 70px;
}

.styled-select select {
	height: 16px;
	margin: 0;
	outline: 0;
}

.bowl_detail_left, .bowl_col ul li {
	position: relative;
}

.new-tag {
	width: 45px;
	/*height: 61px;*/
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
}

.new-tag img{
	border: none;
}

.for-get-collection {
	width: 61px;
}

.new-tag.view {
	width: auto;
}

.new-tag.listing {
	width: 43px;
}

.new-tag.listing img {
	width: 100%;
}

.new-tag.shop-menu-link {
	width: 35px;
}

.new-tag.shop-menu-link img {
	width: 100%;
}

.bowl_col ul li .new-tag img {
	border: none;
}

ul.nav.nav-tabs li {
	padding : 0;
}

ul.nav.nav-tabs li a {
	padding: 8px 30px;
}

ul.nav.nav-tabs li a.active,
ul.nav.nav-tabs li a:hover {
	background: #878787;
	color: #ffffff;
}

.sitemap ul li {
	float: left;
	color: #999;
	font-family: 'HelveticaNeueLTStd57Condensed';
	text-transform: uppercase;
	width: 100%;
	padding: 1px 0px;
}

.sitemap ul li a{
	text-decoration: none;
	color: #999999;
	font-size: 14px;
}

#UserRememberMe, #UserSubscribeNewsletter {
	float: left;
}

.remem .checkbox {
	float: left;
	width: 50%;
	padding-top: 3px;
}

.recently-browsed-products {
	display: inline-block;
	padding: 10px 9px 10px 10px;
}

.recently-browsed-products a {
	display: block;
	border: 1px solid #cccccc;
}

.recently-browsed-products a:hover {
	border: 1px solid #999999;
}

.add-to-cart {
	background: #e2001a;
	font-size: 18px;
	color: #fff;
	padding: 7px 25px;
	border: 0px;
	font-family: 'HelveticaNeueLTStd57Condensed';
	font-weight: bold;
	border: 1px solid #c80017;
	border-radius: 3px;
}

.add-to-cart:hover {
	background: #3f3f3f;
	border: 1px solid #242424;
	cursor: pointer;
}

#same-products {
	float: none;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	font-size: 12px;
	color: #6b6b6b;
}

.code_inner .code_input, .code_inner .code_select {
	height: 33px;
}

.autocomplete {
	color: #707070;
	font-family: 'Arial, Helvetica, sans-serif';
	font-size: 17px !important;
}

.autocomplete strong {
	font-weight: bold !important;
	color: #e2001a !important;
}

.wdt_100 a {
	text-decoration: none;
}

.login_contact {
	width: 100%;
}

.login_contact .customer_field {
	width: 60%;
}

.cart_detail .cart_head {
	background: #f4f4f4;
}

.item_select {
	float: none;
	display: inline-block;
	height: 30px;
	width: 50px;
	vertical-align: middle;
	margin-bottom: 5px;
}

.item_btns {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

.cart_middle ul li a {
	color : #000000;
}

.cart_middle ul li img {
	border: 1px solid #cccccc;
}

.cart_middle ul li img:hover {
	border: 1px solid #999999;
}

.add-to-cart {
	padding: 10px 25px 5px;
}

.mid_desc {
	min-height: 98px;
}

/* ------------------ pagination ---------------- */
.pagination .prev, .pagination .next {
	font-size: 12px;
	color: #333232;
}

.pagination .prev a, .pagination .next a {
	color: #000000;
}

.pagination .prev a:hover, .pagination .next a:hover {
	color: #e2001a;
}

.pagination .inline-part1 {
	width: 30%;
	float: left;
}

.pagination .inline-part2 {
	width: 70%;
	float: left;
	font-size: 12px;
}

.pagination .inline-part2 span {
	display: inline-block;
	margin: 9px 5px;
}

/*---------- bootrap table format ----------------*/
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border-bottom-width: 1px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	line-height: 1.42857143;
	text-align: left;
	color: #000000;
	font-family: 'HelveticaNeueLTStd57Condensed';
}

.table-bordered, .table-bordered>tbody>tr>td {
	border: 1px solid #ddd;
}

.table > thead:first-child > tr:first-child > th,
.table>thead:first-child>tr:first-child>td
{
	border-top: 0;
}

.table-bordered > thead > tr > th {
	background: #fafafa;
	font-weight: normal;
	color: #666666;
	text-align: center;
}

.table-bordered > tbody > tr > td:first-child {
	text-align: center;
}

.table-bordered > tbody > tr > td a {
	color: #000000;
}

.table-bordered > tbody > tr > td a:hover {
	color: #e2001a;
}

.table-bordered > tfoot > tr > td:first-child {
	text-align: right;
}

.edit-profile {
	margin-left: 0px;
}

.record_col_left {
	width: 100%;
}

.bowl_col ul li {
	width: 12%;
}

.color_world_variant_col  ul li  {
    width: 8%;
    /*list-style: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;*/
}

.item_select {
	/*float: left !important;*/
}

#lang {
	text-transform: uppercase;
}

.bowl_pr ul li {
	margin-bottom: 8px;
	width: 8%;
}

.left_box h4 a {
	color: #6b6b6b;
}

.left_box h4 a.active {
	color: #e2001a;
}

.left_box img{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.tab_nav ul li {
	margin-right: 4px;
}

.tab_nav ul li:last-child {
	margin-right: 0;
}

.company_col h2 a {
	color: #000000;
}

.order-view p {
	margin-bottom: 5px;
}

table.orders-list>tbody>tr>td {
	font-size: 14px;
}

.pr_collect ul li a {
	display: block;
	text-align: center;
}

.bnr_desc.other_desc, .bnr_desc {
	background: none;
}

/* ---------- main menu ----------------------*/
nav {
	width: 100%;
}

nav ul li a {
	padding: 20px;
}

nav ul li a.products-main-menu + ul {
	width: 63%;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

nav ul li a.products-main-menu + ul ul {
	display: block;
	position: static;
	border: none;
	width: auto;
	box-shadow: none;
	padding: 0;
}

nav ul li a.products-main-menu + ul ul li {
	border-bottom: none;
}

nav ul li a.products-main-menu + ul li ul li {
	border-bottom: none;
}

nav ul li a.products-main-menu + ul li:last-child {
	border-bottom: 0;
}

nav ul li a.products-main-menu + ul li a {
	float: none;
}

nav ul li a.products-main-menu + ul>li  {
	/*float: left;*/
	/*width: 50%;*/
	border-bottom: none;
}

nav ul li a.products-main-menu + ul>li>a  {
	border-bottom: 1px #fff dotted;
	font-weight: bold;
}

nav ul li a.products-main-menu + ul li ul li a {
	padding-left: 20px;
}

/* ----------- accordian for right side product categories -------------*/
#acdnmenu ul li ul {
	display: none;
}

#acdnmenu .acdnCurrent {
	background: #acacac url(../images/list_style_hover.png) no-repeat 24px 13px;
	color: #ffffff;
	padding-left: 35px;
}

#acdnmenu a.active {
	color: #e2001a;
}
/*------------------------------------------------------------------------------*/

.search_col_parent {
	width: 100%;
	margin-left: 4%;
}

.search_col {
	width: 100%;
}

.table-bordered td.prd_list3 {
	text-align: center;
}

.table-bordered td.prd_list4 {
	text-align: right;
}

.product-info-left {
	width: 50%;
	float: left;
	color: #707070;
	font-size: 15px;
	font-family: 'HelveticaNeueLTStd57Condensed';
	line-height: 22px;
}

.product-info-right {
	width: 32%;
	float: left;
	color: #707070;
	font-size: 15px;
	font-family: 'HelveticaNeueLTStd57Condensed';
	line-height: 22px;
	margin-left: 50px;
}

#SearchKeyword {
	color: #ffffff;
}

.ui-autocomplete {
	max-height: 215px;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: 'GadugiRegular';
	left: auto !important;
	right: 10px !important;
	width: auto !important;
}

.bowl_col h4 {
	width: 100%;
	float: left;
	background: url(../images/left_box_head.jpg) repeat-x;
	padding: 10px;
	border: 1px solid #ccc;
	box-shadow: inset 0px 0px 1px #fff;
	margin-bottom: 15px;
	font-family: 'HelveticaNeueLTStd57Condensed';
	font-size: 18px;
	color: #7e7e7e;
	text-transform: uppercase;
	border-radius: 3px;
}

.color-world ul li {
	list-style: none;
	float: left;
	width: 18%;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.mid_wrap_container h5 {
	text-transform: none;
}

.hdr_container {
	position: relative;
}

.download-high-res-image {
	width: 100%;
	float: left;
	padding: 20px 0px;
	font-size: 18px;
	color: #8b8b8b;
	font-family: 'HelveticaNeueLTStd5';
}

.download-block li {
	height: 140px;
}

.download-block-small li {
	height: 80px;
}

.download-image {
	width: 15px !important;
	height: 15px !important;
	border: none !important;
	margin-top: 3px;
}

.bowl_col ul li {
	margin-bottom: 26px;
}

.download-link {
	color: #000000;
	font-size: 12px;
}

.company_col ul{
	margin:10px 0px;
	padding:0px;
	width:100%;
	float:left;
}

.company_col li{
	list-style:none;
	float:left;
	font-size:12px;
	color:#707070;
	background:url(../images/list_circle.png) no-repeat 0px 10px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	line-height:24px;
}

.vision_slide ul li {
	background: none;
	padding-left: 0px;
}

.vision_slide.width-20percent ul li {
	width: 18.5%;
}

.hp-news h4 {
	cursor: default;
	height: 28px;
	overflow: hidden;
}

.hp-news .news-desc {
	height: 90px;
	overflow: hidden;
	cursor: default;
	margin-bottom: 20px;
}

.hp-news .date {
	margin-bottom: 10px;
	color: #707070;
	font-size: 15px;
	cursor: default;
}

ul.icon_products {
	padding: 0;
	margin: 0;
}

.additional_labels, .product-view-images {
	display: inline-block;
	vertical-align: middle;
}

.additional_labels img, .product-view-images img {
	width: auto;
	display: inherit;
}

.qtip-custom {
	border: 1px solid #666666 !important;
	background-color: #666666 !important;
	color: #ffffff !important;
}

.search_col_btn {
	margin-right: 0;
	margin-left: 10px;
	float: right;
}

/*------- tabs content css -----------*/
.tab-contents ul, .accordion ul li .tab-pane ul {
	padding: 0;
	margin: 10px 0px;
	width: 100%;
	float: left;
}

.tab-contents ul li, .accordion ul li .tab-pane ul li {
	float: left;
	font-size: 12px;
	color: #707070;
	list-style: none;
	background: url(../images/list_circle.png) no-repeat 0px 10px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	width: 100%;
}

.tab-contents h4, .accordion ul li .tab-pane h4 {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.tab-contents h5, .accordion ul li .tab-pane h5 {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}
/*-------------------------------------------------------------*/

.tab-contents .icon_products li.thumbnail,
.accordion .tab-pane .icon_products li.thumbnail {
	list-style: none;
	float: left;
	margin-right: 5px;
	background: none;
	width: auto;
	padding: 0;
}

.collection_col h4 span {
	left: 50%;
	margin-left: -100px;
}

.social_col {
	float: left;
	display: inherit;
	margin: 0;
}

.social_col a {
	margin: 10px 1px;
}

.social_col .fb_icon {
	background: url(../images/facebook.png) no-repeat;
	background-size: cover;
}

.social_col .tw_icon {
	background: url(../images/twitter.png) no-repeat;
	background-size: cover;
}

.social_col .utube_icon {
	background: url(../images/youtube.png) no-repeat;
	background-size: cover;
}

.social_col .gplus_icon {
	background: url(../images/google-plus.png) no-repeat;
	background-size: cover;
}

.social_col .pin_icon {
	background: url(../images/pinterest.png) no-repeat;
	background-size: cover;
}

.social_col .inst_icon {
	background: url(../images/instagram.png) no-repeat;
	background-size: cover;
}

.social_col .blog_icon {
	background: url(../images/icon_blog.jpg) no-repeat;
	background-size: cover;
}

.show-in-640 {
	display: none;
}

/*------- accordion for small resolution ----------------*/
.accordion {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.accordion ul {
	padding: 0;
	margin: 0;
}

.accordion ul li.heading {
	width: 100%;
	list-style: none;
	background: url(../images/left_box_head.jpg) repeat-x;
	border-radius: 3px 3px 0px 0px;
	border: 1px solid #ccc;
}

.accordion ul li.heading a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
	font-family: 'HelveticaNeueLTStd57Condensed';
	height: 42px;
	line-height: 30px;
}

.accordion ul li.heading a.active {
	background: #878787;
	color: #ffffff;
}

.accordion ul li .tab-pane {
	padding: 10px;
	border: 1px solid #ccc;
}
/*--------------------------------------------------------------*/

.submit_btn {
	position: relative;
	height: 40px;
	font-family: 'EuphemiaRegular';
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 5px;
	background-color: #d70110;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b60c19), to(#d70110));
	background: -webkit-linear-gradient(top, #d70110, #b60c19);
	background: -moz-linear-gradient(top, #d70110, #b60c19);
	background: -ms-linear-gradient(top, #d70110, #b60c19);
	background: -o-linear-gradient(top, #d70110, #b60c19);
	padding-right: 30px;
}

.submit_btn:after {
	position: absolute;
	right: 15px;
	top: 14px;
	height: 14px;
	width: 14px;
	display: inline-block;
	content : '';
	background: url(../images/right-arrow.png) no-repeat;
}

.submit_btn:hover {
	color: #646464;
	background-color: #e9e9e9;
	background-repeat: repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9d9d9), to(#e9e9e9));
	background: -webkit-linear-gradient(top, #e9e9e9, #d9d9d9);
	background: -moz-linear-gradient(top, #e9e9e9, #d9d9d9);
	background: -ms-linear-gradient(top, #e9e9e9, #d9d9d9);
	background: -o-linear-gradient(top, #e9e9e9, #d9d9d9);
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
}

.submit_btn:hover:after {
	background: url(../images/right-arrow-hover.png) no-repeat;
}

.vision_col img, .company_col p img, .wdt_100 img {
	width: 100%;
	height: auto;
}

.size-variation p {
	margin-bottom: 5px;
}

.size-variation ul {
	padding: 0;
	margin: 0;
}

.size-variation ul li {
	list-style: none;
	display: inline-block;
	padding: 5px 5px 2px 5px;
	margin: 0 5px 5px 0;
	background: #cccccc;
	color: #ffffff;
	border-radius: 5px;
	font-size: 18px;
	font-family: HelveticaNeueLTStd57Condensed;
}

.best-seller {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#same-products-display a {
	color: #8b8b8b;
}

.sub-category-container {
	width: 100%;
	float: left;
	background: #f8f8f8;
	padding: 10px;
	border: 1px solid #ccc;
	box-shadow: inset 0px 0px 1px #fff;
	margin-bottom: 15px;
}

.sub-category-container h4 {
	margin-bottom: 5px;
	font-size: 14px;
}

.sub-category-container .sub-category {
	padding: 0;
	margin: 0;
}

.sub-category-container .sub-category li {
	width: 33.3%;
	display: inline-block;
	font-size: 13px;
	padding: 2px;
}

.sub-category-container .sub-category li:before {
	content: '> ';
}

.sub-category-container .sub-category li a {
	color: #6b6b6b;
}

.sub-category-container .sub-category li a.active {
	color: #e2001a;
	font-weight: bold;
}

.breadcum_col ul li a {
	text-transform: capitalize;
}

.show-in-767 {
	display: none;
}

/*-------- flipbook -------------------*/
#fb5 .fb5-bcg-book {
	background: url(../images/grey.jpg);
}
#fb5 .fb5-meta.fb5-left {
	right: 5px;
	left: auto;
}
#fb5 .fb5-meta.fb5-right {
	left : 5px;
	right: auto;
}
#fb5 .fb5-meta .fb5-description {
	color: #000000;
}
#fb5 .fb5-tooltip {
	background: #333333 !important;
}
#fb5 .fb5-tooltip b {
	border-top: 10px solid #333333;
}
#fb5 #fb5-footer {
	background: url(../images/header_bg.jpg);
}
#fb5 #fb5-footer .fb5-bcg-tools {
	background-color: transparent;
}

#fb5 .fb5-menu li a.fb5-download {
	background: url(../images/disk-download.png);
}

#fb5 .fb5-menu li a.fb5-download:hover {
	background: url(../images/disk-download-hover.png);
	background-position: 0 -80px;
}

.banner {
    border-bottom: none;
}

.banner li{
    list-style: none;
}

@media only screen and (max-width: 999px) and (min-width: 760px) {
	.hp-news h4 {
		height: 21px;
	}
}

@media only screen and (max-width: 759px) {
	.collection_col h4 span {
		margin-left: -80px;
	}
}

@media screen and (min-width: 749px) {
	.nav_wrap {
		padding: 0;
	}

	nav ul li {
		background: url('../images/nav_divider.jpg') no-repeat right;
	}
}

@media screen and (max-width: 768px) {
	header {
		padding: 15px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.logo-lnk img {
		margin: 0 auto;
		width: auto;
	}

	ul.hdr_login {
		margin-top: 0;
	}

	.search_col_parent {
		margin-left: 0;
	}

	.search_col {
		margin: 0 auto;
		float: none;
	}

	a.menu-link {
		position: absolute;
		background: url('../images/pull-nav.png') no-repeat;
		padding: 0;
		top: 25px;
		right: 16px;
		width: 34px;
		height: 25px;
	}

	.nav_wrap {
		padding: 0;
	}

	nav ul li a {
		padding: 13px;
	}

	.ui-autocomplete {
		width: 96% !important;
	}

	.download-link {
		font-size: 10px;
	}

	.download-image {
		width: 13px !important;
		height: 13px !important;
		border: none !important;
		margin-top: 4px;
	}

	.hide-in-767 {
		display: none;
	}

	.show-in-767 {
		display: block;
	}
}

@media screen and (max-width: 749px) {
	.menu li > a:after, .menu li > a.active:after {
		content: '';
	}

	.menu li > a i {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: -2px;
		padding: 10px 10px 10px 40px;
		z-index: 1;
		font-size: 25px;
		font-style: normal;
		line-height: 16px;
	}

	.menu li > a i.icon-plus:before {
		content: '+';
	}

	.menu li > a i.icon-minus:before {
		content: '-';
	}

	.menu ul ul ul> li a {
		padding: 8px 12px 6px 25px;
		color: #000000;
	}

	.menu ul li a.active {
		background: #ca290b;
		color: #ffffff;
	}

	nav ul li a.products-main-menu + ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	/*nav ul li a.products-main-menu + ul>li {
		float: none;
		width: 100%;
		border-bottom: none;
	}*/

	nav ul li a.products-main-menu + ul ul {
		width: 100%;
	}

	nav ul li a.products-main-menu + ul li:hover a {
		float: none;
	}

	nav ul li a.products-main-menu + ul {
		width: 100%;
	}

	.pagination .inline-part1 {
		width: 40%;
	}

	.pagination .inline-part2 {
		width: 60%;
	}

	.download-link {
		font-size: 10px;
	}

	.download-image {
		width: 13px !important;
		height: 13px !important;
		border: none !important;
		margin-top: 4px;
	}

	.bowl_pr ul li {
		width: 10%;
	}
}

@media screen and (max-width: 640px) {
	iframe {
		width: 100%;
	}

	.bowl_col ul li {
		width: 14%;
	}

	.download-link {
		font-size: 6px;
	}

	.download-image {
		width: 11px !important;
		height: 11px !important;
		border: none !important;
		margin-top: 7px;
	}

	.bowl_pr ul li {
		width: 12%;
	}

	.show-in-640 {
		display: block;
	}

	.hide-in-640 {
		display: none;
	}
}

@media screen and (max-width: 480px) {

	.logo-lnk img {
		width: 60%;
	}

	.pagination .inline-part1, .pagination .inline-part2 {
		width: 100%;
		float: none;
		display: block;
	}

	.bowl_col ul li {
		width: 22%;
	}

	.search_col {
		width: 100%;
	}

	.download-link {
		font-size: 9px;
	}

	.download-image {
		width: 12px !important;
		height: 12px !important;
		margin-top: 5px;
	}

	.download-block li {
		height: 88px;
	}

	.product-info-left {
		width: 100%;
	}

	.product-info-right {
		width: 100%;
		margin-left: 0;
	}

	ul.nav.nav-tabs li a {
		padding: 8px 3px;
	}

	.bowl_pr ul {
		text-align: center;
	}

	.bowl_pr ul li {
		width: 18%;
		float: none;
		display: inline-block;
	}

	footer {
		padding: 10px 0px;
	}
}

@media screen and (max-width: 459px) {
	.tab_nav {
		top: -32px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	img {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

@media only screen and (max-device-width: 568px) {
	img {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}