@charset "UTF-8";

/* GENERAL MARKUP RULES */
/* -------------------- */
body {
  background:#fff;
}

/* 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;
  -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;
}


/* 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;
  text-shadow:none;
  font:normal 15px 'Droid Arabic Kufi', serif;
  direction:rtl;
}
.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;  
}
.modal.modal-login .modal-header {  
  background-color: #f5f5f5;  
  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;
  color:#67BFD4;  
  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;
  overflow: visible;
  margin-top:40px;
}
.modal.modal-login .modal-footer {
  background-color: #f5f5f5;
    -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: #FF7567;  /*#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-5 {
  margin-top:5px;
}

.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-5 {
  margin-bottom:5px;
}

.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;}
.padl-20{padding-left:20px;}
.padr-20{padding-right:20px;}

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

#footer-menu {
    color:#000;
    /*border-top:1px solid #333;*/
    /*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:#000;
}

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

#holding{
  color:#28ACEA;
}


.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;}
.darkgray{color:#444;}
.ltgray{color:#ddd;}
.gray{color:#aaaaaa;}
.dkgray{color:#aaa;}
.green{color:#268E2D;}
.orange{color:#fc0000;}
.marron{color:#CC433D;}
.red{color:#D30808;}
.tercoize{color:#41B7D8;}
.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: 60px;*/ }
#footer {
 clear: both;
 position: relative;
 z-index: 10;
 /*min-height: 60px;
 margin-top: -60px;*/
}


/*#content { padding-bottom: 60px; }
#footer {
 clear: both;
 position: relative;
 z-index: 10;
 min-height: 60px;
 margin-top: -60px;
}

#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;
}*/


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

.user {
color:#FA4836;
font-family:arial;
}

.login {
color:#FF6161;
}

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

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

h2 {
  font-size: 36px;
}

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

#logo{
  background:#ffffff url('/css/images/logo.png');
  width:216px;
  height:50px;
  margin-top:10px;
  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:normal 15px 'Droid Arabic Kufi', serif;
background: #eee;
padding: 5px 15px;
text-shadow:0 -1px 1px #fff;
}

.link {
color: #666;
text-shadow:none;
}

.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 15px arial;
  color: #aaa;
  padding-left:30px;
}

 .linko:hover {
  color: #D72121;
}


/*.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 {
  /*font-size:15px;
  border:1px solid #f1f1f1;
  background:#fff; /*C4D0D9*/
  /*color:#333;*/
  border:1px solid #4B4545;
  background:#504A4A;
  padding-left:20px;
  padding-right:20px;
  font:bold 21px 'Droid Arabic Kufi', serif;
}

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

.container{
border:none;
}

.formLabel{
font-size:15px;
color:#666;
}

.formLabelPad{
padding:0 20px;
}

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

#banner{
background: #FF7567; /*#46C6E2, 46C6E2, D5E4F0, 3B59A4*/
padding-bottom:20px;
}

.menu_box_bar{
  background:#FF7567;  
}

.menu_box{
background:#FF7567;
padding:20px 0;
color:#fff;
text-align: center;
font:bold 25px 'Droid Arabic Kufi', serif;
text-shadow:0 -1px 1px #ccc;
cursor: pointer;
}

.menu_box:hover{
color:#fff;  
background:#FB8579;
}

.menu_box_active{
background:#3C3636;
color:#fff;
text-shadow:none;
}

