
/* 
=============================================================================
   Base
============================================================================= 
*/

#primary-menu ul li > a {
    font-weight: normal;
    font-size: 16px;
	}



/* 
=============================================================================
=============================================================================
   480px
============================================================================= 
============================================================================= 
*/

@media only screen and (min-width: 480px) {

/* --------------- Section 03 -------------------*/

.section03 .bottle_module p {
    padding-top: 28px;
	}

} /* === End 480px === */

/* 
=============================================================================
=============================================================================
   768px
============================================================================= 
============================================================================= 
*/

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

/* --------------- Hero -------------------*/

.hero .heading-block {
    padding:0 0 0 40px;
    }

/* --------------- Section 03 -------------------*/

.section03 .bottle_module p {
    padding-top: 8px;
	}

} /* === End 768px === */

/* 
=============================================================================
=============================================================================
   992px
============================================================================= 
============================================================================= 
*/

@media only screen and (min-width: 992px) {

/* --------------- Hero -------------------*/

.hero .heading-block {
    padding:0 0 0 70px;
    }

/* --------------- Section 01 -------------------*/

.section01 .text {
    padding:60px 0 0 0;
    }

} /* === End 992px === */


/* 
=============================================================================
=============================================================================
   1200px
============================================================================= 
============================================================================= 
*/

@media only screen and (min-width: 1200px) {

/* --------------- Hero -------------------*/

.hero .heading-block {
    padding:0 0 0 80px;
    }

/* --------------- Section 01 -------------------*/

.section01 .text {
    padding:70px 0 0 0;
    }

/* --------------- Section 03 -------------------*/

.section03 .bottle_module p {
    padding-top: 28px;
	}

} /* === End 1200px === */

/* 
=============================================================================
=============================================================================
   1300px
============================================================================= 
============================================================================= 
*/

@media only screen and (min-width: 1300px) {



} /* === End 1300px === */


/* 
=============================================================================
=============================================================================
   1600px
============================================================================= 
============================================================================= 
*/

@media only screen and (min-width: 1600px) {




} /* === End 1600px === */


/* ============= High resolution display ============== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {




}