@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");


@charset "UTF-8";
*, *:before, *:after {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
  color: inherit;
  font-size: 100%;
  font: inherit;
  text-decoration: none;
  vertical-align: baseline; }


/* latin-ext */
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url(https://fonts.gstatic.com/s/fjallaone/v6/Yq6R-LCAWCX3-6Ky7FAFrO96lDouQb5-6g.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url(https://fonts.gstatic.com/s/fjallaone/v6/Yq6R-LCAWCX3-6Ky7FAFrOF6lDouQb4.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




body {
	width:100%;
	height:100%;
	position:relative;
	color:#000000;
	background: #ffffff;    
    font-family: "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    
     font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bolder;
	margin:0 0 5px 0;
	font-family: "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

p {
	margin:0 0 5px 0;
    font-family: "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

h1 {
    font-size: 20px;
	line-height: 22px;
}

h2 {
    font-size: 18px; 
}

h3 {
    font-size: 16px; 
}

h4 {
    font-size: 14px; 
}

h5 {
    font-size: 14px; 
}

h6 {
    font-size: 14px; 
}

p {
    font-size: 14px; 
}

td {
	font-size: 14px;
}

strong {
	font-weight: bold;
}

a {
	color:inherit;
}

em {
	font-style: italic;
}

input {
    border-radius: 0;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-70 {
	opacity: 0.7;
}

.opacity-80 {
	opacity: 0.8;
}

.gold {
	color: #fbba00;
}

.dark-gold {
	color: #977300;
}

.white {
	color: #ffffff;
}

.black {
	color: #000000;
}

.red-text {
	color:#e4022e;
}



.white-bkgrnd {
	background: #ffffff;
}

.red-bkgrnd {
	background:#e4022e;
}

.black-bkgrnd {
	background:#000000;
}


/* PAGE ACTIVE LINKS */


.clear {
	clear:both;	
}

.position {
	position: relative;
}

.width {
	width:100%;
	height: auto;
}

.fullbar {
	width:100%;
	height:auto;
	display: block;
}

.container {
	position:relative;
	min-height:auto;
	overflow: visible;
}

.padding-top {
	padding-top: 30px;
}

.padding-top-small {
	padding-top:10px;
}

.padding-bottom {
	padding-bottom:30px;
}

.padding-bottom-small {
	padding-bottom:10px;
}


.x-logo {
    position: absolute;
    top: 0;
    left: 50px;
}



/* HOMEPAGE */
/* Style the tab */
.tabhomepage {
	padding-top: 15px;
    overflow: hidden;
}


/* Style the buttons inside the tab */
.tabhomepage button {
	width: 21.5%;
    margin:10px 1.75%;
    background: #d0d0d0;	
	color: #000000;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 8px;
    transition: 0.3s;
    font-size: 17px;
    text-align:center;
	position: relative;
}

.tabhomepage button h3 {
	margin:0;
    font-size: 0.7em;
}

/* Change background color of buttons on hover */
.tabhomepage button:hover, .tabhomepage button:focus {
    background-color: #898989;
    color:#ffffff;
}

/* Create an active/current tablink class */
.tabhomepage button.active {
    background-color: #898989;
    color:#ffffff;
}


/* Column sizes */

.column {
	height: auto;
	position:relative;
}

/* Column Margins sizes */	
	
	.margin-right-5 {
		margin:0 5% 0 0;
	}
	
	.margin-right-10 {
		margin:0 10% 0 0;
	}
	
	.margin-left-5 {
		margin:0 0 0 5%;
	}
	
	.margin-left-10 {
		margin:0  0 0 10%;
	}

	.margin-top-2 {
		margin:2% 0 0 0;
	}

	.margin-top-5 {
		margin:5% 0 0 0;
	}
	
	.margin-top-10 {
		margin:10%  0 0 0;
	}


.product-button-home {
	font-size:45%;
	cursor:pointer;
	background: #d0d0d0;
	margin: -5px 0 0 0; 
	padding: 0 25px;
	text-align: center;
	float: right;
	color: #000000;
	margin-right: 2%;
}

.product-button-home:hover, .product-button-home:focus {
	background: #898989;
	color: #ffffff;
}


/* PROMO BANNERS */

.promo-banner {
    height: auto;
    padding: 0;
    margin: 0;
    float: left;
    overflow: hidden;
}

.promo-banner img {
    cursor: pointer;
}

.promo-banner img:hover {
    opacity: 0.5;
}



/* TABLE STYLING */

#x-savings {
  border-collapse: collapse;
  width: 100%;
    font-size: 14px;
	text-align: center;
    
}

#x-savings td, #x-savings th {
  padding: 8px;
}

#x-savings tr:nth-child(even){background-color: #f2f2f2;}

#x-savings tr:hover {background-color: #ddd;}

#x-savings th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #878787;
  color: #ffffff;
font-weight: bold;
}

#gfx-savings {
  border-collapse: collapse;
  width: 100%;
    font-size: 14px;
	text-align: center;
    
}

#gfx-savings td, #gfx-savings th {
  padding: 8px;
}

#gfx-savings tr:nth-child(even){background-color: #f2f2f2;}

#gfx-savings tr:hover {background-color: #ddd;}

#gfx-savings th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #e4022e;
  color: #ffffff;
font-weight: bold;
}


.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}


/* FOOTER */

.terms-text {
    font-size: 10px;
    line-height: 12px;
    text-align: justify;
    padding: 12px 0;
}

.terms-text a {
    color: #e4022e;
}




