
.inner {width:1260px}
.hide-desktop {display:none;}

/*
@media only screen and (max-width: 1520px) {.inner {width:1260px;}}
*/
@media only screen and (max-width: 1320px) {.inner {width:96%;}}
@media only screen and (max-width: 767px) {

	.inner {width:90%;}

	#sidebar {padding-left:0;}

	.subtitle h1,
	.pageheading {font-size:21px;}

	#copyright [class*="col-sm"].text-right,
	.main,
	.page [class*="col-sm"].text-right {text-align:left;}
	#copyright [class*="col-"] {margin-bottom:0;}
	.hide-mobile {display:none;}
	.hide-desktop {display:block;}

	#content .row [class*="col-"] {margin-bottom:45px;}
	#content .row [class*="col-"]:last-child {margin-bottom:0;}
	
	div.right,
	div.text-right {text-align:left;}
	.float-left,
	.float-right {float:none; display:block;}
}
@media only screen and (max-width: 479px) {
	#wrapper {min-width:280px}
}