/* CSS Document */

@media only screen and (max-width: 920px)  {
	
	body {
		background: none;
		background-image: none !important;
	}
	
	#wrapper {
		width: 100%;
	}
	
	#header img {
		margin-left: 15px;
	}
	
	#slider {
		width: 100%;
		height: 40vw;
	}
	
	.nivo-main-image {
		height: auto !important;
	}
	
	.nivo-slice {
		height: 50vw !important;
	}
	
	.translate, .social {
		width: calc(100% - 260px);
		height: 220px;
		padding: 0px;
		margin: 20px !important;
	}
	
	.quickLinks, #tweets {
		float: left;
		width: 200px;
		padding: 0px;
		margin: 0px;
		margin-right: 20px;
	}
	
	#footer li { 
		margin-left: 0px;	
	}
	
	#footer {
	 	height: 100%;
	}
	
	#phone {
		padding-right: 0px;
	}
	
	#phone img {
		width: 100%;
		height: auto;
	}
	
	#goc {
    	width: 100%;
	}
	
	#content .headerImage img {
		width: 100%;
		height: auto;
	}
	
	p.fittingImage {
		width: 100%;
	}
	
	.fittingImage img {
		width: 100% !important;
		height: auto;
	}
	
	.galgroup.cboxElement img {
		width: calc(100% - 10px);
    	height: auto;
	}
	
	#features {
		width: 100%;
	}
	
	.ui-dialog.ui-widget{
		left: 0 !important;
		width: 100% !important;
		top: 100px !important;
	}
	
}

@media only screen and (max-width: 880px)  {
	
	.col2thirds {
		width: calc(100% - 24px);
		padding-right: 12px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
	.col2thirds p {
		text-align: left !important;
	}
	
	#aside {
		margin-left: calc(50% - 111px);
		float: left;
		margin-bottom: 35px;
	}
	
	.col2thirds a img {
		width: 33%;
		height: auto;
	}
	
	.contactDetails img {
		width: 100% !important;
		height: auto;
	}
	
	.companyHeader img {
		width: 100%;
		height: auto
	}
	
	.col2thirds p.companyAddress {
		text-align: center !important;
	}
	
	.prodButton {
		width: calc(25% - 3px);
	}
	
	iframe {
		width: 100%;
	}
	
	#mydetails {
		width: 90% !important;
	}
	
}

@media only screen and (max-width: 720px)  {

	#headLinks {
		width: 200px;	
		height: 150px;
		text-align: right;
    	margin-right: 10px;
	}
	
	#headLinks a {
		display: block;
	}
	
	#search {
		top: 3px !important;
	}
	
	#headLinks img {
		top: 5px !important;
	}
	
	.prodButton {
		width: calc(33% - 3px);
	}
	
	#nav, #search, #searchButton {
		display: none;
	}
	
	.mobileNav {
		display: block !important;
	}
	
	.mobileNav #mobileButton {
		position: relative !important;
		top: -3px !important;
		border: 2px solid #db811e;
		border-radius: 100%;
		padding: 7px;
		width: 22px;
		z-index: 700;
	}
	
	.menuItems {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 500;
		background-color: white;
		text-align: left;
		padding-top: 10px;
	}
	
	.menuItems ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		padding-top: 10px;
	}
	
	.menuItems ul li {
		padding: 8px;
		border-bottom: 2px solid #db811e;
		color: black;
	}
	
}


@media only screen and (max-width: 620px)  {

	.col2thirds a img {
		width: 190px;
		float: none;
		margin-left: calc(50% - 95px);
	}
	
	.col2thirds img {
		width: 100%;
		height: auto
	}
	
	#phone img {
		width: 100%;
		height: auto;
	}
	
	.translate, .social {
		width: calc(100% - 40px);
		height: auto;
	}
	
	.translate img {
		margin-left: calc(50% - 100px);
    	width: 200px;
		height: auto;
	}
	
	#google_translate_element {
		width: 180px;
		margin-left: calc(50% - 90px);
	}
	
	.goog-te-combo {
		width: 100%;
	}
	
	.goog-logo-link img {
		height: 14px !important;
		width: 37px !important;
	}
	
	.quickLinks, #tweets {
		margin: 20px !important;
	}
	
	.quickLinks {
		width: calc(100% - 40px);
		text-align: center;
	}
	
	.social {
		width: 280px;
		margin-left: calc(50% - 140px) !important;
	}
	
	#tweets {
		margin-left: calc(50% - 100px) !important;	
	}
	
	.prodButton {
		width: calc(50% - 3px);
	}
	
	.enamelNote {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 420px) {
	
	.prodButton {
		width: 190px;
   		margin-left: calc(50% - 95px);
	}
	
	.prodThumb {
		margin-left: calc(50% - 97px);
	}
	
	#login {
		width: calc(100% - 40px);
	}

}

@media only screen and (max-width: 350px) {
	
	.headLogo {
		width: 80px;
		height: auto;
	}
}

@media only screen and (max-width: 300px) {
	
	.headLogo {
		display: none;
	}
}