/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
.nav-link {

    display: block;
    padding: 0 1rem !important;

}

nav {
	height: 60px;
	width: 100%;
	background: rgba(58,75,56,.9);
	font-size: 14pt;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	height: 60px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fdb813;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	color: #fff;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}

  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		color: #fdb813;
		background: rgba(58,75,56,.9);
		width: 100%;
		position: relative;
	}

}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		
	}
}





body {

    font-size: 1.4rem !important;
}
.s-green {
    background-color:#9c9
}
.top-fixed {
    background-color: #3A4B38;
}
.menu-head {
    min-height: 30px;
    padding-bottom: 0;
    overflow: hidden;
    background: rgba(58,75,56,.9);
}
.breadcrumb {
    background-color: #bae6ba !important;
}
.phone {
    text-align: right;
    line-height: 1.4;
}
.phone .phone-wrap {
    color: #FFB90E;
    font-family: Exo2Bold,sans-serif;
    font-size: 1.25em;
    line-height: .875em;
}
.phone .phone-wrap .fa {
    font-size: 1.125em;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.phone .callback {
    color: #FFB90E;
    display: inline-block;
    font-size: .8125em;
    line-height: 1.25em;
    border-bottom: 1px dashed #FFB90E;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.main-mnu > ul > li > a {
    display: block;
    padding: 12px 10px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fdb813;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.button, .h3, .h4, .main-mnu > ul > li > a, h3, h4 {
    text-transform: uppercase;
}
.breadcrumb-item > a {
    color: #3a4b38 !important;
}
.card {
    font-size: 1.5rem;
    color: #3a4b38 !important;
    background-color: #9c9 !important;
    border: 0px solid rgba(0,0,0,.125) !important;

}