/**
 * @version     1.0.2
 * @package     Forte template for Joomla! 3.x
 * @author      JoomlaXTC http://www.joomlaxtc.com
 * @copyright   Copyright (C) 2014 Monev Software LLC. All rights reserved.
 * @license     http://www.joomlaxtc.com/license JoomlaXTC Proprietary Use License
 */
html {
    background: #000;
}
#region3.row-fluid {
    min-height: 600px;
}
body.frontpage #region3.row-fluid {
    min-height: 100%;
}
@media (max-width: 900px) {
#logo a {
    height: 95px!important;
    width: 180px!important;
    margin-bottom: 50px!important;
} 
#region3wrap .xtc-wrapper {
    padding: 20px!important;
    }}
h1 {
    font-size: 30px;
}
h1.title-about {
    color: #ec7404;
    font-size: 1.25rem;
    margin-bottom: 20px;
}
h2.title-address {
    color: #ec7404;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ec7404;
}
.frontpage .title-wrap h2 {
    font-size: 1.25rem;
}
.module.homepage-slider {
    margin: 0; 
}
.homepage-slider .modulecontent {
    padding: 0;
}
.frontpage .jxtc_newspro_tmp5 h2 {
    font-size: 1.25rem;
    line-height: 22px!important;    
}
.title-wrap p,
#right2 p{
    color: #aaa;
    font-size: 0.9rem;
}
.title-wrap img {
    margin: 0 30px;
}
#user31 .gridarticleimage {
  min-height: 300px;
}
#user31 .gridarticletext h2 a {
  color: #fff;
  font-size: 22px;
}
#user31 .gridarticletext p {
  font-size: 14px;
}
#headerwrap {
    background: none;
}
#header {
    background: #ffffff;
    border-bottom: 3px solid #ec7404;
}
#user13 .title-products {
      text-align: left;
    font-size: 22px;
    border-bottom: 3px solid #ec7404;
    padding-bottom: 10px;
    font-weight: 600!important;
    letter-spacing: 0;
}
#user13 h3 {
    font-size: 16px;
}
#user13 h3 a {
    color: #ec7404;
}
#user13 .ImageWrapper {
    min-height: 200px;
}
#user25 .iconarticletext h4 {
  font-size:20px;
}
#user25 .iconarticletext p {
  font-size: 13px;
}
.jxtc_newspro_tmp5 .read-more a.info {
  background: #005baa;
  padding: 8px 30px;
}
.header-contact {
    position: absolute;
    bottom: 15px;
    right: 25px;
    font-size: 14px;
}    
.header-contact a {
    color: #ec7404;
}
.mod-languages {
    position: absolute;
    right: 295px;
    bottom: 15px;
    font-size: 16px;
}
#menuwrap .suckerfish ul.menu > li ul li {
  min-width: 250px;
}
#right {
    margin-top: 30px;
}
#right .iconarticle {
    border: 2px solid #00519e;
    box-shadow: 7px 7px 0px #d5e6f6;
    border-top-left-radius: 20px;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin-bottom: 60px;
    min-width: 280px;
}
#right .modulecontent .newsimg {
    width: 100%;
    background: #ccc;
    height: 170px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 30px;
    text-align: center;
    background: #fff;
    padding-top: 8px;
}
#right .modulecontent .newsimg img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 170px;
    width: auto;
    margin: 0 auto;
    position: relative;
    border-top-left-radius: 12px;
}
#right .modulecontent {
    margin: 0 10px 10px;
    padding: 0 20px 10px;
}
.wallview {
  overflow: visible!important;
}

#right .iconarticletext {
    display: inline-block;
    padding: 15px;
}
#right .iconarticletext h4 {
    font-size: 1.25rem;
    font-weight: normal;
}
#right .iconarticletext p {
    font-size: 14px;
    margin-top: 12px;
    line-height: 140%;
}
.blog-featured a, .item-page p a, .item-page td a {
    color: #EC7404;
}
#component p {
    font-size: 0.9rem;
}
.bfFormDiv {
}
.bfFormDiv button {
    background: #005baa!important;   
}
.bfClearfix div>span {
    display: none;
}
.product-ruchgroup .wrapper {
    border: 1px solid #BCC9E5;
    position: relative;
    margin: 5px;
    display: inline-block;
    min-height: 280px;
    height: 280px;
    overflow: hidden;
}
#component .product-ruchgroup h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #005baa;
    display: inline-block;
    width: 100%;
    height: 20%;
    text-align: center;
    padding-top: 10px;
    margin: 0;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#component .product-ruchgroup h2 a {
    color: #fff;
    line-height: 20px;
}
#component .product-ruchgroup h2 a:hover {
    text-decoration: underline;
}
.product-ruchgroup .layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(188,201,229,0.8);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.product-ruchgroup .wrapper:hover .layer {
    opacity: 1;
}
#component .product-ruchgroup .wrapper:hover h2 {
    background: #02335C; 
}
.product-ruchgroup .layer .layer-links {
    position: relative;
    top: 35%;
    text-align: center;
}
.product-ruchgroup .layer .layer-links a .fa.fa-link {
    font-size: 21px;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px;
    border-radius: 100%;
}

