@media only screen and (max-width: 600px) {
  
  .site-hero-home  li ul.show{
  	display:block !important;
  	background:#fff !important;
  	
  }
  
  .site-hero-home  .sec-nav-menu li.show ul{
  	
  	
  }
  
  .site-hero-home li ul.show  a{
  	color:#000 !important;
  	
  }
  
  
}

.sec-links{
	padding-bottom:10px;
}

.site-footer h2{
	font-size:24px;
}



.amg-button {
  width: 100%;
	display: inline-block;
	padding: 10px 20px;
	background: #39d084;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	margin: 10px 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
  border: none;
}

/* Floating Contact ---------------------- */
.amg-blue .amg-floating-icon, 
.amg-blue .amg-floating-link {
	background: #253560;
}
.amg-orange .amg-floating-icon, 
.amg-orange .amg-floating-link {
	background: #253560;
}
.amg-green .amg-floating-icon, 
.amg-green .amg-floating-link {
	background: #ea3437;
}
.amg-floating-contact-wrap {
	position: fixed;
	right: -260px;
	font-size: 20px;
	z-index: 999;
  -webkit-transition: right 1s;
	-moz-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
}
.amg-floating-contact-wrap:first-child {
	bottom: 123px;
}
.amg-floating-contact-wrap:nth-child(2) {
	bottom: 54px;
}
.amg-floating-icon, .amg-floating-link {
	text-align: center;
}
.amg-floating-icon {
	width: 56px;
	float: left;
	padding: 10px;
}
.amg-floating-icon i:before {
	vertical-align: middle;
}
.amg-floating-link {
	width: 260px;
  min-height: 48px;
	padding: 10px 0;
	overflow: hidden;
}
.amg-floating-link a {
	white-space: nowrap;
  color: #FFFFFF;
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}
.amg-floating-link a:hover {
  color: #FFFFFF;
	color: rgba(255,255,255,1);
}
.amg-floating-link form, 
.amg-floating-link a {
	width: 240px !important;
	margin: 0 10px;
}
/* Hover Effect */
.amg-floating-contact-wrap.hover {
	opacity: 1;
  right: 0;
}
.amg-floating-contact-wrap.hover .amg-floating-link {
	right: 0;
}

.amg-floating-contacts svg{
	fill:#fff;
}

.sbody ul li{
	margin-bottom: 0;
    position: relative;
    padding-left: 13px;
}

.sbody ul li:before {
    content: "";
    display: block;
    background-color: #ea3437;
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

article ul li{
	margin-bottom: 0;
    position: relative;
    padding-left: 13px;
}

article ul li:before {
    content: "";
    display: block;
    background-color: #ea3437;
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.rcss{
	text-align: center;
    display: block;
    font-size: 14px;
    margin-top: 30px 
}

.mcss{
	font-size: 11px;
    text-align: left;
    margin-bottom: 10px;
    display: block;
}

ul.pager__items {
    margin-top: 20px;
    display: block !important;
}

ul.pager__items li {
    display: inline-block !important;
    width: auto !important;
}

ul.pager__items li.is-active a {
    background: #ea3437;
    color: #FFF !important;
    padding: 5px 10px !important;
}

ul li.pager__item a {
    background: #fff;
    border-radius: 3px;
    margin-right: 4px;
    border: 1px solid #ea3437 !important;
    padding: 5px 10px;
}

.rcss a{
	font-weight:bold;
}

.item-list ul li{
	display:inline-block;
	
}

.item-list ul li a{
	border:1px solid #F3E544;
	display:block;
	padding:5px 10px;
}

.feed-icon{
	display:none;
}