.app{
padding:10px;
background:#FB8579;
border:1px solid #de4131;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.app:hover{
background:#3C3636;
border:1px solid #3C3636;
cursor: pointer;
box-shadow: 0 1px 25px rgba(34,25,25,0.4);
-moz-box-shadow: 0 1px 25px rgba(34,25,25,0.4);
-webkit-box-shadow: 0 1px 25px rgba(34,25,25,0.4);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.cursiveTitle {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    font-weight: bold;
    font-size: 28px;    
    letter-spacing: 2px;        
    background:#fff;    
    padding:10px 0 10px 80px;
    box-shadow: 0 -1px 25px rgba(34,25,25,0.1) inset;
    -moz-box-shadow: 0 -1px 25px rgba(34,25,25,0.1) inset;
    -webkit-box-shadow: 0 -1px 25px rgba(34,25,25,0.1) inset;
}

.help {
    font-family: Helvetica;
    font-weight: normal;
    font-size: 30px;    
    margin-top:30px;
}

.help_sub {
padding-top:20px;
font: normal 12px verdana;
/*text-shadow:0px 1px 1px #fff;*/
line-height: 20px;
text-align:justify
color: #333;
}

.help_sec {
width:90%;
text-align:left;
}

.arabic_font{
  /*font:normal 50px 'Droid Arabic Naskh', serif;*/
  direction:rtl;
  font:normal 50px 'Droid Arabic Kufi', serif;
}

.arabic_font_clipart{
  /*font:normal 50px 'Droid Arabic Naskh', serif;*/
  direction:rtl;
  font:normal 21px 'Droid Arabic Kufi', serif;
}

.arabic_font_title{
  /*font:normal 50px 'Droid Arabic Naskh', serif;*/
  padding-top:5px;
  direction:rtl;
  font:normal 28px 'Droid Arabic Kufi', serif;
}

.arabic_font_sub_headline{
  color:#EE978E;
  direction:rtl;
  font:normal 27px 'Droid Arabic Kufi', serif;
}


.arabic_font_sub_title{
  color:#EE978E;
  direction:rtl;
  font:normal 21px 'Droid Arabic Kufi', serif;
}

.arabic_font_sub_title_mob{
  color:#EE978E;
  direction:rtl;
  font:normal 17px 'Droid Arabic Kufi', serif;
}

.arabic_font_menu{
direction:rtl;
font:normal 19px 'Droid Arabic Kufi', serif;
}

.arabic_font_small{
direction:rtl;
color:#666;
font:normal 17px 'Droid Arabic Kufi', serif;
}

.arabic_font_symbol{
direction:rtl;  
font:normal 21px 'Droid Arabic Kufi', serif;
text-shadow:0 -1px 0px #ccc;
}

.arabic_font_tiny{
direction:rtl;  
font:bold 15px 'Droid Arabic Kufi', serif;
}

.arabic_link{
direction:rtl;  
font:normal 21px 'Droid Arabic Kufi', serif;
}

.arabic_font_footer{
direction:rtl;  
font:normal 13px 'Droid Arabic Kufi';
}

.box-title{
direction:rtl;
font:normal 19px 'Droid Arabic Kufi', serif;
}

.scale{
 font-size: 1.0vw; 
}

.app-text{
text-shadow:0 -1px 2px #aaa;
color:#fff;
}

.app-p{
font-size:17px;
color:#FEE3E0;
text-shadow:0 -1px 0 #de4131;
}

.social{
padding:50px 0;
cursor: pointer;
box-shadow: 0 1px 25px rgba(34,25,25,0.4);
-moz-box-shadow: 0 1px 25px rgba(34,25,25,0.4);
-webkit-box-shadow: 0 1px 25px rgba(34,25,25,0.4);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.social:hover{
box-shadow: 1px 1px 10px rgba(154,132,132,0.75);
-moz-box-shadow: 1px 1px 10px rgba(154,132,132,0.75);
-webkit-box-shadow: 1px 1px 10px rgba(154,132,132,0.75);
}

.facebook{background:#445E9F;}
.twitter{background:#55B1E1;}
.pinterest{background:#B8242A;}
.google{background:#C9402E;}

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

#banner h2{
  color:#fff;
  font-size:70px;
  text-shadow: 0px 1px 3px #555;
  
}

#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-txt-s{
  font-size: 21px;
  font-weight:normal;
  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;
}


.symbol-p-s{
  font: normal 13px arial;
  color:#eee;
  text-shadow:none;
  padding-top:20px;
}
.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{
  width:36px;
  height:32px;
}

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

.heart:hover{
color:#FE107F;
}



.attribution2 {
position:absolute;
left:0;
bottom:0;
width:100%;
height:50px;
text-shadow:0 -1px 1px #aaa;
font-size:21px;
z-index:1000;
}

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


.attribution2 .link{
  color:#eee;
}

.attribution2 .link:hover{
  background:#333;
  padding:0 20px 3px 20px;
  opacity:0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}


.flink{
  color:#000;
  text-shadow:0 0 1px #eee;
  font: normal 38px verdana;
}

.flink:hover{
  color:#fff; 
  background:#000;  
  padding:10px 5px 20px 5px;
  opacity:0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}


.photo2{  
  padding:30px 0;
}


.boxGel{
position:relative;
background:#ccc;
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);
}


.rounded{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.buttonGel{
  height:80px;
  /* Overriding the default underline styling of the links */
  text-decoration:none !important;
  white-space:nowrap;      
  background-repeat:no-repeat;

  /* The following two rules are fallbacks, in case
     the browser does not support multiple backgrounds. */
  background-position:bottom left;
  background-image:url('/css/images/button_bg.png');
  
  /* Multiple backgrounds version. The background images
     are defined individually in color classes */  
  background-position:bottom left, top right, 0 0, 0 0;
  background-clip:border-box;
  
  /* Animating the background positions with CSS3 */
  /* Currently works only in Safari/Chrome */  
  -webkit-transition:background-position 1s;
  -moz-transition:background-position 1s;
  transition:background-position 1s;  
}

.buttonGel:hover{   
  background-position:top left;
  background-position:top left, bottom right, 0 0, 0 0;
}

.buttonGel:active{
  bottom:-1px;
}


.blue.buttonGel{
  padding:50px 0;
  color:#4fbbf7 !important;  
  border:1px solid #4fbbf7 !important;  
  background-color: #4fbbf7;
   
  background-image: url('/css/images/button_bg.png'), url('/css/images/button_bg.png'),-moz-radial-gradient( center bottom, circle,rgba(89,208,244,1) 0,rgba(89,208,244,0) 100px),-moz-linear-gradient(#4fbbf7, #3faeeb);
  background-image: url('/css/images/button_bg.png'), url('/css/images/button_bg.png'),-webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100,from(rgba(89,208,244,1)), to(rgba(89,208,244,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4fbbf7), to(#3faeeb));
}

.green.buttonGel{
  padding:50px 0;
  color:#82cc27 !important;
  border:1px solid #82cc27 !important;  
  background-color: #82cc27;
  
  background-image:url('/css/images/button_bg.png'), url('/css/images/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(162,211,30,1) 0,rgba(162,211,30,0) 100px),-moz-linear-gradient(#82cc27, #74b317);
  background-image:url('/css/images/button_bg.png'), url('/css/images/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(162,211,30,1)), to(rgba(162,211,30,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#82cc27), to(#74b317));
}


.red.buttonGel{
  padding:50px 0;
  color:#FA9696 !important;
  border:1px solid #FA9696 !important;  
  background-color: #FA9696;

  background-image: url('/css/images/button_bg.png'), url('/css/images/button_bg.png'),-moz-radial-gradient( center bottom, circle,rgba(250,150,150,1) 0,rgba(230,130,130,0) 100px),-moz-linear-gradient(#FA9696, #E6DCDC);
  background-image: url('/css/images/button_bg.png'), url('/css/images/button_bg.png'),-webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100,from(rgba(250,150,150,1)), to(rgba(230,130,130,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FA9696), to(#E6DCDC));
}


/* Orange Button */

.orange.buttonGel{
  padding:50px 0;
  color:#f1982f !important;
  border:1px solid #f1982f !important;  
  background-color: #f1982f;
  
  background-image:url('/css/images/button_bg.png'), url('/css/images/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(232,189,45,1) 0,rgba(232,189,45,0) 100px),-moz-linear-gradient(#f1982f, #d4821f);
  background-image:url('/css/images/button_bg.png'), url('/css/images/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(232,189,45,1)), to(rgba(232,189,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1982f), to(#d4821f));
}


.yellow.buttonGel{
  padding:50px 0;
  color:#FAC800 !important;
  border:1px solid #FAC800 !important;  
  background-color: #FAC800;
  
  background-image:url('/css/images/button_bg.png'), url('/css/images/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(250,200,0,1) 0,rgba(250,220,100,0) 100px),-moz-linear-gradient(#FAC800, #FADC64);
  background-image:url('/css/images/button_bg.png'), url('/css/images/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(250,200,0,1)), to(rgba(250,220,100,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAC800), to(#FADC64));
}


.purple.buttonGel{
  padding:50px 0;
  color:#3C4BC8 !important;
  border:1px solid #3C4BC8 !important;  
  background-color: #3C4BC8;
  
  background-image:url('/css/images/button_bg.png'), url('/css/images/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(60,75,200,1) 0,rgba(170,150,255,0) 100px),-moz-linear-gradient(#3C4BC8, #AA96FF);
  background-image:url('/css/images/button_bg.png'), url('/css/images/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(60,75,200,1)), to(rgba(170,150,255,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#3C4BC8), to(#AA96FF));
}


.violet.buttonGel{
  padding:50px 0;
  color:#A046FF !important;
  border:1px solid #A046FF !important;  
  background-color: #A046FF;
  
  background-image:url('/css/images/button_bg.png'), url('/css/images/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(160,70,255,1) 0,rgba(150,0,200,0) 100px),-moz-linear-gradient(#A046FF, #9600C8);
  background-image:url('/css/images/button_bg.png'), url('/css/images/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(160,70,255,1)), to(rgba(150,0,200,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#A046FF), to(#9600C8));
}


.dark_green.buttonGel{
  padding:50px 0;
  color:#1E641E !important;
  border:1px solid #1E641E !important;  
  background-color: #1E641E;
  
  background-image:url('/css/images/button_bg.png'), url('/css/images/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(30,100,30,1) 0,rgba(100,200,100,0) 100px),-moz-linear-gradient(#1E641E, #64C864);
  background-image:url('/css/images/button_bg.png'), url('/css/images/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(30,100,30,1)), to(rgba(100,200,100,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#1E641E), to(#64C864));
}


.light_green.buttonGel{
  padding:50px 0;
  color:#6EB482 !important;
  border:1px solid #6EB482 !important;  
  background-color: #6EB482;
  
  background-image:url('/css/images/button_bg.png'), url('/css/images/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(110,180,130,1) 0,rgba(156,223,175,0) 100px),-moz-linear-gradient(#6EB482, #9CDFAF);
  background-image:url('/css/images/button_bg.png'), url('/css/images/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(110,180,130,1)), to(rgba(156,223,175,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#6EB482), to(#9CDFAF));
}


.symbols{
  font-size:48px;
  font-height:48px;
  color:#fff;  
  text-shadow:0 1px 2px #333;
}


.pin-submenu{
padding:20px 5px;
position:relative;
border:1px solid #0FBFE8;
background:#4EC9E6; /*url(/css/images/button_bg.png); /*59D6F3*/
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: 0 5px 5px 5px;
-webkit-border-radius: 0 5px 5px 5px;
-moz-border-radius: 0 5px 5px 5px;
}


#editor_btn{
  background:#000;
  height:50px;
  margin:0;
  padding:0;
  margin-top:-15px;
  padding-top:10px;
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: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;

}

.pin-submenu-tab{
padding:7px 5px;
position:relative;
background:#fff;
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 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
}


.pin-submenu-tab-active{
padding:7px 2px; 
color:#fff;
background:#4EC9E6;
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 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
}


.pin-submenu-tab-left-active{
color:#fff;
background:#4EC9E6;
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 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
}


.i2clip_banner
{
text-align: center;
background:#FF7567;
font:bold 41px verdana;
color:#fff;
padding:5px 20px;
text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
position:relative;
}

.div-simple{
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.div-carved{
  clear: both; 
  float: none; 
  width: 100%; 
  height: 2px;
  /*margin: 0.5em 0;*/
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0.5, rgb(221,221,221)),
      color-stop(0.5, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      center top,
      rgb(221,221,221) 50%,
      rgb(255,255,255) 50%
  );
}

.ads{
width:740px;
border:1px solid #333; 
background:#666 url(/css/images/carpet.jpg);
padding-top:6px;
margin:0 auto;
  -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;
}

.arlink{
  color:#999;
  text-decoration:none;
  padding:10px;
}

.arlink:hover{  
  color:#00D8FF;
}

#seo{
direction:rtl; 
background:#333; 
padding:10px; 
margin-bottom:20px;
border:1px ridge #555;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}


.news_vu_box{
background:#fff;
padding:20px 0 20px 0;
text-align: center;
font:bold 70px 'Droid Arabic Kufi', serif;
text-shadow:0 -1px 1px #ccc;
height:auto;
}

.news_vu_box_title{
color:#ee0000;
font-size:60px;
}

.news_vu_box_msg{
color:#000;
font-size:60px;
}

#vu_hover{
  padding:10px;
  border: 1px solid #eee;
}

#vu_hover:hover{
  padding:10px;
-webkit-box-shadow: 0px 5px 15px #cc0000;
-moz-box-shadow: 0px 5px 15px #cc0000;
box-shadow: 0px 5px 15px #cc0000;

}

.broadcasts_vu_box{
background:#fff;
text-align: center;
font:bold 26px 'Droid Arabic Kufi', serif;
text-shadow:0 -1px 1px #ccc;
}

.top_link {   
  font:normal 14px 'Droid Arabic Kufi', serif;
  direction:rtl;  
}

.announce{
text-align:center; 
font:normal 12px 'Droid Arabic Kufi', serif;
color:#bbb;
}