input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
@font-face {
	font-family: 'open_sans';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/opensans-regular-webfont.woff') format('woff'),
	     url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
	     url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sans';
	src: url('../fonts/opensans-bold-webfont.eot');
	src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/opensans-bold-webfont.woff') format('woff'),
	     url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
	     url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'open_sans';
	src: url('../fonts/opensans-italic-webfont.eot');
	src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/opensans-italic-webfont.woff') format('woff'),
	     url('../fonts/opensans-italic-webfont.ttf') format('truetype'),
	     url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'ralewayregular';
	src: url('../fonts/raleway-regular-webfont.eot');
	src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/raleway-regular-webfont.woff') format('woff'),
	     url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
	     url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'Montserrat-Regular';
	src:url("../fonts/Montserrat-Regular.eot?") format("eot"),
		url("../fonts/Montserrat-Regular.woff") format("woff"),
		url("../fonts/Montserrat-Regular.ttf") format("truetype"),
		url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
	font-weight:normal;
	font-style:normal;
}
body{
	margin:0;
	background: #232021;
	color:#232021;
	font:15px 'open_sans', Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
}
img{border-style:none;}
a{text-decoration:none; color:#3498DB;}
a:hover{text-decoration:underline;}
#wrapper{
	width:100%;
	margin:0 auto;
	background: #fff;
	padding: 110px 0 150px;
}
#header {
	width: 650px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.logo {
	width:464px;
	height: 130px;
	display: block;
	background: url(../uploads/2017/02/TPC-01-1.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden; 
}
#main {
	width:650px;
	margin: 0 auto;
}
#main h1 {
	margin: 0 0 52px;
	font-weight: normal;
	font:30px/39px 'ralewayregular', Arial, Helvetica, sans-serif;
}
.btn {
	width: 140px;
	height: 50px;
	background: #232021;
	display: block;
	text-align: center;
	font:14px/50px 'Montserrat-Regular', Arial, Helvetica, sans-serif;
	color: #fff;
	border-radius: 25px;
}
.btn:hover {
	opacity: 0.75;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	text-decoration: none;
}
#footer {
	width: 650px;
	margin: 0 auto;
	overflow: hidden;
	color: #fff;
	line-height: 23px;
	padding: 43px 0;
}
#footer address {
	width: 360px;
	float: left;
	font-style: normal;	
}
#footer a {color: #fff;}
#footer address em {color: #ccc;}
#footer address span {
	display: block;
}
#footer ul {
	margin: 0;
	padding: 22px 0 0;
	float: right;
	list-style: none;
}

@media (max-width: 600px) {
  #header, #main, #footer, .logo,
  #header img {
    width: 100%;
  }
  #footer {
    text-align: center;
  }
  #footer address {
    width: 100%;
  }
  #footer ul {
    float: left;
    width: 100%;
  }
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
