/*
Theme Name: Rexfabrics.
Description: Rexfabrics is a responsive starter theme for WordPress.
Version: 1.2.5
*/


/* Navigation
----------------------------------------------- */
.admin-bar .navbar-fixed-top {
	top: 32px;
}
a{
	color: #a49035;
	transition: all .3s ease;
}
a:hover{
	color: #000;
	text-decoration: none;
}
/* Increase the padding of dropdown links */
.dropdown-menu li > a {
	padding: 6px 15px;
}
/* Footer Nav / Bottom Menu */
.footer-nav li {
	display: block;
	float: right;
	margin-bottom: 0;
	padding-left: 3%;
}
/* Mobile Footer Nav */
@media only screen and (max-width: 767px) {
	.footer-nav.mobile {
		border-bottom: 1px solid #ccc;
		height: auto;
		margin: 0 auto;
		max-width: 100%;
		padding: 10px 0 0;
		width: auto;
	}
	.footer-nav.mobile li {
		float: none;
		height: auto;
		padding: 0;
	}
	.footer-nav.mobile li a:hover {
		background-color: #2a6496;
		color: #fff;
		text-decoration: none;
	}
	.footer-nav.mobile li a {
		border: solid 0 #ccc;
		color: #555;
		display: block;
		font-size: 15px;
		padding: 18px 20px;
		width: auto;
	}
	.footer-nav.mobile li a,
	.footer-nav.mobile li a.active {
		border-width: 1px 0 0;
		height: auto;
		margin: 0;
	}
	.footer-nav.mobile li.current-menu-item a {
		background: #428bca;
		border: none;
		color: #fff;
		margin: 0;
		position: static;
		top: 0px;
	}
}
.breadcrumb-trail {
	padding: 8px 15px;
}
/* End of Navigation
----------------------------------------------- */

/* Various design elements
--------------------------------------- */


/* Comments
 ---------------------------------------*/
#comments {
	border-top: 1px solid #eee;
	padding-top: 40px;
}
.thread-even > .comment-body {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
}
.comment-body {
	margin-bottom: 20px;
	padding: 15px;
}
#comments cite {
	font-size: 15px;
	font-weight: bold;
}
.comment-meta {
	font-size: 12px;
}
.comment-list {
	padding-bottom: 7px;
}
.comment-author {
	margin-bottom: 7px;
}
.comment-content {
	margin-top: 7px;
}
.comment-author > .avatar {
	margin-right: 1em;
}
#comments ul.children {
	margin-left: 20px;
}
#comments ul.children li {
	border-top: 1px solid #e6e6e6;
	list-style-type: none;
}
.bypostauthor > article {
	background: none repeat scroll 0 0 rgba(70, 165, 70, 0.09);
}
.bypostauthor > article .avatar {
	border-bottom: 4px solid #46a546;
}
.form-allowed-tags code {
	white-space: normal;
}
.input-comment-author,
.input-comment-email,
.input-comment-url {
	width: 35%;
}
/* End of comments
----------------------------------------------- */


/* Page / Wrapper / Content
----------------------------------------------- */
#masthead {
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.site-title,
.site-description {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	margin: 0;
}
.site-description {
	font-size: 24px;
}

#page {
	margin: 0px auto;
	max-width: 1170px;
}
#main-row {
	margin-top: 10px;
}

/* The article wrapper that displays the content of a post/page/whatever */
article {
	margin: 0 0 50px;
}
/* Post/page and comment content */
.entry-content {
	padding: 15px 0;
	word-wrap: break-word;
}
.entry-content,
.entry-summary,
.entry-content p,
.entry-summary p {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.667em;
}
p {
	margin-bottom: 1.625em;
}
/* Remove margins from page-header that get set above if used inside a post/page */
.page-header h1,
.page-header h2 {
	margin: 0;
}
/* Space out the archives descriptions from the names */
.page-header .taxonomy-description p {
	font-size: 1.15em;
	margin: 10px 3px;
}

/* Pads the paging links within a post or page */
.page-links {
	padding: 7px 0;
}

/* The meta data displayed within a post footer. */
.entry-footer {
	border-bottom: 1px solid #eee;
	clear: both;
	font-size: 12px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.entry-footer,
.entry-footer a {
	color: #777;
}
.entry-footer .glyphicon {
	margin-right: 4px;
}
.byline,
.cat-links,
.comments-link,
.published-date,
.tags-links {
	margin-right: 10px;
}

/* Images */
p img {
	margin-bottom: 0.5em;
	margin-top: 0.4em;
}
#content .gallery .gallery-icon img {
	border: 1px solid #ddd;
	height: auto;
	padding: 6px;
}
img.header-image,
img.wp-post-image,
img.avatar,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.comment-content img,
.widget img {
	height: auto;
	max-width: 100%;
	padding: 0;
}

/* Image captions */
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	margin: 0.8075em 0;
	padding-left: 10px;
}

/*Theme layouts
----------------------- */
/* One column */
.layout-1c #primary {
	float: none;
	margin-right: 0;
	width: 100%;
}
/* Two columns: sidebar left, content right. */
.layout-2c-r #primary {
	float: right;
}
.layout-2c-r #secondary {
	float: left;
	margin-left: 0;
}
/* End of Theme layouts */

