#page [rgen-id=rgfu2] {}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

/* the important styles */

/*.arrow-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -18%;
    margin-left: -5em;
    background: #00529b;
    width: 10em;
    height: 10em;
    padding: 4em 2em;
    border-radius: 50%;
    font-size: 0.5em;
    display: block;
    box-shadow: 0px 0px 5px 0px #fff;
}

.arrow {
  float:left;
  position:relative;
  width: 0px;
height: 0px;
border-style: solid;
border-width: 3em 3em 0 3em;
border-color: #ffffff transparent transparent transparent;
  -webkit-transform:rotate(360deg)
}

.arrow:after {
  content:'';
  position:absolute;
  top:-3.2em;
  left:-3em;
  width: 0px;
height: 0px;
border-style: solid;
border-width: 3em 3em 0 3em;
border-color: #00529b transparent transparent transparent;
  -webkit-transform:rotate(360deg);
}


.hint {
  position:absolute;
  top:0.6em;
  width:100%;
  left:0;
  font-size:2em;
  font-style:italic;
  text-align:center;
  color:#fff;
  opacity:0;
}


.arrow-wrap:hover .hint {
  opacity:1;
}


  @-webkit-keyframes arrows {
    0% { top:0; }
    10% { top:12%; }
    20% { top:0; }
    30% { top:12%; }
    40% { top:-12%; }
    50% { top:12%; }
    60% { top:0; }
    70% { top:12%; }
    80% { top:-12%; }
    90% { top:12%; }
    100% { top:0; }
  }
  
  .arrow-wrap .arrow {
    -webkit-animation: arrows 0.8s 0.4s;
    -webkit-animation-delay: 1s;
  }
*/

.intro-section-6 .arrow {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 72px;
	font-size: 40px;
	border-radius: 50px;
	border: 4px solid rgba(255,255,255,0.2);
	margin: auto;
	color: #fff;
	position: absolute;
	z-index: 99;
	left: 50%;
	bottom: 50px;
	margin-left: -40px;
	-webkit-animation: introarrow 2s ease-out infinite;
	-moz-animation: introarrow 2s ease-out infinite;
	-ms-animation: introarrow 2s ease-out infinite;
	animation: introarrow 2s ease-out infinite
}
@keyframes introarrow {
0% {
bottom:50px
}
50% {
bottom:70px
}
100% {
bottom:50px
}
}
@-webkit-keyframes introarrow {
0% {
bottom:50px
}
50% {
bottom:70px
}
100% {
bottom:50px
}
}
@-moz-keyframes introarrow {
0% {
bottom:50px
}
50% {
bottom:70px
}
100% {
bottom:50px
}
}
@-ms-keyframes introarrow {
0% {
bottom:50px
}
50% {
bottom:70px
}
100% {
bottom:50px
}
}





/* scrooltop*/
.scrollToTop{
	z-index: 9;
    width: 115px;
    height: 135px;
    padding: 2px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    background: url('../images/Arrow-Up.png') no-repeat 0px 20px;
}
}
.scrollToTop:hover{
	text-decoration:none;
}
