/* topbar */
#header .top_bar {
	background: #f76745;
	border-bottom: 0px solid #FFF;
}

#header .topbar-ca {
	padding-right: 0;
	width: 30%;
}
#header .topbar-ca+div+div {
	width: 20%;
}
#header .top_bar .create_account {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 100%;
}
#header .top_bar .create_account div {
	display: inline-block;
	font-size: 12px;
	width: 50%;
}
#header .top_bar .create_account a {
	display: block;
	padding: 10px 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;

    background-repeat: no-repeat;
    background-position: left 40%;
    padding-left: 22px;
}
#header .top_bar .create_account a:active,
#header .top_bar .create_account a:hover{
	text-decoration: none;
}
#header .top_bar .create_account a.block_login {
    background-image: url(./images/topbar_wholesale_login.png);
}
#header .top_bar .create_account a.block_register {
    background-image: url(./images/topbar_create_account.png);
}

#header .top_bar #top_bar_menu {
	padding: 12px 0 0 0;
	left: 0px;
	position: relative;
}
#header .top_bar #top_bar_menu ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
#header .top_bar #top_bar_menu ul li::after {
    content: " ";
    left: 100%;
    top: 1px;
    height: 75%;
    position: absolute;
    border-right: 1px solid #fff;
	opacity: 0.5;
}
#header .top_bar #top_bar_menu ul li a:after,
#header .top_bar #top_bar_menu ul li:last-child::after {
	display: none;
}

#header .top_bar .leave_msg {
    margin: 0;
    width: auto;
    max-width: none;
    position: relative;
    display: block;
}
#header .top_bar .leave_msg a {
    display: block;
    position: absolute;
    left: -30px;
    top: 5px;
}

#header .top_bar .phone_no {
	padding-top: 12px;
}

.top_bar::after{ display: none; }



#header .header_content_section .form_section {
	max-width: none;
	width: 74%;
	float: right;
}
.form_section form {
	display: inline-block;
	margin-top: 5px;
}
#header .header_content_section .form_section .form-group {
    background: none;
    border: 0;
    padding: 0;
    display: block;
    border-radius: 0;
}
#header .header_content_section .form_section .form-group .form-control {
    margin: 0;
    padding: 12px 12px;
    height: auto;
    border-radius: 0;
    border: 1px solid #f76745;
    width: 320px;
    text-align: center;
}
#header .header_content_section .form_section .form-group .search {
    border-radius: 0;
    background: #f76745;
    color: #fff;
    float: left;
    width: auto;
    padding: 5px 12px;
    line-height: 2.5em;
    border: 1px solid #f76745;
	font-weight: 400;
}

#header .header_content_section .need_help {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	top: 10px;
}
#header .header_content_section .need_help::before {
	content: '';
    background-image: url(./images/header_contact_us.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 37px;
    width: 37px;
    position: absolute;
    left: -40px;
}
#header .header_content_section .need_help .contact_us {
	font-weight: bold;
	color: #f76745;
}
#header .header_content_section .need_help .contact_us span {
	font-size: inherit;
	color: #a74f3d;
}

#header .header_content_section .check_out_content {
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
	position: relative;
    overflow: visible;
}
#header .header_content_section .check_out_content > div {
	border-left: 1px solid #f76745;
	margin: 15px 0;
	padding: 10px 0;
}
#header .header_content_section .check_out_content > div::before {
	content: '';
	width: 37px;
	height: 37px;
	display: inline-block;
	background-image: url(./images/header_cart_icon.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
#header .header_content_section .check_out_content > div a {
	color: #f76745;
	display: inline-block;
	vertical-align: middle;
}



/* header menu section */
#header .header_content_section.header_menu_section {
	background: #f4f4f4;
	border-bottom: 1px solid #d0aa3f;
	margin-bottom: 15px;
}
#header .header_content_section .main_menu {
	background: transparent;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
}
#header .header_content_section  .main_menu .ul_line{
	width: 100%;
	display: table;
	float: none;
	padding: 12px 0;
}
#header .header_content_section .main_menu .ul_line > li {
	border-right: 1px solid #f76745;
}

