body {	
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
    padding: 0px;
    overflow-x: hidden;
    color: #333;
    background: #f4f7f6;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0.25px;
	-webkit-font-smoothing: antialiased;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
    font-family: "Lato",Helvetica,Arial,sans-serif;
    padding: 8px;
    font-size: 16px;
    font-weight: 300;	
	border: 1px solid #ddd;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0; 
}
.topnav {
 	overflow: hidden;
	display: inline-block;  
    margin-top: 3px;
    float: right;
}

.topnav a {
	float: left;
	display: block;
	color: #333;
	text-align: center;
	padding: 14px 12px;
	text-decoration: none;
	font-size: 16px;
}

.topnav a:hover {
  opacity: 0.8;
}

.topnav .menu-icon, .topnav .close-icon {
  display: none;
}

i.fa.fa-bars, i.fa.fa-bars.times {
    font-size: 22px;
	color: #333;
}

.wrapper {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;	
    min-height: 100%;
    background: #f4f7f6;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.single-column {
    position: relative;
    width: 1024px;
    padding: 20px;
    margin: 30px auto;	
    min-height: 100%;
    background: #fff;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.single-column h3 {
	margin-top: 20px;
}
.single-column p {
	margin-top: 0;
}

.fourofour {
    position: relative;
    width: 1024px;
    margin: 0 auto 0 auto;
    min-height: 60%;
    background: #f4f7f6;
    z-index: 2;
    text-align: center;	
}
.fof-title {
    font-size: 64px;
    padding: 60px;
    margin-top: 20px;
}
.fof-text {
    font-size: 24px;
    padding: 30px;
    margin-bottom: 30px;
}
h1 {
    font-family: "Oswald",Helvetica,Arial,sans-serif;
    font-size: 30px;
	font-weight: 400;
    line-height: 38px;
    margin: 0 0 5px 0;
}
#resources {
    width: 65%;
    position: relative;
    transition: opacity 150ms ease;
    display: block;
    white-space: normal;
    vertical-align: top;
    padding: 0px;
    margin: 0 auto 10px auto;
    opacity: 1;	
	float: left;
}
#resources h1 {
	margin-top: 15px;
	display: inline-block;	
}
h2 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    font-family: "Oswald",Helvetica,Arial,sans-serif;
    font-weight: 400;
    margin-top: 30px;
}
h2 a {	
	color: #E66656;
}
#resources h2 {
	margin-top: 0px;
}
#resources .info h2 {
	margin-top: 0px;
    padding:0;	
/*	margin-left: 10px;*/
}
h3 {
    font-size: 18px;
    line-height: 22px;
	font-weight: 600;
	margin: 0 0 5px 0;
	text-align: left;
}
a {
    color: #E66656;
	text-decoration: none;
	font-weight: 400;
}
p {
    font-size: 16px;
    line-height: 20px;
}
p.intro {
	max-width: 800px;
}

