/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** MODULES STYLES ***********************/

/** jm-module default **/

.jm-module {
	margin: 0 0 20px;
	position: relative;
}

.jm-module-in {
	position: relative;
	z-index: 2;
}

.jm-module-in:before, .jm-module-in:after {
    -moz-transform: rotate(-5deg);
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    content: "";
    left: 10px;
    max-width: 100px;
    position: absolute;
	height: 10px;
    width: 50%;
    z-index: -1;
}

.jm-module-in:after {
    -moz-transform: rotate(5deg);
    left: auto;
    right: 10px;
}

.jm-module h3.jm-title {
    color: #666666;
	padding: 10px;
	margin: 0;
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* W3C */
}

.jm-module .jm-module-content-wrap {
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	background: #f9f9f9;
}

.jm-module .jm-module-content {
    padding: 10px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

/** filled suffix for module **/

.jm-module.filled .jm-module-content {
	border: none;
	color: #ffffff;
}

.filled a:link,
.filled a:visited {
	color: #ffffff;
}

/** bar suffix for module **/

.jm-module.bar {
	margin: 0 0 10px;
}

.jm-module.bar .jm-title-wrap {
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.jm-module.bar .jm-module-content-wrap {
	border: none;
	background: none;
}

.jm-module.bar .jm-module-content {
	border: none;
}

.jm-module.bar .jm-module-in {
	position: static;
}

.jm-module.bar .jm-module-in:before, .jm-module.bar .jm-module-in:after {
	display: none;
}

/** bar2 suffix for module **/

.jm-module.bar2 {
	margin: 0 0 10px;
}

.jm-module.bar2 h3.jm-title {
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 11px 11px 15px 11px;
	color: #fff;
}

.jm-module.bar2 .jm-module-content-wrap {
	border: none;
	background: none;
}

.jm-module.bar2 .jm-module-content {
	border: none;
}

.jm-module.bar2 .jm-module-in {
	position: static;
}

.jm-module.bar2 .jm-module-in:before, .jm-module.bar2 .jm-module-in:after {
	display: none;
}

/** blank suffix for module **/

.jm-module.blank {
	margin: 0 0 10px;
}

.jm-module.blank h3.jm-title {
	border: none;
	background: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	padding: 10px 0 20px;
}

.jm-module.blank .jm-module-content-wrap {
	border: none;
	background: none;
}

.jm-module.blank .jm-module-content {
	border: none;
	padding: 0 0 10px;
}

.jm-module.blank .jm-module-in {
	position: static;
}

.jm-module.blank .jm-module-in:before, 
.jm-module.blank .jm-module-in:after {
	display: none;
}

/** icon suffixes **/

.jm-module.icon1 h3.jm-title span {
	display: block;
	padding: 0 0 0 20px;
	background: url(/web/20180829152228im_/http://aldurgham.com/templates/jm-hct-pharmacy/images/icon1-gray.png) no-repeat left center;
}

.jm-module.icon2 h3.jm-title span {
	display: block;
	padding: 0 0 0 20px;
	background: url(/web/20180829152228im_/http://aldurgham.com/templates/jm-hct-pharmacy/images/icon2-gray.png) no-repeat left center;
}

.jm-module.icon3 h3.jm-title span {
	display: block;
	padding: 0 0 0 40px;
	background: url(/web/20180829152228im_/http://aldurgham.com/templates/jm-hct-pharmacy/images/icon3-gray.png) no-repeat left center;
}

.jm-module.bar2.icon1 h3.jm-title span {
	background: url(/web/20180829152228im_/http://aldurgham.com/templates/jm-hct-pharmacy/images/icon1-white.png) no-repeat left center;
}

.jm-module.bar2.icon2 h3.jm-title span {
	background: url(/web/20180829152228im_/http://aldurgham.com/templates/jm-hct-pharmacy/images/icon2-white.png) no-repeat left center;
}

.jm-module.bar2.icon3 h3.jm-title span {
	background: url(/web/20180829152228im_/http://aldurgham.com/templates/jm-hct-pharmacy/images/icon3-white.png) no-repeat left center;
}

/** top **/

#jm-top1 .rowcount_1 .top1-in {
	width: 100%;
	float: left;
}

#jm-top1 .rowcount_2 .top1-in {
	width: 50%;
	float: left;
}

#jm-top1 .rowcount_3 .top1-in {
	width: 33.3%;
	float: left;
}

#jm-top1 .rowcount_4 .top1-in {
	width: 25%;
	float: left;
}

#jm-top1 .top1-bg {
	padding: 0 0 0 20px;
}

/** content top **/

#jm-content-top1 .rowcount_1 .content-top1-in {
	width: 100%;
	float: left;
}

#jm-content-top1 .rowcount_2 .content-top1-in {
	width: 50%;
	float: left;
}

#jm-content-top1 .rowcount_3 .content-top1-in {
	width: 33.3%;
	float: left;
}

#jm-content-top1 .content-top1-bg {
	padding: 0 0 0 20px;
}

/** content bottom **/

#jm-content-bottom2 .rowcount_1 .content-bottom2-in {
	width: 100%;
	float: left;
}

#jm-content-bottom2 .rowcount_2 .content-bottom2-in {
	width: 50%;
	float: left;
}

#jm-content-bottom2 .rowcount_3 .content-bottom2-in {
	width: 33.3%;
	float: left;
}

#jm-content-bottom2 .content-bottom2-bg {
	padding: 0 0 0 20px;
}

/** bottom **/

