/* --------------------------------------------------------	*/
/*	Fonts */
/* --------------------------------------------------------	*/



@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novaregular_italic';
    src: url('../fonts/proximanova-regularitalic-webfont.eot');
    src: url('../fonts/proximanova-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regularitalic-webfont.woff') format('woff'),
         url('../fonts/proximanova-regularitalic-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regularitalic-webfont.svg#proxima_novaregular_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novalight_italic';
    src: url('../fonts/proximanova-lightitalic-webfont.eot');
    src: url('../fonts/proximanova-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-lightitalic-webfont.woff') format('woff'),
         url('../fonts/proximanova-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-lightitalic-webfont.svg#proxima_novalight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


::-moz-selection { background: #353648; color: #ffffff; text-shadow: none; }
::selection { background: #353648; color: #ffffff; text-shadow: none; }
:focus { outline-color: transparent!important; outline-style: none!important; }

html {
	overflow-y:scroll;
	background:#ffffff;	
}

body {
	margin: 0;
	padding: 0;              
    color: #4c4c4c;
    font-family: "proxima_novalight",Arial,sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    background: #f3f3f3;
    -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;	
	 cursor:default;

}

.main {
    margin-top:25px;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'sansationregular',Helvetica,Arial,sans-serif;
   font-weight: 300;
   color:#353648;
   line-height:1.6em;    
   margin:0px;
   margin-bottom:10px;
   padding:0px;
   clear:both;
}

h1 {
    font-size:4rem;
}

h2 {
  font-family: 'sansationregular',Helvetica,Arial,sans-serif;
  font-size:3rem;

}

.h2-container{
  position:relative;
  text-align:center;
  margin:0px;
  padding:0px;
}

.h2-container h2{
  position:relative;
  font-size:34px;
  color:#292B38;
  background:#ffffff;
  display:inline;
  padding-left:20px;
  padding-right:20px; 
  z-index:20; 
}

.h2-container .h2-line{
  position:absolute;
  top:30px;
  left:0px;
  height:1px;
  width:100%;
  background:#292B38;
  z-index:1;
}

.h2-container .h2-line-left{
  position:absolute;
  display:block;
  top:20px;
  left:0px;
  height:20px;
  border-left:1px solid #292B38;
}

.h2-container .h2-line-right{
  position:absolute;
  display:block;
  top:20px;
  right:0px;
  height:20px;
  border-right:1px solid #292B38;
}


h3 {
  font-size:2.4rem;
  font-weight:400; 
  font-weight:500; 
}

h4 {
  font-size:22px;
  font-weight:400; 
}

h5 {
  font-family: 'Open Sans', sans-serif;
  font-size:15px;
  text-transform:uppercase;
  font-weight:400; 
}    

h6 {
  font-family: 'Open Sans', sans-serif;
  font-size:17px;
}    

hr {
  background:#e9ecef;
  height:1px;
  margin:0px 0px 15px 0px;
  border:0px;
}

p {
  margin:0px 0px 25px 0px !important;
} 

ul {
  padding:0px;
}



input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color:#8c9aaa;
}

blockquote {   
  position:relative;   
  font-size:16px;
  font-style:italic;  
  color:#8c9aaa;
  padding:0px 20px;
  border-left:5px solid #e3e7eb; 
  clear:both;
}

a {
  color:#404f8f;
  text-decoration:none;
  background: transparent;
}

a:hover {
  color:#0f1a49;
  text-decoration:none;
}


/* Header */

header {
    padding:15px 0px;
    background: #ffffff;
}

header .logo {
    padding-top:10px;
}

header .logo img {

}

header .contents {
    text-align:center;
}

header .contents .top {
    color: #1e82a8;
    font-family: 'Kaushan Script', Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 1.3em;
    transition: all 0.6s ease 0s;
    margin-bottom: 15px;
}

header .contents .bottom {
    font-size: 1em;
    color: #1e82a8;
    line-height: 1.5;
}

header .links {
    padding-top: 30px;    
    color: #1e82a8;
}

header .links a {
    color: #1e82a8;
    font-size:14px;
}

#top_image {
    position: relative;
}

#top_image .contents {
    position: absolute;
    z-index: 1;
    margin-top: 20%;
    font-size: 2.4rem;
    text-transform: uppercase;
    line-height: 1.5
}

#top_image .contents .top {
    padding-bottom: 30px;
    font-family: "proxima_nova_rgbold",Arial,sans-serif;
    color: #ffffff;
}

