/*

Theme Name:         Salesforce Transit Center
Author:             Spritz
Author URI:         http://www.spritzsf.com
Version:            1.0

*/

@font-face {
  font-family: 'Salesforce-Bold';
  src: url('assets/fonts/SalesforceSans-Bold.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/SalesforceSans-Bold.woff') format('woff'), url('assets/fonts/SalesforceSans-Bold.ttf')  format('truetype'), url('assets/fonts/SalesforceSans-Bold.svg#Salesforce-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Salesforce-BoldItalic';
  src: url('assets/fonts/SalesforceSans-BoldItalic.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/SalesforceSans-BoldItalic.woff') format('woff'), url('assets/fonts/SalesforceSans-BoldItalic.ttf')  format('truetype'), url('assets/fonts/SalesforceSans-BoldItalic.svg#Salesforce-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Salesforce-Italic';
  src: url('assets/fonts/SalesforceSans-Italic.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/SalesforceSans-Italic.woff') format('woff'), url('assets/fonts/SalesforceSans-Italic.ttf')  format('truetype'), url('assets/fonts/SalesforceSans-Italic.svg#Salesforce-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Salesforce-Light';
  src: url('assets/fonts/SalesforceSans-Light.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/SalesforceSans-Light.woff') format('woff'), url('assets/fonts/SalesforceSans-Light.ttf')  format('truetype'), url('assets/fonts/SalesforceSans-Light.svg#Salesforce-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Salesforce-LightItalic';
  src: url('assets/fonts/SalesforceSans-LightItalic.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/SalesforceSans-LightItalic.woff') format('woff'), url('assets/fonts/SalesforceSans-LightItalic.ttf')  format('truetype'), url('assets/fonts/SalesforceSans-LightItalic.svg#Salesforce-LightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Salesforce-Regular';
  src: url('assets/fonts/SalesforceSans-Regular.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/SalesforceSans-Regular.woff') format('woff'), url('assets/fonts/SalesforceSans-Regular.ttf')  format('truetype'), url('assets/fonts/SalesforceSans-Regular.svg#Salesforce-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Salesforce-Thin';
  src: url('assets/fonts/SalesforceSans-Thin.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/SalesforceSans-Thin.woff') format('woff'), url('assets/fonts/SalesforceSans-Thin.ttf')  format('truetype'), url('assets/fonts/SalesforceSans-Thin.svg#Salesforce-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Salesforce-ThinItalic';
  src: url('assets/fonts/SalesforceSans-ThinItalic.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/SalesforceSans-ThinItalic.woff') format('woff'), url('assets/fonts/SalesforceSans-ThinItalic.ttf')  format('truetype'), url('assets/fonts/SalesforceSans-ThinItalic.svg#Salesforce-ThinItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* General */


input:focus{
    outline: none;
}

.inner-page{
  padding-top:80px;
}

/*Basic CSS*/

*{
   -webkit-font-smoothing: antialiased ;
  -moz-osx-font-smoothing: grayscale ;
}

*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-focus-inner{border: 0 !important;}
:focus{outline: 0 !important;}

p, ul li{
  font-family: 'Salesforce-Regular',Helvetica, sans-serif; 
  color: #1f2a44; 
  font-size: 15px; 
  line-height: 20px;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p a:hover{color:#0066cc; text-decoration: none; }

h1{font-family: 'Salesforce-Light', Helvetica, sans-serif; color: #1f2a44; line-height: 50px}

a{text-decoration: none !important;}

body{
  font-family: 'Salesforce-Regular',Helvetica, sans-serif;
  color: #1f2a44; 
	overflow-x:hidden;
}
div#subscribe-result a {
    top: 0px;
}
.cursor-dot,
.cursor-dot-outline {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out,
                transform 0.3s ease-in-out;
	z-index:100000;
}
.cursor-dot {
    width: 8px;
    height: 8px;
    background-color: #f7f7f7;
}

.cursor-dot-outline {
    width: 40px;
    height: 40px;
    background-color: rgba(29, 90, 162,0.3);;
}

/* FadeInUp on Scroll transition */
.fadeInUp-scroll.visible {
	transform: translateY(0) !important;
	transition: all 2s;	
	opacity: 1 !important;
}


/* Header */

h1{
  font-size: 64px;
  color: #484b4e;
  font-family: 'Salesforce-Light';
  line-height: 70px;
}
p{
  color: #484b4e;
  font-family: 'Salesforce-Regular';
  line-height: 20px;
}
a{
  font-family: 'Salesforce-Regular';
}

header .navbar-default {
	background: #fff;
	border:none;
	float:none;
	-webkit-transition: ease 0.5s; /* Safari */
    transition: ease 0.5s;
	margin: 0px;
	height: 80px;
	border-bottom:1px solid #f8f8f8;
}
header .navbar-nav {
    float: none;
    text-align: right;
    margin-top: 16px;
}
nav.navbar.navbar-default.active {
	background:#fff;
}
header .navbar-nav>li {
    float: none;
    display: inline-block;
	-webkit-transition: ease 0.3s; /* Safari */
    transition: ease 0.3s;
	background-color: transparent;
}
header .navbar-default .navbar-nav>li>a {
	font-family: 'Salesforce-Bold';
	text-transform:uppercase;
	color:#1F2945;;	
	padding: 12.5px 26.5px;
}
header .navbar-default .navbar-nav>li:hover {
	background-color: #1f2a44;
}
header .navbar-default .navbar-nav>li:hover>a{
	color:#fff;
}
header .navbar-default .navbar-nav>li.active:hover, header .navbar-default .navbar-nav>li.active:focus a{
	background-color: transparent;
}

header .navbar-default .navbar-nav>.active>a,header .navbar-default .navbar-nav>.active>a:focus,header .navbar-default .navbar-nav>.active>a:hover,header .navbar-default .navbar-nav>.open>a,header .navbar-default .navbar-nav>.open>a:focus,header .navbar-default .navbar-nav>.open>a:hover {
	color:#215ca0;
	background-color: transparent;
}

header .navbar-nav>li>.dropdown-menu{
	background:#1f2a44;
	color:#fff;
	margin-top:20px !important;
	padding: 15px 0;
	border-radius:4px;
	left: 0;
	right: auto;
}

header .navbar-nav>li>.dropdown-menu:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(31, 42, 68, 0);
	border-bottom-color: #1f2a44;
	border-width: 20px;
    margin-left: -20px;
}
header .dropdown-menu>li>a {
	color:#fff;
	font-family: 'Salesforce-Bold';
	text-transform:capitalize;
	padding: 10px 20px;
}
header .dropdown-menu>li>a:focus, header .dropdown-menu>li>a:hover {
	color:#1f2a44;
	background-color: #fff;
}

/* ========== Home Page ============ */
.home {
    overflow: hidden;
}
section.home-banner {
    position: relative;
}
.home-slider .carousel-inner .item{
	width:100%;
	height:95vh;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
}
.banner-wrap {
	width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40%;
    z-index: 99;
	margin-top: -150px;
}
.banner-inner {
	background-color: rgba(226, 247, 255, 0.68);
	-ms-transform: skew(-15deg,0deg);
    -webkit-transform: skew(-15deg,0deg);
    transform: skew(-15deg,0deg);
	position: relative;
}
.banner-content{
	-ms-transform: skew(15deg,0deg);
    -webkit-transform: skew(15deg,0deg);
    transform: skew(15deg,0deg);
	padding: 20px 30px 36px 30px;
}
.banner-content > h1, .banner-content > h2 {
	margin:0px;
}
.banner-content > h1 {
  color: #1f2945;
  font-family: 'Salesforce-Regular';
  font-size: 42px;
  text-align: left;
  text-transform: none;
  line-height: 45px;
  line-height: initial;
}
.banner-content > h2 {
  color: #1f2945;
  font-family: 'Salesforce-Regular';
  font-size: 22px;
  line-height: 34px;
}
.banner-content a {
	position: absolute;
    display: block;
    font-family: 'Salesforce-Bold';
    text-transform: uppercase;
    color: #fff;
    background: #215ca0;
    text-decoration: none;
    transition: ease 0.5s;
    z-index: 2;
    -ms-transform: skew(-15deg,0deg);
    -webkit-transform: skew(-15deg,0deg);
    transform: skew(-15deg,0deg);
	font-size: 15px;
	letter-spacing: 2px;
	padding: 12px 30px;
	text-align: center;
	bottom: -25px;
}
.banner-content a:hover, .event-content a:hover{
	color: #fff;
    background: #1f2a44;
}
.banner-content a>span {
    -ms-transform: skew(15deg,0deg);
    -webkit-transform: skew(15deg,0deg);
    transform: skew(15deg,0deg);
    display: block;
}
ol.custom_indicators {
    width: 110px;
    position: absolute;
    left: 50%;
    margin: 0px;
    margin-left: -55px;
    background: #1f2945;
	padding: 12.5px 0px;
    bottom: -23px;
	border-bottom:1px solid #bfbfbf;
	border-radius:3px;
}
.custom_indicators .active {
    width: 18px;
    height: 18px;
    margin: 0;
    background-color: #e2f7ff;
}
.custom_indicators li {
	width: 15px;
    height: 15px;
	background-color:#7f8ea1;
	border:0px;
}
.custom_controls {
    width: 36px;
    position: absolute;
    bottom: -36px;
    left: 50%;
    margin-left: -86px;
    z-index: 16;
}
a.left.left-control, a.right.right-control {
	display: block;
    background: #e2f7ff;
    height: 36px;
    border-bottom: 1px solid #bfbfbf;
    padding: 0px 13px;
    line-height: 36px;
    font-size: 30px;
    color: #1f2945;
	border-radius:3px;
}
.playpause {
	position: absolute;
    bottom: 25px;
    z-index: 9;
    left: 50%;
    margin-left: 55px;
}
.playpause a {
	display: block;
    color: #1f2945;
    background: #e2f7ff;
    padding: 13px 13px 13px 15px;
    position: absolute;
	cursor: pointer;
}
#playButton{
	padding: 13px 15px 13px 15px;
}
.playpause a i.fa{
    font-size: 20px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

section.welcome-section {
    padding: 100px 0px 40px 0px;
	background: #fff url("images/texture.png") no-repeat;
	background-position: right top -60px;
}
.welcome-content {
    padding: 0px 60px 0px 30px;
}
.welcome-content h1, .weather_set h1{
  color: #1f2945;
  font-family: 'Salesforce-Regular';
  font-size: 40px;
  line-height: 57px;
  margin:0px;
}
.welcome-content p{
  color: #1f2945;
  font-family: 'Salesforce-Regular';
  font-size: 17px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 30px;
}
.welcome-content p span{
  color: #1d5aa2;
  font-family: 'Salesforce-Regular';
  font-size: 20px;
}
.weather_set{
	background:#c1e8ff;
	width:310px;
	height:262px;
	position: relative;
    z-index: 8;
	border-radius:2px;
	padding: 20px 30px;
	box-shadow: -10px 10px 0px 0px #89d2fa;
    -webkit-box-shadow: -10px 10px 0px 0px #89d2fa;
    -moz-box-shadow: -10px 10px 0px 0px #89d2fa;
}
.weather_set h1{
	font-size:24px;
	line-height:initial;
}
.weather_box_border{
	width:330px;
	height:10px;
	background:#89d2fa;
	position:relative;
	top: -10px;
	border-radius:2px;
	left:-40px;
}
.awecf.awe_wide {
    padding-top: 15px;
}
.awesome-weather-header{
	display:none;
}
.awesome-weather-current-temp h3{
    font-size: 42px;
    color: #1f2945;
	font-family: 'Salesforce-Regular';
	margin: 0px;
}
.awesome-weather-current-temp h3 span {
    font-size: 17px;
    vertical-align: top;
    position: relative;
    top: 6px;
    left: 5px;
}
.awesome-weather-forecast-day-temp span{
	font-size: 8px;
    vertical-align: top;
    position: relative;
    top: -5px;
    left: 5px;
}
.day_time p {
	color: #1f2945;
	font-family: 'Salesforce-Bold';
	font-size:16px;
	text-transform:capitalize;
    letter-spacing: 1.6px;
	padding-top: 10px;
}
.awe_desc p{
	margin:0px;
	color: #00a0e3;
	font-family: 'Salesforce-Bold';
	line-height: 13px;
	text-align: left;
	text-transform: uppercase;
	font-size:10px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.awe_humidty, .awe_wind, .awe_highlow, .awesome-weather-attribution {
    display: none;
}
ul.awesome-weather-forecast.awecf {
    padding: 0px;
    list-style: none;
    display: block;
    margin-top: 30px;
}
ul.awesome-weather-forecast.awecf li {
    display: inline-block;
    text-align: center;
    margin-left: 30px;
}
ul.awesome-weather-forecast.awecf li:first-child {
    margin-left: 0px;
}
.awesome-weather-forecast-day-abbr {
	color: #1f2945;
	font-family: 'Salesforce-Regular';
	font-size: 15px;
	position: relative;
    left: -3px;
}
.awesome-weather-forecast-day-temp {
    font-size: 22px;
    color: #00a0e3;
	font-family: 'Salesforce-Bold';
}
.image_clouds {
    position: absolute;
    right: -75px;
    top: 15px;
}
.open_time{
	background: #f5f2f2;
	height: 165px;
    width: 270px;
	position: relative;
	top: -35px;
	left:130px;
	text-align:center;
	padding: 55px 20px 20px 20px;
}
.open_time h3{
	margin:0px;
	font-size: 24px;
}
.open_time p, .open_time h3{
	color: #1f2945;
	font-family: 'Salesforce-Bold';
}
.open_time p span{
	font-family: 'Salesforce-regular';
}
.open_time p {
    font-size: 15px;
	font-family: 'Salesforce-Bold';
}
.event-section{
	position:relative;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
}
.event-wrap{
	background-color: rgba(137, 210, 250, 0.69);
    -ms-transform: skew(-12deg,0deg);
    -webkit-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
    text-align: center;
    width: 440px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -220px;
    z-index: 99;
    margin-top: -80px;
	border-radius:3px;
}
.event-content{
    -ms-transform: skew(12deg,0deg);
    -webkit-transform: skew(12deg,0deg);
    transform: skew(12deg,0deg);
	padding:10px 20px;
}
.event-content h1{
	color: #1f2945;
	font-size: 42px;
	line-height: 54px;
	font-family: 'Salesforce-Regular';
	margin:20px;
}
.event-content a{
	color: #ffffff;
	font-family: 'Salesforce-Bold';
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	-ms-transform: skew(-15deg,0deg);
    -webkit-transform: skew(-15deg,0deg);
    transform: skew(-15deg,0deg);
	background: #215ca0;
	display: inline-block;
	padding: 12px 30px;
	margin-top: 0px;
}
.event-content a>span {
    -ms-transform: skew(15deg,0deg);
    -webkit-transform: skew(15deg,0deg);
    transform: skew(15deg,0deg);
    display: block;
}
.transportation-section {
	position:relative;
	padding-top:30px;
	padding-bottom:50px;
	z-index: 9;
}
.transportation-section h2{
	color: #1f2945;
	font-family: 'Salesforce-Regular';
	font-size: 42px;
	line-height: 54px;
	text-align: center;
	margin-top:0px;
	margin-bottom:20px;
}
.transportation-content{
	position:relative;
}
.transportation-section-two {
	padding-top:30px;
    padding-bottom: 100px;
	position:relative;
}
.home_park{
	position: absolute;
    width: 300px;
    padding: 20px 36px;
    background-color: #e3f7ff;
    box-shadow: -2px 17px 56px -10px rgba(0,0,0,0.3);
    -webkit-box-shadow: -2px 17px 56px -10px rgba(0,0,0,0.3);
    -moz-box-shadow: -2px 17px 56px -10px rgba(0,0,0,0.3);
    -ms-transform: skew(-15deg,0deg);
    -webkit-transform: skew(-15deg,0deg);
    transform: skew(-15deg,0deg);
}
.home_park .map_con {
    -ms-transform: skew(15deg,0deg);
    -webkit-transform: skew(15deg,0deg);
    transform: skew(15deg,0deg);
    overflow: hidden;
    padding: 0 0 0 5%;
}
.home_park .map_con ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.transportation-content .trans_map_park-2 {
    top: unset;
    right: 13%;
    bottom: 55%;
}
.transportation-content .trans_map_park-1 {
    left: 14.5%;
    bottom: 11.5%;
}
.transportation-content .trans_map_park-1:after{
	left: 10px;
	border-top: 20px solid #89D2FA;
}
.transportation-content .trans_map_park-2:after{
	left: 50px;	
	border-top: 20px solid #89D2FA;
}
.transportation-content .homebus_img img {
	top:0px;
	right:0px;
	width:100%;
}
.container.transit-layout-cont {
    z-index: 11;
    position: relative;
}
.transportation-section-two .transit-layout {
	margin-left: 0px;
}
.transit-layout img {
    box-shadow: -10px 10px 0px 0px #c2e8ff;
    -webkit-box-shadow: -10px 10px 0px 0px #c2e8ff;
    -moz-box-shadow: -10px 10px 0px 0px #c2e8ff;
}
.transit-content{
	margin-left:30px;
}
.transit-content h3 {
    font-family: 'Salesforce-regular';
    font-size: 42px;
    line-height: 52px;
    color: #1f2a44;
}
.transit-content p {
    font-size: 15px;
    line-height: 22px;
}
.transit-content p, .transit-top a {
    font-family: 'Salesforce-Regular';
    margin-top: 15px;
    color: #1f2a44;
}
ul.company-logos {
    margin-top: 30px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
	margin-left:-40px;
}
ul.company-logos li {
	display: inline-block;
    width: 185px;
    margin-bottom: 40px;
	vertical-align:top;
	text-align:center;
}
ul.company-logos li a p {
    margin: 10px 0px 0px;
    padding: 0px;
	color:#1D5AA2;
	text-decoration:underline;
}

.transit-content h4{
	font-size:20px;
	position: relative;
	font-weight: bold;
}
.transit-content h4:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 70%;
    height: 1.5px;
    content: '\a0';
    background-color: #d1c9c6;
	margin-left: 10px;
}
.home-content-overlay-left {
    background-image: url(images/texture.png);
    background-repeat: no-repeat;
    background-size: initial;
    position: absolute;
    left: -20em;
    top: -20em;
    height: 728px;
    width: 100%;
    z-index: 8;
}

.home-content-overlay-right {
    background-image: url(images/texture.png);
    background-repeat: no-repeat;
    background-size: auto;
	background-position: right;
    position: absolute;
    right: -20em;
    top: -20em;
    height: 728px;
    width: 100%;
    z-index: 8;
}

/*.bus-deck-logo {
    padding: 0;
    margin: 50px 0 0;
    text-align: center;
}
.bus-deck-logo li {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    text-align: center;
    min-height: 172px;
    margin: 0px 5px;
    background-repeat: no-repeat;
    background-position: top center;
}
.bus-deck-logo li a>img{
	padding-bottom:18px;
	text-align:center;
}
.bus-deck-logo li p{
  color: #1f2945;
  font-family: 'Salesforce-Regular', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}*/

/*Page Park*/

.page_park, .page_park .page_park-banner{width: 100%; position: relative;}
.page_park .page_park-banner img{width:100%; height: auto;}

.page_park-map_park{
  position: absolute;  
  width: 753px;
  padding:20px 36px;
  background-color: rgba(226,247,255,0.8);
  left:50%;
  top:27%;
  margin-left: -378px;
  box-shadow: -2px 17px 56px -10px rgba(0,0,0,0.3);
  -webkit-box-shadow: -2px 17px 56px -10px rgba(0,0,0,0.3);
  -moz-box-shadow: -2px 17px 56px -10px rgba(0,0,0,0.3);

  -ms-transform: skew(-5deg,0deg); /* IE 9 */
  -webkit-transform: skew(-5deg,0deg); /* Safari */
  transform: skew(-5deg,0deg); /* Standard syntax */
}
.page_park-map_park .page_park-map_con{
 -ms-transform: skew(5deg,0deg); /* IE 9 */
  -webkit-transform: skew(5deg,0deg); /* Safari */
  transform: skew(5deg,0deg); /* Standard syntax */
  overflow:hidden;
  padding: 0 0 0 5%;
}

.page_park-map_park .page_park-map_con h1 {
    font-family: 'Salesforce-Light', Helvetica, sans-serif;
    color: #1f2945;
    line-height: 56px;
    font-size: 42px;
    padding: 0 20px;
}

.park_intro{
  width: 100%; background: url(assets/images/texture-right.png) no-repeat top -30px right;
  padding: 60px 0;
}
.park_intro ul{padding: 0; margin: 0; text-align: center;}
.park_intro ul li{width: 48%; display: inline-block; text-align: left; padding: 15px;}
.park_intro ul li:first-child{margin-right:20px; vertical-align: top;}
.park_intro ul li p{font-size: 20px; line-height: 28px;}

.parks_sec{padding-bottom: 30px;width: 100%; clear: both;}
.parks_sec .part-list {
    perspective: 100vw;
    margin-left: 11%;
}
.parks_sec ul.parks{
	width: 100%; 
	padding: 0;
	margin: 0; 
	float: left;     
	-webkit-transform: rotateY(15deg) !important;
    transform: rotateY(15deg) !important;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.parks_sec ul.parks li{display: inline-block; width: 25%;  float: left; padding-right:60px;}
.parks_sec ul.parks li img{    
	position: relative;
    right: -10px;
    top: -10px;
    width: 100%;
    height: auto;
}
.parks_sec ul.parks li h2{
  width: 90%; display: block;
  margin: auto; border-radius: 3px; 
  background-color: #89d2fa;
  font-family: 'Salesforce-Regular', Helvetica, sans-serif;
  color: #1f2a44;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  padding: 16px;
  position: relative;
  top: -30px;
  left:10px;
  -webkit-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
}
.parks_sec ul.parks li h2 span{
    -webkit-transform: rotateY(-10deg) !important;
    transform: rotateY(-10deg) !important;
    display: block;
}
.image_cont_list{
	background-color: #c2e8ff;
    box-shadow: -18px 50px 24px -8px rgba(0,0,0,0.3);
    -webkit-box-shadow: -18px 50px 24px -8px rgba(0,0,0,0.3);
    -moz-box-shadow: -18px 50px 24px -8px rgba(0,0,0,0.3);
	perspective: 100vw;
}
.park_events_btn{
	text-align:center;
}
.park_events_btn a{
	-ms-transform: skew(-15deg,0deg);
    -webkit-transform: skew(-15deg,0deg);
    transform: skew(-15deg,0deg);
	letter-spacing: 1px;
    padding: 12px 30px;
	background: #215ca0;
	display:inline-block;
	color:#fff;
	font-size:18px;
	font-family: 'Salesforce-Bold';
	text-transform:uppercase;
	margin-top: 20px;
}
.park_events_btn a:hover{
	color: #fff;
    background: #1f2a44;
}
.park_events_btn a span{
	-ms-transform: skew(15deg,0deg);
    -webkit-transform: skew(15deg,0deg);
    transform: skew(15deg,0deg);
	display:block;
}
.content_park {
    padding: 0px 15px 50px 15px;
}

/* ========== Tours ============ */
.tours{
  background: #fff url("images/tours-bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  float: left;
  margin-bottom: 95px;
}
.tours h1{
  text-align: center;
  font-size: 64px;
  color: #484b4e;
  font-family: 'Salesforce-Light';
  margin-bottom: 30px;
}
.tours p{
  text-align: center;
  margin-bottom: 20px;
  padding: 0px 5px;
}
.tours .register-tour{
  float: left;
  width: 100%;
  background-color: #f5f2f2;
  margin-top: 60px;
}
.tours .register-tour:before{
  margin-top: -2%;
  position: absolute;
  content: " ";
  width: 100%;
  height: 75px;
  background-color: #f5f2f2;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  color: transparent;
  z-index: 0;
}
.tours .register-tour .text-con{
  margin-top: 20px;
}
.tours .register-tour h6,.tours .register-tour h5 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 21px;
  color: #1f2a44;
  font-family: 'Salesforce-Regular';
}
.tours .register-tour h5{
	font-size: 23px;
}
.tours .register-tour p{
	font-size: 14px;
	font-family: 'Salesforce-Bold';
	text-transform:uppercase;
	letter-spacing:1.3px;
	color: #1f2a44;
}
.tours .register-tour .button-con{
  margin-bottom: 0;
}
.tours .register-tour ul{
  list-style: none;
  padding-left: 0;
  position: relative;
  top: 45px;
  margin-top: -20px;
}
.tours .register-tour li{
  float: left;
  display: inline-block;
  transition: background 0.4s;
  transform: skew(-12deg); 
  background-color: #215ca0;
  border-radius: 4px;
  width: 260px;
  height: 88px;
  margin-right: 20px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.tours .register-tour li:last-child{
  margin-right: 0px;
}
.tours .register-tour li a{
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-family: 'Salesforce-Bold';
  color: #fff;
  text-align: center;
  transform: skew(12deg); 
  line-height:23px;
}
.tours .register-tour li:nth-child(1) a{
  padding: 30px 20px; 
}
.tours .register-tour li:nth-child(2) a{
  padding: 21px 20px; 
}
.tours .register-tour li:nth-child(3) a{
  padding: 30px 20px; 
}
.tours .register-tour li:nth-child(4) a{
  padding: 30px 20px; 
}
.tours .register-tour li:hover{
  background-color: #1f2a44;
}

/* ========== Bus Operations ============ */
.bus-operations{
  width: 100%;
  float: left;
  margin-bottom: 150px;
}
.bus-operations h3{
  text-align: center;
  font-size: 32px;
  color: #484b4e;
  font-family: 'Salesforce-Light';
}
.bus-operations h1{
  text-align: center;
  font-size: 64px;
  color: #484b4e;
  font-family: 'Salesforce-Light';
  margin-top: 0;
}
.bus-operations .text-con p{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 55px;
  padding: 0px 30px;
}
.bus-operations .banner img{
  width: 100%;
}
.bus-operations .bus-list{
  padding: 80px 0px 110px;
  background: #fff url("images/tours-bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  float: left;
}
.bus-operations .bus-list ul{
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.bus-operations .bus-list li{
  display: inline-block;
  text-align: center;
  width: 33%;
  padding: 0 15px;
  margin-bottom: 5em;
}
.bus-operations .bus-list li:nth-child(1) img{
  margin-bottom: 20px;
}
.bus-operations .bus-list li:nth-child(2) p{
  margin-top: 15px;
  position: relative;
  top: 15px;
}
.bus-operations .bus-list li:nth-child(3) p {
   position: relative;
    top: 15px;
}
.bus-operations .bus-list li:nth-child(3) .three_link{
	position: relative;
    top: 15px;
}
.bus-operations .bus-list li:nth-child(2) a{
  position: relative;
  top: 15px;
}
.bus-operations .bus-list li:nth-child(3) img{
  margin-bottom: 8px;
}
.bus-operations .bus-list li:nth-child(4) img{
  margin-bottom: 20px;
}
.bus-operations .bus-list li:nth-child(5) img{
  margin-bottom: 20px;
}
.bus-operations .bus-list li p{
  font-size: 15px;
   
}
.bus-operations .bus-list li a{
  font-size: 15px;
}
.bus-operations .extra-info {
  width: 100%;
  float: left;
  background: #f5f2f2;
  position: relative;
  z-index: 1;
}
.bus-operations .extra-info:before, .bus-operations .extra-info:after {
  background: inherit;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.bus-operations .extra-info:before {
  top: 0;
  transform: skewY(-1.7deg);
  transform-origin: -100%;
}
.bus-operations .extra-info:after {
  bottom: 0;
  transform: skewY(1.7deg);
  transform-origin: -100%;
}
.bus-operations .extra-info .big-font h2{
	padding-top:10px;
  font-size: 42px;
  color: #484b4e;
  font-family: 'Salesforce-Light'; 
  line-height: 50px;
}
.bus-operations .extra-info .small-font p{
  font-size: 14px; 
  padding: 40px 0px;
  line-height:20px;
}



/*About Page*/
.about-banner{overflow: hidden;}
.about-banner .abt_intro{ text-align: center; margin-top:20px; }
.about-banner .abt_intro h1{font-family: 'Salesforce-Light', Helvetica, sans-serif; color: #1f2a44; font-size: 64px; margin: 15px 0 30px 0;}
.about-banner .abt_intro h2{font-family: 'Salesforce-Light', Helvetica, sans-serif; color: #1f2a44; font-size: 32px}

.about-slide_con{width: 100%}
.about-slider{perspective: 100vw;}
.about-slider .slick-list{
  width: 100% !important ;
  -webkit-transform: rotateY(20deg) !important;
    transform: rotateY(20deg) !important;

    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-left: 8%;
    padding-top: 20px;
  }
.about-slider div.slick-slide .image_con{
  background-color: #c2e8ff;
  box-shadow: -16px 39px 24px -8px rgba(0,0,0,0.3);
  -webkit-box-shadow: -16px 39px 24px -8px rgba(0,0,0,0.3);
  -moz-box-shadow: -16px 39px 24px -8px rgba(0,0,0,0.3);
 }
.about-slider div.slick-slide .image_con img{position: relative; right:-10px; top:-10px; width: 100%; height: auto}
.about-slider div.slick-slide {padding: 0 40px;}
.about-slider div.slick-slide .icon{display: block; margin: -40px auto auto; z-index: 101; position: relative;} 
.about-slider .slick-list .slick-track .slick-slide div div{ perspective: 100vw;}
.about-slider div.slick-slide h2{
	width: 74%; 
	font-family: 'Salesforce-Regular',Helvetica, sans-serif;   
	color: #1f2a44;   
	font-size: 20px;
   -webkit-transform: rotateY(-20deg) !important;
   transform: rotateY(-20deg) !important;
   -webkit-transform-origin: left center;
   -ms-transform-origin: left center;
   transform-origin: left center;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}

.about-slider .slick-prev{width: 50px; height: 50px; background:url(assets/images/left_arrow.png) no-repeat center; left:86px;}
.about-slider .slick-next{width: 50px; height: 50px; background:url(assets/images/right_arrow.png) no-repeat center; right:85px;}




.abt-map{width: 100%; padding: 30px 0 50px 0; margin: 0;}
.abt-map h1{ font-size: 42px; line-height:50px; }
.map_img{ margin-top:70px;  background-color: #e3f7ff; width: 698px; height: 480px;}
.map_img img{ position: relative; top:-10px; right: -10px; }
.map_park{
  position: absolute;  
  width: 360px;
  padding:20px 36px;
  background-color: #e3f7ff;
  box-shadow: -2px 17px 56px -10px rgba(0,0,0,0.3);
  -webkit-box-shadow: -2px 17px 56px -10px rgba(0,0,0,0.3);
  -moz-box-shadow: -2px 17px 56px -10px rgba(0,0,0,0.3);

  -ms-transform: skew(-15deg,0deg); /* IE 9 */
  -webkit-transform: skew(-15deg,0deg); /* Safari */
  transform: skew(-15deg,0deg); /* Standard syntax */
}
.map_park .map_con{
 -ms-transform: skew(15deg,0deg); /* IE 9 */
  -webkit-transform: skew(15deg,0deg); /* Safari */
  transform: skew(15deg,0deg); /* Standard syntax */
  overflow:hidden;
  padding: 0 0 0 5%;
}

.map_park .map_con ul{padding-left: 20px; margin-bottom: 0 }
.map_park h1{  margin: 0 ; font-size: 42px; line-height:50px}
.map_park p{padding: 0;margin: 0}
.map_park-1{ top:20%; left:-20%; }
.map_park-2{ top:-12%; right:-32%; }
.map_park-3{ bottom:-21%; right:14%; }
.map_park-1:after{
  content: "";
   width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #e3f7ff;

  top: 59px;
  position: relative;
  left: 268px;
  opacity: 0.8;
}
.map_park-2:after{
  content: "";
   width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #e3f7ff;

  top: 59px;
  position: relative;
  left: -8px;
  opacity: 0.8;
}

.map_park-3:after{
  content: "";
  width: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-bottom: 20px solid #e3f7ff;

  top: -169px;
  position: relative;
  left: 128px;
  opacity: 0.8;
}

.map_icon{display: none;}
section.transportation.about-transportation{
	background:none;
	padding-bottom:0px;
}

/* Activities */

.park-hall-activities {
	background-color:#f5f2f2;
    background-image: url(images/activity-texture-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    color: #fff;
    background-position: right bottom -100px;
	margin-top:100px;
	padding-bottom:70px;
}
.park-hall-activities:before {
    content: " ";
    transform: skewY(2.8deg);
    background: #f5f2f2;
    width: 100%;
    height: 190px;
    float: left;
    top: -7em;
    position: absolute;
    z-index: -10;
}
.park-hall-activities h3{
	font-family: 'Salesforce-Light';
	font-size: 42px;
	color:#122643;
}
p.grand-subtitle {
	font-family: 'Salesforce-Bold';
    font-size: 16px;
}
.park-activities , .hall-activities {
	padding-right:65px;
}
.park-activities ul, .hall-activities ul{
    margin-top: 25px;
	list-style: none;
	padding-left: 0px;
}
.park-activities ul li:first-child, .hall-activities ul li:first-child {
    background-image: url(images/activity-first-pointer.png);
    background-repeat: no-repeat;
	background-position:left top;
}
.park-activities ul li:last-child, .hall-activities ul li:last-child {
    border-left: 0px;
    background-image: url(images/activity-last-pointer.png);
    background-repeat: no-repeat;
	background-position:left top;
}
.park-activities ul li:last-child .pointer-line, .hall-activities ul li:last-child .pointer-line {
	display:none;
}
.park-activities ul li, .hall-activities ul li {
    padding-left: 50px;
    background-image: url(images/activity-pointer.png);
    background-repeat: no-repeat;
	background-position:left top;
	position:relative;
}
.activity-list{
	padding-bottom: 20px;
}
p.activites-time {
    color: #005ca4 !important;
	margin: 0px !important;
}
p.activites-time span{
	font-size:12px !important;
}
.park-activities h4, .hall-activities h4{
	font-size:22px;
	font-family: 'Salesforce-Bold';
	color:#122643;
	margin-top: 5px;
	margin-bottom: 5px;
}
.park-activities p, .hall-activities p {
	font-family: 'Salesforce-Bold';
	color:#122643;
	font-size:16px;
}
.park-activities p span, .hall-activities p span{
	color:#59565c;
	font-size:16px;
	font-family: 'Salesforce-BoldItalic';
}
.pointer-line{
	position: absolute;
    background-color: #59565c;
    width: 1px;
    left: 11px;
    z-index: 0;
    top: 23px;
	height:100%;
}
/* Bus Deck */

.bus-deck {
	background-image:url(images/bust-deck-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	position:relative;
	height:69vh;
	color:#fff;
}
.animate-image {
    position: relative;
}
.animate-image img {
    position: absolute;
    top: 32px;
    left: 110px;
}
.bus-deck p.margin-adjust{
	margin-left:-20px;
	margin-bottom: 0px;
}
.bus-deck h3{
	font-family: 'Salesforce-Light';
	font-size: 40px;
	margin: 0px;
}
.bus-deck h4{
	font-family: 'Salesforce-Bold';
	font-size:19px;
}
.bus-deck p{
	color: #fff;
    font-size: 16px;
	line-height: 24px;
}
.bust-deck-content{
	margin-left:180px;
	padding-top: 35px;
}
.bust-deck-extra h4 {
    font-size: 23px;
}
.bust-deck-extra {
    padding-top: 85px;
}

/* Pedestrian Way */

.pedestrian-way{
	text-align:center;
	padding-top: 40px;
}
.pedestrian-way h3{
	font-family: 'Salesforce-Light';
	font-size: 40px;
}
.pedestrian-way p{
	font-family: 'Salesforce-Bold';
}
.pedestrian-way h4{
	font-family: 'Salesforce-Bold';
	font-size: 22px;
}
.pedestrian-way img{
	width:100%;
	margin-top:20px;
}

.reality{
  padding: 0;
  position: relative;
  z-index: 10;
}
.reality_con{ padding: 80px 0 80px; }
.reality-vision .content{padding: 0 30px }
.reality-vision .content h1{margin: 0;font-size: 42px;  margin-bottom: 10px; line-height: 55px;}
.reality .content{padding-top: 40px;}
.vision{ margin-top: 0px; position:relative; }
.patch-bg {
	position: absolute;
    height: 170px;
    right: 0px;
    width: 100%;
    background: #f5f2f2;
    top: 0em;
}
.patch-bg:before{
	content: " ";
    transform: skewY(-7deg);
    background: #f5f2f2;
    width: 100%;
    height: 310px;
    float: left;
    top: -15em;
    position: absolute;
    z-index: -30;
}
.patch-bg:after{
	content: " ";
    transform: skewY(7deg);
    background: #f5f2f2;
    width: 100%;
    height: 233px;
    float: left;
    top: 5em;
    position: absolute;
    z-index: -30;
}
.vision_con {
    margin: 20px 0 80px;
}
.vision .content{padding-top: 70px;}

.reality-vision .img_con{width: 559px;  background-color:#e3f7ff; position:relative;bottom: -15px;}
.reality-vision .img_con img{width:100%; height:auto;
  position: relative; top:-15px; right: -15px;
}
/*Transportation - Page*/
.transportation {overflow: hidden; background:url(assets/images/texture-right.png )no-repeat top 30% right; padding-bottom:50px; }
.transportation .transportation-section{
	padding:0px;
}
.transportation .transport_intro{ text-align: center; }
.transportation .transport_intro h1{font-family: 'Salesforce-Light', Helvetica, sans-serif; color: #1f2a44; font-size: 63px; margin: 15px 0 20px 0;}
.transportation .transport_intro h2{font-family: 'Salesforce-Light', Helvetica, sans-serif; color: #1f2a44; font-size: 32px}
.transportation .transport_intro p{ font-size: 16px; }

.trans_map_park-1{ left: -132px;    bottom: 18%; }
.trans_map_park-1:after{
  content: "";
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e3f7ff;
  top: 59px;
  position: relative;
  left: 200px;
  opacity: 0.8;
}

.trans_map_park-2{ top: 4%; right: -18%; }
.trans_map_park-2:after{
  content: "";
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e3f7ff;
  top: 59px;
  position: relative;
  left: 0;
  opacity: 0.8;
}

.transportation .map_park h5{ font-family: 'Salesforce-Bold', Helvetica, sans-serif; color: #1f2a44; font-size: 15px; margin:5px 0 0 0  ; text-transform: uppercase; line-height: 20px; letter-spacing: 1.2px;}

.transportation .commuter{padding: 50px 0; }
.transportation .commuter_sec{background:url(assets/images/texture-left.png )no-repeat top 0% left;}
.transportation .commuter h1{font-size: 56px; line-height:64px;}

.commuter-list{padding: 0; margin:50px 0 0; text-align: center;}
.commuter-list li{
  display:inline-block;
  vertical-align: top;
  width: 250px;
  text-align: center;
  min-height: 172px;
  margin: 0 1.7%;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 45px; 
}

.commuter-list li h2{font-family: 'Salesforce-Light', Helvetica, sans-serif; color: #1f2a44; font-size: 16px;display: block; height: 70px; vertical-align: top; }


.trans-authority{ display: block; width: 75%; margin: auto; clear: both; text-align: center; }
.trans-authority p{color: #999999; font-size: 20px;}
.trans-authority span{display: block; color: #215ca0}

/* Transportation Logo */

ul.transporation-logos{
	list-style:none;
	display:block;
	padding:0px;
	margin:0px auto;
	text-align: center;
}
ul.transporation-logos li {
	display:inline-block;
	text-align:center;
	width: 191px;
	vertical-align: top;
}
ul.transporation-logos li a p{
	margin: 10px 0px 0px;
    padding: 0px;
    color: #1D5AA2;
    text-decoration: underline;
}
.transporation-logo-sec {
    padding-top: 50px;
}

/* Events */

.events-banner img{
	width:100%;
}
.event-category-list{
	float:left;
}
ul.event-category-list {
	list-style: none;
	padding-left: 0;
	position: relative;
	display: table;
}
ul.event-category-list li {
	float: left;
	display: table-cell;
	transition: background 0.4s;
	transform: skew(-12deg);
	background-color: #215ca0;
	border-radius: 4px;
	width: 280px;
	height: 88px;
	margin-right: 16px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	vertical-align: middle;
}
ul.event-category-list li:hover, ul.event-category-list li.active {
	background-color: #1f2a44;
}
ul.event-category-list li a {
	display: table-cell;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Salesforce-Bold';
	color: #fff;
	text-align: center;
	transform: skew(12deg);
	line-height: 23px;
	vertical-align: middle;
	height: inherit;
	text-align: center;
	width: inherit;
}
ul.event-category-list li:last-child{
	margin-right:0px;
}
.event-categories {
	background:#f5f2f2;
	margin-top:50px;
	padding-bottom:30px;
}
.event-categories .category-content {
	text-align:center;
}
.event-categories .category-content p {
	padding-top: 30px;
}
.event-categories .category-content th, #event-tabs-accordion th{
	font-size:16px;
	height:70px;
}
.event-categories .category-content td, #event-tabs-accordion td{
	text-align:left;
	font-family: 'Salesforce-regular';
	color:#1f2945;
	padding-top: 15px;
	padding-bottom: 15px;
}
.event-categories .category-content td:first-child, #event-tabs-accordion td:first-child {
	color: #000;
	font-family: 'Salesforce-Bold';
	padding-left: 80px;
}
.event-categories .category-content td:nth-child(2), #event-tabs-accordion td:nth-child(2){
	padding-left: 33px;
}
.event-categories .category-content td:nth-child(3), #event-tabs-accordion td:nth-child(3){
	padding-left: 20px;
}
.event-categories .category-content td:nth-child(5), #event-tabs-accordion td:nth-child(5){
	padding-left: 20px;
	padding-right: 24px;
}
.event-categories .category-content th.column-1, #event-tabs-accordion th.column-1{
	width: 181px;
}
.event-categories .category-content th.column-2, #event-tabs-accordion th.column-2{
	width: 180px;
	padding-left: 30px;
}
.event-categories .category-content th.column-3, #event-tabs-accordion th.column-3{
	width: 294px;
	padding-left: 20px;
}
.event-categories .category-content th.column-4, #event-tabs-accordion th.column-4{
	width: 211px;
}
.event-categories .category-content th.column-5, #event-tabs-accordion th.column-5{
	padding-left: 20px;
	width: 280px;
}
.event-categories .category-content tr.even {
	background: #fff;
}
.event_table{
	padding-top:20px;
}
.events-content{
	padding:30px 0px 20px 0px;
	text-align:center;
}
.events-content p>span {
	padding-left:10px;
}
.events-content p{
	color: #000;
	font-family: 'Salesforce-Bold';
}

/* footer */
footer {
    /*background-image: url(images/footer_texture.png);
    background-position: top -610px center;
    background-repeat: no-repeat;
    background-size: 102% auto;*/
	background:#f7f7f7;
}
footer p, footer h3{
	color:#1f2a44;
}
footer p {
	margin-top: 10px;
	font-family: 'Salesforce-Regular';
}
footer h3 {
	font-size: 18px;
	margin:0px;
	text-transform:capitalize;
	font-family: 'Salesforce-Bold';
}
.map_container{
	-ms-transform: skew(-12deg,0deg);
	-webkit-transform: skew(-12deg,0deg);
	transform: skew(-12deg,0deg);
	width: 265px;
	background:#ded6cfe6 url("images/footer_map.png") no-repeat;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
}
.map_content{
	-ms-transform: skew(12deg,0deg);
	-webkit-transform: skew(12deg,0deg);
	transform: skew(12deg,0deg);
	padding:35px 0px;
}
.map_content p, .map_content h3 {
    margin: 0px;
	color:#1d5aa2;
}
.map_content h3{
	line-height:25px;
}
.location_icon {
    background-color: #ded6cf;
    width: 55px;
    height: 55px;
    line-height: 66px;
    border-radius: 50%;
    padding: 0px 18.5px;
    -ms-transform: skew(12deg,0deg);
    -webkit-transform: skew(12deg,0deg);
    transform: skew(12deg,0deg);
    position: absolute;
    left: -30px;
    top: 20px;
	box-shadow: 2px 2px 5px -1px #b7b3ad;
    -webkit-box-shadow: 2px 2px 5px -1px #b7b3ad;
    -moz-box-shadow: 2px 2px 5px -1px #b7b3ad;
}
.location_icon i.fa{
	font-size:30px;
	color:#1d5aa2;
}
.footer_links{
	padding:75px 0px 40px 0px;
}
.newsletter {
    margin-top: 20px;
}
.mce_inline_error {
    position: relative;
    clear: both;
}
.footer-one p{
	margin-top:5px;
}
div#footer-result {
    text-align: left;
    float: left;
    width: inherit;
    position: absolute;
}
input.newsletter-input{
	font-family: 'Salesforce-Italic';
	border: none;
    width: calc(100% - 90px);
    float: left;
    padding: 0 10px;
    background: #1d5aa2;
    height: 55px;
    line-height: 38px;
	outline:0px;
	border-radius:4px;
	color:#ffffff;
}
.newsletter-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff;
}
.newsletter-input::-moz-placeholder { /* Firefox 19+ */
  color:#fff;
}
.newsletter-input:-ms-input-placeholder { /* IE 10+ */
  color:#fff;
}
.newsletter-input:-moz-placeholder { /* Firefox 18- */
  color:#fff;
}
.submit-input{
	width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
	font-size: 25px;
    padding: 0 19.5px;
    color: #fff;
    background-color: #1f2945;
    position: relative;
    right: 25.5px;
    top: 0px;
	box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.44);
	transition: ease 0.5s;
}
.submit-input:hover{
	color:#fff;
	background-color:#1f2a44;
}

.mce_inline_error, div#mce-success-response, div#mce-error-response{
	font-family: 'Salesforce-Regular';
}

.footer-two{
	text-align:right;
}
.footer-two p{
	margin-top:15px;
}
ul.social-icons {
	list-style-type:none;
	padding:0;
	margin: 10px 0px 0px 0px;
}
ul.social-icons li{
	display:inline-block;
	margin-right: 15px;
}
ul.social-icons li:last-child{
	margin-right:0px;
}
ul.social-icons li a{
    position: relative;
	width: 55px;
    height: 55px;
	background-color: #215ca0;
	border-radius:50%;
	display:inline-block;
	text-align:center;
	transition: ease 0.5s;
}
ul.social-icons li a:hover {
	background-color:#1f2a44;
}
ul.social-icons li a span.fa {
    color: #fff;
    line-height: 55px;
    position: relative;
    font-size: 25px;
}
ul.external-links{
	list-style: none;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 0px;
}
ul.external-links li{
	display: inline-block;
}
ul.external-links li a{
	display:block;
	color:#1d5aa2;
	padding: 10px 0px 0px 0px;
	font-family: 'Salesforce-Bold';
}
.footer_copyright {
	border-top:1px solid #d0cac7;
    text-align: center;
    padding: 20px 10px;
}
.footer_copyright p {
    color: #9a8f86;
    margin: 0px;
}

/* 404 page */

section.page.not-found.inner-page {
   height: 100vh;
   text-align: center;
}

/* Sponsors */

section.sponsors {
    text-align: center;
	background-image:url(images/sponsors-bg.png);
    background-size: 100%;
	background-repeat:no-repeat;
}
section.sponsors h1{
	color:#1f2a44;
}
ul.sponsors-logo {
    margin-top: 70px;
    list-style: none;
    padding: 0px;
    float: left;
    display: block;
}
ul.sponsors-logo li {
    width: 235px;
	height:165px;
	margin-bottom:40px;
	float: left;
	line-height: 165px;
    vertical-align: middle;
}
ul.sponsors-logo li>div {
	border: 1px solid #e7e9e8;
	border-top:0px;
    margin-right: 20px;
	border-bottom: 1px solid #c2c2c2;
	border-radius:10px;
	background: #fff;
	box-shadow: 0px 9px 10px -10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 9px 10px -10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 9px 10px -10px rgba(0,0,0,0.3);
}

/* ============= Media Queries ================ */

/* Landscape tablets and medium desktops */

@media (min-width: 2500px) {
	.patch-bg:before, .home-content:before, .home-content-two:before {display:none;}
	.transportation-content .trans_map_park-2 {
		top: unset;
		right: 18%;
		bottom:54%;
		width: 300px;
	}
}

@media (min-width: 1900px) and (max-width: 2499px) {
	.transportation-content .trans_map_park-2 {
		top: unset;
		right: 18%;
		bottom:54%;
		width: 300px;
	}
}

@media (min-width: 1900px) {
	.patch-bg:before { height: 370px !important; }
	.patch-bg { height: 400px !important; }
	.patch-bg:after {display:none;}
}

@media (min-width: 1600px) and (max-width: 1899px) {
	.transportation-content .trans_map_park-2 {
		top: unset;
		right: 16%;
		bottom: 55%;
		width: 300px;
	}
}

@media (min-width: 1600px) {
	.patch-bg { height: 211px; }
	.patch-bg:before { height: 318px; }
	.patch-bg:after { height: 233px; top: 7em; }
}

@media (min-width:1400px) and (max-width: 1599px) {
	.transportation-content .trans_map_park-2 {
		top: unset;
		right: 13%;
		bottom: 55%;
		width: 300px;
	}
}
@media (min-width:1200px) and (max-width:1365px) {
	  /*Page Park*/
	.page_park-map_park{
		width: 650px;
		padding:20px 30px;
		top:20%;
		margin-left: -325px;
	}
	.page_park-map_park .page_park-map_con h1{
		line-height: 42px;
		font-size: 36px;
	}
	/*About Page*/
	.map_park-2{  right: -22% }
	.reality-vision .img_con{width: 500px; }
	.about-slider div.slick-slide h2{width:85%}
}

@media (min-width:1200px){
	ul.sponsors-logo li:nth-child(4n)>div {
		margin-right: 0px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	header .navbar-default {
		border-bottom: 1px solid #f8f8f8;
	}
	header .navbar-default .navbar-nav>li>a{
		padding: 12.5px 22.5px;
	}
	.inner-page {
		padding-top: 80px;
	}
	
	/* Home Page */
	
	.welcome-content h1, .weather_set h1{
		font-size: 35px;
		line-height: 50px;
	}
	ul.awesome-weather-forecast.awecf {
		margin-top: 20px;
	}
	.open_time {
		left: 75px;
	}
	.image_clouds {
		position: absolute;
		right: -70px;
		top: 60px;
	}
	.transportation-content {
		display: block; 
		margin: auto; 
		float: none;
		margin-top: 25px;
	}
	.transportation-content .trans_map_park-2 {
		top: unset;
		right: 10%;
		bottom: 57%;
	}
	.transportation-content .trans_map_park-1 {
		left: 13.5%;
		bottom: 12.5%;
	}
	.transit-content {
		margin-left: 20px;
	}
	ul.company-logos{
		width:auto;
		margin-left: -30px;
	}
	ul.company-logos li {
		
	}
	.transit-content h3{
		line-height:43px;
		font-size:35px;
	}
	.transportation-section-two{
		padding-bottom:40px;
	}
	/*Page Park*/
	.page_park-map_park{
		width: 650px;
		padding:20px 20px;
		top:20%;
		margin-left: -325px;
	}
	.page_park-map_park .page_park-map_con h1{
		line-height: 42px;
		font-size: 34px;
		padding:20px 0px;
		margin: 0;
	}
	.parks_sec ul.parks li{
		padding-right: 30px;
	}
	.parks_sec ul.parks li h2 {
		font-size:16px;
		line-height: 20px;
		width: 96%;
	}
	/* Tours */
	.tours .register-tour li {
		width: 210px;
	}
	.tours .register-tour li a {
		font-size: 18px;
	}
	/* Bus Operation */
	.bus-operations {
		margin-bottom: 110px;
	}
	.bus-operations .extra-info .big-font h2 {
		font-size: 36px;
	}
	/*About Page*/
	.about-banner .abt_intro h1{font-size: 50px;}
	.about-slider div.slick-slide{padding: 0 25px;}
	.about-slider .slick-prev,.about-slider .slick-next{top:38%;}
	.about-slider .slick-prev{left:50px;}
	.about-slider .slick-next{right: 60px;}
	.about-slider div.slick-slide h2{width: 100%}
	.map_park-1:after{    left: 248px;}
	.map_park-2{  right: -22% }
	.map_park-2:after{    left: 140px;}
	.map_park-3{right: -4%;}
	.reality-vision .img_con{width: 450px; }
	.vision .content{padding-top: 40px}

	/*Transportation Page*/
	.transportation .col-sm-8,.transportation .col-sm-6.transport_intro{width: 80%; display: block; margin: auto; float: none;}
	.commuter-list li{width: 208px;}
	.trans-authority{width: 90%}
	.trans_map_park-1 {    left: -69px;}
	.trans_map_park-1:after{left:117px;}
	.trans_map_park-2{top:-10%; right: -57px}
	.trans_map_park-2:after{left:84px;}
	
	ul.transporation-logos li {
		margin-bottom: 20px;
		width: 25%;
	}
	
	/*footer*/
	input.newsletter-input{
		width: calc(100% - 100px);
	}
	
	/* Sponsors */
	
	ul.sponsors-logo li{
		float:none;
		display: inline-block;
	}
	ul.sponsors-logo li:nth-child(3n)>div {
		margin-right: 0px;
	}
	
	/* Events */
	
	ul.event-category-list li {
		width: 220px;
		height: 70px;
	}
	ul.event-category-list{
		padding: 0px 20px;
	}
	ul.event-category-list li a{
		font-size: 18px;
	}
	.event-categories .category-content td:first-child{
		padding-left: 50px;
	}
	.event-categories .category-content td:nth-child(2) {
		padding-left: 20px;
	}
	.event-categories .category-content td:nth-child(3) {
		padding-left: 5px;
		padding-right: 15px;
	}
	.event-categories .category-content th.column-3 {
		width: 270px;
	}
	.event-categories .category-content td:nth-child(5) br{
		display:none;
	}
	
	/* Footer */
	
	footer{
		background-position: center center;
	}
	.map_container {
		margin-left:15px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	header .navbar-default {
		border-bottom: 1px solid #f8f8f8;
	}
	.inner-page {
		padding-top: 80px;
	}
	header .navbar-default .navbar-nav>li>a {
		padding: 10.5px 10px;
		font-size:14px;
	}
	.banner-content > h1, .event-content h1, .transportation-section h2{
		font-size:38px;
	}
	.transportation-section {
		padding-top: 50px;
	}
	.transportation-content h2{
		margin-bottom: 30px;
	}
	.transit-layout img {
		margin: 0 auto;
	}
	.transit-content {
		padding-top: 40px;
	}
	.transportation-content .homebus_img img, .homebus_img {
		width: 768px;
		margin: 0 auto;
		position:relative;
	}
	.home_icon{
		cursor: pointer;
		display: block !important;
		width: 63px;
		height:74px;
		background: url(assets/images/icon_mobile.png) no-repeat center;
		background-size: cover;
		position: absolute;
		z-index: 5;
	}
	div#home_icon-2 {
		right: 25%;
		top: 25%;
	}
	div#home_icon-1 {
		bottom: 10%;
		left: 15%;
	}
	.transportation-content .trans_map_park-1, .transportation-content .trans_map_park-2 {
		left: 50%;
		margin-left: -150px;
		bottom: -20%;
	}
	.transportation-content .trans_map_park-1:after, .transportation-content .trans_map_park-2:after{
		display:none;
	}
	.weather_set {
		margin: 60px auto 0px auto;
	}
	.open_time{
		margin: 0 auto;
	}
	ul.company-logos{
		width:auto;
	}
	ul.company-logos li{
		vertical-align:top;
	}
	.transportation-section-two{
		padding-bottom:40px;
	}
	
	/*Page Park*/
	.page_park-map_park{
		width: 550px;
		padding: 20px 20px;
		top: 12%;
		margin-left: -288px;
	}
	.page_park-map_park .page_park-map_con h1{
		line-height: 36px;
		font-size: 30px;
		padding:20px 0px;
		margin: 0;
	}
	.park_intro ul li p {
		font-size: 17px;
		line-height: 24px;
	}
	.parks_sec ul.parks li h2 {
		font-size: 16px;
	}
	.parks_sec ul.parks li {
		width: 49%;
		margin-bottom: 25px;
	}
	.parks_sec ul.parks {
		-webkit-transform: rotateY(8deg) !important;
		transform: rotateY(8deg) !important;
	}
	
	/* Tours */
	.tours .register-tour li {
		width: 155px;
		height: 70px;
	}
	.tours .register-tour li a{
		font-size: 14px;
	}
	.tours .register-tour li:nth-child(1) a {
		padding: 25px 15px;
	}
	.tours .register-tour li:nth-child(2) a {
		padding: 13px 10px;
	}
	.tours .register-tour li:nth-child(3) a {
		padding: 25px 15px;
	}
	.tours .register-tour li:nth-child(4) a {
		padding: 25px 15px;
	}

	/* Bus Operation */
	.bus-operations {
		margin-bottom: 105px;
	}
	.bus-operations .bus-list {
		padding: 80px 0px 40px;
	}
	.bus-operations .extra-info .big-font h2 {
		text-align: center;
		font-size: 38px;
	}
	.bus-operations .extra-info .small-font p {
		text-align: center;
	}
	
	/*About Page*/
	.about-banner .abt_intro h2{font-size: 28px;}
	.about-banner .abt_intro h1{font-size: 40px; margin-top: 0}
	.about-slider .slick-prev,.about-slider .slick-next{top:45%;}
	.about-slider .slick-prev{left:50px;}
	.about-slider .slick-next{right: 60px;}
	.about-slider div.slick-slide h2{width: 100%}
	.abt-map h1 br{display: none;}
	.abt-map .col-sm-7,.abt-map .col-sm-8{width:100%;}
	.map_park{ width: 286px;   padding: 10px 20px;}
	.map_park h1{font-size: 30px;}
	.map_park p{font-size: 14px; line-height: 18px; }
	.map_park-1{top: 28%; left: 24px;}
	.map_park-2 {    top: -1%;    right: 19px;}
	.map_park-3 {    bottom: -16%;    right: 14%;}
	.map_park-1:after{top: 49px; left: 107px;}
	.map_park-2:after{top: 48px; left: 132px;}
	.map_park-3:after{top: -153px; left: 100px;}

	.reality_con{padding-bottom:25px;}
	.reality-vision .img_con{width: 95%; }
	.reality .content{padding-top: 0px}
	.vision .content{padding-top: 20px}
	.patch-bg:before {height: 150px; float: left; top: -4em;}
	.patch-bg:after {height: 210px; top: 5em;}

	/*Transportation Page*/
	.transportation .col-sm-8,.transportation .transport_intro.col-sm-6{width: 100%; }

	.map_park{width: 320px}
	.trans_map_park-1 {    left: 24px;}
	.trans_map_park-1:after{left:47px; top:48px;}
	.trans_map_park-2{top:7%; right: 36px}
	.trans_map_park-2:after{left:173px; top:48px;}

	.commuter-list li{width: 210px;}
	.trans-authority{width: 100%}
	.trans-authority p{ font-size: 17px; }
	
	ul.transporation-logos li {
		margin-bottom: 20px;
		width: 25%;
	}
	
	/* Sponsors */
	
	section.sponsors h1 {
		font-size: 50px;
		line-height:65px;
	}
	ul.sponsors-logo li{
		float:none;
		display: inline-block;
	}
	ul.sponsors-logo li:nth-child(3n)>div {
		margin-right: 0px;
	}
	
	/* Events */
	
	ul.event-category-list li {
		width: 165px;
		height: 60px;
	}
	ul.event-category-list{
		padding: 0px 20px;
	}
	ul.event-category-list li a {
		font-size: 16px;
		line-height: 17px;
	}
	.event-categories .category-content td{
		padding-bottom:15px;
		padding-top:15px;
	}
	.event-categories .category-content th.column-1 {
		width: 120px;
	}
	.event-categories .category-content th.column-2 {
		width: 125px;
		padding-left: 10px;
	}
	.event-categories .category-content th.column-3 {
		width: 160px;
	}
	.event-categories .category-content td:first-child{
		padding-left: 10px;
	}
	.event-categories .category-content td:nth-child(2) {
		padding-left: 10px;
	}
	.event-categories .category-content td:nth-child(3) {
		padding-left: 5px;
		padding-right: 15px;
	}
	.event-categories .category-content td:nth-child(5) br{
		display:none;
	}
	.event-categories .category-content td br {
		display: none;
	}
	
	/* footer */
	.map_container{
		margin-left:15px;
	}
	input.newsletter-input{
		width: calc(100% - 60px);
	}
	ul.social-icons {
		margin-top: 40px;
		text-align: center;
	}
	ul.external-links{
		text-align:center;
	}
	ul.external-links li {
		margin-bottom: 10px;
		margin-right:0px;
		width:100%;
	}
}

@media (min-width:768px) {
	header .navbar-nav>li {
		-ms-transform: skew(-15deg,0deg); /* IE 9 */
		-webkit-transform: skew(-15deg,0deg); /* Safari */
		transform: skew(-15deg,0deg); /* Standard syntax */
	}
	header .navbar-default .navbar-nav>li>a {
		-ms-transform: skew(15deg,0deg); /* IE 9 */
		-webkit-transform: skew(15deg,0deg); /* Safari */
		transform: skew(15deg,0deg); /* Standard syntax */
	}
	header .navbar-nav>li>.dropdown-menu{
		-ms-transform: skew(15deg,0deg); /* IE 9 */
		-webkit-transform: skew(15deg,0deg); /* Safari */
		transform: skew(15deg,0deg); /* Standard syntax */
	}
	header .navbar-default .navbar-nav>li:hover {
	background-color: #1f2a44;
	}
	header .navbar-default .navbar-nav>li:hover>a{
		color:#fff;
	}
}

@media (max-width:767px) {	
	p {
		font-size: 14px;
	}
	header .navbar-default {
		padding:0px;
		border-bottom: 1px solid #f8f8f8;
	}
	header .navbar-default .navbar-nav>li>a {
		padding: 10.5px 19.5px;
	}
	nav.navbar.navbar-default.active {
		padding: 0px;
	}
	header .navbar-nav>li>.dropdown-menu{
		left: 0;
		right: 0;
		background-color: #1f2a44 !important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
		color:#fff !important;
	}
	header .navbar-nav>li>.dropdown-menu:after{
		top: 22px;
	}
	header .navbar-default .navbar-nav>li:hover{
		background:transparent;
	}
	header .navbar-default .navbar-nav>li:hover>a{
		color:#1f2a44;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color:#fff;
	}
	div#navbar {
		background: #fff;
		margin-top:14px;
	}
	.navbar-default .navbar-toggle {
		border-color: #1f2a44;
		margin-top:23px;
	}
	header .navbar-nav{
		text-align:left;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #1f2a44;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #1f2a44;
	}
	.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
		background-color: #fff;
	}
	header .navbar-nav {
		width: 100%;
		margin: 0 auto;
	}
	header .navbar-nav>li {
		float: none;
		display:block;
		margin-bottom: 10px;
	}
	.inner-page {
		padding-top: 80px;
	}
	.banner-content > h1, .event-content h1, .transportation-section h2, .welcome-content h1, .transit-content h3{
		font-size:30px;
	}
	.banner-content > h2{
		line-height: 29px;
	}
	.weather_set {
		margin: 60px auto 0px auto;
	}
	.open_time{
		margin: 0 auto;
		left: 0px;
	}
	.image_clouds {
		right: -70px;
		top: 30px;
	}
	.event-content h1 {
		margin:10px;
	}
	
	section.home-content{
		height:auto;
		padding-bottom:40px;
	}
	.home-content-overlay-left, .home-content-overlay-right{
		display:none;
	}
	.slider-con,.home .text-con {
		position: relative;
		z-index: 3;
		top: 0px;
	}
	.slider-con .carousel-inner {
		width: 400px;
		margin: 0 auto;
	}
	.transit-layout {
		width: 501px;
		margin: 0 auto;
	}
	.transportation-section .map_icon {
		height:15%;
	}
	.home_icon{
		cursor: pointer;
		display: block !important;
		width: 63px;
		height:74px;
		background: url(assets/images/icon_mobile.png) no-repeat center;
		background-size: cover;
		position: absolute;
		z-index: 5;
	}
	div#home_icon-2 {
		right: 25%;
		top: 25%;
	}
	div#home_icon-1 {
		bottom: 10%;
		left: 15%;
	}
	.transportation-content .trans_map_park-1, .transportation-content .trans_map_park-2 {
		left: 50%;
		margin-left: -150px;
		bottom: -35%;
	}
	.transportation-content .trans_map_park-1:after, .transportation-content .trans_map_park-2:after{
		display:none;
	}
	.transportation-section-two .transit-layout{
		margin-left:0px;
	}
	.transit-content {
		margin-left: 15px;
		margin-top: 40px;
	}
	.transit-content h3{
		line-height: 37px;
	}
	.transportation-section-two{
		padding-bottom:40px;
	}
	.transit-layout img{
		margin:0 auto;
	}
	ul.company-logos {
		width: auto;
		margin-left: -15px;
	}
	ul.company-logos li{
		margin-bottom: 30px;
	}
	
	/*Page Park*/

	.page_park-map_park{
		width: 60%;
		padding: 20px 20px;
		top: auto;
		bottom: 0;
		margin-left: -30%;
	}
	.page_park-map_park .page_park-map_con h1{
		line-height: 28px;
		font-size: 24px;
		padding: 0px 0px;
		margin: 0;
	}
	.parks_sec ul.parks {
		-webkit-transform: rotateY(0deg) !important;
		transform: rotateY(0deg) !important;
	}
	.park_intro{padding: 60px 20px;}
	.park_intro ul li{width: 100%; text-align: center;}
	.park_intro ul li p {
		font-size: 16px;
		line-height: 26px;
	}
	.parks_sec .part-list{
		margin-left:5%;
	}
	.parks_sec ul.parks li {
		width: 50%;
		padding-right: 30px;
		margin-bottom: 20px;
	}
	.parks_sec ul.parks li h2{
		font-size: 14px;
		line-height: 20px;
	}

	/* Tours */
	
	.tours .register-tour{ padding-bottom: 60px; }
	.tours h1 {
		font-size: 33px;
		line-height:35px;
	}
	.tours .register-tour li {
		width: 300px;
		display: block;
		margin: auto auto 20px;
		height: auto;
		float: none;
	}
	.tours .register-tour li:last-child {
		margin-right: auto;
	}
	
	.tours .register-tour li a{ padding:10px 0 !important;font-size: 17px;}

	/* Bus Operations */
	.bus-operations {
		margin-bottom: 80px;
	}
	.bus-operations h3 {
		font-size: 21px;
		margin-bottom:0;
	}
	.bus-operations h1 {
		font-size: 32px;
	}
	.bus-operations .bus-list {
		padding: 80px 0px 15px;
	}
	.bus-operations .bus-list li {
		width: 45%;
	}
	.bus-operations .extra-info .big-font h2 {
		text-align: center;
		font-size: 28px;
		line-height: 38px;
	}
	.bus-operations .extra-info .small-font p {
		text-align: center;
	}

	/*About Page*/
	.about-banner .abt_intro h2{font-size: 24px;}
	.about-banner .abt_intro h1{font-size: 30px; margin-top: 0;line-height: 34px;}
	.about-slider .slick-prev,.about-slider .slick-next{top:45%;}
	.about-slider div.slick-slide h2{    -webkit-transform: rotateY(-16deg) !important;    transform: rotateY(-16deg) !important; top: -17px;    position: relative;}
	.about-slider .slick-prev{left:20px;}
	.about-slider .slick-next{right: 20px;}
	.about-slider div.slick-slide h2{width: 100%}
	.abt-map{text-align: center; position: relative;z-index: 999; }
	.abt-map h1{font-size: 30px; line-height: 34px; margin-bottom:15px !important; }
	.abt-map h1 br{display: none;}
	.map_icon{cursor:pointer;display: block !important;width: 8%; height: 15%; background:url(assets/images/icon_mobile.png) no-repeat center; background-size: cover; position: absolute; z-index: 5}
	#map_icon-1{top: 26%;left: 21%;}
	#map_icon-2{top: 14%;right: 14%;}
	#map_icon-3{bottom: -2%;right: 44%;}
	.map_park{display: none; z-index: 6; }
	.map_park-1{top:unset; left:12%; bottom:30%;}
	.map_park-2{top:unset; right:17%;bottom:43%;}
	.map_park-3{right:unset; left:4%; bottom:-119px;}
	.map_park-1:after,.map_park-2:after,.map_park-3:after{display: none;}
	.map_img,.map_img img{width: 100%; height: auto}
	.reality{margin: 0px 0}
	.reality_con { padding: 10px 0 20px; }
	.reality-vision .content{text-align:center}
	.reality-vision .content h1{font-size: 32px; margin-bottom:0}
	.reality-vision .img_con{width: 80%; display: block; margin: 40px auto auto  }
	
	/* Bus Deck */
	
	.bust-deck-content {margin-left: 50px;}
	.animate-image img { left: 0px;}
	.bust-deck-extra br {display: none;}
	.pedestrian-way br { display: none;}
	.park-activities ul li br, .hall-activities ul li br { display: none; }
	.park-activities, .hall-activities { padding-right: 0px; }
	.bus-deck{
		height:450px;
	}

	/*Transportation Page*/
	.map_park h1{font-size: 30px;}
	.transportation .map_img{ width: 100%; }
	.transportation .map_park{ width:290px;   right: unset; bottom: unset; top:10%;}
	.transportation .trans_map_park-1:after,.transportation .trans_map_park-2:after{display: none !important;}
	.trans_map_park-1{ left:45%;}
	.trans_map_park-2{ left:20%;}
	.transportation .transport_intro h1{font-size: 40px;}
	.transportation .transport_intro h1 br{display: none;}
	.transportation .commuter h1{font-size:30px; line-height: 30px;}
	.trans-authority{width: 100%}
	.trans-authority p{font-size: 16px;}
	.trans-authority span{margin-bottom:10px; }
	.commuter-list li{width: 46%}
	
	ul.transporation-logos li {
		margin-bottom: 20px;
	}
	
	/* footer */
	
	.footer-two, .footer-one {
		text-align: center;
	}
	ul.external-links li {
		margin-bottom: 10px;
		margin-right:0px;
		width:100%;
	}
	.map_container{
		margin:0 auto;
		margin-bottom:30px;
	}
	ul.social-icons{
		margin-top:40px;
	}
	
	input.newsletter-input{
		width: calc(100% - 60px);
	}
	ul.external-links li a {
		display: inline-block;
	}
	/* 404 Page*/
	.not-found h1{
		font-size:40px;
		line-height:45px;
	}
	
	.newsletter {
		margin-left:6%;
	}
	/* Sponsors */
	
	section.sponsors h1 {
		font-size: 40px;
		line-height:50px;
	}
	ul.sponsors-logo li{
		float:none;
		display: inline-block;
	}
	
	/* Events */
	
	header .navbar-default {
		padding: 0px;
		border-bottom: 1px solid #f8f8f8;
	}
	#event-tabs{
		display:none;
	}
	div#event-tabs-accordion table {
		display:block;
		width:1200px;
	}
	div#event-tabs-accordion tr.odd {
		background: #f5f2f2;
	}
	div#event-tabs-accordion th.column-1 {
		width: 120px;
	}
	div#event-tabs-accordion td:first-child{
		padding-left:20px;
	}
	#event-tabs-accordion .panel-default>.panel-heading{
		background-color: #215ca0;
		padding: 0px;
	}
	#event-tabs-accordion .panel-title>a{
		color:#fff;
		display:block;
		width:100%;
		padding: 15px 10px;
		cursor:pointer;
	}
	#event-tabs-accordion .panel-title>a:hover{
		background-color: #1f2a44;
	}
	#event-tabs-accordion .panel-title>a br{
		display:none;
	}
	div#event-tabs-accordion {
		padding: 0px 10px;
	}
	.event_table{
		padding-top:0px;
	}
}

