/* RESET CSS */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;padding-right: 15px;}input,button,textarea,select{*font-size:100%;}body{}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* BASE CSS */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style-image:none;}dl dd{margin-left:1em;}th,td{}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}
fieldset {border:0px solid;}
/* YOOTHEME OVERRIDES CSS */

/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * general
 * used by Jommla core components
 */
 
div.joomla h1,
div.joomla h2,
div.joomla h3,
div.joomla h4,
div.joomla h5,
div.joomla h6 {
  line-height: 100%;
  margin-bottom: 5px;
}

/*div.joomla h1 { font-size: 300%; }
div.joomla h2 { font-size: 250%; }
div.joomla h3 { font-size: 200%; }
div.joomla h4 { font-size: 175%; }
div.joomla h5 { font-size: 150%; }
div.joomla h6 { font-size: 125%; }*/

div.joomla h1 {
  letter-spacing: -2px;
}

div.joomla h2,
div.joomla h3,
div.joomla h4,
div.joomla h5 {
  letter-spacing: -1px;
}

div.joomla p {  /*margin: 10px 0px 15px 0px;*/ }

div.joomla h1.pagetitle {
}

div.joomla div.description {
  margin: 10px 0px 10px 0px;
  overflow: hidden;
}

div.joomla div.description img.left {
  margin-right: 15px;
  float: left;
}

div.joomla div.description img.right {
  margin-left: 15px;
  float: right;
}

div.joomla div.filter {
  margin: 10px 0px 10px 0px;
}

div.joomla th {
  padding: 5px 5px 5px 5px;
  
  border-bottom: 1px solid #b4b4b4;
  font-weight : bold;
}

div.joomla tr.even td {
  padding: 5px 5px 5px 5px;
  
  border-bottom: 1px solid #dcdcdc;
}

div.joomla tr.odd td {
  padding: 5px 5px 5px 5px;
  
  border-bottom: 1px solid #dcdcdc;
}
 
div.joomla span.number {
  color: #969696;
  font-style: italic;
}

/* floats */
div.joomla .float-left { float: left; overflow: hidden; }
div.joomla .float-right { float: right; overflow: hidden; }

div.joomla .width25 { width: 24.999%; }
div.joomla .width33 { width: 33.333%; }
div.joomla .width50 { width: 49.999%; }
div.joomla .width100 { width: 100%; }

/*
 * com_content
 * blog layout (frontpage, category, section)
 * sub selectors: blog
 */
 div#appBook{
   margin-top:20px;
 }
div.itemHeader h2.itemTitle {
  font-family:Arial, Helvetica, sans-serif;
  font-size:36px;
  font-weight:bold; 
  letter-spacing:-2px; 
  line-height:110%;
  padding:25px 15px 25px 25px;
    margin-bottom: 15px;}
div.joomla div.itemToolbar {
    background:none repeat scroll 0 0 #ccc;
    margin:-15px -24px 20px;
    padding:2px 25px 8px 25px;
  height:25px;
}
div.joomla div.itemToolbarpush {
    background:none repeat scroll 0 0 #ccc;
    margin:-15px -24px 0;
    padding:2px 25px 8px 25px;
  height:25px;
}
div.joomla div.itemToolbar2 {
    background:none repeat scroll 0 0 #DADADA;
    margin:0 -24px 24px;
    padding:8px 25px 5px 25px;
  height:20px;
}
div.joomla div.itemHeader {
    background-color:#CCCCCC;
    margin:-24px -24px 15px;
}
div.joomla div.blog div.description {  
  margin: 10px 0px 15px 0px;
  padding-bottom: 20px;
  border-bottom: 1px #c8c8c8 dotted;
}

div.joomla div.leadingarticles {
  overflow: hidden;
}

div.joomla div.teaserarticles {
  overflow: hidden;
}

div.joomla div.item {
  margin-bottom: 15px;
}

div.joomla div.item-bg {
  padding-bottom: 20px;
  overflow: hidden;
}

div.joomla div.multicolumns div.item {
  margin: 0px 15px 15px 15px;
}

div.joomla div.multicolumns div.first div.item {
  margin-left: 0px;
}

div.joomla div.multicolumns div.last div.item {
  margin-right: 0px;
}

