/* here you can put your own css to customize and override the theme */
.text-style01 {
  font-weight: bold;
}
.text-style02 {
  font-size: 16px;
  font-weight: 300;
}
.text-style03 {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.text-style04 {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  font-style:italic;
}
.text-style05 {
  font-size: 20px;
  font-weight: 600;
}
.text-style06 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.text-style07 {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  font-style: italic;
}
.text-style08 {
  color: #fff;
}
.text-style09 {
	font-size: 14px;
	font-weight: 400;
	color: #6fc561 !important;
}
.text-style10 {
	color: #E02222 !important;
}

.para-style01 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #ECEBEB;
}
.para-style01-last-child {
  margin-top: 40px;
}

.text-link01 {
  font-size: 20px;
  font-weight: 600;
}

.blog-item blockquote {border-left:solid 2px; padding-top:2px; padding-bottom:2px;}
.blog-item blockquote small a {color:#E84D1C; text-decoration:none;}
.blog-item blockquote small a:hover {color:#000; text-decoration:none;}
.blog-item blockquote small:before {content:'';}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table-responsive {
	margin-top: 25px;
}
.table-row01 {
    border: none !important;
	background-color: #999;
	color: #FFF;
	font-weight: bold;
}
.table-own01>tbody>tr:nth-of-type(even){background-color:#f9f9f9}
.table-own02>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}

.table-txt-01 {
	font-size: 17px;
	font-weight: bold;
	background: #f9f9f9;
}
.table-txt-02 {
	font-weight: bold;
}

.pre-footer address i {
	margin-right: 10px;
}

address i {
	margin-right: 5px;
}


