.navbar-brand.left-padding {
    margin-top: -15px;
}
.navbar-brand.left-padding img{
    height: 70px;
}
ul 
{
    list-style-type: disc;
}
.bg-red
{
    cursor: pointer;
}
.social-icons-3 li 
{
    margin: 70px;
}
.social-icons-3 li a 
{
    background: none !important;
}
.smart-forms .prepend-icon .field-icon {
    margin-top: 13px;
}
fieldset
{
    margin: 30px 0;
}
.logo-wrap {
    float: left;
    padding: 23px 0px 26px;
    width: 27.5%;
    background: #ffffff;
}
.header-style-6 .primary-header {
    background: #594834;
}
.navigation 
{
    background: #8C5B30;
}
.navigation > li 
{
    border-left: 1px solid #a56f3f;
}

.sub-menu > li {
    border-bottom: 1px solid #a56f3f;
}

.navigation > li:hover {
    background: #6f4825;
}
.sub-menu 
{
    background: #6f4825;
}
.sub-menu > li:hover {
	background: #5d3a1c;
}

.header-style-6 .mail span a, .header-style-6 .mail span  {
    color: #987967;
}
.shipping {
    width: 362px;
}
.homepage-6 .banner-text h2 {
    padding: 25px;
    background: rgba(89, 72, 52, 0.9);
}
.features-section {
    background: #fff none repeat scroll 0 0;
}
.homepage-6 .news
{
    background: #f9f9db;
}
p {
    color: #4d4d4f;
}
h3, .h3 {
    color: #4d4d4d;
}
h5, .h5 {
    color: #535922;
}
.footer {
    background: #8C5B30;
}
.about-company > p, .footer-styling-6 .address address, .phone span a {
    color: #9fb035;
}


.footer-styling-6 .custom-row {
    border-top: 1px solid #7a4f2a;
}

.footer-nav ul a, .copyright {
    color: #302314;
}

.icon-extension,  .icon-inputs, .icon-transport, .icon-milling {
    width: 58px;
    margin-top: 0;
    height: 70px;
    vertical-align: top;
}
.features-section .icon-extension {
    background-position: -168px -243px;
}

.features-section .icon-inputs {
    background-position: -248px -243px;
}

.features-section .icon-transport {
    background-position: -321px -243px;
}

.features-section .icon-milling {
    background-position: -8px -313px;
}
.banner-image-history {
    width: 100%;
    height: 398px;
    background: url("../images/history.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.common-page .banner {
    max-height: 398px !important;
}

.search-office {
    background: #8C5B30;
}
.shopping-cart h5 {
    margin: 40px 0;
}
.features-tab img
{
    height: 60px;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold;
    font-family: karla !important;
    color: #2c3740;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #eceeee;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px !important;
    font-size: 15px;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #E1E7CD;
}
.location-slide-tab 
{
    margin-left: 0px;
}
.column-filter-widget select
{
    padding: 10px;
    margin: 20px 0;
    background: #594834;
    color: #FFF;
    font-size: 14.6px;
    width: 100%;
    font-weight: bold;
}
.column-filter-widget a
{
    display: block;
    font-size: 14px;
    color: #9fb035 !important;
}
.column-filter-widget
{
    float: left;
    margin-bottom: 20px;
    width: 30%;
}
.column-filter-widget a:hover
{
    text-decoration: line-through;
    color: #9fb035 !important;
    display:block;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #fffff9 !important;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1, table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1
{
    background: none !important;
}
.fig-design::after , .fig-design::before, .about-figure::before, .about-figure::after
{
    border: none;
}

.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
	/* background: #e74c3c; */
	min-height: 100%;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(159,176,53,0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #fff;
	background: rgb(159,176,53);
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: inline-block;
    margin: 0 10px 0 0;
	font-size: 0.8em;
    background: #535922;
}
.md-content input
{
    padding: 11px 0 12px 17px;
    font-size: 15px;
    margin-bottom: 9px;
    width: 100%;
    border-radius: 0px;
    color: #9fb035;
}
/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.column-filter-widgets {
    float: left;
    width: 100%;
}
.slides-tab {
    padding-right: 0px;
    padding-bottom: 40px;
    margin-left: 0px;
    /* position: relative; */
}