/*--------------------------------------------------------------
 # 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 5px 25px;
}

.jm-module .jm-title-wrap {
    border-bottom: 1px dotted #989898;
    margin-bottom: 15px;
	margin-top: 10px;
}

.jm-module .jm-title-wrap .jm-title-space {
    border-bottom: 1px dotted #989898;
    margin: 0 0 1px;
    padding-bottom: 5px;
}

.jm-module .jm-title-wrap h3.jm-title {
    padding: 0;
    font-weight: 500;
    line-height: 1em;
    margin: 0;
}

#jm-header .jm-module {
    margin: 0;
}

#jm-left .jm-module,
#jm-right .jm-module {
    margin-left: 0;
}

.jm-module.black-ms {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#919191+0,e0e0e0+52 */
background: #919191; /* Old browsers */
background: -moz-linear-gradient(top,  #919191 0%, #e0e0e0 52%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#919191), color-stop(52%,#e0e0e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #919191 0%,#e0e0e0 52%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #919191 0%,#e0e0e0 52%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #919191 0%,#e0e0e0 52%); /* IE10+ */
background: linear-gradient(to bottom,  #919191 0%,#e0e0e0 52%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */

}
.jm-module.color-ms .jm-module-in,
.jm-module.black-ms .jm-module-in {
    padding: 12px;
}

.jm-module.color-ms .jm-title-wrap,
.jm-module.color-ms .jm-title-wrap .jm-title-space,
.jm-module.black-ms .jm-title-wrap,
.jm-module.black-ms .jm-title-wrap .jm-title-space {
    border-bottom: 1px dotted #fff;
}

.jm-module.color-ms .jm-title-wrap h3.jm-title,
.jm-module.black-ms .jm-title-wrap h3.jm-title {
    color: #fff;
}

.jm-module.color-ms .jm-module-content,
.jm-module.black-ms .jm-module-content {
    color: #fff;
}

.jm-module.blank-ms .jm-title-wrap {
    margin-bottom: 0;
    border: none;
}
.jm-module.blank-ms .jm-title-wrap .jm-title-space {
    border: none;
}

.jm-module.badge .jm-title-wrap h3.jm-title,
.jm-module.calendar .jm-title-wrap h3.jm-title,
.jm-module.chat .jm-title-wrap h3.jm-title,
.jm-module.check .jm-title-wrap h3.jm-title,
.jm-module.cloud .jm-title-wrap h3.jm-title,
.jm-module.direction .jm-title-wrap h3.jm-title,
.jm-module.divide .jm-title-wrap h3.jm-title,
.jm-module.error .jm-title-wrap h3.jm-title,
.jm-module.fire .jm-title-wrap h3.jm-title,
.jm-module.flag .jm-title-wrap h3.jm-title,
.jm-module.heart .jm-title-wrap h3.jm-title,
.jm-module.home .jm-title-wrap h3.jm-title,
.jm-module.info .jm-title-wrap h3.jm-title,
.jm-module.list .jm-title-wrap h3.jm-title,
.jm-module.mail .jm-title-wrap h3.jm-title,
.jm-module.people .jm-title-wrap h3.jm-title,
.jm-module.star .jm-title-wrap h3.jm-title,
.jm-module.stat .jm-title-wrap h3.jm-title {
    padding-left: 38px;
    background-position: left center;
    background-repeat: no-repeat;
}

.jm-module.color-ms.badge .jm-title-wrap h3.jm-title,
.jm-module.black-ms.badge .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/badge.png);
}

.jm-module.color-ms.calendar .jm-title-wrap h3.jm-title,
.jm-module.black-ms.calendar .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/calendar.png);
}

.jm-module.color-ms.chat .jm-title-wrap h3.jm-title,
.jm-module.black-ms.chat .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/chat.png);
}

.jm-module.color-ms.check .jm-title-wrap h3.jm-title,
.jm-module.black-ms.check .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/check.png);
}

.jm-module.color-ms.cloud .jm-title-wrap h3.jm-title,
.jm-module.black-ms.cloud .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/cloud.png);
}