/* Copyright / bottom menu area */
.site-footer {
	border-top: solid 1px #ccc;
	margin-top: 50px;
	padding: 7px 0px;
}
.browsehappy {
	margin-bottom: 0;
	text-align: center;
}
.browsehappy .alert-link {
	text-decoration: underline;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

.alert strong {
	font-size: 1.15em;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}
/* Featured Posts
---------------------------------- */
/* Carousel */
@media only screen and (max-width: 767px) {
	.carousel-caption {
		position: static;
	}
}
.carousel-indicators {
	bottom: -10px;
}
.carousel-indicators li,
.carousel-indicators .active {
	height: 8px;
	width: 8px;
	margin: 2px;
}
.carousel-caption {
	background: #333;
	background: rgba(0, 0, 0, 0.55);
	bottom: 0;
	left: 0;
	padding: 2px 0 7px;
	width: 100%;
}
.carousel-caption h3 {
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 10px;
}

/* Featured posts grid */
#featured-posts-grid {
	padding-left: 0;
}
#featured-posts-grid li {
	background-color: #F5F5F5;
	margin-bottom: 25px;
	padding-bottom: 2px;
}
.innergrid {
	height: 85%;
	float: none;
	padding: 0 10px 12px;
}
.innergrid img {
	margin: 0 auto;
	max-width: 100%;
}
.grid-header {
	font-size: 14px;
	margin: 0;
	padding-bottom: 8px;
	text-align: center;
}
.grid-header .entry-title {
	line-height: inherit;
}
.grid-footer-meta {
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}
/* End of featured posts grid */

/* Page Templates */
.page-template-templatespage-hero-php .navbar {
	border-radius: 0;
	margin-bottom: 0;
}
#hero-widgets-container {
	margin: 0 auto;
}

/* Post formats
------------------------------------ */

/* Quote post format */
.format-quote {
	background: url("img/quote.png") no-repeat scroll left top;
	background-size: 20px 20px;
	margin-top: 15px;
	padding: 10px 0 0;
}
.format-quote cite {
	font-style: italic;
}
.format-quote blockquote {
	border-left: 0;
	margin: 0 0 18px 15px;
}
.format-quote blockquote p {
	font-style: italic;
}

/* Widgets
----------------------------------------------- */
#sidebar .widget {
	border: 1px solid #4d4d4d;
}
#sidebar .widget h3{
	border-bottom: 1px solid #4d4d4d;
	margin-top: 0;
	padding: 10px;
	text-transform: uppercase;
}

#sidebar .widget ul{
	margin-left: 20px;
}

.widget {
	margin: 0 0 1.5em;
	word-wrap: break-word;
}
.widget ul {
	padding: 0 0 0 15px;
}
.widget li {
	margin-bottom: 5px;
}
.widget .nav-stacked {
	padding: 0;
}
.widget .nav-stacked li {
	margin-bottom: 0;
}
.widget a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}

/* Hide search widget submit button */
#searchsubmit,
.search-form input[type=submit] {
	display: none;
}

#logout-link-widget {
	font-size: 11px;
}

.rexfabrics-login-form .login-username,
.rexfabrics-login-form .login-password {
	margin-bottom: 0;
}

.rexfabrics-login-form .login-remember input {
	float: left;
	margin-right: 5px
}
/* End of Widgets
---------------------------------------------- */


/* Responsive layout
---------------------------------------------- */
@media only screen and (max-width: 480px) {
	h2.grid-header {
		font-size: 14px !important;
	}
}

@media only screen and (max-width: 767px) {
	/* Improve font size and spacing on dropdown menu on mobile/tablets */
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 12px 15px 12px 25px;
	}
	.navbar .nav > li > a, .navbar .dropdown-menu a {
		font-size: 18px;
		font-weight: normal;
		padding: 15px 20px;
	}
}


/*	--------------------------------------------------
	:: Block grids - Thanks to Zurb Foundation
	http://foundation.zurb.com/

	These are 2-up, 3-up, 4-up and 5-up ULs, suited
	for repeating blocks of content. Add 'mobile' to
	them to switch them just like the layout grid
	(one item per line) on phones

	For IE7/8 compatibility block-grid items need to be
	the same height. You can optionally uncomment the
	lines below to support arbitrary height, but know
	that IE7/8 do not support :nth-child.
	-------------------------------------------------- */

.block-grid {
	display: block;
	overflow: hidden;
}

.block-grid > li {
	display: block;
	float: left;
	height: auto;
	margin-bottom: 12px;
	padding: 10px 0;
}

.block-grid > li > blockquote {
	border-left: none;
	padding: 0 15px;
}

.block-grid.two-up {
	margin-left: -4%;
}

.block-grid.two-up > li {
	margin-left: 4%;
	width: 46%;
}

.block-grid.three-up {
	margin-left: -2%;
}

.block-grid.three-up > li {
	margin-left: 2%;
	width: 31.2%;
}

.block-grid.four-up {
	margin-left: -2%;
}

.block-grid.four-up > li {
	margin-left: 2%;
	width: 23%;
}

.block-grid.five-up {
	margin-left: -1.5%;
}

.block-grid.five-up > li {
	margin-left: 1.5%;
	width: 18.5%;
}








/* Custom page CSS
      -------------------------------------------------- */
      /* Not required for template or sticky footer method. */

body, html{
  font-family: 'Open Sans', sans-serif;
  color: #292e34;
  font-size: 16px;
}

.container{
  max-width: 1800px;
}

