
/* @group GENERAL TAGS */

a:link,a:visited,a:hover,a:active,a:focus {
	border: none;
	outline: none;
	color: #000;
	opacity: 0.90;
	text-decoration: none;
	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}


h6,#headerContainer h2 {
	font-size: 1.2em;
}

#clearFooter,#sidebarContainer,.galleria-info-close,#navContainer li:hover ul ul,#navContainer li:hover ul ul ul,#navContainer li:hover ul ul ul ul {
	display: none
}

.notouch .galleria-info-close:hover,.touch .galleria-info-close:active,.notouch .galleria-info-link:hover,.touch .galleria-info-link:active,.notouch .galleria-image-nav-left:hover,.notouch .galleria-image-nav-right:hover,.touch .galleria-image-nav-left:active,.touch .galleria-image-nav-right:active,.notouch .galleria-thumb-nav-left:hover,.notouch .galleria-thumb-nav-right:hover,.touch .galleria-thumb-nav-left:active,.touch .galleria-thumb-nav-right:active {
	opacity: 1;
	filter: alpha(opacity=100)
}

.galleria-carousel .galleria-thumb-nav-left,.galleria-carousel .galleria-thumb-nav-right,#navContainer li:hover ul,#navContainer li li:hover ul,#navContainer li li li:hover ul,#navContainer li li li li:hover ul,.rw-sitemap {
	display: block
}

.blog-tag-size-1,.blog-tag-size-2,.blog-tag-size-3,.blog-tag-size-4,.blog-tag-size-5,.blog-tag-size-6,.blog-tag-size-7,.blog-tag-size-8,.blog-tag-size-9,.blog-tag-size-11,.blog-tag-size-12,.blog-tag-size-13,.blog-tag-size-14,.blog-tag-size-15,.blog-tag-size-16,.blog-tag-size-17,.blog-tag-size-18,.blog-tag-size-19,.blog-tag-size-20 {
	font-size: 1em
}

iframe{
	width: 100%;
	border: none;
}

.clearer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

.mobile-hr{
    display: none;
    width: 100%;
    position: relative;
    z-index: 9999;
    left: 0;
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hidden_block { 
   display: none!important;
}

.description{
    display: block;
    top: 0;
	font-size: .7em;
	color: #666;
}

hr {
  margin:  5px 0;
  border: 0;
  /*border-top: 1px solid #eeeeee;*/
  border-bottom: 1px solid #666;
}

/* @end */

/* @group HEADER */

#headerBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
}

#headerContainer {
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
	/* padding: 0; */
	padding-bottom: 3px; /* MR add */
	margin: 0;
	z-index: 99999;
	background-color: rgba(255,255,255,0.3); /* MR add */
}

#logoContainer {
	float: left;
	width: auto;
	max-height: 55px;
	top: 0;
	left: 0;
	z-index: 10;
	margin: 0;
	padding-right: 10px;

}

#logoContainer img {width: auto; height: 65px /* was 55*/}

#header{
	position: relative;
	display: inline;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	max-width: 350px;
	height: auto;
	min-height: 55px;
	z-index: 10;
	padding: 0px;	/* was 20 */
}

#headerContainer h1 {
    top: 0;
    padding-top: 3px;
	font-size: 2.3em;
	font-weight: 700;
	/*text-shadow: 1px 1px 1px #000;*/
}

#headerContainer h2 {
    top: 0;
    padding-top: 6px;
	font-size: 1.2em;
	font-weight: 700;
	/*text-shadow: 1px 1px 1px #000;*/
}

/* @end */

/* @group CONTENT */

#cover {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.overflowHidden{
	overflow: hidden;
}

#overlay {
	position: relative;
	height: 100%
}

#contentContainer {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	min-height: 100%;
	top: 0;
	margin: 0 auto;
}

#contentWrapper {
    height: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    top: -15px;
    left: 0;
    padding: 0;
    margin: 0;
}

#contentBg {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 260px);
    background-color: #000;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 10;
}

@media screen and (max-width: 950px) {
	#contentBg {
	    top: 30px;
	}
}

#content {
	position: relative;
	padding: 0px;  /* was 60px 20px */
	z-index: 10;
	height: auto;
	min-height: 0;
    font-size: 1.2em;
}

@media screen and (max-width: 950px) {
	#content {
	    margin: 10px;
	    width: 97.2%!important;
	    float: none!important;	
	    padding: 60px 0!important;    
	}
	#contentWrapper{
		padding: 0;
	}
}

