@charset "utf-8";

.tp-black {color: #000; }
.tp-grayDark {color: #404040; } /* lighten(@black, 25%) */
.tp-gray {color: #7f7f7f; } /* lighten(@black, 50%) */
.tp-grayLight {color: #b3b3b3; } /* lighten(@black, 70%) */
.tp-grayLighter {color: #e5e5e5; } /* lighten(@black, 90%) */
.tp-white {color: #fff; }

.tp-blue {color: #08b5fb; }
.tp-green {color: #46a546; }
.tp-red {color: #9d261d; }
.tp-yellow {color: #ffc40d; }
.tp-orange {color: #f89406; }
.tp-pink {color: #c3325f; }
.tp-purple {color: #7a43b6; }

	/* small buttons
---------------------*/
a.small-button,
a.small-button span.inner {
	display: block;
}
a.small-button {
	float: left;
	margin: 8px 0;
	padding-right:15px;
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
a.small-gray {
	background: url("../img/icons/small_button/small_button_gray.png") no-repeat right -30px;
}
a.small-gray span.inner {
	text-align: center;
	background: url("../img/icons/small_button/small_button_gray.png") no-repeat 0 0;
}
a.small-button span.inner {
	display:block;
	height: 30px;
	line-height: 32px;
	padding-left:10px;
}
a.small-button span.icon-mail {
	padding-left: 20px;
	background: url("../img/icons/mail/mail_black.png") no-repeat 0 50%;
}
a.small-button span.icon-pdf {
	padding-left: 20px;
	background: url("../img/icons/pdf/pdf_small.gif") no-repeat 0 50%;
}
/* big buttons
---------------------*/
a.big-button,
a.big-button span.inner {
	display: block;
}
a.big-button {
	float: left;
	margin: 8px 0;
	padding-right:20px;
	font-size: 14px;
}
a.big-gray {
	background: url("../img/icons/big_button/big_button_gray.png") no-repeat right -50px;
}
a.big-gray span.inner {
	text-align: center;
	background: url("../img/icons/big_button/big_button_gray.png") no-repeat 0 0;
}
a.big-button span.inner {
	display:block;
	height: 50px;
	line-height: 50px;
	padding-left:20px;
}
a.big-button span.icon-mail {
	padding-left: 20px;
	background: url("../img/icons/mail/mail_black.png") no-repeat 0 50%;
}
/* link
---------------------*/
a.icon-triangle-green {
	padding-left: 8px;
	background: url("../img/icons/triangle/triangle_green.gif") no-repeat scroll 0 50% transparent;
}
a.no-decoration {
	text-decoration: none;
}

/* background-wrapper(radius)
---------------------*/
.background {
	margin-bottom: 10px;
}
.background-inner {
	position: relative;
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	background: #308FEF;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}
.background.color-pink .background-inner {
	background-color: #EF309D;
}
.background.color-green .background-inner {
	/* twitter default > background-color: #5FEF30; */
	background-color: #3cca43;
}
.background.color-orange .background-inner {
	background-color: #E2882D;
}
.background.color-blue .background-inner {
	background-color: #308FEF;
}
.background.color-purple .background-inner {
	background-color: #3043EF;
}
.background.color-yellow .background-inner {
	color: #333;
	background-color: #F4E808;
}
.content-content {
	margin-bottom: 20px;
	padding: 0 20px;
}
/* contact
---------------------*/
.contact {
	line-height: 1.15;
	text-align: center;
}
.contact .message {
	color: #555;
	font-size: 11px;
}
.contact .tel {
	display: inline-block;
	padding: 0px 0 0  24px;
	color: #881919;
	font-size: 30px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	background: url(../img/icons/tel1/tel1_red.png) no-repeat 0 50%;
}
.contact .open {
	color: #881919;
	font-size: 11px;
}
/* faq
---------------------*/
.tp-faq-q,
.tp-faq-a {
}
.tp-faq-q {
	font-weight: bold;
	border-radius: 5px;
	background: #eee;
}
.tp-faq-q .dropcaps,
.tp-faq-a .dropcaps {
	float: left;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}
.tp-faq-q .body,
.tp-faq-a .body {
	overflow: hidden;
	padding: 10px;
}
/* PDF
---------------------*/
.pdf-dl {
	margin: 20px 0 20px 0;
	padding: 10px;
	border: 1px solid #555;
}
.pdf-dl .left {
	float: left;
	margin-right: 20px;
}
.pdf-dl .right {
	overflow: hidden;
}
.pdf-dl .pdf {
	padding: 4px 0 4px 20px;
	font-weight: bold;
	background: url(../img/icons/pdf/pdf_small.gif) no-repeat 0px 50%;
}

/* Contact Form 7
---------------------*/
.wpcf7 {
	position: relative;
	margin-bottom: 20px;
}
.wpcf7 #submit-wrapper {
	position: relative;
	padding: 20px 0 0;
	text-align: center;
}
.wpcf7 #submit-wrapper input {
	padding: 2px 10px;
	font-size: 16px;
}
.wpcf7 table th,
.wpcf7 table td {
	padding: 12px;
	text-align: left;
	border: 0;
	font-size:1.1em;
	background: none;
}
.wpcf7 table .wpcf7-text {
	width: 80%;
}
.wpcf7 table th,
#content .wpcf7 table th {
	width: 30%;
	font-weight: bold;
}
.wpcf7 table input {
	padding: 3px 2px 2px 4px;
	font-size: 100%;
}
.wpcf7 table .wpcf7-textarea {
	width: 90%;
}
.wpcf7 table .required {
	padding-left: 0.5em;
	color: #A62F2F;
	font-weight: bold;
	font-size: 100%;
}

/* list
---------------------*/

.ul-2col-dotted ul {
	_zoom: 1;
	overflow: hidden;
}
.ul-2col-dotted li {
	margin-top: -1px;
	padding: 5px;
	border-top: 1px dotted #333;
}
.ul-2col-dotted .col-1 {
	float: left;
	margin-right: 1em;
}
.ul-2col-dotted .col-2 {
	overflow: hidden;
}

/* column
---------------------*/
.one-half,
.one-third,
.two-third,
	.one-fourth {
	float: left;
	position: relative;
	margin-right: 3%;
}
.one-half.last,
.one-third.last,
.two-third.last,
	.one-fourth.last {
	clear: right;
	margin-right: 0 !important;
}
.one-half {
	width: 48.5%;
}
.one-third {
	width: 31.33%;
}
.two-third {
	width: 59.67%;
}
.one-fourth {
	width: 22.75%;
}