.cus_top_bar{
  /* background-image: url(img/top-bar.jpg);
  background-position: center center;
  background-size: cover; */
	background-color: #000;

  padding: 5px 0;

  margin-bottom: 20px;

}
.cus_social_container{
	margin-top: 7px;
}
.cus_social_container i{
	font-size: 24px;
	margin-right: 5px;
	color: #fff;
}

.cus_social_container a img{
  opacity: 1;
  margin-top: 5px;
}

.cus_social_container a:hover>img{
  opacity: .8;
}

a{
    color: #a49035;
}


a, a:hover{
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.cus_top_links_container{
  text-align: right;
  color: #fff;
}

.cus_top_links_container a{
  color: #fff;
  line-height: 35px;
  font-size: 12px;
}

.cus_top_links_container a:hover{
  text-decoration: none;
  color: #000;
}

.cus_top_links_container ul{
  margin-bottom: 0;
}


.cus_top_links,
.cus_car_container{
  float: right;
}

.cus_icon_car,
.cus_car_links{
  float: left;
}

.cus_icon_car{
  padding: 5px;
  margin-left: 10px;
}

.cus_car_links span{
  display: block;
  text-align: left;
}

.cus_car_title{
  font-size: 12px;
}

.cus_car_items{
  font-size: 11px;
  opacity: 0.9;
}


.cus_box_shadow_bottom {
  position:relative;
  padding: 10px 20px;
  text-align: center;
  background: #eaeaea;
  margin-bottom: 30px;
  display: table;

  border: 1px solid #EAEAEA;
  background: #ededed; /* Old browsers */
  background: -moz-linear-gradient(left,  #ededed 0%, #ffffff 48%, #ededed 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ededed), color-stop(48%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #ededed 0%,#ffffff 48%,#ededed 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #ededed 0%,#ffffff 48%,#ededed 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #ededed 0%,#ffffff 48%,#ededed 100%); /* IE10+ */
  background: linear-gradient(to right,  #ededed 0%,#ffffff 48%,#ededed 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */

}
.cus_box_shadow_bottom:before {
  content: "";
  position:absolute;
  z-index: -1;
  width:96%;
  bottom: 0;
  height: 10px;
  left: 2%;
  border-radius: 100px / 5px;
  box-shadow:0 0 18px rgba(0,0,0,0.6);
}


.cus_box_shadow_link{
  color: #000;
  text-transform: uppercase;
}

.cus_box_shadow_link:hover{
  color: #A49035;
}


.cus_box_shadow_link{
  display: inline-block;
}

.cus_floating_shadow_box{
  text-align: right;
}

.cus_logo_container{
  margin-top: -95px;
}

.cus_main_menu{
  width: 100%;
}

.cus_main_menu li{
  width: 33%;
  text-align: center;
}

.cus_nav_desktop{
  border: 0;
  background: transparent;
  margin-bottom: 0;
}

.cus_nav_desktop .navbar-nav>li>a{
  text-transform: uppercase;
  font-size: 14px;
  color: #0A0A0A;
  padding: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>a:hover,
.cus_main_menu li a:hover{
  background: transparent;
  color: #a49035 !important;
}

.cus_nav_desktop{
  margin-top: 0px;
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.cus_pattern_bg{
  background-image: url(img/pattern-bg.jpg);
  padding: 30px 0;
}

.cus_site_container{
	/* background-image: url(img/pattern-bg.jpg); */
}
.single .cus_site_container{
	background-color: #f2f2f2;
}


.cus_bg_section{
  background-image: url(img/pattern-4.jpg);
  padding: 70px 0;

  background-size: contain;
  background-repeat: repeat-x;
  background-position: left bottom;

}

.cus_header_section {
  background-image: url(img/pattern-2.jpg);
  padding: 50px 0 70px;

  background-size: contain;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.cus_header_section h2,
.cus_header_section h1{
  margin: 0;
  text-transform: uppercase;
  font-size: 50px;
}

.cus_box_img_collection{
  position: relative;
  width: 49.8%;
  float: left;
}

.cus_box_img_collection:first-child{
  margin-right: .4%;
}

.cus_box_img_services{
  position: relative;
  width: 33.1%;
  float: left;
  margin-bottom: 0.3%;
}

.cus_box_img_services:first-child,
.cus_box_img_services:nth-child(2){
  margin-right: .3%;
}

#cus_box_last .cus_box_img_last{
  width: 50%;
  float: left;
  position: relative;
}

.cus_floating_box{
  position: absolute;
  top: 20px;
  width: 100%;
	z-index: 2;
}

.cus_floating_box_link{
  padding: 20px 80px;
  color: #fff;
  border: 1px solid #fff;
  display: table;
  margin: auto;
  font-size: 30px;
  text-transform: uppercase;

}

.cus_floating_box_link:hover{
  background: rgba(164, 144, 53, 0.9);
  color: #fff;
  text-decoration: none;
  border-color: rgba(105, 86, 0, 0.9);
  text-shadow: 2px 2px 2px rgba(164, 144, 53, 0.9);
}

.cus_black_btn{
  color: #000;
  border: 1px solid #000;
  padding: 20px 40px;
  display: table;
  margin: 40px auto;
  text-transform: uppercase;
  border-bottom: 1px dashed #000;
}

.cus_black_btn:hover{
  background: #A49035;
  color: #fff;
  text-decoration: none;
  border-color: #A49035;
}

.cus_line_separator{
  width: 100%;
  height: 55px;
  background: url(img/pattern-4.jpg);
}

.cus_floating_box_link small{
  font-size: 16px;
  line-height: 20px;
}

.cus_floating_box_text{
  width: 80%;
  margin: auto;
  position: relative;
  top: 20px;
  color: #fff;
}

.cus_floating_box_text h3{
  font-size: 30px;
  text-transform: uppercase;
}

.cus_floating_box_address{
  padding: 20px 80px;
  color: #fff;
  display: table;
  margin: auto;
  font-size: 30px;
  text-transform: uppercase;
}

.cus_floating_box_address small{
  font-size: 16px;
}

.cus_icons_footer{
  margin-top: 35px;
}

.cus_icons_footer_text{
  margin-top: 25px;
}

.cus_icons_footer_text h4{
  font-size: 14px;
  text-transform: uppercase;
}


#cus_rights{
  background: #efefed;
  border-top: 1px solid #fff;
  padding: 20px 0;

  text-transform: uppercase;
  font-size: 14px;
}

#cus_rights p{
  margin-top: 10px;
}

#cus_rights p a{
  color: #292e34;
}

#cus_drop_menu{
  position: absolute;
  z-index: 999999;
  width: 100%;
  background: rgba(255,255,255,0.8);
}

.cus_drop_menu_item{
  position: relative;
  width: 90%;
  height: 300px;
  background: red;
}



/*Big Menu*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
  border-radius: 0;

  background-color: rgba(255, 255, 255, 0.85);
  border: 0;
}

.yamm .dropdown-menu li{
    width: 100%;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  z-index: 999999;
}

.cus_static{
    position: static;
}

.cus_sub_menu li{
    text-align: left;
    margin-bottom: 5px;
}

.cus_sub_menu li a{
    color: #292e34;
}

.cus_sub_menu li a:hover{
    text-decoration: none;
}

.cus_box_menu{
    text-align: center;
}

.cus_box_menu span{
    display: block;
    text-align: center;
    color: #a49035;
    font-size: 30px;
}

.cus_box_menu .cus_black_btn{
    margin: 10px auto;
}

.cus_box_menu .cus_black_btn:hover{
  background: #A49035;
  color: #fff !important;
  border-color: #A49035;
}

.cus_box_circle{
    padding: 20px 20px;
    background: #fff;
    border-radius: 100%;
    display: table;
    margin: 0 auto 5px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #000;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a:hover > .cus_box_circle{
    background: #a49035;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background: #fff;
}

.cus_breadcrumbs{
    padding-left: 15px;
    width: 100%;
    position: absolute;
    margin-top: 40px;
    z-index: 9999;
}

#cus_icons_section .cus_pattern_bg{
    padding: 80px 0;
}


#cus_home_carousel .carousel-indicators li{
  height: 82px !important;
  width: 200px !important;
  margin: 1px !important;
  opacity: 0.7;
  border: 2px solid #fff;
  box-shadow: 1px 1px 1px #000;
  border-radius: 0;
  background: #fff;
}

#cus_home_carousel .carousel-indicators li:hover{
  opacity: 1;
  border-color: rgba(164, 144, 53, 0.56);
}

#cus_home_carousel .carousel-indicators li.active{
  opacity: 1;
  border-color: rgba(164, 144, 53, 0.56);
}

#cus_home_carousel .carousel-caption{
    text-transform: uppercase;
    right: 10%;
    left: auto;
    bottom: 150px;
    text-align: right;
    font-size: 25px;
}

#cus_home_carousel .carousel-caption h2{
    font-size: 60px;
}

.cus_sku,
.cus_price,
.cus_available{
    display: block;
    margin-bottom: 10px;
}

.cus_price{
    color: #a49035;
    font-size: 30px;
}

.cus_black_btn_left{
    margin-left: 0;
}

.cus_tabs_product .nav-tabs>li{
    width: 25%;
}

.cus_tabs_product .nav-tabs>li>a{
    background: #272d32;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    color: #fff;
}

.cus_tabs_product .nav-tabs>li.cus_higlihgted>a{
    background: #a49035;
}

.cus_tabs_product .nav-tabs>li>a span{
    font-weight: bold;
}

.cus_image_text{
    margin-right: 4px;
}

.cus_tabs_product .nav-tabs>li.active>a,
.cus_tabs_product .nav-tabs>li.active>a:hover,
.cus_tabs_product .nav-tabs>li.active>a:focus,
.cus_tabs_product .nav-tabs>li>a:hover{
    background: transparent;
    border: 1px solid #272d32;
    color: #272d32;
}

.cus_tabs_product .tab-pane.active{
    padding: 20px;
    border: 1px solid #272d32;
    margin-top: 2px;
}

.form-control{
    border: 1px solid #272d32;
    border-radius: 0;
    background: transparent;
}

.cus_tabs_product .tab-pane .cus_black_btn{
    margin-bottom: 0;
}

.cus_tabs_product .tab-pane img{
    border: 4px solid #bababa;
}

.cus_background_show {
    background-image: url(img/bg-motive.jpg);
    background-color: #fefefe;
    background-repeat: no-repeat;

    padding: 20px 60px;
}

.cus_nav_filters{
    width: 100%;
}

.cus_nav_filters_cont{
    background: transparent;
    border: 0;
    margin-top: 40px;
}

.cus_nav_filters .cus_filter a{
    text-align: left;
    padding: 20px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    background: #000;
}

.cus_nav_filters .cus_filter.active a{
    background: #272d32;
}

.cus_nav_filters .cus_filter a{
    color: #fff;
}

.cus_nav_filters .cus_filter a:hover,
.cus_nav_filters .cus_filter:hover,
.cus_nav_filters .cus_filter a:focus{
    text-decoration: none;
    background: #272d32;
}

.cus_nav_filters .cus_filter a img{
    float: right;
}

.cus_col_sm_2{
    width: 19.8%;
    margin-right: 0.2%;
    float: left;
}

.cus_color_box{
    width: 100%;
    height: 50px;
    background: #7b830a;
    margin-bottom: 10px;
}

.cus_single_product{
    text-align: left;
}

.cus_single_product h4{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.cus_single_product .cus_product_sku,
.cus_single_product .cus_product_price{
    display: block;
}

.cus_single_product .cus_product_price{
    color: #a49035;
}

.cus_single_product .cus_black_btn{
    margin-top: 20px;
    margin-bottom: 20px;
}

.cus_single_product{
    margin-bottom: 40px;
}

.cus_separator{
    width: 100%;
    height: 1px;
    margin: 20px 0;
}

.cus_read_more_btn{
	display: table;
	margin-top: 10px;
	color: #a49035;
}

.cus_read_more_btn:hover{
	color: #292e34;
	text-decoration: none;
}


.cus_read_more_btn .glyphicon{
	border-radius: 100%;
	padding: 5px;
	background: #a49035;
	color: #e1e0e0;
	margin-left: 5px;
}

.entry-footer span.author.vcard,
.entry-footer .glyphicon.glyphicon-user{
	display: none;
}

.cus_read_more_btn:hover .glyphicon{
	background: #292e34;
}

.breadcrumb-trail.breadcrumbs{
	padding-top: 20px;
	font-size: 11px;
}

#cus_inner_banner{
	position: relative;
}

.cus_caption_banner{
	position: absolute;
	top: 20%;
	right: 10%;
	text-align: right;
}

.cus_caption_banner h1{
	font-size: 80px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.cus_caption_banner p{
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}

p.form-allowed-tags{
	display: none;
}


ul.pager li.next a,
ul.pager li.previous a,
input.submit,
#nav-below .pager li a{
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  background: transparent;
  padding: 20px 40px;
  display: table;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  border-bottom: 1px dashed #000;
}

ul.pager li.next a:hover,
ul.pager li.previous a:hover,
input.submit:hover,
#nav-below .pager li a:hover{
  background: #A49035;
  color: #fff;
  text-decoration: none;
  border-color: #A49035;
}

input.submit{
	margin-top: 20px;
}

p.comment-form-author,
p.comment-form-email{
	float: left;
	width: 48%;
	margin-right: 2%;
}

p.comment-form-email{
	margin-right: 0;
	width: 50%;
}

.form-control{
	width: 100%;
}

.comment-form-url {
	display: none;
}

#pretty-pinterest-pins-widget{
	margin-left: 5px !important;
	padding-left: 0 !important;
}

ul#pretty-pinterest-pins-widget li.pretty-pinterest-pin{
	float: left;
	width: 48%;
	margin-right: 2% !important;
}

ul#pretty-pinterest-pins-widget li.pretty-pinterest-pin div.pretty-pinterest-image{
	width: 100% !important;
}

ul#pretty-pinterest-pins-widget li.pretty-pinterest-follow-me{
	text-align: center;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{
	height: 30px !important;
}

/* .fb_iframe_widget span iframe,
.st_plusone_vcount div iframe{
	margin-top: -10px !important;
} */

#sidebar ul li a:hover{
	background: transparent !important;
	color: #4d4d4d;
}

