body{
	background-color: #f5f5f5;
	font-family: 'Lato', sans-serif;
}
 .chosen-rtl .chosen-drop { left: -9000px; }
.sidebar-outer {
    margin-top: -10px;
    position: relative;
}
.alternate{
	background-color: #ccc;
}
.fixed {
    position: fixed;
}
.orange{color: #f39c12;}
.fixed-div {
    position: fixed;
    max-height: 250px;
    overflow-y:scroll;
    overflow-x:hidden;
}
.fixed-div2 {
    position: fixed;
    max-height: 500px;
    overflow-y:scroll;
    overflow-x:hidden;
}
header{margin-bottom: 165px;}
.responsive-img{width: 100%!important;}
.error{color: #c0392b;}
#add-user .form-group, #send-events .form-group, #edit-user .form-group, #edit-project .form-group, #edit-message .form-group, #montejo-form .form-group{padding: 10px;}
a{color: #000;}
a:hover{color: #c0392b;}
a:focus{color: #c0392b;}
.divide20{margin-bottom: 20px;}
.divide40{margin-bottom: 40px;}
.divide60{margin-bottom: 60px;}
.divide80{margin-bottom: 80px;}
.divide100{margin-bottom: 100px;}
.divide150{margin-bottom: 150px;}
.event-icons{padding: 5px;font-size: 16px;}
.center{text-align: center;}
.login-logo{text-align: center;}
.login-form{background-color: #e5e5e5;padding: 20px;margin-top: 80px;font-weight: 100;}
.login-form label{font-weight: 300;}
.btn-login{width: 100%; }
.navbar-default{background-color:#e5e5e2;}
.login-form input{border: 0px;background-color:  #f5f5f5;border-radius: 0px;box-shadow:none;}
.navbar-default{height: 110px;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{margin-top: 20px;}
.navbar-nav li{text-align: center;color: #000;}
.navbar-nav i{font-size: 22px;}
.nav-title{margin-top: 5px;}
.navbar-default .navbar-nav>li>a{color: #000;}
.navbar-collapse, .collapse .in{background: #fff; }
.navbar-default .navbar-toggle{margin-top: 30px; }
.error-div{
	text-align: center;
	margin-top: 100px;
	padding: 40px;
	background-color: #ddd;
	font-size: 100;
}

.message-list li{
	padding-top: 2px;
	padding-bottom: 2px;
}
.red{color: #c0392b;}
.green{color: green;}
.red:hover, .red:focus{color: #c0392b;}
.green:hover, .green:focus{color: green;}

.error-div h1{font-weight: 100;}
.profile-image {width: 40px; height: 40px; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }
 .form-group{margin-left: 10px!important;margin-right: 10px!important;margin-top: 10px!important;}
h1,h2,h3,h4,h5,h6{font-weight: 400; } #map, #panorama {height:600px; }
.divider{border-bottom: 3px solid #ddd; margin-bottom: 10px; }
 .ba-list{padding: 5px; border-bottom: 2px solid #ddd; } 
 .user-image{width: 80px; height: 80px; border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; }

footer{
	text-align: center;
	margin-top: 100px;
	padding: 15px;
	height: 50px;
	background-color: #ddd;
}
@media(max-width:767px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{margin-top: 35px;}
}
@media(min-width:768px){
	.navbar-collapse{background-color:#e5e5e2; }
}
@media(min-width:992px){}
@media(min-width:1200px){}

/* Gallery ------------------------------------------ */
.gallery {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.gallery > li {
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    position: relative;
}
.gallery > li > a > div {
    display: block;
    position: relative;
}
.gallery > li > a > div > i {
    display: block;
    background-color: #222;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.7s ease;
       -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
         -o-transition: all 0.7s ease;
            transition: all 0.7s ease;
}
.gallery > li:hover > a > div > i {
    opacity: 0.5;
}
.gallery > li > .gallery-tools {
    width: 100%;
    position: absolute;
    height: 30px;
    bottom: -30px;
    background-color: #222;
    opacity: 0.8;
    padding: 3px;
    text-align: center;
    -webkit-transition: all 0.7s ease;
       -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
         -o-transition: all 0.7s ease;
            transition: all 0.7s ease;
}
.gallery > li:hover > .gallery-tools {
    bottom: 0;
}
.gallery > li > .gallery-tools > a {
    color: rgba(255,255,255,0.5);
    margin: 0 3px;
    font-size: 18px;
}
.gallery > li > .gallery-tools > a:hover {
    color: #fff;
}

.gallery-cat {
    min-width: 150px;
}
.gallery-sort {
    min-width: 100px;
}