@media only screen 
and (min-width:320px)
and (max-width:767px) {
    .utilLeft {text-align:center;}
    .socialHead {display:none;}
    #lang-toggle2 {top: 31px;}
    .langLi {
    	display: none !important;
    }
    
    .application-box.row-fluid{
        width:100%;
    }
    .internal-banner-img.PP {bottom:auto!important;}
    
    .productPrice {
    	position: unset;
    	right: unset;
    	font-weight: bold;
    	bottom: unset;
    	width: 100%;
    	display: block;
    }
    
    #ras {width:100%;}
	
	.fullsite,.h1-change .overlay,#banner-overlay,#product-banners,.breadcrumbs-bg,.B_crumbBox,#middle-bg,#hero-banners,.h1-change,.image-wrapper,.img-link,#home-buckets p,#buckets p,#home-buckets .more-btn,#buckets .more-btn,.copyright a,.footer-link,.ellipsis,#industries-block-wrapper,.region-image {display: none !important;}
	.smallsite,.mobile,.h1-change .normal {display: block !important;opacity: 1 !important;}
	
	/* Structure */
	.id-665 #wrap {overflow: visible;}
	#content-wrap,
	#product-banners, 
	#product-banners .slider-wrapper, 
	#product-banners .nivoSlider {
		width: 100% !important;
		overflow: hidden;
	}		

	.constrain,
	.content-wide,
	.slider-wrapper,
	#content,
	.content-line,
	#home-block,
	#home-buckets {
	    width: 94% !important;
	    float: none !important;
	    margin:0 auto;
	}
	
	#content {
		margin-bottom: 10px;
	}
	
	.industry-block {
		width: 98%;
	}
	
	h1,
	h1 span {
		color:#036 !important;
	    font-family: 'Ubuntu',sans-serif !important;
		font-size: 26px !important;
		font-weight: 700;
		text-align: left !important;
		text-transform: none !important;
		width: 100%;
		margin:0 auto 20px !important;
		padding-top: 15px;
		float: none !important;
	}
	h1 br,
	.internal-banner p br {
		display: none;
	}
	
	p {
		font-size: 13px;
		line-height: 1.4;
	}
	
	.glossaryIndex {
		text-align: center;
		font-size: 18px !important;
	}
	.glossaryIndex li {
		line-height: 2;
	}
	.glossaryIndex li a {
		padding: 6px 8px;
	}
	
	
	/* Header */
	#page-home #wrap {
		padding-bottom: 40px;
	}
	#header {
		box-shadow: 0 4px 4px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.3);
	}
	#header-wrap {
		height: 100px;
		padding: 38px 0 48px;		
	}
	#logo {
		height:77px;
		width: 220px;
		top:50px;
		left:50%;
		margin-left:-110px;
	}
	
	#global-nav {
		text-align: center;
		line-height: 36px;
		background: #ddd;
		height: 38px;
		width: 100%;
		top:0;
		right:0;
	}
	#global-nav li.sep {
		margin:0 3px !important;
	}
	#global-nav li a {
		padding: 5px;
	}


	#lang-wrap {
		width: 100%;
		position: absolute;
		top:68px;
		right:0;
		z-index: 99;
	}			
	.lang-options {
		display: none;
		background: #003168;
		box-shadow: 0 4px 4px rgba(0,0,0,0.4);
		-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.4);
		width: 100%;
		padding: 15px 4%;
		top:74px;
		right:-4%;
	}
	.lang-options li {
		font-weight: bold;
		letter-spacing: 0.05em;
		margin:10px auto;
		display: block;
		float: none;
	}
	.lang-options li a {
		padding:8px 0;
	}


