/*BASE*/
* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: none;
}
a, .destaque, li, .movement {
	-webkit-transition-property: padding, 0.4s, ease-out;
	-moz-transition-property: padding, 0.4s, ease-out;
	-ms-transition-property: padding, 0.4s, ease-out;
	-o-transition-property: padding, 0.4s, ease-out;
	transition-property: padding, 0.4s, ease-out;
	-webkit-transition-duration: 0.30s;
	-moz-transition-duration: 0.30s;
	-ms-transition-duration: 0.30s;
	-o-transition-duration: 0.30s;
	transition-duration: 0.30s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-ms-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}
body {
	color: #676767;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-weight: normal !important;
}
/*TIMELINE*/
.royalSlider {
	width: 1026px;
	height: 819px;
	position: relative;
	direction: ltr;
	z-index: 500;
	top: 90px;
	margin-left: auto;
	margin-right: auto;
}
.mobileBlock {
	display: none !important;
}
/*.rsContainer > .rsSlide:first-child  {
	width: 1792px !important; 
 	margin-left: -766px !important;
}
*/
.timelineTitle {
	font-family: "Open Sans";
	width: 100%;
	text-align: center;
	color: #005abb;
	font-size: 35px;
	padding-top: 10px;
	font-weight:100;
}
.visibleNearby {
	width: 100%;
	overflow: hidden;
	height: 100%;
}
.visibleNearby .rsGCaption {
	position: absolute;
	width: 100%;
	height: 120px;
	right: 0;
	bottom: 90px;
	font-size: 15px;
	line-height: 14px;
	color: #FFF;
	text-align: left;
	background-color: rgba(3,30,51,0.53);
	z-index: 5000000000 !important;
}
.rsABlock h2 {
	font-size: 25px;
	font-family: "Open Sans";
	font-weight: normal !important;
}
.rsABlock h3 {
	font-size: 24px;
	font-family: "Open Sans";
	font-weight: normal !important;
}
.rsABlock h4 {
	font-size: 14px;
	line-height: 22px;
	font-family: "Open Sans";
	font-weight: normal !important;
}
.visibleNearby .rsGCaption span {
	font-family: "Open Sans";
	display: block;
	clear: both;
	color: #a6a7a2;
	font-size: 12px;
	line-height: 20px;
}
.visibleNearby .rsOverflow, .visibleNearby .rsSlide {
	background: none;
}
.visibleNearby .rsOverflow {
	overflow: visible;
}
/* Scaling transforms */
.visibleNearby .rsSlide img {
	opacity: 0.25;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;/*border: 1px solid #333333;	*/
}
.visibleNearby .rsActiveSlide img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* visibleNearby */

.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsArrow, .rsThumbsArrow {
	cursor: pointer;
}
.rsThumb {
	float: left;
	position: relative;
	font-family: "Open Sans";
	font-weight: normal !important;
}
.rsArrow, .rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	display: none;
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
	height: auto;
}
.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
	/* [disabled]background-color: #900;
*/
}
.rsContent img {
	width: 100%;
}
.rsPreloader {
	position: absolute;
	z-index: 0;
}
.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color: rgba(0,0,0,0.25);
}
.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
}
.rsTabs, .rsThumbs {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
	border: 1px solid;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}
.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	-webkit-backface-visibility: hidden;
	padding: 30px;
	padding-top: 25px;
}
.grab-cursor {
	cursor: url(grab.png) 8 8, move;
}
.grabbing-cursor {
	cursor: url(grabbing.png) 8 8, move;
}
.rsNoDrag {
	cursor: auto;
}
.rsLink {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
	background: url(blank.gif);
	-webkit-backface-visibility: hidden;
}
/*ARROWS*/

