/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
}
.clearfix:after {
	clear: both;
}


.container, .bx-wrapper .bx-pager {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
	width:1000px !important;
	max-width:90%;
}
.header .container {
	max-width:none;
}
.row {
	width:100%;
	float:left;
}
.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
.visible-vert-phone {
		display: none !important;
	}

@media (min-width: 767px) {
.visible-tablet-desktop {
}
}

@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop {
		display: none !important;
	}
	.visible-desktop {
		display: none !important ;
	}
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
	
}
@media (max-width: 767px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
	
	.container, .bx-wrapper .bx-pager {
		width:95% !important;
}
}
@media (max-width: 767px) {

}
@media (max-width: 479px) {
	.container {
	}
	.hidden-vert-phone {
		display: none !important;
	}
	.visible-vert-phone {
		display: inherit !important;
	}


}
@media (min-width: 768px) and (max-width: 1025px) {
	.row {
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	.container, .bx-wrapper .bx-pager {
		width: 724px !important;
		max-width:85% !important;
}
	}
}
@media (min-width: 1200px) {
	.row {
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 30px;
	}
	.container, .bx-wrapper .bx-pager {
		width: 1000px !important;
	}
}
@media (max-width: 979px) {
	body {
		padding-top: 0;
	}
}
@media (max-width: 979px) {

}