@media screen and (max-width: 950px) {
	#content {
	    width: 94%!important;	    
	}
}

#content img{
	max-width: 960px;
	height: auto;
}

/* @group Sidebar */

#sidebarContainer{
	/*display: none;*/
	font-size: 1.2em;
	position: relative;
	top: 0;
	width: 30%;
	height: 100%;
	/*z-index: 100000;*/
	padding: 59px 20px;
	overflow-y: auto!important;
}

@media screen and (max-width: 950px) {
	#sidebarContainer {
	    width: 97.2%!important;
	    margin: 10px;
	    padding: 60px 0;
	}
}

#sidebarContainer #sidebar{
   padding-top: 25px;
}

#sidebarContainer .sideHeader{
    font-size:1.5em;
    font-weight:700;
    margin-bottom:10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

/* @end */

/* @group Breadcrumbs */

#breadContainer {
	position: relative;
	top: 0;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
}

#breadContainer ul {
    padding: 0 20px;
	list-style-type: none
}

#breadContainer li {
	display: inline;
	font-weight: bold;
}

/* @end */

/* @group footer */

#footerContainer {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 1000px;
	left: 0;
	right: 0;
	margin: 56px auto;
	height: auto;
	min-height: 20px;
    z-index: 999999;
    text-align: right;
}

#footer {
	padding: 20px;
	font-size: 1em;
	font-weight: bold;
	z-index: 1; /* mr added */
}

#lastUpdated{
    visibility: hidden;
	position: relative;
	display: block;
	padding: 10px 0;
	right: 0;
	font-weight: normal;
}
#lastUpdated::before{
	content: 'Page last updated: '
}

#rw_email_contact {
	padding-left: .5em;
	z-index: 1; /* mr added */
}

/* @end */

/* @end */
/* @group EC */

#extraContainer1{
    display: none;
    position: fixed;
	width: 100%;
	height: 100%;
	max-width: 1000px;
	overflow-y: auto;
	z-index: 99999;
}

#myExtraContent1 {
	position: relative;
	display: block;
	font-size: 1.2em;
	margin-top: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 3px; /* was 20px */
	padding-bottom: 10px;
	/* height: 100%; */
	min-height: 1%; /*IE hack*/
	z-index: 99999;
	background-color: rgba(255,255,255,0.3); /* MR add */
}

#ec2Bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
}

#extraContainer2{
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
	z-index: 99999;
	text-align: right;

}

#myExtraContent2 {
	position: relative;
	font-size: 1em;
	z-index: 300;
	/*padding: 10px 20px;*/
	padding-top: 10px;
	height: auto;
	min-height: 1%; /*IE hack*/
	background-color: rgba(255,255,255,0.3); /* MR add */
}

#myExtraContent2 img, #myExtraContent3 img {width: auto; height: 44px}

#extraContainer3{
	height: auto;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 99999;
}

#myExtraContent3 {
	position: relative;
	font-size: 1.2em;
	z-index: 99999;
	padding: 10px;
	height: auto;
	min-height: 1%; /*IE hack*/
}

/* @end */

/* @group BUTTONS */

#console{
	position: fixed;
	visibility: hidden;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 80px; /* was 120 */
	z-index: 9999999;
	width: 150px;
	height: 30px;
	overflow: hidden;
	/* border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #000;
	background: url(images/bg50.png) repeat;*/
	background-color: rgba(255,255,255,0.5);
	opacity: .8;
	text-align: center;
}

#pSetB{
	position: relative;
	display: inline-block;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 30px; 
	height: 40px;
	z-index: 9999;
	list-style: none;
	line-height: 2em; /* was 1.5 */
	font-family: 'FontAwesome';
	cursor: pointer;
	font-size: 15px;
	letter-spacing: 0;
	-webkit-transition: color .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: 50% 50%;
}

#pSetB::before{
	content: "\f048";
}

#pPlay{
	position: relative;
	display: inline-block;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 30px; 
	height: 40px;
	z-index: 9999;
	list-style: none;
	line-height: 1.5em;
	font-family: 'FontAwesome';
	cursor: pointer;
	font-size: 15px;
	letter-spacing: 0;
	-webkit-transition: color .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: 50% 50%;
}

.play::before{
	content: "\f04b";
}

.pause::before{
	content: "\f04c";
}

