
/* Your custom css code here */

/*
@font-face {
    font-family: 'Pagella';
    src: url('fonts/texgyrepagella-regular.otf'), url('fonts/Calibri.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri.ttf');
    font-weight: normal;
    font-style: normal;
}

body, input, button, select, textarea  {
    font-family: Calibri,"Open Sans","Arial",sans-serif;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Pagella,"Open Sans","Arial",sans-serif;
}

*/

/*
div.options .pull-right{
    display:none !important;
}
*/



/* onmouse_gallery */

.onmouse_gallery {
    position: relative;
}

.onmouse_gallery-image {
    position: absolute;
    bottom: 15px;
    left: 0px;
    margin: 3px 3px 3px 0;
    padding: 5px;
    display: block;
    width: 230px;
    height: 175px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    background: white;
    display:none;
}


/* end onmouse_gallery */