#navigation {
    float: left;
    margin: 15px 0 10px 10px;
}
#navigation .logo img {
	height: 24px;
}
.search {
    float: left;
    margin-top: -4px;
}
.search input[type=text] {
    border: none;
}
.search input[type=text] {
    width: 300px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
/* When the input field gets focus, change its width to 100% */
/*
.search input[type=text]:focus {
    width: 300px;
}

*/
textarea:focus, input:focus{
    outline: none;
}
#header {
	width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.footer {
    margin: 0;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
	display: inline-block;
}
.nav-right {
    float: right;
}
#nav-links {
    float: left;
    margin-left: 10px;
}
#upnext {
    width: 1024px;
    padding: 0;
    margin: 0 auto 30px auto;
}
#upnext ul {	
    padding: 0;
    margin: 0;
}
#upnext ul li {	
    list-style: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-left: 2px solid #666;
    background-color: #fff;
    max-width: 500px;
}
.place {
    width: 32%;
    height: 420px;	
    float: left;
    display: inline-block;
    padding: 0;
    margin: 0 10px 10px 0;
    position: relative;
    border-radius: 2px;
    background: #ffffff;
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 7px rgba(0,0,0,.05);
	box-shadow: 0 1px 7px rgba(0,0,0,.05);
}
.resource {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    border-radius: 2px;
    background: #ffffff;
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 7px rgba(0,0,0,.05);
	box-shadow: 0 1px 7px rgba(0,0,0,.05);
}
.top-ten {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    border-radius: 2px;
    background: #ffffff;
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 7px rgba(0,0,0,.05);
	box-shadow: 0 1px 7px rgba(0,0,0,.05);
    display: inline-block;	
}
.top-ten-thumb {
    padding: 10px 0;
    display: inline-block;
    width: 49%;
    float: left;
}
.top-ten-info {
    padding: 10px 0;
    display: inline-block;
    width: 47%;
    float: left;
    margin-left: 20px;
}
.top-ten-thumb .thumb {
	float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    padding-bottom: 54%;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    cursor: pointer;
    display: inline-block;
}
.top-ten-thumb .thumb img {
    max-width: 500px;
    width: 100%;
}
.top-ten-thumb .count {
    position: absolute;
    left: 20px;
    width: 20px;
    background-size: contain;
    line-height: 16px;
    display: inline-block;
    padding: 10px;
    background-color: #000;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	opacity: 0.7;
}
.video {
    width: 100%;
    padding: 0;
    margin: 10px 0 20px 0;
    text-align: center; 
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.sidebar, .sidebar-keep {
    width: 300px;
	min-width: 33%;
    float: left;
    margin: 0 0 20px 20px;
	padding: 0 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 7px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 7px rgba(0,0,0,.05);
    box-shadow: 0 1px 7px rgba(0,0,0,.05);
}
.sidebar-keep {
	margin-top: 10px;	
}
.sidebar ul, .sidebar-keep ul {
    padding: 0 10px;
    margin: 10px 0 20px 0;	
}
.sidebar ul li, .sidebar-keep ul li {
    list-style: none;
    padding: 10px 0;
}
.sidebar ul li:nth-child(n+2), .sidebar-keep ul li:nth-child(n+2) {
	border-top: 1px solid #ddd;	
}
.sidebar h4, .sidebar-keep h4  {
    padding: 0 10px;
    font-size: 18px;
    margin: 20px 0 0 0;
}
.visitor-count {
    margin-left: 100px;
    font-weight: bold;
    font-size: 18px;
    float: right;
    background-color: rgba(230, 102, 86, 0.1);
    padding: 10px 15px;
    color: #333;
    width: 120px;
    text-align: right;
    border-radius: 2px 0 0 2px;
}
.contact {
    width: 95%;
    margin: 10px 0px;
    text-align: center;
    padding: 0;
    display: inline-block;
}
.contact .phone, .contact .website, .contact .directions, .pass, .go-back, .memory {
	font-size: 14px;
    font-weight: 400;	
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 20px;
    color: #E66656;
    display: inline-block;
	margin-right: 5px;
    margin-top: 10px;	
	text-align: center;
}
.hours {
    font-size: 14px;
}
.go-back {
	cursor: pointer; 
    margin-bottom: 30px;	
}
.contact .phone {
	color: #000;
}
.pass {
	max-width: none;
	width: 240px;
}
.pass a {
	white-space: nowrap;
}

#place-detail {
    width: 100%;
	margin: 0 20px;
}