#pSetF{
	position: relative;
	display: inline-block;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 30px; 
	height: 40px;
	z-index: 9999;
	list-style: none;
	line-height: 1.5em;
	font-family: 'FontAwesome';
	cursor: pointer;
	font-size: 15px;
	letter-spacing: 0;
	-webkit-transition: color .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: 50% 50%;
}

#pSetF::before{
	content: "\f051";
}

#pSetThumbs{
	position: relative;
	display: inline-block;
	bottom: -1px;
	left: 0;
	text-align: center;
	width: 30px; 
	height: 40px;
	z-index: 9999;
	list-style: none;
	line-height: 1.5em;
	font-family: 'FontAwesome';
	cursor: pointer;
	font-size: 15px;
	letter-spacing: 0;
	-webkit-transition: color .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: 50% 50%;
}

#pSetThumbs::before{
	content: "\f00a";
}

.btn {
    float: left;
    /*width: 100%;*/
	/*border-top: 1px solid #000;*/
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
	background: -webkit-linear-gradient(top, #000, #000);
	background: -moz-linear-gradient(top, #000, #000000);
	background: -ms-linear-gradient(top, #000, #000);
	background: -o-linear-gradient(top, #000, #000);
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #ffffff;
	font-size: 1.2em;
	/*font-family: Georgia, serif;*/
	text-decoration: none;
	vertical-align: middle;
}

.btn a:hover {
	border-top-color: #666;
	background: #666;
	color: #fff;
}

.btn a:active {
	border-top-color: #1b435e;
	background: #1b435e;
}
/* @end */

/* @group MAIN NAVIGATION */

#navContainer {
	/* position: relative;
	display: inline-block;*/
	z-index: 300;
	top: 42px;
	right: 5px;
	float: left; /* was right*/
	width: 100%;
	max-width: 600px;
	padding: 0;
}

#navContainer ul {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 200;
	float: left; /* was right*/
	padding: 0;
}

#navContainer a {
	display: inline;
	text-decoration: none;
	z-index: 20;
	padding: 0;
	font-size: 1.2em;
}

#navContainer li {
	float: left;
	position: relative;
	line-height: 52px;
	display: inline;
	margin: 0;
}

#navContainer li a {
	display: inline-block;
	text-decoration: none;
	z-index: 20;
	right: 0;
	font-weight: bold;
	margin: 0 15px 0 5px;
}

#navContainer li p {
	display: block;
	text-decoration: none;
	cursor: default;
	z-index: 30;
	margin: 0;
	padding: 0;
	/*padding: 0 25px 0 15px;*/
}

/*second level*/

#navContainer ul ul {
	position: absolute;
	top: 53px; /*52px*/
	left: 0;
	display: none;
	width: 140px;
	margin: 0;
	padding: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#navContainer ul ul li {
	position: relative;
	/*line-height: 22px;*/
	display: block;
	width: 150px;
	margin: 0;
}

#navContainer ul ul li a {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	z-index: 20;
	padding-left: 0;
	font-size: 1.2em;
	line-height: 25px;
	color: black;
}

#navContainer ul ul li p {
	display: block;
	text-decoration: none;
	cursor: default;
	z-index: 300;
	margin: 0;
	padding: 0 0 0 0
}

/*third level*/

#navContainer ul ul ul{
	position: absolute;
	top: 0; /*52px*/
	left: -140px;
	display: none;
	width: 140px;
	margin: 0;
	padding: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
}

#navContainer ul ul ul li {
	position: relative;
	/*line-height: 22px;*/
	display: block;
	width: 150px;
	margin: 0;
}

#navContainer ul ul ul li a {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	z-index: 20;
	padding-left: 0;
	font-size: 1.2em;
	line-height: 25px;
	color: black;
}

#navContainer ul ul ul li p {
	display: block;
	text-decoration: none;
	cursor: default;
	z-index: 300;
	margin: 0;
	padding: 0 0 0 0
}

/* @end */

/* @group ASSORTED CLASSES */

.hidden, .galleria-thumbnails-container.hidden{
	visibility: hidden!important;
	display: none!important;
	opacity: 0!important;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;opacity: 1;
}

/* MR add ... */
@media screen and (max-width: 1020px) {

#extraContainer2{
    display: none;
}
}

/* ... end of MR add*/

@media screen and (max-width: 1020px) {
 	div#monoslideshowHolder{
 		width: 745px!important;
 		border: 1px solid red;
 	}
}

/*was 950*/

@media screen and (max-width: 600px) {
 	div#monoslideshowHolder{
 		max-width: 300px!important;
 	}
}
/*was 600 */

/* @end */