/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.center {
  text-align: center;
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* Website Defaults Start */
html,
body {
  margin: 0;
  padding: 0;
  background: #f6f6f6 url('../img/bg_pattern.jpg');
}
body,
label,
input,
button,
select,
textarea,
p,
ul,
ol,
li,
h1,
h2,
h3,
table {
  font-family: 'Adelle', Georgia, sans-serif;
}
body {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  text-rendering: optimizeLegibility;
}
.wrapper {
  min-height: 100%;
  position: relative;
}
.content {
  padding-bottom: 180px;
}
h1,
h2,
h3 {
  font-weight: 600;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8);
}
h1 {
  font-size: 48px;
  line-height: 56px;
  margin: 80px 40px 0;
  color: #555;
  border-bottom: 1px solid #ddd;
}
h1 span {
  color: #C70A6A;
  font-size: 70%;
  float: right;
}
h2 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #555;
}
h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #555;
  font-weight: 400;
}
h4 {
  font-size: 20px;
  line-height: 24px;
}
h5 {
  font-size: 20px;
  line-height: 28px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
}
a {
  color: #2276BB;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p,
ul,
ol,
li {
  font-family: 'Adelle', Georgia, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #555;
  font-weight: 400;
}
p small {
  font-size: 80%;
  color: #777;
}
ul {
  margin: 0 0 0 25px;
  padding: 0;
}
.template_info strong {
  color: #333;
  font-weight: normal;
  padding: 2px 0 0;
  background: #e8e8e8;
}
.loading {
  background: url('../img/loading.gif') center center no-repeat;
}
.intro {
  position: relative;
}
.intro p {
  margin-left: 170px;
}
#try-demo {
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  top: -3px;
}
.map-preview {
  border: 10px solid #e8e8e8;
  position: relative;
  font-size: 11px;
  line-height: 15px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #333;
}
.map-preview img {
  vertical-align: bottom;
}
.map-preview .map-overlay {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 77px;
  background: #fff;
  border: 1px solid #8C8C8C;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-bottom: 1px solid #666;
  padding: 3px;
  margin: 0 auto;
  width: 70%;
  left: 0;
  right: 0;
}
.map-preview .map-logo {
  float: left;
}
.map-preview .map-info {
  margin-left: 60px;
}
.map-preview .link-effect {
  padding-top: 9px;
  color: #3B5998;
  font-weight: bold;
}
.map-preview .map-downarrow {
  bottom: -20px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}