.container {
	width: 98%;
    padding: 0 20px;	
	margin-top: 20px;
}
#place-detail .photo {
    text-align: center;	
	width: 1024px;
    margin: 0 auto 0 auto;
	display: block;
    position: relative;
    text-align: center;
    color: white;	
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px #000;
}
#place-detail .photo img {
	width: 100%;
}
#places {	
    width: 100%;
    position: relative;
    transition: opacity 150ms ease;
    display: block;
    white-space: normal;
    vertical-align: top;
    overflow: hidden;
    padding: 0px;
    margin: 0px auto 20px auto;
    opacity: 1;	
	text-align: center;	
}
#places .thumb {
	height: 200px;
}
#places .thumb img {
    position: relative;
    float: left;
    width: 100%;
    height: 224px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#places:first-child { 
    margin-left: 10px;
}
#places:nth-child(3n) {  
    margin-right: 0;
}
#place-detail .thumb {
	height: 100%;
}
#place-detail .thumb img {
    border: 1px solid #ddd;	
    position: relative;
    float: left;
    width:  100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;	
}
#places .info {
	height: 260px;
	margin: 10px;
	text-align: left;
}
#place-detail .info {
    margin: 10px 0;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    width: 60%;
    float: left;
}
.address {
    overflow: hidden!important;
    max-height: 24px;
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 1!important;
    -webkit-box-orient: vertical;
}
#places .name {
    font-family: "Oswald",Helvetica,Arial,sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    overflow: hidden!important;
    min-height: 60px;
    max-height: 60px;
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical;
    color: #E66656;
    float: left;
    width: 90%;
}
#places h2 {
    display: inline-block;
    width: 100%;
	margin-top: 0;
}
#places .bookmark-container {
    margin-top: 6px;
    text-align: right;
}
#place-detail .name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
	text-align: left;
}
#place-detail .info .label,  #place-detail .location .label, #place-detail .visitors .label, #place-detail .formed .label, #place-detail .area .label, #places .visitors span.label {
	font-weight: bold;
}
#place-detail .location, #place-detail .visitors, #place-detail .formed, #place-detail .area  {
	width: 23%;
	float: left;
}
#place-detail .location {
	text-align: left;
	padding-right: 10px;
}
#place-detail .formed {
	text-align: center;
	padding: 0 10px;
}
#place-detail .area {
	text-align: center;	
	padding: 0 10px;
}
#place-detail .visitors {
	text-align: right;
	padding: 0 10px;
}
#places .wiki {
    color: #000;
    overflow: hidden!important;
    max-height: 100px;
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 4!important;
    -webkit-box-orient: vertical;
    text-align: left;
    margin-top: -5px;
	width: 96%;
}
#place-detail .wiki, #place-detail .general {
	color: #000;
	text-align: left;
}

#place-detail .general {
	padding: 10px 0;
    margin-top: 10px;	
}	
.counter {
    position: absolute;
    height: 32px;
    width: 32px;
    background: #2a2a2a;
    color: #ffffff;
    border-radius: 50%;
    top: -16px;
    left: 10px;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;		
}
#options {
	list-style-type: none;
    padding: 0;
    margin: 10px 0 20px 0;
	display: inline-block;		
}
#options li {
    float: left;
    border: 1px solid #E66656;
    color: #E66656;
    text-align: center;
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 100px;
    background-color: #fff;
    cursor: pointer;
    width: 80px;	
}
#options li a {
    color: #E66656;		
}
#options li.active {
    border: 1px solid #E66656;
    color: #fff;
    background-color: #E66656;
}
#options li.active a {
    color: #fff;		
}
.copyright {
	font-size: 14px;
    float: left;
}
.copyright a {
	color: #333;
}
.powered-by {
    float: right;
}
#map {
	width: 100%;
	height: 400px;
	border: 1px solid #ddd;
	margin-top: 20px;
}

.autocomplete-suggestions { background: #fff; cursor: default; overflow: auto; border: none; font-size: 14px; width: 500px;}
.autocomplete-suggestion { 
    padding: 8px 12px;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
    font-weight: 400;
	cursor: pointer;
}
.autocomplete-selected { background: #f0f0f0; }
.autocomplete-suggestions strong { font-weight: normal; color: #E66656; }

#searchfield { 
    margin: -5px 0 0 0;
    display: block;
    text-align: right;
    padding: 10px 20px 10px 10px;
    background-color: #fff;
    width: 100%;
}

#searchfield form {
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 3px;
  width: 100%;
}

#searchfield form input {
	background: #333 url(/images/search-icon.png) no-repeat 9px center;
    background-size: 18px 18px;
}
.searchicon {
    float: right;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 50px;
    background-color: #fff;
    cursor: pointer;	
    width: 36px;
    height: 36px;
    margin-top: 10px;
    margin-right: 20px;	
}
.searchicon img {
	width: 15px;
    margin-top: 1px;
    margin-left: 2px;
}
#searchfield form .biginput, input, textarea {
    width: 300px;
    height: 35px;
    padding: 0 15px 0 35px;
    background-color: #fff;
    color: #333;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
}
#searchfield form .biginput:focus {
  color: #333;
}
textarea {
    width: 400px;
	height: 105px;
}
.tour_thumb img {
    width: 100px;
    float: left;
	margin-right: 10px;
}
.tour-name {
	margin-bottom: 8px;
}
.tour-intro p {
	margin-top: 5px;
}
.tour-intro {
    color: #000;
    overflow: hidden!important;
    max-height: 63px;
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 3!important;
    -webkit-box-orient: vertical;
    text-align: left;
    margin-top: -5px;
}
.towns, .airports, .attractions, .trails, .tours, .parks, .visitorcenters {
	padding: 10px 0;
}	
.info .all-tours {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	text-align: left;
}
.info .by-state {
    display: block;
    float: left;
    margin-right: 20px;
    height: 78px;
    width: 45%;
    min-width: 320px;
}
.info .by-state .name {
    float: left;
    width: 60%;
    margin-top: 3px;
}
.row {
    padding: 10px 0 10px 0;
    border-top: 1px solid #ddd;
    text-align: left;
    width: 100%;
    display: inline-block;
}

