@import url('https://fonts.googleapis.com/css?family=Cuprum|Lobster|Pattaya|Ubuntu');
body {background-color:#fff;font: 1rem 'Ubuntu', Arial, tahoma;color:#000;margin-top:80px;}
td {font: 12px 'Ubuntu', arial, tahoma;}
table, td {border-collapse:collapse;}
h1, h2, h3, h4 {font-family: 'Cuprum', 'Myriad Pro', arial; font-weight: bold;}
h1 {font-size:2rem;color:#109ce5;}
h2 {font-size:1.5rem;color:#3E3E3E;}
h3 {
	font-weight: bold;
	font-size:1.2rem;
	color:#417185;
}
a.logo { 
	margin: 0 1.5rem 0 0;
	text-align: center;
	text-decoration: none;
}
a.logo small {
	font-size:.65rem;
	text-transform: uppercase;
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a.logo b {
	display: inline-block;
	color: #000;
	font-family: 'Trebuchet MS';
	font-size: 1.8rem;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 7px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.logo_icon {
	background: url(images/logo_icon_1.png) no-repeat scroll;
	width: 64px;
	height: 64px;
	display: inline-block;
	margin-right: 10px;
	float:left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.logo_icon_small {
	background-size: 50px;
	width: 50px;
	height: 50px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.navbar {
	padding-left: 2rem!important;
	padding-right: 2rem!important;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 99;
	border-bottom: solid 1px #ebebeb;
}
.mb-1 {
	margin-bottom: .3rem!important;
}
.mb-2 {
	margin-bottom: .6rem!important;
}
.mb-3 {
	margin-bottom: 1rem!important;
}
a {color:#000;text-decoration:underline;}
a:hover {text-decoration:none;}

/*breadcrumb*/
.breadcrumb {
	background-color: #fff;
    border-radius: 0;
	padding-left: 0;
	border-bottom: 1px solid #e9ecef;
	font-size: .75rem;
}
.breadcrumb .active {
	box-shadow: none;
}
.shadow {
	box-shadow:  0 0 10px rgba(0,0,0,0.3);
}
/*CONTENT*/
.content-block {
	/* margin-top: .5rem; */
}
/* .blk:not(:last-child) {
	margin-right: .2rem;
} */
.blk {
	background-color: #fff;
	/* border-radius: .2rem;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.15); */
	border: solid 1px #ebebeb;
	height: 100%;
	display: inline-block;
}
.blk>div {
	margin: 1.5rem 1.5rem 0;
	
}
.blk>div:last-child {
	margin-bottom: 1.5rem;	
}
.title {
	font-weight: 600;
}
.top-line-1 {border-top: solid 1px #ededed;}
.top-line-2 {border-top: solid 2px #ededed;}
.top-line-3 {border-top: solid 3px #ededed;}
.top-line-4 {border-top: solid 4px #ededed;}
/*FORM*/
.control-label {display:none;}
/*/FORM*/
footer {
	font-size: .8em;
	color: #6c757d!important;
	/* position: fixed;
    bottom: 0; */
	position: inline-block;
	vertical-align: bottom;
    width: 100%;
    /* height: 60px;
    line-height: 60px; */
    background-color: #f5f5f5;
	border-top: solid 1px #ededed;
}
.footer-logo {
	background: url(/images/service-icon.png) no-repeat;
	background-size: 30px;
    width: 35px;
    height: 30px;
    display: inline-block;
    float: left;
}
.p-6 {
	padding-left:2.2rem!important;
	padding-right:2.2rem!important;
}
/*END*/
@media (max-width: 450px) {
	
}