/*
	#simpleSearchForm {
		position: relative;
		top:auto;
		right:auto;
	}
	#search {
		font-size: 13px;
		line-height: 1;
		box-shadow: none !important;
		border: 1px solid #ccc;
		height: 20px;
		margin:0 auto;
		padding: 3px 3%;
		width: 88%;
		display: block;
	}
*/
	.search-container{
		top: -34px;
	}
	.search-container input[type="text"]{
		padding: 5px 30px 5px 5px;;
	}
	
	/* Primary Nav */
	#menu-toggle {
		top:68px;
	}
	#header nav {
		background:#036;
		padding: 10px 0;
		width: 107%;
		bottom:0;
		left:-3.5%;
	}
	#primary_nav,
	#primary_nav>li,
	#primary_nav li>ul {
		border-radius: 0 !important;
	}
	#primary_nav {
		background: #003f7f;
		border: none;
		box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
		-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
		-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
		width: 100% !important;
		max-width: 400px;
		padding: 5px 0;
		position: absolute;
		top:142px;
		left:-460px;
		z-index: 9999;
	    -webkit-transition: left 0.3s ease;
	    -moz-transition: left 0.3s ease;
	    -ms-transition: left 0.3s ease;
	    -o-transition: left 0.3s ease;
	    transition: left 0.3s ease;
	}
	#primary_nav.open {
		left:0;
	}
	#primary_nav>li {
		font-weight: bold;
		background: none !important;
		border-bottom: 1px solid #036;
		height: auto;
		padding:5px 0;
		display: block;
	}
	#primary_nav>li.last {
		border-bottom: none;
	}
	#primary_nav>li.open {
		padding-bottom: 0;
		border-bottom: none;
	}
	#primary_nav>li>a,
	.global #primary_nav>li>a {
		font-size: 14px !important;
		text-align: left;
		border:none !important;
		width: 330px;
	}
	#primary_nav li>ul {
		background: #00274f;
		box-shadow: inset 0 0 4px rgba(0,0,0,0.6);
		-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.6);
		-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.6);
		width: 100%;
		margin:5px auto 0;
		padding:0;
		position: relative;
		top:0;
	}
	#primary_nav li>ul li {
		border-top: none;
		border-bottom: 1px solid #036;
		padding: 0;
	}
	#primary_nav li>ul li a {
		padding: 15px;
	}
	
	
	/* Breadcrumbs Bar */
	.breadcrumbs-bg {
		margin:0 auto;	
	}
	ul.B_crumbBox {
		font-size: 11px;
		top:9px;
		left:2%;
	}
	#share-media-bar {
		right: 2%;
	}
	
	
	/* Home Page */	
	#home-block h1,
	#home-block p {
		width: 100%;
		float: none;
	}
	#home-buckets,
	#buckets {
		height: auto;
		margin:30px auto 0;
	}
	#home-buckets .span4,
	#buckets .span3 {
		background: none;
		border:none;
		box-shadow: none;
		height:auto;
		width: 100%;
		margin:5px auto;
		padding:0;
		float: none;
	}
	#home-buckets h3,
	#buckets h3 {
		font-weight: 700;
		text-align: left;
		text-transform: none;
		line-height: 1.1;
		margin:0;
	}
	#home-buckets h3 a,
	#buckets h3 a {
	text-decoration: none !important;
    text-shadow: 1px 1px 0 #fff;
    letter-spacing: 0.025em;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
	border:1px solid #ddd;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: inset 0 0 0 2px #fff;
    -moz-box-shadow: inset 0 0 0 2px #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    margin:0 !important;
    padding:14px 30px 14px 14px;
    float:none;
    display: block;
	}
	#home-buckets h3 a:after,
	#buckets h3 a:after {
	content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    vertical-align: top;
    margin:0 0 0 10px;
    position: absolute;
    top:30%;
    right:20px;
	}
	
	.rfq-btn-home {
		width: 180px;
		margin:20px auto;
		padding: 12px 0;
		display: block;
		float: none;
	}
	
	
	/* Banners */
	.videoText {
		margin-bottom: 30px;
	}
	#home-top-buckets {
		margin:0 auto 20px;
	}
	#home-top-buckets a {
		color:#036;
		font-family: 'Ubuntu',sans-serif;
	    font-size: 18px;	
		font-weight: bold;
		text-decoration: none !important;
		text-transform: uppercase;
		text-shadow: 1px 1px 0 rgba(255,255,255,0.4), 1px -1px 0 rgba(255,255,255,0.4), -1px -1px 0 rgba(255,255,255,0.4), -1px 1px 0 rgba(255,255,255,0.4);
	    letter-spacing: 0.025em;	
		-webkit-background-size:cover !important;
		-moz-background-size:cover !important;
		-o-background-size:cover !important;
		background-size:cover !important;
	    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='path_relative_to_the_HTML_file',sizingMethod='scale')";
		border: 1px solid #ddd;
	    border-radius: 6px;
	    -moz-border-radius: 6px;
	    -webkit-border-radius: 6px;
	    box-shadow: inset 0 0 0 2px #fff;
	    -moz-box-shadow: inset 0 0 0 2px #fff;
	    -webkit-box-shadow: inset 0 0 0 2px #fff;
		height:150px;
		width: 48%;
		margin:0;
		display: block;
		position: relative;
	}
	#home-top-buckets a.first {
		float: left;
	}
	#home-top-buckets a.last {
	    background-size: 200px 140px !important;			
		float: right;
	}
	#home-top-buckets span {
		position: absolute;
		bottom:15px;
		left:15px;
	}
	
	.language-banner {
	    height:250px;
	}	
	#hero-banners {
		-webkit-background-size:cover !important;
		-moz-background-size:cover !important;
		-o-background-size:cover !important;
		background-size:cover !important;
	    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='path_relative_to_the_HTML_file',sizingMethod='scale')";
	    width: 100%;
	    height:300px;
	    overflow: hidden;
	}
	#hero-banners .slider-wrapper {
		left:0;
	}
	#hero-banners .nivoSlider {
		height: 350px !important;
	}
	#product-banners .slider-wrapper, 
	#product-banners .nivoSlider {
		max-height: 300px;
	}
	.internal-banner, 
	#product-banners {
		border-radius: 0;
		height:auto !important;
		width: 94%;
		margin:0 auto 20px;
		padding: 0 3% 15px;
		position: relative;
		overflow: visible;
	}
	#product-banners .nivoSlider {
		background-position: right center !important;
	}
	.internal-banner-img {
		position: relative;
	}
	.id-13 .internal-banner-img {
		display: none;
	}
	.internal-banner-img {
		max-height: 170px !important;
		max-width: 50%;
		margin:0 0 0 20px;
		position: relative;
		float: right;
		top:auto !important;
		right:auto !important;
		bottom:auto !important;
		left:auto !important;
	}
	.internal-banner p {
		width: 100%;
	}
	#product-banners .nivo-caption {
		left:2%;
	}
	.internal-banner h1 {
		width: 100% !important;
	}
	#page-color-measurement-instruments .internal-banner h1, #page-color-measurement-industries .internal-banner h1, #page-测色-分光光度计使用 .internal-banner h1, #page-medición-de-color-usos-del-espectrofotómetro .internal-banner h1 {
		margin:0 !important;
	}	
	#page-color-measurement-instruments .internal-banner p, #page-color-measurement-industries .internal-banner p, #page-测色-分光光度计使用 .internal-banner p, #page-medición-de-color-usos-del-espectrofotómetro .internal-banner p {
	    font-family: 'Ubuntu',sans-serif;
		font-size: 26px;
		text-align: left;
		text-transform: none;
		width: auto;
		margin:0;
		float:none;
	}
	#page-color-measurement-industries .internal-banner-img, #page-测色-分光光度计使用 .internal-banner-img, #page-medición-de-color-usos-del-espectrofotómetro .internal-banner-img {
		display: none;
	}
	
	
	/* Submenu Dropdown */
	#sidebar-left nav, 
	.internal-banner nav {
		padding-top:15px;
	}
	#submenu-toggle {
		font-size: 14px;
		margin:0 auto 10px !important;
		padding: 0 3%;
	}
	#submenu-toggle:after {
		font-size: 20px;
		right:3.5%;
	}
	#sidebar-left {
		width:100%;
		margin:0 auto 20px;
		float:none;
		display: none;
	}
	#sidebar-left nav,
	.internal-banner nav {
		position: relative;
	}
	#secondary-nav {
		display: none;
		background: #036;
		box-shadow: 0 6px 10px -2px rgba(0,0,0,0.6);
		-moz-box-shadow: 0 6px 10px -2px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 6px 10px -2px rgba(0,0,0,0.6);
		border-radius: 0px 0px 6px 6px;
		-moz-border-radius: 0px 0px 6px 6px;
		-webkit-border-radius: 0px 0px 6px 6px;
		width: 93%;
		padding: 20px 3.5% 10px;
		position: absolute;
		top:40px;
		left:0;
		z-index: 99;
	}
	#secondary-nav li>a {
		color:#fff !important;
		font-size: 13px;
		border-top:none !important;
		border-bottom: none !important;
	}
	#secondary-nav li a {
		border-bottom: 1px solid #00274f !important;
	}
	#secondary-nav>li.last a {
		border-bottom: none !important;
	}
	#secondary-nav li a{
		padding:10px 0;
	}
	#secondary-nav>li.active>a:after, 
	#secondary-nav>li.active>ul>li.current>a:after {
		content:none;
	}
	#secondary-nav>li.active>ul {
		padding:0;
	}
	#secondary-nav>li.active>ul a {
		color:#ccc !important;
		padding: 10px 10px 10px 20px;
	}
	
	
	/* Flyout QC Box */
	#flyout-box {
		display: none;
		background:#014f6b;
		border:none;
		border-radius: 0;
		width: 100%;
		margin:40px 0 0;
		padding: 40px 0;
		position: relative !important;
		top:auto;
		right:auto !important;
	}
	#flyout-box h4,
	#contact h2 {
		color:#fff;
		font-family: 'Ubuntu',sans-serif;
		font-size: 24px;
		font-weight: 400;
		text-align: center;
