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

.jm-module h3.jm-title {
}

#jm-bottom .jm-module h3.jm-title {
  color: #ffffff;
}

#jm-bottom .jm-module .jm-module-content {
  color: #C2C2C2;
}

#jm-bottom .jm-module .jm-module-content iframe{
  width: 100% !important;
}

#jm-bottom .jm-module .jm-module-content .fb_iframe_widget{
  width: 100% !important;
  border: none !important;
}

/** jm-module dark **/

.jm-module.dark {
  background: url(../images/dark_bg.png);
  padding: 15px;
}

#jm-bottom .jm-module.dark {
  background: none;
}

.jm-module.dark h3.jm-title {
  color: #ffffff;
}

.jm-module.dark .jm-module-content {
  color: #C2C2C2;
}

/** jm-module box **/

.jm-module.box {
  border: 1px solid #e2e2e2;
}

.jm-module.box h3.jm-title {
  color: #ffffff;
  padding: 10px 15px;
  margin: 0;
}

.jm-module.box .jm-module-content {
  padding: 15px;
  background: #ffffff;
}

/** middle **/

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

#jm-middle .rowcount_2 .middle-in {
  float: left;
}

#jm-middle .rowcount_2 .middle-in.middle-row-first {
  width: 66.6%;
}

#jm-middle .rowcount_2 .middle-in.middle-row-last {
  width: 33.3%;
}

#jm-middle .middle-bg {
  padding-left: 30px;
}

/** content-top1 **/

#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;
  background-color:#fff;
}

#jm-content-top1 .rowcount_3 .content-top1-in h3{
  background-color:#003e6b;
  line-height:42px;
  margin: 0px;
}

#jm-content-top1 .rowcount_3 .content-top1-in p{
  margin: 0px;
}

#jm-content-top1 .content-top1-bg {
  width: 100%;
}

/** content-top2 **/

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

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

#jm-content-top2 .content-top2-bg {
  padding-left: 30px;
}

/** content-bottom1 **/

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

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

#jm-content-bottom1 .content-bottom1-bg {
}

/** content-bottom2 **/

#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 {
}

/** bottom **/

#jm-bottom .rowcount_1 .bottom-in {
  width: 100%;
  float: right;
}

#jm-bottom .rowcount_1{
  width: 25%;
  float: right;
}

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

#jm-bottom .rowcount_3 .bottom-in {
  width: 33%;
  float: left;
}

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

#jm-bottom .rowcount_4 .bottom-in.bottom-row-last {
  width: 25%;  
}

#jm-bottom .bottom-bg {
  padding-left: 30px;
}

#jm-bottom .bottom-bg .jm-title{
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

#jm-bottom .rowcount_3 .bottom-in.bottom-row-last .bottom-bg {
}

/** dj-imageslider **/

#jm-marco .djslider li {
  text-align: left;
}

#jm-marco .djslider .slide-desc,
#jm-marco .djslider .slide-desc-in {
  height: 100%;
}

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

.jm-module.testimonials .djslider .slide-desc-bg {
  background: none;
}

.djslider .slide-desc-bg {
  background: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity = 80);
}

#jm-marco .djslider .slide-desc-text {
  color: #ffffff;
}

#jm-marco .djslider .slide-desc-text .slide-title {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 3.7em;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.djslider .slide-desc-text .slide-title {
  color: #333333;  
}

#jm-marco .djslider .slide-desc-text .slide-text {
  font-size: 1.4em;
  line-height: 1.5em;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.djslider .slide-desc-text .slide-title a {
  color: #333333;
  -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;
}

#jm-marco .djslider .slide-desc-text .slide-title a {
    color: #ffffff;
}

.djslider .slide-desc-text .slide-title a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity="80");
}

.djslider .navigation-container {
  top: 50% !important;
  width: 100%;
  z-index: 1;
}

#jm-marco .djslider .navigation-container img.prev-button,
#jm-marco .djslider .navigation-container img.next-button,
#jm-marco .djslider .navigation-container img.play-button,
#jm-marco .djslider .navigation-container img.pause-button {
    background: rgba(255,255,255,0.6);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 15px 18px;
  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;
}

#jm-marco .djslider .navigation-container img.prev-button:hover,
#jm-marco .djslider .navigation-container img.next-button:hover,
#jm-marco .djslider .navigation-container img.play-button:hover,
#jm-marco .djslider .navigation-container img.pause-button:hover {
    background: rgba(255,255,255,1);
}

#jm-marco .djslider .navigation-container img.next-button {
  right: 0px !important;
}

.djslider .navigation-container-custom {
  right: auto !important;
  left: 10px;
  top: auto !important;
  bottom: 0;
}

#jm-marco .djslider .navigation-container-custom {
  left: auto !important;
  text-align: center;
  width: 100%;
}