#top_image .contents .bottom {
    color: #9dcb47;
}

#top_image .image {
    position: relative;
}

#top_image .image img {
    width:100%;
}

#top_image .btn {
    color: #fff;
    background-color: #ffbb00;
    box-shadow: 0px 4px 0px 0px #c7950d;
    border: 0px;
    font-family: 'proxima_novalight', Arial, sans-serif;
    font-weight: 400;
    padding: 12px 20px;
    font-size: 17px;
    line-height: 20px;
    margin-top: 30px;
    float: right;
}

#oil_offers {
    margin-top: 40px;
    font-family: "proxima_novalight",Arial,sans-serif;
}

.container {
    background: #ffffff;
}

#oil_offers .container {
    padding-bottom:30px;
}

#oil_offers .container .list-item {
    font-size: 2.2rem;
    clear:both;
    padding: 10px 35px;
}

#oil_offers .container .list-item .image {
    text-align:center;
}

#oil_offers .title {
    font-family: 'Kaushan Script', Arial, sans-serif; 
    color: #1e82a8;
    font-size: 5rem;
    line-height: 70px;
    padding: 10px 0 0;
    transition: all 0.6s ease 0s;
    text-align: center;
}

#oil_offers .container .item-1 ul {
    padding-left: 90px;
}

#oil_offers .container .item-1 ul li {
    list-style: none;
    font-size: 18px;
    height:90px;
    padding:10px 0px;
}

#oil_offers .container .item-1 ul li:before {
    display: inline-block;
    float:left;
    content:"";
    background: url('images/list-icon.png') no-repeat;
    width:70px;
    height:70px;
    margin-left:-90px;
    clear:both;
}

#oil_offers .container .item-1 ul li p {
    display: inline-block;
    float: left;
    font-family: "proxima_novaregular";
    font-size: 2rem;
    line-height: 1.5;
    margin: 0;
    padding-top: 9px;
}

#oil_offers .container .item-2 .bottom-line {
    border-bottom: 5px #f8f8f8 solid;
}

#oil_offers .sub-title {
    font-family: 'Kaushan Script', Arial, sans-serif; 
    color: #1e82a8;
    font-size: 4rem;
    transition: all 0.6s ease 0s;
    padding:20px 0px 10px;
}

#oil_offers span.bold {
    font-weight:bold;
}

#oil_offers .contents .col-sm-5 {
    padding-left: 0px;
}

#oil_offers .contents .col-sm-7 {
    padding-right:0px;
}

#oil_offers .contents .line-1 {
    font-family: 'proxima_novasemibold';
    padding:10px;
    background: #e7dcdc;
    font-size:1.8rem;
    display:table;
    width:100%;
    margin-bottom:10px;
}

#oil_offers .contents .line-1 .left {
    display:inline-table;
    float:left;
    text-transform:uppercase;
}

#oil_offers .contents .line-1 .right {
    display:inline-table;
    float:right;
}

#oil_offers .contents .line-2 {
    margin-bottom:20px;
}

#oil_offers .contents .line-2 a {
    display:block;
    padding: 15px 20px;
    width: 100%;
}

#oil_offers .contents .line-2 a:hover {
    background-color: #e78934;
}

#oil_offers .contents .col-sm-7 {
    margin-bottom:20px;
}

#oil_offers .contents .col-sm-7 .line-3 {
    font-size: 1.4rem;
    text-align:right;
}

#why {
    font-family: "proxima_novalight",Arial,sans-serif;
    color:#333333;
    margin-top: 40px;
}

#why .container {
    padding:20px 15px;
}

#why .sub-title {
    font-family: 'Kaushan Script', Arial, sans-serif; 
    color: #1e82a8;
    transition: all 0.6s ease 0s;
    padding:20px 0px 10px;
}

#why ul {
    margin-top:15px;
    padding-left:45px;
}

#why ul li {
    list-style:none;
}

