@media only screen and (max-width: 1024px){
	#primaryNav ul li:hover,#primaryNav ul li a:hover{
		background-color:#333!important;
	}
	#primaryNav ul li{
		border-bottom:1px solid #333!important;
	}
	#primaryNav{
		border-bottom:1px solid #333;
	}
	#primaryNav ul li a{
		font-size:12px!important;
	}
	#headerLogo,#headerLogo img,#logo{
		text-align:right;
		position:absolute;
		/* top:0; Changed by Park Bridge Media */
		top: -25px;
		right:10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {}

@media only screen and (max-width: 568px) {
	span.right, span.left {
		top: 113px !Important;
		position: relative;
	}
}
@media only screen and (max-width: 320px){
	#headerLogo,#headerLogo img,#logo{
		width:100px!important;
		text-align:right;
		position:absolute;
		top:0;
		right:10px;
	}
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
	.timer,.mask,.pause,.orbit-caption,.slider-nav,.orbitCaptions{
		display: none!important;
		width:0px!important;
		height:0px!important;
		background:transparent!important;
		padding:0px!important;
		margin:0px!important;
	}
	.portfolioQuote {
		position: absolute;
		/* top: 300px!important; */
		width: 100%;
		text-align: center;
		left: 70px;
		/*margin-top: 190px;*/
	}
	.portfolioHeadline {
		margin-top: 320px;
	}
	.page-videos .portfolioHeadline {
		margin-top: 0;
	}
	.aboutContent.row {
		margin-top: 175px !important;
	}
	body.section-blog .blogFeatures .community form input[type="text"] {
		margin-left: 0;
		width: 100%;
	}

	body.section-blog .blogFeatures .community form input[type="submit"] {
		max-width: 100%;
		width: 100%;
	}
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
	/*.timer,.mask,.pause,.orbit-caption,.slider-nav,.orbitCaptions{
		display: none!important;
		width:0px!important;
		height:0px!important;
		background:transparent!important;
		padding:0px!important;
		margin:0px!important;
	}
	.portfolioQuote{
		position:absolute;
		top:300px!important;
		width:100%;
		text-align:center;
		left:70px;
	}*/
}
