@media only screen and (max-width: 1366px) {
	.item {
		float: left;
		display: block;
		width: 50%;
	}
}

@media only screen and (max-width: 960px) {
	
	header nav {
		top: 0px;
		margin-bottom: 0px;
	}

	header nav ul li.model {
		width: 128px;
	}

	.menu-main-menu-left-container {
		margin-right: 0px;
	}

	.menu-main-menu-right-container {
		margin-left: 0px;
	}

	.featured .itemText h2 {
		font-size: 16px;
	}

	#directions {
		width: 50%;
		margin-left: 50px;
	}
}

@media only screen and (max-width: 768px) {
	header nav ul li {
		float: left;
		width: auto !important;
	}

	header nav ul li a {
		margin: 0px 14px;
	}

	header nav {
		margin-top: 30px;
	}

	.menu-main-menu-left-container, .menu-main-menu-right-container {
		width: 100%;
	}

	header nav ul {
		float: none;
		width: 100%;
		text-align: center;
	}

	header nav ul li {
		float: none;
		display: inline-block;
	}

	header nav ul li.model {
		float: none;
		display: inline;
	}

	#social {
		float: none;
		right: 0;
		left: 0;
		position: relative;
		top: 0px;
		margin: 0 auto;
		margin-top: 30px;
	}

	#social ul {
		float: none;
		list-style: none;
		text-align: center;
	}

	#social ul li {
		float: none;
		display: inline-block;
	}


	.itemText {
		padding: 18px;
	}

	.featured .itemText h2 {
		font-size: 12px;
		line-height: 15px;
	}

	.overlayItemContent .overlayText {
		font-size: 12px;
		line-height: 15px;
		padding-top: 30px;
	}

	#single h2 {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 550px) {

	header nav ul li a {
		font-size: 10px;
	}

	.item {
		width: 100% !important;
		top: 0px !important;
		position: relative !important;
	}

	#categoryList .model {
		width: 100%;
	}

	.post_tags {
		margin-top: 60px
	}

	.properties ul {
		margin-bottom: 14px;
	}

	.properties ul li span {
		font-size: 14px;
	}

	.centeredHalf {
		width: 80%;
	}

	.inputCont.file {
		clear: both;
		float: left;
		margin-top: 10px;
	}

	#become textarea { 
		width: 95%;
	}

	#directions {
		width: 100%;
		margin: 0px;
	}

	.aboutImage img {
		width: 100%;
		height: auto !important;
	}

	.aboutImage {
		margin: 20px auto;
	}

	#newsletter figure img {
		width: 100%;
		height: auto !important;
	}

	.post_tags li {
		display: block;
	}

	#selectModelsContainer {
		right: 20px;
	}
}