body {
	font-family: 'Lato', sans-serif;
	background: #e1e1e1 url(../img/astrobg.jpg) repeat;
	margin-top: 100px;
}

p{
color: #ccc;
font-size: 14px !important;
margin-bottom: 15px;
}
.whitetext{
color: #ffffff;
text-shadow: 2px 2px 5px #000000;
padding: 5px;
}
.boldtext{
font-weight: bold;
}
.mainpic{
box-shadow: 5px 5px 5px #000000;
}
h1, h2, h3, h4 {
  font-family: 'Lato', sans-serif;
}
h2{
font-size: 20px;
font-weight: 200;
color: #EB8810;
}
h3{
font-size: 16px;
color: #fff;
font-weight: bold;
}
a {
	color: #EB8810;
}

a:hover {
	color: #fff;
}

blockquote {
    border-color: #999999;
}

blockquote p {
  font-size: 18px !important;
  line-height: 1.25;
}

hr {
  border: 1px solid #EB8810;
}

ul {
  list-style: bullet;
  color: #ccc;
}


.content {
  margin-bottom: 50px;  	
}



#footer {
	color: #DDDDDD;

}

#post-footer {
  padding: 0;

}

.map-wrapper {
    position:relative;
    height:400px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:400px;
    top:10px;
}
.map-wrapper2 {
    position:relative;
    height:400px;
}
.map-canvas2{
    position:absolute;
    width:100%;
    height:400px;
    top:10px;
}
.service {
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
}
.readmore{
font-style: italic;
font-weight: bold;
text-decoration: underline;
color: #05539E;
}
.readmore:hover{
color: #EB8810;
}
.service .mask {
    /**opacity:0.9;
    filter: alpha(opacity=90);
	background:#e1e1e1;**/
	padding: 150px 25px 0 25px;
    top:100%;
    left:0;
    width:100%;
    height:100%;
	background: rgba(225,225,225,0.9);   
    position:absolute;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4 s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.service:hover .mask {
    top:0;
}
.overlay {
    position:relative;
    width:180px;
    height:auto;
	margin: 0px;
}
.overlay img {
    width:180px;
    vertical-align:top;
}
.overlay:after, .overlay:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overlay:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
}
.overlay:before {
    content: attr(data-content);
    width:100%;
    color:#EB8810;
    z-index:1;
    bottom:0;
    padding:4px 10px;
    text-align:center;
    background:#000000;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.overlay:hover:after, .overlay:hover:before {
    opacity:1;
}


.modal-lg{
width: 700px;
height: auto;
}
.modal-content{
background-color: #e1e1e1;
}
.modal-lg p{
color: #333333;
}
.modal-lg li{
font-size: 12px;
color: #333333;
}
.modal-lg img{
width: 300px;
height: auto;
border: 2px solid #eb8810;
margin-bottom: 13px;
display: block;
margin-left: auto;
margin-right: auto;
}

/*******************************
    Twitter Bootstrap Override 
********************************/
.navbar2 {
  /*background: url(../img/bannernav.jpg) repeat-x;*/
  background: rgba(24, 24, 24, 0.8);
  height: 75px;
  border: none;
}
/**
.navbar .mask {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #1d1769;
    opacity:0.85;
    filter: alpha(opacity=85);
}**/

.navbar-fixed-top {
  /*border-bottom: 3px solid #EB8810;*/
  box-shadow: none;
}

.navbar-brand {
  padding-top: 10px;
  width: 400px;
}

.navbar2 .nav > li > a {
  font-size: 18px;
  text-shadow: none;
  color: #999;
  font-family: 'Lato', sans-serif;
  margin: 14px 0px 0px 20px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.navbar2 .nav > .active > a, 
.navbar2 .nav > .active > a:hover, 
.navbar2 .nav > .active > a:focus {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #EB8810;
    text-shadow: none;
}

.navbar2 .nav > li > a:focus,
.navbar2 .nav > li > a:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: none;
  color: #fff;
  text-shadow: none;
}

