/*@font-face {
  
  font-family: 'Avenir';
  src: url('fonts/avenir.otf') format('opentype'), url('fonts/avenir.eot') format('eot'),url('fonts/avenir.eot#iefix') format('embedded-opentype');
  
  font-family: 'AvenirNext';
  src: url('fonts/avenirnext.otf') format('opentype'), url('fonts/avenirnext.eot') format('eot'),url('fonts/avenirnext.eot#iefix') format('embedded-opentype');
  
  font-family: 'AvenirCondensed';
  src: url('fonts/avenirnextcondensed.otf') format('opentype'), url('fonts/avenirnextcondensed.eot') format('eot'),url('fonts/avenirnextcondensed.eot#iefix') format('embedded-opentype');  
}*/

body{ font-family: Tahoma, Geneva, sans-serif; font-size:11pt; color:#333333;}

.clearfix {
  *zoom: 1;
}
.clearfix:before, 
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border: none !important;
}
.btn-primary {
color: #fff !important;
background: none !important;
margin: 10px 0 0 -46px !important;
z-index: 10;
position: relative;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
width: 420px;
margin-top: 50px;
margin-left: 516px;
text-transform: uppercase;
font-family: Tahoma, Geneva, sans-serif;
font-size: 17pt;
border: none;
margin-bottom: -70px;
}
.entry-meta.muted {
  background: #e5e5e5;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  width: 1000px;
margin: 0 auto;
z-index:10;
position:relative;
}
#sp-header-wrapper {
  padding: 20px 0;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
.body-innerwrapper {
  overflow: hidden;
  background:white;
}
#sp-main-body-wrapper {  
  padding: 30px 0;   
  z-index:0;
  position:relative;     
}
#sp-feature-wrapper {
  padding: 80px 0;
  text-align: left;
  margin-top:-5px;
}
#sp-feature-wrapper #feature {
  color: #fff;
}
#sp-feature-wrapper #feature h1 {
  color: #fff;
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sp-feature-wrapper #feature p {
padding-right: 15px;
  line-height: 13px;
  line-height: 15px\0/;
  font-size:10pt;
  text-align: left;
  color: white;
}

#sp-feature-wrapper #feature a {
  font-size:10pt;
}

div#sp-newsbox.span12.newsbox a{ color:#C3D600; }
#sp-users-wrapper {
  padding: 0 !important;
  border-top: 0px solid #f2f2f2;
  background: white;
  z-index: 1;
  position: relative;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper {
  padding: 30px 0;
  position: relative;
  z-index:0;
}
#sp-footer-wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  box-shadow: none !important;
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  color: #666;
  margin-left: -4px;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li:hover,
#sp-main-menu ul.level-0 > li.active {

}
#sp-main-menu ul.level-0 > li:hover {
  background-color: none;
}
#sp-main-menu ul.level-0 > li.parent:hover {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 10pt;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #999;
}


#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f5f5f5;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #666;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
/* testing */
.sp-submenu.open {
  position: absolute;
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 10;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
}
.fixed .hidden-desktop {
  display: none;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}       
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive #sp-feature-wrapper {
    padding: 20px 0;
  }
  .responsive #sp-feature-wrapper #feature h1 {
    font-size: 200%;
    line-height: 200%;
  }
  .responsive #sp-feature-wrapper #feature p {
    font-size: 100%;
  }
  .responsive #sp-feature-wrapper #feature .btn {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
}
.fixed .hidden-desktop {
  display: none;
}

.container {
max-width: 990px !important;
}