.row .left-column {
    float: left;
    width: 69%;
    margin-left: 10px;
}
.left-column  .place-name {
    font-size: 18px;
    line-height: 22px;
    float: none;
    font-weight: 400;
    color: #333;
}
.row .place-name, .row .attraction-name, .row .trail-name {
	float: left;
	font-weight: 400;
}
.row .tip, .row .distance-time {
    float: right;
    margin-left: 10px;
    font-size: 14px;
    text-align: right;
    opacity: 1;
    padding: 5px 10px;
    background-color: #E9F1E9;
    color: #000;
    font-weight: 400;
    min-width: 70px;
    border-radius: 2px;
}
.row .distance-time a {
	opacity: 1;	
}
.resource .row:first-child  {
    border-top: none;	
}
.resource .left-column {
	float: left;
	width: 69%;
	margin-left: 10px;
}
.row .distance, .row .directions2 {
    float: right;
    margin-left: 10px;
    font-size: 14px;
    text-align: right;
}	
.row .place-location {
    font-size: 14px;
}	
.row .distance {
	 width: 85px;
}
.row-link {
	margin-left: 10px;
    margin-top: 10px;
    font-size: 14px;	
}
.row-link2 {
    margin-top: 10px;
    font-size: 14px;
	text-align: left;	
}
.nearby-distance {
	font-size: 14px;	
}

.footnote {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin: 0 0 10px 0;
}
.sidebar-keep p {
	font-size: 14px;
	line-height: 18px;
	padding: 0 10px;
}
.footnote a {
	color: #333;
	font-weight: 300;
}

#place-detail .attractions .row:nth-child(n+4) {
    display:none;
}
.airlines {
	padding: 0 10px 10px 10px;
	display: inline-block;
}
.airlines .airline-row img {
    width: 45px;
    border-radius: 50px;
    margin-right: 10px;
    padding: 1px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 10px;
}
.airline-row {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
    width: 70px;
    line-height: 14px;
}
.show-more {
	text-align: left;
	font-size: 14px;
    margin-top: -10px;	
}
.authenticate {
	float: right;
}
.log-in, .sign-out, .get-started, .parks-visited
{
    text-align: center;	
    text-transform: uppercase;
	margin-left: 10px;
	font-size: 14px;
}
.get-started {
    border: 1px solid #ddd;
    padding: 6px 12px;
    border-radius: 20px;
    width: 100px;
	background-color: #fff;
    margin-left: 5px;
}
.cta {
	margin: 10px 0;
}
.want-to-go, .been-there {
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 12px;
    padding: 6px 12px;
    text-transform: uppercase;
    margin-right: 10px;
}

.want-to-go.active, .been-there.active {
    background-color: #E66656;
    color: #fff;
    border-color: #E66656;
}	

.bookmark {
    float: right;
}

.bookmark-detail {
    float: right;
    margin-top: 12px;
}
.fa-bookmark {
	color: #ddd;
	font-size: 18px !important;
}