.jm-module.color-ms.direction .jm-title-wrap h3.jm-title,
.jm-module.black-ms.direction .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/direction.png);
}

.jm-module.color-ms.divide .jm-title-wrap h3.jm-title,
.jm-module.black-ms.divide .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/divide.png);
}

.jm-module.color-ms.error .jm-title-wrap h3.jm-title,
.jm-module.black-ms.error .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/error.png);
}

.jm-module.color-ms.fire .jm-title-wrap h3.jm-title,
.jm-module.black-ms.fire .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/fire.png);
	font-size: 18px !important;
}

.jm-module.color-ms.flag .jm-title-wrap h3.jm-title,
.jm-module.black-ms.flag .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/flag.png);
}

.jm-module.color-ms.heart .jm-title-wrap h3.jm-title,
.jm-module.black-ms.heart .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/heart.png);
}

.jm-module.color-ms.home .jm-title-wrap h3.jm-title,
.jm-module.black-ms.home .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/home.png);
}

.jm-module.color-ms.info .jm-title-wrap h3.jm-title,
.jm-module.black-ms.info .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/info.png);
}

.jm-module.color-ms.list .jm-title-wrap h3.jm-title,
.jm-module.black-ms.list .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/list.png);
}

.jm-module.color-ms.mail .jm-title-wrap h3.jm-title,
.jm-module.black-ms.mail .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/mail.png);
}

.jm-module.color-ms.people .jm-title-wrap h3.jm-title,
.jm-module.black-ms.people .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/people.png);
}

.jm-module.color-ms.star .jm-title-wrap h3.jm-title,
.jm-module.black-ms.star .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/star.png);
}

.jm-module.color-ms.stat .jm-title-wrap h3.jm-title,
.jm-module.black-ms.stat .jm-title-wrap h3.jm-title {
    background-image: url(../images/icons_white/stat.png);
}

.jm-module.color-ms ul li,
.jm-module.black-ms ul li
 {
    background-image: url("../images/li-white.png");
	
}
.category-module_menu li {
	background: #000 url('../images/bg-menuline-or.png') bottom left no-repeat !important;
   padding-bottom: 7px;
   padding-top: 7px;
   padding-left: 0 !important;
}

.category-module_menu li h5 {
	font-size: 1em;
}
.category-module_menu li h5 a {
   background: url("../images/li-ar_light.png") 5px 5px no-repeat !important;
	color: #FFF;
	line-height: 1.3;
	font-weight: bold;
	padding-left: 13px;
}
.category-module_menu li h5 a:hover {
	color: #FF6600;
	text-decoration: none;
}


#jm-footer .jm-module .jm-title-wrap {
    border-bottom: 1px dotted #fff;
}

#jm-footer .jm-module .jm-title-wrap .jm-title-space {
    border-bottom: 1px dotted #fff;
}

#jm-footer .jm-module .jm-title-wrap h3.jm-title {
    font-size: 1em !important;
    line-height: 1.3em;
}

#jm-footer .jm-module.color-ms .jm-title-wrap h3.jm-title {
    color: #fff;
}

#jm-footer .jm-module.blank-ms .jm-title-wrap {
    margin-bottom: 0;
    border: none;
}

#jm-footer .jm-module.blank-ms .jm-title-wrap .jm-title-space {
    border: none;
}

/** rowcount width **/

#jm-top1 .rowcount_1 .top1-in,
#jm-top2 .rowcount_1 .top2-in,
#jm-bottom1 .rowcount_1 .bottom1-in,
#jm-bottom2 .rowcount_1 .bottom2-in,
#jm-content-top1 .rowcount_1 .content-top1-in,
#jm-content-bottom2 .rowcount_1 .content-bottom2-in {
    width: 100%;
    float: none;
}

#jm-top1 .rowcount_2 .top1-in,
#jm-top2 .rowcount_2 .top2-in,
#jm-bottom1 .rowcount_2 .bottom1-in,
#jm-bottom2 .rowcount_2 .bottom2-in,
#jm-content-top1 .rowcount_2 .content-top1-in,
#jm-content-bottom2 .rowcount_2 .content-bottom2-in {
    width: 50%;
    float: left;
}

