.cont4dark,.cont4dark p{
	color: #ffffff !important;
}
i.icon{
	width: auto !important;
	height: auto !important;
}
i.icon, .text-icon-icon span .icon {
    display: inline-table;
    line-height: 1;
    margin-left: 0 !important;
    vertical-align: middle;
}
.page-footer .footer-menu ul li ul{
	display:none;
}

.blog-post .post-teaser .quote {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	color: #7a8288 !important;
	font-size: 15px !important;
	line-height: 1.2em !important;
	font-style: italic !important;
	padding-left: 100px;
	position: relative !important;
}
.blog-post .post-teaser .quote p{
	color: #7a8288 !important;
	font-style: italic !important;
}
.blog-post .post-teaser .quote:before {
	font-family: Georgia, serif !important;
	font-size: 200px !important;
	line-height: 1em !important;
	font-style: normal !important;
	content: "“" !important;
	position: absolute !important;
	left: 0 !important;
	top: -20px !important;
	color: #e8eaec !important;
}
.post-image img{
	height: auto;
}

.post-teaser img{
	max-width: 100%;
	height: auto;
}
.widget img{
	max-width: 100%;
	height: auto;
}


.tagcloud a {
  display: inline-block;
  padding: 0;
  margin-bottom: 5px;
  margin-right: 2px;
}
.tagcloud a {
	font-size: 15px !important;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	text-transform: capitalize;
	margin: 0 6px 9px 0;
}
.tagcloud a:hover {
  background-color: #005395;
  border-color: #005395;
  color: #fff;
}
.page-footer .footer-menu ul li ul a{
	color: #555555;
	font-size: 13px;
	text-transform: uppercase;
}
.side-block{
	padding-bottom: 0;
	border-bottom: 0;
}
.blog-post ul.marker-list ul.marker-list {
    margin-bottom: 0 !important;
}
.blog-post ul.marker-list {
    margin: 0px 0 20px !important;
}

input::-webkit-input-placeholder {
  	font-size: 20px;
}
input::-moz-placeholder {
  	font-size: 20px;
}
input:-ms-input-placeholder {
  	font-size: 20px;
}
input:-moz-placeholder {
  	font-size: 20px;
}
.search_404_form input[type="text"]{
	font-size: 20px;
}

.ajax_load_post_btn_w:before{
	content: '';
	width: 100px;
	height: 100px;
	background: url('images/ajax-loader-bg.gif');
    background-repeat: no-repeat;
    background-position:center center;
}
.sticky_post_icon {
	font-size: 3.3em;
	position: absolute;
	right: 0;
	background: rgba(256,256,256, 0.9);
	color: #005395;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
	z-index: 1;
	padding: 2px;
	border: 5px solid;
} 
/*.comments-area h1, .single_pg_cont h1, 
.comments-area h2, .single_pg_cont h2, 
.comments-area h3, .single_pg_cont h3, 
.comments-area h4, .single_pg_cont h4, 
.comments-area h5, .single_pg_cont h5, 
.comments-area h6, .single_pg_cont h6{
	margin: 0;
}*/
.comments .comment .userpic{
	overflow: hidden;
}
.blog-post{
	margin-bottom: 50px;
}


.calendar .selected a{
	color: #ffffff;
}

.sub-menu.category-list{
	margin-bottom: 0;
}

.widget {
	margin-bottom: 40px;
}
.widget-title {
    padding-bottom: 0;
    margin-top: 0;
}

.widget .tagcloud a {
	background-color: #f0f0f0;
	color: #8f8f8f;
}
.widget .tagcloud a:hover {
	background-color: #5ebb60;
	color: #fff;
}
.page-content, .entry-content, .entry-summary {
	margin: 0 0 0;
}
.page-header{
	padding-bottom: 0;
}



h1.box-color-white.title-underline::after, h2.box-color-white.title-underline::after {
	background: #ffffff;
}

.entry-content h1 > a:hover,
.entry-content h2 > a:hover,
.entry-content h3 > a:hover,
.entry-content h4 > a:hover,
.entry-content h5 > a:hover,
.entry-content h6 > a:hover{
	color: #5ebb60;
}

/*.box-step .item{
	width: 100%;
}*/
.footer-link ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.breadcrumb li.item-cat,
.breadcrumb li.separator,
.breadcrumb li.item-current{
	padding: 0;
}
.breadcrumb li:before{
	content: '';
}

.search_form .btn{
	padding: 13.30px 20px;
	font-size: 22px;
}

iframe{
	border: 0;
}

.tags-links.category-list > li:after{
	content: '';
}
.nav-links .page-numbers{
	padding: 5px 10px;
	border: 1px solid #333;
	color: #333;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current{
	background-color: #333;
	color: #fff;
}







