/* ================================================================================== */
	@media only screen and (max-width: 1224px) {
	}
	@media only screen and (max-width: 1100px) {
		/*Footer*/
		.footer {
			padding: 25px;
		}
		/*Catalog*/
		.catalog-category-view .inner-wrap ul.catalog-list li {
			width: 100%;
		}
		.catalog-category-view .inner-wrap ul.catalog-list li:nth-child(2n+2) {
			margin-left: 0;
		}
	}
	@media only screen and (max-width: 990px) {

	}
/* ================================================================================== */

/* Smaller than standard 960 (devices and browsers) ================================= */
	@media only screen and (max-width: 959px) {
		.mobile-header-container {
			display: block;
		}
		#header {
		  width: 100%;
		  left: 0;
		  transition: all 0.3s ease;
		}
		.wrapper {
		  float: right;
		  width: 100%;
		  transition: width 0.3s ease;
		  min-width: inherit;
		}
		.mobile-nav {
		  position: fixed;
		  top: 0;
		  width: 0;
		  height: 100%;
		  overflow-y: auto;
		  transition: width 0.3s ease;
		  background: #242424;
		  display: none;
		}
		#nav {
			width: 100%;
			border-right: 10px solid #fff;
			height: 100%;
		}
		.nav-primary li, .nav-primary li.last {
			min-height: 50px;
			border: none;
			line-height: 50px;
			height: auto;
		}
		.nav-primary li.level0, .nav-primary a.level0 {
			display: block;
			text-align: left;
		}
		.nav-primary a.level0, .nav-primary li.last a {
			line-height: 50px;
			border-bottom: 1px solid #545454;
			font-weight: normal;
		}
		.nav-primary li.menu-active a.level0 {
			border-bottom: 1px solid #e0e0e0;
		}
		.nav-primary li.level0 > a {
			color: #fff;
		}
		.nav-primary .menu-active > ul.level0, .nav-primary li.level0 li.sub-menu-active > ul {
			display: block;
			background: #F3F3F3;
		}
		.nav-primary li.level0 li {
			padding: 0;
		}
		.nav-primary li.level1 a {
			padding: 0 10px;
			text-transform: uppercase;
			line-height: 50px;
			border-bottom: 1px solid #e0e0e0;
			font-family: 'Open Sans', sans-serif;
			font-size: 15px;
			color: #666666;
		}
		.nav-primary li.menu-active > a, .nav-primary li.sub-menu-active > a {
			background: #1AA2E1;
			color: #fff;
		}
		.nav-primary li.level0 ul {
			background: #F3F3F3;
			border: none;
			position: relative;
			left: 0;
			top: 0;
			z-index: 10;
			width: 100%;
			padding: 0;
			display: none;
		}
		.nav-primary li.parent > a:after {
			left: auto;
			right: 10px;
			border-left: 5px solid #fff;
			z-index: 10;
			content: '';
			position: absolute;
			width: 0;
			height: 0;
			display: block;
			border-top: 5px solid transparent;
			border-bottom: 5px solid transparent;
			border-right: none;
			top: 50%;
			margin-top: -5px;
		}
		.nav-primary li.parent.sub-menu-active > a:after, .nav-primary li.parent.menu-active > a:after {
			left: auto;
			right: 10px;
			border-top: 5px solid #fff;
			z-index: 10;
			content: '';
			position: absolute;
			width: 0;
			height: 0;
			display: block;
			border-right: 5px solid transparent;
			border-left: 5px solid transparent;
			border-bottom: none;
			top: 50%;
			margin-top: -5px;
		}
		.mobile-nav a:hover, .mobile-nav a:focus, .no-touch #header-account a:hover, .no-touch .nav-primary a:hover {
		  background: #1AA2E1;
		  color: #fff;
		}
		.page-header-container {
			display: none;
		}
		.mobile-header-container {
			display: inline-block;
			width: 100%;
		}
		.mobile-top {
			margin: 0 15px;
		}
		.mobile-top .icon {
			display: inline-block;
			vertical-align: middle;
			width: 10%;
			cursor: pointer;
		}
		.mobile-top .logo {
			display: inline-block;
			vertical-align: middle;
			width: 75%;
			max-width: none;
			height: 65px;
			text-align: center;
		}
		.mobile-top .icon:last-child {
			text-align: right;
		}
		.mobile-top .logo img {
			height: 45px;
			margin: 0 auto;
			width: auto;
		}
		#header-nav {
			float: none;
			width: 100%;
			padding: 0;
		}
		#externalLinks {
			margin: 0;
			width: 100%;
		}
		#externalLinks ol li.first {
			background: #10110C;
		}
		#externalLinks ol li {
			height: 45px;
			padding: 0;
			background: #1AA2E1;
			border-radius: 0;
			color: #bfe8ff;
			line-height: 45px;
			width: 50%;
			text-align: center;
			cursor: pointer;
		}
		#externalLinks ol li.first a, #externalLinks ol li.last a {
			border-radius: 0;
			font-size: 18px;
			display: inherit;
			padding: 0;
		}
		/*Slider*/
		body.cms-home .rotating-banner .divSimpleSlider .bannerContent p {
			display: none;
		}
		/*CMS*/
		.col-main .page-title {
			padding: 45px 20px;
		}
		.inner-wrap {
			width: 100%;
			padding: 40px 20px;
		}
		.col2-right-layout .col-right {
			display: none;
		}
		/*Video*/
		.gallery li {
			width: 49.5%;
		}
		/*Products*/
		.catalog-category-view .inner-wrap h1 {
			padding: 0 20px;
		}
		.catalog-category-view .product-list .col-1, .catalog-category-view .product-list .col-2 {
			max-width: 100%;
		}
		.catalog-category-view .product-list img {
			margin: 0 auto;
		}
		.catalog-category-view .inner-wrap ul.catalog-list li {
			margin: 0 0 10px 0;
		}
	
	}