#jm-top1 .rowcount_3 .top1-in,
#jm-top2 .rowcount_3 .top2-in,
#jm-bottom1 .rowcount_3 .bottom1-in,
#jm-bottom2 .rowcount_3 .bottom2-in {
    width: 33.3%;
    float: left;
}

#jm-top1 .rowcount_4 .top1-in,
#jm-top2 .rowcount_4 .top2-in,
#jm-bottom1 .rowcount_4 .bottom1-in,
#jm-bottom2 .rowcount_4 .bottom2-in {
    width: 25%;
    float: left;
}

/** djcatalog2 realted items **/

.djc_items .mod_djc_item{
    margin-top: 15px;
}

.djc_items .mod_djc_item:first-child{
    margin-top: 0;
}

.djc_items .djc_title h4{
    font-size: 1.5em;
    font-weight: 300;
}

/** search **/

input#mod_djcatsearch {
	max-width: 140px;
}

/** djcatalog2 items **/

.djc_items .djc_image {
	margin-bottom: 10px;
}

.djc_items .djc_image img{
    background: #fff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 1px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.djc_items .djc_category_info,
.djc_items .djc_producer_info,
.djc_items .djc_price {
	padding-bottom: 5px;
}

.djc_items .djc_image a{
    position: relative;
    display: inline-block;
    width: 100%;
}

.djc_items .djc_image a:after{
    -moz-box-shadow: inset 0 0 0 12px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0 0 0 12px rgba(255,255,255,0.35);
    box-shadow: inset 0 0 0 12px rgba(255,255,255,0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
}

.djc_items .djc_readon{
    padding-top: 5px;
}

/** djcatalog2 frontpage **/

.djf_mod .djf_gal .djc_col{
    padding: 0 10px 10px 0;
}

.djf_mod .djf_img a,
.djf_mod .djf_gal .djf_cell a{
    display: inline-block !important;
    position: relative;
}

.djf_mod .djf_img{
    margin: 0 10px 0 0;
    background: #fff;
    padding: 1px;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0,0,0,0.2);

}

.djf_mod .djf_img img,
.djf_mod .djf_gal .djf_cell img{
    display: inline-block;
}

.djf_mod .djf_img a:after,
.djf_mod .djf_gal .djf_cell a:after{
    -moz-box-shadow: inset 0 0 0 10px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0 0 0 10px rgba(255,255,255,0.35);
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
}


.djf_mod .djf_gal .djf_cell{
    background: #fff;
    padding: 1px;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0,0,0,0.2);
}

.djf_mod .djf_text h3{
    font-weight: 300;
}

.jm-module.color-ms .djf_mod .djf_text h3,
.jm-module.black-ms .djf_mod .djf_text h3,
.jm-module.color-ms .djf_mod .djf_text h3 a:link,
.jm-module.color-ms .djf_mod .djf_text h3 a:visited,
.jm-module.black-ms .djf_mod .djf_text h3 a:link,
.jm-module.black-ms .djf_mod .djf_text h3 a:visited,
#jm-footer .djf_mod .djf_desc,
#jm-footer .djf_mod .djf_text h3 ,
#jm-footer .djf_mod .djf_text h3 a:link,
#jm-footer .djf_mod .djf_text h3 a:visited{
    color: #fff;
}

.djf_mod .djf_pag{
    float: none;
    text-align: center;
    margin: 10px 0 0 0;
}

.djf_mod .djf_left{
    margin: 0;
}

.catalog-ms .djf_mod {
    background: #2b2b2b;
    display: inline-block;
    width: 100%;
}

.catalog-ms .djf_mod div{
    clear: none !important;
}

.catalog-ms .djf_mod .djf_gal .djf_row {
    clear: both !important;
}

.catalog-ms .djf_mod .djf_text {
    clear: both;
    width: 81.7%;
    float: right;
    padding: 10px 0;
}

