@charset "UTF-8";

/* GENERAL MARKUP RULES */
/* -------------------- */
body {
  padding-top: 80px;
  background-position: 0 100px;
  background:#f9f9f9;
}

/* Header */
h1, h2, h3, h4, h5 {
  /*text-transform: uppercase;*/
  margin: 0;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
  text-transform: none;
}

h1 {
  font-size: 30px;
  line-height: 48px;
}

h1 small {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  line-height: 48px;
}

h2 small {
  font-size: 18px;
}

h3 {
  font-size: 18px;
  line-height: 36px;
}

h3 small {
  font-size: 14px;
}

h4, h5, h6 {
  line-height: 24px;
}

h4 {
  font-size: 14px;
}

h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999999;
  /*text-transform: uppercase;*/
}

/* Links */
a {
  color: #41b7d8;
  text-decoration: none;
}
a:hover {
  color: #6bc7e1;
  text-decoration: none;
}

/* figures */
figure {
  margin-bottom: 24px;
}

/* PAGE SECTIONS */
/* ------------- */
.section {
  padding: 30px 0px;
  margin: 0;
  position: relative;
}
.section.alt {
  background-repeat: repeat;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.25) inset;
  text-shadow: 1px 1px 1px white;
}

/* HEADER SECTION */
/* -------------- */
.navbar-inner {
  background: white;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #e9e9e9;
}

.navbar .nav > li > a {
  text-shadow: none;
  /*text-transform: uppercase;*/
  font-weight: bold;
  padding: 29px 10px 31px;
  line-height: 19px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu {
  font-size: 14px;
  background: white;
  background: rgba(255, 255, 255, 0.9);
}

.navbar .nav li.dropdown .dropdown-toggle .caret, .navbar .nav li.dropdown.open .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #41b7d8;
}

.navbar .btn-navbar {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #555555));
  background-image: -webkit-linear-gradient(#333333, #555555);
  background-image: -moz-linear-gradient(#333333, #555555);
  background-image: -o-linear-gradient(#333333, #555555);
  background-image: linear-gradient(#333333, #555555);
  background-color: #555555;
}
.navbar .btn-navbar:hover {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar .btn-navbar:hover:hover, .navbar .btn-navbar:hover:active, .navbar .btn-navbar:hover.active, .navbar .btn-navbar:hover.disabled, .navbar .btn-navbar:hover[disabled] {
  color: white;
  background-color: #040404;
  *background-color: black;
}
.navbar .btn-navbar:hover:active, .navbar .btn-navbar:hover.active {
  background-color: black \9;
}

.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #41b7d8;
}

/* FOOTER SECTION */
/* --------------- */
#footer {
  background:#333333 url('/css/images/carpet.jpg');
  color: #e9e9e9;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-shadow: 1px 1px 1px #222222;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25) inset;
}


/* BOOTSTRAP UTILITIES */
/* --------------------*/
/* hero unit */
.hero-unit {
  margin-bottom: 0;
}
.alt .hero-unit {
  padding-left: 0;
  padding-right: 0;
  background: none;
}

.hero-huge h1 {
  font-size: 20em;
}

/* well */
.well {
  background: white;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid white;
  -webkit-box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.2);
}
.well h3 {
  text-align: center;
  border-bottom: 1px solid white;
  -webkit-box-shadow: 0px 1px 0px #e9e9e9;
  -moz-box-shadow: 0px 1px 0px #e9e9e9;
  box-shadow: 0px 1px 0px #e9e9e9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* page header */
.page-header {
  margin: 24px 0;
  padding-bottom: 23px;
}
.page-header h1 {
  line-height: 1;
}
.page-header a {
  color: #999999;
}
.page-header a:hover {
  color: #555555;
  text-decoration: none;
}
.alt .page-header {
  border-color: #d0d0d0;
}

.pager a {
  color: #555555;
}

/* affix bottom */
.affix-bottom {
  position: absolute;
  bottom: 20px;
  margin-bottom: 20px;
}


/* tooltips */
.tooltip-inner {
  background-color: #000;
  color: white;
  font:normal 11px tahoma;
  text-shadow:none;
  letter-spacing: 1px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000;
}

/* THEME UTILITIES */
/* ----------------*/
/* align center inline elements */
.pull-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


/* Bottom bordered lists */
.bordered {
  margin-bottom: 0;
}
.bordered > li {
  border-bottom: 1px solid #e9e9e9;
}
.alt .bordered > li {
  border-color: #d0d0d0;
}

/* Block display class */
.blocked {
  display: block;
}

/* icon lists */
.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -1em;
}
.icons li [class^="icon-"], .icons li [class*=" icon-"] {
  display: inline-block;
  text-align: center;
  width: 1em;
}
.icons li small {
  display: block;
  text-indent: 0;
}

/* big icons */
.huge-icon {
  font-size: 3em;  
}

.inactive a {
  cursor: default;
}

/* Pricing tables */
.pricing-table {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.5), 0px 0px 20px rgba(153, 153, 153, 0.2) inset;
  -moz-box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.5), 0px 0px 20px rgba(153, 153, 153, 0.2) inset;
  box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.5), 0px 0px 20px rgba(153, 153, 153, 0.2) inset;
}

