body {
  color: #5E5E5E;
  font-family: Myriad Pro;
  font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	line-height:1;
}
h3{
	color:#C2302A;
	margin-top:16px;
	margin-bottom:20px;
}
a{
	color:#1E1F22;
}
a:hover, a:focus{
	text-decoration:none;
	outline: medium none;
}
p{
	margin-bottom:0;
}
img{
	max-width:100%;
	height:auto;
}






.top-slider-section {
  position: relative;
}
.header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header > .container {
  background-color: #FFFFFF;
}
.logo {
  float: left;
  padding: 27px 0 24px;
}
.header-right {
  float: right;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.top-navbar .nav{
    margin-top: 7px;
}
.top-navbar .nav li{
	border-right: 2px solid #BD302A;
}
.top-navbar .nav li:last-child{
	border-right: medium none;
}
.top-navbar .nav li a{
    color: #BD302A;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 0 5px;
}
.top-navbar .nav li a:hover , .top-navbar .nav li a:focus{
	background-color: rgba(0, 0, 0, 0);
}
.login-reg {
  margin: 67px 5px 0 0;
  text-align: right;
}
.login-reg a {
  font-size: 16px;
}

.container.thumbnail-container {
  position: relative;
  top: -14px;
  z-index: 9999999;
}
.thumbnail-box {
    background-color: #FFFFFF;
    box-shadow: 0 -26px 4px 0 #EFEFEF;
    margin: 0 10px;
    min-height: 250px;
    padding: 19px;
}
.thumbnail-box > h6 {
  border-bottom: 2px solid #C6C6C6;
  color: #171717;
  font-size: 16px;
  font-weight: normal;
  margin-top: 14px;
  padding-bottom: 10px;
}
.thumbnail-box > p {
  color: #5E5E5E;
}
.thumb-img > img {
  opacity: 0.5;
}
.thumbnail-box:hover img{
	opacity: 1;
}
.thumbnail-box:hover h6{
  border-bottom: 2px solid #E10C0C;
}
.work_with_us {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  text-align: center;
}
.work_with_us > span {
	font-weight:bold;
}
.work_with_us > a {
  background-color: #C2302A;
  color: #FFFFFF;
  display: inline-block;
  height: 54px;
  margin-left: 15px;
  font-weight: bold;
  padding: 15px 0 0;
  vertical-align: middle;
  width: 168px;
}
.border_btm {
  border-bottom: 1px solid #C2302A;
  padding-bottom: 13px;
}
.current_openings span {
  color: #C2302A;
  margin-right: 5px;
}
.current_openings select {
  border: 1px solid #D3D3D3;
  width: 78.2%;
}
.search_btn {
  background-color: #C2302A;
  border: medium none;
  color: #FFFFFF;
  float: right;
  font-size: 16px;
  height: 27px;
  margin: 15px 0 0;
  width: 77px;
}
.current_openings {
  padding-left: 0;
  padding-right: 0;
  width: 27.1%;
}
.job_table {
  padding: 0 0 0 80px;
  width: 72.9%;
}
.job_table > .table {
  margin-top: 65px;
}
.job_table .table tr > th , .job_table .table tr > td{
    border: 0 none;
    line-height: 1;
    padding: 1px 5px;
}
.job_table .table tr > td{
	padding: 2px 5px;
	color:#000000;
}
.job_table .table tr > td > .apply {
  color: #C2302A;
}
.head-row {
  background-color: #C2302A;
  color: #FFFFFF;
  font-size: 16px;
}
.white-row {
  background-color: #FFFFFF;
}
.ash-row {
  background-color: #D3D3D3;
}



.valet_parker {
  background-color: #C2302A;
  color: #FFFFFF;
  padding: 25px 15px;
  position: relative;
  margin-top: 70px;
  min-height: 270px;
}
.text_contents {
  padding-left: 0;
  padding-right: 0;
}
.red_box {
  padding-right: 0;
}
.valet_parker > img {
  bottom: 0;
  position: absolute;
  right: 0;
}
.valet_parker > p {
  font-size: 23px;
  font-weight: bold;
  line-height: 23px;
  width: 46%;
}
.valet_parker > span {
  display: inline-block;
  font-size: 18px;
  margin-top: 26px;
}
.text_contents ul {
  margin: 0;
  padding-bottom: 25px;
  padding-left: 13px;
}
.text_contents ul li{
	padding-left: 25px;
}

.company_logo {
  padding: 15px 0;
  text-align: center;
}
h3 span {
  font-weight: normal;
}

.footer_nav{
    border-bottom: 2px solid #1D1E22;
    padding-bottom: 5px;
    text-align: center;
}
.footer_nav ul{
    list-style: none outside none;
    padding: 0;
	margin-bottom:0;
}
.footer_nav ul li{
    border-right: 1px solid #B1B1B1;
    display: inline-block;
	line-height: 1;
}
.footer_nav ul li:last-child{
	border-right: medium none;
}
.footer_nav ul li a{
	font-family: times new roman;
	padding: 0 4px;
}
.footer-bottom {
  font-size: 12px;
  padding: 20px 0 12px;
}
.copyright {
  float: left;
}
.designed_by {
  float: right;
}









	/* ==================== Responsive ======================= */

@media (min-width: 1200px) {
.container {
    width: 960px;
	padding-right:10px;
	padding-left:10px;
}
.container.thumbnail-container{
    width: 980px;	
}
.top-slider img{
	width:100%;
	height:auto;
}

}


/*Desktop Screen 1024px  */

@media only screen and (min-width:992px) and (max-width:1199px) {

}



/* Tablet Layout: 768px.  */

@media only screen and (min-width:768px) and (max-width:991px) {
.logo {
  padding: 12px 0;
}
.top-navbar .nav li a {
  font-size: 14px;
}
.login-reg {
  margin-top: 43px;
}
.current_openings {
  float: left;
  width: 37%;
}
.job_table {
  float: right;
  padding: 0 0 0 40px;
  width: 61%;
}
.job_table > .table {
  margin-top: 59px;
}
.text_content_row > .col-md-6 {
  float: left;
  width: 50%;
}
.valet_parker > p {
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  width: 68%;
}
.valet_parker > img {
  width: 56%;
}

}


/* Mobile Layout: 480px.  */

@media only screen and (max-width:767px) {
.header {
  position: relative;
}
.logo {
  text-align: center;
  width: 100%;
  padding-bottom: 0;
}
.header-right {
  width: 100%;
}
.navbar-toggle .icon-bar {
  background-color: #B1302A;
  height: 4px;
  width: 30px;
}
.login-reg {
  margin-top: 10px;
  text-align: center;
}
.navbar-header {
  text-align: center;
}
.navbar-toggle{
	float:none;
}
.top-navbar .nav {
  margin: 0;
}
.top-navbar .nav li {
  border-right: medium none;
}
.top-navbar .nav li a {
  padding: 5px 0;
  text-align: center;
}
.work_with_us {
  font-size: 20px;
}
.work_with_us > a {
  margin: 10px 0 0;
}

.current_openings {
  width: 255px;
}
.job_table {
  padding: 0;
  width: 100%;
}
.valet_parker {
  margin-top: 25px;
}
.valet_parker > img {
  width: 58%;
}
.valet_parker > p {
  width: 63%;
}
.footer_nav ul {
  margin-bottom: 10px;
}
.work_with_us > a {
  height: 44px;
  padding: 14px 0 0;
  width: 150px;
}

}


/* Wide Mobile Layout: 320px.  */

@media only screen and (max-width:479px) {
.thumbnail-box {
  text-align: center;
}
.valet_parker > p {
  font-size: 16px;
  width: 82%;
}
.text_contents ul li {
  padding-left: 10px;
}
.footer-bottom > p {
  text-align: center;
  width: 100%;
}

}