#back-to-top{
    display: none;
    position: fixed;
    right: 30px;
    bottom: 20px;

    -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#back-to-top:hover{
    opacity: 0.8;
    cursor: pointer;

    -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.entry-title a.entry-title:hover{
	text-decoration: none;
	color: #4d4d4d;
}

blockquote{
	border-left: 5px solid #848484;
}

#mc_signup_form{
	background: transparent !important;
	border: 0 !important;
	padding: 0 10px 20px !important;
}

.mc_merge_var {
  margin-bottom: 0 !important;
}

#mc_signup_form .mc_input{
	border: 1px solid #272D32;
	border-radius: 0px;
	background: transparent none repeat scroll 0% 0%;

	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-image: none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

#mc_signup_submit{
	margin-top: 10px !important;
	width: 100% !important;
	background: transparent !important;
	padding: 10px 0 !important;
	color: #000 !important;
	border: 1px solid #000 !important;
	text-transform: uppercase !important;
	border-bottom: 1px dashed #000 !important;
}

#mc_signup_submit:hover{
	color: #fff !important;
	border: 1px solid #a49035 !important;
	background: #a49035 !important;
}
/* Sticky footer styles
      -------------------------------------------------- */

      html,
      body {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }

      /* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -60px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 60px;
      }
      #footer {
        background-color: #f5f5f5;
      }




#commentform{
	position: relative;
}

#commentform .gglcptch{
	position: absolute;
	bottom: 80px;
}

#commentform .form-submit{
	margin-top: 100px;
}

.single .pager li{
	width: 49%;
}

.single .pager li.previous{
	float: left;
}

.single .pager li.next{
	float: right;
}

#footer-big-container{
	max-width: 1920px;
	width: 98%;
}

#footer-sidebar-1 .widget-title{
	display: none;
}

.cus_top_bar .container{
	max-width: 1920px;
	width: 98%;
}

.cus_top_bar .ads_message{
	font-size: 15px;
}

.cus_top_bar .ads_message a{
	text-decoration: underline;
}

.cus_top_bar .ads_message *{
	color: #fff;
    font-weight: 400;
    display: inline-block;
    line-height: 37px;
}
.hover-image-to-gif:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 1200px) {
	.cus_floating_box_link{
		padding: 10px 5px;
	}
}

@media (max-width: 767px) {
  #cus_box_last .cus_box_bg{
    background: url(img/box-6.jpg);
    min-height: 300px;
  }

  #cus_box_last .cus_box_img_last{
    width: 100%;
  }
  .cus_floating_box_address{
    font-size: 12px;
  }
  .cus_floating_box_link {
    padding: 20px 10px;
    font-size: 12px;
  }
  .cus_header_section {
    padding: 20px 0 30px;
  }
  .cus_header_section h2 {
    font-size: 20px;
  }
  .ads_message,
  .cus_top_links_container,
  .cus_top_links { float: none !important; text-align:center; }
	.cus_social_container { margin-bottom:5px; }
	.cus_top_bar .ads_message * { display:inline-block; line-height: 1.45; font-size: 12px; }
	.cus_top_links li { padding-right: 1px; padding-left: 1px; }
  .cusNav{
	width: 100%;
	clear: both;
  }
  .cus_logo_container{
	width: 20%;
	margin-top: 0;
	float: left;
  }
  .cus_floating_shadow_box{
	width: 80%;
	position: relative;
	float: right;
  }
  .cus_floating_shadow_box .container{
	width: 100% !important;
  }

  .cus_box_shadow_link{
	font-size: 12px;
  }

  .cus_top_bar { margin-bottom: 10px; text-align: center; }
  .cus_main_menu li {
	width: 100%;
	text-align: left;
	padding-left: 10px;
	padding: 5px 10px;
  }

  .cus_box_shadow_bottom{
      padding: 10px 5px;
  }

  .cus_floating_box_text h3{
      font-size: 20px;
      margin-top: 0;
  }

  .yamm .yamm-content {
      padding: 10px 5px;
  }
}

@media (min-width: 1600px){
  .container {
    width: 1600px;
  }
}

/* --------------------------------------------------
	:: Mobile Block Grids
	-------------------------------------------------- */