#header .header_content_section .main_menu .ul_line li a {
	line-height: 1.2em;
	margin: 0;
	padding: 0;

	font-family: "filson-soft",sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #343434;
}
#header .header_content_section .main_menu .ul_line li a:hover,
#header .header_content_section .main_menu .ul_line li a:active {
	/*background-color: #f9f9f9;*/
	color: #f76745;
}
#header .header_content_section .main_menu .ul_line > li:hover > ul {
	background-color: #f4f4f4;
	border: 1px solid #bfbfbf;
	box-shadow: 1px 1px 5px -2px #404040;
	top: 32px;
}
#header .header_content_section .main_menu .ul_line .add_list li {
	border-bottom: 1px solid #e8e8e8;
	margin: 0;
	padding: 0;
}
#header .header_content_section .main_menu .ul_line .add_list li a {
	display: block;
	padding: 10px 0;
}
#header .header_content_section .main_menu .ul_line .add_list li a:hover,
#header .header_content_section .main_menu .ul_line .add_list li a:active {
	background-color: #ffffff;
}


.overlaybackground-etagege {
	background-color: #f6f6f6;
	position: absolute;
	left: 0;
	width: 100%;
}



/* content */
.main_left_cell,
.main_right_cell{
	display: block;
	margin-bottom: 15px;
	padding: 0 15px;
}
.main_content .right_section {
	font-size: 0;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 10px;
}
.main_content .right_section .article {
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 25%;
	padding: 0 5px;
	border: 0;
}
.rs_wrapper {
	background-color: #fdf2d8;
	border: 1px solid #fdf2d8;
	display: block;
	padding: 20px;
	height: 180px;
}
.main_content .right_section .article .txt{
	float: none;
	width: auto;
}
.main_content .right_section .article .txt > * {
	text-align: center;
	display: block;
}
.main_content .right_section .article .txt > h1{
	color: #f76745;
	margin: 0 0 10px;
	text-align: center;
	font-weight: bold;
}
.main_content .right_section .article .txt > p {
    padding-right: 0;
    padding-left: 13px;
    color: #373635;
    font-size: 15px;
    margin: 0 auto;
    text-align: left;
    width: 85%;
	min-height: none;
	max-height: none;
	height: auto;
	display: block;
}

.main_content .right_section .article .view-all {
	display: block;
	text-align: center;
}
.main_content .right_section .article a.view-all-link {
	display: inline-block;
	border: 2px solid #f76745;
	padding: 5px 10px;
	margin: 10px 0 0;
	color: #373635;
	font-weight: bold;
}
.main_content .right_section .article a.view-all-link:hover,
.main_content .right_section .article a.view-all-link:active {
	background-color: #f76745;
	color: #fff;
	cursor: pointer;
}


.product-grid-row.main_content {
	background-color: #f4f4f4;
	margin: 20px 0 0;
	padding: 20px 0;
}

.for_main_image img.is_main_image{
	width: 100%;
}
.is_main_image{
	width: 100%;
}

.slider-colophon {
	padding: 0 15px;
}
.slider-colophon > div {
	padding: 7px 7px 0 0;
}
.slider-colophon > div:last-child {
	padding: 7px 0 0;
}
.colophon-wrapper {
	background-color: #fdf2d8;
	padding: 25px;
}


.main_content .services .service_item {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #fff 100%);
	margin: 12px 12px 0 0;
	width: 24.09%;
	border: 0;
}
.main_content  .services .service_item:nth-of-type(10){
	margin: 12px 12px 0 0;
}
.main_content .services .service_item:nth-child(4n+4) {
	margin-right: 0;
	margin-left: 0;
}
.main_content .services .service_item .main_service_btn {
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 15px;
	color: #726540;
}
.main_content .services .service_item .main_service_btn img {
	display: none;
}
.main_content .services .service_item .main_service_btn:after {
	color: #f76745;
	content: '>';
	margin-left: 5px;
	font-weight: 800;
}
.main_service_btn_all {
	background: transparent;
	color: #f76745;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: bold;
}
.main_service_btn_all > span.glyphicon {
	display: none;
}
.main_service_btn_all::after {
	content: '>';
	color: #f76745;
	margin-left: 5px;
	font-weight: 800;
}



