/**
 * @version		1.0.1
 * @package		JoomlaXTC Kraft template for Joomla! 3.x
 * @author		JoomlaXTC http://www.joomlaxtc.com
 * @copyright	Copyright (C) 2015 Monev Software LLC. All rights reserved.
 * @license		http://www.joomlaxtc.com/license JoomlaXTC Proprietary Use License
 */
.product table td {text-transform:uppercase;}
.mod-languages{margin-top:20px;}
.k2Anchor{display:none;}
.page-header{display:none;}
.pull-left {display:none;}
.item-image{display:none;}
#menu ul li a{text-decoration:none!important;text-transform:none!important;}
/****Product****/
.product {width:100%;margin-left:auto;margin-right:auto;}
.product h1{width:100%;margin-left:auto;margin-right:auto;color:#fff!important;text-align:center;background:#271f26;padding:5px;font-size:35px;}
.product_photo{width:49%;float:left;}
.product_photo img{width:100%;height:auto;}
.product_text{width:49%;float:right;}
.product_text p{}
.product table{width:100%;margin-left:auto;margin-right:auto;text-align:center;}
.product table .t_p_1{border:1px solid #271f26;}
.product table .t_p_1 img {max-height:80px;width:auto;}
.product table .t_p_2{border-left:1px solid  #271f26;border-bottom:1px solid  #271f26;border-right:1px solid  #271f26;}
.product table .t_p_3{border-left:1px solid  #271f26;border-bottom:1px solid  #271f26;}
.product table .t_p_3 td {border-right:1px solid #271f26;padding:8px;}
.product_gallery{border-bottom:1px solid  #271f26;border-top:1px solid  #271f26;margin-bottom:30px;}
.fancybox-title {display:none;}
.fancybox-title-inside-wrap{display:none;}
/****End Product****/
body.frontpage #user1 .wallpage {width:100%!important;}
body.frontpage #user1 .modulecontent{padding:0px!important;}
body.frontpage #user19 .wallpage {width:100%!important;}
body.frontpage #user19 .modulecontent{padding:0px!important;}
body.frontpage #banner .modulecontent{padding:0px!important;}
body.frontpage #region4 {margin-top:-25px!important}

.backtotop {
  display:none;
   padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 0;
   -webkit-transition-property: all;
 -moz-transition-property: all;
 -o-transition-property: all;
 -ms-transition-property: all;
 transition-property: all;
 -webkit-transition-duration: 0.4s, 0.4s;
 -moz-transition-duration: 0.4s, 0.4s;
 -o-transition-duration: 0.4s, 0.4s;
 -ms-transition-duration: 0.4s, 0.4s;
 transition-duration: 0.4s, 0.4s;
 -webkit-transition-timing-function: ease in-ease out;
 -moz-transition-timing-function: ease in-ease out;
 -o-transition-timing-function: ease in-ease out;
 -ms-transition-timing-function: ease in-ease out;
 transition-timing-function: ease in-ease out;
}