/* 		text-transform: uppercase; */
		text-shadow: -1px -1px 0 rgba(0,0,0,0.4);
		margin:0 auto 20px;
	}
	form sub {
		color:#fff;
		font-size: 13px;
		text-align: center;
		vertical-align: middle;
		margin:0 auto 20px;
		display: block;
		bottom:0;
	}
	#flyout-box fieldset,
	#contact fieldset {
		width: 94%;
		margin:0 auto;
	}
	#flyout-box input,
	#contact input {
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 43% !important;
		margin:0 1% 10px;
		padding: 6px 2%;
		display: block;
		float: left;
	}
	#contact .group input {
		width: 100% !important;
	}	
/*
	#flyout-box #country-box,
	#flyout-box #state-box,
*/
	#contact .group{
		width: 47%;
		margin:0 1% 10px;
		display: block;
		float: left;
	}
	#contact .group {
		width: auto !important;
	}
	#flyout-box select,
	#contact select {
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 96.5% !important;
		margin:0 1%;
		padding: 0 2% !important;
		display: block;
	}
	#flyout-box textarea,
	#contact textarea {
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 93% !important;
		margin:10px 1%;
		clear: both;
	}
	#radioRecipient-cont,
	#qc-contact-attach {
		clear: both;
	}
	#page-contact-us #radioRecipient-cont label:first-child {
		color:#fff !important;
	}
	#tab5-wrapper #radioRecipient-cont label:first-child {
		color:#aaa !important;
	}
	
	#flyout-box .realperson-challenge,
	#flyout-box #defaultReal,
	#contact .realperson-challenge,
	#contact #defaultReal {
		width: 280px !important;
		margin: 0 auto 10px;
		padding-left:6px;
		padding-right: 6px; 
		float:none;
	}
	
	label.error {
		margin: -5px 0 10px !important;
	}

	/* Contact Page */
	#contact,
	.map {
		width: 100%;
		float: none;
	}
	#contact {
		background:#014f6b;
		margin:40px 0 0;
		padding: 40px 0;
	}


	/* Video Gallery */
	.video-player {
		text-align: center;
		background: none;
	}
	.video-player .video, 
	.video-player .video iframe,
	#tabbed-content iframe {
		height:300px;
		width: 100%;
		margin:0 auto;
		display: block;
	}
	#carousel {
		height:auto;
		width: 100%;
		margin:20px auto 0;
	}
	.galItem {
		text-align: left;
		height: 75px;
		width: 47%;
		margin:0 1% 20px;
		float: left;
	}
	.galItem a {
		padding: 5px;
	}
	.video-controller img {
		height:60px;
		width: 60px;
	}
	.galItem p {
		display: none;
	}
	
	
	/* Distribution */	
	.contact-block img {
		display: none;
	}

	.distribution-map .contact-block,
	.map .contact-block {
		height: 200px;
		width: 48%;
		margin:0;
		padding:10px 1%;
		float: left;
	}
	.distribution-map .contact-block a.region-block,
	.map .contact-block a.region-block {
		font-weight: bold;
		display: none;
	}
	.distribution-map .contact-block h3,
	.map .contact-block h3 {
		font-size: 18px;
		text-transform: none;
		margin:0 0 10px;
	}
	.distribution-map .contact-block h4,
	.map .contact-block h4 {
		color:#888;
	}
	.contact-block p,
	.contact-block h4 {
		font-size: 13px !important;
	}
	.contact-info p>strong {
		color:#000;
		font-weight: normal;
	}
	.contact-info strong.smallsite {
		display: inline-block !important;
	}
	
	.drop-down-map .country-toggle {
		width: 100%;
	}
	
	.distribution-map .drop-down-map {
		background: none;
		border:none;
		width: 100%;
		min-height: 0;
	}
	.distribution-map .drop-down-map .tabs {
		margin:15px 0 0 0;
	}
	.drop-down-map .region-image {
	    border-radius: 8px;
	    -moz-border-radius: 8px;
	    -webkit-border-radius: 8px;
		margin:0 auto;
		float:none;
		position: relative;
		top:auto !important;
		left:auto !important;
		right:auto !important;
	}
	.drop-down-map a.close-map {
		font-size: 16px !important;
		font-weight: bold;
		text-transform: none;
		top:15px;
		right:0;
	}
	.drop-down-map h2,
	.ui-tabs-panel {
		width: 100%;
		margin:0 auto 10px !important;
		float:none;
	}
	.drop-down-map .country-nav {
		background: #fff;
		max-height:0;
		width: 100%;
		float:none;
		overflow: hidden;
		position: absolute;
		top:85px;
		z-index: 99;
	    -webkit-transition: all 0.3s linear;
	    -moz-transition: all 0.3s linear;
	    -o-transition: all 0.3s linear;
	    -ms-transition: all 0.3s linear;
	    transition: all 0.3s linear;
	}
	.drop-down-map .country-nav.open {
		box-shadow: 0 4px 4px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
	    max-height: 360px;
		padding:10px 0 0;	    
	    overflow: scroll;
	}
	.drop-down-map .country-nav li {
		font-weight: bold;
		letter-spacing: 0.025em;
		margin:0 auto !important;
	}
	.drop-down-map .country-nav li a {
		padding: 10px 16px;
	}
	.tab-page {
		margin:0 auto;
	}
	.tab-page li {
		list-style: none;
	}
	.drop-down-map .distributor-detail-box {
		margin:0 auto;
	}
	.drop-down-map h3 {
		margin:10px auto;
	}
	
	.drop-down-map .distributor-detail-box div {
		width: 100%;
		padding: 0 20px;
		float:none;
	}

	
	/* New Distribution Map */
	.distribution-map .instructions {
	    color: #fff !important;
	    font-size: 20px;
	    text-align: center;
	    text-decoration: none !important;
		text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	    line-height: 20px;
	    background: #3a8799;
	    border: 1px solid #266574;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    box-shadow: inset -95px 0 71px 25px #3a8799, inset 0 0 0 1px rgba(255,255,255,0.4);
	    -moz-box-shadow: inset -95px 0 71px 25px #3a8799, inset 0 0 0 1px rgba(255,255,255,0.4);
	    -webkit-box-shadow: inset -95px 0 71px 25px #3a8799, inset 0 0 0 1px rgba(255,255,255,0.4);
	    width: 220px;
		margin:20px auto;
	    padding: 12px 0;
	    display: block;
	    position: relative;
	    transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	}
	.distribution-map .map-image {
		border-bottom: 1px solid #ddd;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.distribution-map .map-image img {
		display: none;
	}
	.map-image .region-block {
		text-align: center;
		line-height: 40px !important;
		background: #036;
		border:1px solid #036 !important;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);
		-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);
		-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);
		width: 17.5% !important;
		height:42px !important;
		margin:0 1%;
		float:left;
		left:0 !important;
		top:0 !important;
		position: relative;
	}
	.map-image .region-block:hover {
		background: #000;
	}
	.region-block span {
	    line-height: normal;
	    vertical-align: middle;
		background: none;
		border:none;
		height:auto !important;
		margin:0;
		padding: 0 10px;
		display: inline-block !important;
	}


	/* Tabbed Content */
	#tabs-wrapper {
		text-align: center;
	}
	#tabs-menu {
		display:inline-block;
	}
	#tabs-menu li {
		border:1px solid #ccc;
		border-bottom: none;
		margin:0 auto;
		float:none;
		display:none;
	}
	#tabs-menu li.current,
	#tabs-wrapper .prev, 
	#tabs-wrapper .next {
		display:inline-block !important;
	}
	.tab-content img {
		margin:10px auto;
		display: block;
	}
	.tab-content .related-accessory-box img {
		margin:0 auto;
	}
	.tab-content #overview-text.left {
		width: 100%;
		float:none;
	}
	.tab-content #overview-text.left > img {
		margin:0 auto 20px;
	}
	.pdf-download-box {
		min-height: auto !important;
		height:auto !important;
		width:100%;
		float:none;
	}
	.tab-content .row-fluid .span9 {
		width: 70%;
		margin-left: 4%;
	}
	.feature ul {
		width: 100%;
	}	
	
		
	/* Footer */
	#footer {
		margin:0 auto;
	}
	#footer-inside {
		text-align: center;
		width: 100% !important;
	}
	#footer .footer-line-1 {
		border:none;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #ccc;
		border-radius: 0;
		box-shadow: none;
		padding:10px 2%;
	}
	#footer .footer-line-2 {
		padding:15px 2%;
	}
	#footer .footer-line-2 p {
		margin:0 auto 15px !important;
	}
	#footer-inside > div > div,
	#footer-inside > div > .center {
		width: 100%;
		height:auto;
	}
	#footer-inside > div > div {
		margin:5px auto;
	}
	.social-icons a {
		margin:0 5px;
	}
	#footer .iso {
		margin:0;
	}
	#footer .iso a {
		top:0;
	}
	#footer-logo {
		margin:5px auto;
	}

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (max-width:568px) {

/*
	.lang-options {
		margin-right: -180px;
		top:79px;
	}	
	.lang-options li {
		font-size: 10px
	}
	.lang-options li a {
		color:#fff !important;
		font-weight: bold;
		letter-spacing: 0.05em;
		background: none !important;
		border:none !important;
		box-shadow: none !important;
		padding: 2px;
	}
*/
	
	#flyout-box input,
	#contact input {
		width: 95% !important;
		margin:0 auto 10px;
		float: none;
	}
	#flyout-box select,
	#contact select {
		width: 99% !important;
		margin:0 auto 10px;
	}
	#contact .group {
		width: 98%;
		margin:0 auto 10px;
		float: none;
	}


	.distribution-map .contact-block,
	.map .contact-block {
		text-align: center;
		height: auto;
		width: 98%;
		margin:0 auto 10px;
		padding:10px 1%;
		float: none;
	}

	.map-image .region-block {
		width:30.5% !important;
		margin:0 1% 10px;
	}


	.drop-down-map a.close-map {
			font-size: 14px !important;
	}

	.drop-down-map .country-toggle {
		padding:0 4%;
	}


	.video-player .video, 
	.video-player .video iframe,
	#tabbed-content iframe {
		height:220px;
	}
	
	
	.accessory-content,
	.related-product-box,
	.related-product-content {
		width:100% !important;
	}
	.related-product-box {
		margin:10px auto;
		clear: both;
	}
	.related-accessory-box,
	.related-product-box .more-btn {
		min-height: auto !important;
		height:auto !important;
		width:100%;
		float:none;
	}
	
	.tab-content .overview img {
		max-width: 100% !important;
		float:none;
	}
}