/* Custom code */
@-webkit-keyframes scroll-arrow-pulse{
	0%{-webkit-transform:none;transform:none}
	76%{-webkit-transform:none;transform:none}
	80%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}
	84%{-webkit-transform:none;transform:none}
	88%{-webkit-transform:translateY(-11px);transform:translateY(-11px)}
	92%{-webkit-transform:none;transform:none}
	96%{-webkit-transform:translateY(-7px);transform:translateY(-7px)}
	100%{-webkit-transform:none;transform:none}
}

@keyframes scroll-arrow-pulse{
		0%{-webkit-transform:none;transform:none}
		76%{-webkit-transform:none;transform:none}
		80%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}
		84%{-webkit-transform:none;transform:none}88%{-webkit-transform:translateY(-11px);transform:translateY(-11px)}
		92%{-webkit-transform:none;transform:none}96%{-webkit-transform:translateY(-7px);transform:translateY(-7px)}
		100%{-webkit-transform:none;transform:none}
}

.blog-post.single .attachment-full.size-full.wp-post-image{
	max-width: 700px;
}

.breadcrumb{
	display: none;
}

.box-step .title{
	font-size: 15px;
	line-height: 22px;
}

.bordered-note{
	border: 1px solid #e43208;
	padding: 10px;
}

.blog-post .post-meta li i.icon.icon-chat-bubble, .blog-post .post-meta li i.icon.icon-chat-bubble + span, .post-author{
	display: none;
}

.commercial_laundry_service{
	margin-top: 0;
}

footer{
	background: #353337;
}

footer .footer-link a{
	color: #FFF;
}

.footer-separator{
	border-bottom: 1px solid #e43208;
}

.font-size-32.info-text{
	font-size: 32px;
	line-height: 40px;
}

h3{
	margin: 20px 0;
}

header .box-location::before, .box-telephone::before, .menu ul li a:hover, .box-step .title span, .box-step .item:hover .description, .product-box:hover .icon, .base-color, .permission-box .icon, .carousel-blog-box .col-xs-3::after, .carousel-blog-box .title a, .slick-dots li.slick-active button::before, .slick-dots li button:hover::before, .slick-dots li button:focus::before, .slick-dots li.slick-active button::before, .product-total .icon, .product-total:hover .title, .mobile-menu span, .arrow-on-white .slick-dots li.slick-active button::before, .menu li a:hover, .menu li:hover > a, .menu li span:hover, .page-header-info .icon, .arrow-on-white .slick-dots li button:hover::before{
	color: #e43208;
}

.info-text{
	font-size: 22px;
	line-height: 30px;
}

.menu li.menu-item.current-menu-item a::after, .menu > li > a::after, .backToTop, h2.title-underline::after, .carousel-blog-box .img, .prices-btn-new .vc_btn3-shape-rounded.vc_btn3-style-classic.vc_btn3-color-success, .vc_btn3.vc_btn3-color-green, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat, .tab-history .nav-tabs li.active::before, .tab-history .nav-tabs li:hover::before, h1.title-underline::after{
	background-color: #e43208;
}

.vc_btn3.vc_btn3-color-green, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat{
	background-color: #e43208 !important;
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-green:focus, .vc_btn3.vc_btn3-color-green:hover{
	background-color: #333 !important;
}

.logo{
	margin: 30px 0 38px 0;
}

.logo img{
	max-width: 420px;
	width: 90%;
}

.mobile-menu{
	top: 22%;
}

.product-box-mobile .slick-dots{
	bottom: 0;
}

.permission-box{
	cursor: default;
}

.permission-box:hover .title{
	color: #454545;
}

.single-post .blog-post.single.single_pg_cont, .blog .commercial_laundry_service{
	padding-top: 50px;
}

.social-icon-content{
	margin-top: 30px;
}

.social-icon-footer{
	text-align: center;
}

.scroll-arrow-pulse{
	animation: scroll-arrow-pulse 5s infinite;
}

.tp-mask-wrap:hover .image-zoom-hover img{
	webkit-transform: scale(1.0);
	transform: scale(1.0);
}

.tab-history .nav-tabs li{
	width: 20%;
}

@media (min-width: 992px){
	.container.page.page_sidebar_none{
		margin-top: 50px;
	}
	
	.home  .container.page.page_sidebar_none{
		margin-top: 0;
	}
}

@media (max-width: 1230px){
	.menu > li > a{
		padding: 19px 15px;
	}
}

@media (max-width: 991px){
	.logo{
		text-align: center;
		margin: 30px 0 20px 0;
	}
	
	
	.menu li a:hover, .menu li:hover > a, .menu li span:hover{
		border-left: 3px solid #e43208;
	}
	
	.slick-slider {
		padding-bottom: 40px;
	}
	
	.single-post .blog-post.single.single_pg_cont, .blog .commercial_laundry_service{
		padding-top: 0;
	}
}