@charset "utf-8";
/* CSS Document */

@media (max-width:767px) {

.phone {
margin-top: 10px;
margin-bottom:10px;
z-index:1;
color:#ffffff;
}

.header-row2
{
	margin-top:-40px;	
	height: 46px;
}

#cssmenu > ul > li {
	float: left;
	border-right:none;
	/*border-right: #448d00 solid 1px;*/
}

#cssmenu ul li {
	border-top: 1px solid #206e02;
}

.home-intro
{
	text-align:center;
	padding:15px;
}

.home-intro h6
{
	margin-bottom:20px;
	line-height:28px;
	margin-top:0px;
}
.home-intro .text-right
{
	text-align:center;
}

.lg-img
{
	display:none;
}

.xs-img
{
	display:block;
	margin-bottom:10px;
}

.LPMcontainer
{
	display:none !important;
}
}
@media (min-width:768px) and (max-width:991px) {
.hidden-sm {
	display:none!important
}

}
@media (min-width:992px) and (max-width:1199px) {
#cssmenu > ul > li > a {
	/* padding: 14px 14px; */
	padding: 14px 12px;
	font-size: 12px;
}
}
@media (min-width:1200px) {
.hidden-lg {
	display:none!important
}
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
.best-price h1 {
    font-size: 18px;
    margin-top: 0px;
}
 }

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
.pricing-content h2 span {
    left: 203px;
}
 }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
.pricing-content h2 span {
    left: 40px;
}
.pricing-content h6 br{
	display: none;
 }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }

