/******************************************
*	
* Mobile 768px
*
*******************************************/
@media(max-width:768px) {
header .logo {
	background-attachment: scroll;
}
.gallery .img0,
.gallery .img1 {
	width: 350px;
}


























}


/******************************************
*	
* Mobile 480px
*
*******************************************/
@media(max-width:480px) {

.navbar-nav {
	margin-left: 0;
	margin-right: 0;
}
#platzinum h2 {
	font-size: 40px;
}
#platzinum .items {
	margin-bottom: 30px;
}
#bottom .col-md-4 {
	margin-bottom: 10px;
}
#bottom .col-md-1 {
	text-align: center;
}
#comments .item .message {
	width: 80%;
}
#comments .item .dated {
	font-size: 11px;
}
#form-comment .col-md-2 {
	margin-top: 10px;
}
#journal .tabname {
	margin-bottom: 10px;
}
#journal .tabname a {
	display: block;
	margin-right: 0;
}
#journal .tabcontent .box h3 {
	font-size: 18px;
}
.widget {
	margin-top: 30px;
}
#member .item {
	margin-top: 15px;
}


















}