.fa-bookmark.active {
	color: #E66656;
}
.resource .place-name {
	font-size: 18px;
	line-height: 22px;
	float: none;
	font-weight: 400;
	color: #333;
}
.quick-links {
	padding-bottom: 20px;
}
.footer-links {
    max-width: 100%;
    text-align: left;
    margin: 0px auto 0 auto;
    background-color: #fff;
    padding: 20px;
}
.footer-links a {
	color: #333;
}
.footer-misc {
    background-color: #fff;
    padding: 20px;
    height: 20px;
}
.columns {   
    -moz-column-width: 200px; /* Firefox */
    -webkit-column-width: 200px; /* webkit, Safari, Chrome */
    column-width: 200px;
}
.columns {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.columns li {
    margin-bottom: 20px;
	margin-right: 20px;
}
.info {
    padding: 10px 0;
	display: inline-block;
	width: 100%;
}
.info .thumb {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
#resources .name-location {
    float: left;		
}	
#social-links {
    text-align: center;
    margin: 0;
    padding: 20px 0 0 0;
}	
.socials-area {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    line-height: 25px;
    max-width: 60%;
    padding: 0 20px;
	list-style: none;		
}	
.socials-area li {
    float: left;
    margin: 5px 8px 5px 7px;
    padding: 0;
}		
.socials-area li a {
    color: #fff;
    background: #E66656;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 17px;
    display: block;
	transition: all 0.2s ease-in-out;		
}	
.socials-area li a i {
    left: 1px;
    top: 6px;
    position: relative;
}
label {
	display: block;
    font-size: 14px;	
}	
.upload-button {
	padding: 5px 20px;
    border: 1px solid #ddd;
	color: #4A4A4A;
	border-radius: 5px;
	text-align: center;
    width: 220px;
}
.save-button {
	padding: 5px 20px;
    border: 1px solid #E66656;
	background-color: #E66656;
	color: #fff;
	border-radius: 20px;
	text-align: center;
    width: 100px;
    float: left;
	margin-right: 10px;
}
.cancel-button {
	padding: 5px 20px;
    border: 1px solid #E66656;
	color: #E66656;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
    width: 100px;
    float: left;
}
.view-all {
    text-align: center;
    margin: 20px auto 50px auto;
    border: 1px solid #ddd;
    width: 150px;
    padding: 8px 16px;
    border-radius: 20px;
    background-color: #fff;
}
.view-all a {
	white-space: nowrap;	
}
section {
	background-image: url(/images/park/grand-teton-national-park-1280x853.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;		
}
.visual {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
    border-bottom: 1px solid #d1d1d1;				
}
.hero {
    position: relative;
    text-align: center;
    color: white;	
    margin-top: 0;
}
.hero img {
	max-width: 100%;
}
.hero h1 {
	font-family: 'Merienda One', cursive;
	font-size: 60px;
	line-height: 75px;
	text-shadow: 2px 2px 5px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	
	width: 85%;			
}
 section h1 {
    font-size: 100px;
    line-height: 120px;
    letter-spacing: 4px;
}
.hero h2 {
    font-size: 32px;
    position: absolute;
    top: 62%;
    left: 50%;
	width: 85%;			
    transform: translate(-50%, -50%);	
    font-family: "Lato",Helvetica,Arial,sans-serif;
    line-height: 39px;
    letter-spacing: 0.25px;
    text-shadow: 2px 2px 5px #000;
    margin: 0;
    text-align: center;
}}
.park-location {
    position: absolute;
    bottom: 5%;
    left: 41%;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;	
}
.chart {
	width: 100%;
	height: 100%;
	max-height: 400px;
	padding: 20px 10px 0 10px;
}
#resources table {
	width: 100%;
	max-width: 640px;
	margin: 20px 0;
	padding: 0;
	font-size: 16px;
    border-collapse: collapse;
}
#resources table th {
    text-align: center;
    padding: 5px 10px;
	margin: 0;
    border-spacing: 0;
}
#resources table tr th:nth-child(n+2) {  
    border-left: 1px solid #ddd;
}
#resources table tr td {
    border-top: 1px solid #ddd;
    padding: 5px 10px;
    margin: 0;
	text-align: left;
}
#resources table tr td:nth-child(n+2) {  
    padding: 0 10px;
    border-left: 1px solid #ddd;
	text-align: right;
}
#resources .chart {
    width: 100%;
    height: 100%;
	padding: 10px;
    margin-top: 30px;
}
.airline {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}
.airline img {
    width: 35px;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 5px;
    border: 1px solid #f1f1f1;
    padding: 5px;

}

