/* Fly Out Navigation and General Responsive CSS */
	/* -------------------------------------------------*/
	/* ---------->>> 900 iPad Landscape <<<-------------*/
	/* -------------------------------------------------*/
    @media only screen and (min-width: 900px) and (max-width: 1179px) {
		.home #content {
		    -moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		#header-logo img { max-width: inherit; }
		#top-bar-menu { float: left; }
		
		#fly-out,
		#fly-out-btn {
			display: block !important;
		}
		
		#fly-out-btn {
			z-index: 9999;
			text-indent: -9999px;
			width: 16px;
			height: 10px;
			background: url(../images/fly-out.png) no-repeat 50%;
			background-size: 16px 10px;
			margin-top: 10px;
			margin-left: 10px;
			padding: 10px;
			display: block;
		    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		}

		#fly-out-btn:hover,
		#fly-out-btn.selected {
		    -webkit-tap-highlight-color: #ccc;
		}

		#fly-out {
			margin-left: -300px;
			top: 0;
			left: 0;
			position: fixed;
		    min-height: 100%;
		    z-index: 9999;
		    width: 200px;
			background-color: #343636;
		    color: #fff;
		    -webkit-box-shadow: inset 0 0 5px 5px #222;
		    -moz-shadow: inset 0 0 5px 5px #222;
		    box-shadow: inset 0 0 5px 5px #222;
		}

		#fly-out h3 {
			padding: 12px;
			background-color: #575758;
			color: #fff;
			display: block;
		}

		#fly-out .selector { display: none; }

		#fly-out-nav .menu { margin-top: 0; }

		#fly-out-nav strong {
			padding: 12px;
			background-color: #d7d7d7;
			color: #333;
			display: block;
		}

		#fly-out-nav a {
			display: block;
			line-height: 40px;
			padding: 0 20px;
		}

		#fly-out-nav .current-menu-item a { color: #fff !important; }

		#fly-out-nav a:hover {
			color: #fff !important;
			background-color: #666869;
		}

		.fly-out-footer {
			padding-left: 40px !important;
			padding-right: 40px !important;
			margin-left: -50px !important;
		}
	}
	
    /* ------------------------------------------------*/
    /* ---------->>> 600 iPad Portrait <<<-------------*/
    /* ------------------------------------------------*/
    @media only screen and (min-width: 700px) and (max-width: 899px) {
		.home #content {
		    -moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		#header {
			padding: 30px 50px 20px;
			text-align: center;
			height: inherit;
		}

		#header-logo img { max-width: inherit; }
		#navigation { display: none; }
		#top-bar-menu { float: left; }
		
		#fly-out,
		#fly-out-btn {
			display: block !important;
		}
		
		#fly-out-btn {
			z-index: 9999;
			text-indent: -9999px;
			width: 16px;
			height: 10px;
			background: url(../images/fly-out.png) no-repeat 50%;
			background-size: 16px 10px;
			margin-top: 10px;
			margin-left: 10px;
			padding: 10px;
			display: block;
		    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		}

		#fly-out-btn:hover,
		#fly-out-btn.selected {
		    -webkit-tap-highlight-color: #ccc;
		}

		#fly-out {
			margin-left: -300px;
			top: 0;
			left: 0;
			position: fixed;
		    min-height: 100%;
		    z-index: 9999;
		    width: 200px;
			background-color: #343636;
		    color: #fff;
		    -webkit-box-shadow: inset 0 0 5px 5px #222;
		    -moz-shadow: inset 0 0 5px 5px #222;
		    box-shadow: inset 0 0 5px 5px #222;
		}

		#fly-out h3 {
			padding: 12px;
			background-color: #575758;
			color: #fff;
			display: block;
		}

		#fly-out .selector { display: none; }

		#fly-out-nav .menu { margin-top: 0; }

		#fly-out-nav strong {
			padding: 12px;
			background-color: #d7d7d7;
			color: #333;
			display: block;
		}

		#fly-out-nav a {
			display: block;
			line-height: 40px;
			padding: 0 20px;
		}

		#fly-out-nav .current-menu-item a { color: #fff !important; }

		#fly-out-nav a:hover {
			color: #fff !important;
			background-color: #666869;
		}

		.fly-out-footer {
			padding-left: 40px !important;
			padding-right: 40px !important;
			margin-left: -50px !important;
		}
	}
	
    /* ---------------------------------------------------*/
    /* ---------->>> 480 iPhone Landscape <<<-------------*/
    /* ---------------------------------------------------*/
    @media only screen and (min-width: 480px) and (max-width: 699px) {
		.home #content {
		    -moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		#header {
			padding: 30px 50px 20px;
			text-align: center;
			height: inherit;
		}

		#header-logo img { max-width: inherit; }
		#navigation { display: none; }
		#top-bar-menu { float: left; }
		
		#fly-out,
		#fly-out-btn {
			display: block !important;
		}
		
		#fly-out-btn {
			z-index: 9999;
			text-indent: -9999px;
			width: 16px;
			height: 10px;
			background: url(../images/fly-out.png) no-repeat 50%;
			background-size: 16px 10px;
			margin-top: 10px;
			margin-left: 10px;
			padding: 10px;
			display: block;
		    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		}

		#fly-out-btn:hover,
		#fly-out-btn.selected {
		    -webkit-tap-highlight-color: #ccc;
		}

		#fly-out {
			margin-left: -300px;
			top: 0;
			left: 0;
			position: fixed;
		    min-height: 100%;
		    z-index: 9999;
		    width: 200px;
			background-color: #343636;
		    color: #fff;
		    -webkit-box-shadow: inset 0 0 5px 5px #222;
		    -moz-shadow: inset 0 0 5px 5px #222;
		    box-shadow: inset 0 0 5px 5px #222;
		}

		#fly-out h3 {
			padding: 12px;
			background-color: #575758;
			color: #fff;
			display: block;
		}

		#fly-out .selector { display: none; }

		#fly-out-nav .menu { margin-top: 0; }

		#fly-out-nav strong {
			padding: 12px;
			background-color: #d7d7d7;
			color: #333;
			display: block;
		}

		#fly-out-nav a {
			display: block;
			line-height: 40px;
			padding: 0 20px;
		}

		#fly-out-nav .current-menu-item a { color: #fff !important; }

		#fly-out-nav a:hover {
			color: #fff !important;
			background-color: #666869;
		}

		.fly-out-footer {
			padding-left: 40px !important;
			padding-right: 40px !important;
			margin-left: -50px !important;
		}
		
		#fly-out {
			height: 100%;
			overflow: auto;
			-webkit-overflow-scrolling: touch;
		}
		
		#fly-out-nav {
			position: relative;
			-webkit-overflow-scrolling: touch;
			overflow: auto;
			min-height: 100%;
			display: block;
			top: 0;
			height: 100%;
		    width: 200px;
			position: fixed;
		}
	}
	
    /* ---------------------------------------------------*/
    /* ---------->>> 479 iPhone Landscape <<<-------------*/
    /* ---------------------------------------------------*/
    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.home #content {
		    -moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		#header {
			padding: 30px 50px 20px;
			text-align: center;
			height: inherit;
		}

		#header-logo img { max-width: inherit; }
		#navigation { display: none; }
		#top-bar-menu { float: left; }
		
		#fly-out,
		#fly-out-btn {
			display: block !important;
		}
		
		#fly-out-btn {
			z-index: 9999;
			text-indent: -9999px;
			width: 16px;
			height: 10px;
			background: url(../images/fly-out.png) no-repeat 50%;
			background-size: 16px 10px;
			margin-top: 10px;
			margin-left: 10px;
			padding: 10px;
			display: block;
		    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		}

		#fly-out-btn:hover,
		#fly-out-btn.selected {
		    -webkit-tap-highlight-color: #ccc;
		}

		#fly-out {
			margin-left: -300px;
			top: 0;
			left: 0;
			position: fixed;
		    min-height: 100%;
		    z-index: 9999;
		    width: 200px;
			background-color: #343636;
		    color: #fff;
		    -webkit-box-shadow: inset 0 0 5px 5px #222;
		    -moz-shadow: inset 0 0 5px 5px #222;
		    box-shadow: inset 0 0 5px 5px #222;
		}

		#fly-out h3 {
			padding: 12px;
			background-color: #575758;
			color: #fff;
			display: block;
		}

		#fly-out .selector { display: none; }

		#fly-out-nav .menu { margin-top: 0; }

		#fly-out-nav strong {
			padding: 12px;
			background-color: #d7d7d7;
			color: #333;
			display: block;
		}

		#fly-out-nav a {
			display: block;
			line-height: 40px;
			padding: 0 20px;
		}

		#fly-out-nav .current-menu-item a { color: #fff !important; }

		#fly-out-nav a:hover {
			color: #fff !important;
			background-color: #666869;
		}

		.fly-out-footer {
			padding-left: 40px !important;
			padding-right: 40px !important;
			margin-left: -50px !important;
		}
		
		#fly-out {
			height: 100%;
			overflow: auto;
			-webkit-overflow-scrolling: touch;
		}
		
		#fly-out-nav {
			position: relative;
			-webkit-overflow-scrolling: touch;
			overflow: auto;
			min-height: 100%;
			display: block;
			top: 0;
			height: 100%;
		    width: 200px;
			position: fixed;
		}
	}
	
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    	#top-bar-menu li.fly-out-btn a { background: url(../images/fly-out@2x.png) no-repeat 50%; }
	}