@charset "UTF-8";




/*/*/
.equipment{
	margin-bottom:10px;
}

.equipment a{
	margin-right:5px;
}




/** contents ****************************************/

#contents .section .left {
	width            : 230px;
}

#contents .section .right {
	width            : 700px;
}

@media screen and (max-width: 480px) {

#contents .section .left {
	width            : 100%;
}

#contents .section .right {
	width            : 100%;
}

#contents .section .left img{
	width            : 100%;
}

}


#grades {
	position         : relative;
	height           : 559px;
	margin-bottom    : 15px;
}

#contents .section .right span.note {
	text-align       : right;
}

#contents .section .fancybox{
	margin-bottom:30px;
}

#contents .section .fancybox img{
	width:230px;
	height:110px;
}

@media screen and (max-width: 480px) {

#contents .section .fancybox{
	width:100%;
	margin:0px;
}

#contents .section .fancybox img{
	width:45%;
	height:45%;
}

#contents .section .introduce {
    padding-left: 0px!important;
}
}


#contents .section .leftline{
	margin-top:60px;
	padding-left:10px;
	border-left: medium solid #286579;

}

#contents .section .leftline p{
	font-size:0.8em;
}	

#contents .section .leftline p:first-child{
	margin-right:15px;
}

#contents .section .leftline a{
	text-decoration: none;
	border-bottom:1px dotted;
	font-size:1.6em;
	font-family: 'Josefin Sans', sans-serif;

}

hr.concept{
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #999;
	margin:40px 0;
}

.back_to_top a{
	text-align:right;
	font-size:0.8em;
}

/*/*/



/** grades ****************************************/
/*
#grades .grade {
	position         : absolute;
	left             : 0px;
	top              : 0px;
}
#grades img {
	display          : block;
	vertical-align   : bottom;
}

#grades .grade .premium,
#grades .grade .standard,
#grades .grade .office {
	display          : none;
}

#grades ul {
	position         : absolute;
	left             : 0px;
	top              : 106px;
	z-index          : 50;
	width            : 212px;
}

#grades ul .standard {
	margin-bottom    : 15px;
}

#grades ul a {
  display          : block;
  width            : 177px;
}

#grades ul a.premium {
  width            : 212px;
}
*/
/*/*/

/** ggalleriffic ****************************************/

div.content {
	display: none;
	float: right;
	width: 550px;
	margin-top:10px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top:5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 420px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');	
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 420px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 420px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 420px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 50px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 5px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	text-align:center;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	text-align:center;
}
div.navigation {
	margin-top:30px;
}
ul.thumbs {
	clear: both;
	margin-left: 50px;
	padding: 0;
	width:350px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width:90px;
	height:90px;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	margin-left:50px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
	margin-left:50px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}


@media screen and (max-width: 480px) {

div.slideshow-container {
	height:350px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div#thumbs.navigation{
	width:100%!important;
}

div.content {
	width:100%;
	margin-top:10px;
}

div.loader {
	width: 100%;
}
div.slideshow span.image-wrapper{
	width:100%;
}

div#slideshow.slideshow{
	height:350px;
}

div.slideshow a.advance-link {
	display: block;
	width: 100%;
	height: 350px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 350px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
	width:90%;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 50px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
div.caption {
	padding: 5px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	text-align:center;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	text-align:center;
}
div.navigation {
	margin-top:30px;
}
ul.thumbs {
	clear: both;
	margin: auto;
	padding: 0;
	width:350px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin:1% 1% 1% 0;
	list-style: none;
	width:15%;
	height:10%;
}	

ul.thumbs img {
	border: none;
	display: block;
	width:100%;
	height:100%;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	margin-left:50px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
	margin-left:50px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

}