/* FOOTER */
.pre_footer {
	display: none;
}
#footer {
	background: #f76745;
	font-family: inherit;
	margin-top: 0;
	padding: 40px 0;
}
.underfoot_icon li {
	display: inline-block;
	width: 30%;
	margin: 10px 1% 10px 0;
}
.underfoot_icon li:last-child {
	width: 100%;
	margin: 10px 0;
}
.underfoot_icon li:last-child iframe {
    width: 132px;
    display: block;
    max-width: none;
    overflow: hidden;
    margin: 0 auto;
    height: 32px;
}
#siteseal img:last-child {
	display: none;
}
#footer .footer_list_items .cfam-categories .list_items {
	column-count: 2;
}
#footer .footer_list_items .list_items li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #fff;
	text-align: center;
}
#footer .footer_list_items .cfam-links .list_items li {
	border: 0;
}
#footer .footer_list_items .list_items li a {
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    line-height: 2em;
    text-align: left;
    width: 80%;
}


/* products grid */
.cat_tabl_item .item_price+p.para{
	min-height: 90px;
}
.overlaybackground-etagege+div {
	padding-top: 25px;
	padding-bottom: 25px;
}



/* responsive */
@media screen and (max-width: 1200px){
	#header .header_content_section .form_section {
		width: 70%;
	}
	#header .header_content_section .form_section .form-group .form-control{
		width: 295px;
	}
	#header .top_bar #top_bar_menu ul li a{
		font-size: 12px;
	}
	#header .top_bar .create_account a{
		font-size: 11px;
	}
	#header .top_bar .phone_no{
		font-size: 12px;
		padding-top: 11px;
	}

	.main_content .services .service_item{
		width: 24%;
	}
	
}
@media screen and (max-width: 1000px){
	#header .header_content_section .form_section {
		width: auto;
	}
	.form_section form {
		margin-right: 30px;
	}
	#header .topbar-ca {
		padding-right: 0;
		width: 25%;
		padding: 10px 0 10px 15px;
	}
	#header .top_bar .create_account div {
		width: 100%;
	}
	#header .top_bar .create_account a {
		padding: 5px 0;
		padding-left: 22px;
		line-height: 1.5em;
	}
	
	#header .topbar-ca+div {
		width: 55%;
	}
	#header .top_bar #top_bar_menu{
		padding: 24px 0 0 0;
	}
	#header .top_bar #top_bar_menu ul li a {
		padding: 0 7px;
	}

	#header .topbar-ca+div+div > .row > div {
	    width: 100%;
	    display: inline-block;
	    float: none;
	}
	
	#header .top_bar .leave_msg a {
		position: relative;
		left: 0;
		top: 0;
	}
	#header .top_bar .phone_no {
		margin: 0;
		text-align: center;
		padding: 0;
	}
	#header .topbar-ca+div+div > .row > div > span, #header .topbar-ca+div+div > .row > div > div {
		padding: 5px 0;
	}


	.main_content .services .service_item,
	.main_content  .services .service_item:nth-of-type(10) {
		width: 32.3%;
		margin: 1% 1% 0 0;
	}
	.main_content .services .service_item:nth-child(3n+3) {
		margin: 1% 0 0 0;
	}
	.main_content .services .service_item:nth-child(4n+4){
		margin-right: 1%;
		margin-left: 0;
		margin: 1% 1% 0 0;
	}
}
@media screen and (max-width: 992px){
	.main_content .right_section .article .txt > h1{
		font-size: 18px;
	}
	.main_content .right_section .article .txt > p{
		text-align: center;
		width: 100%;
		padding-left: 0;
	}
}
@media screen and (max-width: 767px){
	#header .topbar-ca+div+div{
		display: none;
	}
	#header .topbar-ca {
		width: 50%;
		position: inherit;
	}
	#header .topbar-ca+div {
		width: 50%;
	}
	#header .top_bar #top_bar_menu {
		padding: 0;
		left: 0;
		margin: 0;
	}