/* ================================================================================== */


/* All Mobile Sizes (devices and browser) =========================================== */
    @media only screen and (max-width: 767px) {
    	/*Global*/
    	body.cms-home .col-main {
	    	padding: 0 15px;
    	}
		/*Footer*/
		.footer .col-1, .footer .col-2 {
			width: 100%;
			margin: 0 auto;
			text-align: center;
			float: none;	
		}
		.footer .col-1 ul li {
			margin: 0 15px;
		}
		.footer .col-2 {
			margin-top: 30px;
		}
		.footer address {
			text-align: center;
		}
		/*Homepage*/
		body.cms-home .home-link-blocks {
			display: inline-block;
			padding: 0px;
		}
		body.cms-home .home-link-blocks li {
			display: block;
			border: none;
			margin: 15px;
		}
		body.cms-home .home-news .news-item .news_image, body.cms-home .home-news .news-item .col-1, body.cms-home .home-news .news-item .col-2 {
			width: 100%;
			margin: 0;
			max-width: 100%;
		}
		body.cms-home .home-news .news-item .col-1 img {
			margin: 0 auto;
		}
		body.cms-home .rotating-banner .slick-prev, body.cms-home .rotating-banner .slick-next {
			display: none !important;
		}
		/*CMS*/
		.col2-right-layout .col-right {
			width: 100%;
			padding: 40px 20px;
		}
		ul.white .col-1, ul.white .col-2, ul.white li img {
			max-width: 100%;
			padding: 0;
			height: auto;
		}
		ul.white li img {
			margin-bottom: 20px;
		}
		ul.white li a.button {
			width: 100%;
		}
		.page-title ul.sub-categories {
			display: none;
		}
		.col2-text {
		  position: relative;
		  max-width: 100%;
		  text-align: center;
		  margin-top: 20px;
		  display: inline-block;
		  width: 100%;
		}
		/*Video*/
		.gallery li {
			width: 100%;
			height: 100%;
			padding: 0;
		}
		.featured .gallery li .col-1, .featured .gallery li .col-2 {
			max-width: 100%;
			width: 100%;
		}
		/*Events*/
		.events-page .col2-set .col-1, .events-page .col2-set .col-2 {
			max-width: 100%;
			padding: 20px;
			margin: 0;
		}
		.events-page .col2-set .col-1 img {
			max-width: 70%;
			margin: 0 auto;
		}
		
	}
/* ================================================================================== */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) ============= */
    @media only screen and (max-width: 479px) {
    	/*Homepage*/
		.home-callout-block .button.yellow {
			display: block;
			margin: 0 auto;
			width: 60%;
		}
	}
/* ================================================================================== */

