body {
	/* customize_body */ font:normal normal 16px Arial; /* customize_body */
	font-size: 14px;
	color: #666666;
}
p {
	color: #666666;
	line-height: 24px;
}

a {
	/* customize_link-color */ color:#e30716; /* customize_link-color */
}
.navbar-inverse .brand a {
	font-family: 'Pacifico', cursive;
	color: #fff;
	font-size: 42px;
}

.main-btn {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #009EC9;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.4);
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.main-btn a {
	color: #fff;
}
.main-btn:hover, .main-btn a:hover {
	background: #0090b7;
	text-decoration: none;
}

.navbar-inverse .brand a {
	/* customize_logo-color */ color:#fff; /* customize_logo-color */
	text-shadow: none;
}

div.tooltip {
	font-size: 12px !important;
}

.nav > li > a:hover, .nav > li > a:focus {
	background: transparent;
}

#theme .btn, #theme input[type="submit"] {
	background: none;
	/* customize_btn-bg */ background-color:#e30716; /* customize_btn-bg */
	/* customize_btn-text */ color:#fff; /* customize_btn-text */
	/* customize_btn-border */ border-color:#e30716; /* customize_btn-border */
	font-weight: bold;
	border: 1px solid;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: linear .2s, box-shadow linear .2s;
	-moz-transition: linear .2s, box-shadow linear .2s;
	-o-transition: linear .2s, box-shadow linear .2s;
	transition: linear .2s, box-shadow linear .2s;
	padding: 5px 10px;
}
#theme .btn:hover, #theme input[type="submit"]:hover {
	
	/* customize_btn-hover-bg */ background-color:#292C33; /* customize_btn-hover-bg */
	/* customize_btn-hover-text */ color:#fff; /* customize_btn-hover-text */
	/* customize_btn-hover-border */ border-color:#292C33; /* customize_btn-hover-border */
	
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: none;
}
h3 {
	font-weight: lighter;
}
h1, h2, h3, h4, h5 {
	/* customize_heading-color */ color:#292C33; /* customize_heading-color */
}
h1 em, h2 em, h3 em, h4 em, h5 em {
	/* customize_icon-color */ color:#e30716; /* customize_icon-color */
}

/* From Bootstrap CSS*/


h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 24.5px;
    color: #E30514;
}
h2 {
  font-size: 20.5px;
}
h3 {
  font-size: 16.5px;
}
h4 {
  font-size: 16.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}