@media (min-width:600px) and (max-width:767px) {

	.transit-layout {
		width: 100%;
		margin:0 auto;
	}
	ul.sponsors-logo li:nth-child(2n)>div {
		margin-right: 0px;
	}
	.banner-wrap{
		margin-left:-45%;
	}
	.newsletter {
		margin-left: -175px;
		width: 380px;
		position: relative;
		left: 50%;
	}
	.transportation-content .homebus_img img, .homebus_img {
		width: 600px;
		margin: 0 auto;
		position:relative;
	}
	.transportation-content .trans_map_park-1, .transportation-content .trans_map_park-2 {
		top: 95%;
		bottom: unset;
	}
	.home_icon {
		width: 50px;
		height: 60px;
	}
}

@media (min-width:481px) and (max-width:599px) {
	.home-slider .carousel-inner .item{
		height:600px;
	}
	.banner-wrap {
		margin-top: -70px;
	}
	.transit-layout {
		width: 100%;
	}
	ul.company-logos li {
		padding:0px 15px;
		vertical-align: top;
	}
	.banner-overlay{
		background-color: #69ccfc6b;
	}
	ul.sponsors-logo li:nth-child(1n)>div {
		margin-right: 0px;
	}
	ul.sponsors-logo li {
		width: 205px;
		padding: 0px 5px;
	}
	.banner-wrap{
		width:90%;
		margin-left:-45%;
	}
	.map_park {
		width: 270px;
		left: 50%;
		margin-left: -135px;
		top: 230px !important;
		bottom: unset !important;
	}
	.transportation-content .map_park{
		top: 180px !important;
	}
	.home_icon{
		width: 30px;
		height: 45px;
	}
	.transportation-content .trans_map_park-1, .transportation-content .trans_map_park-2 {
		top: 95%;
		bottom: unset;
	}
	.image_clouds {
		right: -75px;
		top: 30px;
	}
	.weather_set {
		width: 310px;
	}
	.weather_box_border {
		width: 100%;
	}
}

