/* BEGIN max width 1280px */
@media (max-width: 1280px) {
	.footer .footer-jar {
    left: -130px;
	}
}
/* END max width 1280px */

/* BEGIN max width 1200px */
@media (max-width: 1200px) {
	.content-form-page .control-label {
		padding-left: 30px;
		padding-bottom: 5px;
	}
	.content-form-page .col-md-offset-4 {
		margin-left: 15px;
	}
	.content-form-page .pull-right {
		float: left !important;
	}

	.quote-v1 span {
		font-size: 20px;
	}
}
/* END max width 1200px */

/* BEGIN min width 1025px */
@media (min-width: 1025px) {
	/*** to click drop menu ***/
	.header-navigation > ul > li:hover > .dropdown-menu {
	  display: block;
	}
	.header .header-navigation {
		display: block !important;
	}
}
/* END min width 1025px */

/* BEGIN min width 1025px max width 1205 */
@media (min-width: 1025px) and (max-width: 1205px) {
	body.page-header-fixed {
		padding-top: 121px !important; /* height of the header */
	}
	.reduce-header .header-navigation {
		margin-top: -6px;
	}
	.header .header-navigation > ul > li {
		margin-right: 27px;
	}
	.header .header-navigation > ul > li > a {
		padding: 5px 0 18px;
	}
	.reduce-header .header-navigation > ul > li > a {
		padding-bottom: 13px;	
	}
	.header .header-navigation > ul > li.active > a, .header .header-navigation > ul > li > a:hover, .header .header-navigation > ul > li > a:focus, .header .header-navigation > ul > li.open > a, .header .header-navigation > ul > li.open > a:hover, .header .header-navigation > ul > li.open > a:focus {
		background: none;
	}
	.header-navigation > ul > li.dropdown:hover > a:after {
		margin-left: 10px;
	}

	.dropdown-fix-right .dropdown-menu {
		left: 0;
		right: auto;
	}
	.site-logo
	{
		margin-bottom:0px;
	}
}
/* END min width 1025px max width 1205 */

/* BEGIN max width 1024px */
@media (max-width: 1024px) {
		.header-navigation ul li {
		float: left;
	}
	body.page-header-fixed {
		padding-top: 107px !important; /* height of the header */
	}
	.site-logo
	{
		float:left;
	}
	.header .mobi-toggler {
		display: block;
	}
	.header
	{
		padding:0px 0px 0px;
	}
	.header .header-navigation {
		float: none !important;		
		display: none;
		clear: both;
		color:#fff;
		background: #1a1f5d;
		padding: 0 20px;
		margin: 0 20px 25px;
		font-size: 16px;
	}
	.header .header-navigation li {
		float: none;
		padding: 0;
		clear: both;
		display:block;
		text-align:left;
	}
	.header .header-navigation li > a,
	.header .dropdown.open .dropdown-toggle,
	.header .header-navigation li.open > a {
		border-bottom: 1px solid #333982 !important;
		padding: 8px 10px 9px 20px;
		margin: 0 -10px;
		position: relative;
		color: #fff !important;
	}
	.header .header-navigation li > a:hover,
	.header .header-navigation li.active > a,
	.header .header-navigation li.open > a:hover {
		border-bottom: 1px solid #333982 !important;
		background: none !important;
		color: #fff !important;
		text-decoration: none;
	}

	.header-navigation > ul > li.dropdown:hover > a:after {
	    border: none;
	}

	.header-navigation > ul > li > a > i.fa-angle-down {
		display: block;
		float: right;
		margin: 3px 0 0;
	}

	/* dropdown menu */
	.header-navigation .dropdown-menu,
	.header-navigation > ul > li > .dropdown-menu {
		position: static;
		width: 100%;
		margin: 0;
		border: none;
		box-shadow: none;
		background: none;		
		margin-top: 0;
		border-top: none;
		z-index: 22;
	}
	.header-navigation .dropdown-menu li {
		border: none !important;
		margin-left: 20px;
	}
	.header-navigation .dropdown-menu li > a {
		padding: 10px 10px 9px;
		z-index: 999;
		position: relative;
	}
	.header-navigation .dropdown-menu li > a > i {
		display: none;
	}

	.header-navigation .dropdown-menu .dropdown-menu {
		display: block;
	}
	.page-header-fixed .header-navigation {
		height: 300px;
		overflow: auto;
	}
.front-carousel .carousel-caption {
  font-size:4vw;
  line-height:4vh;
}
.content-slider .carousel-caption {
    bottom: 109px;
}
.product-item p
{
	margin-right:80px;
}
    .product-item img {
        max-width:75%;
    }
}
/* END max width 1024px */

