/*********************
SHINOBI - MARIAKRYSTYNA VARIATION
**********************/

body {
	font-family: 'Lato', Helvetica, sans-serif;
}

.logo {
	float: left;
	margin: 20px 0;
}

#header-social {
	float:right;
	width: 225px;
	margin-top:50px;
}

#header-social img{
	float: left;
	display: inline;
	width:45px;
}

#header-brokerage {
	float:right;
	width: 210px;
	margin-top: 20px;
	text-align:center;
	font-size: 18px;
}

body.index #page_title {
	display: none;
}

body.index #home_feat_box_container {
	margin-top: 0;
}

body.index .home_feat_box {
	background-color: transparent !important;
	box-shadow: none !important;
}
body.index .home_feat_box_1, body.index .home_feat_box_2 {
	background-color: transparent !important;
}

#custom_facebook, #custom_twitter {
	width: 300px;
	float: left;
	padding-right:75px;
}

#custom_wufoo {
	width:350px;
	padding-right: 0;
	margin: 0 auto;
	float:none;
	display:block;
}

/* primary color */

#nav {
	border: none;
	box-shadow: none;
}

#nav li a {
	font-family: 'Poppins', Helvetica, sans-serif;
	color: #98989b;
	font-weight: 400!important;
}

a, #nav li a.active, #nav a:hover {
	color: #4bbbd7;
}

.listings_bar h2 a {
	color: #444444;
}

#header {
	border-top-color:#98989b;
}

#contact_button a, input.submit, .fancybox-inner input[type="submit"], #agent_search_form #agentsearchsubmit, .listing_detail_cta_request_showing, .listing_detail_cta_request_showing:hover {
	background-color:#4bbbd7;
}

.flex-control-paging li a.flex-active {
	background-color:#4bbbd7 !important;
}

/* hover color - darker tint of primary color */

a:hover {
	color: #444;
}

/* heading 2 - neutral tint of primary color, set to grey or inherit if ugly */

h2, .header2, h3, .header3, h4, .header4, body.shinobi .fancybox-inner h2, #listing_contactform h3 {
	font-family: 'Lato', Helvetica, sans-serif;
	color: #6e6e6e;	
}

h1 {
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 31px;
	line-height: 38px;
}

/* #Media Queries
================================================== */

@media only screen and (max-width: 1223px) {

.logo {
	width: 450px;
}
#header-brokerage {
	width: 165px;
}
#header-social {
	margin-top: 37px;
}
#custom_facebook, #custom_twitter {
	padding-right: 0;
}
}



@media screen and (max-width: 959px) {

#header-social {
    clear: both;
    display: block;
    margin: 20px auto;
    float: none;
}
#nav li a {
	padding: 16px 3px;
}
.nested #mainmenu {
    text-align:center;
}
.nested #mainmenu > li {
    display: inline-block;
    float: none;
    text-align:left;
}
#custom_facebook {
	padding-right:125px;
}
#custom_twitter {
	padding-right: 0;
}
}

@media screen and (max-width: 767px) {

#header-brokerage {
    float: none;
    margin: 20px auto;
}
.logo {
	margin: 0 auto 20px;
}

#custom_facebook, #custom_twitter {
	float: none;
	padding: 0;
	margin: 10px auto;
	display: block;
}

#custom_wufoo {
    display: block;
    float: none;
    margin: 0 auto;
    width: 350px;
}

}

@media screen and (max-width: 479px) {

	#header-brokerage {
		width: 104px;
	}
	#header-social {
		display: none;
	}
#custom_wufoo {
    width: 300px;
}

}



