.custom.below480 {
    display: none;
}

@media screen and (max-width: 1199px) {
	
ul.nav.menu {
    width: 250px;
    position: fixed;
    right: -250px;
    transition: all 1s;
    z-index: 999999;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    border: 1px solid #ddd;
}

nav.topnav {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 87px;
    right: 15px;
    /* background: #ccc; */
    overflow: visible;
    border: 1px solid #ccc;
}

.logo img {
    width: 280px;
    height: auto;
    margin-left: 10px;
}

.cpage.pagewidth {
    padding: 0 15px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pagination li a, .pagination li span {
    display: block;
}

.pagination li {
    margin-bottom: 5px;
}

.nav.menu.open {
	right: -1px;
}

.respbtnline {
    width: 30px;
    height: 5px;
    background: #000;
    margin: 6px auto;
}

nav li {
    display: block;
    padding: 10px;
}


	
}


@media screen and (max-width: 740px) {
	

	

}


@media screen and (max-width: 600px) {

dl.fields-container {
    display: block;
}

.about tr, .about td, .about table, .about .table, .about .about {
    display: block;
    width: 100%;
    max-width: 100%;
}







.blog dd.field-entry {
    width: 100%;
    display: block;
	margin: 0 auto 10px;
}

}

@media screen and (max-width: 480px) {

.custom.above480 {
    display: none;
}

.custom.below480 {
    display: block !important;
}

}
