/*-----------------------------------------------------------------------------------*/
/* Typography */
/*-----------------------------------------------------------------------------------*/
/* --- Html, Body --- */ 
* html body { 
	height: 100%;
}
.bg_img-bg1,
.bg_img-bg2,
.bg_img-bg3,
.bg_img-bg4,
.bg_img-bg5,
.bg_img-bg6 {
	background-repeat: repeat-x !important;
	background-size: 1px 240px !important;
	background-position: 0 90px;
}
h1, 
h2, 
h3,  
.h1, 
.h2, 
.h3  { 
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
h4, 
h5, 
h6, 
.h4, 
.h5, 
.h6 {
	font-weight: 700 !important;
}

/* --- buttons --- */
.bc_content_tb-6 .btn { 
	margin-bottom: 15px !important;
}

/* Default Button */
a.btn,
a.button,
button, 
button.btn,
input.btn,
button[type="button"], 
input[type="button"], 
input[type="submit"], 
input[type="reset"] { 
	text-decoration: none !important;
	font-style: normal !important;
	cursor: pointer;
	border-style: none;
	padding: 5px 10px;
}

/* --- link --- */
a:hover, 
a:focus,
.bt_sub_top3 a:hover, 
.bt_sub_top3 a:focus, 
.bt_features_outer a:hover, 
.bt_features_outer a:focus {
	text-decoration: underline;
}

/* --- headings --- */
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.h1, 
.h2, 
.h3, 
.h4, 
.h5, 
.h6 { 
	font-weight: 600 !important;
}

h1, 
h2, 
h3 { 
	margin-bottom: 20px;
}
.bt_sub_top3 h1 small, 
.bt_sub_top3 h2 small, 
.bt_sub_top3 h3 small, 
.bt_sub_top3 h4 small, 
.bt_sub_top3 h5 small, 
.bt_sub_top3 h6 small, 
.bt_sub_top3 .h1 small, 
.bt_sub_top3 .h2 small, 
.bt_sub_top3 .h3 small, 
.bt_sub_top3 .h4 small, 
.bt_sub_top3 .h5 small, 
.bt_sub_top3 .h6 small,
.bt_features_outer h1 small, 
.bt_features_outer h2 small, 
.bt_features_outer h3 small, 
.bt_features_outer h4 small, 
.bt_features_outer h5 small, 
.bt_features_outer h6 small, 
.bt_features_outer .h1 small, 
.bt_features_outer .h2 small, 
.bt_features_outer .h3 small, 
.bt_features_outer .h4 small, 
.bt_features_outer .h5 small, 
.bt_features_outer .h6 small {
	font-weight: 600;
}
h4, h5, h6 {
	margin-top: 5px;
}

/* Images */
.img-circle {
	border-radius: 100%;
}
.img-thumbnail {
	padding: 6px;
}
.bt_sub_top3 .img-thumbnail,
.bt_features_outer .img-thumbnail {
	padding: 4px;
	border: 0;
	border-radius: 0px;
}

/* --- highlights --- */
.highlight.text-muted {
	padding: 4px 7px;
	margin: 3px;
	display: inline-block;
}

/* --- blockquotes --- */
blockquote {
	clear: both;
}

/* --- alert messages --- */
.alert {
	padding-left: 50px;
}

/* --- tabs --- */
.nav-tabs>li>a {
	margin-right: 1px;
}
.tab-content>.tab-pane, .pill-content>.pill-pane {
	margin-top: 20px;
}

/* Inputs */
input[type="file"] {
	padding: 10px;
}
pre,
input,
input[type="password"],
input[type="search"],
isindex {
	padding: 5px;
}
textarea {
	padding: 5px;
}

/* --- dropcaps --- */
span.dropcap-1 {
	font-size: 39px;
	padding: 0 13px;
	margin: 6px 15px 6px 0;
	float: left;
}
span.dropcap-2 {
	font-size: 48px;
	margin: 0 15px 6px 0;
	float: left;
}