.djslider span.load-button {
  background: #aaaaaa;
    border: none;
    border-radius: 10px;
  -webkit-border-radius: 10px;
    box-shadow: none;
  -webkit-box-shadow: none;
    opacity: 0.6;
  filter: alpha(opacity="60");
  -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;
}

#jm-marco .djslider span.load-button {
    background: #ffffff;
  height: 20px;
  width: 20px;
}

.djslider span.load-button:hover {
    opacity: 1;
  filter: alpha(opacity="100");
}

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

/** djcatalog2 frontpage **/

.djf_mod .djf_desc {
  font-size: 1.4em;
  line-height: 1.5em;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

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

.djf_mod .djf_img img {
  padding: 4px;
  background: #fff;
    border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
  box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
}

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

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

.djf_mod .djf_gal img {
  padding: 4px;
  background: #fff;
    border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
  box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);  
}

.djf_mod .djf_text .djf_cat h2 {
  font-size: 1.4em;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.djf_mod .djf_text h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.7em;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

#jm-marco .djf_mod .djf_text h3 a:link,
#jm-marco .djf_mod .djf_text h3 a:visited {
  color: #ffffff;
}

.jm-module.box .djf_mod .djf_text h3 a:link,
.jm-module.box .djf_mod .djf_text h3 a:visited,
.jm-module .djf_mod .djf_text h3 a:link,
.jm-module .djf_mod .djf_text h3 a:visited {
    color: #6a6a6a;
}

.djf_mod .djf_text h3 a:hover {
  text-decoration: none;
}

.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: rgba(255,255,255,0.6);
    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;
}

.djf_mod .djf_pag span.active {
    background: rgba(255,255,255,1);
    font-weight: normal;
}

.djf_mod .djf_pag span:hover {
    background: rgba(255,255,255,1);
  text-decoration: none;
}

#jm-marco .djf_text a.btn,
#jm-marco a.readon:link,
#jm-marco a.readon:visited,
#jm-marco a.readmore:link,
#jm-marco a.readmore:visited {
    cursor: pointer;
    font-family: 'vweb',sans-serif;
    font-size: 1.8em;
    height: 58px;
    line-height: 58px;
    margin: 15px 0 0;
    padding: 0 30px 0 10px;
    text-shadow: 1px 1px 0 #FFFFFF;
}

#jm-marco .djf_text a.btn:hover,
#jm-marco a.readon:hover,
#jm-marco a.readmore:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

#jm-marco .djf_text a.btn:active,
#jm-marco a.readon:active,
#jm-marco a.readmore:active {
  position: relative;
  top: 1px;
}

.djf_mod .djf_left {
    float: left;
    margin: 0 0 8px;
}

/** djcatalog2 items **/

.mod_djc_items .mod_djc_item {
    margin: 20px 0 0;
}

.mod_djc_items .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;
}

.mod_djc_item .djc_image img {
  background: #fff;
    border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
  box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
}

.mod_djc_items .djc_title h4 a:link,
.mod_djc_items .djc_title h4 a:visited,
#jm-bottompage .box .mod_djc_items .djc_title h4 a:link,
#jm-bottompage .box .mod_djc_items .djc_title h4 a:visited {
  color: #333333;
}

#jm-bottompage .mod_djc_items .djc_title h4 a:link,
#jm-bottompage .mod_djc_items .djc_title h4 a:visited {
  color: #fff;
}

.mod_djc_items .djc_title h4 a:hover {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

.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;
}

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

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

.mod_djc_items .mod_djc_item {
    display: inline-block;
  width: 100%;
}

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

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

.mod_djc_item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 30px;
} 

.mod_djc2filters small {
    display: inline-block;
}

/** for clear **/
.djf_mod .djf_pag + div {
    clear:both;
    height:0;
    width:0;
    margin:0;
    padding:0;
    line-height:0;
    overflow: hidden;
    font-size:0px;
}

/** dj-catalog2 search **/

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

.jm-module form#DJC2searchForm input#mod_djcatsearch {
    width: 130px;
}

/** CUSTOM MODULES **/
.content-top1.count_3 {
}

.fb_iframe_widget iframe {
    display: block;
    float: left;
    position: relative !important;
    width: 100% !important;
}
.fb_iframe_widget span {
  display: block;
    float: left;
    height: auto;
    vertical-align: bottom;
    width: 98% !important;
}

.blog-featured .cols-2 .column-1,.blog-featured .cols-2 .column-2 {
    float: left;
    width: 100%;
}

.pluginSkinLight {
    background: none repeat scroll 0 0 #FFFFFF;
}
#Mod92 .jm-module-content.clearfix {
}

.jg_poweredbydiv {
    display: none;
}
.btn.button.readmore {
    color: #003E6B;
    font-size: 1em !important;
    font-weight: bold;
    width: 15%;
}
.fb_iframe_widget {
	width:100% !important;
}

#jm-toppage-right .custom > p {
    text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF;
	-moz-text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF;
	-webkit-text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF;
	-o-text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF;
	-webkit-text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF;
}
._4s7c {
}