/* LISTA BELLA */

@font-face {
    font-family: Ubuntu;
    src: url(ubuntu-font/Ubuntu-R.ttf);
}


/*    --------------------------------------------------
	:: General
	-------------------------------------------------- */

body {
    font-family: 'Ubuntu', sans-serif !important;
    color: #353535;
}

.content h1 {
    text-align: center;
}

.content .content-footer p {
    color: #6d6d6d;
    font-size: 12px;
    text-align: center;
}

.content .content-footer p a {
    color: inherit;
    font-weight: bold;
}


/*	--------------------------------------------------
	:: Table Filter
	-------------------------------------------------- */

.panel {
    border: 1px solid #ddd;
    background-color: #fcfcfc;
}

.panel .btn-group {
    margin: 15px 0 15px;
}

.panel .btn-group .btn {
    transition: background-color .3s ease;
}

.table-filter {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.table-filter tbody tr:hover {
    cursor: pointer;
    background-color: #eee;
}

.table-filter tbody tr td {
    padding: 10px;
    vertical-align: middle;
    border-top-color: #eee;
}

.table-filter tbody tr.selected td {
    background-color: #eee;
}

.table-filter tr td:first-child {
    width: 38px;
}

.table-filter tr td:nth-child(2) {
    width: 35px;
}

.table-filter .star {
    color: #ccc;
    text-align: center;
    display: block;
}

.table-filter .star.star-checked {
    color: #F0AD4E;
}

.table-filter .star:hover {
    color: #ccc;
}

.table-filter .star.star-checked:hover {
    color: #F0AD4E;
}

.table-filter .media-photo {
    width: 35px;
}

.table-filter .media-body {
    display: block;
    /* Had to use this style to force the div to expand (wasn't necessary with my bootstrap version 3.3.6) */
}

.table-filter .media-meta {
    font-size: 11px;
    color: #999;
}

.table-filter .media .title {
    color: #2BBCDE;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}

.table-filter .media .title span {
    font-size: .8em;
    margin-right: 20px;
}

.table-filter .media .title span.informazioni {
    color: #46b8da;
}

.table-filter .media .title span.daleggere {
    color: #d9534f;
}

.table-filter .media .summary {
    font-size: 14px;
}


/* FINE LISTA BELLA*/


/*POSIZIONE PER LISTABELLA*/

#listaBella {
    position: absolute;
    margin-left: 30%;
    margin-top: 7%;
    z-index: -1;
}


/*FINE AGGIUNTE*/

@font-face {
    font-family: Chunkfive;
    src: url(Chunkfive.otf);
}


/*ANIMAZIONE MENU*/

.burger {
    border: 0;
    margin-top: 20px;
    background: none;
    color: #ffffff;
    outline: 0;
    padding: 0;
    cursor: pointer;
    border-bottom: 4px solid currentColor;
    width: 28px;
    transition: border-bottom 1s ease-in-out;
    -webkit-transition: border-bottom 1s ease-in-out;
}

.burger::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.burger:before {
    content: "";
    display: block;
    border-bottom: 4px solid currentColor;
    width: 100%;
    margin-bottom: 5px;
    transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.burger:after {
    content: "";
    display: block;
    border-bottom: 4px solid currentColor;
    width: 100%;
    margin-bottom: 5px;
    transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.burger.open {
    color: white;
    border-bottom: 4px solid transparent;
    transition: border-bottom 0.8s ease-in-out;
    -webkit-transition: border-bottom 0.8s ease-in-out;
}

.burger.open:before {
    transform: rotate(-405deg) translateY(1px) translateX(-3px);
    -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.burger.open:after {
    transform: rotate(405deg) translateY(-4px) translateX(-5px);
    -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
}


/*ANIMAZIONE MENU*/

#menu {
    display: none;
}

#containermenu {
    float: right;
    align-self: center;
    position: absolute;
    display: webkit-flex;
    display: flex;
    right: 5%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    justify-content: flex-end;
}

.menuitem {
    padding-right: 12%;
    color: white;
    font-size: 120%;
}

.bis {
    display: none;
}

.bis.open {
    background-color: #92A8D1;
    padding: 15px;
    color: white;
}

#logo {
    float: left;
    margin-left: 15%;
    align-self: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#imgLogo {
    max-height: 60px;
    z-index: 2;
}


/*APPARTAMENTO*/

.edificio {
    width: 65%;
    display: block;
    margin: auto;
}

.edificio-left {
    margin-right: 0;
}

.edificio-right {
    margin-left: 0;
}

.colonna {
    float: left;
    width: 50%;
}


/*FINE APPARTAMENTO*/

ul {
    list-style-type: none;
}

li {
    line-height: 250%;
}

body {
    font-family: 'Georgia', serif;
}


/*SOTTOLINEATURA LINK*/

.sottolinea {
    position: relative;
    color: white;
    text-decoration: none;
}

.sottolinea:before {
    content: "";
    position: absolute;
    color: white;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.sottolinea:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.sottolinea:visited {
    color: white;
    text-decoration: none;
}

.sottolinea:hover {
    color: white;
    text-decoration: none;
}

.sottolinea:active {
    color: white;
    text-decoration: none;
}


/*FINE SOTTOLINEATURA LINK*/

#footer {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 0px;
    height: 3.5%;
    background-color: #92A8D1;
    color: white;
    display: flex;
    justify-content: center;
}

#head {
    position: fixed;
    width: 100%;
    text-align: center;
    top: 0px;
    background-color: #92A8D1;
    height: 10%;
    z-index: 3;
}

.iconcina {
    font-size: 35px !important;
    color: #92A8D1;
}

.ics {
    font-size: 3em;
}

.maincontainer {
    min-height: 100%;
    min-width: 100%;
    margin-top: 12%;
    padding-left: 16%;
    position: fixed;
    z-index: -10;
    font-size: 130%;
}

.container {
    padding-bottom: 2.5%;
}

.roof {
    margin-top: 15vh;
}

.contact {
    max-width: 40px;
    padding-right: 25px;
}

.modal-body {
    max-height: 900px;
}

#content {
    align-self: center;
}

.dm {
    color: white;
}

.dm:hover {
    color: red;
    text-decoration: none;
}

.modal-header .close {
    margin-top: 20px;
}

#mappa {
    height: 550px;
}


/*contatti*/

#contatti-sinistra {
    width: 45%;
    float: left;
    padding-left: 5%;
}

#contatti-destra {
    width: 45%;
    float: right;
}

#contatti-sinistra-sinistra {
    width: 70%;
    float: left;
}

#contatti-sinistra-destra {
    width: 30%;
    float: right;
}

#contatti-mobile {
    display: none;
}

h5 {
    font-size: 1.7em;
}

@media screen and (min-width:601px) and (max-width:1400px) {
    #listaBella {
        position: absolute;
        margin-left: 15%;
        margin-top: 10%;
        z-index: -1;
    }
}
