	* {
	  margin: 0;
	  padding: 0;
}
	html,
	body {
	  height: 100%;
	  width: 100%;
	  background-color :#ffffff;
}
	.wrapper {
	  display: table;
	  height: 100%;
	  width: 100%;
}
	.content {
	  display: table-row;
	  height: 100%;
	  width: 100%;
	  text-align: center;
}
	iframe {
	  background-color: rgba(255,255,255,0.25);
}
	h2 {
      color: #656565;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 16px;
      text-rendering: optimizeLegibility;
	  text-transform: uppercase;
    }
	
	.footer h2{
		padding: 10px 5px 30px 5px;
	}
	#logo_bottom{
		padding: 30px 10px 10px 10px;
	}
    h3 {
      color: #656565;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 0.5px;
      line-height: 1.25;
      text-rendering: optimizeLegibility;
    }
	.dark_text{
		color: #333333;
	}
    .subtext {
      color: #bcbcbc;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 12px;
      letter-spacing: 0px;
      text-rendering: optimizeLegibility;
      padding: 5px 10px;
      height: 20px;
      display: table-cell;
      transform: translate3d(0px, 1px, 0px);
      vertical-align: middle;
    }
    .itemname {
      color: #ffffff;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 0px;
      text-rendering: optimizeLegibility;
      padding-right: 11px;
      height: 20px;
      display: table-cell;
      vertical-align: middle;
      transform: translate3d(0px, 1px, 0px);
    }
    .divider {
      background-color: rgba(0, 0, 0, 0.2);
      height: 3px;
    }
	.divider2 {
	  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
    .container {
      margin-top: 50px;
      margin-bottom: 50px;
	  margin-left: auto;
	  margin-right: auto;
	  position: relative;
	  text-align: center;
    }
    .titlewrapper {
      position: relative;
      margin-left: 30px;
      display: table;
    }
	.headtitle {
      background-color: #262626;
      text-align: center;
      padding-top: 21px;
      padding-bottom: 20px;
      border-top: 1px dotted #595959;
      background-image: url('../images/t-m_pattern.svg');
	  background-repeat: repeat;
    }
	.theme_color {
      height: 40px;
      width: 40px;
	  display: table-cell;
	  vertical-align: middle;
    }
	.footer{
	  background-color: #262626;
	  background-image: url('../images/t-m_pattern.svg');
      background-repeat: repeat;
	}
	
	#buttons > li {
	  display: inline-block;
	  margin: 0.35rem 0.5rem;
}
	.button {
	  -webkit-border-radius: 3;
	  -moz-border-radius: 3;
	  border-radius: 3px;
	  font-family: 'Roboto', sans-serif;
	  color: #ffffff;
	  font-size: 12px;
	  font-weight: 700;
	  background: #353535;
	  padding: 5px 10px 5px 10px;
	  text-decoration: none;
	  border: 0 !important;
	  outline: none !important;
	  box-shadow: none !important;
	  transition: all .3s;
	}

	.button:hover {
	  background: #B2B2B2;
	  text-decoration: none;
	}
	
	.active_btn {
	  background: #B2B2B2;
	  text-decoration: none;
	}
	
	.button:active, button:focus {
	  outline: none !important;
}
	.button::-moz-focus-inner {
	  border: 0 !important;
}
	#buttons{
		text-align: center;
		margin: 70px auto;
	}
	#desc{
		margin: 20px auto;
	}
	#bottom_desc{
		color: #B2B2B2;
		font-weight: 400;
		margin: 20px auto;
	}
	.item_quantity {
		color:#fff;
		font-family: Montserrat;
		font-size: 18px;
		line-height: 30px;
		display: inline-block;
		background-color: #B2B2B2;
		border-radius: 15px;
		width: 30px;
		height: 30px;
		text-shadow: rgba(0, 0, 0, 0.15) 0px 1px 10px;