p{ font-family: Tahoma, Geneva, sans-serif; font-size:11pt; color:#333333; }
ul, ol{ font-family:Tahoma, Geneva, sans-serif; font-size:11pt; color:#333333;}
td, tr{font-family: Tahoma, Geneva, sans-serif; font-size:11pt; color:#333333; }
ul.sp-menu.level-0{font-size:9pt;}
a{ color:#DC1785 !important;}

#sp-user1{ background-image:url(user1_bg.jpg);width: 224px; height: 470px; padding: 20px 20px 20px 30px; margin-left:2px; margin-top: -138px;}
/*#sp-user1 h3{ font-family:Tahoma, Geneva, sans-serif; color: white; text-align: left; padding-right: 0; margin-top: -15px; font-size: 17pt; padding-bottom: 5px; padding-left:5px; text-shadow: 1px 1px 1px #000;}*/
#sp-user1 h3{ font-family:Tahoma, Geneva, sans-serif; color: white; text-align: left; padding-right: 0; margin-top: -15px; font-size: 15pt; padding-bottom: 5px; padding-left:5px; font-weight:bold;}

#sp-user2{ background-image:url(user1_bg.jpg);width: 224px; height: 470px; padding: 20px 20px 20px 30px; margin-left:1px; margin-top: -138px;}
/*#sp-user2 h3{ font-family:Tahoma, Geneva, sans-serif; color: white; text-align: left; padding-right: 0; margin-top: -15px; font-size: 17pt; padding-bottom: 5px; padding-left:5px; text-shadow: 1px 1px 1px #000;}*/
#sp-user2 h3{ font-family:Tahoma, Geneva, sans-serif; color: white; text-align: left; padding-right: 0; margin-top: -15px; font-size: 15pt; padding-bottom: 5px; padding-left:5px; font-weight:bold;}

#sp-user3{ background-image:url(user1_bg.jpg);width: 224px; height: 470px; padding: 20px 20px 20px 30px; margin-left:1px; margin-top: -138px;}
/*#sp-user3 h3{  font-family:Tahoma, Geneva, sans-serif; color: white; text-align: left; padding-right: 0; margin-top: -15px; font-size: 17pt; padding-bottom: 5px; padding-left:5px; text-shadow: 1px 1px 1px #000;}*/
#sp-user3 h3{  font-family:Tahoma, Geneva, sans-serif; color: white; text-align: left; padding-right: 0; margin-top: -15px; font-size: 15pt; padding-bottom: 5px; padding-left:3px; font-weight:bold;}

#sp-user4{ background-image:url(user4_bg.jpg); width: 316px; height: 470px; padding: 20px 20px 20px 30px; margin-left:4px; margin-top: -138px;}
/*#sp-user4 h3{  font-family: Tahoma, Geneva, sans-serif; color: white; text-align: left; padding-right: 0; margin-top: -15px; font-size: 17pt; padding-bottom: 5px; padding-left:15px; text-shadow: 1px 1px 1px #000;}*/
#sp-user4 h3{  font-family: Tahoma, Geneva, sans-serif; color: white; text-align: left; padding-right: 0; margin-top: -15px; font-size: 15pt; padding-bottom: 5px; padding-left:2px; font-weight:bold;}

<!-- changes made to #sp-users-wrapper | #sp-users-wrapper  |  .row-fluid:first-child  | #sp-main-menu ul.level-0 > li >a  |  #sp-main-menu ul.level-0 > li:hover, #sp-main-menu ul.level-0 > li.active  |  #sp-main-menu ul.level-0 > li | #sp-main-menu ul  |  .body-innerwrapper-->

#sp--wrapper{ background:white;}  
.top-menu { margin-left:30px;} 
.topmenu1{ background:none;}

#mod-search-searchword{ background-image: url(searchbox.jpg);height: 36px;
border: none; box-shadow: none; padding-left: 15px; width: 150px; padding-right:55px; font-family: Tahoma, Geneva, sans-serif; font-size:9pt; color:#F0F9FC;}  
#mod-search-searchword::-ms-clear {
    display: none;
  width : 0;
  height: 0;
}

div#sp-newsbox.span12.newsbox{ margin-bottom:-36px;  margin-bottom:-110px\0/;}
.contactus{ margin-top: -248px; margin-left: 8px !important; z-index: 12; position: relative; width:285px !important; height:99px !important; }
.contactus:hover { background-image:url(../../../images/menu/menubox1_hover.png); margin-right:0px; margin-top:-253px; cursor:pointer; width:284px !important; height:110px !important; }

.gettinghere{ margin-top: -252px; background: none; margin-left: 219px !important; z-index: 8; position: relative; width:285px !important; height:105px !important;}
.skydining{ margin-top: -248px; background: none; margin-left: 395px !important; z-index: 4; position: relative; width:362px !important; height:100px !important;}
.onlinestores{ margin-top: -248px; margin-bottom:13px; background: none; margin-left: 689px !important; z-index: 0; position: relative; width:310px !important; height:100px !important;}


.gettinghere:hover { background-image:url(../../../images/menu/menubox2_hover.png);  margin-top:-257px; margin-right:0px; cursor:pointer; width:285px !important; height:115px !important;   }
.skydining:hover {  background-image:url(../../../images/menu/menubox3_hover.png); margin-top:-253px; cursor:pointer;  width:362px !important; height:110px !important;  }         
.onlinestores:hover {   background-image:url(../../../images/menu/menubox4_hover.png); margin-top:-253px; cursor:pointer;  width:310px !important; height:110px !important; }  

.borderline2{ background-image:url(../../../images/menu/borderline.jpg); background-repeat: no-repeat;padding-left: 18px;
margin-top: -143px;}
#borderline{ padding-left:20px; margin-bottom:-38px;} 

.footerlefthome{margin: -100px 0 0 0; padding: 0 0 0 12px; color:#0093CA; font-family: Tahoma, Geneva, sans-serif; font-size:10pt; font-weight:bold;}
.footerleftPlacestogo div.custom p{margin: -120px 0 0 0; padding: 0 0 0 12px; color:#0093CA; font-family: Tahoma, Geneva, sans-serif; font-size:10pt; font-weight:bold;}
.footer2{ color:#0093CA !important; padding-left: 10px; font-family: Tahoma, Geneva, sans-serif; font-size:12px; font-weight:bold; margin-top:-140px;}

.footerrighthome{width: 760px !important; float: right !important; margin: -100px -170px 0 0px; margin-right: -156px\0/; font-family: Tahoma, Geneva, sans-serif; font-size:10pt; font-weight:bold;}    
.footer1{width: 760px !important; float: right !important; margin-right:-170px; margin-right: -156px\0/; font-family: Tahoma, Geneva, sans-serif; font-size:12px; font-weight:bold; margin-top:-140px; }    
.footerrighthome div a{ color:#DC1785; font-weight: bold;}
.footer1 div a{ color:#DC1785; font-weight: bold;} 

.submenueatdrink{ background-color:#DC1785; color:white !important; }
.submenudiscoverytour{ background-color:#3BAF29; color:white !important;}
.submenuevents{ background-color:#0094CA; color:white !important;}
.submenumembership{ background-color:#DC1785; color:white !important; } 
.submenucablecar{background-color: #0094CA; color: white !important;}
.submenumediacenter{background-color: #3BAF29; color: white !important;}


.bestviewhome{text-align: center; margin-top: -50px; font-family: Tahoma, Geneva, sans-serif; font-size:12px; font-weight:bold;} 
.bestview{text-align: center; padding-top:30px; font-family: Tahoma, Geneva, sans-serif; font-size:12px; font-weight:bold; margin-top:-120px;}   

 .entry-content{width: 420px;
float: right;
margin-right: 20px;
padding-right: 30px;
padding-bottom: 200px;
overflow-x: hidden;
margin-top: 60px;
}

.item-page{ height:500px;}

#sp-footer2-wrapper {
margin: -130px 0 0 0 !important;
}

#sp-footer3-wrapper {
margin: 0 !important;
z-index: 60;
position: relative;
 
}
div#sp-position6.span7.footerrighthome.footerRightPlacestogo{margin-right: -170px; margin-right: -160px\0/; margin-top:-150px; margin-top:-150px\0/;}
 
.footerimage{margin: -178px 0px 0 10px !important;}
.newsbox .module{ background-image:url(../../../images/menu/newsbox.png); background-repeat:no-repeat; margin: -436px -5px 0 0px; margin-top:-371px\0/;
padding: 40px 0px 0 10px; float:right;}
.newsbox div{width: 204px; height: 204px; }
.newsbox h3{ font-size:20px; font-family: Tahoma, Geneva, sans-serif;}

.newsboxclose .module{ background-image:none;  }

#sp-newsboxclose{margin-top: -420px; margin-top: -275px\0/;
float: right;
margin-right: -10px;}

#sp-menubox-wrapper {margin: 0px 0px 0 3px !important;}

#close{cursor: pointer;margin-top:-1px;}   

.photogallery{margin-top: -375px; margin-top:-232px\0/; margin-left: 10px !important; margin-bottom: 322px\0/;}

.fb_iframe_widget { 
background: white;
}

.chrono_credits{ display:none;}


div#users.row-fluid{ padding-bottom:20px;}
section#sp-footer2-wrapper.footerPlacestogo{margin-top:0px !important;}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
#sp-feature-wrapper #feature p {  line-height: 17px; }
.newsbox .module{ background-image:url(../../../images/menu/newsbox.png); background-repeat:no-repeat; margin: -371px -5px 0 0px;
padding: 40px 0px 0 10px; float:right;}
#sp-newsboxclose{margin-top: -385px; float: right; margin-right: -10px;}
.photogallery{margin-top: -340px; margin-left: 10px !important;}
div#users.row-fluid{ margin-top:8px;}
#sp-menubox-wrapper { margin: 30px 0px 0 3px !important;}
#sp-footer3-wrapper { margin: 100px 0 0 0 !important; z-index: 60; position: relative; }
#sp-footer2-wrapper { margin: -30px 0 0 0 !important; }
#sp-users-wrapper { margin-bottom: -100px; }
section#sp-footer2-wrapper.footerSearch{margin-top:-60px !important;margin-bottom: -100px !important;}
section#sp-footer2-wrapper.footerPlacestogo{margin-bottom: -90px !important;}
/*@font-face {
  
  font-family: 'Avenir';
  src: url('fonts/avenir.otf') format('opentype'), url('fonts/avenir.eot') format('eot'),url('fonts/avenir.eot#iefix') format('embedded-opentype');
}*/
.jNewsMod .subscriptionButton {
  padding-right:0px !important;
}

.contactus{ margin-top: -248px; margin-left: 8px !important; z-index: 12; position: relative; width:285px !important; height:99px !important; }
.contactus:hover { background-image:url(../../../images/menu/menubox1_hover.png); margin-right:0px; margin-top:-253px; cursor:pointer; width:284px !important; height:110px !important; }

.gettinghere{ margin-top: -252px; background: none; margin-left: 219px !important; z-index: 8; position: relative; width:285px !important; height:105px !important;}
.skydining{ margin-top: -248px; background: none; margin-left: 395px !important; z-index: 4; position: relative; width:362px !important; height:100px !important;}
.onlinestores{ margin-top: -248px; margin-bottom:13px; background: none; margin-left: 689px !important; z-index: 0; position: relative; width:310px !important; height:100px !important;}


.gettinghere:hover { background-image:url(../../../images/menu/menubox2_hover.png);  margin-top:-257px; margin-right:0px; cursor:pointer; width:285px !important; height:115px !important;   }
.skydining:hover {  background-image:url(../../../images/menu/menubox3_hover.png); margin-top:-253px; cursor:pointer;  width:362px !important; height:110px !important;  }         
.onlinestores:hover {   background-image:url(../../../images/menu/menubox4_hover.png); margin-top:-253px; cursor:pointer;  width:310px !important; height:110px !important; }  

div#sp-newsbox.span12.newsbox{ margin-bottom:0px;}
.footerleftPlacestogo div.custom p{margin: -100px 0 0 0;}
div#sp-position6.span7.footerrighthome.footerRightPlacestogo{ margin-top:-130px;}
}



.logo-wrapper{padding: 15px 0 20px 20px;}

li.menu-item.parent.topmenueatdrink div.sp-submenu.sub-level{ left:22px !important;}
li.menu-item.parent.topmenudiscovery div.sp-submenu.sub-level{ left:20px !important;}
li.menu-item.parent.topmenuevents div.sp-submenu.sub-level{ left:21px !important; }
li.menu-item.parent.topmenumembership div.sp-submenu.sub-level{ left:21px !important;}
li.menu-item.parent.topmenucablecar div.sp-submenu.sub-level{ left:38px !important;}
li.menu-item.parent.topmenumediacenter div.sp-submenu.sub-level{ left:21px !important;}

div#sp-position8.span5.footerlefthome div.custom p{ font-size:9pt; font-family: Tahoma, Geneva, sans-serif; color: #0093CA;}
div#sp-position6.span7.footerrighthome div.custom p{ font-size:9pt; font-family: Tahoma, Geneva, sans-serif;}
div#sp-position7.span12.bestviewhome div.custom p{ font-size:9pt; font-family: Tahoma, Geneva, sans-serif;}

div#sp-footer2.span5.footer2 div.custom p{ font-size:9pt; font-family:Tahoma, Geneva, sans-serif; color:#0093CA;}
div#sp-footer1.span7.footer1 div.custom p{ font-size:9pt; font-family: Tahoma, Geneva, sans-serif;}
div#sp-position9.span12.bestview div.custom p{ font-size:9pt; font-family:Tahoma, Geneva, sans-serif;}

div#sp-search.span9{ padding-top:65px;}
.phrases{ display:none;}
form#searchForm fieldset label.checkbox{ display:inline-table;}
form#searchForm div.form-limit{display: inline-flex; padding-top: 30px; padding-left: 350px; margin-top: -30px;}
form#searchForm div select#limit.inputbox{ width:60px;}
form#searchForm div label{ padding-right:10px;}
dt.result-title{ display: inherit; padding-top:15px;}
dd.result-category{ display: none;}
dd.result-created{ display:none;}
div.search div.page-header{ display:none;}
form#searchForm fieldset.only{ display:none;}
div#sp-component div.search{margin-top: 20px;
margin-left: 6px;
margin-right: 25px;
padding-top: 40px;
padding-right:40px;
height: 400px;
overflow-y: scroll;
overflow-x: hidden;
padding-left: 40px;}

div.search.scroll-pane.jspScrollable div.jspContainer{width: 980px !important; height:600px !important;}
div.search.scroll-pane.jspScrollable div.jspContainer div.jspPane{width: 850px !important; margin-top: 50px;}
div.search.scroll-pane.jspScrollable div.jspContainer div.jspDrag{ margin-top:100px;}

section.entry-content h4{ text-transform:uppercase;font-family: Tahoma, Geneva, sans-serif; font-size:17pt;} 
section.entry-content h5{ font-family: Tahoma, Geneva, sans-serif; font-size:11pt; color: #0094CA;} /*SG*/

section#sp-footer2-wrapper.footerSearch{margin-top:15px !important;}

div#sp-position6.span7.footerrighthome.footerRightSearch{margin-right: -170px; margin-right: -160px\0/;}


#pagetitle{width: 420px;
margin-left: 516px;
text-transform: uppercase;
font-family: Tahoma, Geneva, sans-serif;
font-weight:bold;
font-size: 17pt;
border: none;
padding-bottom: 20px;}

div #phocagallery h1{text-transform: uppercase; font-family: Tahoma, Geneva, sans-serif; font-size: 17pt; border: none; }

div#nivo_slider_92.nivoSlider{height: 465px; height: 465px\0/; margin-bottom: -65px;}

div#xmap { margin-top:70px;}

div#xmap ul.level_0 li { margin-right:7px; font-size:9pt;  list-style-position:inside; line-height:19px; line-height:18px\0/;} 

#sitemap_title{text-transform:uppercase;font-family: Tahoma, Geneva, sans-serif; font-size:17pt; margin-top: 250px;
margin-bottom: -300px; padding-bottom:10px;
margin-left: 200px;
z-index: 10;
position: relative;
width:920px; margin-left:auto; margin-right:auto;}

div#mountfaber{margin-top: 116px;
margin-bottom: -125px;
margin-left: -185px;}

div#harbourfront{margin-top: 268px;
margin-left: 115px;}

div#sentosa{}

div#pagetitle_placestogo{ display:none;}

div.nn_tabs_container.outline_handles>div.nn_tabs_nav>ul.nn_tabs_tabs>li>span>a, div.nn_tabs_container.outline_handles>div.nn_tabs_nav>ul.nn_tabs_tabs>li>span>a:hover { border:none;}
div.nn_tabs_container.outline_content>div.nn_tabs_content{ border:none;}

div.nn_tabs_container>div.nn_tabs_nav>ul.nn_tabs_tabs>li>span>a {
margin-right: 4px;
padding: 8px 0px;}

div.nn_tabs_container>div.nn_tabs_nav>ul.nn_tabs_tabs{ border-bottom:none;}
div.nn_tabs_container>div.nn_tabs_nav>ul.nn_tabs_tabs>li>span>a:hover{ background:none;}
div#menubox.row-fluid{z-index: 0; position: relative;}
div#users.row-fluid{z-index: 0; position: relative;}
div#borderline.row-fluid{z-index: 0; position: relative;}
div.module.socialicons{margin-top: -447px; margin-top: -452px\0/;
margin-left: 136px;
width: 160px;}


div#sentosa div div.jutooltip-box-br{ margin-left:-350px !important; margin-top:450px !important;}
div#sentosa div div div div div.jutooltip-box-tl.jutooltip-content span.jutooltip-close{ margin-left:-350px !important; margin-right:30px\0/; margin-top:440px !important;}
div.customsentosatip{ margin-top:-262px; margin-left:740px;}

div.customharbourfronttip div#harbourfront div.jutooltip-bottom-right div.jutooltip-box-br{ margin-top:-170px; margin-left:40px;}

div#harbourfront div div div div div span.jutooltip-arrow{ background:url(../../../plugins/system/jutooltip/assets/css/left_arrow.png) no-repeat scroll 0px 0px transparent;
height:30px; margin-top:-20px; margin-left:26px;}

.alert{ display:none;}

#sp-borderline-wrapper { margin-left:-1px !important;}
div.module.nonews{ background:none;}

/*Consapp changes from here - March 2015*/
.logo-wrapper { /*logo*/
background-image: url("/images/logo.jpg") !important;
background-repeat: no-repeat;
/*width: 260px !important;
height: 156px !important;*/
width: 209px !important;
height: 125px !important;
background-position: left;
}
div#sp-search.span9 { /*logo*/
padding-top: 65px;
position: relative;
z-index: -1;
}
.subscribenow {
position: fixed;
bottom:565px;     
right: 190px;
/*bottom: 0px;
right: 0px;
background-color: #00FF00;*/
width: auto;
margin: 0 0 0 0%;
z-index: 60;
}

div#harbourfront,div#mountfaber img,div#sentosa img,div#mountfaberiic{
  cursor:pointer;
  cursor:hand;
}
div#bestviewccr{ 
  padding-top: 20px;
  margin-left: 300px;
}
div#bestviewccr p{
  font-size:9pt;
  font-family:Tahoma, Geneva, sans-serif;
  color: #000000;
  font-weight: bold;
}
div#rightfooterccr a{
  font-size: 9pt !important;
  font-family: Tahoma, Geneva, sans-serif;
  color: #DC1785 !important;
  font-weight: bold;
  text-decoration:none;
}
div#leftfooterccr{  float:left;}
div#leftfooterccr p{
   font-size: 9pt !important;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight:bold;
  color: #0093CA;
}
div#rightfooterccr{width: 900px;margin-left: 360px !important;}
/*Editable contentt table*/
div#skynetwork{width: 987px !important; margin-left: -4px; margin-top:20px;}
div#skynetwork table{border-collapse:collapse !important;}
div#skynetwork table td{border:1px solid black;}
div#skynetwork h5{
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11pt;
  color: #0094CA;
}
  
