﻿/* =============================================================================
  NAV
============================================================================= */
.demo-nav {
  margin-bottom: 24px;
  text-align: center;
}

.demo-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.demo-nav li {
  display: inline-block;
  margin: 0 2px 4px 2px;
}

.demo-nav a {
  display: block;
  padding: 8px 24px;
  color: #28aadc;
  border: solid 2px #28aadc;
}

.demo-nav a:hover,
.demo-nav li.active a {
  color: #fff;
  background-color: #28aadc;
}

/* =============================================================================
  COMPONENT
============================================================================= */
.component {
  text-align:right;
  margin-top:20px;
}

.component__title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

/* =============================================================================
  ICONS - COMMON
============================================================================= */
/**
 * Icon common styles.
 *
 * Set it to block or inline block, whichever suits your needs. Overflow set to
 * hidden for precautions, and make sure to set the font size to 0 and the text
 * indent to -9999px. This allows us to actually include text in the markup
 * which will be good for screen readers and accessibility purposes.
 */
.icon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 4px;
  width: 38px;
  height: 38px;
  font-size: 0;
  text-indent: -9999px;
}

/* =============================================================================
  ICONS - DEMO 1
============================================================================= */
/**
 * "icon-mono" class name used to indicate monochrome-type icon. Use whatever
 * class name you want, but make sure to change it up in the markup.
 *
 * Example HTML:
 *
 * <a href="#" class="icon icon-mono facebook">facebook</a>
 * <a href="#" class="icon icon-mono twitter">twitter</a>
 * ...
 */
.icon-mono {
  background: url("/web/20180826034749im_/http://alrawanpc.com/img/icons1.png");
  background-color: #FFF;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

/* facebook */
.icon-mono.facebook {
  background-position: 0 0;
}

.icon-mono.facebook:hover {
  background-color: #3b5998;
  background-position: 0 -38px;
}

/* twitter */
.icon-mono.twitter {
  background-position: -38px 0;
}

.icon-mono.twitter:hover {
  background-color: #4099ff;
  background-position: -38px -38px;
}

/* google plus */
.icon-mono.googleplus {
  background-position: -76px 0;
}

.icon-mono.googleplus:hover {
  background-color: #d34836;
  background-position: -76px -38px;
}


/*
     FILE ARCHIVED ON 03:47:49 Aug 26, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:39:01 Aug 08, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 150.206
  exclusion.robots: 0.121
  exclusion.robots.policy: 0.11
  cdx.remote: 0.062
  esindex: 0.01
  LoadShardBlock: 103.787 (3)
  PetaboxLoader3.datanode: 91.298 (5)
  load_resource: 166.601 (2)
  PetaboxLoader3.resolve: 99.273 (2)
*/