.catalog-ms .djf_mod .djf_text > div {
	padding: 0 15px 0 0;
}

.catalog-ms .djf_mod .djf_pag > div {
	padding: 0 15px;
}

.catalog-ms .djf_mod .djf_gal .djc_col{
    padding: 0 2px 2px 0;
}
.catalog-ms .djf_mod .djf_text .djf_cat h2 {
    font-size: 1.1em;
}

.catalog-ms .djf_mod .djf_text h3 {
    line-height: 1.2em;
    margin-bottom: 10px;
}

.catalog-ms .djf_mod .djf_gal .djf_cell{
    border: none !important;
}

.catalog-ms .djf_mod .djf_gal td{
    padding: 1px 1px 0 0;
}

.catalog-ms .djf_mod .djf_gal .djf_cell{
    padding: 0;
}

.catalog-ms .djf_mod .djf_gal tr:first-child td{
    padding-top: 0;
}

.catalog-ms .djf_mod .djf_img{
    padding: 0;
    border: none;
    margin: 0;
}

.catalog-ms .djf_mod .djf_left{
    margin: 0;
    background: #fff;
    width: 100%;
}

.catalog-ms a.readon:link,
.catalog-ms a.readon:visited{
    float: right;
    background: url(../images/readmore2.png) no-repeat center right;
    font-size: 1.6em;
    line-height: 1.2em;
    padding-right: 31px;
    color: #fff;
    font-weight: 300;
}

.catalog-ms .djf_mod .djf_pag {
    float: left;
    margin: 0;
    padding: 28px 0;
    display: block;
    width: 18.2%;
    text-align: center;
}

.djf_mod .djf_pag span {
    font-weight: normal;
    margin: 0 2px;
    padding: 0;
    width: 30px;
    border: none;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    -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;
    color: #fff;
}

.djf_mod .djf_pag span.active {
    font-weight: normal;
}

.jm-module.color-ms .djf_mod .djf_pag span.active{
    background: #fff;
}

.jm-module.catalog-ms.color-ms .djf_mod .djf_pag span.active{
    color: #fff;
}

.catalog-ms .djf_mod .djf_pag span:hover {
    text-decoration: none;
}

.catalog-ms .djf_mod .djf_pag + div{
    clear: both !important;
}

.catalog-ms .djf_mod .djf_text h3,
.catalog-ms .djf_mod .djf_text .djf_cat,
.catalog-ms .djf_mod .djf_text a:link,
.catalog-ms .djf_mod .djf_text a:visited,
.catalog-ms .djf_mod .djf_desc{
    color: #fff;
}

.catalog-ms .djf_mod .djf_text h3{
    margin-bottom: 5px;
    font-size: 2.3em;
    font-weight: normal
}


.catalog-ms .djf_mod .djf_desc{
    float: left;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.2em;
}

/* dj-media-tools */

/* global */

span.load-button {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

span.load-button:hover {
	opacity: 0.8 !important;
	filter: alpha(opacity="80") !important;
}

.color-ms span.load-button,
.black-ms span.load-button {
	background: #ffffff !important;
}

.dj-slide-desc {
	z-index: 3;
}

.navigation-container {
	z-index: 4;
}

.dj-slide-in a {
	position: relative;
	display: block;
}

.dj-slide-in a:after {
	box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.35) inset;
	-moz-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.35) inset;
	-webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.35) inset;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#jm-allpage .djslider-loader,
#jm-allpage .dj-slideshow,
#jm-allpage .dj-slideshowThumbs,
#jm-allpage .dj-tabber {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* gallery grid */

.dj-slide-title {
	font-size: 1.5em !important;
	font-weight: 400 !important;
}

.dj-slide-desc-text {
	font-size: 1.2em !important;
}

/* tabber */

#jm-allpage .dj-tabber {
    background: #000 !important;
    border-width: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    padding: 0 !important;
}

.dj-tabber .dj-tab {
	margin-right: 0 !important;
	margin-left: 0 !important;	
	margin-bottom: 1px !important;
	margin-top: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    padding: 0 7px !important;
    background: #0f0f0f !important;
}