.pricing-table-price {
  font-size: 30px;
  margin: -10px -20px 0 -20px;
  padding: 8px 0 10px;
  background-color: #eeeeee;
  -webkit-box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.2) inset;
  -moz-box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.2) inset;
  box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.2) inset;
  color: #41b7d8;
  text-shadow: 1px 1px 0 white;
}
.pricing-table-price span {
  font-weight: normal;
}

.pricing-table-list {
  list-style-type: none;
  margin: 0 0 20px;
  border-bottom: 1px solid white;
  -webkit-box-shadow: 0px 1px 0px #e9e9e9;
  -moz-box-shadow: 0px 1px 0px #e9e9e9;
  box-shadow: 0px 1px 0px #e9e9e9;
}
.pricing-table-list li {
  border-top: 1px solid white;
  -webkit-box-shadow: 0px -1px 0px #e9e9e9;
  -moz-box-shadow: 0px -1px 0px #e9e9e9;
  box-shadow: 0px -1px 0px #e9e9e9;
  padding: 8px;
}
.pricing-table-list li:first-child {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.pricing-table-featured {
  background: #41b7d8;
  border-color: #238caa;
  color: white;
  text-shadow: 0px 1px 0px #279ebf;
}
.pricing-table-featured .pricing-table-price {
  text-shadow: 1px 1px 0 white;
  color: #41b7d8;
}
.pricing-table-featured h3 {
  border-bottom: 0 none;
}
.pricing-table-featured h3 span:after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f069";
  padding-left: 10px;
}
.pricing-table-featured .pricing-table-list {
  border-color: #279ebf;
  -webkit-box-shadow: 0px 1px 0px #6bc7e1;
  -moz-box-shadow: 0px 1px 0px #6bc7e1;
  box-shadow: 0px 1px 0px #6bc7e1;
}
.pricing-table-featured li {
  border-color: #6bc7e1;
  -webkit-box-shadow: 0px -1px 0px #279ebf;
  -moz-box-shadow: 0px -1px 0px #279ebf;
  box-shadow: 0px -1px 0px #279ebf;
}
.pricing-table-featured li:first-child {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.pricing-table-featured.featured-orange {
  background: #f89406;
  border-color: #c67605;
  color: white;
  text-shadow: 0px 1px 0px #c67605;
}
.pricing-table-featured.featured-orange .pricing-table-price {
  text-shadow: 1px 1px 0 white;
  color: #f89406;
}
.pricing-table-featured.featured-orange h3 {
  border-bottom: 0 none;
}
.pricing-table-featured.featured-orange .pricing-table-list {
  border-color: #c67605;
  -webkit-box-shadow: 0px 1px 0px #faa937;
  -moz-box-shadow: 0px 1px 0px #faa937;
  box-shadow: 0px 1px 0px #faa937;
}
.pricing-table-featured.featured-orange li {
  border-color: #faa937;
  -webkit-box-shadow: 0px -1px 0px #c67605;
  -moz-box-shadow: 0px -1px 0px #c67605;
  box-shadow: 0px -1px 0px #c67605;
}
.pricing-table-featured.featured-orange li:first-child {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


/* 404 PAGE */
/* ---------- */
.hero-404 {
  position: relative;
}
.hero-404 h1 {
  position: relative;
  z-index: 1;
}
.hero-404 h1:after {
  font-family: fontAwesome;
  content: "\f0e7";
  color: rgba(255, 255, 255, 0.1);
  font-size: 1.3em;
  width: 1em;
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 0;
  left: 50%;
  margin-left: -0.5em;
  z-index: -1;
  opacity: 0.5;
}
.hero-404 p {
  position: relative;
  z-index: 2;
}

/* BLOG PAGES */
/* ---------- */
.blog-post {
  padding-bottom: 24px;
}

.blog-header {
  padding-bottom: 23px;
  margin: 24px 0;
  border-bottom: 1px solid #eeeeee;
}
.blog-header h2 {
  line-height: 1;
}
.blog-header h2 small {
  font-size: 14px;
}
.blog-header a {
  color: #999999;
}
.blog-header a:hover {
  color: #555555;
  text-decoration: none;
}

.blog-footer {
  margin: 24px 0;
  padding: 12px 0;
  background-color: white;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
  color: #555555;
}
.blog-footer a {
  color: #555555;
}
.blog-footer a:hover {
  color: #333333;
}

.blog-tags {
  text-align: center;
}

.blog-more {
  text-align: right;
}


/* SIDEBAR */
/* ------- */
.sidebar-widget {
  margin-bottom: 48px;
}

.sidebar-header {
  margin: 24px 0;
  padding-bottom: 23px;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1;
}

/* sidebar search */
#search-button {
  width: auto;
}

/* CAROUSEL */
/* -------- */
.carousel, .carousel .slider {
  line-height: inherit;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.carousel-control {
  background: none;
  border: 0 none;
  top: 50%;
  color: #333333;
  left: -30px;
  text-align: left;
  width: 20px;
}
.carousel-control.right {
  right: -30px;
  left: auto;
  text-align: right;
}
.carousel-control:hover {
  color: #41b7d8;
}

.theme-color-green .carousel-control:hover {
  color: #779922;
}

/* MAP AREA */
/* -------- */
#map {
  height: 500px;
  margin: -30px 0px;
  position: relative;
  z-index: 0;
}
#map img {
  max-width: none;
}

