@import url('https://fonts.googleapis.com/css?family=Open+Sans');

#logo {
    height:80px;
    width:auto;
    margin-top: -25px;
}
.locationsBackground{
    background: #d9d9d9;
    padding: 15px;
    margin-top: 10px;
}
.spacenum {
    font-size: 35px;
    margin-top: 0px;
}
.row.table {
   padding-top: 40px;
   max-width: 900px;
        
}
.table table-striped {
    float: right;
}
.content_tabs ul:after {
    display: block;
    clear: both;
    content: "";
}
.content_tabs ul {
    padding: 0;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content_tabs ul li {
    width: 33.33%;
    float: none;
    text-align: center;
    list-style: none;
    padding: 25px 15px;
    font-size: 16px;
    margin: 10px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: 0 0 1px rgba(0,0,0,0.9);
    border-radius: 4px;
    border-bottom: 3px solid #db1a35;
    position: relative;
    font-family: "Open Sans Light";
    min-height: 215px;
}

.content_tabs ul li a {
    color: #000;
    text-decoration: none;
}
.content_tabs ul li:hover {
    box-shadow: 0 0 10px 1px #ddd;
    background: #D9D9D9;
}
.content_tabs ul li img {
    width: 220px;
    height: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.content_tabs ul li span {
    display: block;
}
.titleHeader.text-right {
    text-align: right;
}
.titleHeader.inner {
    text-align: left;
    border-bottom: 1px solid #000;
}
.titleHeader.text-left {
    text-align: left;
}
#trainTicketBtn {
	margin-top: 15px;
	padding-bottom: 10px;
}
#trainTicketBtn td{
	text-align: right;
}
#trainTicketBtn .fa{
	vertical-align: bottom;
}
#trainTicketBtn td strong{
	padding-bottom: 5px;
	display: inline-block;
	padding-left: 5px;
}
#trainTicketBtn a {
	margin-top: 15px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #fff;
}
#trainTicketBtn a:hover {
	text-decoration: none;
	color: #fff;
}
#trainTicketBtn a:active {
	text-decoration: none;
	color: #000000;
}
#trainTicketBtn a:focus {
	text-decoration: none;
	color: #000000;
}
#trainTicketBtn {
	float:right;
	margin-right:30px;
}
#menubutton {
    margin-top: 20px!important;
}
#header_name h1 {
    margin: 0;
}
body {
    font-family: 'Open Sans Light', sans-serif;
    color: #59636f;
}
a {
  color: #da1a35;
  -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-family: 'Open Sans', sans-serif;
}
a:focus {
  text-decoration: none;
}
#top-nav {
    border-bottom: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.46);
    background-color: #fff;
    border-top: 0;
    color: #485865;
    position: relative;
    z-index: 1;
    padding: 15px 0px 10px 0px;
}
#top-nav.fixed, 
#top-nav.fixed #searchBox form, 
#top-nav.fixed #searchBox button span, 
#top-nav.fixed h1 {
    background-color: #fff;
    color: #485865;
}
#top-nav.fixed h1 {
    color: #485865;
}
#mainLogo {
  /*  background: #fff url(../images/parkingportal/lner-logo.svg) no-repeat!important;*/
    height: 45px;
    width: 250px;
    position: relative;
    padding: 0;
}
#mainLogo a {
    display: block;
    width: 100%;
    height: 100%;
}
#header_name h1:before {
    content: "\f1b9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 12px;
}
#appstore {
    padding: 0;
}
#appstore p {
    color: #db1a35 !important;
}
#top-nav.fixed #appstore {
    margin-top: 0;
}
#loginBtn, #trainTicketBtn {
    display: inline-block;
}
#loginBtn a, #trainTicketBtn a {
    margin-top: 13px;
    color: #db1a35 !important;
}
#loginBtn a:hover, #trainTicketBtn a:hover {
    color: #485865 !important;
}
.content_section > .col-md-2 {
    background-color: #f6f6f9;
    margin-top: 0px;
    padding-top: 60px;
}
/* content area */
.page-content {
   padding-top: 15px;
   background: transparent;
   padding-left: 6vw
}
.page-content a.btn {
    font-family: gilroy-regular,arial,sans-serif;
    border-radius: 2px;
    border-color: silver;
    font-size: 17px;
    color: #485865 !important;
    padding: 15px;
    margin-bottom: 10px;
    text-align: left;
    border: 1px solid #D9D9D9 !important;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
    background: #fff !important;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    text-shadow: none;
    box-shadow: inset 0 -3px 3px #eee;
}
.page-content a.btn:hover {
    color: #da1a35!important;
    box-shadow: inset 0 -4px 4px #ddd;
    background: #fff;
    border-color: #ccc;
    text-shadow: none;
}
.titleHeader span:after, .titleHeader span:before {
    background-color: #485865;
}
.titleHeader {
    font-size: 47px
}
.titleHeader.inner {
    border-bottom: 0;
    margin-left: 12px;
}
.content_tabs ul li
{
  margin: 1%;
  width: 31%;
  box-shadow: 0 0 1px rgba(0,0,0,0.9);
  border-radius: 4px;
  border-bottom: 3px solid #db1a35;
  position: relative;
  font-family: "Open Sans Light";
  min-height: 215px;
}
.content_tabs ul li a {
    color: #475764;
    font-size: 20px;
    font-family: "Open Sans Light";
}
.content_tabs ul li img {
    margin-bottom: 15px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-family: 'Open Sans', sans-serif;

}
.content_tabs ul li:hover {
    box-shadow: 0 0 3px rgba(0,0,0,0.8), inset 0 0 4px rgba(255,255,255,0.8);
    background: #f2f2f2;
}
.content_tabs ul li:hover img {
  transform: scale(0.95);
}
.parking_status {
    margin: 0 8vw;
    border: 1px solid #929292;
    margin-bottom: 10px;
    padding: 3px;
}
.portal_ofers p {
    font-size: 24px;
}
/*menu*/
#sidebar-menu:before {
  content: "Menu";
  display: block;
  padding: 13px;
  background: #db1a35;
  color: #fff;
  font-size: 20px
}
.nav > li > a {
    font-size: 19px;
    padding: 10px;
    color: #485865;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.nav.nav-pills.nav-stacked li a {
    color: inherit;
    background-color: transparent;
}
.nav-pills > li > a {
    border-bottom: 0;
}
ul#sidebar-menu > li{
    color: inherit;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #fff;
    background: transparent !important;
}
ul#sidebar-menu > li > a{
    font-family: 'Open Sans Light', sans-serif;
    color: inherit;
    font-size: 19px;
    padding: 6px 13px 8px 13px;
    background: #ECEDF2;
    right: 0;
    text-shadow: 1px 1px 0px #ffffff;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    overflow: hidden;
}
ul#sidebar-menu > li > a:hover {
    right: -10px;
    background-color: #e0e2e7 !important;
    color: inherit !important;
}
ul#sidebar-menu ul > li > a:hover,
ul#sidebar-menuul > li > a:focus {
    color: inherit;
}
ul#sidebar-menu > li ul li {
    padding: 0;
    margin-left: 11px;
    border-bottom: 1px solid #fff;
}
ul#sidebar-menu > li ul li a {
    padding: 7px 13px 7px 13px;
    font-size: 16px;
    color: #041627;
    background: #d9edff;
    position: relative;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    left: 0;
}
ul#sidebar-menu > li ul li a:hover {
    right: -7px;
    padding-right: 20px;
    background-color: #b6dcff !important;
    color: #041627 !important;
}
ul#sidebar-menu > li ul li a:hover,
ul#sidebar-menu > li ul li a:focus {
  color: inherit;
}
.lines, .lines:before, .lines:after {
    background: #da1a35;
}
#loginBtn, #trainTicketBtn {
    margin-top: 0;
    padding: 0;
}
@media (max-width:1200px){
    #appstore {
        display: none;
    }
    .titleHeader {
        font-size: 40px
    }
}
@media (max-width: 1100px)
{
    .page-content {
        padding-left: 0;
    }
}
@media (max-width:992px) {
	#trainTicketBtn .fa {
		font-size: 28px;
    }
    .content_section > .col-md-2 {
        padding-top: 0!important;
    }
    .content_section > .col-md-2 .nav {
        max-height: 70vh;
    }
    .other_srvc_items p {
        padding-top: 0;
    }
    .page_header {
        min-height: 0;
    }
    .login_register {
        margin-top: 10px;
    }
    ul#sidebar-menu > li > a:hover {
        right: 0;
    }
    ul#sidebar-menu > li ul li {
        margin-left: 0;
    }
}
@media (max-width:767px){
    .content_tabs ul li {
        width: 48% !important;
    }
    #header_name{
        float: inherit;
    }
    #top-nav h1{
        margin: 0;
        text-align: right;
        padding: 10px 3px;
    }
    #mainLogo{
        margin-left: 10px;
    }
	.titleHeader{
		font-size: 24px;
	}
	.content_tabs ul li{
		width: 50%;
	}
	.titleHeader span:after, .titleHeader span:before{
		width: 20px;
		left: -20px;
	}
	.titleHeader span:after{
		left: auto;
		right: -20px;
    }
	#trainTicketBtn td strong{
		width: 35px;
		overflow: hidden;
		height: 20px;
    }
    #loginBtn { 
        margin-right: 0;
        position: relative;
    }
    #loginBtn, #trainTicketBtn {
        padding: 5px 3px;    
    }
    .page-content {
        padding-top: 0px;
    }
}
@media (max-width:525px){
    .content_tabs ul li img {
        width: 100%;
    }
}
@media (max-width:480px){
	.titleHeader{
		font-size: 18px;
	}
	.content_tabs ul li span{
		min-height: 60px;
    }
    #logo {
        width: 200px;
        height: 40px;
        margin-left: inherit;
        margin-top: inherit;
        margin-bottom: inherit;
    }
    #loginBtn{
        display: block;
    }
    #header_name {
        float: left;
        clear: both;
    }
}