

.small_link {
    display: none !important;
}

#footer .column {
    float: left;
    min-height: 10px;
    width: 25%;
}

.box .box-heading {background: none;
}

img{
	max-width:100%;
}
.small_cat, .small_link {
	position: relative;
	z-index: 30;
	margin: 0px 10px 20px 10px;
}
.small_link{
	margin-bottom:0px;
}
.small_cat div, .small_link div {
    color: #fff;
    font: 19px/40px "Arial";
    overflow: hidden;
    padding: 0 16px;
    position: relative;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}


.small_cat div {
    background: #ff6c00 url("https://media.iolnegocios.pt/media1201/944bf8f8df135bcf03e0cb3385a4ef00/") repeat scroll -50px -140px;
    border: 1px solid #ff6c00;
    border-radius: 3px;
}
.small_link div {
    background: #ff6c00 url("https://media.iolnegocios.pt/media1201/944bf8f8df135bcf03e0cb3385a4ef00/") repeat scroll -50px -140px;
    border: 1px solid #ff6c00;
    border-radius: 3px 3px 0 0;
}
.small_cat select, .small_link select {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor: pointer;
}
.small_cat, .small_link, .small_content{
	display:none;
}
/* Desktop standard 960 and up */
@media only screen and (min-width: 980px) {
}

/* Tablet Portrait size to standard 980*/
@media only screen and (max-width: 850px) {

	#contacto {
   display: none;
}

body {
    background: #fff url("../image/bg.jpg") no-repeat fixed center -390px;
}
	#container {
    padding: 0;
    width: 88% !important;
}
	#column-left{
		display:none;
	}
	#column-left + #column-right + #content, #column-left + #content {
		margin-left: 0px;
	}

    #header #logo a img {
    width: auto;
}

}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (max-width: 801px) {

	#contacto {
   display: none;
}
	#container {
    padding-left: 20px;
    padding-right: 20px;
    width: 93%;
}
	#column-right{
		display:none;
	}
	#column-right + #content {
		margin-right:0px;
	}

#header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 220px;
    text-align: center;
    width: 104%;
}


#header #logo {
    left: 28%;
    text-align: center;
    top: 8px;
    width: auto;
}
	#header #language, #header #currency{
		width: 150px;
	}
	#header #language{
		left: 162px;
		top: 9px;
	}
	#header #currency{
		left: 5px;
		top: 5px;
	}
	#header #cart {
		top: 122px;
	}
	#header #welcome{
		top:210px;
	}
	#header #search{
		top: 180px;
		display: none;
	}
	#header .links{
		display:none;
	}

#footer .column {
    min-height: 10px;
    width: 49%;
}

	#menu > ul > li > div > ul > li > ul{
		padding-left:20px;
	}
	#menu, .org_cat, .toplinks{
		display:none;
	}
	.small_cat, .small_link{
		display:block;
	}
}

/* @media only screen and (max-width: 350px) { */

@media only screen and (max-width: 450px) {

	#contacto {
   display: none;
}

#header #logo {
    left: 46px;
    text-align: center;
    top: 20px;
    width: 210px;
}
	#header #language, #header #currency{
		width: 150px;
	}
	#header #language{
		left: 162px;
		top: 9px;
	}
	#header #currency{
		left: 5px;
		top: 5px;
	}
	#header #cart .heading{
		margin-right:0px;
	}
	#header .links{
		display:none;
	}
	.product-info > .left {
		float: left;
		margin-right: auto;
	}
	.product-info > .left + .right {
		margin-left: auto;
		float:left;
	}
	.org_content{
		display:none;
	}
	.small_content{
		display:inline-block;
	}
	.login-content .left, .login-content .right {
		float: left;
		width: 100%;
	}
	#footer .column {
		width: 100%;
	}

}

@media only screen and (max-width: 250px) {

	#contacto {
   display: none;
}
	#header {
		height:260px;
		background: none;
	}
	#header #logo{
		top: 90px;
	}
	#header #language, #header #currency{
		width: 150px;
	}
	#header #language{
		left: 5px;
		top: 40px;
	}
	#header #currency{
		left: 5px;
		top: 5px;
	}
	#header #search{
		top:210px;
		right: 5px;
		width: 208px;
	}
	#header #search input{
		width: 172px;
	}
	#header #cart {
		top: 148px;
		right:0px;
	}
	#header #cart .heading{
		margin-right:0px;
	}
	#header #welcome{
		top:240px;
		right: 5px;
		width: 200px;
	}
	#header .links{
		display:none;
	}
}