.map-top-shadow, .map-bottom-shadow {
  position: absolute;
  height: 10px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.map-top-shadow {
  top: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}

.map-bottom-shadow {
  bottom: 0;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25) inset;
}

/* MODALS */
/* ------ */
/* login modal */
.modal.modal-login {
  position: relative;
  top: auto;
  left: 0;
  margin: 50px auto 20px;
  z-index: 1;
  max-width: 100%;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
.modal.modal-login .modal-header {  
  background-color: #f5f5f5;
  background-color: rgba(245, 245, 245, 0.7);
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0px -1px 0px white inset;
  -moz-box-shadow: 0px -1px 0px white inset;
  box-shadow: 0px -1px 0px white inset;
}
.modal.modal-login .modal-header h3 {
  text-transform: none;
  text-align: center;
  font-weight: normal;
  line-height: 45px;
}
.modal.modal-login .modal-header .close {
  margin-top: 10px;
}
.modal.modal-login .modal-body {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: visible;
  margin-top:20px;
}
.modal.modal-login .modal-footer {
  background-color: #f5f5f5;
  background-color: rgba(245, 245, 245, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.modal.modal-login form {
  margin: 0px;
}
.modal.modal-login form .add-on i {
  color: #999999;
}
.modal.modal-login .link-forgot {
  font-size: 14px;
  line-height: 34px;
}

.theme-pattern-retina-wood .section.alt, .theme-pattern-retina-wood.alt {
  /*background: #fff url(/images/patterns/45degreee_fabric.png);*/
  background: #46C6E2;
  color:#fff;
  text-shadow:-1px 1px 1px #333;
  background-size: 85px 512px;  
}


/* MEDIA QUERIES */
/* ------------- */
/* Big screens */
@media (min-width: 1200px) {
  /* Docks Afix navigation */
  .docs-sidebar-nav {
    width: 250px;
  }
}
/* Up to default desktop */
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }

  .section {
    padding: 30px 20px;
  }

  #map {
    height: 200px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .navbar-fixed-top {
    margin-bottom: 0;
  }

  .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    position: relative;
  }

  .navbar .nav .active > a, .navbar .nav a:hover, .nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
    background: #f6f6f6;
    -webkit-box-shadow: #e9e9e9 0px 0px 5px inset;
    -moz-box-shadow: #e9e9e9 0px 0px 5px inset;
    box-shadow: #e9e9e9 0px 0px 5px inset;
    color: #41b7d8;
  }

  .theme-color-red .navbar .nav .active > a, .theme-color-red .navbar .nav a:hover, .theme-color-red .nav-collapse .nav > li > a:hover, .theme-color-red .nav-collapse .dropdown-menu a:hover {
    color: #e8481d;
    background: #f6f6f6;
    -webkit-box-shadow: #e9e9e9 0px 0px 5px inset;
    -moz-box-shadow: #e9e9e9 0px 0px 5px inset;
    box-shadow: #e9e9e9 0px 0px 5px inset;
  }

  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    padding: 6px 15px;
  }

  .navbar .nav > li > .dropdown-menu::before {
    display: none;
  }

  .navbar .dropdown-menu {
    -webkit-box-shadow: 0px 0px 20px rgba(233, 233, 233, 0.9) inset;
    -moz-box-shadow: 0px 0px 20px rgba(233, 233, 233, 0.9) inset;
    box-shadow: 0px 0px 20px rgba(233, 233, 233, 0.9) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }

  .thumbnail-filters {
    text-align: center;
  }

  .carousel-control, .carousel-control.right {
    text-align: center;
    left: -20px;
  }
  .carousel-control.right, .carousel-control.right.right {
    right: -20px;
    left: auto;
  }

  /* fancy blockquote */
  .blockquote-fancy p {
    padding: 10px 30px;
  }
  .blockquote-fancy .blockquote-img {
    margin: 20px auto;
    position: relative;
    top: 0px;
    text-align: center;
  }
  .blockquote-fancy.blockquote-fancy-small p {
    padding: 30px;
  }

  .blog-more, .blog-tags {
    text-align: left;
  }

  /* handle large inputs for contact forms */
  .input-xlarge {
    width: 90%;
  }

  .docs-sidebar-nav {
    width: 150px;
  }
}
/* portrait tablet to default desctop */
@media (min-width: 768px) and (max-width: 979px) {
  .thumbnail-title {
    display: none;
  }
}
/* landscape phone to small desktop & porttrait tablet */
@media (max-width: 767px) {
  .section {
    margin: 0 -20px;
  }

  .thumbnails > li {
    margin-left: 0;
  }

  .brand:hover i {
    color: #779922;
  }

  .sidebar {
    margin-top: 20px;
    border-top: 1px solid #e9e9e9;
  }

  .modal.modal-login {
    max-width: 560px;
  }

  .docs-sidebar-nav {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
  }
  .docs-sidebar-nav li a {
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
    border-right: 0;
  }
  .docs-sidebar-nav li.active a, .docs-sidebar-nav li.active a:hover, .docs-sidebar-nav li a:hover {
    border-bottom: 1px solid #41b7d8;
    border-right: 0;
  }

  .docs-header {
    padding-top: 0;
  }
}
/* up to landscape phone  */
@media (max-width: 480px) {
  .hero-unit h1 {
    font-size: 48px;
  }

  .thumbnails > li {
    margin-left: 0;
  }

  .thumbnail-title {
    display: none;
  }

  .thumbnail-filters {
    display: block;
  }

  .media-comment .pull-left {
    text-align: center;
  }

  .media-comment .media-heading a {
    float: right;
  }
}
/* retina displays backgrounds */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .theme-pattern-retina-wood .section.alt, .theme-pattern-retina-wood.alt {
    /*background-image: url(../images/patterns/wood_@2X.png);*/
  }
}

