/*directbook bootstrap-add-on v0.3 date-161122*/
.big_title {
	text-align: left;
	color: black;
	font-weight: bold;
	margin-bottom: 10px
}
.big_title_line {
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 40px;
margin-top:70px;
padding:0 10px;
}
.big_title_tag{
	background-color:#F0F0F0
}

/* btn-small */
.btn-small {
	background: #F5F5F5;
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	/*text-shadow: 1px 1px 3px #A9A9A9;*/
	font-family: Arial;
	color: #708090;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	border: solid #708090 1px;
	text-decoration: none;
	margin: 50px auto;
	display: block;
	text-align: center;
	max-width: 400px
}
.btn-small:hover {
	background: #DCDCDC;
	text-decoration: none;
	color: #708090;
}

ul.blet {
	padding-left:0px;
	margin-bottom: 16px;
}
ul.blet li {
	list-style:none;
	background-image:url(/files/img/common/blet.png);
	background-position: 0px 4px;
	background-repeat:no-repeat;
	padding:0px 0px 0 30px;
	margin-left: 0;
	list-style-type: none;
	font-size:16px;
	line-height:170%
}


@media (max-width:480px) {
	.row p{ font-size:15px; line-height:1.7em;}
	.big_title { margin-top:11px; }
	p.big_title{ font-size:18px; }
}