@font-face {
	font-family: 'Gotham';
	src: url(/assets/fonts/Gotham/GothamRnd-Light-e3841d79df0a8469e646087f96ee78e6ef871e2ec6cd92bccc53ff24aca5c1f3.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamMed';
	src: url(/assets/fonts/Gotham/GothamRnd-Medium-6b8ffa4e417d293350803d44d7b13828a058d02b488e421d492a222fb5d4f874.ttf) format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
	margin:0;
	padding:0;
	font-family:'Gotham', Arial, Helvetica, sans-serif;
	line-height:1.8em;
	background:#fff;
	color:#8B989E;
}

img {
	border:none;
}

b {
	font-weight:bold;
	font-family:'GothamMed', Arial, Helvetica, sans-serif;
}

a {
	color:#F37121;
}

a:hover, a:focus {
	color:#4D4D4F;
}

a, a:focus, a:active, a:hover {
	text-decoration: none;
	outline: 0px dotted;
}

a:focus {
  outline: 0px dotted;
}

a.inline {
    display:inline;
}

.btn-link {
	color:#003044;
}

.btn-link:hover, .btn-link:focus {
	color:#1F4A5B;
}

.btn:focus, .btn:active, .btn:hover {
    outline: 0 dotted;
    text-decoration: none;
}

table td, table th {
	padding:15px 0;
}

.table > thead > tr > th, .table > tbody > tr > th, 
.table > tfoot > tr > th, .table > thead > tr > td, 
.table > tbody > tr > td, .table > tfoot > tr > td {
	padding:30px 20px;
	font-size:13.6px;
	color:#003044;
	border-top:none;
	border-bottom: 1px solid #ddd;
	line-height: 24px;
}

.table > thead > tr > th {
	padding:10px 20px;
}

thead {
	background:#E3E6E6;
	font-weight:bold;
	font-family:'GothamMed', Arial, Helvetica, sans-serif;
	color:#003044;
	padding-left:15px;
	padding-right:15px;
}

tbody {
	padding-left:15px;
	padding-right:15px;
	font-family: Arial, Helvetica, sans-serif;
}

.table-hover > tbody > tr:hover {
	background:#F5F6F7;
}

.table > thead > tr > th {
	border:none;
	vertical-align:middle;
}

.modal {
	z-index: 9999999;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #00b1ee;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.8px;
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(/images/arrow-down-grey.png) no-repeat scroll 94% center;
  padding-right: 10px;
}

.container-fluid {
	margin:0;
	padding:0;
}

.container {
  padding:0;
}

/* Header */
#header {
	margin:0;
	padding:0;
	position:relative;
}

#header-top {
	padding:0;
	background:#fff;
	width: 100%;
	z-index: 1000;
}


/* Menu */
.sec-menu {
	float:right;
}

.sec-menu a {
 	color: #4f4f4d;
  display: inline;
  font-size: 14px;
  font-weight: bold;
	font-family:'GothamMed', Arial, Helvetica, sans-serif;
  line-height: 4em;
  margin-right: 50px;
	text-transform:uppercase;
}

.sec-menu a:hover {
	color:#F17130;
}

.sec-menu a.last-link {
	margin-right:0;
}


/* Content Top */
.content-top {
	margin-bottom:40px;
	padding:12px 10px 0 12px;
	background:#fff;
	border-bottom:0px solid #efefef;
	width: 100%;
	z-index: 1000;
	text-align:center;
}

.content-top .page-title h2 {
	color:#003044;
	font-size:30px;
	margin:0;
	line-height:2.0em;
}

.content-top .nav-admin .nav-child {
	display:inline;
	margin-right:15px;
}

.content-top .nav-admin .nav-child {
	padding-bottom:7px;
	border-bottom:4px solid #F37121;
}


/* Footer */
#footer {
	margin-top:30px;
	padding: 0;
	background: #fff;
	border-top:1px solid #EFEFEF;
}

#footer-top {
	padding:30px 0;
}

#footer-bottom {
	border-top:1px solid #EFEFEF;
	padding: 15px 0;
	margin-bottom:0px;
}

.social-links {
	text-align:right;
}

.social-links a {
	margin:20px 0;
}

#footer .book-apt, #footer .toll-free {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#footer .book-apt {
	background:#F37121  url(/images/cal-w.png) no-repeat 6% center;
	padding:10px 10px 10px 20px;
	margin-bottom:20px;
	text-transform:uppercase;
	text-align:right;
}

#footer .toll-free {
	background:#15A6DD url(/images/phone-w.png) no-repeat 6% center;
	padding:10px 20px;
	text-align:center;
}

#footer .book-apt a, #footer .toll-free a {
	color:#fff;
	font-weight:bold;
	font-family:'GothamMed', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:2.0em;
}

#footer .book-apt a {
	font-size:13px;
}

#footer .toll-free {
	
}


.footer-col h3 {
	margin-top: 5px;
	margin-bottom:15px;
	font-weight:bold;
	font-family:'GothamMed', Arial, Helvetica, sans-serif;
	letter-spacing: 0.9px;
	font-size:14px;
	color:#4D4D4F;
}

.footer-col ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.footer-col ul li {
	line-height:2.0em;
}

