@import url('../font/calibri/default.css'); 

.no-js .liquid-slider {
  height:auto;
  overflow:scroll;
  
}
.ls-preloader {  
  background: url(../images/loading.gif) #f2f2f2 no-repeat center 50%;
  opacity:1;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}

/*** Containers ***/
.ls-wrapper {
  clear: both;
  overflow: hidden;
  position: relative;
  margin:30px auto 0px;
   min-height:250px
}
.liquid-slider {
  width: 100%;
  margin: 0 auto;
  float: left;
  position: relative;
  height:auto;
}
.liquid-slider h2{ font-family: 'Calibri'; font-size:65px; text-transform:uppercase; text-align:center; display:inline-block; width:100%; margin-top:30px}
.liquid-slider h4{ font-family: 'Calibril'; font-size:25px;text-align:center; display:inline-block; width:100%; margin-top:20px; color:#facf00; text-transform:uppercase}
.liquid-slider p{ font-family: 'Calibri'; font-size:18px; padding:0 15px; line-height:26px ; text-align:justify}

.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}
.ls-responsive .liquid-slider {
  width: 100%;
  margin: 0;
}
.panel-container {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  /* from http://davidwalsh.name/translate3d */
}
.liquid-slider .panel-container .fade {
  width:100%;
  opacity: 0;
  position: absolute;
  top: 0; 
  left: 0;
  display: block;
}

/*** Panels ***/
.liquid-slider .ls-panel {  
  width: 100%;
  display: block;
  float: left;
}
.panel-wrapper {  
  padding: 15px 40px;
  position:relative; 
}

/*** Tabbed Navigation ***/
.ls-nav {
  overflow:hidden;
  clear:both;
  width:1000px; margin:0 auto; height:80px
}
.ls-nav a {
font-family: 'Calibrib'; font-size:18px; color:#004e76;  margin-right: 10px;
  padding: 50px 15px 0px 15px;  
  outline:0;
}
.ls-nav a:hover {
  color: #FFF;
  text-shadow: none; text-decoration:underline
}
.ls-nav .current a {
  color:#FFF; text-decoration:underline;
}
.ls-nav .current a.img1{ background:url(../images/Way2Wealth-Realty-a.png) no-repeat 50% 0%;}
.ls-nav .current a.img2{ background:url(../images/Our-Services-a.png) no-repeat 50% 0%;}
.ls-nav .current a.img3{ background:url(../images/W2WAdvantage-a.png) no-repeat 50% 0%;}
.ls-nav .current a.img4{ background:url(../images/Franchisee-Opportunity-a.png) no-repeat 50% 0%;}
.ls-nav .current a.img5{ background:url(../images/Visit-Realty-Site-a.png) no-repeat 50% 0%;}

.ls-nav a.img1{ background:url(../images/Way2Wealth-Realty.png) no-repeat 50% 0%;}
.ls-nav a.img2{ background:url(../images/Our-Services.png) no-repeat 50% 0%;}
.ls-nav a.img3{ background:url(../images/W2WAdvantage.png) no-repeat 50% 0%;}
.ls-nav a.img4{ background:url(../images/Franchisee-Opportunity.png) no-repeat 50% 0%;}
.ls-nav a.img5{ background:url(../images/Visit-Realty-Site.png) no-repeat 50% 0%;}
.currentCrossLink {
  font-weight: bold;
}
.ls-nav ul {  
  padding:0;
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
  
}
.ls-nav ul li {
  display: inline;
}
.ls-nav ul li a {
  display: block;
  float: left;
  text-decoration: none;
}

/*** Mobile Navigation ***/
.ls-select-box { 
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(../images/menu.png) no-repeat right #ddd;
}
.ls-select-box select {  
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor:pointer;
  outline: 0;
}

/*** Arrow Navigation (non-graphical) ***/
.ls-nav-left, .ls-nav-right {
  top:0;
  float: left;
  clear:both;
}
.ls-nav-left a, .ls-nav-right a {
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.ls-responsive .ls-nav-left {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-left a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-left a:hover {
  background: #747474;
}
.ls-responsive .ls-nav-right {
  position: absolute;
  right: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-right a:hover {
  background: #747474;
}

/*** Arrow Navigation (graphical) ***/
.ls-nav-left-arrow, .ls-nav-right-arrow {
  cursor: pointer;
  float: left;
  clear: both;
}
.ls-nav-left-arrow a, .ls-nav-right-arrow a {
  display: block;
}
[class$="-arrow"] {
  width: 46px;
  height: 46px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  margin-top: 120px;
  position:relative;
}
.ls-nav-right-arrow {
  background-position: top right;  
  margin-right: 5px;
}
.ls-nav-left-arrow {
  background-position: top left;  
  margin-left: 5px;
}
.ls-nav-left-arrow:hover {
  background-position: bottom left;
}
.ls-nav-right-arrow:hover {
  background-position: bottom right;
}
.ls-responsive .ls-nav-left-arrow {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
  position: absolute;
  right: 0;
  z-index: 2;
}
@media (max-width: 768px) {
.ls-nav a { margin-right: 5px;padding: 50px 10px 0px 12px; font-size:15px  }
}
@media (max-width: 767px) {
.ls-nav {width:auto; height:auto}
.ls-nav a { width:100%; text-align:center; display:block; height:auto}
}
@media (max-width: 600px) {.ls-nav a{  padding: 60px 20px 0px 20px !important; font-size:14px} }
@media (max-width: 568px) { .ls-nav a{  padding: 60px 15px 0px 15px !important; font-size:14px}}
@media only screen and (min-width: 240px) and (max-width: 767px) {.liquid-slider h2{ font-size:35px; margin-top:30px}
}