/* -----
  Custom 
/-------*/
.pad-left-30 {
  padding-left:30px;
}

.pull-up {
  margin-top:10px;
}

.pull-up-9 {
  margin-top:9px;
}

.pull-up-20 {
  margin-top:20px;
}

.pull-up-25 {
  margin-top:25px;
}

.pull-up-30 {
  margin-top:30px;
}

.pull-up-40 {
  margin-top:40px;
}

.pull-up-50 {
  margin-top:50px;
}

.pull-up-60 {
  margin-top:60px;
}

.pull-up-70 {
  margin-top:70px;
}

.pull-up-80 {
  margin-top:80px;
}

.pull-down {
  margin-bottom:10px;
}

.pull-down-20 {
  margin-bottom:20px;
}

.pull-down-30 {
  margin-bottom:30px;
}

.pull-down-40 {
  margin-bottom:40px;
}

.pull-down-60 {
  margin-bottom:60px;
}

.pull-down-80 {
  margin-bottom:80px;
}

.pull-right-10 {
  margin-right:10px;
}

.padh{padding:0 5px;}

#footer-menu {
    background:#fff;
    color:#aaaaaa;
    
    font-size:13px;
    border-top:1px solid #333;
    margin-top:40px;
    background:#333333 url('/css/images/carpet.jpg');
}

