﻿/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
.VESZEventInfo {
}

    .VESZEventInfo .title {
        text-align: center;
    }

    h2 {
        font-size: 26px;
    }

    .VESZEventInfo .back {
        margin-bottom: 15px;
        color: #fff !important;
    }

    .VESZEventInfo .map {
        width: 100%;
        min-height: 400px;
        box-shadow: 0px 0px 10px 5px #aaa;
        border-radius: 5px 0 0 5px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .VESZEventInfo .map .markerIcon {
            position: absolute;
            left: 0px;
            top: 0px;
            user-select: none;
            border: 0px;
            padding: 0px;
            margin: 0px;
            max-width: none;
            width: 20px;
            height: 20px;
        }

    .VESZEventInfo .header {
        position: relative;
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 50px;
    }

        .VESZEventInfo .header .date {
            position: absolute;
            left: 0px;
        }

        .VESZEventInfo .header .category {
            position: absolute;
            right: 0px;
        }

    .VESZEventInfo .lead {
        margin: 10px;
        font-style: italic;
        text-align: center;
    }

    .VESZEventInfo .content {
        margin: 10px;
        text-align: justify;
    }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}