/* - 2.2 wrappers and containers - */
body {
  background: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.7em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	line-height:1.5em;
	margin-top:0;
}
.smallH{ line-height: 10px !important;  }
.fixedHeight{ min-height: 290px !important;  }
h1 {  font-size: 30px;}
h2 { font-size: 26px;}
h3 { font-size: 22px;}
h4 { font-size: 18px;}
h5 {  font-size: 16px;}
h6 { font-size: 14px;}

.wrapper {
  background: #fff;
  margin: auto;
  max-width: 1250px;
  overflow: hidden;
  border: 2px solid #CBCBCB;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar-nav>ul {
text-align: center!important;
font-size: 9px;
}
.caption>p {
font-size: 14px;
line-height: 18px;
}
.nav-tabs.nav-stacked>li>a>i, .nav-tabs.nav-stacked>li>ul>li>a>i {
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "alpha(Opacity=100)";
font-size: 22px;
display: inline-block;
width: 100%;
}
.flexslider {
border: 1px solid #BBB;	
}
.flex-caption {
	width: 40%;
	padding: 2%;
	margin: 0 0 40px 40px;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	border-radius:8px;
	background: rgba(140, 20, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
	color:#fff;
}
ul  {
list-style-type: none;
}
/* scroll to top */
.scrollup{
    position:fixed;
	width:48px;
	height:48px;
    bottom:20px;
    right:20px;
}

a.scrollup {
	outline:0;
}
a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i:hover {
	text-decoration:none;
}
/* ============ font awesome icons ===================== */
.icon-square,
.icon-rounded,
.icon-plain,
.icon-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 18px;
    height: 18px;
	padding:3px;
    font-size: 12px;
    line-height: 18px;
    text-shadow:none;
    cursor: pointer;
}
.icon-rounded  {
    background-color: #444;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.icon-circled {
    background-color: #444;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.icon-square {
    background-color: #444;
}
.icon-plain {
    width: 48px;
    height: 48px;
    font-size: 47px;
    line-height: 50px;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
}

.icon-plain:hover { color: #777; }
/* circled radius */
.icon-circled {
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}
.icon-64.icon-circled {
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
}
.icon-128.icon-circled {
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.icon-light {
    background-color: #F5F5F5;
    color: #444;
    text-shadow: 1px 1px 1px #fff;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}


.icon-rounded:hover,
.icon-circled:hover {
    color: #fff;
    text-shadow: none;
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

/* custom size */
.icon-32 {
    width: 24px;
    height: 24px;
	padding:4px;
    font-size: 16px;
    line-height: 24px;
}
.icon-48 {
    width: 32px;
    height: 32px;
	padding:8px;
    font-size: 28px;
    line-height: 30px;
}
.icon-64 {
    width: 40px;
    height: 40px;
	padding:12px;
    font-size: 30px;
    line-height: 40px;
}
.icon-128 {
    width: 56px;
    height: 56px;
	padding:36px;
    font-size: 54px;
    line-height: 60px;
}
/***********************************************/
/**  Nav  tabs **/
.nav-tabs {
border: 1px solid #DDD;
background-image: -moz-linear-gradient(top, #F7F7F8, #E3E3E3);
background-image: -ms-linear-gradient(top, #F7F7F8, #E3E3E3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F7F7F8), to(#E3E3E3));
background-image: -webkit-linear-gradient(top, #F7F7F8, #E3E3E3);
background-image: -o-linear-gradient(top, #F7F7F8, #E3E3E3);
background-image: linear-gradient(top, #F7F7F8, #E3E3E3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F7F7F8, endColorstr=#E3E3E3); 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F7F7F8, endColorstr=#E3E3E3)";
}
.nav-tabs>li>a {
 border-radius: 0px;
}
.nav-tabs {
 margin-bottom: 0;
}
.nav-tabs > li > a:hover {
text-decoration:underline;
}
/**  Nav  Bar **/
.navbar {
overflow: visible;
margin-bottom: 0px;
}
.navbar-inner {
border-bottom: 2px solid #D1D1D1;
}
.navbar .btn-navbar {
background-color: #BD362F;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
color: #FFF;
background-color: #FAB4B2;
}
/* hover */
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
background-color: #fff;
color: #BD362F;
}
/* focus */
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
color: #EAEAEA;
text-decoration: none;
background-color: #BD362F;
}
/* normal */
.navbar .nav>li>a {
float: none;
padding: 10px 15px 10px;
color: #BD362F;
text-decoration: none;
}
.gray-fade {  
background-color: #EAEAEA; /* fallback color, place your own */
background:url('../img/header-bg.png') repeat-x;
}
.padded {
padding: 20px;
}
.box {
display: block;
background: #FFF;
margin-bottom: 5px;
padding: 5px;
border: 1px solid #D1D1D1;
border-radius: 5px;
box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
text-align: center;
}
.content-box {
background: #FFF;
color: #222;
background-color: #FFF;
-moz-box-shadow: 1px 1px 5px #ddd;
-webkit-box-shadow: 1px 1px 5px #DDD;
box-shadow: 1px 1px 5px #DDD;
border-radius: 5px;
box-shadow: 0px 0px 5px #E7E4E4;
border: 1px solid #DDD;
margin-bottom:10px;
padding:10px;
}

.title {
	position: relative;
	text-align: center;
	border-top: solid 1px #CCC;
	top: 1em;
}
ul.project-detail{
	list-style:none;
	margin:0;
	padding:0;
}

ul.project-detail li{
	list-style:none;
	border-bottom:1px dotted #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

ul.project-detail li label{
	display:inline;
	color:#494949;
	font-weight:bold;
}
.title h3 {
background: #FFF;
position: relative;
top: -0.65em;
display: inline;
margin: 0;
padding: 0 1em 0 1em;
}
section {
padding-top: 30px;
}
.blackBorder, .blackBorder td,.blackBorder th {
   border-color: black;
}
.row-fluid [class*="span"].center, .center {
    margin: 0 auto;
    float: none;
}
.btn-red {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #BD362F;
}
.btn-violet {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #044354;
	*background-color: #044354;
}
.loading{
	padding-left:20px;
	background:url('../img/loading.gif') left center no-repeat;
}
.alert-loading {
color: #BD362F;
background-color: #F2DEDE;
border-color: #BD362F;
}
.dark-red {
color: #BD362F;
}
.btn-violet:hover,
.btn-violet:active,
.btn-violet.active,
.btn-violet.disabled,
.btn-violet[disabled] {
	color: #FFFFFF;
	background-color: #044354;
	*background-color: #003bb3;
}
a {
  color: #BD362F;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #BD362F;
  text-decoration: underline;
}
footer {
	padding-top: 20px;
	background: url("../img/bg-footer.png") repeat-x #f8f8f8;
	border-top: 1px solid #C1C1C1;
	margin-top: 20px;
	-moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;	
}
/* Responsive--------------------- */
/* Large desktop */
@media (min-width: 1200px) {
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
#services .well a span { font-size: 13px; margin: 0 -18px; }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.navbar .nav > li { float: none }
.flex-caption  { background:none }
.flex-caption  h4, .flex-caption  p { display:none; }
.navbar .nav > li { border-radius: 0; border: 0; }
.navbar .nav > li.active { border: 0; }
}
/* Landscape phones and down */
@media (max-width: 480px) {
.flex-caption  { position: absolute; }
}
/* ====================================================== */