@import url('http://fonts.googleapis.com/css?family=Oswald:bold');
@import url('http://fonts.googleapis.com/css?family=Merriweather');

footer{
	border-top: 1px dashed #CCCCCC;
	margin: 40px 0px;
	padding: 20px 0px;
}

ul.nav a:hover { 
background-color:#e67e22 /*#99CCFF;*/
/*color: #fff !important;*/
}

.container-fluid-full {
	margin-right:auto;
	margin-left:auto;
	padding-left:0px;
	padding-right:0px
}
.jumbotron small {
		color: #FFFF00;
}	

.jumbotron h1{
	color: #FFFFFF;
	text-shadow: 0px 0px 5px #888888;
}

.jumbotron {
 margin-bottom: 10px;
 margin-top: 10px;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  -moz-box-shadow:    0px 7px 4px -5px #7A7A7A;
  -webkit-box-shadow: 0px 7px 4px -5px #7A7A7A;
  box-shadow:         0px 7px 4px -5px #7A7A7A;		  
/*
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.075);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.075);*/
}	

.text-white {
  color: #fff;
}

.firstRow {
	/*background-color: cyan;*/
	/*border: 3px solid red;*/
	/*height: 50px;*/
	margin-top: -47px 
}

.table > thead > tr > td.sky,
.table > tbody > tr > td.sky,
.table > tfoot > tr > td.sky,
.table > thead > tr > th.sky,
.table > tbody > tr > th.sky,
.table > tfoot > tr > th.sky,
.table > thead > tr.sky > td,
.table > tbody > tr.sky > td,
.table > tfoot > tr.sky > td,
.table > thead > tr.sky > th,
.table > tbody > tr.sky > th,
.table > tfoot > tr.sky > th {
  background-color: #f2f9fe;
}
.table-hover > tbody > tr > td.sky:hover,
.table-hover > tbody > tr > th.sky:hover,
.table-hover > tbody > tr.sky:hover > td,
.table-hover > tbody > tr.sky:hover > th {
  background-color: #e9f5fd;
}

.well-sky {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f2f9fe;
  border: 1px solid #ADDDFF;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.page-header {
  padding-bottom: 5px; /*9px*/
  margin: 50px 0 10px;
  border-bottom: 1px solid #eee;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', Georgia, Times, serif;
	/*color: #003399; #e67e22;  #336699;*/
}
p {
    font-family: 'Merriweather', Helvetica, Arial, sans-serif;
	font-size: 14px;
    line-height: 23px;
    margin: 0 0 23px 0;
}


#floating_link {
     position: fixed;
     /*right: 0;*/
	 left: 0;
     top: 350px;
     display: block;
     width: 49px;
     height: 165px;
     text-indent: -10000px;
     background-image: url(../img/get-in-touch.png);
     overflow: hidden;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  -moz-box-shadow:    0px 7px 4px -5px #7A7A7A;
  -webkit-box-shadow: 0px 7px 4px -5px #7A7A7A;
  box-shadow:         0px 7px 4px -5px #7A7A7A;		  
}

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}		  

.img-imagedropshadow {
	padding: 5px;
	border: solid 1px #CCC;
	border-radius: 4px;
	-moz-box-shadow:    1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
			box-shadow: 1px 1px 5px #999;
}

/* Back to top */
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right:30px;
	display:none;
}	

.contactPhone {
		font-weight:800;
		font-size:1.25em;
	}

/*page Scroll to top*/
.scrollToTop{
	width:60px; 
	height:60px;
	padding:10px; 
	text-indent: -9999px;
    opacity: 0.4;
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:75px;
	right:20px;
	display:none;
	background: url('../img/go-top-red.png') no-repeat;
}
.scrollToTop:hover{
	text-decoration:none;
	opacity: 0.9;
}

/* Page Header Background */
.well-header {
  min-height: 20px;
  padding: 19px;
  margin-top: 40px; /*above well */
  margin-bottom: 20px;
  background-color: #f5f5f5;
  /*border: 1px solid #e3e3e3;*/
  border-top: 1px solid #e3e3e3;
  /*border-radius: 4px;*/
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .07);
          box-shadow: inset 0 1px 5px rgba(0, 0, 0, .07);
}

.well-footer {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #DCDCDC; /*#f5f5f5;*/
  /*border: 1px solid #e3e3e3;*/
  border-top: 1px dashed #949494; /* #B6B6B6; #e3e3e3;*/
  border-bottom: 1px dashed #949494; /* #B6B6B6; #e3e3e3;*/
  /*border-radius: 4px;*/
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .07);
          box-shadow: inset 0 5px 5px rgba(0, 0, 0, .07);
}

.well-band {
  min-height: 20px;
  padding: 20px 0 20px 0;
  margin-bottom: 25px;
  margin-top: 5px;
  background-color: #f5f5f5;
  /*border: 1px solid #e3e3e3;*/
  /*border-top: 1px solid #B6B6B6; /*#e3e3e3;*/
  /*border-bottom: 1px solid #B6B6B6; /*#e3e3e3;*/
  /*border-radius: 4px;*/
  /*background: url('../img/baby-blue.jpg') no-repeat;*/
  /*background: url('../img/mint.jpg');*/
}
.well-block {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #dddddd; /*#f5f5f5;*/
  border: 1px solid #f5f5f5;
  /*border-top: 1px solid #f5f5f5;*/
  /*border-bottom: 1px solid #f5f5f5;*/
  border-radius: 6px;
}
.well-frame {
  min-height: 20px;
  padding: 5px, 19px, 5px, 19px;
  margin-bottom: 5px;
  margin-top: 5px;
  /*background-color: #f5f5f5;*/
  border: 1px solid #cccccc;
  /*border-top: 1px solid #B6B6B6; /*#e3e3e3;*/
  /*border-bottom: 1px solid #B6B6B6; /*#e3e3e3;*/
  border-radius: 4px;
}

/* page header under well-header 
.page-header {
  padding-bottom: 5px;
  margin: 0px 0px 0px;
  border-bottom: 0px solid #eee;
}
*/

.call2action {
	display:block;
	padding:10px 20px 20px 30px;
	margin-bottom: 40px;
	/*margin: 10px 0 20px 30px;*/
	/*text-transform:uppercase;*/
	font-size:1em;
	color:#000000;
	background-color:#EFEFEF;
	/*background: url('../img/hero3.jpg') no-repeat;*/
	/*border-radius: 6px;*/
}
.call2action.opt1 {
	border:solid #FF9900;
	border-width:0 0 0 5px;
}
.call2action.opt2 {
	border:solid #FF9900;
	border-width:0 5px 0 0;
}
.call2action.opt3 {
	border:solid #FF9900;
	border-width:0 5px;
}
.call2action.opt4 {
	border:solid #FF9900;
	border-width:2px 0 0 0;
	font-size:1.8em;
}
.call2action .button{
	display:block;
	text-align:center;
	line-height:1.4em;
}

.btn-blue {
  color: #fff;
  background-color: #003399;
  border-color: #000000;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #1947A3;
  border-color: #000000;
}
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background-image: none;
}
	
body {
 padding-top: 60px;
}
	
