@media screen and (max-width: 768px){

.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	color:#fff;
}
.content {
	padding-top: 20px;
	}

.hidden-desktop {
	display: none!important;
	}

.visible-desktop {
	display: inherit!important;
	}

#version {
	display: none;
	}
#banner{
max-width:100%;
}

.col-sm-4{
	display:none;
}

}


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

/***** STRUCTURE *****/

.content {
	padding-top: 0px;
	}

.page-title {
	padding: 30px 0;
	}

#banner{
max-width:100%;
}
/***** HOME *****/

#app-name {
	text-align: center;
	float: none;
	}

#tagline {
	text-align: center;
	margin-top: 2em;
	}

#version {
	display: none;
	}

#phones {
	text-align: center;
	margin-top: 20px;
	}

#description {
	margin-top: 0px;
	}

.hidden-phone {
	display: inherit!important;
}

.visible-phone {
	display:none!important;
}

/***** SCREENSHOTS *****/

.thumbnails .span3, .thumbnails .span3:first-child {
	width: 40%;
	float: left;
	margin: 1% 5%;
	}

/***** CONTACT *****/

#contact-info {
	padding-bottom:40px;
	}

#contact-form {
	border-left: none;
	}


.form-horizontal .control-label {
	width: 90px;
	}

.form-horizontal .form-actions {
	padding-left: 100px;
	}

#credits {
	float: right;
	}

}

@media screen and (max-width: 480px) {
#body{
background:#ddd;
}
#top_content{
    height: auto;
    width:100%;

}
#carousel {
margin-left : 20px;
}
.btn{
    margin-top: 5px;
}
#version {
	display: none;
	}

.version {
	float:none;
	}

.release-date {
	float: none;
	}


.form-horizontal .controls {
	margin-left: 0px;
	}

.form-horizontal .control-label {
	width: 90px;
	}

.form-horizontal .form-actions {
	padding-left: 0px;
	}

#credits {
	float: left;
	}

.hidden-phone {
	display: none!important;
}

.visible-phone {
	display:inherit!important;
}

}
@media screen and (max-width: 320px) {
#top_content{
    height: auto;
    width:100%;

}
#carousel {
margin-left : 5px;
}

.btn{
    margin-top: 5px;
	margin-bottom:5px;
}
.navbar-inverse .navbar-toggle:hover{

}



#back-to-top, #back-to-top a {
    color: white;
    width: 40px;
    padding: 10px;
    border: solid #ddd 1px;
    position: fixed;
    bottom: 10px;
    right: 15px;
    display: block;
    background: goldenrod;
    box-sizing: border-box;
    text-decoration: none;
}
#back-to-top, #back-to-top a:hover {
    color: #fff;
	}


}
}