@charset "utf-8";

/*bm these make a normal rollover for the images*/
.ripplelink{
	background-color: rgb(0,0,0);
}
.ripplelink img:hover {
	opacity: 0.6;
}
@media screen
and (max-width : 736px) {
  #logo img { 
    display: none;
  }

  #logo {
    background: url(../img/gio_mobile_logo2.png) center center no-repeat;
    background-size: 130px 33px;
    width: 130px;
    height: 33px;
    top: 15px;
    left: 40px;
  }
}

/* logo for ipad */
/*@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
  #logo {
    position: fixed;
    width: 71px;
    height: 99px;
    top: 15px;
    right: 50px;
  }
}*/

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
  #logo {
    position: fixed;
    width: 71px;
    height: 99px;
    top: 15px;
    right: 50px;
  }
}

/* menu */
/*#menu {
  position: fixed;
  width: 132px;
  background: rgb( 0, 0, 0 );
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 799;
}

#citeCtrl {
  position: fixed;
  width: 36px;
  height: 30px;
  top: 15px;
  right: 30px;
  z-index: 899;
  display: none;
}

#citeCtrl:hover {
  cursor: pointer;
}

#cite {
  position: absolute;
  top: 122px;
  left: 0;
}

#cite ul {
  padding-left: 30px;
}

#cite ul li {
  font-size: 12px;
  margin: 20px 0;
}

#cite ul li a {
  font-size: 12px;
  color: white;
}

#cite ul li a:hover {
  color: rgb( 137, 185, 80 );
}

#cite ul li a:active {
  color: rgb( 137, 185, 80 );
}

#menuSec #menu .about #cite ul .actived {
  color: rgb( 137, 185, 80 );
}

#info {
  font-size: 12px;
  position: absolute;
  width: 132px;
  height: 100px;
  bottom: 18px;
  left: 26px;
}

#info p {
  color: #FFF;
}

#info p a {
  color: #FFF;
}*/

/* menu for ipad */
/*@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
  #menu {
    position: fixed;
    width: 152px;
    background: rgb( 0, 0, 0 );
    top: 0;
    right: 0;
    bottom: 0;
  }

  #cite ul li {
    font-size: 18px;
    margin: 26px 0;
  }

  #cite ul li a {
    font-family: Dosis, sans-serif; font-weight: 500;
    font-size: 18px;
    color: white;
  }

  #cite ul li a:hover {
    color: rgb( 137, 185, 80 );
  }

  #cite ul li a:active {
    color: rgb( 137, 185, 80 );
  }

  #menuSec #menu .about #cite ul .actived {
    color: rgb( 137, 185, 80 );
  }

  #info {
    font-family: Dosis, sans-serif; font-weight: 500;
    font-size: 14px;
    position: absolute;
    width: 132px;
    height: 100px;
    bottom: 18px;
    left: 26px;
  }

  #info p {
    color: #FFF;
  }

  #info p a {
    color: #FFF;
  }
}*/

/*@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
  #menu {
    position: fixed;
    width: 152px;
    background: rgb( 0, 0, 0 );
    top: 0;
    right: 0;
    bottom: 0;
  }

  #cite ul li {
    font-size: 18px;
    margin: 26px 0;
  }

  #cite ul li a {
    font-family: Dosis, sans-serif; font-weight: 500;
    font-size: 18px;
    color: white;
  }

  #cite ul li a:hover {
    color: rgb( 137, 185, 80 );
  }

  #cite ul li a:active {
    color: rgb( 137, 185, 80 );
  }

  #menuSec #menu .about #cite ul .actived {
    color: rgb( 137, 185, 80 );
  }

  #info {
    font-family: Dosis, sans-serif; font-weight: 500;
    font-size: 14px;
    position: absolute;
    width: 132px;
    height: 100px;
    bottom: 18px;
    left: 26px;
  }

  #info p {
    color: #FFF;
  }

  #info p a {
    color: #FFF;
  }
}*/