#google_translate_element {
    display: inline-block;
    margin-bottom: 10px;	
    width: 152px;
	height: 64px;	
}
select.goog-te-combo {
  margin: 5px 10px;
  width: 150px;
  padding: 8px 30px 8px 8px;
  border: 1px solid #ddd;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/images/icons/language.png) 96% / 15% no-repeat #fff;
}
.goog-te-gadget, .goog-te-combo {
    font-family: "Lato",Helvetica,Arial,sans-serif !important;
}

/* CAUTION: IE hackery ahead */
select.goog-te-combo::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}



#menuToggle
{
  display: block;
  position: relative;
  top: 20px;
  left: 20px;
  z-index: 1; 
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;

  background: #4A4A4A;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 240px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;

  background: rgba(0,0,0,0.9);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(-100%, 0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
  padding: 8px 0;
  font-size: 20px;
	border-top: 1px solid #ddd;  
}

#menu a {
	color: #fff;
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
}

.search-dropdown {
    display: block;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 400px;
}
.ui.search.dropdown {
    width: 500px;	
}
.ui.selection.active.dropdown, .ui.selection.active.dropdown .menu { 
	border-color: #fafafa !important;
}
	
.ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text {
	color: #333 !important;
}	

.ui.search.selection.dropdown>input.search {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 28px 18px 18px 18px !important;
	left: 0 !important;
    top: -2px !important;
}

.airport-parks {
    display: inline-block;
    margin-top: 20px;	
	width: 100%;
}
.airport-address {
    margin-left: 10px;
}
.park-distance {
    display: inline-block;
    font-size: 14px;
    width: 50%;
}
.sort-by {
	float: right;
    margin: 0 0 10px 0;
    padding: 0;
    display: inline-block;
}
.sort-by li {
    list-style: none;
    float: left;
    margin-left: 5px;
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: #E66656;
    background-color: #fff;
    font-weight: 400;
	cursor: pointer;
    font-size: 14px;	
}	
.sort-by li.active, .sort-by li.active a {
    color: #fff;
    background-color: #E66656;
    border-color: #E66656;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	top: 0;
	left: 0;
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select.goog-te-combo {
        background:none\9;
        padding: 5px\9;
    } 
}

/* Custom, inline Retina */ 
@media only screen and (max-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.hero h1 {
	    font-size: 36px;
	    line-height: 50px;
	    top: 40%;		
	}	
	.hero h2 {
	    font-size: 24px;
	    line-height: 30px;
	    top: 52%;
	}	
}