@media (max-width:480px) {
	
	ul.company-logos li {
		margin: 0px auto;
		display: block;
		padding-bottom: 30px;
	}
	/* Home Page */
	.home-slider .carousel-inner .item{
		height:600px;
	}
	.banner-wrap{
		width:100%;
		margin-left:-50%;
		margin-top:-70px;
	}
	.banner-inner, .banner-content {
		-ms-transform: skew(0deg,0deg);
		-webkit-transform: skew(0deg,0deg);
		transform: skew(0deg,0deg);
	}
	.banner-content a{
		position:relative;
		bottom:unset;
		margin-top:20px;
		font-size:12px;
		padding: 12px 20px;
	}
	.banner-content {
		padding:25px 15px;
	}
	.banner-content > h1, .event-content h1, .transportation-section h2, .welcome-content h1, .transit-content h3 {
		font-size: 30px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.banner-content > h2 {
		line-height: 25px;
	}
	#playButton {
		padding: 13px 14px 13px 15px;
	}
	section.welcome-section{
		padding-bottom:20px;
	}
	.welcome-content {
		padding: 0px;
	}
	.image_clouds {
		position: relative;
		right: 0px;
		top: 0px;
		text-align: center;
	}
	.image_clouds img {
		width: 40%;
	}
	.awe_desc p{
		margin: unset;
		text-align:center;
		margin-left: -12px;
		font-size: 13px;
		margin-top: 20px;
	}
	.weather_set {
		width: auto;
		padding-left: 10px;
		height: auto;
		text-align: center;
	}
	ul.awesome-weather-forecast.awecf li{
		margin-left: 25px;
	}
	.weather_set h1{
		font-size:25px;
	}
	.weather_box_border{
		width: 100%;
		left: -10px;
	}
	ul.awesome-weather-forecast.awecf{
		margin-top: 35px;
	}
	.awecf.awe_wide {
		padding-top: 0px;
	}
	.awesome-weather-current-temp h3 {
		margin-top:20px;
	}
	.open_time {
		width: auto;
	}
	.slider-con .carousel-inner {
		width: auto;
	}
	.transit-layout {
		width: 100%;
	}
	.transit-carousel{
		margin:0px;
	}
	.transit-content.transit-top {
		margin-left: 0px;
	}
	.banner-overlay{
		background-color: #69ccfc6b;
	}
	.transportation-section{
		padding-bottom:25px;
		padding-top:20px;
	}
	.home_icon{
		width: 30px;
		height: 45px;
	}
	.event-wrap {
		width: 90%;
		margin-left:-45%;
	}
	.transportation-content .map_park{
		top: 180px !important;
	}
	.transportation-content .trans_map_park-1, .transportation-content .trans_map_park-2 {
		top: 95%;
		bottom: unset;
		width: 270px;
		padding: 10px;
		margin-left: -135px;
		-ms-transform: skew(-7deg,0deg);
		-webkit-transform: skew(-7deg,0deg);
		transform: skew(-7deg,0deg);
	}
	.home_park .map_con {
		-ms-transform: skew(7deg,0deg);
		-webkit-transform: skew(7deg,0deg);
		transform: skew(7deg,0deg);
		overflow: hidden;
		padding: 0 0 0 5%;
	}
	
	/*Page Park*/
	.page_park-map_park .page_park-map_con h1{text-align: center; font-size: 20px; line-height: 20px;}
	.parks_sec ul.parks li{width:80%; display: block; margin:auto; float: none;}
	.page_park-map_park {width: 70%; margin-left: -35%;}
	.park_events_btn a {
		padding: 12px 18px;
		font-size: 16px;
	}
	
	/* Tours */
	.tours .register-tour li:nth-child(2) a {
		padding: 13px 20px !important;
	}
	.tours .register-tour li {
		width: 100%;
	}

	/* Bus Operations */
	.bus-operations .bus-list li {
		width: 60%;
	}
	
	.about-slider .slick-list .slick-track .slick-slide div div{width:260px !important; height:auto}
	.about-slider div.slick-slide h2{    -webkit-transform: rotateY(-16deg) !important;    transform: rotateY(-16deg) !important; top: -17px;    position: relative;}
	.commuter-list li{
		min-height: 100px;
		margin: 0;
		padding-bottom:20px;
		width: 100%;
	}
	.abt-map .map_park{
		top: 268px !important;
	}
	.transportation .commuter{padding: 50px 15px;}
	.commuter-list li h2{height:auto;}
	.transportation .transport_intro h1{margin: 0px; font-size: 30px;}
	.transportation .transport_intro h2{font-size: 24px; margin: 0;}
	.transportation .transport_intro p span{ display:block}
	.transportation .commuter .transport_intro h1{margin: 0px; font-size: 30px; line-height: 34px;}
	
	.map_park{width: 270px; left:50%; margin-left: -135px; top:230px !important; bottom: unset !important;}
	.transportation .map_park{width: 270px; left:50%; margin-left: -135px;  top:136px !important; bottom: unset !important; }
	
	footer p br{ display:none;}
	
	/* Sponsors */
	
	section.sponsors h1 br {
		display:none;
	}
	ul.sponsors-logo li>div {
		margin-right:0px;
	}	
}



/* ======== Ripple ========= */
.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}
.rippleEffect {
    animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }	
}