#why ul li::before {
    display: inline-block;
    float: left;
    content: "";
    background: url("images/list-icon.png") no-repeat scroll 0% 0% transparent;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    margin-right: 0px;
    margin-left:-45px;
}

ul {
    margin-top: 15px;
    padding-left: 45px;
}

 ul li {
    list-style:none;
}

 ul li::before {
    display: inline-block;
    float: left;
    content: "";
    background: url("images/list-icon.png") no-repeat scroll 0% 0% transparent;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    margin-right: 0px;
    margin-left:-45px;
}

.btn {
	border:1px solid #09a6b2;
	padding:10px 18px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	border-radius:3px;
	
	
}

.btn-lg {
  padding: 11px 22px;
  font-size: 15px;
  line-height: 22px;
  border-radius: 3px;
}

.btn:focus {
  outline:none;
}

.btn:active,
.btn.active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}



/* custom btn color */
.btn-custom {
  color: #fff;
  border-radius: 4px 4px 4px 4px !important; 
  background-color: #ffbb00;
  border-color: transparent;
  -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
	color: #fff;
	background-color: #ffbb00 !important;
	border-color: transparent;
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
	background-image: none;
}

.btn-submit {
    color:#fff;
    background-color: #ffbb00;
	box-shadow: 0px 4px 0px 0px #c7950d;
    border:0px;
	 font-family: 'proxima_nova_rgregular', Arial, sans-serif;
	 font-size:1.2em;
	 font-weight:400;
}

.btn-submit:hover {
    background-color: #e78934;
    color:#fff;
}

.flt-btn{
	margin-top: 15px;
	margin-right: 10px;
	padding: 15px 15px;
	font-size: 30px;
	line-height: 100%;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	color: #fff;
	width:100%;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-ms-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
.flt-btn:active {
	padding-top: 15px;
        margin-bottom: -1px;
}
.flt-btn, .flt-btn:hover, .flt-btn:active {
	outline: 0 none;
	text-decoration: none;
	color: #fff;
}

.flt-btn-1 {
	background-color: #218db6;
	box-shadow: 0px 6px 0px 0px #1b7395;
}
.flt-btn-1:hover {
	background-color: #1e82a8;
}
.flt-btn-1:active {
	box-shadow: 0px 1px 0px 0px #218db6;
}


.order-btn{
    font-family: 'proxima_novasemibold';
	margin-top: 15px;
	margin-right: 10px;
	font-size: 2.4rem;
    padding: 15px 0;
	line-height: 100%;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	color: #fff;
	width:auto;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-ms-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
.order-btn:active {
	padding-top: 15px;
        margin-bottom: -1px;
}
.order-btn, .order-btn:hover, .order-btn:active {
	outline: 0 none;
	text-decoration: none;
	color: #fff;
}

.flt-btn-2 {
	background-color: #ffbb00;
	box-shadow: 0px 6px 0px 0px #c7950d;
    padding:15px 50px;
}
.flt-btn-2:hover {
	background-color: #e2a600;
}
.flt-btn-2:active {
	box-shadow: 0px 1px 0px 0px #1e82a8;
}

.buy-now {
margin-top: -2px;
	 font-size: 1.6em;
    padding:10px 0;
	line-height: 100%;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	color: #fff;
	width:100%;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-ms-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	background-color: #ffbb00;
    border: #ffbb00;
	box-shadow: 0px 6px 0px 0px #c7950d;
    width:210px;
}
.buy-now:hover {
	background-color: #e2a600;
}
.buy-now:active {
	box-shadow: 0px 1px 0px 0px #1e82a8;
}

th{padding:10px 0 10px 0;}

.add-to-cart-now {

font-family: "Helvetica Neue",Helvetica,sans-serif;
font-size: 1em;
font-weight: bold;
line-height: 100%!important;
margin: 8px -1px 15px 0!important;
padding: 8px 0!important;
width: 83% !important;


}


.btn-custom-2 {
	background: none repeat scroll 0 0 #f79238 !important;
    border: medium none;
    box-shadow: 6px 6px 1px 0 #dfe1e5;
    color: #ffffff !important;
    
    font-size: 1.6em;
    padding: 15px 0;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.25s ease 0s;
    width: 100%;
}

.btn-custom-2:hover {
	background: none repeat scroll 0 0 #f79238 !important;
    border: medium none;
    box-shadow: 6px 6px 1px 0 #dfe1e5;
    color: #ffffff !important;
    font-size: 1.6em;
    padding: 15px 0;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.25s ease 0s;
    width: 100%;
}



.btn-custom-2:active,
.btn-custom-2.active,
.open .dropdown-toggle.btn-custom-2 {
	background-image: none;
}

.btn-custom-3 {
background: none repeat scroll 0 0 #f79238 !important;
    border: medium none;
    box-shadow: 6px 6px 1px 0 #dfe1e5;
    color: #ffffff !important;
    padding: 15px 0;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.25s ease 0s;
  
}

.btn-custom-3:hover,
.btn-custom-3:focus,
.btn-custom-3:active,
.btn-custom-3.active,
.open .dropdown-toggle.btn-custom-3 {
background: none repeat scroll 0 0 #f79238 !important;
    border: medium none;
    box-shadow: 6px 6px 1px 0 #dfe1e5;
    color: #ffffff !important;
    padding: 15px 0;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.25s ease 0s;
}

.btn-custom-3:active,
.btn-custom-3.active,
.open .dropdown-toggle.btn-custom-2 {
	background-image: none;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow:none;
          box-shadow:none;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
}

#why .btn {
    display:inline-block;
    text-align:center;
    color:#ffffff;
    background-color: #FB0;
    box-shadow: 0px 4px 0px 0px #C7950D;
    border: 0px none;
    font-family: "proxima_novalight",Arial,sans-serif;
    font-weight: 400;
    padding: 12px 30px;
    font-size: 17px;
    line-height: 20px;
    float:right;
}

#why .btn:hover {
    background-color: #e78934;
}