@media only screen and (max-width: 767px) {
	.block-grid.mobile {
		margin-left: 0;
		padding-left: 4%;
	}

	.block-grid.mobile > li {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.site-footer {
		text-align: center;
	}

	.cus_caption_banner h1{
		font-size: 15px;
	}
	.cus_caption_banner p{
		font-size: 12px;
	}
}
@import url('https://fonts.googleapis.com/css?family=Cantata+One|Lato:100,300,400,700,900|Lora:400,700');
/* update blog */
.footer-cont{
	background-color: #2c2b29;
	padding-top: 65px;
	padding-bottom: 70px;
}
.footer-cont .sign-up-rex-cont .box-title, .footer-cont .latest-post .box-title, .mc_custom_border_hdr{
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
}
.mc_custom_border_hdr{
	background-color: transparent;
	margin-bottom: 15px;
	border: 0;
}
#mc_signup_form{
	padding: 0 !important;
}
.sign-up-rex-cont .email-input, #mc_signup_form .mc_input{
	background-color: transparent;
	border: 1px solid #fff;
	max-width: 300px;
	width: 95%;
	height: 40px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding-left: 5px;
}
.sign-up-rex-cont .email-label, .mc_merge_var label{
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	color: #fff;
	margin: 15px 0;
}
.sign-up-rex-cont .submit_btn, #mc_signup_submit{
	padding: 10px 20px !important;
	margin-top: 10px !important;
	background-color: #9c7c31 !important;
	color: #fff !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 19px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	border: 0 !important;
	box-shadow: none !important;
	transition: all .3s ease !important;
	width: auto !important;
}
.sign-up-rex-cont .submit_btn:hover, #mc_signup_submit:hover{
	text-decoration: none !important;
	border: 0 !important;
	color: #000 !important;
}
#mc_display_rewards{
	display: none;
}
.mc_signup_submit{
	text-align: left;
}
.sign-up-rex-cont{
	border-right: 1px solid #fff;
}
.overlay-home{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .7;
	top: 0;
	left: 0;
}
.new-home-page .cus_caption_banner{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.new-home-page .cus_caption_banner .text-1{
	font-family: 'Cantata One', serif;
	font-size: 100px;
	color: #9c7c31;
	font-weight: 400;
}
.new-home-page .cus_caption_banner .text-2{
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	color: #000;
	font-weight: 100;
	margin-bottom: 0;
	line-height: 1;
}
.new-home-page .cus_caption_banner .text-3{
	font-family: 'Lora', serif;
	font-size: 50px;
	color: #000;
	position: relative;
	right: 70px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 0;
}
.new-home-page .cus_caption_banner .text-4{
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	color: #000;
	line-height: 1;
	font-weight: 100;
	margin-bottom: 0;
}
/* Base styles */
.column {
    float: left;
}
.size-1of4 {
    width: 25%;
}
.size-1of3 {
    width: 33.333%;
}
.size-1of2 {
    width: 50%;
}

/* Configurate salvattore with media queries */
@media screen and (max-width: 767px) {
    #timeline[data-columns]::before {
        content: '1 .column';
    }
}
/* @media screen and (max-width: 450px) {
    #timeline[data-columns]::before {
        content: '1 .column';
    }
} */

