html, body, div, button, p, img, h1, h2, h3, h4, pre
{
    margin  : 0;
    padding : 0;
    border  : 0;
}

html
{

    -webkit-font-smoothing  : antialiased;
    -moz-osx-font-smoothing : grayscale;
}

.columns
{
    /*position : absolute;*/
    left     : 0;
    right    : 0;
    top      : 0px;
    bottom   : 0;
    z-index  : 1;
	/*background:#ff5138;*/
	
}

.columns .item
{
    font-weight   : 300;
    display       : none;
    border-radius : 3px;
    overflow      : hidden;
    /*background    :#ff5138;*/
    font-size     : 16px;
    color         : #000;

}
.modalpage .columns{
	
	background: rgba(255,255,255,0.0);
}
.columns .item p
{
    padding : 0px;
}

.columns .item img
{
    width : 100%;
    /*margin-bottom: 10px;*/
}