.rsDefault .rsArrow {
	height: 10px;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 70000000000 !important;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
	top: 0;
	left: 0;
}
.rsDefault.rsVer .rsArrowRight {
	bottom: 0;
	left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
/*	left: 30px;*/
	top: 0;
}
.rsDefault.rsHor .rsArrowRight {
	right: 0px;
	top: 0;
}
.rsDefault .rsArrowIcn {
	width: 38px;
	height: 38px;
	top: 0;
	margin-top: -88px;
	position: absolute;
	cursor: pointer;
	background: url('../images/arrows.png');
	background-color: #2485d2;
	background-size: 40px 80px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: #2485d2;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -1px 79px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -1px 39px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
	background-color: rgba(0,0,0,0.4);
	opacity: 1;
*display: none;
}
/* Thumbnails */

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
	position: absolute;
	top: -70px;
	z-index: -12;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 600px;
	width: 890px !important;
	margin-left: -20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 48px;
	height: 50px;
	padding-top: 4px;
	border-top: #74767b 4px solid;
	text-align: center;
	margin-left: 3px !important;
	margin-right: 3px !important;
	font-family: "Open Sans" !important;
	font-size: 14px;
	font-weight: normal !important;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 600px;
}
.rsDefault .rsThumb.rsNavSelected {
	border-top: #2485d2 4px solid;
	color: #2485d2;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}
.rsDefault .rsArrow {
	width: 40px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

@media (max-width:1500px) {
.royalSlider {
	width: 906px;
	height: 729px;
}
/*.rsContainer > .rsSlide:first-child  {
	margin-left: -710px !important;
}
*/

/*.visibleNearby .rsGCaption {
	width: 415px;
	height: 550px;
	top: 46px;
}
.rsABlock {
	width: 82%;
	padding: 46px;
	visibility: visible !important;
	opacity: 0;
}
.rsABlock h2 {
	font-size: 34px;
}
.rsABlock h4 {
	font-size: 17px;
}
*/

/* Thumbnails */
.rsDefault .rsThumb {
	width: 42px !important;
	font-size: 13px;
}
}

@media (max-width:1300px) {
.royalSlider {
	width: 800px;
	height: 644px;
}
.rsDefault .rsThumb {
	width: 39px !important;
	font-size: 13px;
}
}

@media (max-width:860px) {
.royalSlider {
	width: 320px !important;
	height: 680px;
	top: 80px;
}
.desktopBlock {
	display: none !important;
}
.mobileBlock {
	display: inherit !important;
}
.timelineTitle {
	padding-top: 20px;
}
.visibleNearby .rsGCaption {
	position: relative !important;
	display: block;
	float: left;
	height: 630px;
	width: 93%;
	top: 76px;
	right: auto;
	font-size: 15px;
	line-height: 14px;
	color: #FFF;
	text-align: left;
	background-color: transparent;
	display: none;
}
.rsContainer > .rsSlide:first-child {
	width: 90% !important;
	margin-left: auto !important;
}
.rsSlide {
	width: 90%;
	background-color: #0c3351 !important;
	height: 450px !important;
	text-align: center !important;
	border: 10px #0c3351 solid;
}
.royalSlider img {
	position: relative;
	width: auto !important;
	height: 200px !important;
	z-index: 600000;
	margin-top: 0px;
}
.visibleNearby .rsActiveSlide .rsABlock {
	opacity: 1;
}
.visibleNearby .rsActiveSlide .rsABlock {
	width: 90%;
	padding: 20px;
	visibility: visible !important;
	opacity: 1;
	text-align: left;
	top: 200px;
	color: #FFFFFF;
}
.visibleNearby .rsSlide .mobileBlock {
	width: 90%;
	padding: 20px;
	visibility: visible !important;
	opacity: 0.25;
	text-align: left;
	top: 200px;
	color: #FFFFFF;
}
.visibleNearby .rsActiveSlide .mobileBlock {
	width: 90%;
	padding: 20px;
	visibility: visible !important;
	opacity: 1;
	text-align: left;
	top: 200px;
	color: #FFFFFF;
}
.mobileBlock h2 {
	font-size: 24px;
	line-height: 28px;
	font-family: "Open Sans";
	font-weight: normal !important;
}
.mobileBlock h4 {
	font-size: 14px;
	line-height: 16px;
	font-family: "Open Sans";
	font-weight: normal !important;
}
/* Scaling transforms */

.visibleNearby {
	width: 100%;
	overflow: hidden;
	height: 100%;
}
/* Thumbnails */
.rsDefault .rsThumbsHor {
	display: none;
}
.rsDefault .rsThumbsHor {
}
.rsDefault .rsArrowIcn {
	margin-top: -58px;
}
.rsDefault.rsHor .rsArrowLeft {
	left: 90px;
	top: 0;
}
.rsDefault.rsHor .rsArrowRight {
	right: 98px;
	top: 0;
}
}