/*div#searcchtest{height:27px;line-height:27px; margin-left: 405px;margin-top: -64px !important;}*/
div#mountfaber{margin-bottom: -165px !important;}

/* map hotspots positioning*/
/*div#mountFaberStation{ margin-top: -200px !important; margin-left: 645px !important;} 
div#mountfaberline{margin-top: -150px !important; margin-left: 683px !important;}
div#harbourFrontStation{ margin-left: 573px !important;z-index:200;}
div#sentosaStation{ margin-top: 139px !important; margin-left: 315px !important;}
div#merlionStation{position:absolute; margin-top: -1498px !important;margin-left: 415px !important;}
div#imbiahLookoutStation{margin-top: -330px !important;margin-left: 490px !important;}
div#sentosaLine{ margin-top:-20px !important;margin-left: 618px !important;}
div#silosoBeachStation{ margin-top: -205px !important; margin-left:790px !important;}
div#merlionStation img {height:45px !important; width:88px !important;vertical-align:top !important;}*/
div#mountFaberStation{ margin-top: -200px !important; margin-left: 645px !important;;position:absolute;} 
div#mountfaberline{margin-top: -316px !important; margin-left: 683px !important;z-index:-99 !important;position:absolute; }
div#harbourFrontStation{ margin-left: 573px !important;margin-top:-283px !important;z-index:-99 !important;position:absolute;}
div#sentosaStation{ margin-top: -420px !important; margin-left: 315px !important;z-index:-99 !important;position:absolute;}
div#merlionStation{  margin-top: -460px; margin-left: 410px;z-index:-99 !important;position:absolute;}
div#imbiahLookoutStation{margin-top: -580px !important;margin-left: 490px !important;z-index:-99 !important;position:absolute;}
div#sentosaLine{ margin-top:-590px !important;margin-left: 618px !important;z-index:-99 !important;position:absolute;}
div#silosoBeachStation{ margin-top: -600px !important; margin-left:790px !important;z-index:-99 !important;position:absolute;}
div#merlionStation img {height:45px !important; width:88px !important;vertical-align:top !important;z-index:-99 !important;position:absolute;}
/*Trip advisor*/
div#TA_socialButtonIcon199{ margin-left: 40px; margin-top: 4px;}
/* Editable Area UL*/
div#skynetwork ul li{font-family: Tahoma, Geneva, sans-serif; font-size:11pt; color:#333333;margin-left:0px;display:list-item;}
div#buynow{margin-top: -110px;margin-left: 350px;}