@media only screen and (max-width : 640px) {
	.hero {
		margin-top: 0;
	}
	#places {
		margin: 0;		
	}
	#places:first-child { 
	    margin-left: 0;
	}
	.place {
		width: 100% !important; 
	    padding: 0 10px;
	}
	#places .info {
	    margin: 0;
	    padding: 10px;
	}
	#place-detail .location, #place-detail .formed, #place-detail .visitors, #place-detail .area {
	    width: 100% !important;
		float: none !important;;
	    text-align: center  !important;;
	    padding-left: 0  !important;;
	    margin-top: 20px  !important;;
	    display: inline-block  !important;;
	}
	#place-detail .general {
		border-top: none;
	}		
	.nav-right {
	    float: left;
	}	
	#resources table {
		padding: 0 10px;
		margin-top: 10px;
	}
	.visitor-count {
	    margin: 10px 0 0 0;		
	}
	.top-ten-thumb {
	    width: 96%;
	}	
	.top-ten-info {
	    padding: 0;
	    width: 98%;
	    margin-left: 10px;	
	}
	.ui.search.dropdown {
	    width: 95%;
	}	
	.sort-by {
	    float: left;
	    margin: 0 0 10px 5px;
	}	
	.resource .info .left-column, .row .left-column {
		float: left;
		width: 90% !important;
	}
	.row .distance-time {
	    float: left;
		text-align: left;		
	    margin-left: 0;
		margin-top: 10px;
	}	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 1024px) {
	.container {
	    width: 100%;
	    padding: 0 10px;
		margin-top: 0;
	}	
	.hero h1 {
	    font-size: 40px;
	    line-height: 50px;
		width: 90%;						
	}
	.hero h2 {
	    font-size: 24px;
	    line-height: 30px;
		top: 60%;
		width: 90%;			
	}
	h1 {
	    padding: 0;
	    font-size: 24px;
	    line-height: 30px;		
	}
	h2 {
		padding-left: 10px;
	    font-size: 20px;
	    line-height: 26px;		
	}
	.wrapper h1 {
		margin-left: 10px;
	}
	.topnav.responsive {
		position: absolute;
		background-color: #333;
		top: 0;
		left: 0;
		margin: 0;		
		z-index: 100;
		width: 100%;
		transition: visibility 0s, opacity 0.5s linear;		
	}
	.topnav .menu-icon {
		display: block;		
	}
	.topnav.responsive .menu-icon {
		position: absolute;
		right: 5px;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
		color: #fff;	
	}
	.topnav.responsive a {
		border-top: 1px solid #ddd;
	}
	.topnav.responsive i.fa.fa-bars {
		color: #fff;
	}
    .topnav a {display: none;}
 	.topnav.responsive.home {
		display: block;
	 }
	 #searchicon-default {
		 display: none;
	 }
	 #searchicon-responsive {
		 display: block !important;
	     margin-right: 5px;
	 }
	.wrapper, .fourofour {
	    width: 98%;
	    padding: 0;
		margin-top: 0;
	}
	#upnext {
		width: 95%;
	    padding: 10px;
	}
	#upnext h2 {
		padding-left: 0;
	}
	#resources h1 {
		margin-top: 0;
	}
	.footer {
		width: 98%;
		padding: 10px 20px;
		margin: 0;
	}
	.footer-links {
		width: 95%;
		padding: 0;
		margin: 0;
	}
	.footer-misc {
	    padding: 20px 0;
	}
	.search {
	    float: none;
	}
	#place-detail {
	    width: 98%;
		padding: 0;
		margin: 0 10px;
	}
 	#place-detail .info {
 		padding: 0;
		width: 98%;
 	}	
	.contact .phone, .contact .website, .contact .directions {
		width: 140px;
	}
	.row .place-name {
	    max-width: 160px; 
	}
	#place-detail .area {
	    width: 100%;
		float: none;
	    text-align: center;
	    padding-left: 0;
	    margin-top: 20px;
	    display: inline-block;
	}
	#place-detail .location, #place-detail .formed, #place-detail .visitors, #place-detail .area {
	    width: 48%;
	    float: left;
	    text-align: center;
	    padding-left: 0;
	    margin-top: 20px;
	}	
	#place-detail .wiki, #place-detail .general {
	    padding: 0 10px;
	}
	#places h2 {
		padding-left: 0;
	}
	#resources {
		width: 100%;
	}
	#resources h2 {
		padding-left: 0;
/*		margin-left: 10px;*/
	}
	.sidebar {
		display: none;
	}	
	.sidebar-keep {
	    width: 98%;
	    float: left;
	    top: 0;
    	margin: 0 0 20px 0;
		padding: 0 5px;
	}
	#resources {
	    width: 98%;
	}	
	.towns, .airports, .attractions, .trails, .tours, .parks, .visitorcenters {
/*	    padding: 10px;*/
	}
	#resources .airports, #resources .towns {
		padding-left: 0;
	}
	.show-more {
		padding-left: 10px;
	}
	.info .all-tours {
		padding-left: 0;
	}
	.resource .place-name {
		max-width: 100%;
	    width: 100%; 
	}
	.resource .info .left-column, .row .left-column {
		float: left;
		width: 50%;
	}
	.row .place-name, .row .attraction-name, .row .trail-name {
		float: none;
		width: 90%;
		max-width: 90%;
	}
	.row .tip {
	    float: left;
		text-align: left;		
	    margin-left: 0;
	}	
	.footnote {
		margin: 10px;
	}
	
	.sidebar ul, .sidebar-keep ul {
	    padding: 0 10px;
	    margin: 10px 0 20px 0;	
	}
	.sidebar h4, .sidebar-keep h4  {
	    padding: 0 10px;
	}	
	#resources .name-location {
	    width: 60%;
	}	
	img.bg {
		left: 50%;
		margin-left: -512px; 
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.place {
	    width: 44%;
	    padding: 0;
	    margin: 0 10px 10px 10px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