.phone_no_mobile {
	display: block;
	right: 75px;
	top: 62px;
	position: absolute;
	color: #faefce;
	font-size: 13px;
	font-weight: bold;
}
	.navbar-default .navbar-toggle {
		background-color: transparent;
		border-radius: 0;
		border-color: #aa5b4c !important;
		padding: 10px;
		margin: 15px 15px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fab26e;
	}
	#header .header_content_section .form_section .form-group,
	#header .header_content_section .form_section .form-group .form-control {
		width: auto;
	}
	.form_section form {
		margin-right: 30px;
		margin-top: 0;
	}
	
	#header .header_content_section .need_help {
		top: 1px;
		margin-right: -25px;
		margin-left: 10px;
	}
	#header .header_content_section .need_help::before {
		height: 30px;
		width: 30px;
		background-size: 100% 100%;
		left: -30px;
		top: 5px;
	}
.footer_logo > div {
	text-align: center;
}
#footer .footer_list_items .list_items li {
	border-right: 0px solid #fff;
}
#footer .footer_list_items .list_items li:nth-child(1),
#footer .footer_list_items .list_items li:nth-child(2),
#footer .footer_list_items .list_items li:nth-child(3),
#footer .footer_list_items .list_items li:nth-child(4),
#footer .footer_list_items .list_items li:nth-child(5),
#footer .footer_list_items .list_items li:nth-child(6),
#footer .footer_list_items .list_items li:nth-child(7) {
    border-right: 1px solid #fff;
}
#footer .footer_list_items .cfam-links .list_items {
	text-align: center;
	margin: 20px 0;
}
#footer .footer_list_items .cfam-links .list_items li {
	display: inline-block;
	width: auto;
}
#footer .footer_list_items .cfam-links .list_items li a {
	width: auto;
}
#footer .footer_list_items .cfam-links .list_items li:last-of-type {
	border: 0;
}
}
@media screen and (max-width: 740px){
	#header .header_content_section .need_help{
		display: none;
	}
	.form_section form {
		margin-right: 0;
		margin-top: 0;
	}
	#header .header_content_section .check_out_content > div {
		margin: 10px 0;
		padding: 7px 0;
	}
}
@media screen and (max-width: 720px){
	#header .header_content_section .form_section .form-group .search {
		height: auto;
		margin: 0;
	}
}
@media screen and (max-width: 714px){
	#header .top_bar .create_account_mobile{
		display: none;
	}
	#header .top_bar .create_account{
		display: block;
	}
	#header .top_bar > .container > .row > div:last-of-type {
		display: none;
	}
	#header .header_content_section .cart_mobile{
		display: none;
	}
	#header .header_content_section .form_section,
	.form_section form,
	#header .header_content_section .form_section .form-group,
	#header .header_content_section .form_section .form-group .form-control{
		width: 100%;
	}
	#header .header_content_section .form_section .form-group .search {
		position: absolute;
		padding: 5px 0;
		width: 20%;
	}

	.header_content_section > .container > .row > div:last-child {
		padding-left: 0;
	}
	#header .header_content_section .check_out_content > div {
		border: 0;
		width: 120%;
		margin-left: -14px;
	}

	.main_content .right_section .article {
		width: 50%;
		padding: 0 5px 10px;
	}

}
@media screen and (max-width: 600px){
	.cfam-logo, .cfam-categories{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	.main_content .services .service_item, .main_content .services .service_item:nth-of-type(10) {
		width: 49%;
		margin: 1% 1% 0 0;
		float: left;
	}
	.main_content .services .service_item:nth-child(3n+3) {
		margin: 1% 1% 0 0;
	}
	.main_content .services .service_item:nth-child(2n+2) {
		margin: 1% 0 0 0;
	}
}
@media screen and (max-width: 365px){
	.main_content .right_section .article {
		width: 100%;
	}
}
@media screen and (max-width: 340px){
	#header .top_bar {
		min-height: 90px;
	}
	#header .topbar-ca {
		width: 100%;
		position: absolute;
	}
	#header .topbar-ca+div {
		width: 100%;
	}
	.phone_no_mobile {
		display: block;
		right: auto;
		top: auto;
		left: auto;
		position: relative;
		color: #faefce;
		font-size: 13px;
		font-weight: bold;
	}
	#header .header_content_section .check_out_content > div {
		margin-left: -20px;
	}
	#header .header_content_section .form_section .form-group .search {
		width: 28%;
		right: -14%;
	}

	.container-fluid > .navbar-header+div {
		margin-top: 30px;
		padding-top: 15px;
		border-top: 1px solid #fff;
	}
}