div.joomla div.morearticles {
  margin: 10px 0px 10px 0px;
}

div.joomla div.pagination {
  text-align: center;
}

div.joomla div.pagination p.results {
}

/*
 * com_content
 * list layout (frontpage, category, section)
 * sub selectors: sectionlist, categorylist
 */

/*
 * com_content
 * article layout
 * sub seletors: article
 */

div.joomla div.headline {
  overflow: hidden;
}

div.joomla h1.title {
  width: auto;
  float: left;
}

div.joomla div.multicolumns h1.title {
  font-size: 200%;
  letter-spacing: -1px;
}

div.joomla span.icon {
  display: block;
  margin-top: 0;
  float: right;
}
p.articleinfo span{margin-right:5px;}
div.joomla div.multicolumns span.icon {
  margin-top: 5px;
}

div.joomla span.edit {
  margin-left: 10px;
  float: left;
}

div.joomla span.pdf {
  margin-right: 5px;
}

div.joomla span.print {
  margin-right: 5px;
}

div.joomla span.email {

  margin-right: 5px;
}

div.joomla span.printscreen {
}

div.joomla p.iteminfo {
  margin: 0px 0px 15px 0px;
}

div.joomla p.articleinfo {
  margin:0;
  padding:8px 0;
}

div.joomla p.articleinfo span.modified,
div.joomla p.articleinfo span.author,
div.joomla p.articleinfo span.created,
div.joomla p.articleinfo span.url {
  display: block;
  font-size: 12px;
}

div.joomla p.articleinfo span.author {
  color: #969696;
  font-style: italic;
}

div.joomla p.articleinfo span.created {
  padding:0;
}

/*
 * com_content
 * editing an article
 * sub seletors: edit-article
 */

div.joomla div.edit-article fieldset {
  margin-bottom: 30px;
}

div.joomla div.edit-article fieldset div {
  overflow: hidden;
}

div.joomla div.edit-article label.label-left {
  display: block;
  width: 150px;
  float: left;
}

div.joomla div.edit-article div.save {
  margin: 0px;
  float: right;
}

div.joomla div.edit-article div#editor-xtd-buttons {
  margin-bottom: 0px;
  overflow: hidden;
}

div.joomla div.edit-article div#editor-xtd-buttons div {
  margin: 0px;
}

div.joomla div.edit-article div#editor-xtd-buttons div.button2-left {
  margin-right: 5px;
}

div.joomla div.edit-article div#editor-xtd-buttons a:link,
div.joomla div.edit-article div#editor-xtd-buttons a:visited,
div.joomla div.edit-article div#editor-xtd-buttons a:hover {
  color: #323232;
}

/*
 * com_weblinks
 * sub seletors: weblinks
 */

div.joomla div.weblinks fieldset {
}

div.joomla div.weblinks fieldset div {
  overflow: hidden;
}

div.joomla div.weblinks label.label-left {
  display: block;
  width: 150px;
  float: left;
}

/*
 * com_search
 * sub seletors: search
 */

div.joomla div.search p.info {
  margin: 0px;
  color: #969696;
  font-style: italic;
}

div.joomla div.search span.highlight {
  background: #ffffaa;
  padding:0;
}
form#searchForm div{
  margin:0 0 10px 0;
}
/*
 * com_poll
 * sub seletors: poll
 */

div.joomla div.poll fieldset {
  margin: 15px 0px 10px 0px;
}

/*
 * com_contact
 * sub seletors: contact
 */

div.joomla div.contact h1 {
  margin-bottom: 0px;
  font-size: 250%;
  font-weight: normal;
  letter-spacing: -1px;
}

div.joomla div.contact h2 {
  margin-bottom: 20px;
}

div.joomla div.contact div.image {
  float: left;
  padding:0 10px 0 0;
}

div.joomla div.contact table {
  margin-bottom: 10px;
}

div.joomla div.contact label.label-top {
  display: block;
}

/*
 * com_user
 * sub seletors: user
 */

div.joomla div.user label.label-left,
div.joomla div.user span.label-left  {
  display: block;
  width: 130px;
  float: left;
}

/*
 * mod_newsflash
 */

