.heading {
	width: 100%;
	height: 500px;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	border-bottom: solid 2px #eeecec;
	background-color: #303341;
}
.heading nav {
	height: auto;
	margin: 0 15px;
	position: relative;
	padding-top: 150px
}
.heading .s_box {
	float: none;
	margin: 0 auto;
	width: 532px
}
.heading a.s_submit {
	background-color: #ffde00;
	-webkit-transition: background-color ease-out .7s;
	-moz-transition: background-color ease-out .7s;
	-o-transition: background-color ease-out .7s;
	transition: background-color ease-out .7s
}
.heading a.s_submit:hover {
	background-color: #cab31c;
}
.s_box a.browse_submit {
	display: none
}
#s_drop {
	top: 350px;
	left: 50%;
	width: 1230px;
	margin-left: -615px
}
#s_drop_in:after {
	left: 430px
}
.s_drop_in_w:after {
	left: 700px!important
}
.heading a.logo_link {
	top: 20px;

}
#m_search_link, .heading .userbox {
	top: 20px
}
.heading a.add_business {
	background: rgba(0,0,0,.7)
}
.heading .m_header_link {
	text-shadow: 0 0 3px rgba(0,0,0,.3)
}
.heading .userlogged .userimage {
	border: solid 1px #fff
}
.heading h1 {
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 0 15px rgba(0,0,0,.8);
	text-align: center;
	position: relative
}
.heading h1 span {
	display: block;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600
}
h2 {
	font-size: 36px;
	font-weight: 300;
	line-height: 35px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
	margin-top: 40px;
	font-family: 'Open Sans', arial
}
.h2_cats, .h2_feedbacks, .h2_locations, .h2_reviews, .h2_updates {
	background-image: url(../img/site/stripe_ih2.png);
	background-position: center 0;
	background-repeat: no-repeat
}
.h2_locations {
	background-position: center -200px
}
.h2_updates {
	background-position: center -400px
}
.h2_reviews {
	background-position: center -600px
}
.h2_cats {
	background-position: center -800px
}
#heading_nav {
	position: absolute;
	top: 20px;
	left: 160px;
	line-height: 40px
}
#heading_nav a {
	text-transform: uppercase;
	margin-right: 20px;
	color: #fff
}
ul.ilist {
	float: left;
	width: 25%
}
ul.ilist li {
	padding: 0 0 15px 0;
	line-height: 15px
}
ul.ilist li a {
	color: #414141
}
ul.ilist li.more a {
	color: #ea595c;
	font-weight: 400
}
ul.ilist li span {
	font-size: 11px;
	margin-left: 5px;
	color: #999
}
ul.ilist li a:hover {
	color: #ea595e
}
ul.ilist li .company {
	border: 0;
	padding: 0 0 5px 0
}
ul.ilist li .company h4 a {
	font-weight: 400
}
ul.ilist li .links {
	padding-top: 5px
}
ul.ilist li .links a {
	padding-right: 5px
}
ul.ilist li .stars {
	margin-bottom: 10px
}
a.iregister, a.iregister:visited {
	line-height: 45px;
	text-transform: uppercase;
	display: block;
	width: 250px;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: solid 1px #474e5e;
	color: #474e5e
}
a.iregister:hover {
	color: #fff;
	background: #474e5e
}
.feedbacks {
	position: relative
}
.feedback-3{
    width: 31.33%;
}
.feedback {
    /*width: 31.33%;*/
    float: left;
    padding-bottom: 25px;
    margin: 0 1%;
}
.feedback .text {
	padding: 20px;
	background: #f1f2f5;
	position: relative;
	font-size: 14px
}
.feedback .text:after {
	bottom: -20px;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	content: " ";
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f1f2f5;

	
}
.feedback .company_link {
	line-height: 40px;
	height: 42px;
	padding: 0 0 0 55px;
	margin-top: 20px;
	position: relative;
	overflow: hidden
}
.feedback a {
	font-size: 13px;
	color: #414141
}
.feedback a:hover {
	color: #e15258
}
.feedback .image {
     width: 50px;
	height: 40px;
	float: left;
	background: #fff;
	position: absolute;
	left: 0;
	border-radius: 0%;
	border: solid 1px #eee;
	font-size: 21px;
	text-align: center;
	color: #fff
}
a.feedbacks_more {
	color: #e15258;
	font-size: 14px;
	float: right;
	margin-top: -40px;
	line-height: 40px;
	z-index: 999;
	position: relative
}
.iholder {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.6)
}
.icategories {
	width: 1230px;
	height: 100px;
	margin: 0 auto
}
.icategories a {
	float: left;

	width: 10%;
	height: 80px;
	padding-top: 20px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	-webkit-transition: background-color linear .4s;
	-moz-transition: background-color linear .4s;
	-o-transition: background-color linear .4s;
	transition: background-color linear .4s
}
.icategories a i {
	display: block;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 10px
}
.icategories a:hover {
	background-color: rgba(0,0,0,.95)
}
.ibusiness {
	background: url(../img/site/screens.png) 100px 0 no-repeat;
	height: 330px;
	padding: 30px 100px 0 580px;
	font-size: 15px
}

.ibusinessft {
	background: url(../img/site/index/ewew.jpg) 100px 0 no-repeat;
	height: 330px;
	padding: 30px 100px 0 580px;
	font-size: 15px
}