#footer-menu ul {
    float:right;    
}

#footer-menu ul li{
    display: inline-block;
    padding:2px 4px 0 5px;        
}

#footer-menu a {
    color:#aaaaaa;
}

#footer-menu ul li.active a,#footer-menu a:hover {
    color:#444444;
}

#holding{
  color:#FF8400;
}


.paige {
    color:#aaaaaa;
}

.bullet {
    color:#444444;
}

#footer .socials a {
  display:inline-block;
  margin:10px 10px 0 0;
  padding:4px 0 0 0;
  font-size:24px;
    border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  text-align:center;
  width:32px;
  height:30px;
  line-height:24px;
  background:#222;
  text-decoration:none;
  color:#fff;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s
}

#footer .socials .icon-facebook:hover{background:transparent;}
#footer .socials .icon-facebook{background:#3b5998;border:3px solid #3b5998;}
#footer .socials .icon-twitter:hover{background:transparent;}
#footer .socials .icon-twitter{background:#31cdfd;border:3px solid #31cdfd;}
#footer .socials .icon-google-plus:hover{background:transparent;}
#footer .socials .icon-google-plus{background:#c9402e;border:3px solid #c9402e;}

.modal.modal-login {
  margin: 30px auto 0 auto;
}

.alert {
width: 520px;
padding: 14px 20px 14px 34px;
margin: 30px auto 0 auto;
color: #C09853;
text-align:center;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0 0 16px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .5);
box-shadow: 0 0 16px rgba(0, 0, 0, .5);    
background-color: #FCF8E3;
border: 2px solid #FBEED5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font:bold 13px verdana;
line-height:1.5em;
}

.alert-success {
background: #DFF0D8;
color: #468847;
border-color: #468847;
}

.alert-error {
background: #EED3D7;
color: #B94A48;
border-color: #B94A48;
}

.alert-info {
padding:14px 20px;
color: #3A87AD;
background-color: #D9EDF7;
border-color: #BCE8F1;
}