/* menu for fake iphone */
@media screen
and (max-width : 736px) {
  #menu {
    position: fixed;
    width: 0;
    background: rgb( 0, 0, 0 );
    top: 0;
    right: 0;
    bottom: 0;
  }

  #cite {
    position: absolute;
    top: 60px;
    left: 0;
  }

  #citeCtrl {
    display: block;
  }

  #cite ul li {
    font-family: Dosis, sans-serif; font-weight: 500;
    font-size: 18px;
    margin: 26px 0;
  }

  #cite ul li a {
    font-size: 18px;
    color: white;
  }

  #cite ul li a:hover {
    color: rgb( 137, 185, 80 );
  }

  #cite ul li a:active {
    color: rgb( 137, 185, 80 );
  }

  #info {
    font-family: Dosis, sans-serif; font-weight: 500;
    font-size: 14px;
    position: absolute;
    width: 132px;
    height: 100px;
    bottom: 18px;
    left: 26px;
   /* display: ;*/
  }

  #info p a {
    color: #FFF;
  }
}

/* menu for iphone */
/*@media only screen
and (max-device-width : 736px)
and (orientation : portrait) {
  #cite {
    position: absolute;
    top: 60px;
    left: 0;
  }

  #menu {
    position: fixed;
    width: 0;
    background: rgb( 0, 0, 0 );
    top: 0;
    right: 0;
    bottom: 0;
  }

  #cite ul li {
    font-family: Dosis, sans-serif; font-weight: 500;
    font-size: 18px;
    margin: 26px 0;
  }

  #cite ul li a {
    font-size: 18px;
    color: white;
  }

  #cite ul li a:hover {
    color: rgb( 137, 185, 80 );
  }

  #cite ul li a:active {
    color: rgb( 137, 185, 80 );
  }

  #menuSec #menu .about #cite ul .actived {
    color: rgb( 137, 185, 80 );
  }

  #info {
    font-family: Dosis, sans-serif; font-weight: 500;
    font-size: 18px;
    position: absolute;
    width: 132px;
    height: 100px;
    bottom: 18px;
    left: 26px;
    display: ;
  }

  #info p a {
    color: #FFF;
  }
}
*/
@media only screen
and (max-device-width : 736px)
and (orientation : landscape) {
  #cite {
    position: absolute;
    top: 60px;
    left: 0;
  }
  #menu {
    position: fixed;
    width: 0;
    background: rgb( 0, 0, 0 );
    top: 0;
    right: 0;
    bottom: 0;
  }
  #cite ul li {
    font-family: Dosis, sans-serif; font-weight: 500;
    font-size: 18px;
    margin: 26px 0;
  }

  #cite ul li a {
    font-size: 18px;
    color: white;
  }

  #cite ul li a:hover {
    color: rgb( 137, 185, 80 );
  }

  #cite ul li a:active {
    color: rgb( 137, 185, 80 );
  }

  #menuSec #menu .about #cite ul .actived {
    color: rgb( 137, 185, 80 );
  }

  #info {
    font-family: Dosis, sans-serif; font-weight: 500;
    font-size: 18px;
    position: absolute;
    width: 132px;
    height: 100px;
    bottom: 18px;
    left: 26px;
    display: none;
  }

  #info p a {
    color: #FFF;
  }
}

/* royalslider */
.royalSlider {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
}

.rsMinW .rsArrowLeft {
  position: fixed;
  width: 40px;
  height: 40px;
  top: 280px;
  left: 0;
  background: rgb( 0, 0, 0 );
  background: rgba( 0, 0, 0, 0.9 );
  border: none;
  outline-width: 0px !important;
  color: white;
  z-index: 499;
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
  position: absolute;
  background-position: 0px 0;
  top: 8px;
  left: 8px;
  background-image: url(../img/arrow_back_white.png);
  background-repeat: no-repeat;
}

.rsMinW .rsArrowLeft:hover {
  background: rgba( 141, 198, 69, 0.8 );
}

.rsMinW.rsHor .rsArrowLeft:hover .rsArrowIcn {
  background: url(../img/arrow_back_black.png) top left no-repeat;
  background-position: -0px 0;
}

.rsMinW .rsArrowRight {
  position: fixed;
  width: 40px;
  height: 40px;
  top: 340px;
  left: 0;
  background: rgb( 0, 0, 0 );
  background: rgba( 0, 0, 0, 0.9 );
  border: none;
  outline-width: 0px !important;
  color: white;
  z-index: 498;
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
  position: absolute;
  background-position: 0px 0;
  top: 8px;
  left: 8px;
  background-image: url(../img/arrow_forword_white.png);
  background-repeat: no-repeat;
}

.rsMinW .rsArrowRight:hover {
  background: rgba( 141, 198, 69, 0.8 );
}