div.module-newsflash {
  overflow: hidden;
}

div.module-newsflash div.item {
  padding-bottom: 15px;
  overflow: hidden;
}

div.module-newsflash div.last {
  padding-bottom: 0px;
}

/*
 * mod_poll
 */

div.module-poll ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

div.module-poll ul li {
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

div.module-poll ul li input { margin-right: 5px; }

/*
 * legacy Joomla styling only for third party components
 */

.contentheading,
.componentheading {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 250%;
  line-height: 100%;
  font-weight: bold;
  color: #c8001e;
  letter-spacing: -1px;
}

/*
 * Joomla! system tooltips
 */
 
.tool-tip {
  float: left;
  background: #ffc;
  border: 1px solid #D4D5AA;
  padding: 5px;
  max-width: 200px;
  color: #323232;
}

.tool-title {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
  font-size: 100%;
  margin: 0;
}

/* CLEARFIX CSS 

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

/* XTC CSS*/

  /* XTC Menus Structure */
ul.menu > li > ul li > ul{visibility:hidden;}
ul.suckerfish li.xtcHover > ul, 
ul.dropline li.xtcHover > ul, 
ul.dualfish li.xtcHover > ul {
  visibility:visible;
}

ul.suckerfish li > ul:hover, 
ul.dropline li > ul:hover, 
ul.dualfish li > ul:hover {
  visibility:visible;
}

/* Sucker Fish */
ul.suckerfish,
ul.dropline,
ul.dualfish {
  position:relative;
  list-style-type:none;
  z-index:9999;
  margin:0;
  padding:0;
}
ul.suckerfish > li, ul.dropline > li, ul.dualfish > li {
  display:block;
  float:left;
}
ul.suckerfish > li > a, ul.dropline > li > a, ul.dualfish > li > a {
  display: block;
}
ul.suckerfish ul, ul.dropline ul, ul.dualfish ul {
  display: block;
  visibility:hidden;
  overflow:hidden;
  position:absolute;
}
ul.suckerfish ul:hover, ul.dropline ul:hover, ul.dualfish ul:hover {
  overflow:visible;
}
ul.suckerfish ul > li{
  display:block;
  position:relative;
  float:none;
}
ul.suckerfish > ul > li > a, ul.dropline > ul > li > a, ul.dualfish > ul > li > a {
  display:block;
}
ul.suckerfish > li > ul > li{position:relative;}
ul.suckerfish > li > ul > li > ul{top:0px;}

/* Drop Line */
ul.dropline > li > ul {
  position:absolute;
  display:block;
  float:none;
  left:0px;
}
ul.dropline > ul > li{
  display:block;
  float:left;
  width:auto;
}
ul.dropline > li > ul  > li > ul{
  position:absolute;
  left:0px;
}
/* Dual Fish*/
ul.dualfish > li > ul > li {
  display:block;
  position:relative;
  float:left;
}

/* 
 * XTC Menu Decorative 
 */
#menu ul.suckerfish > li,
#menu ul.dualfish > li,
#menu ul.dropline > li{
  margin-right:9px;
  padding-bottom:0;
  background:none;
  padding-left:0;
}

#menu ul.suckerfish > li > a,
#menu ul.dualfish > li > a,
#menu ul.dropline > li > a {
  padding: 6px 12px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
} 

#menu ul.suckerfish > li.active > a,
#menu ul.dualfish > li.active > a,
#menu ul.dropline > li.active > a {
}

#menu > ul.suckerfish > li:hover > a, #menu > ul.dualfish > li:hover > a, #menu > ul.dropline > li:hover > a {
padding:6px 12px 7px;
}

/* Suckerfish */
#menu ul.suckerfish > li > ul {
  width:160px;
  margin-top:15px;
  padding:8px 20px 4px 20px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius:7px;
}
#menu ul.suckerfish > li > ul > li {
  width:160px;
  margin:0px;
  padding:0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius:0px;
}

/* Simulate the UL padding */
#menu ul.suckerfish > li > ul > li.first {}
#menu ul.suckerfish > li > ul > li.last {}

