/* Landscape phones and down */
@media (max-width: 568px) {
	
	body { width:100%; min-width:100% !important; }
	
	body, html {height:100%;}
	
	.mobile-bg-img {
		position:fixed;
		z-index:-10;
		left:0px;
		top:0px;
		opacity:0.7;
	}
	
	.mobile-bg-img img{
		position:fixed;
	}
	
	header {
		position: relative;
		float: left;
		width: 100%;
	}
	
	footer , #content-elements {
		float: left;
		position: static;
		width: 100%;
	}
	
	footer > span {
		/*max-height: 50% !important;*/
	}
	
	#content-elements {
		height: auto !important;
	}
	
	.contBg {
		float: left;
		position: static;
		display: block;
		opacity: 1;
		height: auto;
		width: 94% !important;
		padding:10px;
	}
	
	.news-container {
		height:auto;
	}
	
	.news-container .newidea-jcarousel {
		height:auto;
		width:100%;
		position:static;
	}
	
	.jcarousel-news, .jcarousel-services {
		width:100%;
		position:static;
	}
	
	.newsList {
		height:auto;
		width:100%;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	
	.newsList .more-link {
		bottom: -2px;
	}
	
	.item-image {
		position: static;
		margin: 10px auto;
		float: left;
	}
	
	.news-container div.rhtCol , .services-container .rhtCol {
		float:left;
		margin-left:0px;
		width:100%;
		margin-top:10px;
	}
	
	.single-post-content .newsList,
	.single-post-content .servicesList {
		height: 480px;
	}
	
	.services-container {
		height:auto;
	}
	
	.servicesList {
		height:auto;
	}
	
	.servicesList .item-image {
		position:relative;
	}
	
	.contBg > span { 
		display:none;
	}
	
	.contact-container {
		position: static;
		float: left;
		width: auto;
		height: auto;
	}
	
	.contact-container .contCol1 , .contact-container .contCol2 , .contact-container .contCol3 {
		max-width:100%;
		margin-right:0px;
	}
	
	.contact-container .contForm textarea {
		max-width:100%;
	}
	
	.contBg h1, .contBg h2, .contBg h3 {
		margin-top:10px;
	}
	
	.ps_slider {
		margin: 0px auto;
		width: auto;
		height: auto;
		position: static;
	}
	
	.ps_slider .ps_album {
		position:static;
		margin:0px auto 30px;
	}
	
	.ps_slider a.prev , .ps_slider a.next , .portfolio-list a.prev , .portfolio-list a.next {
		display:none;
	}
	
	.portfolio-list-item .ps_desc {
		top:auto;
		bottom:0px !important;
		opacity:0.8;
		filter:alpha(opacity=80); /* For IE8 and earlier */
	}
	
	
	img {
		/*max-width:100%;*/
	}
	
	.external-container {
		height: auto;
		width: auto;
		position: static;
	}
	
	.about-container {
		position: static;
		width: auto;
		height: auto;
		float: left;
	}
	
	.aboutDes {
		width:100%;
	}
	
	.testimonials {
		float:left;
		width:100%;
	}
	
	#navBg {
		display:none;
	}
	
	.menu-select {
		z-index: 9999;
		position: fixed;
		bottom: 0px;
		display: inline;
		line-height: 12px;
		width: 100%;
		text-align:center;
		background:#1B1B1B;
	}
	
	.menu-select .menu-select-top {
		float:left;
		width:100%;
		height: 23px;
		cursor:pointer;
	}
	
	.menu-select .menu-select-top span {
		float:left;
		display: block;
	}
	
	.menu-select .menu-select-title {
		margin-top: 4px;
		margin-left:10px;
		float: left;
	}
	
	.menu-select .menu-select-top .ms-title {
		font-size:12px;
		line-height:14px;
		height:16px;
		margin-right:3px;
	}
	
	.menu-select .menu-select-top .ms-arrow {
		width: 16px;
		height: 16px;
	}
	
	.menu-select .menu-select-top .menu-arrow {
		background: url('../images/mobile-arrow.png') no-repeat -2px -3px;
	}
	
	.menu-select .menu-select-top .menu-arrow-down {
		background: url('../images/mobile-arrow.png') no-repeat -27px -3px;
	}
	
	.menu-select ul {
		display:none;
		float:left;
		width:100%;
	}
	
	.menu-select ul li {
		font-size:12px;
		padding:10px;
		border-bottom:1px dotted #1f1f1f;
		color:#fff;
		background:#111111;
		cursor:pointer;
		line-height:12px;
	}
	
	.menu-select ul li:hover ,.menu-select ul li.active {
		background:#000;
	}

	.external-container , .contact-container , .news-container , .services-container , .about-container {
		background:rgba(0,0,0,.5);
		padding: 19px;
	}
	
	.portfolio-container {
		padding-top:20px;
		padding-bottom:20px;
	}
	
	.site-info {
		width: 100%;
		text-align: center;
		right:auto;
	}
	
	.portfolio-list-back {
		width: 100%;
		text-align: center;
	}
	
	.portfolio-list {
		width: auto;
		height:auto;
	}
	
	.portfolio-list-items {
		width: 100%;
		position: static;
		float: left;
		margin-top: 10px;
	}
	
	.portfolio-list-item {
		position:relative;
		margin:20px auto;
		left:0px !important;
		top:0px !important;
	}
	
	#single-post-just-view {
		margin-left:0px;
	}
	
	.news-container {
		position: static;
		float: left;
	}
	
	.news-back {
		margin-top: 10px;
		text-align:center;
	}
	
	.nivo-controlNav {
		zoom:2 !important;
		bottom:3px !important;
	}
	
	.ps_slider .ps_album .albumCont{
		-webkit-box-reflect:none;
	}
	
	#portfolio-sub-category .ps_slider {
		margin-top: 30px;
	}

	.ls-newidea .ls-bottom-nav-wrapper {
		zoom: 1.8 !important;
	}
}