/* ===[ accordion css reset ]=== */
.accordion * {border: 0;line-height: 0;list-style: none;margin: 0;padding: 0;}

/* ===[ accordion ]=== */
._slideaccordion{
	width:1200px;
}
.accordion a{
	text-decoration: none;
	color: #FFF;
}
.accordionShadow {
	border: 0;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.accordion *{
	list-style: none;
}
.accordion {
	margin: 0 auto;
	/*max-width: 990px;	 Do not replace max-width with width or you'll lose responsiveness */
	outline: none !important;
	position: relative;
}
.jAccordion-slide img{
	width: 100%;
	height: 100%;
}

/* Do not change anything in this rule */
.accordion .jAccordion-slidesWrapper {height: 100%;overflow: hidden;position: relative;width: 100%;}
/* Do not change display, overflow or position */
.accordion .jAccordion-slide {
	display: block;
	overflow: hidden;
	position: relative;
}
/* Opera 10.xx bug fix
 * More info: http://css-lab.com/bug-test/opera-ap-bugfix.html
 */
.accordion .jAccordion-slide:after {content: "";float: left;height: 1%;width: 0;}

/* ===[ Custom elements ]=== */
.accordion .title,
.accordion .caption,
.accordion .description {
	cursor: auto;
	/*background: transparent url(images/transparent_background.png) repeat top left;*/
	overflow: hidden;
	position: absolute;
	
}
.accordion .title {
    	background: transparent url(transparent_background_blue.png) repeat top left;
	bottom: 129px;
	margin-left: -129px;
	left: 0;
	width: 279px;
       padding: 10px;
	font-size: 18px;
	opacity: 0.8;
    /*   font-family: "Droid Serif",droid_serifregular, serif; */
	  font-family:  pt_sans_captionregular,Sans-Serif;
	-moz-border-radius-topright: 0px;-moz-border-radius-bottomright: 0px;			/* FF1+ */
	-webkit-border-top-right-radius: 0px;-webkit-border-bottom-right-radius: 0px;	/* Safari 3-4, iOS 1-3.2, Android <=1.6 */
	border-top-right-radius: 0px;border-bottom-right-radius: 0px;				/* Opera 10.5, IE9, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
	transform:rotate(270deg);
	-ms-transform:rotate(270deg); /* IE 9 */
	-webkit-transform:rotate(270deg); 
	

}

@media \0screen {   
  .accordion .title {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
	}
   
} 

.accordion .caption {
    background: transparent url(transparent_background_blue.png) repeat top left;
	text-align: center;
	white-space: nowrap;
}

.accordion .caption,
.accordion .description {
	-moz-border-radius: 0px; 	/* FF1+ */
    -webkit-border-radius: 0px; /* Safari 3-4, iOS 1-3.2, Android <=1.6 */
    border-radius: 0px; 		/* Opera 10.5, IE9, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
}
.accordion .description {
	background: #000 url(images/transparent_background.png) repeat top left;
	bottom: 2%;
	right: 1%;
	width:100%;
	height:auto;
	left:0 !important;
	margin-bottom:-6px;
	padding:10px;
	opacity:0.85 !important;
	
}
.accordion .description a:hover{
	color: black;
	background: white;
}

/* Preloader 
.accordion .preloader {
	color: #FFF;
	/*font: bold italic 17px Georgia, "Times New Roman", Times, serif;/
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: 1px -1px #000;
	top: 45%;
}*/
/* Preloader */
.accordion .preloader {
	background: url(images/ajax-loader.gif) no-repeat center center;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
/* Horizontal Accordion with Timer */
.accordion .controlPanel {
	background: url(images/controlPanel_background.png) no-repeat left top;
	height: 45px;
	left: 38%;
	position: absolute;
	top: -45px;
	width: 214px;
	z-index: 9999;
}

.accordion .controlPanel .prevBtn {
	background: url(images/prevBtn_background.png) no-repeat 29px 10px;
	float: left;
	height: 35px;
	width: 46px;
}

.accordion .controlPanel .prevBtn:hover { background: url(images/prevBtn_hover_background.png) no-repeat left top }

.accordion .controlPanel .nextBtn {
	background: url(images/nextBtn_background.png) no-repeat 9px 10px;
	float: right;
	height: 35px;
	width: 46px;
}

.accordion .controlPanel .nextBtn:hover { background: url(images/nextBtn_hover_background.png) no-repeat left top }

/* Horizontal Accordion with Timer  */
.accordion .timer {
    background: #000;
	bottom: 0;
    height: 3px;
	left: 0;
    position: absolute;
    width: 0;
    z-index: 9999;
}
/* ===[ End of custom elements ]=== */

/* ===[ Default font styles ]=== */
.accordion h1,
.accordion h2,
.accordion h3 {
	color: #FFF;
	/*font-family: "Droid Serif",droid_serifregular, serif;*/
	  font-family:  pt_sans_captionregular,Sans-Serif;
	/*font-style: italic;*/
	font-weight: normal;
	padding: 7px 15px;
}

.accordion h1 {font-size: 17px;line-height: 1.7;}
.accordion h2 {font-size: 15px;line-height: 1.5;}
.accordion h3 {font-size: 14px;line-height: 1.3;}
.accordion p {
	color: #CCC;
  	font-family:  pt_sans_captionregular,Sans-Serif;
	padding: 0 15px 7px;
	display: block;
}
/* ===[ End of default font styles ]=== */

/* ===[ Custom font styles ]=== */
.accordion h1.caption,
.accordion h2.caption,
.accordion h3.caption {
/*	font-family: "Droid Serif",droid_serifregular, serif;*/
 	 font-family:  pt_sans_captionregular,Sans-Serif;
	/*font-weight: bold;*/
	font-style: normal;
	line-height: 1;
}

.accordion h1.caption {font-size: 28px; padding: 10px 10px 10px 10px; } 
.accordion a:hover h1.caption {color: #005CAB; background: white; padding: 10px 10px 10px 10px;}
.accordion h2.caption {
	font-size: 24px; 
	padding: 10px 10px 10px 10px;
	left:0% !important;
	width:100%;
	text-align:left;
	opacity: 0.8;
	margin-top: -9px;
}
.accordion a:hover h2.caption {color: #005CAB; background: white; padding: 10px 10px 10px 10px;}
.accordion h3.caption {font-size: 18px; padding: 10px 10px 10px 10px; padding: 10px 10px 10px 10px;}
.accordion a:hover h3.caption {color: #005CAB; background: white; padding: 10px 10px 10px 10px;}
/* ===[ End of custom font styles ]=== */

/* ===[ Rules used when JS is disabled ]===
 * If you don't care about JS fallback you can remove this entire section.
 * Percents are used to keep the responsiveness for the JS fallback even though it can sometimes make the accordion look a bit jumpy.
 */
 
/* Rule for inactive slide */
.accordion.noJS .jAccordion-slide {
	float: left;	/* Remove this rule if using vertical accordion */
	margin-left: 0px;	/* Spacing - I do not recommend to use spacing for horizontal accordion (replace with margin-top if using vertical accordion) */
	width: 25%;	/* width = 100% / number of slides (replace width with height if using vertical accordion) */
}
/* Shrinked slide size 
 * shrinked slide size in percents = (100% - active slide size in percents) / (number of slides - 1);
 */
.accordion.noJS .jAccordion-slidesWrapper:hover .jAccordion-slide {width: 9.5%}
/* Active slide size
 * active slide size in percents = active slide size in px / accordion size * 100%;
 */
.accordion.noJS .jAccordion-slidesWrapper .jAccordion-slide:hover {width: 71.5%}
.accordion.noJS .jAccordion-slide .title {display: block}
.accordion.noJS .jAccordion-slide:hover .title {display: none}
.accordion.noJS .jAccordion-slide .description,
.accordion.noJS .jAccordion-slide .caption {display: none}
.accordion.noJS .jAccordion-slide:hover .description,
.accordion.noJS .jAccordion-slide:hover .caption {display: block}
/* ===[ End of rules used when JS is disabled ]=== */

/* ===[ Responsive ]=== */
/* iPad - screen width from 768px up to 1023px */
@media only screen and (min-width:768px) and (max-width:1023px) { 
	._slideaccordion{width:1023px;}
	.accordion h1 {font-size: 17px;padding: 6px 10px;}
	.accordion h2 {font-size: 15px;padding: 6px 10px;}
	.accordion h3 {font-size: 14px;padding: 6px 10px;}
	.accordion h1.caption {font-size: 23px}
	.accordion h2.caption {font-size: 19px}
	.accordion h3.caption {font-size: 16px}
	.accordion p {padding: 0 10px 6px;}
}

/* Small tablet - screen width from 480px up to 767px */
@media only screen and (min-width:480px) and (max-width:767px) { 
	._slideaccordion{width:767px;}
 	.accordion h1 {font-size: 16px;padding: 2px 6px;}
	.accordion h2 {font-size: 15px;padding: 2px 6px;}
	.accordion h3 {font-size: 13px;padding: 2px 6px;}
	.accordion h1.caption {font-size: 18px}
	.accordion h2.caption {font-size: 16px}
	.accordion h3.caption {font-size: 14px}
	.accordion p {padding: 0 6px 2px;}
}

/* iPhone and small phones - screen width up to 479px */
@media only screen and (max-width:479px) { 
	._slideaccordion{width:479px;}
	.accordion h1 {font-size: 15px;padding: 0 3px;}
	.accordion h2 {font-size: 14px;padding: 0 3px;}
	.accordion h3 {font-size: 12px;padding: 0 3px;}
	.accordion h1.caption {font-size: 17px;font-weight:normal;}
	.accordion h2.caption {font-size: 15px;font-weight:normal;}
	.accordion h3.caption {font-size: 13px;font-weight:normal;}
	.accordion p {padding: 0 4px 2px;}
}