	body {
      margin: 0;
	  background-color :#DEDEDE;
    }
    .iframe {
      background-color: rgba(255, 255, 255, 0.5);
    }
	.item_wrap{
	display: inline-block;
	width: 90px;
	height: 90px;
	}
	.item {
	width: 80px;
	height: 80px;
	text-decoration: none;
	display: block;
	margin: auto auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
	background-image: url(../images/preview_icon.png);
	background-repeat: no-repeat;
    background-size: auto;
	}
	.item_block {
		position: relative;
		margin: 10px auto;
		display: block;
		text-align: center;
		min-width: 300px;
		max-width: 1520px;
	}
	.item_wrap a:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
	.active a{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	border-bottom: 5px solid #6CA12B;
}
	h2 {
      color: #656565;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 16px;
      text-rendering: optimizeLegibility;
	  text-transform: uppercase;
    }
    h3 {
      color: #656565;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 0.5px;
      line-height: 7px;
      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: 0.025em;
	  text-transform: uppercase;
      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: 20px;
      margin-bottom: 30px;
	  margin-left: auto;
	  margin-right: auto;
	  position: relative;
	  display: table;	  
    }
    .titlewrapper {
      position: relative;
      margin: 25px 0 25px 10px;
      display: inline-block;
    }
	.vertical_divider {
      background-color: #6CA12B;
      height: 20px;
      display: table-cell;
      width: 2px;
	  vertical-align: middle;
    }
	.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;
    }
	.footer{
	  background-color: #262626;
	  background-image: url('../images/t-m_pattern.svg');
      background-repeat: repeat;
	}
	.link{
		text-decoration: none;
	}
	.link h2 {
		transition: all 0.35s;
	}
	.link h2:hover{
		color: #F50057;
	}
	button {
	  -webkit-border-radius: 3;
	  -moz-border-radius: 3;
	  border-radius: 3px;
	  color: #ffffff;
	  font-size: 12px;
	  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;
	}
	
	button:active, button:focus {
	  outline: none !important;
}
	button::-moz-focus-inner {
	  border: 0 !important;
}
	#buttons {
		width:70%;
		text-align: center;
		margin: 50px auto;
	}
	#buttons_res {
		text-align: center;
		margin: 30px auto;
	}
	.button_tm {
	background-color: #C7C7C7;
	font-size: 14px;
    padding: 5px 20px;
    line-height: 1.5;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    border: none;
    border-radius: 4px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
	text-transform: uppercase;
	color: #212121;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.15);
	margin: 5px 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all  .3s ease-in-out;
	transition: all .3s ease-in-out;
}
    .active_btn{
	background-color: #eeeeee;
}

	.button_tm:hover, a.button_tm:focus, a.button_tm:active{
	background-color: #eeeeee;
	color: #212121;
}
	.button_tm:visited{
	color: #212121;
}
	.top_logo{
		display: inline-block;
	}
	#bottom_desc{
		color: #B2B2B2;
		font-weight: 400;
		margin: 20px auto;
		line-height: 1.2;
	}
