/*****************/
/* MEDIA QUERIES */
/*****************/

/*========== Non-Mobile First Method ==========*/

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	/* BODY */
	#page_wrapper {
		width: 970px;
	}
	
	/* MINI BASKET (HEADER) */
	#header_basket_label #header_basket_label_title {
		display: none;
	}
	
	/* HOME PAGE CONTENT */
	#home_page_content_video {
		height: 150px;
	}
	
	#home_page_content_special_offers {
		height: 124px;
	}
	
	/* HOME PAGE FEATURED PRODUCTS */
	#featured_products_wrapper .row [class*="col-"]:nth-child(5) {
		display: none;
	}
	
	/* CAROUSEL */
	.carousel-caption {
		width: 450px;
	}
	
	.carousel-caption h1 {
		font-size: 30px;
		line-height: 34px;
	}
	
	.carousel .item a {
		max-width: 170px;
		padding: 8px 20px 8px 20px;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
	
	/* NAVBAR */
	.navbar-header {
		float: none;
	}
	
	.navbar-left, .navbar-right {
		float: none !important;
	}
	
	.navbar-toggle {
		background-color: #555555 !important;
		border: 1px solid #555555 !important;
		display: block;
	}
	
	.navbar-toggle .icon-bar {
		background-color: #FFFFFF !important;
	}
	
	.navbar-toggle:hover,
	.navbar-toggle:focus {
		background-color: #F79520 !important;
		border: 1px solid #F79520 !important;
	}
	
	.navbar-toggle:hover .icon-bar,
	.navbar-toggle:focus .icon-bar {
		background-color: #FFFFFF !important;
	}
	
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	
	.navbar-collapse.collapse {
		display: none!important;
	}
	
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	
	.navbar-nav > li {
		float: none;
	}
	
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.collapse.in {
		display: block !important;
	}
	
	.nopadding-small {
		padding: 0 !important;
	}
	
	#navbar2 {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	#navbar_social_networking {
		display: none;
	}
	
	/* BIKE SEARCH */
	.bike-search-clear-btn {
		float: none;
		margin-bottom:15px;
	}
	
	.bike-search-wrapper .form-group, .bike-search-wrapper .form-control {
		margin-bottom:5px;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	/* BODY */
	#page_wrapper {
		width: 750px;
	}
	
	/* HEADER */
	#header {
		height: 130px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#logo_container {
		height: 100px;
		padding-left: 105px;
	}
	
	#logo {
		height: 100px;
		width: 100px;
	}
	
	#logo img {
		border: 0px;
		height: 100px;
		width: 100px;
	}
	
	#logo_text {
		height: 100px;
		padding-top: 5px;
		width: 287px;
	}
	
	#logo_text img {
		border: 0px;
		height: 90px;
		width: auto !important;
	}
	
	/* SEARCH BAR (HEADER) */
	#header_search {
		margin-top: 0px;
	}
	
	/* MINI BASKET (HEADER) */
	#header_basket {
		margin-top: 20px;
	}
	
	/* TOP MENU */
	#top_menu_strapline {
		text-align: center;
	}
	
	/* HOME PAGE CONTENT */
	#home_page_content_video {
		float: left;
		height: 230px;
		margin-top: 15px;
		margin-bottom: 0px;
		width: 345px;
	}
	
	#home_page_content_special_offers {
		float: left;
		height: 230px;
		margin-top: 15px;
		margin-left: 30px;
		margin-bottom: 0px;
		width: 345px;
	}
	
	/* HOME PAGE FEATURED PRODUCTS */
	#featured_products_wrapper .row [class*="col-"]:nth-child(5) {
		display: none;
	}
	
	.featured_product {
		min-height: 285px;
	}
	
	.featured_product .featured_product_image {
		padding-top: 15px;
		padding-bottom: 20px;
	}
	
	/* CAROUSEL */
	.carousel-caption {
		width: 475px;
	}
	
	.carousel-caption h1 {
		font-size: 30px;
		line-height: 34px;
	}
	
	.carousel .item a {
		max-width: 170px;
		padding: 8px 20px 8px 20px;
	}
	
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
	
	/* BODY */
	body {
		background-image: none;
	}
	
	#page_wrapper {
		width: 100%;
	}
	
	#breadcrumb-wrapper {
		display: none;
	}
	
	/* HEADER */
	#header {
		background-image: url('../images/header_bg_responsive.jpg');
		background-position: 50% 50%;
		background-repeat: no-repeat;
		height: auto;
	}
	
	/* SEARCH BAR (HEADER) */
	#header_search {
		margin-top: 15px;
	}
	
	/* MINI BASKET (HEADER) */
	#header_basket {
		display: none;
	}
	
	/* TOP MENU */
	#top_menu_wrapper {
		height: 10px;
	}
	
	#top_menu_strapline {
		display: none;
	}
	
	/* SERVICE FEATURES */
	#service_features {
		display: none;
	}
	
	/* FOOTER */
	#upshot {
		padding-top: 0px;
		text-align: left;
	}
	
	/* CONTACT FORM */
	#contact_right {
		margin-top: 15px;
	}
	
	/* PRODUCTS */
	#product_info_right {
		margin-top: 15px;
	}
	
	/* PAYMENT PAGES */
	#sagepay_iframe_container {
		width: 460px;
	}
	
	/* BIKE SEARCH */
	.bike-search-title {
		text-align: center;
	}
	
	.bike-search-buttons {
		float: none;
		margin-top: 5px;
		text-align: center;
	}
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	/* HOME PAGE CONTENT */
	#home_page_content_video {
		display: none;
	}
	
	#home_page_content_special_offers {
		height: 230px;
		margin-top: 15px;
	}
	
	/* HOME PAGE FEATURED PRODUCTS */
	.featured_product {
		margin-bottom: 15px;
	}
	
	#featured_products_wrapper .row [class*="col-"]:nth-child(4) .featured_product,
	#featured_products_wrapper .row [class*="col-"]:nth-child(5) .featured_product {
		margin-bottom: 0px;
	}
	
	.featured_product .featured_product_image img {
		max-width: 173px;
	}
	
	/* FOOTER */
	#footer .footer_section:nth-child(3) {
		clear: both;
		margin-top: 15px;
	}
	
	#footer_cardsave {
		margin-top: 15px;
		text-align: left;
	}
	
	/* CAROUSEL */
	.carousel-caption {
		left: 15px;
		top: 10px;
		width: 455px;
	}
	
	.carousel-caption h1 {
		font-size: 22px;
		line-height: 26px;
	}
	
	.carousel .item a {
		display: none;
	}
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
	
	/* BODY */
	body {
		min-width: 320px;
	}
	
	/* HEADER */
	#logo_container {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
		text-align: center;
	}
	
	#logo {
		height: auto;
		left: auto;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 5px;
		position: relative;
		right: auto;
		width: 100px;
	}
	
	#logo img {
		border: 0px;
		height: 100px;
		width: 100px;
	}
	
	#logo_text {
		height: 100px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 5px;
		width: 287px;
	}
	
	#logo_text img {
		border: 0px;
		height: 90px;
		width: auto !important;
	}
	
	/* HOME PAGE CONTENT */
	#home_page_content_video {
		min-height: 75%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#home_page_content_special_offers {
		height: 194px;
	}
	
	/* HOME PAGE FEATURED PRODUCTS */
	.featured_product {
		margin-bottom: 15px;
		min-height: 250px;
	}
	
	#featured_products_wrapper .row [class*="col-"]:nth-child(5) .featured_product {
		margin-bottom: 0px;
	}
	
	/* FOOTER */
	.footer_section {
		margin-bottom: 15px;
	}
	
	#footer_cardsave {
		text-align: left;
	}
	
	/* CAROUSEL */
	.carousel-caption {
		display: none;
	}
	
	.carousel .item a {
		display: none;
	}
	
	/* MY ACCOUNT */
	#tab_sub_menu a {
		display: block;
	}
	
	#tab_sub_menu i {
		display: none;
	}
	
	.hide_responsive {
		display: none;
	}
	
	/* PAYMENT PAGES */
	#sagepay_iframe_container {
		width: 300px;
	}
	
	/* CLOSE BROTHERS REPRESENTATIVE FINANCE EXAMPLE CALCULATOR */
	#tab_finance table,
	#tab_finance table thead,
	#tab_finance table tbody,
	#tab_finance table tfoot,
	#tab_finance table th,
	#tab_finance table tr,
	#tab_finance table td {
		display: block;
	}
	
	#tab_finance table th,
	#tab_finance table td {
		border: none;
	}
	
	#tab_finance table td,
	#tab_finance table td.description {
		width: 100%;
	}
	
	#tab_finance table td.description {
		border-top: 1px solid #444444;
	}
	
	#tab_finance table tbody tr:first-child td {
		border-top: none;
	}
	
	/*** PANEL INFO ***/
	.with-nav-tabs.panel-info .nav-tabs > li > a {
		font-size: 14px;
		padding-right: 10px;
		padding-left: 10px;
	}
	
}