/**
 * @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
 */
.side_title{font-size: 16px!important;line-height:25px!important;display:inline-block;}
.menu_mobile{display:none;}
#left .first_menu{display:none;}
#left ul li:first-child { 
    display:none;
}
#rev_slider_1_1_wrapper{margin-top:0px!important;}
.itemBackToTop{display:none;}
#footerwrap{background:#000!important;}
 #home_inset{padding-top:9%;padding-bottom:7%;}
.main_content h3.title{background-repeat: no-repeat;
  background: #b47263; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,#b47263,#9d4a48,#863739,#612424); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right,#b47263,#9d4a48,#863739,#612424); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right,#b47263,#9d4a48,#863739,#612424); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right,#b47263,#9d4a48,#863739,#612424); /* Standard syntax */
  color:#fff!important;text-align:center;width:100%;margin-left:auto;margin-right:auto;}
.main_content p b{font-size:17px;}
.under_line{width:100%;border-top:2px solid #b47263;min-height:3px;margin-top:10px;}

.main_pathisis h3.title{background-repeat: no-repeat;
  background: #b47263; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,#b47263,#9d4a48,#863739,#612424); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right,#b47263,#9d4a48,#863739,#612424); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right,#b47263,#9d4a48,#863739,#612424); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right,#b47263,#9d4a48,#863739,#612424); /* Standard syntax */
  color:#fff!important;text-align:center;width:100%;margin-left:auto;margin-right:auto;}
.main_pathisis .p_left{width:57%;float:left;padding-left:1%;}
.main_pathisis .img_left{width:39.5%;float:left;}
.main_pathisis .p_left_2{width:57%;float:left;padding-left:1%;}

body .main_gall ul li.sigFreeThumb{min-width:33%;background:none!important;}
.table_photo{width:100%;margin-left:auto;margin-right:auto;}
.table_photo tr td{width:45%;text-align:left;font-size:16px;}
.table_other{width:100%;margin-left:auto;margin-right:auto;border-top:1px solid #f1f1f1;border-left:1px solid #f1f1f1;border-right:1px solid #f1f1f1;}
.table_other tr td{width:50%;text-align:left;font-size:16px;border-bottom:1px solid #f1f1f1;padding:5px;}

.main_gall{width:100%;margin-left:6%;margin-right:auto;text-align:center;}
li.sigFreeThumb a {padding-bottom:30px!important;background:#f9f9f9!important;}
.fancybox-title{color:#f9f9f9!important;}
.fancybox-title b{color:#000!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;
}