.navbar-nav > li.active {
  padding: 0px;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
  color: #FFFFFF;
  background-color: #1d1769;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #FFFFFF;
  background-color: #1d1769;
}

.dropdown-menu {
    background-color: #1d1769;
    border: none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    display: none;
    float: left;
    left: -1px;
    list-style: none outside none;
    margin: -1px 0 0;
    min-width: 160px;
    padding: 10px 18px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu li > a {
    clear: both;
    color: #ffffff;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 3px;
    white-space: nowrap;
    text-transform: capitalize;
    border-bottom: 1px dotted #999999;
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a { 
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  color: #999999;
}

#categories .nav-list li > a {
  text-transform: capitalize;
  padding: 6px 12px;
  margin-bottom: 2px;
}

.nav-pills > li > a {
  background-color: #2EA3C0;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.nav-pills > li > a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.tags li {
  list-style-type: none;
}
.tags li > a {
  background-color: #7694A7;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px 10px;
    font-size: 0.8em;
}

.well {
  font-family: 'Lato', sans-serif;
  border:1px solid #D9D9D9;
  box-shadow:#D6D6D6 0 0 7px -1px;
  position: relative;
  background-color: #333;
}

.btn-black {
  background-color: #333333;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}

.btn-black:hover {
  color: #EB8810;
}

.btn-primary {
    background-color: #333333;
    background-image: linear-gradient(to bottom, #333334, #333334);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #333333;
	color: #FFFFFF;
}

.btn-right-space {
  margin: 5px;
}


/*********************************
    Responsive Hacks
*********************************/
@media (max-width: 480px) {
  html, body {
    overflow-x:hidden;
	background-position: top center;
  }
  .navbar-collapse {
    background-color: #3f65ac;
	text-align: center;
	border-radius: 5px;
  }
  
  .navbar2 .nav > .active > a, 
  .navbar2 .nav > .active > a:hover, 
  .navbar2 .nav > .active > a:focus {
    background: #3f65ac;
    box-shadow: none;
    color: #EB8810;
    text-shadow: none;
    border: none;
  }

  .navbar2 .nav > li > a:focus,
  .navbar2 .nav > li > a:hover {
    background: #3f65ac;
    box-shadow: none;
    color: #FFFFFF;
    text-shadow: none;
    border: none;
  }

  .navbar-nav > li.active {
    color: #EB8810;
	padding: 0;
  }
  
  .navbar-brand {
  padding-top: 20px;
  margin-left: -35px;
  font-size: 14px;
  line-height: 1em;
  width: 250px;
  }
  .logo{
  width: 40px;
  height: auto;
  }
  .service {
    padding-bottom: 40px;
  }
  .modal-lg{
	width: 340px;
  }
  .companyprof{
  padding-top: 80px;
  }
  .map-wrapper, .map-wrapper2 {
	height:300px;
	width:90%;
	display: block;
margin-left: auto;
margin-right: auto;
}
.map-canvas, .map-canvas2 {
width:100%;
height:300px;
}

}

@media (max-width: 600px) {
  .navbar-brand {
  padding-top: 20px;
  margin-left: -35px;
  font-size: 14px;
  line-height: 1em;
  width: 280px;
  }
  .logo{
  width: 40px;
  height: auto;
  }
  body{
  background-position: top center;
  }

}


@media (max-width: 768px) {
  .navbar-collapse {
    background-color: #3f65ac;
	text-align: center;
	padding-bottom: 20px;
	border-radius: 5px;
  }
  
  .navbar2 .nav > li > a {
    font-size: 16px;
    text-shadow: none;
    color: #FFFFFF;
    padding: 0px;
  }

  .navbar-toggle{
	background-color: #003A77;
	margin-top: 20px;
  }

  .service {
    padding-bottom: 40px;
  }
  
  .theme h1,
  .theme-head h1 {
    font-size: 30px;
  }

  .theme h2 {
    font-size: 24px;
  }


}

@media (max-width: 990px) {
.navbar2 .nav > li > a {
    font-size: 13px;
    text-shadow: none;
    color: #FFFFFF;
    padding-top: 15px;
  }
}

@media (max-width: 1170px) {

}