/* #Media Queries
================================================== */

img {
	border: none;
	max-width: 100%;
	height: auto;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


}

/* Small Devices, Tablets */
@media only screen and (max-width : 959px) {

#psCont03 {
	width: 40%;
}	
	
#psCont04 *, #psCont05 * {
	font-size: 13px;
}


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
body {
	background: none;
}
	
#wrapSubnavi {
	display: none;
}

#contentBg {
	width:100%;
	display:table;
	margin-top: 20px;
}
#psCont09 {
	display:table-footer-group;
	float:none;
}
#psCont10 {
	display:table-header-group;
	float:none;
	margin-top: 15px;
}

#psCont01 {
	text-align: center;
	min-height: 27px;
	line-height: 21px;
}
#psCont02 {
	font-size: 10px;
}
	
#psCont03 {
    width: 51%;
    float: left;
	padding: 15px 0 0 0;
}	
#psCont04 {
	width: 43%;
    float: right;
	padding-top: 15px;
}		
#psCont04 *, #psCont05 * {
	font-size: 11px;
}
#psCont05 {
    width: 49%;
    float: left;
	padding-top: 15px;
}
#psCont05 ul {
    width: 100%;
    float: left;
}
#psCont05 li {
    width: 100%;
	padding-top: 5px;
}
#psCont04 li {
    padding-top: 12px;
	 padding-bottom: 12px;
}
#galleryPSDB .thumbs {
    transform: scale(1.0125);
    margin-top: 0px;
}

#psCont12 {
    width: 49%;
    float: left;
}
#psCont13 {
    width: 49%;
    float: left;
}
#psCont14 {
	display: none;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
body {
	background: none;
}
	
#wrapSubnavi {
	display: none;
}

#contentBg {
	width:100%;
	display:table;
	margin-top: 20px;
}
#psCont09 {
	display:table-footer-group;
	float:none;
}
#psCont10 {
	display:table-header-group;
	float:none;
	margin-top: 15px;
}

#psCont01 {
	text-align: center;
	min-height: 27px;
	line-height: 21px;
}
#psCont02 {
	font-size: 10px;
}
	
#psCont03 {
    width: 51%;
    float: left;
	padding: 15px 0 0 0;
}	
#psCont04 {
	width: 43%;
    float: right;
	padding-top: 15px;
}		
#psCont04 *, #psCont05 * {
	font-size: 11px;
}
#psCont05 {
    width: 49%;
    float: left;
	padding-top: 15px;
}
#psCont05 ul {
    width: 100%;
    float: left;
}
#psCont05 li {
    width: 100%;
	padding-top: 5px;
}
#psCont04 li {
    padding-top: 5px;
	 padding-bottom: 5px;
}
#galleryPSDB .thumbs {
    transform: scale(1.0125);
    margin-top: 0px;
}

#psCont12 {
    width: 100%;
    float: left;
}
#psCont13 {
    width: 100%;
    float: left;
}
#psCont14 {
	display: none;
}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}