@-ms-viewport {
  width: device-width;
}

/* Extremely Wide */
@media (min-width: 1500px) {
	.crm-map {
		background-size: 100%;
	}
}

@media (min-width: 640px) and (max-width: 1000px) {
	.crm-map {
		background-size: 100%;
	}
}

/* Really Large Screens */
@media (min-width: 1200px) {
	#h-container {
		margin-right: 250px;
	}
	#h-right-rail {
		display: block;
		float: right;
		width: 250px;
		background-color: #3f3f3f;
		z-index: 100;
		position: relative;
		color: #fff;
	}
	#h-right-rail.scrolled #h-right-rail-fixed {
		position: fixed;
		top: 5px;
		
	}
	#h-global-toolbar #h-search-box {
		position: absolute;
		top: 40px;
		right: 32px;
		z-index: 101;
	}
	div.quick-launch-block {
		display: none;
	}
}

/* Anything smaller than large */
@media (max-width: 1199px) {
	div#h-right-rail {
		display: none;
	}
	#h-global-toolbar img.search {
		visibility: visible;
	}
}


/* Portrait Tablet and Up */
@media (min-width: 768px) {

	div#h-global-apps-favorite {
		float: left;
		padding: 10px;
		border-right: 1px solid #3f3f3f;
		height: 272px;
	}
	div#h-global-apps-favorite hr {
		height: 1px;
		width: 100%;
		margin: 0px;
		padding: 0px;
		background-color: #666;
		border: none;
		margin-bottom: 15px;
		margin-top: 5px;
	}
	div#h-global-apps-favorite img {
		display: block;
		padding-bottom: 10px;
	}
	div#h-global-apps-all {
		margin-left: 50px;
		padding: 10px;
	}
	div#h-app-navi-btn {
		display: none;
	}
	div#h-app-navi ul li a {
		color: #000;
		text-decoration: none;
	}
	div#h-app-navi {
		float: left;
	}
	div#h-app-navi ul {
		padding-left: 15px;
		display: block;
		z-index: 10;
	}
	div#h-app-navi ul li {
    	float: left; 
    	margin-right: 15px;
	}
	div#h-global-search-results {
		float: left;
		width: 380px;
		height: 272px;
		padding: 10px;
	}
	div#h-global-search-app {
		margin-left: 410px;
		padding: 10px;
		border-left: 1px solid #3f3f3f;
		padding: 10px;
	}
	
}

/* Large phones and down to standard size */
@media (max-width: 767px) {
	div#h-global-apps-favorite hr {
		display: none;
	}

	div#h-global-apps-favorite {
		padding: 10px;
		border-bottom: 1px solid #3f3f3f;
		height: 50px;
	}
	div#h-global-apps-favorite img {
		display: block;
		float: left;
		padding-right: 10px;
	}
	div#h-global-apps-all {
		padding: 10px;
	}
	div#h-app-navi-btn {
		display: block;
		position: absolute;
		right: 10px;
	}
	div#h-app-navi {
		float: none;
	}
	div#h-app-navi ul li a {
		color: #000;
		text-decoration: none;
	}
	div#h-app-navi ul {
		display: none;
		clear: both;
		background-color: #fff;
    	-webkit-box-shadow: 0 0px 8px -2px #ccc, 
    	-moz-box-shadow: 0 0px 8px -2px #ccc;
	    box-shadow: 0 0px 8px -2px #ccc; 
	    z-index: 10;
	    position: relative;
	}
	div#h-app-navi ul li {
    	border-bottom: 1px solid #ececec;
    	padding-left: 15px;
	}
	div#h-global-search-app {
		padding: 10px;
	}
	div#h-global-search-results {
		padding: 10px;
		display: none;
		border-bottom: 1px solid #3f3f3f;
	}
}