/* iPhone 4/4s (landscape) ----------- */
@media only screen 
and (max-width:480px) {	
	
	h1, h1 span,
	.internal-banner h1,
	#page-color-measurement-instruments .internal-banner p, #page-color-measurement-industries .internal-banner p, #page-测色-分光光度计使用 .internal-banner p, #page-medición-de-color-usos-del-espectrofotómetro .internal-banner p {
		font-size: 22px !important;
	}
	
	#home-top-buckets {
		margin-bottom: 10px;
	}
	#home-top-buckets a {
		width: 100%;
		float: none !important;
	}
	#home-top-buckets a.first {
		margin-bottom: 20px;
	}
	
	.language-banner {
	    height:200px;
	}
	
	.internal-banner p .internal-banner-img {
		max-height: 200px !important;
		max-width: 100%;
		margin:20px auto;
		display: block;
		float:none;
		display: none !important;
	}

	#submenu-toggle {
		padding: 0 4%;
	}
	#submenu-toggle:after {
		right:4.5%;
	}
	#secondary-nav {
		width: 91%;
		padding: 20px 4.5% 10px;
	}
	
	.galItem {
		text-align: left;
		height: 85px;
		width: 96%;
		margin:0 1% 20px;
		float: none;
	}
	.galItem a {
		padding: 10px;
	}
	
	
	/* Read More */
	.shorten #wrap {
		min-height: 400px;
	}
	.tpl-2.shorten #main-content {
		height:150px;
	}
	.tpl-2.id-14.shorten #main-content {
		height:120px;
	}
	.tpl-2.id-52.shorten .internal-banner {
		height:125px !important;
	}
	.tpl-2.id-52.shorten #main-content {
		height:0;
	}
	.tpl-3.shorten .internal-banner {
		height:376px !important;
	}	
	.tpl-2.shorten .lengthen #main-content,
	.tpl-3.shorten .lengthen .internal-banner,
	.tpl-2.id-52.shorten .lengthen .internal-banner {
		height:auto !important;
	}
	.shorten #read-more {
		display: block;
	}

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width:400px) {
    #newUtil a {font-size:11px;}
	#global-nav li a {
		font-size: 11px	
	}
	
	#logo {
		height:63px;
		width: 180px;
	    margin-left: -90px;	
		top:56px;
	}
	
	.map-image .region-block {
		width:46.5% !important;
		margin:0 1% 10px;
	}


	.video-player .video, 
	.video-player .video iframe,
	#tabbed-content iframe {
		height:180px;
	}


	/* Certifications */
	.cert-container {
	    width: 120px;
	    padding:0 14px 20px;
	}

}