#why .footer {
    padding-top:40px;
    text-align:center;
}

#why .footer .top {
    font-size: 3rem;
    color:#1e82a8;
    line-height: 42px;
}

#why .footer .top .green {
    font-family: 'proxima_novaregular';
    color:#a3d179;
}

#why .footer .bottom {
    padding-top:30px;
}

#why .footer a {
    color:#34c938;
}

#benefits {
    font-family: "proxima_novalight",Arial,sans-serif;
    color:#333333;
     margin-top: 50px;
}

 #benefits .container {
    padding:20px 15px;
}

#benefits .sub-title {
    font-family: 'Kaushan Script', Arial, sans-serif; 
    color: #1e82a8;
    font-size: 28px;
    line-height: 1.3em;
    transition: all 0.6s ease 0s;
    padding:20px 0px 10px;
}

#benefits .btn {
    display:inline-block;
    text-align:center;
    color:#ffffff;
    background-color: #FB0;
    box-shadow: 0px 4px 0px 0px #C7950D;
    border: 0px none;
    font-family: "proxima_novalight",Arial,sans-serif;
    font-weight: 400;
    padding: 12px 30px;
    font-size: 17px;
    line-height: 20px;
    float:right;
}

#benefits .btn:hover {
    background-color: #e78934;
}

#online {
    font-family: 'proxima_novaregular';
    margin-top:80px;
    background: #ffffff;
    font-size: 3.2rem;
    line-height: 40px;
    padding: 15px 0 0;
}

#online .container {
    position:relative;
    padding-bottom:20px;
}

#online .image {
    position:absolute;
    width: 120%;
    top:-50px;
    right:0px;
    z-index:1;
}

#online .line-1 {
    font-size:56px;
    line-height:54px;
    color:#1e82a8;
    padding:10px 0;
    font-family: "proxima_novasemibold",Arial,sans-serif;
}

#online .line-2 span {
    color:#1e82a8;
     font-family: "proxima_novasemibold",Arial,sans-serif;
}

#online .line-3 a {
    color:#ffbb00;
    font-family: 'proxima_novaregular';
}

#online .footer {
    background: url(images/online-bg.jpg) repeat-x;
    height:115px;
    position:relative;
}

footer {
    background: #ffffff;
    padding: 10px 0px;
}

footer .line-1 {
    color: #333333;
}