.color-ms .dj-tabber .dj-tab-active {
	background: #fff !important;
}

.color-ms .dj-tabber .dj-tab-active span.dj-tab-in, 
.color-ms .dj-tabber .dj-tab-active span.dj-tab-in span {
	color: #2a2a2a !important;
}

.color-ms .dj-tabber .dj-tab-indicator {
    background: url("../images/dj-tab-indicator-left.png") no-repeat right center !important;
}

.color-ms .dj-tabber .dj-tab-active img {
	border: 1px solid #dddddd !important;
}

.dj-tabber .dj-tabs-in .dj-tab:nth-last-child(2) {
	margin-bottom: 0 !important;
}

.dj-tabber span.dj-tab-in {
	text-shadow: none !important;
	color: #2a2a2a !important;
	font-weight: normal !important;
	font-size: 12px !important;
}

.dj-tabber .dj-tab img {
	border: 1px solid #ffffff !important;
	margin-right: 10px !important;
}

.dj-slide-desc-bg {
	opacity: 0.4 ;
	filter: alpha(opacity="40");
}

.dj-slide-desc-text {
	border-left: 6px solid rgba(0,0,0,0.5);
	color: #fff !important;
}

.slider-ms .dj-slide-desc-text {
	font-size: 18px !important;
	font-weight: 300 !important;	
}

.dj-slide-title {
    color: #fff !important;
    margin-bottom: 0 !important;
}

.slider-ms .dj-slide-title {
    font-size: 28px !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
    font-weight: 400 !important;
}

.slider-ms .dj-slide-desc-text p {
	margin: 4px 0 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.slider-ms .dj-slide-desc-text p {
		margin: 5px 0 5px !important; /* chrome fix */
	}
}

.navigation-container .prev-button,
.navigation-container .next-button,
.navigation-container .play-button,
.navigation-container .pause-button,
.dj-navigation .dj-prev,
.dj-navigation .dj-next,
.dj-navigation .dj-play,
.dj-navigation .dj-pause {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 17px;
    text-align: center;
    -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;
}

.slider-ms .dj-navigation .dj-play,
.slider-ms .dj-navigation .dj-pause {
	top: -150px !important;
}

.slider-ms .dj-navigation .dj-prev {
	right: 0 !important;
	left: auto !important;
}

.slider-ms .dj-navigation .dj-next {
	bottom: -42px !important;
	left: -42px;
}

.navigation-container .prev-button:hover,
.navigation-container .next-button:hover,
.navigation-container .play-button:hover,
.navigation-container .pause-button:hover,
.dj-navigation .dj-prev:hover,
.dj-navigation .dj-next:hover,
.dj-navigation .dj-play:hover,
.dj-navigation .dj-pause:hover {
    background: rgba(0, 0, 0, 0.7);
}

.dj-slideshow .dj-slideshow-in {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.dj-slideshow .dj-indicators-in {
	text-align: center !important;
}

.dj-slideshow .dj-load-button {
    background: #000 !important;
    opacity: 0.5 !important;
    filter: alpha(opacity="50") !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border: none !important;
    height: 22px !important;
    width: 22px !important;
}

.color-ms .dj-slideshow .dj-load-button,
.black-ms .dj-slideshow .dj-load-button {
    background: #ffffff !important;
}

.dj-slideshow .dj-load-button:hover,
.dj-slideshow .dj-load-button-active {
    opacity: 0.7 !important;
    filter: alpha(opacity="70") !important;
}

.black-ms .dj-slideshow .dj-load-button:hover,
.black-ms .dj-slideshow .dj-load-button-active,
.color-ms .dj-slideshow .dj-load-button:hover,
.color-ms .dj-slideshow .dj-load-button-active {
    opacity: 1 !important;
    filter: alpha(opacity="100") !important;
}

.dj-slideshow .dj-load-button .dj-key {
	font-size: 14px !important;
	line-height: 22px !important;
	font-weight: normal !important;
}

.color-ms .dj-slideshow .dj-load-button .dj-key,
.black-ms .dj-slideshow .dj-load-button .dj-key {
	color: #2a2a2a !important;
}

.dj-slideshowThumbs .dj-slideshowThumbs-in {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.dj-slideshowThumbs .dj-indicators {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    background: #000000 !important;
}

.black-ms .dj-slideshowThumbs .dj-indicators {
    background: rgba(255,255,255,0.1) !important;
}

.nivoSlider {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

#jm-allpage .nivoSlider .nivo-directionNav a {
    background-color: rgba(0, 0, 0, 0.5) !important;
    background-position: center center !important;
    padding: 15px 17px !important;
    text-align: center !important;
    -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;
    width: 6px !important;
    height: 11px !important;
}

#jm-allpage .nivoSlider .nivo-directionNav a:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;	
}

#jm-allpage .nivoSlider .nivo-directionNav a.nivo-prevNav {
	background-image: url(../images/prev.png) !important;
}

