/*  
filename:		helpers.css
created:		29/06/2007
author:			christian hall (cha@1508.css)
description:	indeholder hj�lpe styles til cefu.dk
*/

/* -- site helpers -- */


/* -- generic helpers -- */
.hlpHorisontalList li{display: inline; float: left; }
.hlpInlineList li{ display: inline }
.hltNoFloat{ float: none; display: block;}
.hlpFlLeft{ float: left; display: inline; }
.hlpFlRight{ float: right; display: inline; }
.hlpClearAll{ clear: both; }
.hlpNoMargin{ margin:0; }
.hlpNoMarginRight { margin-right: 0px; }
.hlpNoMarginLeft { margin-left: 0px; }
.hlpNoPadding{ padding:0 0 0 0; }
.hlpBlock { display: block; }
.hlpNoBorder, a.hlpNoBorder { border:0 none; }
.hlpNoBorderTop { border-top:0 none; }
.hlpClearLeft{ clear: left; }
.hlpFullWidth { width: 100%}
.hlpNoBG { background: none; }
div.hlpNoDisplay { display: none; }
.hlpNoMarginTop { margin-top: 0px; }
.hlpNoLineHeight { line-height: 16px; }


.hidden-mobile{
    display: none;
}

@media screen and (min-width:992px) {
    .hidden-mobile{
        display: block;
    }
    .hidden-desktop{
        display: none;
    }
}