.photos{
    width: 1212px;
    margin: auto;
}
.photoImg{
    display: inline-block;
    width:200px;
    height:200px;
    padding: 1px;
    margin: auto;
}
.outer { position: relative; left: 50%; float: left; }
.inner { position: relative; left: -50%; float: left; }

/*Modal*/
#overlay {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);

}
#fade {
    position: fixed;
    left: 0%;
    top: 0%;
    background-color: black;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 90;
}

#custom-modal.ng-enter {
    transition: opacity .5s ease-out;
    opacity: 0;
}
#custom-modal.ng-enter.ng-enter-active {
    opacity: 1;
}
#custom-modal.ng-leave {
    transition: opacity .5s ease-out;
    opacity: 1;
}
#custom-modal.ng-leave.ng-leave-active {
    opacity: 0;
}

/*Box*/
.page-margin{
    margin-left:2%;
    margin-right:2%;
}
.tt-image{
    border-radius: .4em;
    -moz-border-radius: .4em;
    -webkit-border-radius: .4em;
    border: 1px solid #3c3f45;
    display:block;
    max-width:200px;
    max-height:150px;
    margin: 10px auto;
    top:0;
    left:0;
    bottom:0;
    right:0;
    /*margin: 0 auto;*/
}
.tt-image-modal{
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;

}
.tt-caption{
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    background-color:#e75a5a;
}
#item {
    border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border: 2px solid #3c3f45;
    background-color: #4f5259;
    color: #3A87AD;
    font-size: 0.8em;
    cursor: pointer;
    height:auto;
    -webkit-box-shadow: 0px 0px 5px 2px rgb(78, 78, 78);
    -moz-box-shadow: 0px 0px 5px 2px rgb(78, 78, 78);
    box-shadow: 0px 0px 5px 2px rgb(78, 78, 78);
    max-width: 225px;
    position:relative;
}

#item:last-child {
    margin-bottom: 0px;
}

#item:hover {
    border: 2px solid #53575f;
    background-color: #37393e;
}

.overlay-item {
    background-color:#4f5259;
}

#itemtext {
    line-height:25px;
}

#col {
    display: inline-block;
    width: 33.3%;
}

.tt-filterinput{
    width:25%!important;
    height:28px!important;
    margin-left:5px;
    margin-right:5px;
    color:#3c3f45!important;
}
.tt-filterinput:focus{
    border-color: #e75a5a;
}
.tt-filterinput::-webkit-input-placeholder { color: #4b4f56 !important; }
.tt-filterinput::-moz-placeholder { color:#4b4f56!important; } /* firefox 19+ */
.tt-filterinput:-ms-input-placeholder { color:#4b4f56!important; } /* ie */
.tt-filterinput:-moz-placeholder { color:#4b4f56!important; }


/*Custom TT CSS*/
.tt-input{
    margin-top:1%;
    margin-bottom:2%;
    color:#000;
    width:100%;
    height:45px;
    font-size:24px;
}
.tt-name{
    color:#FFF;
    text-align:center;
    font-size:12px;
    height:20px;
}
.tt-description-parent{
    display: table;
    width: 100%;
}
.tt-description{
    color: #9c9c9c;
    font-size:11px;
    height:40px;
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}
.tt-description-modal{
    color: #eaeaea;
    text-align:center;
    font-size:11px;
}
@media (min-width: 1400px){
    .container {
        width:1370px;
    }
}
.vsscrollbarcontainer{
    max-width:1800px;
}
.vsscrollbarcontainer .vsscrollbar {
    width: 18px;
    background-color: #EEE;
}

.vsscrollbarcontainer .vsscrollbox {
    background-color: #e75a5a;
    cursor: pointer;
}

.vsscrollbarcontainer .vsscrollbox:hover,
.vsscrollbarcontainer .vsscrollbox:focus {
    background-color: #e73b3b;
}

.vsscrollbarcontainer .vsscrollbar,
.vsscrollbarcontainer .vsscrollbox {
    border-radius: 2px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.tt-margin-top{
    margin-top:1%;
}

/*Fade in CSS*/
.animate-show.ng-hide-add, .animate-show.ng-hide-remove {
    transition: all linear 0.2s;
    display: block !important;
}

.animate-show.ng-hide-add.ng-hide-add-active, .animate-show.ng-hide-remove {
    opacity: 0;
}

.animate-show.ng-hide-add, .animate-show.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.tt-col-offset{
    margin-left:2%;
    margin-top:2%;
}
.tt-col{
    width:14%;
    position: relative;
    min-height:225px;
    max-height:225px;
    padding-left: 15px;
    padding-right: 15px;
    float:left;
    box-sizing:border-box;
    min-width: 225px;
}

.tt-column-huge{
    width:100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.tt-btn-boring{
    background-color:#717980;
    color:#FFF;
}
.tt-btn-boring:hover{
    background-color: #595f65;
}
.tt-btn{
    font-family: 'Open Sans', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    border-width: 0px;
    -webkit-box-shadow: inset 0 0px 0px 0px rgba(0,0,0,0.07);
    box-shadow: inset 0 0px 0px 0px rgba(0,0,0,0.07);
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;

}
.tt-btn:hover{
    color: #ececec;
}
.tt-btn-rest{
    margin-bottom:2px;
}

.input-group .form-control {
    z-index:0;
}

.tt-bottom-absolute{
    position:absolute;
    bottom:0;
    width:200px;
}