.footer-col ul li a {
	color:#8B989E;
	letter-spacing: 0.9px;
}

.footer-col ul li a:hover {
	color:#003144;
}


/* BUTTON */
.btn-search {
	font-size:16px;
	margin: 8px 0 0;
	background:#F37121;
	padding:10px 30px;
	color:#fff;
	font-weight:bold;
	font-family:'GothamMed', Arial, Helvetica, sans-serif;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.btn-search:hover, .btn-search:focus {
	background:#4D4D4F;
	color:#fff;
}

.btn-reset {
	font-size:16px;
	margin:8px 0 0;
	background:#8A979E;
	padding:10px 30px;
	color:#fff;
	font-weight:bold;
	font-family:'GothamMed', Arial, Helvetica, sans-serif;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.btn-reset:hover, .btn-reset:focus {
	background:#A8B1B6;
	color:#fff;
}

.btn-med {
	padding:5px 20px;
	font-size:14px;
	font-weight:normal;
}

.btn-success {
  background-color: #00B1EE;
  border: none;
  color: #fff;
	font-weight:bold;
	font-family:'GothamMed', Arial, Helvetica, sans-serif;
}

.btn-success:hover, .btn-success:focus {
  background-color: #3FC5F3;
  border-color: none;
  color: #fff;
}

.btn-request {
	background-color: #8a979e;
  border: medium none;
  color: #fff;
  font-family: "GothamMed",Arial,Helvetica,sans-serif;
  font-weight: bold;
}

.btn-request:hover, .btn-request:focus {
	background-color: #a8b1b6;
	color: #fff;
}

.field_with_errors input {
	border:1.7px solid #F47962;
}

.field_with_errors input {
	border-color: #a94442;
}

.btn-add {
	font-size:13px;
  border:1px solid #e0e0e0;
  padding:4px 13px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


/* Page Title */
.page-title {
	margin: 0 auto;
	text-align:center;
}

.page-title h1 {
	margin-bottom: 20px;
	color:#4D4D4F;
	font-size:46px;
	line-height:62px;
}

.page-title p.lead {
	color:#8B989E;
	font-size:19px;
	line-height: 1.6em;
}


/* MODAL */
.modal-dialog {
    z-index: 1050;
}

div.formFooter {
    border-bottom: 1px dashed #ccc;
    clear: both;
    margin: 10px 0 10px;
    min-height: 20px;
    padding: 0px;
    vertical-align: middle;
}

.modal-header {
    background: linear-gradient(#fefefd, #f9f9f9 3%, #e5e5e5) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ccc;
    color: #666;
    margin: 0;
    padding: 15px;
				
		-webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
     border-top-left-radius: 6px;
     border-top-right-radius: 6px;
}

.req:after {
  content: "*";
	color: #CE244D;
}

req {
	color:#CE244D;
}

/* Breadcrumb */
.breadcrumb {
  margin-bottom:0px;
	padding:15px 0 0;
  background:none;
	border:none;
	color:#003044;
}

.breadcrumb a {
	color:#8b989e;
}

.breadcrumb a:hover {
	color:#00b1ee;
}

/* Flash Notice */
#flash-wrapper {
	position:fixed;
	bottom:0;
	left: 50%;
	display:none;
	z-index:99999;
}

#flash-notice {
	position:relative; 
	left:-50%;
	padding:5px 30px 8px 30px;
	min-width:200px;
	background:#fffeeb;
	color:#000;
	z-index:99999;
	
	border-bottom: 1px solid #555;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);

	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

/* Pager Navigation */
.pager-nav {
	text-align:center;
	margin-top:30px;
}

.pager-nav li a, 
.pager-nav li.active span, .pager-nav li span {
	color:#003144;
	font-weight:600px;
	font-family:'GothamMed', Arial, Helvetica, sans-serif;
	font-size:12px;
}

.pager-nav li.active {
	background:#E3E6E6;
}

.pager-nav li a:hover {
	background:#E3E6E6;
}

.pager-nav li.active span, .pager-nav li.active:hover span {
	background:#E3E6E6;
	border:1px solid #ddd;
	color:#003144;
}

.pager-nav li a,
.pager-nav li.active span, .pager-nav li span {
	padding: 11px 15px;
}

.pager-nav li.next a, li.prev a {
	color:#00B1EE;
}


/* Search Box */
.sbox {
	margin: 0 0 10px 0;
	background:#F5F6F7;
	padding: 30px 20px;
}

.sbox .btns {
	padding:0 15px;
	text-align: center;
}

.sbox .btn-med {
	margin-top:15px;
}


/* BG Dark */
.bg-dark {
	background-color:#000;
	opacity:0.6;
	position:fixed;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	z-index:100;
}


/* Input Type */
input[type=text]:focus,
input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=search]:focus,
input[type=search]:active,
textarea.form-control:focus,
textarea.form-control:active,
select.form-control:focus,
select.form-control:active {
	border:1px solid #F37121;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}



@media (max-width: 768px) {
	.breadcrumb { margin-left:10px; }
}
	
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
   /* .page-title { width:600px; } */
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* .page-title { width:710px; } */
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   /* .page-title { width:700px; } */
}
