@media screen and (max-width: 360px)  {
  .desktop_only {
	display: none;
	}
   .mobile_only {
	display: block;
	}
   
  .addressdetails {
	  display: none;
  }
.testimonialcontainer_page {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100% !important;
    min-height: 200px;
    padding: 30px;
} 
.testimonialcontainer {
    display: block;
    margin-left: 20px;
    margin-right: 10px;
    max-width: 100% !important;
    min-height: 100px;
    padding: 20px;
} 
 .testimonial {
    float: left;
    width: 80%;
    min-height: 200px;
} 
 .testimonial_page {
    float: left;
    width: 100%;
} 
.commabottom {
    display: none;
}
.commatop {
    display: none;
}
.intropara {
    color: #00315a;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.jumbotron p {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 15px;
}
.nav > li > a {
   color: #FFFFFF !important;
}
.dropdown-menu > li > a {
    clear: both;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.tabheadergrey {
    color: #333;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
	word-wrap: break-word;
	width: 11.5em;
}
.whitetext {
	text-align: center !important;
	font-size: 20px !important;
}
.bluebox {
	padding: 5px !important;
}
h3, .h3 {
    font-size: 16px;
}
}




/* ipads landscape and portrait */

@media screen and (min-width: 768px) and (max-width: 1024px) {

.footericons {
    float: left;
    margin-right: 10px;
	min-width: 20px !important;
}

.testimonialcontainer_page {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100% !important;
    min-height: 200px;
    padding: 30px;
}
.intropara {
    color: #00315a;
    font-family: "Raleway",sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.jumbotron p {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 15px;
}
}
@media screen and (width: 768px)  {

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 80px;
    line-height: 20px;
    padding: 15px;
}
.navbar-brand > img {
    display: block;
	width: 80%;
}
.navbar-nav {
    float: none;
    margin: 0;
}
.nav > li {
    display: block;
    position: relative;
    right: 0;
    top: 10px;
	padding: 0px;
	font-size: 11px !important;
}
.bluebox.index {
	min-height: 125px;
}

}
@media screen and (min-width: 321px) {

   .mobile_only {
	display: none;
	}
}