/* BEGIN max width 992px */	
@media (max-width: 992px) {
	.product-item p {
    margin-right: 80px;
	}

.carousel img {
		width: 100%;
	}
	.footer .footer_content {
    	text-align: right;
	}
	.footer
	{
		padding: 20px 0 20px;
	}
}
/* END max width 992px */

/* BEGIN max width 990px */	
@media (max-width: 990px) {
	.product-item p {
    margin-right: 15px;
	}
.product-item img {
    right: -16px;
}
.product-item .green-bg, .product-item .orang-bg, .product-item .red-bg, .product-item .yellow-bg
{
	padding: 25px 0 100px 20px;
}
}
/* END max width 990px */


/* BEGIN max width 980px */	
@media (max-width: 980px) {
	.flavors .owl-carousel {
    	padding: 0 20px;
	}
	.flavors .owl-buttons .owl-prev
	{
    	left: 0;
	}
	.flavors .owl-buttons .owl-next 
	{
		right:0;
	}
}
/* END max width 980px */


/* BEGIN max width 800px */
@media (max-width: 800px) {
.nuts-bg, .recipe-bg
	{
		background:none;
	}
.footer .footer-jar
{
	left: -150px;
}
}
/* END max width 800px */


/* BEGIN max width 768px */
@media (max-width: 768px) {
	.pre-header .pull-right li:first-child {
		padding-left: 0;
	}
	.ecommerce .pre-footer-subscribe-box form {
		float: none;
		width: auto;
	}

	.header .header-navigation {
		margin: 0 -10px 0;
		padding: 0 10px;
	}
	.header-navigation-content {
		min-width: 100px;

	}

	.sidebar {
		margin-bottom: 40px;
	}
	.sidebar___removed {
		margin-bottom: 40px;
	}
	.sidebar-menu .fa-angle-right {
		display: inline-block;
	}
	.pre-footer .pull-right,
	.footer .pull-right {
		float: none !important;
	}
	.pre-footer .pull-right,
	.footer .pull-right {
		padding-top: 15px;
	}
	.footer .list-inline > li {
		padding-left: 0;
		margin-right: 5px;
	}
	.form-info {
		border-left: none;
		padding-left: 0;
		padding-top: 30px;
		border-top: 1px solid #E4E6E8;
		margin-bottom: 0;
	}

	.sidebar-products .item {
		float: left;
		width: 48%;
		margin-bottom: 20px;
		padding: 0 10px 10px;
	}
	.sidebar-products img {
		width: 100%;
		height: auto;
	}
	.list-view-sorting {
		/*background: #fff;*/
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.list-view-sorting .col-md-10 {
		padding-right: 0;
	}
	.product-other-images {
		margin-bottom: 40px;
	}
	.product-page-options .pull-left {
		margin-bottom: 0;
	}
	.product-item .img-responsive {
		width: 100%;
	}
	.pagination {
		float: left !important;
		padding-top: 10px;
	}
	.pagination > li {
		margin-left: 0;
		margin-right: 5px;
	}

	.pre-footer .margin-bottom-40 {
		margin-bottom: 0;
	}
	.pro-home .title
	{
		background:none;
		color:#c1222f;
		width:auto;
		padding:0px;
		text-transform:uppercase;
	}
}
/* END max width 768px */
/* BEGIN max width 700px */
@media (max-width: 700px) {
	.nav-tabs
	{
		margin-bottom:25px;
	}
	.nav-tabs > li
	{
		display:inline-block;
	}
	.sidebar-menu {
    	margin: 30px 0 0;
	}
	.main-product
	{
		border-left:none;
		border-top:1px solid #e9e9e9;
		padding-top: 30px;
	}
.pro-tit a
	{
		font-size: 2vw;
	}
}
/* END max width 700px */

/* BEGIN max width 600px */
@media (max-width: 600px) {
	.product-item p {
    color: #fff;
    margin-right: 135px;
	}
	.footer .footer_content ul
	{
		text-align:left;
	}
	.footer .social-bottom
	{
		text-align:left;
	}
	#topcontrol {
    display: none;
}
	.content-slider .carousel-caption {
		bottom: 80px;
		padding: 0;
	}
	.front-carousel .carousel-caption {
		font-size: 4vw;
		line-height: inherit;
	}
	.pro-sec .pro-img {
		text-align: left;
		margin-top:15px;
	}
	.pro-tit h1
	{
		font-size: 6vw;
	}
	.pro-tit a
	{
		font-size: 3vw;
	}
	.pro-sec .pro-brief {
    border-top: 1px solid #fff;
	border-left: none;
    padding: 15px 0 0;
	margin: 40px 0 0;
}
.sec-tit h1 {
    font-size: 60px;
    line-height: 70px;
}
.sec-tit h2 {
    font-size: 24px;
}
section.products
{
	padding: 30px 0px 50px;
}

}

