strong{
        color:#fbb72b;
}

.bgimage {

        height:200px;
        background-image: url(../images/lsl_brooklyn_bg_2.jpg);  
        background-repeat: no-repeat;
        background-size: cover;
}
.bgimage_bottom {

        height:350px;
        color: #000;
        font-size: 0.6em;
        text-align: right;
        background-image: url(../images/lsl_brooklyn_bg_bottom.jpg);  
        background-repeat: no-repeat;
        background-size: cover;
}

.brooklyndot:before {
        content: "\25CF";
        display: inline-block;
        margin: 0 0.2em;
        font-size: 1.2em;
        color: #fbb72b;
}

.brooklynstar{
        color: #fbb72b;
        background: #000;
        margin: 0.5em 0.1em 0.5em 0.1em;
}

.brooklynstar:before {
        content: "\2605";
        display: inline-block;
        margin: 0 0.1em;
        font-size: 1em;
        color: #fff;
}

.brooklynstar:after {
        content: "\2605";
        display: inline-block;
        margin: 0 0.1em;
        font-size: 1em;
        color: #fff;
}

.content {
        background: #00804d;
        border: 0.1em solid #fff;
        position: relative;
        text-align: left;
        overflow: hidden;
        /*margin: 0.1em 0.1em 0.1em 0.1em;*/
        padding: 0.1em 0.1em 0.1em 0.1em;
        color: #ddd;
        /*text-shadow: 0 1px 0 #000;*/
        -webkit-animation: fadein 0.4s ease-out 1;
        -moz-animation: fadein 0.4s ease-out 1;
        -ms-animation: fadein 0.4s ease-out 1;
        animation: fadein 0.4s ease-out 1;
}

.animation_image{
        /*display:none;*/
        height:40px;
        width:100%;
  
        background: #00804d url(../images/ajax-loader.gif) no-repeat center center;  
}

.encoding{

        height:100%;
        width:100%;

        background: #000 url(../images/encoding.gif) no-repeat center center;
}

#notice{
        position: fixed;
        z-index: 6001;
        top: 0;
        left: 0;
        right: 0;
        margin-left:20%;
        margin-right:20%;
        display:none;
        padding: 10px;
        background: #333;
        color: #fff;
        text-align: center;
        /*line-height: 1.5;*/
        overflow: hidden; 
        -webkit-box-shadow: 0 0 5px black;
        -moz-box-shadow:    0 0 5px black;
        box-shadow:         0 0 5px black;
        border-radius: 10px 10px 10px 10px;
}

/************End Structure**************/


/************Mobile Queries**************/

/*@media only screen and (max-width : 1920px),
only screen and (max-device-width : 1920px){
    .galleryItem {width: 10%;
    //background: cyan;
    }
}*/
/*
@media only screen and (max-width : 2400px),
only screen and (max-device-width : 2400px){
    .galleryItem {width: 12%;
    }
}

@media only screen and (max-width : 1850px),
only screen and (max-device-width : 1850px){
    .galleryItem {width: 16%;
    }
}

@media only screen and (max-width : 1440px),
only screen and (max-device-width : 1440px){
    .galleryItem {width: 21%;
    }
}
 
@media only screen and (max-width : 1024px),
only screen and (max-device-width : 1024px){
    .galleryItem {width: 29.33333%;
    }
}
 
@media only screen and (max-width : 640px),
only screen and (max-device-width : 640px){
    .galleryItem {width: 46%;
    }
}
 
@media only screen and (max-width : 360px),
only screen and (max-device-width : 360px){
    .galleryItem {width: 96%;
    }
}*/

/************Mobile Queries**************/

/************Animations**************/
@-webkit-keyframes fadein {
        0% { opacity: 0; }
        100% { opacity: 1;  }
}
@-moz-keyframes fadein {
        0% { opacity: 0; }
        100% { opacity: 1;  }
}
@-ms-keyframes fadein {
        0% { opacity: 0; }
        100% { opacity: 1;  }
}

/************Resources**************/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/************End Resources**************/