#index_fb_iframe {
	width: 500px;
	height: 155px;
	margin: 50px auto 0 auto
}
.iusers_container {
	margin-top: -30px;
	margin-bottom: -30px
}
.iusers_reviews {
	width: 600px;
	float: left;
	padding: 30px 0
}
.iusers_reviews .review .text {
	font-weight: 300;
	font-size: 13px;
	line-height: 18px
}
.iusers_signup {
	width: 400px;
	height: auto;
	margin-left: 60px;
	padding: 0;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 30px 30px;
	float: left;
	margin-top: 30px;
	float: left;
	background: #faf8fa
}
.grey_container {
	background: #f7f7f7
}
.icats, .iup {
	width: 100%;
	margin: 0 auto
}
.icats li, .iup li {
	width: 33%;
	float: left;
	padding: 5px 0;
	overflow-x: hidden
}
.icats li a, a.icats_more {
	color: #414141;
	border: solid 2px #eee;
	line-height: 36px;
	height: 36px;
	display: block;
	margin: 0 5px;
	padding: 0 45px 0 15px;
	border-radius: 2px;
	background: #f6f7f9;
	position: relative;
	font-size: 15px
}
.icats li a:hover {
	border-color: silver
}
.icats li a span, a.icats_more span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 36px;
	height: 36px;
	width: 45px;
	background: #fff;
	text-align: center;
	font-size: 15px
}
a.icats_more {
	background: 0 0!important
}
.iup li .iup_item {
	color: #414141;
	border: solid 1px #eee;
	display: block;
	margin: 0 5px;
	padding: 10px 15px;
	border-radius: 2px;
	position: relative;
	font-size: 14px;
	position: relative
}
.iup li .new, .iup li .updated {
	color: #000;
	background: #f1f2f3;
	padding: 0 5px;
	float: left;
	font-size: 12px;
	font-weight: 550;
	line-height: 20px
}
.iup li .new {
	background: #ffde00;
}
.iup li a {
	color: #414141
}
@media screen and (max-width:1230px) {
.icategories {
	width: 100%
}
.iusers_reviews {
	width: 550px
}
.iusers_signup {
	width: 310px
}
.heading #s_drop {
	left: 0;
	width: 100%;
	margin: 0
}
.ibusiness {
	padding-right: 0;
	padding-left: 500px;
	background-position: 50px 0
}
}
@media screen and (max-width:990px) {
#m_search_link, .heading .userbox {
	top: 10px
}
.icategories a {
	font-size: 11px
}
ul.ilist {
	width: 100%;
	padding: 0
}
ul.ilist li {
	border-bottom: solid 1px #f3f3f3;
	padding: 10px 0;
	position: relative
}
ul.ilist li a {
	display: block
}
ul.ilist li span {
	position: absolute;
	top: 12px;
	right: 0;
	font-size: 13px
}
ul.ilist li.more {
	text-align: center
}
ul.ilist li .links {
	display: none
}
.ibusiness {
	background-position: 15px 0;
	padding-left: 460px;
	padding-right: 15px
}
a.iregister {
	margin: 0 auto;
	font-size: 15px
}
.iusers {
	background-position: 70px 0;
	padding-left: 460px;
	padding-right: 15px
}
.heading {
	height: 470px
}
.heading a.s_submit {
	background-color: #ffde00;
}
.iusers_container {
	margin-top: 0;
	padding-bottom: 30px
}
.iusers_reviews {
	width: auto;
	float: none;
	padding: 0 15px
}
.iusers_signup {
	width: auto;
	border: 0;
	float: none;
	margin: 0 15px
}
.feedback {
	width: auto;
	float: none;
	margin: 0 0 20px 0;
	line-height: 21px
}
.feedback .text {
	font-size: 13px;
	line-height: 20px;
	padding: 15px
}
.icats, .icats li, .iup, .iup li {
	width: 100%
}
.icats li a, .iup li .iup_item {
	margin: 0
}
.icats li {
	padding: 2px 0
}
}
@media screen and (max-width:750px) {
.heading {
	height: 450px
}
.heading nav {
	padding-top: 100px
}
.heading h1 {
	font-size: 31px;
	line-height: 35px;
	font-weight: 400
}
.heading h1 span {
	font-size: 39px;
	line-height: 50px
}
.icategories a {
	width: 20%;
	height: 60px;
	background-color: inherit
}
.icategories a i {
	font-size: 25px;
	line-height: 25px;
	margin: 0
}
.ibusiness {
	padding: 0 0 30px 0;
	background: 0 0;
	height: auto;
	line-height: 20px;
	font-size: 13px
}
.iusers {
	padding: 0 15px 40px 15px;
	background: 0 0;
	height: auto;
	text-align: center
}
h2, h2.simpleh2 {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
	padding-top: 70px;
	padding-bottom: 30px
}
h2.simpleh2 {
	padding: 30px 15px
}
#index_fb_iframe {
	width: auto
}
}
@media screen and (max-width:385px) {
.heading nav {
	padding-top: 110px
}
.icategories a {
	font-size: 9px;
	font-weight: 400
}
}
@media screen and (max-width:300px) {
.heading h1 span {
	font-size: 30px
}
}