#jm-allpage .nivoSlider .nivo-directionNav a.nivo-nextNav {
	background-image: url(../images/next.png) !important;
}

#jm-allpage .nivo-controlNav a {
    background: rgba(0, 0, 0, 0.2) !important;
    height: 10px !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
    width: 10px !important;
}

#jm-allpage .nivo-controlNav a:hover,
#jm-allpage .nivo-controlNav a.active {
    background: rgba(0, 0, 0, 0.8) !important;
}

#jm-allpage .color-ms .nivo-controlNav a,
#jm-allpage .black-ms .nivo-controlNav a {
    background: rgba(255, 255, 255, 0.5) !important;
}

#jm-allpage .color-ms .nivo-controlNav a:hover,
#jm-allpage .color-ms .nivo-controlNav a.active,
#jm-allpage .black-ms .nivo-controlNav a:hover,
#jm-allpage .black-ms .nivo-controlNav a.active {
    background: rgba(255, 255, 255, 1) !important;
}

.box_skitter {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border: none !important;
}

#djmediatools a.dj-category {
    background: #FFFFFF !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding: 1px !important;	
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

#djmediatools .dj-category-in {
	border: none !important;
}

#djmediatools .dj-cat-title {
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 15px;
}

.catalog-ms .djf_mod div {
	clear: none !important;
}

.jm-module .jm-module-in .jm-module-content ul.menu li a {
	margin: 0px !important;
	padding:  5px 0 9px 15px; !important;
	font-weight:bold;
	color: #FFF;
}
.jm-module .jm-module-in .jm-module-content ul.menu li a:hover {
	color: #FF6600;
}
.jm-module-content .custom p.jm-block a {
	font-size: 1em;
}
.dj-slide-desc-text p {
	display: none !important;
}
img.album {
	width: auto;
}


/*prodTable `mrp */

table#prodTable {
	padding: 4px;
	border: solid 1px #000;
	border-radius: 7px;
	height: 300px;
	overflow: hidden;
	width: 280px;
}
table#prodTable tbody tr td center a img {
	max-width: 200px !important;
}

#prodDescription table tbody tr td {
	border-bottom: solid 1px #CCC;
}

.hideThumb {
	display: none;
}
#phocagallery .pg-name {
	color: #e68900 !important;
}

h1.toGallery {
	float: right;
	margin: 0 !important;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1.7 !important;
}
h1.toGallery a {
	display: block;
	padding: 0 7px;
	background: #ff6600;
	color: #FFF;
	font-weight: bold;
	font-size: 17px;
	border-radius: 5px;
	text-decoration: none;
}
h1.toGallery a:hover {
	background: #000;
	color: #FFF;
}

.pg-category-view-desc p {
	font-size: 20px;
}

.tableAreaexpertise {
	margin: 7px;
}
.tableAreaexpertise tr td {
	padding: 2px;
	vertical-align: top;
}
.tableAreaexpertise img {
	width: 160px !important;
	/*height: 90px !important;*/
	border: solid 2px #000;
}

.pg-box-parentfolder {
	width: 70px !important;
	border: 0 !important;
}

#jm-maincontent {
	position: relative;
}