﻿/* Serve per far funzionare template di galleria fotografica */
/* In uso: oratorio2006.asp */

.photo ul {
          padding:0 0 0 0;
          margin:0 0 40px 0;
      }
.photo ul li {
          list-style:none;
          margin-bottom:10px;
      }
/*
.photo      .modal-body {
          padding:5px !important;
      }
.photo      .modal-content {
          border-radius:0;
      }
 .photo     .modal-dialog img {
          text-align:center;
          margin:0 auto;
      }
.photo    .controls{
        width:50px;
        display:block;
        font-size:11px;
        padding-top:8px;
        font-weight:bold;
    }
.photo    .next {
        float:right;
        text-align:right;
    }*/
.photo .text {
	color:#666;
    font-size:12px;
    margin-bottom:10px;
    padding:10px;
    background:#fff;
	text-align:justify;
}


/*override modal for demo only*/
.photo      .modal-dialog {
          max-width:500px;
      }
      @media screen and (min-width: 768px){
 .photo         .modal-dialog {
              width:500px;
          }
      }

      @media screen and (max-width: 380px){
 .photo        .col-xxs-12 {
           width:100%;
         }
  .photo       .col-xxs-12 img {
           width:100%;
         }
      }