#menu ul.suckerfish > li > ul > li > a {
  display:block;
  padding:14px 14px 14px 0px;
  margin:0px;
}
#menu ul.suckerfish > li > ul > li > ul{
  margin:-8px 0px 0px 170px;
}

/* Dualfish */
/* Top Level */
#menu ul.dualfish > li {
  margin-right:10px;
  padding-bottom:15px;
}
#menu ul.dualfish > li > ul {
  width:380px;
  margin:5px 0 0 -153px;
  padding:8px 0px 4px 0px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius:7px;
}
#menu ul.dualfish > li > ul > li {
  width:160px;
  margin:0px 0px 0px 20px;
  padding:0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius:0px;
}
  
/* Simulate the UL top & botton padding */
#menu ul.dualfish > li > ul > li.first,
#menu ul.dualfish > li > ul > li.first + li {}
#menu ul.dualfish li.last {}
#menu > ul.dualfish > li.last {}
  
#menu ul.dualfish > li > ul > li > a {
  display:block;
  padding:11px 8px 11px 0px;
  margin:0px;
}


#menu ul.dualfish > li > ul > li > ul{margin:-51px 0px 0px 170px;}

#menu ul.menu > li.parent > ul > li.parent ul {background: #cbc1c1;}

/* Dropline */
/* Top Level */
#menu ul.dropline > li > ul {
  height:auto;
  width:650px;
  margin-top:15px;
  padding:0px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius:7px;
}
#menu ul.dropline > li > ul > li {
  width:100px;
  margin:1px 0px 1px 20px;
  padding:0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius:0px;
}
  
#menu ul.dropline > li > ul > li > a {
  display:block;
  padding:14px 14px 14px 0px;
  margin:0px;
}
#menu ul.dropline > li > ul > li > ul{
  margin:0px 0px 0px 0px;
}


.quotetxt {font-weight: 100 !important}

/*Footer nav*/
ul.footernav{
    list-style:none;
  margin:0;
  padding:0;
  text-align: right;
}
ul.footernav li {
  background:none;
    display:inline;
    list-style:none outside none;
    margin:0 0 0 15px;
    text-transform:uppercase;
}
ul.footernav li a {
    color:#C16B56!important;
    text-decoration:none;
  text-align:right;
    text-shadow:1px 1px 0 #FFFFFF;
}
ul.footernav li a:hover {
    color:#111!important;
}
/*TO BE REMOVED*/
#left,#center,#right,#left2,#center2,#right2{
  float:left;}
.singlearea .module,.lastarea .module{
margin-bottom:0;
}


/*form and buttons*/
select,input,button,button{
  -moz-border-radius:4px 4px 4px 4px;
  border-radius:4px 4px 4px 4px;
  -webkit-border-radius:4px 4px 4px 4px;
    border:1px solid #DDD9D8;
    color:#979594;
    font-size:16px;
    height:36px;
    margin:0 5px 0 0;
    padding:0 8px;
}
.search select#ordering{
    height:auto;
padding-right: 0;
}
input#ccname1,input#ccemail1{
  margin-bottom:20px;}
textarea{
  -moz-border-radius:4px 4px 4px 4px;
  border-radius:4px 4px 4px 4px;
  -webkit-border-radius:4px 4px 4px 4px;
    border:1px solid #DDD9D8;
    color:#979594;
    font-size:16px;
    margin:0 5px 0 0;
    padding-left:12px;
}
input[type="checkbox"],input[type="radio"]{
  height:auto;
}
/*CONTENT OVERRIDES*/
.articleHeader .articlebadgeWrap {
float:left;
margin:0;
padding:0;
position:relative;
width:45px;
z-index:3;
}
.articleHeader {
position:relative;
margin:0 0 10px 0;
}
.articleHeader .articlebadgeDay {
border:medium none;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:32px;
font-weight:bold;
letter-spacing:-2px;
line-height:90%;
margin-top:2px;
padding:0;
text-align:center;
width:35px;
}
.articleHeader .articlebadgeMonth {
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:100%;
margin:0;
padding:0;
text-align:center;
text-transform:uppercase;
width:35px;
z-index:99;
font-weight:bold;

}
.articleHeader h2.itemTitle {
margin:0 0 0 20px;
padding:0 0 0 20px;
letter-spacing:-2px;
}
.articleHeader .cat_item_header {
line-height:14px;
margin:0;
padding:0 0 0 47px;
width:auto;
}
.item .article_info_container p{
  margin:0;
  font-size:10px;
}
a.readmore,a.readmore-link {
height:22px!important;
margin-top:0!important;
padding:0!important;
width:75px!important;
text-indent:-9999px;
}
.commentmeta-l{
display: block;
float: left;
height: 22px; 
padding-left: 11px;
text-decoration: none;
}

