/*!
 * TrippoApp v1.0
 * Copyright 2012 Trippo, Inc
 * Licensed under CC BY 3.0
 * http://creativecommons.org/licenses/by/3.0/
 *
 */

 
@media screen and (max-width: 979px) and (min-width: 768px) {

.content {
	padding-top: 20px;
	}
	
.hidden-desktop {
	display: none!important;
	}

.visible-desktop {
	display: inherit!important;
	}


@media screen and (max-width: 767px) {

/***** STRUCTURE *****/

.content {
	padding-top: 0px;
	}
	
.page-title {
	padding: 30px 0;
	}


/***** HOME *****/

#bus-name {
	text-align: center;
	float: none;
	}

#tagline {
	text-align: center;
	margin-top: 2em;
	}

#logo {
	text-align: center;
	margin-top: 20px;
	}
	
#description {
	margin-top: 0px;
	}
	
.hidden-phone {
	display: inherit!important;
}

.visible-phone {
	display:none!important;
}
	
/***** CONTACT *****/

#contact-info {
	padding-bottom:40px;
	}
	
#credits {
	float: right;
	}
	
}

@media screen and (max-width: 480px) {

#credits {
	float: left;
	}
	
.hidden-phone {
	display: none!important;
}

.visible-phone {
	display:inherit!important;
}
	
}