/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1200px) {
		.logo-wrap{
				margin: 0 1.6%
		}
		
		.logo-wrap:last-child{
				margin-right: 0;
		}
		
		.item{
			height: 386px;
		}
}

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 1200px) {
		.navbar .navbar-nav>li{
				padding: 0 6px 3px;
				font-size: .9em;
		}
		
		.search-wrap{
			padding-left: 6px;
		}
		
		.slide-nav-wrapper{
			min-height: 394px;
		}
		
		.slide-nav-wrapper a{
			padding-bottom: 1px;
			margin-bottom: 1px;
		}
		
		.cycle-slideshow{
			height: 400px;
		}
		
		img.main-logo.stuck{
			margin-left: -107px;
		}
		
		.item{
			height: 343px;
		}
}

/* iPads  ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 991px)  {
	.navbar.navbar-sticky .navbar-nav>li:nth-child(5) {
		margin: 0 0 0 -3px;
  }
	 
	.navbar .navbar-nav>li {
		padding: 0 5px 3px;
  }
	.navbar.navbar-sticky .navbar-brand img{
		width: 100px;
	}
	
	img.main-logo.stuck {
		width: 100px;
		margin-left: -50px;
	}
	
	.navbar.navbar-sticky .navbar-brand{
		margin-left: -50px;
	}
		
	.navbar.navbar-sticky .navbar-nav{
		margin-top: 91px;
	}
		
	ul.nav-buy{
		margin-top: 93px;
	}
		
	.search-wrap{
		top: 91px;
	}
		
	.navbar.navbar-sticky .navbar-nav>li.back{
			top: 111px;
	}
		
	.slide-nav-wrapper{
		min-height: 303px;
		font-size: .75em;
		padding: 5px;
	}
		
	.cycle-slideshow{
		height: 300px;
	}
		
	.heading{
		font-size: .8em;
	}
	
	.item{
		height: 291px;
	}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* large phones/small tablets and below ----------- */
@media only screen 
and (max-width : 767px)  {
	.home .nav-hero{
		position: fixed;
		
		min-height: inherit;
	}
	
	.navbar-toggle{
		float: left;
		z-index: 999;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.navbar-toggle .icon-bar{
		background: #112E4C;
		height: 4px;
	}
	
	ul.nav-buy, .search-wrap{
		display: none;
	}
	
	img.main-logo{
		width: 65%;
		margin: auto;
		left: inherit;
		position: relative;;
	}
	
	img.main-logo.stuck{
		width: 95px;
		margin-left: -47px;
	}
	
	.video-logo{
		top: 20%;
	}
	
	.navbar.navbar-sticky.stuck{
		display: none;
	}
	
	.navbar.navbar-sticky.inside-nav{
		top: 0;
		position: absolute;
		background: none;
	}
	
	.navbar.navbar-sticky.stuck:hover, .navbar.navbar-sticky.inside-nav:hover{
		background: none;
	}
	
	.slide-nav-wrapper{
		border: 0;
	}
	
	.slide-nav{
		display: none;
	}
	
	section{
		padding: 40px 0;
	}
	
	.slide-nav-arrows{
		top: 36%;
		width: 96%;
	}
	
	.slide-nav-arrows .prev, .slide-nav-arrows .next{
		background-size: contain;
		width: 27px;
	}
	
	.btn{
		margin-top: 0;
	}
	
	section.separator h1{
		font-size: 2.5em;
	}
	
	section.separator h2{
		font-size: 1.5em;
	}
	
	section.separator{
		padding: 50px 0;
	}
	
	section.separator.separator-2{
		display: none;
	}
	
	.featured-blog-post h3{
		margin: 10px 0;
		font-size: 18px;
	}
	
	.featured-blog-post h3 a{
		color: #B63132;
	}
	
	.previous-posts h2{
		display: none;
	}
	
	h4{
		font-weight: 400;
		margin: 10px 0;
		font-size: 1.2em;
	}
	
	.previous-posts{
		margin-top: 20px;
	}
	
	.home table.em-calendar{
		display: none;
	}
	
	.home .month-name .cal-label{
		opacity: 0;
		padding-top: 0;
	}
	
	.sm-mobile{
		font-size: 2.4em;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.sm-mobile a{
		color: #fff;
		padding: 0 5px;
	}
	
	.navbar.navbar-sticky .navbar-brand img{
		width: 41%;
	}
	
	.navbar.navbar-sticky .navbar-brand{
		margin-left: -12%;
		top: -28px;
	}
	
	.search-wrap{
		float: right;
		border: 0;
	}
	
	.item{
		width: 45%;
	}
	
	.wrap{
		margin-top: 25px;
	}
	
	.wmle_container .wmle_item_holder.col3{
		width: 48% !important;
	}
	
	
	.cat-recipes .featured-recipe-text-wrap{
		height: auto !important;
	}
	
	.cat-recipes .featured-recipe-text{
		position: relative;
		bottom: inherit;
	}
	
	.cat-recipes #featured-recipe h2{
		margin-top: 15px;
	}
	
	.widget .tip{
		width: 200px;
		margin-top: 10px;
		position: relative;
		margin: 5px auto;
	}
	
	.widget h3{
		margin-top: 50px;
	}
	
	.crab-crawl{
		display: none;
	}
	
	.video-container{
		display: none;
	}
	
	section#home{
		background: url(../img/video-placeholder.jpg) no-repeat;
	}
	
	.slide-nav-wrapper {
		min-height: inherit;
	}
	
	.cycle-slideshow{
		
	}
	
	
	img.fish-swim-alt{
		display: none;
	}
	
	.col-wrap {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
	}

	.recipe{
		margin-bottom: 10px;
	}
		
	.css-select-moz{
		width: 100%;
		display: inline-block;
		margin-bottom: 10px;
	}
		
	.popover.left{
		left: 10px !important;
		margin: 0 !important;
	}
	
	#market_fresh-categoreis{
		display: none;
	}
	
	#sidebar{
		border-top: 1px solid #000;
		padding-top: 20px;
	}
	
	.home .mobile-search-box .search-form{
		width: 100%;
		z-index: 1000;
		position: fixed;
		top: 0;
	}
	
	.mobile-search-box .search-form{
		width: 100%;
		z-index: 1000;
		position: fixed;
		top: 40px;
	}
		
	.mobile-search-box .search-form input[type=search]{
		width: 100%;
	}
	
	.mobile-search-box #searchform{
		width: 92%;
		margin: auto;
	}
	
	.mobile-search-box .search-form input[type=submit]{
		display: none;
	}
	
	div.css-search div.em-search-advanced label{
		min-width: 77px !important;
	}
	
	.em-location-map-container{
		height: 220px !important;
	}
	
	.heading{
		font-size: .7em;
	}
	
	.item{
		height: 432px;
	}
}


/* iPhones  ----------- */
@media only screen 
and (max-width : 480px) {
	.item{
		width: 95%;
		height: 457px;
	}
	
	.wmle_container .wmle_item_holder.col3 {
		width: 100% !important;
	}
	
	.heading{
		left: 15%;
	}
	
	.col-xs-6{
		width: 100%;
	}
	
	.cycle-slideshow {
		height: 200px;
	}
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}