.rsMinW.rsHor .rsArrowRight:hover .rsArrowIcn {
  background: url(../img/arrow_forword_black.png) top left no-repeat;
  background-position: -0px 0;
}

/* bootstarp lightbox */
button.close {
  font-size: 32px;
}

.glyphicon {
  font-family: Dosis;
}
.ekko-lightbox .glyphicon-chevron-right {
  background: url(../img/arrow_forword_lightbox.png) right center no-repeat;
  color: transparent;
}

.ekko-lightbox .glyphicon-chevron-left {
  background: url(../img/arrow_back_lightbox.png) left center no-repeat;
  color: transparent;
}
/* vertical bar */
#bar {
  position: fixed;
  width: 320px;
  height: 100%;
  background: rgb( 141, 198, 69 );
  background: rgba( 141, 198, 69, 0.9 );
  top: 0;
  right: 132px;
  z-index: 599;
}

#barCtrl {
  position: absolute;
  width: 14px;
  height: 13px;
  top: 27px;
  left: 25px;
  background: rgb( 0, 0, 0 ) url(../img/button_close.png) top left no-repeat;
  background: rgba( 0, 0, 0, 0 ) url(../img/button_close.png) top left no-repeat;
  border: none;
  outline-width: 0px !important;
  z-index: 699;
}

/*#barBox {
  position: absolute;
  top: 0;
  left: 0;
 
  padding: 25px;
  line-height: 28px;
  font-size: 16px;
}*/
#barBox {
	top: 0;
	left: 0;
	width: 300px;
	margin: 30px auto;
	padding: 25px;
	font-size: 16px;
	line-height: 28px;
}

/* vertical bar for ipad */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
  #bar {
    position: fixed;
    width: 320px;
    height: 100%;
    background: rgb( 141, 198, 69 );
    background: rgba( 141, 198, 69, 0.9 );
    top: 0;
    right: 152px;
  }

  #barBox {
    top: 0;
    left: 0;
   
    padding: 25px;
    line-height: 34px;
    font-size: 20px;
  }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
  #bar {
    position: fixed;
    width: 320px;
    height: 100%;
    background: rgb( 141, 198, 69 );
    background: rgba( 141, 198, 69, 0.9 );
    top: 0;
    right: 152px;
  }

  #barBox {
    top: 0;
    left: 0;
    padding: 25px;
    line-height: 34px;
    font-size: 20px;
  }
}

/* bar for fake iphone */
@media screen
and (max-width : 736px) {
  #bar {
    display: none;
  }
}

/* per page feature */
/* desktop full width */
#bgFull {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto; /*optionally add !important for WP version */
  width: auto;
  display: block;
  margin-right: 132px;
  padding: 0;
  overflow: auto;
}

#smFull {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto; /*optionally add !important for WP version */
  width: auto;
  display: none;
}

#xsFull {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto; /*optionally add !important for WP version */
  width: auto;
  display: none;
}

/* bootstrap */
.noGutter {
  margin: 0;
  padding: 0;
}

.noGutter a {
  margin: 0;
  padding: 0;
}

.noGutter img {
  margin: 0;
}

/* map */
#mapWrap {
  position: relative;
}

/* map */
#mapWraps {
  position: relative;
}

/* ipad */

@media only screen
and (min-width : 737px)
and (max-width : 1023px) {
  #bgFull {
    display: none;
    margin: 0;
  }

  #smFull {
    display: block;
    margin-right: 132px;
    overflow: auto;
  }

  #xsFull {
    display: none;
  }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
  #bgFull {
    display: none;
    margin: 0;
  }

  #smFull {
    display: block;
    margin-right: 152px;
    overflow: auto;
  }

  #xsFull {
    display: none;
  }

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
  #bgFull {
    display: block;
    margin-right: 152px;
    overflow: auto;
  }

  #smFull {
    display: none;
  }

  #xsFull {
    display: none;
  }
}

/* fake iphone */
@media screen
and (max-width : 736px) {
  #bgFull {
    display: none;
    margin: 0;
  }

  #smFull {
    display: none;
  }

  #xsFull {
    display: block;
  }
}

/* iphone */
@media only screen
and (max-device-width : 736px)
and (orientation : portrait) {
  #bgFull {
    display: none;
    margin: 0;
  }

  #smFull {
    display: none;
    margin: 0;
  }

  #xsFull {
    display: block;
    overflow: auto;
  }
}