/* END max width 600px */

/* BEGIN max width 480px */
@media (max-width: 480px) {
	.header
	{
		padding-bottom:0px;
		background: none;
	}
	.site-logo
	{
		margin:10px 0px;
	}
	.header .mobi-toggler
	{
		margin-top:20px;
	}
	.front-carousel .carousel-caption
	{
		padding:0px;
	}
	.breadcrumb span {
    bottom: -8px;
	}
	.breadcrumb h1 {
    float: none;
	}
	.breadcrumb ul {
    display: block;
    float: none;
    margin-top: 20px;
}
}
/* END max width 480px */

/* BEGIN max width 450px */
@media (max-width: 450px) {
	a.more-bt, .form-bt {
    padding: 13px 37px 20px;
	}
}
/* END max width 450px */
/* BEGIN max width 360px */
@media (max-width: 360px) {
	.content-slider .carousel-caption {
    bottom: 42px;
    padding: 0;
}
}
/* END max width 360px */

/* BEGIN max width 330px */
@media (max-width: 330px) {
	.top-cart-content {
		width: 280px;
	}
	.product-item h1
	{
		height:inherit;
	}
}
/* END max width 330px */

/* BEGIN max width 320px */
@media (max-width: 320px) {
	.site-logo {
		margin-right: 0;
		float: inherit;
	}
.site-logo img
{
	width:76%;
}
	.content-form-page .btn-default {
		margin-top: 10px;
	}
	.product-page-options .pull-left {
		margin-bottom: 10px;
	}
	.product-item p {
    margin-right: 80px;
}
.product-item h1 {
    font-size: 30px;
}
.sec-tit h1 {
    font-size: 30px;
    line-height: 30px;
}
.sec-tit h2 {
    font-size: 18px;
}
.welcome h1
{
	-webkit-text-stroke: 1px #f1e610;	
}
}
/* END max width 320px */
/* BEGIN max width 240px */
@media (max-width: 240px) {
.check_btn
{
	background-color:#e8c172;
	padding: 4px 10px;
	width:inherit;
	font-size: 18px;
}
.single-nutritions li
{
	font-size:13px;
}
}
/* END max width 240px */



