/* this is a custome css style sheet */

body {
	background-color: #FCFCFC;/*background-image: url(../img/patterns/body.png);
	background-position: left top;
	background-repeat: repeat-x;*/
}
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-family: open-sans;
}
p {
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
}
sup {
	font-weight: normal;
	font-size: 50%;
}
.company-tag {
	color: #fc0;
	background-color: #B7351B;
	padding: .25em 0 .25em 0;
	font-family: lora;
	font-size: 1.25em;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.footer {
	padding: 2em 0;
	margin: 3em 0;
	border-top: 1px solid #ddd;
	color: #999;
	text-align: center
}
.btn-info {
	background-color: #cdae51;
	border-color: #3f2b22;
	color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle-btn-info {
	color: #ffffff;
	background-color: #3f2b22;
	border-color: #333;
}
.top-margin {
	margin-top: 2em;
}
.bottom-margin {
	margin-bottom: 2em;
}
.background {
	background-image: url(../images/textures/light/diamond.png);
	background-repeat: repeat;
	padding: 1em 0 1em 0;
}
header {
	background-color: #000000;
}
header .lgo {
	margin: 1.5em 0 1em 0;
}
header address {
	color: #FFF;
	font-size: 1.5em;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-family: open-sans-condensed;
	font-style: normal;
	font-weight: 300;
	margin: 1.25em 0 1em 0;
}
.title {
	color: #333;
	font-family: open-sans;
	font-style: normal;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 100%;
	text-transform: capitalize;
}
.description, legend {
	font-family: open-sans-condensed;
	font-style: normal;
}
.alt {
	color: #B7351B;
}
.alt-2 {
	color: #4AA1B0;
}
.letter-spacing {
	letter-spacing: 1px;
	line-height: 125%;
	font-weight: 500;
}
.navbar {
	background-color: #4AA1B0;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
	letter-spacing: 1px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #FFF;
	background-color: #3B9FB0;
}
.navbar-collapse {
	text-align: center;
}
.navbar-nav {
	display: inline-block;
	float: none;
}
.glyphicon.large {
	display: block;
	font-size: 4em;
	color: #666;
}
.lead {
	font-family: lora;
}
.btn-fortres {
	font-family: open-sans;
	font-size: .9em;
	background-color: #4AA1B0;
	border-color: #3C818C;
	color: #fff;
	letter-spacing: 1px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.btn-fortres:hover {
	background-color: #43919E;
	border-color: #35717A;
	color: #fff;
}
.bg-warning p {
	padding: .5em;
}
.center-block {
	width: 700px;
	padding: 10px;
	background-color: #ccc;
	color: #fff;
}
.autoModal.modal .modal-body {
	max-height: 100%;
}
.page-header-well {
	border-bottom: 1px solid silver;
	margin: 0 auto 3em auto;
}
.button-well {
	border-top: 1px solid silver;
	margin: 2em auto 2em auto;
}
.fieldset-well {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	margin: 2em auto 2em auto;
}
.right-border {
	border-right: 1px solid silver;
}
.left-border {
 	border-left: 1px solid silver;
}
.box {
	padding: 1em;
	margin: 1em auto 1em auto;
}
legend {
	font-size: 3em;
	color: #B7351B;
	margin: auto auto 1em auto;
	border-bottom: none;
}
label {
	color: #4AA1B0;
	letter-spacing: .5px;
	font-family: open-sans;
	font-weight: normal;
}
label:before {
	font-family: 'Glyphicons Halflings';
	content: "\e250";
	font-size: .7em;
	margin: auto .5em auto auto;
	color: #B7351B;
}
.transition-alert {
	color: #fff;
	background-color: #ff9f5f;
	font-family: open-sans;
	letter-spacing: .5px;
	border: 1px #F06000 solid;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/*