@media screen and (min-width: 768px) and (max-width: 990px) {
    #timeline[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

/* @media screen and (min-width: 701px) and (max-width: 850px) {
    #timeline[data-columns]::before {
        content: '3 .column.size-1of3';
    }
} */

@media screen and (min-width: 991px) {
    #timeline[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}
/* @media screen and (min-width: 851px) {
    #timeline[data-columns]::before {
        content: '4 .column.size-1of4';
    }
} */
.new-home-page .cart-post-cont{
	margin: 30px 15px;
	background-color: #f2f2f2;
}
.new-home-page .cart-post-cont .text-post{
	padding: 15px;
}
.new-home-page .cart-post-cont .text-post h2{
	font-family: 'Lora', serif;
	font-weight: 700;
	color: #9c7c31;
	font-size: 25px;
}
.new-home-page .cart-post-cont .text-post .excerpt{
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 18px;
	height: 77px;
	overflow: hidden;
}
.new-home-page .load-more-btn{
	margin: 70px 0;
}
.new-home-page .load-more-btn .load-more-posts-button{
	padding: 10px 20px;
  background-color: #9c7c31;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
	transition: all .3s ease;
}
.new-home-page .cart-post-cont .text-post>a:hover{
	color: #9c7c31;
}
.new-home-page .load-more-btn .load-more-posts-button:hover, .new-home-page .load-more-btn .load-more-posts-button:focus{
	text-decoration: none;
	color: #000;
}
#__ajax_load_loading{
	margin: 0 auto;
	border-top-color: #9c7c31;
}
.serach-from-cont{
	position: relative;
}
.serach-from-cont i{
	position: absolute;
	left: 10px;
	top: 15px;
	color: #000;
	font-size: 19px;
}
.search-form-label{
	width: 100%;
}
.search-form-label, .category-form-label{
	font-family: 'Lato', sans-serif;
	color: #000;
	font-weight: 700;
	font-size: 22px;
}
#search, select#categories{
	width: 100%;
	background-color: #e5e5e5;
	height: 50px;
	font-family: 'Lato', sans-serif;
	color: #000;
	padding-left: 40px;
	font-size: 22px;
	border: 0;
	font-weight: 400;
	-webkit-appearance: none;
	appearance: none;
}
select#categories{
	padding-left: 20px;
}
.category-form-label{
	text-transform: uppercase;
}
.select-div{
	position: relative;
}
.select-div:after {
    content: '\f078';
    font: normal normal normal 19px/1 FontAwesome;
    color: #9c7c31;
    background-color: #e5e5e5;
    right: 0;
    top: 1px;
    height: 48px;
    padding: 15px 10px 0px 10px;
    font-weight: bold;
    position: absolute;
    pointer-events: none;
}
.new-home-page #cus_inner_banner{
	margin-bottom: 50px;
}
.subscribe-cont{
	text-align: right;
}
.subscribe-subcont{
	display: inline-block;
	text-align: left;
}
.subscribe-cont .subscribe-title{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.subscribe-cont .subscribe-subtitle{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 20px;
}
.subscribe-cont .subscribe-link{
	padding: 10px 20px;
	background-color: #9c7c31;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-weight: 400;
	text-transform: uppercase;
	border: 0;
	box-shadow: none;
	transition: all .3s ease;
}
.subscribe-cont .subscribe-link:hover{
	text-decoration: none;
	color: #000;
}
.breadcrumb-trail.breadcrumbs{
	font-size: 22px;
	text-align: right;
}
.single-subscribe-cont{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin: 20px 0;
}
.single-subscribe-cont .subscribe-text-cont .subscribe-title{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.single-subscribe-cont .subscribe-text-cont .subscribe-subtitle{
	font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 0;
}
.single-subscribe-cont .subscribe-link{
	padding: 3px 20px;
  background-color: #9c7c31;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  border: 0;
  box-shadow: none;
  transition: all .3s ease;
}
.subscribe-text-cont{
	margin-right: 20px;
}
.consultation-form-link{
	padding: 3px 20px;
	display: inline-block;
  background-color: #9c7c31;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  border: 0;
  box-shadow: none;
  transition: all .3s ease;
	/* margin: 20px 0; */
	margin-top: 50px;
}
.single-main-title{
	margin: 40px 0;
	font-family: 'Lora', serif;
	color: #9c7c31;
	font-size: 60px;
}
.container-cont{
	margin: 50px 0;
}
.next-prev-cont{
	padding: 30px 0;
	background-color: #fff;
}
.next-prev-cont .prev-post-title{
	color: #9c7c31;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-align: right;
	text-transform: uppercase;
}
.next-prev-cont .next-post-title{
	color: #9c7c31;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-align: left;
	text-transform: uppercase;
}
.prev-cont{
	background-color: #f2f2f2;
	max-width: 300px;
	margin-left: auto;
	padding-bottom: 1px;
}
.next-cont{
	background-color: #f2f2f2;
	max-width: 300px;
	margin-right: auto;
	padding-bottom: 1px;
}
.next-prev-cont .single-post-title{
	font-family: 'Lora', serif;
	height: 77px;
	overflow: hidden;
	font-weight: 700;
	color: #9c7c31;
	font-size: 20px;
	padding: 15px;
}
.next-prev-cont a:hover, .next-prev-cont a:focus{
	text-decoration: none;
}
.next-prev-cont .prev-link p, .next-prev-cont .next-link p{
	transition: all .3s ease;
}
.next-prev-cont .prev-link a:hover p, .next-prev-cont .next-link a:hover p{
	color: #000;
}
.consultation-cont{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 30px 0;
}
.consultation-cont::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .7;
}
.form-title{
	font-family: 'Lora', serif;
	color: #9e804b;
	font-size: 43px;
	margin-top: 20px;
}
.ss-choices{
	list-style: none;
	padding-left: 0;
}
.subscribe-link, .consultation-form-link{
	transition: all .3s ease;
}
.subscribe-link:hover, .consultation-form-link:hover{
	text-decoration: none;
	color: #000;
}
.form-subtitle{
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.form-cont{
	padding-top: 30px;
	background-color: #f2f2f2;
	padding-bottom: 20px;
}
.st_facebook_large .stButton .stLarge, .st_twitter_large .stButton .stLarge, .st_linkedin_large .stButton .stLarge, .st_email_large .stButton .stLarge, .st_sharethis_large .stButton .stLarge, .st_pinterest_large .stButton .stLarge{
	background-image: none !important;
	margin-right: 5px;
}
.st_facebook_large .stButton .stLarge::before{
	content: "\f082";
  font-family: 'FontAwesome';
	font-size: 40px;
	color: #9c7c31;
}
.st_twitter_large .stButton .stLarge::before{
	content: "\f081";
  font-family: 'FontAwesome';
	font-size: 40px;
	color: #9c7c31;
}
.st_linkedin_large .stButton .stLarge::before{
	content: "\f08c";
  font-family: 'FontAwesome';
	font-size: 40px;
	color: #9c7c31;
}
.st_email_large .stButton .stLarge::before{
	content: "\f0e0";
  font-family: 'FontAwesome';
	font-size: 41px;
	color: #9c7c31;
}
.st_sharethis_large .stButton .stLarge::before{
	content: "\f1e1";
  font-family: 'FontAwesome';
	font-size: 40px;
	color: #9c7c31;
}
.st_pinterest_large .stButton .stLarge::before{
	content: "\f0d3";
  font-family: 'FontAwesome';
	font-size: 40px;
	color: #9c7c31;
}
.share-cont{
	padding-bottom: 15px;
}
.share-title{
	color: #9c7c31;
	font-size: 20px;
	position: relative;
	bottom: 7px;
	margin-right: 5px;
}
@media (max-width: 991px) {
	.new-home-page .cus_caption_banner .text-1{
		font-size: 70px;
		margin: 0;
	}
	.new-home-page .cus_caption_banner .text-2, .new-home-page .cus_caption_banner .text-3, .new-home-page .cus_caption_banner .text-4{
		font-size: 50px;
	}
	.single-subscribe-cont{
		flex-direction: column;
	}
	.subscribe-cont{
		text-align: left;
	}
	.single-main-title{
		font-size: 35px;
		text-align: center;
	}
	.subscribe-text-cont{
		text-align: center;
		margin: 0 auto;
	}
	.subscribe-link{
		margin: 20px auto;
	}
	.container-cont{
		margin: 20px 0;
	}
	.latest-post img{
		width: 100%;
		margin-bottom: 20px;
		max-width: 300px;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.sign-up-rex-cont{
		border-right: 0;
	}
	.serach-cont, .category-cont, .subscribe-cont{
		margin-bottom: 20px;
	}
	.subscribe-cont{
		text-align: left;
	}
	.single-main-title{
		font-size: 35px;
		text-align: center;
	}
	.single-subscribe-cont{
		flex-direction: column;
	}
	.subscribe-text-cont{
		text-align: center;
	}
	.breadcrumb-trail.breadcrumbs{
		font-size: 16px;
	}
	.next-prev-cont .prev-post-title{
		font-size: 16px;
		text-align: left;
	}
	.next-prev-cont .next-post-title{
		font-size: 16px;
		text-align: right;
	}
	.ss-choices{
		flex-direction: column;
	}
	.single-subscribe-cont .subscribe-link{
		margin-top: 20px;
	}
	.text-right.consultation{
		text-align: center;
	}
	.cus_social_container{
		text-align: left;
		position: relative;
	}
	.navbar-header{
		position: absolute;
		top: 0;
		right: 0;
	}
	.navbar-toggle{
		padding: 0 10px;
	}
	.navbar-toggle .icon-bar{
		background-color: #fff;
	}
	.navbar{
		min-height: 0;
	}
	.new-home-page #cus_inner_banner{
		margin-top: 20%;
	}
	.cus_box_shadow_bottom{
		margin-bottom: 0;
	}
	.consultation-form-link{
		margin-top: 0;
	}
}
@media (max-width: 500px) {
	.new-home-page .cus_caption_banner .text-1{
		font-size: 50px;
	}
	.new-home-page .cus_caption_banner .text-3{
		right: 30px;
	}
	.new-home-page .cus_caption_banner .text-2, .new-home-page .cus_caption_banner .text-3, .new-home-page .cus_caption_banner .text-4{
		font-size: 30px;
	}
	.new-home-page #cus_inner_banner{
		margin-top: 17%;
	}
}
