.th-photos-t-1 {font-family: 'Roboto', sans-serif; padding: 50px 0;}

.th-photos-t-1 .container {
    text-align: center;
}

.th-photos-t-1 .th_buttons_container {
    border-bottom: 1px solid #cccccc;
    text-align: center;
	padding: 30px 0;
}

.th-photos-t-1 .th_buttons_container .th_collapse_button {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	padding: 10px;
}

.th-photos-t-1 .th_buttons_container .th_collapse_button_selected {
	text-decoration: underline;
}

.th-photos-t-1 .th_products_container {
    text-align: center;
}

.th-photos-t-1 .th_products_container .th_collapse .th-product {
    display: inline-block;
    position: relative;
    width: 300px;
    padding-bottom: 400px;
}

.th-photos-t-1 .th_products_container .th_collapse .th-product a {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background-position: center center; 
    background-size: cover; 
    transition:all 0.2s;
    -webkit-transition:all 0.2s;
    -o-transition:all 0.2s;
    -moz-transition:all 0.2s;
}

.th-photos-t-1 .th_products_container .th_collapse .th-product a:hover {
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
}



/* SEPARATION LINE ------------------------------------------------------------------- */
/* *                                                                                   */
/* *                                                                                   */
/* *                                                                                   */

/* ----------------------------------------------------------------------------------- */
/* * Media Queries                                                                     */

/* BOOTSTRAP MEDIUM ------------------------------------------------------------------ */

@media (max-width : 1199px) {
}

/* BOOTSTRAP SMALL ------------------------------------------------------------------- */

@media (max-width : 991px) {
    .th-photos-t-1 .th_products_container .th_collapse .th-product {width: 200px; padding-bottom: 300px;}
}

/* BOOTSTRAP EXTRA SMALL-------------------------------------------------------------- */

@media (max-width : 767px) {
}


/* ----------------------------------------------------------------------------------- */

@media (max-width : 500px) {
}

/* ----------------------------------------------------------------------------------- */

@media (max-width : 400px) { 
}

/* * Media Queries                                                                     */
/* ----------------------------------------------------------------------------------- */

/* *                                                                                   */
/* *                                                                                   */
/* *                                                                                   */
/* SEPARATION LINE ------------------------------------------------------------------- */