/* ios scroll issue*/
@media only screen and (max-width: 480px) {
   .modal {
            height: 500px; /* Set a default max height of the modal (adjusted later)*/
            position: fixed; /* Display modal in the centre of your screen */
            overflow-y: scroll; /*  Ensure that the modal is scroll-able */
            -webkit-overflow-scrolling: touch; /* Avoid having to use 2 finger scroll on iOS    */
        }
}
/*pop up */
.popimage { 
   position: relative; 
   width: 100%; /* for IE 6 */
}
/*For  homepage gallery to be clicable*/
div#sp-photogallery{ width: 250px;float: right; margin-right: -10px;}
div#sp-newsboxclose{width: 210px;float: right; margin-right: -10px;}

.modal-contain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.75);
  z-index: 999;
}

.modal-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
}

.modal-window {
  width: 600px;
  height: 430px;
  position: absolute;
  top: 20%;
  left: 50%;
  right: 0;
  margin-left: -300px;
  background: rgb(255,255,255);
  z-index: 1000;
}

.cancel { display:block; position:absolute; top:3px; right:2px; color:black; height:30px; width:35px; font-size:30px; text-decoration:none; text-align:center; font-weight:bold; } 

/* New map hotspots - start (Consapp Jan 2016)*/
div#mountFaberStation1{ margin-top: -535px !important; margin-left: 352px !important;;position:absolute;} 
div#mountfaberline1{margin-top: -443px !important; margin-left: 242px !important;z-index:-99 !important;position:absolute; }
div#harbourFrontStation1{ margin-left: 430px !important;margin-top:-487px !important;z-index:-99 !important;position:absolute;}
div#sentosaStation1{ margin-top: -404px !important; margin-left: 569px !important;z-index:-99 !important;position:absolute;}
div#merlionStation1{  margin-top: -354px; margin-left: 706px;z-index:-99 !important;position:absolute;}
div#imbiahLookoutStation1{margin-top: -289px !important;margin-left: 500px !important;z-index:-99 !important;position:absolute;}
div#sentosaLine1{ margin-top:-404px !important;margin-left: 308px !important;z-index:-99 !important;position:absolute;}
div#silosoBeachStation1{ margin-top: -324px !important; margin-left:350px !important;z-index:-99 !important;position:absolute;}
div#merlionStation1 img {height:30px !important; width:88px !important;vertical-align:top !important;z-index:-99 !important;position:absolute;}
div#imbiahLookoutStation1 img,div#sentosaLine1 img,div#harbourFrontStation1 img, div#mountfaberline1 img  {height:30px !important; width:125px !important;vertical-align:top !important;z-index:-99 !important;position:absolute;}
div#silosoBeachStation1 img ,div#mountFaberStation1 img {height:30px !important; width:110px !important;vertical-align:top !important;z-index:-99 !important;position:absolute;}
div#mountfaberline1 img {height:35px !important; width:140px !important;vertical-align:top !important;z-index:-99 !important;position:absolute;}
/* New map hotspots - end*/

/* Virtual Tour styling - start */
#tour_home{float:right; padding-right:15px;}
#virtula_tour{ width:auto;overflow:hidden; height:650px;}
#businessViewImg{float: left; position: relative; width: 600px; padding-left: 20px;}
#businessViewContent{float: right; position: relative; padding-left: 20px; text-align: justify; width: 310px;}
/* Virtual Tour styling - end */