/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		.st-portfolio .teaser,
		.st-portfolio li,
		.st-blog .teaser,
		.st-blog li{
			margin-right:20px !important;
		}
		.st-pricing.c4,
		.st-pricing.c3{
			width:748px;
		}
		.st-pricing .plan-container{
			width:140px;
		}
		.st-tabs li{
			padding:7px 10px;
		}

		.post-content img {
			max-width:100%;
		}
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		#main-nav .primary-menu{
			display:none;
		}
		.responsive-menu{
			display:block;
			width:400px;
		}
		.secondary-menu{
			text-align:center;
		}
		.st-social{
			width:auto;
			float:none;
		}
		
		#pre-header{
			text-align:center;
		}
		#pre-header .st-social{
			margin-top:10px;
			text-align:center;
		}
		
		.breadcrumbs{
			display:none;
		}
		
		#header .logo, .call-phone, .call-mail{
			float:none;
			margin:0 auto;
		}
		#header { 
			padding-left:0;
		}
		#header .logo img {
			margin:0 auto;
			display:block;
		}

		.call-phone, .call-mail{
			display:block;
		}
		.call-phone i, .call-mail i{
			display:none;
		}
		
		.st-portfolio li,
		.st-blog li{
			margin-right:20px !important;
		}
				
		.st-tabs .tabs-title li{
			display:block;
			float:none;
			border-top:1px solid #fff;
			border-bottom:1px solid #e9e9e9;
		}
		
		.st-pricing.c2,
		.st-pricing.c3,
		.st-pricing.c4{
			width:auto;
		}
		.st-pricing .plan-container, .st-pricing .plan-container.featured{
			margin:0 auto 20px;
			float: none;
		}
		
		#nav, 
		.flex-slider .slide-caption,
		.camera_caption,
		#copyright .scrollTop{
			display:none !important;
		}
		.responsive-menu{
			display:block;
			width:280px;
		}
		#main-nav{
			padding:20px 0 2px;
			margin:0 auto;
			float:none;
			width:auto;
		}
		#pre-content .space-slider { 
			margin-top:-10;
		}
		#main-container {
			padding-top:0;
		}
		#copyright{
			text-align:center;
		}
		.container .twelve.columns { 
			margin-top:-45px;
		}
		#sidebar, .st-gmap { 
			margin-top:-25px;
		}
		.post-content img { 
			max-width:100%;
		}
		
	}

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

		.content .one_third2 { 
			width:139px;
			margin-right:0;
		}
		.clearfix-rb-hpicos .one_third2:last-child {
			width:100%;
			margin-right:0;
		}

		.home #pre-content {
			display:none;
		}

	}

	@media only screen and (max-width:767px) and (min-width: 496px) { 
		.content .one_third2 {
			width:189px;
		}
		.clearfix-rb-hpicos .one_third2:nth-child(2n+2) { 
			margin-right:0;
		}
		.clearfix-rb-hpicos .one_third2:last-child {
			width:100%;
			margin-right:0;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
				
		.responsive-menu{
			display:block;
			width:400px;
		}

		.home #pre-content {
			display:none;
		}
		
	}
