.header-cont{
	clear:both;
	display:block;
    margin: 10px 0px 0px 0px;
	width:100%;
    max-width:1170px;
}

.header-logo{
    padding-left: 2%;
    padding-right: 2%;
    max-width:370px;
    margin:0px;
    float:left;
    display:inline;
    background-color: #ff5722;
}

.header-icons{
    margin: 0px 0px 10px 0px;
    width:100%;
    max-width:822px;
    float:left;
    display: table;
    text-align: center;
}

.header-button{
    display: table-cell;
    vertical-align: top;
    min-width: 60px!important;
    padding-top: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    text-align: center;
}

.header-button-text{
    font-size: 16px;
    background-color: white;
    margin:0px 0px 10px 0px;
    padding-bottom: 10px;
    text-decoration: none;
    color:inherit;
    line-height:150%;
}

 .header-button a:link, .header-button a:visited{
    text-decoration: none;
}

.header-button a:active{
    text-decoration: none;
    color: #c0c0c0;
}

.header-button:hover, .home-page .header-home-button, .iot-page .header-iot-button, .services-page .header-services-button, .products-page .header-products-button, .raspberrypi-page .header-raspberrypi-button{
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: inherit;
}

.header-button img {
    display: inline;
    width: 100%;
    max-width: 64px;
    height: auto;
    text-align: center;
}

@media only screen and (max-width:1190px){
	.header-logo{
		max-width:1190px;
		width:100%;
		text-align:left;
        padding-right: 0px;
        padding-left: 10px;
        margin: 0px;
		background-color:#ff5722;
	}
    
    .header-logo img{
        width:100%;
        max-width: 300px;
        padding: 0px;
        text-align: center;
    }
    
    .header-icons{
        max-width: 1200px;
        text-align: center;    
        margin-top: 0px;
        margin-bottom: 15px;
        width:100%;
        float:left;
        display: table;
    }
}

@media only screen and (max-width:815px){   
    .header-button img {
        display: inline;
        width: 100%;
        max-width: 48px;
        height: auto;
        text-align: center;
    }
    
    .header-button-text{
        font-size: 13px;
    }
    
    .header-button{
        text-align: center;
    }
}

@media only screen and (max-width:400px){   
    .header-button img {
        display: inline;
        width: 100%;
        max-width: 32px;
        height: auto;
        text-align: center;
    }
    
    .header-button-text{
        font-size: 12px;
    }
    
    .header-button{
        text-align: center;
    }
}

.bgcolor-green{
	background-color:#009688;
}

.bgcolor-orange{
	background-color:#ff5722;
}

.bgcolor-yellow{
	background-color:#ffc107;
}

.bgcolor-blue{
	background-color:#2196F3;
}

.bgcolor-red{
	background-color:#f44336;
}

.bgcolor-white{
	background-color:rgb(255,255,255);
}

.color-green{
	color:#009688;
}

.color-orange{
	color:#ff5722;
}

.color-yellow{
	color:#ffc107;
}

.color-text{
	color:rgb(10,30,60);
}

.color-blue{
	color:#2196F3;;
}

.color-red{
	color:#f44336;
}

.color-white{
	color:rgb(255,255,255);
}

.no-decoration{
    text-decoration: none;
}
