* {
outline:none;
}

body {
	background:#fff;
	font-family: pt-sans,Arial,Helvetica,sans-serif;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	font-size: 10px;
	line-height: 1.5;
}
h1 {
	color: #606060;
	line-height:1.2;
	font-size:2.5rem;
	font-weight: 400;
	margin: 0 0 1em;
}
h1.logo {
	text-align:center;
	margin:30px auto 25px;
}

.error {     /*style for error page only*/
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
}

h2 {
	font-family:pt-sans,Arial,Helvetica,sans-serif;
	color:#606060;
	line-height:1.2;
	font-size:1.24rem;
	font-weight:400;
	margin:1.5em auto;
}
h3 {
	font-family:pt-sans,Arial,Helvetica,sans-serif;
	color:#512d7d;
	line-height:1.2;
	font-size:1.2em;
	font-weight:700;
	margin:1.2em auto .5em;
}
p {
	font-size:1.3rem;
	color:#666;
	line-height:1.5;
	margin: 0 0 1em;
}
*+p {
	margin-top: 1em;
}
hr {
	border-color: #ccc;
}
/* footer */
.footer p {
	clear: both;
	text-align:center;
	margin: 2rem;
	font-size: 1.2rem;
}

/* start top menu */
.nav {
	margin-bottom: 20px;
}
.nav li { /* all li in menu */
	list-style:none;
	margin: 0;
	padding:0;
	text-align:center;
	vertical-align: middle;
}
.nav-pills > li a { /* all a in menu */
	color:#606060;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-ms-border-radius:0;
	border-radius:0;
	text-decoration:none;
	border: 1px solid #606060;
	display:block;
	line-height:28px;
	padding:2px 2px 0;
	font-size: 13px;
	background: #fff;
}
.nav-pills > li a:hover,
.nav-pills > li a.hover { 
	background-color: #efefef;
}
.nav-pills a[href="#pd"] { /* all a with submenu */
	cursor:default;
}

/* first level - the horizontal one */
.nav-pills > li {
	width:18.8%;		
	position:relative;
	z-index:10;	
	height:42px; 
	margin-right: 1%;
}
.nav-pills > li:last-child {
	margin-right:0;
}
.nav-pills > li > a.drop {
	background: #fff url(../images/arrow-down.png) no-repeat right 12px;
}
.nav-pills > li > a.drop:hover,
.nav-pills > li > a.drop.hover {
	background: #efefef url(../images/arrow-down.png) no-repeat right 12px;
}

/* second level - the vertical one */
.nav-pills > li ul {
	position:absolute;
	width:100%;	
	margin-left:0;
	left:0;
	top: 32px;
	padding-left: 0;
	visibility: hidden;
	opacity:0;
    transition: opacity 0.1s linear;
}
.nav-pills > li:hover > ul, 
.nav-pills > li.hover > ul {
	visibility: visible;
	opacity:1;
}
.nav-pills > li > ul a.drop {
	background: #fff url(../images/arrow-right.png) no-repeat right 8px;
}
.nav-pills > li > ul a.drop:hover,
.nav-pills > li > ul a.drop.hover {
	background: #efefef url(../images/arrow-right.png) no-repeat right 8px;
}
.nav-pills > li > ul > li a {
	margin:-1px 0 0 0;
}

/* 3rd level */
.nav-pills > li > ul > li > ul {
	position:relative;
	margin-left: -1px;
	top: -31px;
	left: 100%;
	opacity: 0;
	transition: opacity 0.2s linear;
}
.nav-pills > li > ul > li:hover > ul,
.nav-pills > li > ul > li.hover > ul{
	visibility: visible;
	opacity: 1;
}

/* selectnav dropdown menu for small screen */
.selectnav { 
	width: 100%;
	display: none;
	font-size: 14px;
	padding: 5px;
	margin: 0 0 20px 0;
}
/* end top menu */

/* home page slide show */
.rslides {
	position: relative; 
	list-style: none; 
	overflow: hidden; 
	width: 100%;
	max-width: 800px;
	padding: 0; 
	margin: 0 auto;
}
.rslides li {
	position: absolute; 
	display: none; 
	width: 100%; 
	left: 0; 
	top: 0;
}
.rslides li:first-child {
	position: relative; 
	display: block; 
	float: left; 
}
.rslides img {
	display: block; 
	height: auto; 
	float: left; 
	width: 100%; 
	border: 0;
}

/* back pages image gallery */
.rg-image-wrapper {
    position:relative;
    padding:0 30px;
    background:#fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height:20px;
	margin-bottom: 30px;
}
.rg-view {
	display:none;
}
.rg-image{
    position:relative;
    text-align:center;
    line-height:0px;
}
.rg-image img{
    max-height:100%;
    max-width:100%;
}
.rg-image-nav a{
    position:absolute;
    top:0px;
    left:0px;
    background: url(../images/nav.png) no-repeat -20% 50%;
    width:28px;
    height:100%;
    text-indent:-9000px;
    cursor:pointer;
    opacity:0.3;
    outline:none;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
    right:0px;
    left:auto;
    background-position:115% 50%;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
    opacity:0.8;
}

@media screen and (max-width: 479px) {
	.mobile-hide {
		display: none !important
	}
	.js #nav {
		display: none !important
	}
	.js .selectnav { 
		display: block; 
	}
}/*/mediaquery*/