.map-preview .map-downarrow .arrow {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 13px;
  height: 17px;
  background-position: 0px -30px;
  background-image: url(../img/fb-sprites.png);
  background-repeat: no-repeat;
}
#fb-connect {
  padding-left: 44px;
  background-image: url(../img/fb-logo.png);
  background-repeat: no-repeat;
  background-position: 12px center;
  margin-left: 20px;
}
#register-fname {
  width: 160px;
  margin-left: 20px;
}
#email-signup {
  position: relative;
  left: 10px;
}
input.oversized {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 18px 15px 13px;
  font-size: 16px;
  color: #777;
  font-family: 'Adelle', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  width: 250px;
  cursor: pointer;
  margin: 0 0 0 10px;
}
.input-append {
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  vertical-align: bottom;
  position: relative;
}
.extra-info {
  margin-top: 10px;
}
.input-append .add-on.oversized {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 18px 15px 13px;
  color: #2276BB;
  text-decoration: none;
}
.input-append .add-on.oversized:hover {
  color: #00438A;
}
.selector {
  border: 10px solid #fff;
  display: block;
  margin-bottom: 20px;
}
.selector:hover,
.selector:active,
.selector:focus {
  border: 10px solid #ccc;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.selector img {
  vertical-align: bottom;
}
.screenshot {
  display: block;
}
.screenshot img {
  vertical-align: bottom;
}
/* Local business search start  */
#tbl_businesses {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: top;
}
#tbl_businesses td {
  position: relative;
}
.add_border {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-collapse: separate;
  border: 1px solid #DDD;
}
#tbl_businesses th,
#tbl_businesses td {
  vertical-align: top;
  line-height: 24px;
}
#location {
  margin: 0 10px 0 0;
}
.fb_graph:hover,
.twitter_label:hover {
  text-decoration: none;
}
#results {
  margin-top: 40px;
  display: none;
}
.strikethrough {
  text-decoration: line-through !important;
}
.disabled_message {
  display: none;
  color: #fff;
  width: 540px;
  margin: 0 auto;
}
/* Local business search End */
/* ===== START NAVIGATION ===== */
.highlight {
  padding: 20px 0;
  background: #e8e8e8;
}
.highlight p,
.highlight form {
  margin: 0;
}
.highlight .response {
  margin: 20px 0 0 20px;
  color: #555;
}
.navigation {
  margin: 0 auto 60px;
  font-size: 20px;
  line-height: 26px;
  color: #555;
  padding: 10px 10px 0;
}
.nav_left {
  margin-left: 5px;
  float: left;
}
.nav_right {
  float: right;
  margin-right: 15px;
}
#logo {
  font-size: 20px;
  line-height: 28px;
  color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8);
}
#logo:hover {
  text-decoration: none;
}
.homepage {
  background: url('../img/favicon.png') 0 9px no-repeat;
  padding: 5px 5px 5px 20px;
}
.description {
  display: none;
  color: #999;
}
.abtn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 8px 12px 5px;
  color: #fff;
  font-weight: 600;
  background: #777;
  border: none;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  cursor: pointer;
  position: relative;
}
.abtn:active {
  position: relative;
  top: 1px;
}
.abtn:hover {
  color: #fff;
  text-decoration: none;
}
.abtn.large {
  padding: 18px 20px 15px;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  font-weight: 600;
  vertical-align: bottom;
}
.abtn.pink {
  background-color: #c70a6a;
}
.abtn.pink:hover,
.abtn.pink:focus {
  background-color: #a50858;
}
.abtn.blue {
  background-color: #3d5c9d;
}
.abtn.blue:hover,
.abtn.blue:focus {
  background-color: #334d83;
}
#how-connect {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 800px;
  margin: -250px 0 0 -400px;
  background: none;
  border: none;
}
input.error {
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  color: #C71E6A !important;
  border-color: #C71E6A !important;
}
/* ===== END NAVIGATION ===== */
/* ===== START IMAGE CONTAINER ===== */
.bx-wrapper,
.bx-window {
  margin: 0 auto;
}
.slide {
  width: 540px;
  height: 360px;
}
#post-slider-wrapper {
  border: 10px solid #e8e8e8;
}
.post-slide {
  width: 440px;
  height: 275px;
  position: relative;
}
.post {
  position: absolute;
  top: 110px;
  color: white;
  color: rgba(255, 255, 255, 0.7);
  font-size: 36px;
  line-height: 48px;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.post img {
  float: left;
}
.post-wrapper {
  padding: 5px;
}
.post-content {
  margin-top: 2px;
}
.like-wrapper {
  background: rgba(255, 255, 255, 0.1);
  padding: 2px;
  font-size: 12px;
  line-height: 14px;
  margin-left: 65px;
  margin-top: 5px;
}
.like-content {
  margin-left: 2px;
  margin-top: 1px;
}
.comment-wrapper {
  background: rgba(255, 255, 255, 0.1);
  padding: 2px;
  font-size: 12px;
  line-height: 14px;
  margin-left: 65px;
  margin-top: 5px;
}
.comment-content {
  margin-top: 1px;
}
.slide a {
  display: block;
}
.slide_images {
  position: relative;
  padding: 0;
  margin-bottom: 40px;
}
.before {
  position: relative;
  top: -45px;
  left: 150px;
  height: 236px;
  width: 360px;
}
.after {
  position: relative;
  right: 100px;
}
pre {
  font-size: 12px;
  line-height: 12px;
}
/* ===== END IMAGE CONTAINER ===== */
/* ===== START PREVIEW ===== */
.browser_540 {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ajaxloading {
  background: url('../img/loading_16.gif') center 18px no-repeat;
  display: block;
  min-height: 54px;
  width: 16px;
  color: #777;
  vertical-align: bottom;
  position: absolute;
  left: 265px;
}
#loadingDiv {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: whiteSmoke url('../img/loading_16.gif') 10px 13px no-repeat;
  height: 24px;
  width: 100px;
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px 10px 10px 40px;
  font-family: helvetica, aria, sans-serif;
  font-size: 13px;
  color: #777;
  line-height: 24px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  z-index: 9999;
}
.reasons {
  margin-bottom: 30px;
}
/* ===== END PREVIEW ===== */
/* ===== START CONTENT ===== */
.teaser {
  margin-bottom: 120px;
}
.profile {
  width: 416px;
  height: 104px;
}
.divider {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 0 0 10px;
  line-height: 51px;
  color: #777;
  position: relative;
}
/* ===== END CONTENT ===== */
/* ===== START SERP PREVIEW */
.modal {
  display: none;
}
.modal .modal-header {
  background: #eee;
  padding: 20px 20px 15px;
}
.modal .modal-header h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}
.modal .close {
  position: absolute;
  top: 15px;
  right: 20px;
}
.close {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
}
#pagebar {
  display: none;
  z-index: 9999;
  position: relative;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
