@media screen and (min-width:481px) and (max-width:1025px) { 

.t-only {
	display: block;
}

.m-only, .d-only, .w-only {
	display: none;
}

.inner {
	width: 98%;
	margin: auto;
}

header .inner {
    width: 100%;
}
.servicewrap .imgwrap {
    height: 143px;
}
	
	
/* NAV ELEMENTS ************************************************** */

nav {
    width: 100%;
}

.flexnav li ul {
    width: 100%;
}
	
.contentpage {
    padding: 20px !important;
}

.contentpage .menu-button {
    margin: 11px !important;
}
	.contentpage nav {
    margin-right: 0px !important;
    border-radius: 20px;
}

nav {
    float: left;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 70px;
}
	
.flexnav {
    width: 100% !important;
    text-align: center;
	float: left;
}
.flexnav li {
    width: 20% !important;
    margin: 0px;
    float: left;
    height: auto !important;
}

header nav {
    text-align: center;
    margin: auto;
    float: left;
    width: 100%;
    margin-top: 28px;
}

.logo {
    float: none;
    margin: auto;
}

/*
.flexnav li {
    margin: 0px;
    float: left;
    width: 50%;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

.flexnav li a {
    color: black !important;
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0px !important;
}

.flexnav li:nth-child(2n) {
    border-right: 0px !important;
}

.flexnav li a.active {
    padding: 22px;
    border: 0px !important;
    color: #b33636 !important;
}
*/

	header.homepage nav {
    float: left;
    width: 80%;
}

header.homepage {
    top: 48px;
}

.featured .inner .home_logo {
    width: 61%;
}

.featured .inner {
    padding-top: 215px;
    min-height: 550px;
}

.featured .inner {}

.featured .bg_img img {
    min-width: 1800px;
}
	
.renoarea .renoimage img {
    height: 240px;
}

/* LAYOUT ELEMENTS *********************************************** */

.w20 {
	width: 20%;	
}

.w30 {
	width: 30%;	
}

.w40 {
	width: 40%;	
}

.w50 {
	width: 50%;	
}

.w60 {
	width: 60%;	
}

.w70 {
	width: 70%;	
}
.w70-inline {
	display: block;
	width: 100%;
}

.w80 {
	width: 80%;	
}

.w100 {
	width: 100%;	
}
.sidebar {
	width: 100%;
	display: block;
	vertical-align: auto;
	margin-left: 0%;
}

/* NAVIGATION ELEMENTS ********************************************* */
.flexnav {	
	padding: 0px;
	margin: 0px;
}

}