footer .line-1 a {
    font-family: 'proxima_novasemibold';
    color: #2b4e88;
}
footer .sub-title {
    font-family: 'proxima_novaregular'; 
    color: #1e82a8;
    font-size: 2.4rem;
    transition: all 0.6s ease 0s;
    padding:20px 0px 10px;
    min-height: 60px;
}

footer .map-australia {
    background:url('images/map-australia.png') right top no-repeat;
    min-height:240px;
}

footer .map {
    padding:0px;
}

footer #footer-message {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    color: #F00;
    padding: 10px 0px;
    margin-top:20px;
    font-size: 1.1em;
    font-style: italic;
    text-align: center;
}

footer .copyright-menu {
    margin-top: 0px;
}

footer .copyright-menu ul li {
    list-style: none;
    display: inline;
}

footer #footer-bottom {
    padding-top:15px;
    font-size:14px;
}

footer ul li::before {
    content: none;
}

footer .line-4 {
    font-size: 1.2rem;
    padding: 30px 0px;
}

.highlight {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
     font-size:16px;
     min-height: 170px;
}

@media ( min-width: 992px ) and ( max-width: 1200px ) {

    #top_image .contents {
        margin-top: 10%;
        font-size:18px;
    }
    #top_image .contents .top {
        padding: 20px;
    }

    #online .image {
        top: -50px;
        width:120%;
    }
}

@media (min-width: 768px ) and ( max-width: 991px ) {
     #top_image .contents {
        margin-top: 10%;
        font-size:14px;
    }
    #top_image .contents .top {
        padding: 15px;
    }

    #top_image .btn {
        margin-top:15px;
    }

    #online {
        font-size:20px;
    }

    #online .line-1 {
        font-size:32px;
        line-height:36px;
    }

    #online .image {
        width:150%;
        top:-40px;
    }

    footer .sub-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    header .logo {
        margin: 0 auto;
        text-align: center;
    }

    header .links {
        padding-top: 10px;
        text-align:center;
    }

    #top_image .contents {
        margin-top: 3%;
        font-size: 14px;
    }

    #top_image .contents .top {
        padding: 10px;
    }

    #top_image .btn {
        margin-top: 15px;
    }

    #oil_offers .title {
        padding: 10px 0px;
    }

    #oil_offers .container .list-item .image img {
        margin: 0px auto;
    }

    #oil_offers .container .list-item {
        padding:10px;
    }

    #oil_offers .contents .col-sm-5,
    #oil_offers .contents .col-sm-7 {
        padding:0px;
    }

    #online {
        margin-top: 20px;
        text-align: center;
    }

    #online .image {
        position:relative;
        width: 100%;
        margin-top: 20px;
        top: 0px;
    }

    #online .image img {
        margin: 0 auto;
    }

    #online .footer {
        margin-top: -80px;
    }

    footer {
        text-align:center;
    }

    footer .image img {
        margin:0 auto;
    }
}

@media (max-width: 480px) {

    header .logo {
        float:none;
        display:block;
    }

    header .contents .top {
        font-size: 2.4rem;
    }

    .logo.clearfix img {
        float:none;
        margin: 0 auto;
    }

    #top_image {
        background:#f8f8f8;
        position:relative;
        margin-top:0px;
    }

    #top_image .container{
        background:#f8f8f8;
        background:url('images/Singapore_top_image.jpg') top center no-repeat;
        background-size:cover;
        padding-bottom: 20px;
    }

    #top_image .contents {
        position:relative;
    }

    #top_image .contents .top {
        text-align:center;
        background-size:contain;
    }

    #top_image .btn {
        width:100%;
    }

    #top_image .image {
        display:none;
    }

    #oil_offers .title {
        font-size: 2rem;
    }

    .order-btn {
        width: 100%;
    }

    footer .map {
        margin-top: 15px;
    }

    footer .sub-title {
        min-height: initial;
    }

    .highlight {
        margin-bottom: 15px;
    }

    footer .line-4 {
        padding-top: 0px;
    }

    #oil_offers .container .item-1 ul li p {
        padding-top: 0px;
    }

    #oil_offers .sub-title {
        font-size: 3rem;
    }
}