#notification {
  display: none;
  margin: 10px 20px;
}
.biz_preview {
  text-align: left;
}
.biz_info {
  padding: 10px 20px;
  min-height: 58px;
  border-top: 1px solid #ddd;
  background: #fff;
}
.biz_info:hover {
  background: #f3f3f3;
  cursor: pointer;
}
.biz_info img {
  float: left;
  border-color: #777;
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 3px;
  border-style: double;
  padding: 1px;
}
.biz_content {
  margin-left: 80px;
  margin-top: 5px;
}
.connect_btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #5979BE;
  min-height: 58px;
  color: #fff;
}
.templates {
  margin-bottom: 60px;
}
.template_info h2 {
  border-bottom: 1px solid #ddd;
  margin: 0 40px 20px;
}
.template_info h2 span {
  color: #C70A6A;
  font-size: 70%;
  float: right;
}
.template_info p {
  margin: 0 40px 20px;
}
.connect_wrapper {
  position: absolute;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  text-align: center;
}
.connect_btn_wrapper {
  position: relative;
  top: 80px;
}
/* Google SERP Preview Start */
.serp {
  background: #fff;
  padding: 20px;
  font-size: 13px;
  line-height: 18px;
  cursor: default;
  color: #000;
  border: 10px solid #e8e8e8;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: none;
  letter-spacing: 0px;
}
.serp .title {
  color: #12C;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.serp .title strong {
  font-weight: bold;
  color: #12C;
}
.serp .url {
  color: #093;
}
.serp .url span {
  color: #093;
  font-weight: bold;
}
.serp strong {
  font-weight: bold;
}
.serp .reviews {
  margin-bottom: 13px;
  color: #666;
}
.serp .stars > span {
  color: #f99b00;
}
.serp .stars .empty {
  color: #ccc;
}
.serp .pin {
  background: url(../img/pin.png) no-repeat;
  height: 28px;
  width: 18px;
  margin-top: 2px;
  float: left;
}
.serp .address {
  margin-left: 28px;
}
.biz_category {
  color: #999;
  font-size: 80%;
  font-weight: normal;
}
/* Google SERP End */
/* Website Footer Start */
.footer {
  width: 100%;
  font-weight: 400;
  color: #aaa;
  background: #333;
  padding: 40px 0;
  border-top: 2px solid #ccc;
  position: absolute;
  bottom: 0;
  height: 87px;
  font-family: 'myriad-pro', 'Myriad Pro', Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}
.footer ul {
  margin: 0;
}
.footer ul li {
  color: #777;
  list-style: none;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}
.footer a {
  color: #aaa;
}
.footer a:hover {
  text-decoration: none;
  color: #888;
}
/* Website Footer End */
/* Clearfix Start */
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
/* Clearfix End */
/* Browser Fixes Start */
* {
  outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 1px dotted transparent;
}
button:focus::-moz-focus-inner,
input[type="reset"]:focus::-moz-focus-inner,
input[type="button"]:focus::-moz-focus-inner,
input[type="submit"]:focus::-moz-focus-inner,
input[type="file"] > input[type="button"]:focus::-moz-focus-inner {
  padding: 3px;
  border-color: #F3F3F3;
}
::selection {
  background: #333;
  background: rgba(6, 55, 125, 0.7);
}
/* Browser Fixes End */