@media only screen
and (max-device-width : 736px)
and (orientation : landscape) {
  #bgFull {
    display: none;
    margin: 0;
  }

  #smFull {
    display: none;
    margin: 0;
  }

  #xsFull {
    display: block;
    overflow: auto;
  }
}

/* step into */
#location {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 299;
}

.locationStep {
  position: absolute;
  width: 0;
  height: 0;
  top: 17px;
  /*left: 138px;*/
  left: 20%;
}

.locationStepiPad {
  position: absolute;
  width: 0;
  height: 0;
  top: 17px;
  /*left: 148px;*/
  left: 26%;
}

.locationStepiPhone {
  z-index: 399;
}

.locationButton {
  font-family: Dosis, sans-serif; font-weight: 200;
  font-size: 40px;
  text-align: center;
  width: 270px;
  height: 72px;
  background: rgb( 141, 198, 69 );
  background: rgba( 141, 198, 69, 0.9 );
  border: none;
  outline-width: 0px !important;
}

.locationBoxButton {
  font-family: Dosis, sans-serif; font-weight: 200;
  font-size: 40px;
  text-align: center;
  width: 270px;
  height: 72px;
  border: none;
  outline-width: 0px !important;
  cursor: default !important;
}

.tabButtonTextBold{
  font-family: Dosis, sans-serif; font-weight: 400;
  font-size: 40px;
}

.locationBoxText {
  width: 270px;
  font-size: 20px;
}

#mapWrap {
    min-height: 456px;
    border: none;
}

#mapWraps{
    min-height: 456px;
    border: none;
}

#mapTip {
  z-index: 199; 
  position: absolute;
  width: 220px;
  height: 115px;
  left: 20px;
  bottom: 20px;
  font-size: 12px;
  background: rgb( 141, 198, 69 );
  background: rgba( 141, 198, 69, 0.9 );
  display: none;
  line-height: 18px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
}

#mapTips {
  z-index: 198;
  position: absolute;
  width: 220px;
  height: 120px;
  left: 20px;
  bottom: 20px;
  font-size: 12px;
  background: rgb( 141, 198, 69 );
  background: rgba( 141, 198, 69, 0.9 );
  display: none;
  line-height: 18px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
}

/* page for ipad */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
  .locationBox {
    width: 325px;
    background: rgb( 141, 198, 69 );
    background: rgba( 141, 198, 69, 0.9 );
    border: none;
    outline-width: 0px !important;
  }

  .locationButton {
    font-family: Dosis, sans-serif; font-weight: 200;
    font-size: 40px;
    text-align: center;
    width: 325px;
    height: 72px;
    background: rgb( 141, 198, 69 );
    background: rgba( 141, 198, 69, 0.9 );
    border: none;
    outline-width: 0px !important;
  }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
  .locationStep {
    position: absolute;
    width: 0;
    height: 0;
    top: 17px;
    /*left: 128px;*/
	/*left: 38%;*/
  }

  .locationBox {
    width: 325px;
    background: rgb( 141, 198, 69 );
    background: rgba( 141, 198, 69, 0.9 );
    border: none;
    outline-width: 0px !important;
  }

  .locationButton {
    font-family: Dosis, sans-serif; font-weight: 200;
    font-size: 40px;
    text-align: center;
    width: 325px;
    height: 72px;
    background: rgb( 141, 198, 69 );
    background: rgba( 141, 198, 69, 0.9 );
    border: none;
    outline-width: 0px !important;
  }
}

/* page fake iphone */
@media screen
and (max-width : 736px) {
  #layout {
    overflow: hidden;
  }

  #location {
    display: block;
    bottom: 0;
    padding: 75% 0 0 10%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .locationBox {
    width: 355px;
    background: rgb( 141, 198, 69 );
    background: rgba( 141, 198, 69, 0.9 );
  }

  .locationBoxButton {
    text-align: left;
    width: 355px;
    padding-left: 15px;
    background: transparent;
  }

  .locationBoxText {
    width: 315px;
    margin: 0 20px;
  }
}

/* iphone */
@media only screen
and (max-device-width : 736px)
and (orientation : portrait) {
  #location {
    padding: 110% 0 0 6%;
  }
}

@media only screen
and (max-device-width : 736px)
and (orientation : landscape) {
  #location {
    padding: 45% 0 0 25%;
  }
}