@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow);

@import url(http://fonts.googleapis.com/css?family=Ovo);
/*------ template stylization ------*/
body {
  background: #202020;
  font: 12px/20px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #868686;
  margin: 0;
  min-width: 1100px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #202020;
  z-index: 1023;
}
#webSiteLoader > span {
  position: absolute;
  left: 50%;
  top: 50%;
}
#pageLoader {
  position: fixed;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  z-index: 1000;
  display: none;
}
#pageLoader > div {
  background: url(../img/page_loader.gif) 0 0 no-repeat;
  width: 50px;
  height: 0px;
}
#wrapper {
  margin: 0 !important;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
p {
  font: 14px/20px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #787373;
  margin: 0;
}
h2 {
  color: #ffffff;
  font: 22px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 23px;
}
h3 {
  color: #b6b6b6;
  font: bold 18px/19px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 7px;
  margin-top: -10px;
}
h4 {
  color: #ffffff;
  font: 50px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.clear {
  clear: both;
}
.extra-wrap {
  overflow: hidden;
}
/*-----header-----*/
header {
  position: absolute;
  width: 224px;
  top: 0;
  left: 50%;
  margin-left: -543px;
  z-index: 12;
  background-color: #ffffff;
  height: 100%;
  background: url(../img/header_bg.png) repeat;
  border-top: 6px solid #ffffff;
}
header h1 {
  width: 100%;
  height: 134px;
  float: left;
  display: inline-block;
  margin: 0;
  position: relative;
  text-align: center;
  margin-bottom: 150px;
}
header h1 a {
  margin-left: 6px;
}
header #icons {
  width: 300px;
  margin-left: 21px;
}
header .tm_icons {
  margin: 0;
  display: inline-block;
}
header .tm_icons li {
  float: left;
  margin-right: 4px;
  display: inline-block;
}
header .tm_icons .margRight1 {
  margin-right: 29px;
}
header .tm_icons .margRight2 {
  margin-right: 20px;
}
header .tm_icons .margRight3 {
  margin-right: 24px;
}
.footer {
  position: absolute;
  bottom: 0;
  text-align: center;
}
.footer p {
  color: #a6a6a6;
  font: 11px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer .privacy_text {
  margin-bottom: 6px;
}
.footer .privacy_text a {
  color: #a6a6a6;
  font: 11px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer a:hover {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer .privacy_text span {
  margin-left: 3px;
  margin-right: 3px;
}
.footer > div {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 7px;
}
.footer .follow-icon {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.footer .follow-icon li {
  float: left;
  margin-left: 2px;
  cursor: pointer;
  width: 19px;
  height: 19px;
  border-radius:20px;
  overflow:hidden;
}
.footer .follow-icon li a img {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.footer .follow-icon li a:hover img {
    margin-top:-21px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#search {
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 264px;
}
#search input {
  border: none;
  width: 352px;
  outline: none;
  box-shadow: none;
  color: #868686;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 19px;
  border-radius: 0;
  padding: 5px 10px 6px 10px;
  margin: 0 0 10px 0;
  box-sizing: content-box;
  float: left;
  margin-right: 3px;
  border: 1px solid #4b4b4b;
  background: url("../img/form_bg.png") repeat;
}
#search .btn-primary {
  position: relative;
  top: -6px;
  margin-left: 8px;
}
#search .link-more {
  display: inline-block;
  margin-top: 3px;
  margin-left: 15px;
}
.search_list {
  padding-right: 80px;
  padding-top: 15px;
}
.search_list li {
  list-style: decimal;
  margin-bottom: 40px;
}
.search_list li h4 {
  margin-bottom: 5px;
  font-size: 20px;
}
.search_link {
  color: #868686;
  font: 15px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.search_link:hover {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.match {
  color: #ffffff;
  font-weight: bold;
  display: block;
}
.search {
  color: #ffffff;
  font-weight: bold;
}
/*-----menu-----*/
.menu .navbar-inner { /*menu background*/
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  filter: none;
  box-shadow: none;
  display: inline-block;
  margin-left: 3px;
}
.sf-menu { /*navigation menu */
  position: relative;
  list-style: none;
  padding: 0;
  display: block;
  margin: 0; /*move menu right and left*/
  width: 176px;
  text-align: right;
}
.sf-menu li {
  margin-bottom: -2px;
}
.sf-menu > .last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: visible;
}
.sf-menu > li > img {
  margin-top: 0;
  margin-left: 3px;
}
.sf-menu > li > a .base_text {
  font: 36px/26px 'PT Sans Narrow';
  color: #4b4b4b;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
}
.sf-menu > li > a .base_text > span {
  float: right;
  text-align: right;
  margin-right: 4px;
}
/*-----submenu-----*/
.sf-menu ul {
  position: relative;
  list-style: none;
  left: 0;
  top: 0;
  z-index: 10;
  margin-top: 15px;
  margin-bottom: 10px;
}
.sf-menu ul a {
  color: #919191;
  width: 100%;
  font: 18px/27px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.sf-menu ul a:hover {
  text-decoration: none;
}
.sf-menu ul > li {
  position: relative;
  text-align: right;
}
.sf-menu .subMenu2 a {
  color: #757575 !important;
  width: 100%;
  font: 14px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.sf-menu .subMenu2 {
  position: relative;
  list-style: none;
  z-index: 10;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sf-menu .subMenu2 > li {
  position: relative;
}
.sf-menu .subMenu2 > li p {
  margin-top: -2px;
}
.sf-menu .subMenu2 a:hover {
  color: #d7d7d7 !important;
}
/*-----content-----*/
#wrapper .global {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100% !important;
  z-index: 10;
}
#wrapper .global > .container {
  position: relative;
  z-index: 5;
  height: 100%;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent .content {
  /*padding: 31px 0 41px 0;*/
  padding: 0px 0 0px 0; /*change height of embedded page */
  background-color: red;
  background: url("../img/container_bg.png") repeat;
  width: 700px;
  float: right;
}
.dynamicContent .content:before {
  width: 39px;
  height: 100%;
  background: url("../img/container_bg.png") repeat;
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  margin-left: -39px;
  content: ' ';
}
.contentHolder {
  background-color: red;
}
.container .center {
  display: inline-block;
  width: 940px;
  padding-top: 93px;
  height: auto !important;
}
.container .center .bord {
  display: inline-block;
  padding-bottom: 21px;
}
.mail {
  margin-bottom: 35px;
}
.mail a {
  color: #787373;
  text-decoration: none !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mail a:hover {
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----google map-----*/
.g_map {
  width: 300px;
  height: 220px; /*height: 189px;*/
  margin: 0;
  margin-top: 0;
  float: left;
  margin-right: 19px;
  margin-top: 6px;
  margin-bottom: 50px;
}
.g_map > iframe {
  width: 300px;
  height: 220px;
  border: none;
  outline: none;
  padding: 0;
  background-color: #fff;
}
.contInfo h3 {
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 0;
}
.info-indent {
  margin-top: -4px;
  line-height: 20px;
}
.info {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 13px;
}
.info p {
  margin: 0;
  color: #787373;
  line-height: 20px;
}
.info > p span {
  width: 101px;
  display: inline-block;
  color: #787373;
  font-weight: normal;
}
.info a {
  color: #787373;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.info a:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----bgStretch-----*/
#bgStretch {
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
.spinner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000000 url("../img/gall_spinner.gif") 50% 100px no-repeat;
  display: none;
}
#bgNav {
  width: 224px;
}
#bgNav ul {
  display: inline-block;
  margin: 0 !important;
  margin-left: 0 !important;
}
#bgNav li {
  float: left;
  margin-right: 4px;
  display: inline-block;
}
#bgNav .ovrl {
  position: relative;
  z-index: 1;
  display: inline-block;
}
#bgNav a {
  width: 6px;
  height: 6px;
  position: relative;
  display: inline-block;
}
#bgNav a .colorPart {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: url("../img/pagination_sprite.png") 0 top no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#bgNav a:hover > .colorPart {
  background: url("../img/pagination_sprite.png") 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#bgNav .active > a .colorPart {
  background: url("../img/pagination_sprite.png") 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*-----form-----*/
#form1 {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 53px;
  display: inline-block;
}
#form1 label {
  margin-bottom: 0;
  position: relative;
}
#form1 label input,
#form1 label textarea {
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  color: #787373;
  width: 316px;
  padding: 5px 9px 5px 12px;
  font: 14px 'Arial', sans-serif;
  font-weight: normal;
  border: 1px solid #4b4b4b;
  margin-bottom: 0;
  background: url("../img/form_bg.png") repeat;
}
#form1 label textarea {
  height: 119px;
  resize: none;
}
#form1 .message textarea {
  padding-top: 10px;
}
#form1 label input {
  width: 256px;
}
#form1 .error {
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: 37px;
  color: #fff;
  text-align: left;
}
#form1 fieldset .pull-left {
  margin-right: 21px;
}
#form1 .empty {
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: 37px;
  color: #fff;
  text-align: left;
}
#form1 .message .empty,
#form1 .message .error {
  top: 151px;
}
#form1 .success {
  background: #202020;
  border: 1px solid #4b4b4b;
  left: 0;
  padding: 51px 69px;
  position: absolute;
  top: 0;
  z-index: 1;
}
#form1 .success > span {
  color: #868686;
  font: 12px 'Arial', sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.btns {
  float: right;
  margin-top: 24px;
  right: 49px;
  position: relative;
}
.btns > a {
  float: left;
  margin-left: 64px;
}
/*-----more button-----*/
.btn {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.btn-primary {
  position: relative;
  text-decoration: none;
  background: none;
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none !important;
}
.btn-primary p {
  z-index: 2;
  position: relative;
  top: 10px;
  left: 14px;
  color: #ffffff;
  font: bold 18px/15px 'PT Sans Narrow';
  text-shadow: 1px 1px 0px rgba(185, 72, 0, 0.2);
}
.btn-primary span {
  padding: 8px 14px 14px 14px;
  background: url("../img/more_bg.png") repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  border-radius: 8px;
}
.btn-primary strong {
  padding: 8px 14px 14px 14px;
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  border-radius: 8px;
}
.btn-primary:hover {
  background: none;
}
/*-----list-----*/
.list1 {
  margin: 0;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: -2px;
  width: 100%;
}
.list1 li {
  display: inline-block;
  margin-bottom: 31px;
  width: 100%;
}
.list1 li > ul {
  margin: 0;
  display: block;
  overflow: hidden;
  margin-top: 1px;
}
.list1 li > ul li {
  margin-bottom: 4px;
}
.list1 li ul li img {
  float: left;
  margin-right: 8px;
  margin-top: 3px;
}
.list1 li img {
  float: left;
  margin-right: 20px;
}
.list1 li p {
  margin-bottom: 4px;
}
.list1 li a {
  font: 14px 'Arial', sans-serif;
  color: #c8c8c8;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 li a:hover {
  color: #ffc547;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 {
  margin: 0;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
}
.list2 li {
  margin-bottom: 17px;
}
.list2 .badge {
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  font: bold 41px/41px 'PT Sans Narrow', sans-serif;
  color: #b6b6b6;
  float: left;
  margin-right: 18px;
}
.list2 .extra-wrap p {
  margin-top: 2px;
}
.list3 {
  margin: 0;
  display: inline-block;
  margin-top: 26px;
  margin-bottom: 24px;
}
.list3 li h2 {
  margin-bottom: 28px;
}
.list3 li > ul {
  margin: 0;
  display: block;
  overflow: hidden;
}
.list3 li > ul li {
  display: block;
  margin-bottom: 8px;
}
.list3 li ul li img {
  float: left;
  margin-right: 8px;
  margin-top: 3px;
  margin-bottom: 0;
}
.list3 li a {
  font: 14px 'Arial', sans-serif;
  color: #c8c8c8;
  display: block;
  overflow: hidden;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list3 li a:hover {
  color: #ffc547;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list3 li > img {
  margin-bottom: 17px;
}
.list3 li p {
  margin-bottom: 2px;
}
.box_1 {
  display: inline-block;
  margin-top: -1px;
  margin-bottom: 18px;
  width: 100%;
}
.box_1 > table {
  margin-bottom: 7px;
  width: 100%;
}
.box_1 > table tr > td {
  white-space: nowrap;
}
.box_1 > table a {
  color: #787373;
  text-decoration: none;
  font: 14px/20px 'Arial', sans-serif;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.dots {
  background: url(../img/background-point.png) 30% 15px repeat-x;
  width: 100%;
}
.dots3 {
  background: url(../img/background-point.png) 15px repeat-x;

}
.box_1 > table a:hover {
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*box 2*/
.box_2 {
  display: inline-block;
  margin-top: -1px;
  margin-bottom: 18px;
  width: 100%;
}
.box_2 > table {
  margin-bottom: 7px;
  width: 100%;
}
.box_2 > table tr > td {
  white-space: nowrap;
}
.box_2 > table a {
  color: #787373;
  text-decoration: none;
  font: 14px/20px 'Arial', sans-serif;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.dots2 {
  background: url(../img/background-point.png) 30% 15px repeat-x;
  width: 100%;
}
.box_2 > table a:hover {
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

/*-----carousel-----*/
.gall1 {
  margin: 0;
  display: inline-block;
  margin-top: 5px;
  position: relative;
  width: 459px;
  height: 449px;
}
.gall1 li {
  position: absolute;
  top: 0;
  left: 0;
}
#thumbs {
  margin-top: 46px;
  height: 448px !important;
}
.thumbs {
  margin: 0;
  display: inline-block;
  position: relative;
  height: 450px;
  overflow: hidden;
}
.thumbs li {
  cursor: pointer;
  margin-bottom: 20px;
  background-color: #000000;
  width: 160px;
  height: 136px;
}
.prev,
.next {
  position: relative;
  z-index: 3;
  display: inline-block;
  top: 0;
  left: 69px;
}
.prev {
  width: 22px;
  height: 6px;
  cursor: pointer;
  top: 38px;
}
.next {
  width: 22px;
  height: 6px;
  cursor: pointer;
  top: 8px;
}
.next img {
  position: absolute;
  z-index: 0;
}
.prev img {
  position: absolute;
  z-index: 0;
}
.next .img_act,
.prev .img_act {
  z-index: 1;
}
/*-----------------------------------------------------------------------------------*/
.img-polaroid {
  padding: 0;
  background: none;
  box-shadow: none;
  border: 8px solid #fbfbfc;
  float: left;
  margin-right: 20px;
}
.span4,
.span6 {
  position: relative;
}
.margBot {
  margin-bottom: 17px;
}
.borderLeft:after {
  width: 40px;
  background: url("../img/dotted.png") left 0 repeat-y;
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 4px;
  bottom: 11px;
  left: -40px;
  content: ' ';
}
.borderBot {
  background: url("../img/dotted2.png") 0 bottom repeat-x;
}
.padBot {
  padding-bottom: 31px;
}
.padBot1 {
  padding-bottom: 36px;
}
.index-banner {
  width: 701px;
  height: 50px;
  background: url("../img/welcome-banner.jpg") no-repeat;
  padding-top: 69px; /*text position*/
  padding-left: 38px;/*text position*/
  border-bottom: 5px solid #ffffff;
  border-top: 5px solid #fff;
  margin-left: -39px;
  /*margin-top: -31px;*/
  margin-top: -95px; /* change top position of page slider */
  position: relative;
  z-index: 1;
  margin-bottom: 31px;
}
.welcome-banner {
  width: 701px;
  height: 50px;
  background: url("../img/welcome-banner.jpg") no-repeat;
  padding-top: 69px;
  padding-left: 38px;
  border-bottom: 5px solid #ffffff;
  border-top: 5px solid #fff;
  margin-left: -39px;
  margin-top: -95px;
  position: relative;
  z-index: 1;
  margin-bottom: 31px;
}
.spa-menu-banner {
  width: 701px;
  height: 50px;
  background: url("../img/spa-menu-banner.jpg") no-repeat;
  padding-top: 69px;
  padding-left: 38px;
  border-bottom: 5px solid #ffffff;
  border-top: 5px solid #fff;
  margin-left: -39px;
  margin-top: -95px;
  position: relative;
  z-index: 1;
  margin-bottom: 31px;
}
.about-us-banner {
  width: 701px;
  height: 50px;
  background: url("../img/about-us-banner.jpg") no-repeat;
  padding-top: 69px;
  padding-left: 38px;
  border-bottom: 5px solid #ffffff;
  border-top: 5px solid #fff;
  margin-left: -39px;
  margin-top: -95px;
  position: relative;
  z-index: 1;
  margin-bottom: 31px;
}
.services-banner {
  width: 701px;
  height: 50px;
  background: url("../img/about-us-banner.jpg") no-repeat;
  padding-top: 69px;
  padding-left: 38px;
  border-bottom: 5px solid #ffffff;
  border-top: 5px solid #fff;
  margin-left: -39px;
  margin-top: -95px;
  position: relative;
  z-index: 1;
  margin-bottom: 31px;
}
.specials-banner {
  width: 701px;
  height: 50px;
  background: url("../img/specials-banner.jpg") no-repeat;
  padding-top: 69px;
  padding-left: 38px;
  border-bottom: 5px solid #ffffff;
  border-top: 5px solid #fff;
  margin-left: -39px;
  margin-top: -95px;
  position: relative;
  z-index: 1;
  margin-bottom: 31px;
}
.nail-services-banner {
  width: 701px;
  height: 2px;
  background: url("../img/about-us-banner.jpg") no-repeat;
  padding-top: 69px;
  padding-left: 38px;
  border-bottom: 5px solid #ffffff;
  border-top: 5px solid #fff;
  margin-left: -39px;
  margin-top: -65px;
  position: relative;
  z-index: 1;
  margin-bottom: 31px;
}
.banner {
  width: 701px;
  height: 183px;
  background: url("../img/page1_pic1.jpg") no-repeat;
  padding-top: 69px;
  padding-left: 38px;
  border-bottom: 5px solid #ffffff;
  border-top: 5px solid #fff;
  margin-left: -39px;
  margin-top: -65px;
  position: relative;
  z-index: 1;
  margin-bottom: 31px;
}
.banner .title {
  font: 44px/44px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.banner .description {
  font: 22px/22px 'Ovo', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 13px;
  margin-left: -25px;
}
.banner > div {
  text-align: center;
  display: inline-block;
}
.banner .btn-primary {
  margin-left: -59px;
}
.banner .btn-primary span {
  background: url("../img/more_bg2.png") repeat;
}
.banner .btn-primary strong {
  background-color: #b99070;
}
.indent {
  margin-bottom: 27px;
  margin-top: 6px;
}
.margBot1 {
  margin-bottom: 33px;
}
.margBot2 {
  margin-bottom: 10px;
}
.martgTop {
  margin-top: 0;
}
.dropdown-menu li ul li {
  list-style-type: square;
}
/*-----------------------------------------------------------------------------------*/
/*Core variables and mixins*/
.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;
}
/* socail media */
.social-media {
  /*width: 701px;
  height: 50px;
  */
  float: right;
  margin: 0;
  padding: 5;
  display: inline-block;	
    /*background: url("../img/facebook.png") no-repeat;*/
  /*padding-top: 69px;
  padding-left: 38px;
  border-bottom: 5px solid #ffffff;
  border-top: 5px solid #fff;
  margin-left: -39px;
  margin-top: -95px;
  position: relative;
  z-index: 1;
  margin-bottom: 31px;
  */
}
/*3 column prices with preceding dots*/

div.dotted div {
    height: 2em;
}

div.dotted > div div {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}

div.dotted span {
    display: block;
    position: absolute;
    padding: 0 0px; /*padding: 0 5px;*/
}

div.dotted span:after {
    content: "";
    display: block;
    position: absolute;
    top: 70%; /*move dots up and down*/
    width: 500px;
    border-top: 1px dotted #999;
}

div.item span {
    left: 0;
}

div.item span:after {
    left: 100%;
}

div.prices span {
    right: 0;
}

div.prices span:after {
    right: 100%;
}

/*end of preceding dots*/