.black{color:#000000;}
.white{color:#ffffff;}
.lightgray{color:#cccccc;}
.gray{color:#aaaaaa;}
.green{color:#268E2D;}
.orange{color:#fc0000;}
.marron{color:#CC433D;}
.red{color:#D30808;}
.phocia{color:#FF0090;}
.purple{color:#223BD6;}
.features{color:#000000;}

.white_bg{background:#ffffff;}
.gray_bg{background:#f7f7f7;}

/* footer height is adjusted in 3 locations */
html, body, #wrapper { height: 100%; }
body > #wrapper { height: auto; min-height: 100%; }
#content { padding-bottom: 300px; }
#footer {
 clear: both;
 position: relative;
 z-index: 10;
 min-height: 300px;
 margin-top: -300px;
}

.section {
  padding: 20px 0px 5px 0;
}

.user {
color:#fc0000;
}

.login {
color:#FF6161;
}

.user:hover, .login:hover {
color:#41B7D8;
}

h1{
overflow:hidden;
position:absolute;
text-indent:-9999px;
margin:0;
padding:0;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
  line-height: 48px;
}

#logo{
  background:#ffffff url('/css/images/logo.jpg');
  width:200px;
  height:37px;
  margin-top:20px;
  margin-left:5px;
  cursor: pointer;
}

/*#logo_mob{
  background:#ffffff url('/css/images/logo_mob.jpg');
  width:120px;
  height:26px;
  margin-top:20px;
  margin-left:5px;
  cursor: pointer;
}*/

.hero-unit {
  padding: 30px 0;
}

#search-box{  
  margin-top:22px;
  margin-left:10px;
}

.table-bordered{
border: 1px solid #dddddd;
border-left: 0;
border-collapse: separate;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.pull-up-down-20{
margin:20px 0 30px 0;
}

.shrink
{
  width:100px;
}

.pricing-table-price {
  font-size: 19px;
  font-weight:normal;
}

.hide{
display:none;
}

.bkgrnd_lightgray{
  font-weight:normal;
  background:#f2f2f2;
}

.bkgrnd_white{
   background:#f2f2f2;
}
.center{
text-align:center;
}

.icon_big{
  font-size:19px;
  font-weight: normal;
}

.bold{
font-weight:bold;
}

.space{
letter-spacing:1px;
}

#jquery_form_result{
  text-align: center;
  margin:0 auto;
}

.blog-post {
  color:#000;
  text-align:justify;
}


.pin{
position:relative;
background:#fff;
font-size: 11px;
text-align:center;
box-shadow: 0 1px 3px rgba(34,25,25,0.4);
-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
}

.pin-large{
position:relative;
background:#fff;
font-size: 11px;
text-align:center;
box-shadow: 0 1px 3px rgba(34,25,25,0.4);
-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

#bkcolor{
  
}

.photo{  
  padding:15px;
  display:inline-block;
}

.attribution {
/*position:relative;*/
font:bold 13px verdana;  
background-color: #eee;
padding: 10px 15px;
text-shadow:0 1px -1px #fff;
}

.link {
color: #777;
}

.attribution:hover{
/*background: #ddd;*/
}

.sidebar{
position:absolute;
right:12px;
top:0;
display:none;
font-size:18px;
}

.sidebar .link, .link_lgt {
color:#ddd;
/*color:#CEDAE3;*/
text-decoration: none;
}

.sidebar .link:hover, .link_lgt:hover {
color:#333;
}

.huge-icon.circled {  
  position:absolute;
  display:none;
  top:30%;
  left:35%;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  color:#ffff00;
  opacity:0.5;
  cursor: pointer;
}

.report {
top:75px;  
text-decoration: none; 
font-size:19px;
}

.report:hover{
}

.modal > form {
    margin-bottom: 0;
}


.WhiteContainer {
position: relative;
margin: 0 auto;
padding: 20px 0 20px 40px;
background-color: #fff;
box-shadow: 0 1px 3px rgba(34,25,25,0.4);
-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
/*border-bottom: 1px solid #d1cdcd;*/
}


.stat {
padding: 30px 0 10px 20px;
}


.stat h4 {
font:bold 15px arial;
}

.stat p{
font:normal 13px arial;
color:#666;
}

.stat .table td { 
     border:none;     
 }

.stat .table  { 
     margin:0;
 }

.stat .tlink{
 font:normal 12px tahoma;
 color:#fff;
 background:#444;
 text-shadow: 0 1px 0 rgba(0,0,0,0.2);
 padding:2px 7px 3px 7px;
 border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.stat .tlink:hover{
 background:#CC433D;
 }

 .linko {
  font:normal 13px tahoma;
  color: #333;
  background:#ddd;
  padding:4px 8px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;  
  margin-left:5px;
  margin-top:5px;
}

 .linko:hover {
  background: #D72121;
  color:#fff;
}


.wait{
background: url(images/wait.gif) no-repeat scroll 0 0 transparent;
width:16px;
height:16px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.star{
position:absolute;
right:10px;
bottom:10px;
width: 16px;
height: 16px;
text-decoration: none;
}

.star:hover{
background-image: url(images/star.png);
background-position: top;
}


.favorite{
background-image: url(images/star.png);
background-position: top;
}


.unfavorite{
background-image: url(images/star.png);
background-position: bottom;
}


.ban{
position:absolute;
left:10px;
bottom:10px;
width: 16px;
height: 16px;
text-decoration: none;
}

.banned{
background-image: url(images/ban.png);
background-position: bottom;
}

.unbanned{
background-image: url(images/ban.png);
background-position: top;
}

.remove{
position:absolute; 
bottom:5px; 
right:5px;
font-size: 1.4em;
}

.pic {
padding:0 5px;
text-align: center;
background:#fff url(images/checker.jpg);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
box-shadow: 0 0 8px rgba(0, 0, 0, .5);    
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;

/*border-color: #e5e5e5 #dbdbdb #d2d2d2;
-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
box-shadow: rgba(0,0,0,0.3) 0 1px 3px;*/
}

.pic:hover {
-moz-box-shadow: 0 0 12px #229EFF;
-webkit-box-shadow: 0 0 12px #229EFF;
box-shadow: 0 0 12px #229EFF;
cursor:pointer;
}

.pic_label {
margin-top:5px;  
text-align: center;
color:#999;
font:normal 11px arial;
}

.badge-left {
color:#fff;
background:#666;
padding:1px 4px;
font:normal 11px arial;
}

.badge-right {
color:#999;
background:#ccc;
padding:1px 4px;
font:normal 11px arial;
}


.pic_link{
text-decoration: none;
text-align:center;
color:#fff;
padding:2px 7px;
font:normal 9px tahoma;
background:#468847;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}

.pic_link:hover{
background:#FF296F;
}


#swatch_box{
display:none; 
z-index:1000;
border:5px solid #eee; 
width:384px; 
height:280px;

-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
-webkit-box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.25) ;
-moz-box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.25) ;
box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.25) ;
}


.palette{
width:32px;
height:28px;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25) ;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25) ;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25) ;
}

#swatch_btn{
padding:14px 10px 10px 10px; 
color:#aaa;
font-size:13px;
}

.lgtext{
font-size:13px;
color:#ccc;
}

.pagination
{

}

.pagination ul li a {
  /*padding:6px 16px;*/
  /*font-size:15px;
  border:1px solid #f1f1f1;
  background:#fff; /*C4D0D9*/
  /*color:#333;*/
}

.pagination ul li a:hover {
  background:#01D1FE; /*61829A*/
  color:#fff;
  
}

.container{
border:none;
}

.formLabel{
font-size:15px;
color:#ccc;
text-shadow:0 1px 1px #fff;
}

.formLabelPad{
padding:0 20px;
}

.formLine{
  border-bottom:1px inset #eee; 
  margin-bottom:10px;
}

#banner{
background: #46C6E2;
padding-bottom:20px;
}

#banner p{
  color:#fff;
  text-shadow:none;
  font:normal 27px arial;
}

#banner h2{
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

#banner h3{
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

.symbol{
  font-size: 70px;
  color:#fff;
  text-shadow:0 1px 1px #999;  
}

.symbol-txt{
  font-size: 36px;
  font-weight:bold;
  color:#fff;
  text-shadow:0 1px 1px #999;  
  padding-top:20px;
}

.symbol-p{
  font: normal 17px arial;
  color:#eee;
  text-shadow:none;
  padding-top:20px;
}

.flink{
  color:#fff;
  padding:0 5px; 
  font-size:13px; 
  text-shadow:none;
}

.flink:hover{
  color:#fff; 
  background:#000;
  opacity:0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;

}


.v-nav{
position:absolute; 
left:10px; 
font-size:25px;  
color:#CEDAE3;
}

.convert{
top:64px; 
}

.convert:hover{
color:#0000aa;
}

.embed{
top:114px; 
}


.embed:hover{
color:#46C6E2;
}

#facebook{
top:164px; 
}

#facebook:hover{
color:#3B5998;
}

#pinterest{
top:214px; 
}

#pinterest:hover{
color:#CC2127;
}

.toolbar_btn{
  min-width:36px;
  min-height:32px;
}

.heart{
color:#D50000;
text-shadow:0 -1px #aaa;
padding-top:16px;
padding-bottom:8px;
font-size:27px;
}

.heart:hover{
color:#FE107F;
}

.vertical{
position: absolute;
top: 40%;
left: 40%;
}

.box_ad{
margin:50px auto;
width:970px;
height:90px;
-moz-box-shadow: 0 3px 18px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, .5);
box-shadow: 0 3px 18px rgba(0, 0, 0, .5);    
}

.rect_ad{
padding: 20px 7px;
background: #fff;
border: 5px solid #eee;
/*width:728px;*/
text-align: center;
-moz-box-shadow: 0 3px 18px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, .5);
box-shadow: 0 3px 18px rgba(0, 0, 0, .5);    
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;    
}

.btn_sprite{background:url(/images/groups/popular_cliparts.jpg);}
#btn-hearts{ background-position: 0 0; width: 128px; height: 128px; } 
#btn-emoticons{ background-position: -128px 0; width: 128px; height: 128px; } 
#btn-lovers{ background-position: -256px 0; width: 128px; height: 128px; } 
