@charset "utf-8";
/* CSS Document */

/* #Media Queries
================================================== */
/* Smaller than standard 1200px (devices and browsers) */
@media only screen and (max-width: 1200px) {

}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
/* Styles */

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
.gallery_my .lt{
	width:100%;
	float:left;
	padding:0;
	}
.gallery_my .rt{
	width:100%;
	float:left;
	}
.gallery_photo .lt{
	width:100%;
	float:left;
	padding:0 5% 0 0;
	}
.gallery_photo .rt{
	width:100%;
	float:left;
	}
.gallery_photo .lt .page{
	padding:0;
	}
.gallery_audio .lt{
	width:100%;
	float:left;
	padding:0;
	}
.gallery_audio .rt{
	width:100%;
	float:left;
	}
.gallery_audio_tab2 .tab_header{
	width:100%;
	}
}

@media only screen and (min-device-width : 480px) and (max-device-width : 767px) and (orientation : landscape) {


}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.col-my-1, .col-my-2, .col-my-3, .col-my-4, .col-my-5, .col-my-6, .col-my-7, .col-my-8, .col-my-9, .col-my-10, .col-my-11, .col-my-12 {
	width: 100%;
	padding: 15px;
	}
.gallery_my .lt{
	width:100%;
	float:left;
	padding:0;
	}
.gallery_my .rt{
	width:100%;
	float:left;
	}
.gallery_photo .lt{
	width:100%;
	float:left;
	padding:0 5% 0 0;
	}
.gallery_photo .rt{
	width:100%;
	float:left;
	}
.gallery_photo .lt .page{
	padding:0;
	}
.gallery_audio .lt{
	width:100%;
	float:left;
	padding:0;
	}
.gallery_audio .rt{
	width:100%;
	float:left;
	}
.gallery_audio_tab2 .tab_header{
	width:100%;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape){


}
/* myartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
.col-my-1, .col-my-2, .col-my-3, .col-my-4, .col-my-5, .col-my-6, .col-my-7, .col-my-8, .col-my-9, .col-my-10, .col-my-11, .col-my-12 {
	width: 100%;
	padding: 15px;
}
.gallery_my .lt{
	width:100%;
	float:left;
	padding:0;
	}
.gallery_my .rt{
	width:100%;
	float:left;
	}
.gallery_photo .lt{
	width:100%;
	float:left;
	padding:0 5% 0 0;
	}
.gallery_photo .rt{
	width:100%;
	float:left;
	}
.gallery_photo .lt .page{
	padding:0;
	}
.gallery_audio .lt{
	width:100%;
	float:left;
	padding:0;
	}
.gallery_audio .rt{
	width:100%;
	float:left;
	}
.gallery_audio_tab2 .tab_header{
	width:100%;
	}
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

