/*	============================================================					Custom theme for YV-Tech						  ©2016 INVISIBLE INK					  Author: Chris Duren					  www.invisibleink.com			Increase your visibility with Invisible Ink™				============================================================*//** * @license * MyFonts Webfont Build ID 3198888, 2016-04-05T17:04:51-0400 *  * The fonts listed in this notice are subject to the End User License * Agreement(s) entered into by the website owner. All other parties are  * explicitly restricted from using the Licensed ../fonts(s). *  * You may obtain a valid license at the URLs below. *  * Webfont: Tecna by Corradine Fonts * URL: http://www.myfonts.com/fonts/corradine/tecna/regular/ *  * Webfont: TecnaExtrabold by Corradine Fonts * URL: http://www.myfonts.com/fonts/corradine/tecna/heavy/ *  *  * License: http://www.myfonts.com/viewlicense?type=web&buildid=3198888 * Licensed pageviews: 10,000 * ../fonts copyright: Copyright (c) 2012 by Manuel Corradine - Sergio Ramirez. All rights reserved. *  * © 2016 MyFonts Inc*/@import url("//hello.myfonts.net/count/30cfcc");@font-face {font-family: 'Tecna';src: url('../fonts/30CFCC_1_0.eot');src: url('../fonts/30CFCC_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/30CFCC_1_0.woff2') format('woff2'),url('../fonts/30CFCC_1_0.woff') format('woff'),url('../fonts/30CFCC_1_0.ttf') format('truetype'),url('../fonts/30CFCC_1_0.svg#wf') format('svg');}@font-face {font-family: 'TecnaExtrabold';src: url('../fonts/30CFCC_0_0.eot');src: url('../fonts/30CFCC_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/30CFCC_0_0.woff2') format('woff2'),url('../fonts/30CFCC_0_0.woff') format('woff'),url('../fonts/30CFCC_0_0.ttf') format('truetype'),url('../fonts/30CFCC_0_0.svg#wf') format('svg');} body	{	font: 16px/1.5 "Tecna", sans-serif;	font-weight: normal;	color: #3f3023;	}	h2, h3, h4, h5, h6	{	font-family: "TecnaExtrabold", sans-serif;	font-weight: normal;	padding: 0;	}	h2 a, h3 a, h4 a, h5 a, h6 a	{font-weight: normal;}	h2	{	margin: 0 0 20px 0;	font-size: 40px;	line-height: 40px;	color: #cd3d0c;	}	h3	{	padding: 18px 20px;	margin: 0;	color: #fff;	background: #cd3d0c;	font-size: 34px;	line-height: 34px;	text-transform: uppercase;	text-align: center;	}		h3 a, h3 a:hover	{color: #fff;}h3 a	{text-decoration: none;}	h4	{	margin: 0 0 15px 0;	font-size: 24px;	line-height: 24px;	color: #cd3d0c;	text-transform: uppercase;	}	h5	{	margin: 0 0 20px 0;	font-size: 20px;	line-height: 20px;	color: #000;	}h6	{	padding: 18px 20px;	margin: 0;	color: #fff;	background-color: #2c2b2a;	font-size: 24px;	line-height: 24px;	text-transform: uppercase;	text-align: center;	}		img	{border: 0;}p	{	padding: 0 0 20px 0;	margin: 0;	}strong, b	{	font-family: "TecnaExtrabold", serif;	font-weight: normal;	}	em	{font-weight: normal;}	a	{	color: #000;	font-weight: bold;	}	a:hover	{color: #cd3d0c;}hr	{	height: 1px;	margin: 15px 0;	border-bottom: 1px dotted #999;	border-top: 0;	border-left: 0;	border-right: 0;	color: #fff;	background: transparent;	}	form	{	margin: 0;	padding: 0;	}		/*   Tables	*/	.chart	{width: 100%;}			.chart, .chart2	{	margin-bottom: 20px;	border: 0;	border-spacing: 1px;	width: 100%;	}	.chart	{width: 100%;}	.chart tr:first-child th, .chart tr:first-child td	{background: #55473a; color: #fff !important; font-weight: bold;}.chart tr:nth-child(2n+2)	{background: #e5e5e5;}.chart td, .chart th	{padding: 8px 10px;}	/*   Custom List	*/	.list	{	list-style: none;	margin: 0 0 25px 0;	padding: 0;	}	.list li	{	text-decoration: underline;	cursor: pointer;	background: url(../img/icons.png) -25px -328px no-repeat;	min-height: 30px;	margin: 15px 0 10px 0;	padding: 8px 15px 0 53px;	}	/*   Buttons	*/	button, .btn { 	color: #fff; 	background: #2c2b2a;	padding: 25px 32px;	margin: 5px !important;	border: 0;	border-radius: 8px;	cursor: pointer;	font-size: 25px;	line-height: 25px;	font-family: "TecnaExtrabold", sans-serif;	font-weight: normal;	text-transform: uppercase;    transition: all 0.2s ease-in-out;	} button	{width: auto; overflow: visible;}.btn:hover, .btn:focus, button:hover, button:focus {background: #cd3d0c;}a:link.btn, a:visited.btn, a:hover.btn, a:focus.btn	{	color: #fff;	text-decoration: none;	display: inline-block;	zoom: 1;	*display: inline;	}