/****************************************
			 FOR TESTING
****************************************/

*:not(body):not(html) 
	{
	/*box-shadow:border-box;
	border:1px dashed #000;*/
	}
	
.columns
	{
	/*min-height:100px;*/
	}
	
/* end of testing */

header#site-header
	{
	margin-bottom:20px;
	padding:20px;
	}
.wrapper
	{
/*	margin-bottom:20px;*/
	}



/*sticky*/
.theme_menu.stricky-fixed .menuzord-menu > li > a {
  padding: 70px 3px 30px;
}

.theme_menu.stricky-fixed .main-logo {
    margin: 5px 0;
}
.theme_menu.stricky-fixed .nav_side_content {
    margin-top: 32px;
}

.theme_menu.stricky-fixed .nav_side_content .search_option form {
  top: 58px;
}

	
	
/****************************************
			 CUSTOM STYLES
****************************************/

.separator_10 {
	border: medium none;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.separator_10 {
	border: medium none;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.separator_15 {
	border: medium none;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}
.separator_20 {
	border: medium none;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}
.separator_30 {
	border: medium none;
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.separator_40 {
	border: medium none;
	display: inline-block;
	margin-bottom: 40px;
	width: 100%;
}

.padding_2  {
	padding:2px 0px;
}

.padding_3  {
	padding:3px 0px;
}
.padding_5  {
	padding:5px 0px;
}
.padding_10  {
	padding:10px 0px;
}

.padding_15  {
	padding:15px 0px;
}

.padding_110  {
	padding:10px 0px;
}

.padding_20  {
	padding:20px 0px;
}

.padding_30  {
	padding:30px 0px;
}

.padding_40  {
	padding:40px 0px;
}

.padding_50  {
	padding:50px 0px;
}

.padding_60  {
	padding:60px 0px;
}

.padding_65  {
	padding:65px 0px;
}

.sides-padding {
    padding-left: 1.5375rem;
    padding-right: 1.5375rem;
}





.section5 th {
background-color: #994C22;
  color:#fff;
}

.section5 table  {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.section5 table caption {
  font-size: 1.5em;
  margin: .5em 25px;
}
.section5 table tr {
  background: #994C22;
  border: 1px solid #ddd;
  padding: 25px;
}
.section5 table th,
.section5 table td {
  padding: .625em;
  text-align: left;
}
.section5 table th {

  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
.section5 table {
    border: 0;
  }
.section5  table caption {
    font-size: 1.3em;
  }
.section5  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
.section5  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
.section5  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
.section5  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
.section5  table td:last-child {
    border-bottom: 0;
  }
}

.section5 th {
background-color: #137B4F;
  color:#fff;
}

.section5 th p {
font-size: 14px;
}


.row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.076923076923077%;
    padding-top: 0px;
}