.commentmeta-r{
display: block;
padding: 4px 11px 4px 0;
}
.buttonwrap{ 
overflow: hidden; 
width: 100%;
}
.buttonwrap a,.buttonwrap span,.hits{
  font-size:11px;
}
.buttonwrap span{
  padding:0 0 0 5px;
}
.hits{
  float:left;
  margin-top:10px;
  margin-left:0;
}


/*default module*/
.moduleinner{
  padding:10px;
}
.module h3{
    height:18px;
  text-align:center;
}
.module h3 span{
  font-size:14px;
  line-height:18px;
  padding:0 6px;
}
/*clear suffix*/
.modclear{
  padding:0;
  margin-bottom: 10px;
  background:none;
  border:none;
}
.modclear .moduleinner{
  padding:0px!important;
}
.modclear .modulecontentinner{
  padding:10px 0 0 0;
}
#user10 .modulecontentinner{
  padding:0!important;
}
.modclear .box2{
  padding:24px;
}
/*clearshadow suffix*/
.clearshadow{
  padding:0;
  margin-bottom:20px;
  background:none;
  border:none;
}
.clear .moduleinner,.clearshadow .moduleinner{
  border:none;
  padding:0;
}
.cleargrid{
  background:none;
    margin-bottom:0;
    padding:0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.cleargrid .moduleinner {
    border:none;
    padding:0;
}
.cleargrid .moduleinner .modulecontent .modulecontentinner .module .moduleinner{
    border:1px solid #EDEDED;
    padding:10px;
}

/*LEFT*/
h3.mod-left { height:18px;
    margin-bottom:10px;
  text-align:left;
  padding-left: 70px;
  background:url(https://mecaxis.com/templates/ecospa/images/moduleline.png) repeat-x 10px 8px;
}
.mod-left h3 span{
  font-size:14px;
  line-height:18px;
  margin-right: 10px;
  background:#E8E8E8;
  padding:0 6px;
}
/*RIGHT*/
h3.mod-right { height:18px;
    margin-bottom:10px;
  text-align:right;
  padding-right: 70px;
  background:url(https://mecaxis.com/templates/ecospa/images/moduleline.png) repeat-x 10px 8px;
}
.mod-right h3 span{
  font-size:14px;
  line-height:18px;
  margin-right: 10px;
  background:#E8E8E8;
  padding:0 6px;
}

/*BOX*/
.box .header,.box_white .header,.box_black .header,.box_tan .header,.box_grey .header,.box_trans .header,.box_pink .header,.box_red .header,.box_blue .header,.box_purple .header,.box_green .header,.box_orange .header,.box2 .header,.box2_white .header,.box2_black .header,.box2_tan .header,.box2_grey .header,.box2_trans .header,.box2_pink .header,.box2_red .header,.box2_blue .header,.box2_purple .header,.box2_green .header,.box2_orange .header{
  padding:0 20px;  
}


.box,
.box_white,
.box_black,
.box_tan,
.box_grey,
.box_trans,
.box_pink,
.box_red,
.box_blue,
.box_purple,
.box_green,
.box_orange{
  margin-bottom: 26px;
}
.box_white{
  background:#FFFFFF;
}
.box_black{
  background:#000;
}
.box_tan{
  background:#d7caac;
}
.box_grey{
  background:#ccc;
}
.box_trans{
  background:url(https://mecaxis.com/templates/ecospa/images/trans-dk85.png) repeat;
}
.box_pink{background:#f4e3f0;
}
.box_red{background:#9c2828;
}
.box_blue{background:#e9eef2;
}
.box_purple{background:#dacbee;
}
.box_green{background:#eaf2e9;
}
.box_orange{background:#eee1cb;
}

.box .modulecontent,
.box_white .modulecontent,
.box_black .modulecontent,
.box_tan .modulecontent,
.box_grey .modulecontent,
.box_trans .modulecontent,
.box_pink .modulecontent,
.box_red .modulecontent,
.box_blue .modulecontent,
.box_purple .modulecontent,
.box_green .modulecontent,
.box_orange .modulecontent,
.box2 .modulecontent, 
.box2_white .modulecontent, 
.box2_black .modulecontent, 
.box2_tan .modulecontent, 
.box2_grey .modulecontent, 
.box2_trans .modulecontent, 
.box2_pink .modulecontent, 
.box2_red .modulecontent, 
.box2_blue .modulecontent, 
.box2_purple .modulecontent, 
.box2_green .modulecontent, 
.box2_orange .modulecontent{
  padding:20px;
}  
h3.box,
h3.box_white,
h3.box_black,
h3.box_tan,
h3.box_grey,
h3.box_trans,
h3.box_pink,
h3.box_red,
h3.box_blue,
h3.box_purple,
h3.box_green,
h3.box_orange{
    padding:20px 0 12px 0;
  height:auto;
    margin:0;
  background:none!important;
  -moz-box-shadow:none;
}
h3.box span,
h3.box_white,
h3.box_black span,
h3.box_tan span,
h3.box_grey span,
h3.box_trans span,
h3.box_pink span,
h3.box_red span,
h3.box_blue span,
h3.box_purple span,
h3.box_green span,
h3.box_orange span,
h3.box_gumball span{
    font-size:14px;
    letter-spacing:-0.5px;
    text-transform:uppercase;
  line-height:18px;
  background: none;
}
h3.box_white span,
h3.box_black span,
h3.box_tan span,
h3.box_grey span,
h3.box_trans span,
h3.box_pink span,
h3.box_red span,
h3.box_blue span,
h3.box_purple span,
h3.box_green span,
h3.box_orange span{

}
h3.box_white span{
  color:#5e5e5e!important;
}
h3.box_black span{
  color:#858585 !important; text-shadow:none !important;
}
h3.box_tan span{
  color:#5e5e5e!important;
}
h3.box_grey span{
  color:#5e5e5e!important;
}
h3.box_trans span{
  color:#5e5e5e!important;
}
h3.box_pink span{
  color:#5e5e5e!important;
}
h3.box_red span{
  color:#5e5e5e!important;
}
h3.box_blue span{
  color:#5e5e5e!important;
}
h3.box_purple span{
  color:#5e5e5e!important;
}
h3.box_green span{
  color:#5e5e5e!important;
}
h3.box_orange span{
  color:#5e5e5e!important;
}

/*BOX2*/
.box2,
.box2_white,
.box2_black,
.box2_tan,
.box2_grey,
.box2_trans,
.box2_pink,
.box2_red,
.box2_blue,
.box2_purple,
.box2_green
{
  margin-bottom: 26px;
}
.box2_white{
    background:#FFFFFF;
}
.box2_black{
    background:#000;
}
.box2_tan{
    background:#d7caac;
}
.box2_grey{
    background:#ccc;
}
.box2_trans{
    background:url(https://mecaxis.com/templates/ecospa/images/trans-dk85.png) repeat;
}
.box2_pink{
    background:#f4e3f0;
}
.box2_red{
    background:#9c2828;
}
.box2_blue{
    background:#e9eef2;
}
.box2_purple{
    background:#dacbee;
}
.box2_green{
    background:#eaf2e9;
}
.box2_orange{
    background:#eee1cb;
}
  
h3.box2,
h3.box2_white,
h3.box2_black,
h3.box2_tan,
h3.box2_grey,
h3.box2_trans,
h3.box2_pink,
h3.box2_red,
h3.box2_blue,
h3.box2_purple,
h3.box2_green{
    padding:20px 0 12px 0;
  height:auto;
    margin:0;
  background:none!important;
  -moz-box-shadow:none;
}
h3.box2 span,
h3.box2_white,
h3.box2_black span,
h3.box2_tan span,
h3.box2_grey span,
h3.box2_trans span,
h3.box2_pink span,
h3.box2_red span,
h3.box2_blue span,
h3.box2_purple span,
h3.box2_green span{
    font-size:14px;
    letter-spacing:-0.5px;
    text-transform:uppercase;

}
h3.box2_white span,
h3.box2_black span,
h3.box2_tan span,
h3.box2_grey span,
h3.box2_trans span,
h3.box2_pink span,
h3.box2_red span,
h3.box2_blue span,
h3.box2_purple span,
h3.box2_green span{}

h3.box2_white span{
  color:#999!important;
}

h3.box2_black span{
  color:#858585 !important; text-shadow:none !important;
}
h3.box2_tan span{
  color:#5e5e5e !important;
}

h3.box2_grey span{
  color:#5e5e5e !important;
}

h3.box2_trans span{
  color:#5e5e5e !important;
}

h3.box2_pink span{
  color:#5e5e5e !important;
}

h3.box2_red span{
  color:#5e5e5e !important;
}

h3.box2_blue span{
  color:#5e5e5e !important;
}

h3.box2_purple span{
  color:#5e5e5e !important;
}

h3.box2_green span{
  color:#5e5e5e !important;
}

.box2 .moduleinner {
  padding:10px;
}
.bigbox,
.bigbox_tan,
.bigbox_blue,
.bigbox_green,
.bigbox_grey,
.bigbox_pink,
.bigbox_burgandy{
    margin-bottom:26px;
}
h3.bigbox,
h3.bigbox_tan, 
h3.bigbox_blue, 
h3.bigbox_green, 
h3.bigbox_grey, 
h3.bigbox_pink, 
h3.bigbox_burgandy {
  -moz-box-shadow:none;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
    margin-top:-1px;
  margin-bottom:0;
    line-height:100%;
    padding:13px;
  background-image: -moz-linear-gradient(rgba(0,0,0,0.15),rgba(255,255,255,0.15));
}
h3.bigbox_tan{background-color:#D7CAAC; } 
h3.bigbox_blue{background-color:#a6c3d1;} 
h3.bigbox_green{background-color:#EAF2E9;} 
h3.bigbox_grey{background-color:#CCCCCC;} 
h3.bigbox_pink{background-color:#F4E3F0;} 
h3.bigbox_burgandy{}


h3.bigbox span.title-line-left, h3.bigbox span.title-line-right,
h3.bigbox_tan span.title-line-left, h3.bigbox_tan span.title-line-right,
h3.bigbox_blue span.title-line-left, h3.bigbox_blue span.title-line-right,
h3.bigbox_green span.title-line-left, h3.bigbox_green span.title-line-right,
h3.bigbox_grey span.title-line-left, h3.bigbox_grey span.title-line-right,
h3.bigbox_pink span.title-line-left, h3.bigbox_pink span.title-line-right,
h3.bigbox_burgandy span.title-line-left, h3.bigbox_burgandy span.title-line-right{
  display:none;
}
h3.bigbox span.title-text,
h3.bigbox_tan span.title-text,
h3.bigbox_blue span.title-text,
h3.bigbox_green span.title-text,
h3.bigbox_grey span.title-text,
h3.bigbox_pink span.title-text,
h3.bigbox_burgandy span.title-text
{
    margin-top:-1px;
    text-shadow:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
  text-transform: uppercase;
    letter-spacing:-1px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

h3.bigbox_tan span.title-text,
h3.bigbox_blue span.title-text,
h3.bigbox_green span.title-text,
h3.bigbox_grey span.title-text,
h3.bigbox_pink span.title-text,
h3.bigbox_burgandy span.title-text
{color:#5E5E5E;}

h3.bigbox span.title-text {text-shadow:none !important;}

.bigbox .modulecontent{
  padding:20px;
}
.bigbox_tan .modulecontent,
.bigbox_blue .modulecontent,
.bigbox_green .modulecontent,
.bigbox_grey .modulecontent,
.bigbox_pink .modulecontent,
.bigbox_burgandy .modulecontent
{

  padding:20px;
}

.k2Pagination ul,.pagination ul{text-align:center;}
.k2Pagination li,.pagination li{display:inline;padding:0 4px;}
/*For demo purpose*/
#region6b{
  margin-top:30px;
}