#jm-bottom2 .rowcount_1 .bottom2-in {
	width: 100%;
	float: left;
}

#jm-bottom2 .rowcount_2 .bottom2-in {
	width: 50%;
	float: left;
}

#jm-bottom2 .rowcount_3 .bottom2-in {
	width: 33.3%;
	float: left;
}

#jm-bottom2 .rowcount_4 .bottom2-in {
	width: 25%;
	float: left;
}

#jm-bottom2 .bottom2-bg {
	padding: 0 0 0 20px;
}

/** dj-catalog2 frontpage **/

.djf_mod .djf_left {
	float: left;
}	

.djf_mod .djf_text {
	padding: 10px 0 0;
}

.djf_mod .djf_img {
 	border: none;
    margin: 0 10px 0 0;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}

.djf_mod .djf_img img {
    background: #fff;
    padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #DDDDDD;
}

.djf_mod .djf_gal .djf_cell {
    padding: 0;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}

.djf_mod .djf_gal .djf_cell img {
	border: 1px solid #dddddd;
	background: #fff;
    padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.djf_mod .djf_gal td {
    padding: 0 5px 5px 0;
}

.djf_mod .djf_text .djf_cat h2 {
	font-size: 1em;
	margin-bottom: 10px;
	color: #999999;
}

.filled .djf_mod .djf_text .djf_cat h2 {
	color: #fff;
}

.djf_mod .djf_text h3 {
	margin: 0 0 15px;
}

.djf_mod .djf_pag {
    float: none;
    margin: 0;
	padding: 10px 0 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.djf_mod .djf_pag span.button {
    background: #fff;
    font-weight: normal;
    margin: 0;
	padding: 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	line-height: 30px;
	border: 1px solid #dddddd;
}

.djf_mod .djf_pag span.button.active {
    background: #eeeeee;
	color: #999999;
    font-weight: normal;
}

.djf_mod .djf_pag span.button.active:hover {
	color: #999999;
	text-decoration: none;
}

.djf_mod .djf_pag span.button:hover {
    background: #eeeeee;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	text-decoration: underline;
}

.djf_mod a.btn {
	margin-top: 10px;
}

/** djcatalog2 items **/

.mod_djc_items {
	margin-left: -20px;
}

.mod_djc_item {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: 20px;
	padding-left: 20px;
}

.mod_djc_item:first-child {
	margin: 0;
}	

.mod_djc_items .djc_image {
	text-align: center;
	margin: 0 0 10px;
}

.mod_djc_items .djc_image a:link,
.mod_djc_items .djc_image a:visited {
	display: block;
	border: none;
}

.mod_djc_item .djc_image img {
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mod_djc_items .djc_category_info,
.mod_djc_items .djc_producer_info,
.mod_djc_items .djc_price {
	opacity: 1;
    filter: alpha(opacity = 100);
	padding-bottom: 5px;
	font-style: italic;
}

.mod_djc_items .djc_title h4 {}

.mod_djc_items .djc_title h4 a:link,
.mod_djc_items .djc_title h4 a:visited {
	border: none;
}

.mod_djc_items .djc_introtext p {
	margin: 0 0 5px;
}

.mod_djc_items .djc_price span {
    font-weight: bold;
	font-size: 1.2em;
}

.djc_items .djc_image img {
	max-width: 100% !important;
}

.mod_djc_items .djc_readon {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
}

/** dj-catalog2 search **/

.jm-module fieldset.djc_mod_search {
	padding: 0;
}

/** dj-imageslider **/

.djslider .slide-desc-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.djslider .slide-desc-bg {
    background: none;
    opacity: 1;
	filter: alpha(opacity="100");
}

.djslider .slide-desc-text {
	padding: 0;
}

#jm-header .djslider .slide-desc-text {
	padding: 30px 10px 10px;
}

#jm-header .djslider .slide-text {
	font-size: 1.2em;
	line-height: 1.6em;
}

.djslider .slide-desc-text .slide-title {
    color: #666666;
    margin-bottom: 0;
	font-size: 1.2em;
}

#jm-header .djslider .slide-desc-text .slide-title {
    margin-bottom: 20px;
}

.djslider .navigation-container-custom {
	bottom: 0 !important;
    left: 0;
    text-align: center;
    top: auto !important;
    width: 100%;
}

.djslider span.load-button {
    background: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: none;
	-webkit-box-shadow: none;
    height: 12px;
    margin: 0 3px;
    opacity: 1;
	filter: alpha(opacity="100");
    width: 12px;
}

.djslider span.load-button:hover {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background: #eeeeee;
}

.djslider span.load-button-active {
	background: #eeeeee;
    opacity: 1;
	filter: alpha(opacity="100");
}

.djslider small:before {
    content: "- ";
}

.djslider small {
    color: #999999;
	font-size: 1em;
}

.djslider li {
	text-align: left;
}

.djslider .slide-desc,
.djslider .slide-desc-in {
	height: 100%;
}
/*
     FILE ARCHIVED ON 15:22:28 Aug 29, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:38:34 Oct 03, 2019.
     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):
  load_resource: 804.923
  PetaboxLoader3.resolve: 692.964 (2)
  exclusion.robots: 0.162
  exclusion.robots.policy: 0.151
  captures_list: 45.226
  PetaboxLoader3.datanode: 63.455 (5)
  RedisCDXSource: 2.968
  CDXLines.iter: 14.769 (3)
  esindex: 0.011
  LoadShardBlock: 24.347 (3)
*/