.product-ruchgroup .layer .layer-links a:hover .fa.fa-link {
    color: #BCC9E5;
    background: #fff;
}

/*** Newsletter form ***/

.news-subscribe .acymailing_form input,
.news-subscribe .acymailing_form select {
    background: none!important;
    border: 1px solid #eee;
    margin-left: 0!important;
    border-radius: 0;
    width: 270px!important;
}
.news-subscribe .modulecontent{
    padding: 0;
} 
.news-subscribe .acymailing_form {
    width: 100%;
    margin-bottom: 50px;
}
.news-subscribe .acymailing_form input.button {
    background: #005baa!important;
    padding: 10px 26px !important;
    line-height: 30px;
    border: none!important;
    vertical-align: baseline!important;
    color: #fff!important;
    width: 200px!important;
}
.news-subscribe .acymailing_form input.button:hover {
    background: #005baa!important;
}
input#user_phone_formAcymailing91061 {
    width: 228px!important;
}
.acymailing_form td {
    float: left;
}
.acymailing_form td label {
    width: 150px;
}
.acymailing_form .acy_requiredField:after {
    content: '*';
    color: #b94a48;
    margin-left: 3px;
}
.fancybox-wrap {
    z-index: 99999999;
}
.fancybox-overlay {
    z-index: 9999999;
}
.jxtc_newspro_tmp5 {
    border-top-left-radius: 30px;
}
button.acymailing_buttonCountryCode {
    padding: 0 2px 0 5px!important;
    margin-top: 3px;
    vertical-align: top!important;
    border: 1px solid #bbb!important;
}
.article-full h3 {
    font-size: 1.25rem;
    color: #333;
}
.article-full ul li {
    line-height: 160%;
    padding: 3px 0;
    font-size:0.9rem;
}
.com_breezingforms .article-full {
    background: #fcfcfc;
}
.bfQuickMode section input[type='text'], 
.bfQuickMode section textarea, 
.bfQuickMode section select {
    border-radius: 0;
}
.com_breezingforms .bfQuickMode .bfLabelLeft label {
    width: 150px;
}
.com_breezingforms .bfQuickMode .bfNextButton, 
.com_breezingforms .bfQuickMode .bfSubmitButton, 
.com_breezingforms .bfQuickMode .bfCancelButton {
    margin-left: 165px;
    margin-top: 20px;
    padding: 10px 32px!important;
    line-height: 30px;
    float: none;
}
.com_breezingforms .bfQuickMode .bfRequired {
    color: #b94a48;
}
#breadcrumbs {
    position: relative;
    left: -45px;
    top: -14px;
}
#breadcrumbs .breadcrumbs {
    border:none;
    padding: 0;
}
#region2wrap .xtc-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.catItemIntroText:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
}
.gridfirst.span12.xtc-category-col.cols-1.item.column-1 {
    border-bottom: 1px solid #ccc;
}
#component .readmore1 a {
    color: #fff !important;
    background: #00519E !important;
    transition: all 0.3s ease-in-out;
}
#component .readmore1 a:hover {
    color: #000 !important;
    background: #BCC9E5 !important;
}

@media screen and (max-width: 900px) {
body.innerpage #headerwrap,
#headerwrap {
     background: none!important;
     margin-bottom: 0!important;
     padding: 0!important;
     width: 100%;
}
.xtc-bodygutter {
    padding: 0!important;
}
#breadcrumbs {
        left: 0;
        top: 0;
    }
.module {
    margin-bottom: 0!important;
}
#region2wrap .xtc-wrapper {
    padding: 10px 20px!important;
}
}