@charset "utf-8";
@font-face {font-family:"Bellerose_Lt";
src:url("..fonts/Bellerose.eot?") format("eot"),url("..fonts/Bellerose.woff") format("woff"),url("..fonts/Bellerose.ttf") format("truetype"),url("..fonts/Bellerose.svg#BelleroseLight") format("svg");
font-weight:normal;
font-style:normal;
}
/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, input, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
a:focus, a:active, a:hover{
  outline: 0;
}
a:visited{
color:#333;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/* END RESET CSS */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 3, 2011 02:05:32 PM America/New_York */

@font-face {
    font-family: 'BebasRegular';
    src: url('../Bebas-fontfacekit/BEBAS___-webfont.eot');
    src: url('../Bebas-fontfacekit/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Bebas-fontfacekit/BEBAS___-webfont.woff') format('woff'),
         url('../Bebas-fontfacekit/BEBAS___-webfont.ttf') format('truetype'),
         url('../Bebas-fontfacekit/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
font-family:"Bellerose_Lt";
src:url("..fonts/Bellerose.eot?") format("eot"),url("..fonts/Bellerose.woff") format("woff"),url("..fonts/Bellerose.ttf") format("truetype"),url("..fonts/Bellerose.svg#BelleroseLight") format("svg");
font-weight:normal;
font-style:normal;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
	text-align:center;
	color:#333333;
	min-width:100%;
	min-height:100%;
}

h1, h2, h3 {
	font-family: "Brandon Grot W01 Bold";
	font-weight:normal;
	margin:8px 0;
	color:#333333;
}

h2{
	font-size:28px;
}

h3{
	font-size:12px;
	text-align:left;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box; 
}

.main_stuff{
display:none;
}
/* 
 decoration styles
*/
.engraved_white {
	text-shadow: -1px -1px #888888, 1px 1px #fff;
}
.rounded{
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.shadow{
	-moz-box-shadow:inset 0 0 4px #000000;
   	-webkit-box-shadow:inset 0 0 4px #000000;
   	box-shadow:inset 0 0 4px #000000;
}
.top-shadow{
  border-top:4px solid #686868;
  box-shadow: 0 7px 7px -5px #686868 inset;
	-moz-box-shadow:0 7px 7px -5px #686868 inset;
   	-webkit-box-shadow:0 7px 7px -5px #686868 inset;
	}

.bottom_shadow {
  box-shadow: 0 0 20px 5px #ACACA1;
}
.grey{
  border: 1px solid #000000;
	background-color:rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 10px  #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	box-shadow: 1px 1px 10px #000000;
}
.pull-right{
float:right;
text-align:right;
}
.img-responsive { 
  display: block;
  height: auto;
  width: 100%;
}
.fullwidth{
width:100%;
}
/* 
 containers
*/
.col-12{
width:100%;
float:left;
padding:1%;
}
.col-9{
width:64.6%;
float:left;
padding:1%;
margin:1%
}
.col-6{
width:48%;
float:left;
padding:1%;
margin:1%
}
.col-3{
width:31.3%;
float:left;
padding:1%;
margin:1%;
}
.row{
width:100%;
min-height:100px;
padding:0 1%;
float:left;
}
.row2{
padding-top:20px;
}
.row_fluid{
width:100%;
min-height:100px;
padding:0;
float:left;
}
.row_fluid_product_list{
width:100%;
min-height:100px;
padding:0;
float:left;
}
.top_hero {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.col_6_home_header {
  border-right: 2.5px solid #fff;
  border-bottom: 5px solid #fff;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}
.col_4_home_header{
border-right: 2.5px solid #fff;
border-bottom: none;
width:33.333%;
float:left;
padding:0;
margin:0;
}
.col_home_header_center{
  border-right:  2.5px solid #fff;
  border-left: 2.5px solid #fff;
}
.col_home_header_right{
  border-right: none;
  border-left: 2.5px solid #fff;
}
/* 
main styles
*/
.top-nav{
	padding :10px 0;
	background-color:#fff;
	-moz-box-shadow: 0 0 20px 5px #ACACA1;
	-webkit-box-shadow: 0 0 20px 5px #ACACA1;
	box-shadow: 0 0 20px 5px #ACACA1;
	min-height:0px;
	position:relative;
	z-index:9000;
}
.logo_container{
width:35%;
float:left;
}
.logo_animate{
width:18%;
margin-right:5px;
}
.logo_copy{
width:80%;
}
.top-social {
  float: right;
  padding-bottom: 20px;
  text-align: right;
}
.top-social p {
  color: #333333;
  display: inline;
  font-family: "Brandon Grot W01 Bold";
  font-size: 100%;
  padding: 0 15px 0 0;
  vertical-align: top;
}
.top-social img{
width:25px;
height: 25px;
padding:3px;
	background-color:rgba(0,0,0,0.3);
}
.top-social img:hover{
	background-color:rgba(0,0,0,0.7);
}
.menu_container {
  bottom: 0;
  float: left;
  position: absolute;
  right: 0;
  width: 60%;
}
.top-carosel{
padding :0;
}
.page_inner{
margin-top:10px;
}
.page_container{
width:90%;
margin:0 auto;
}
.content_container{
margin-top:15px;
margin-bottom:20px;
width:100%;
display:flex;
float:left;
}
.RT_Side_float{
float:left;
max-width:33%;
}
.well {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  border: 1px solid #686868;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  font-family: Verdana,Arial,Helvetica,sans-serif;
  padding-top: 15px;
}
.well_home{
	/*min-height:670px; */
	background-color:#fff;
}
.well_copy {
  font-size: 120%;
  line-height: 140%;
  padding: 0 30px 20px;
  text-align: justify;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.after_video{
margin-top:25px;
}
.well_title {
  background-color: #fff;
  border-radius: 2px;
  color: #e5e5e3;
  margin-bottom: 25px;
  padding: 5px 10px;
}
.well_title h2 {
  border-bottom: 1px solid #232323;
  border-top: 1px solid #232323;
  color: #232323;
  font-size: 200%;
  margin: 3px;
  padding: 3px 0;
}
.featItem {
padding : 0px 0 10px 0;
float:left;
}
.featItemMobile{
display:none;
}
.feat_img_container{
height:90px;
  float: left;
  margin: 1%;
  padding: 1%;
  width: 18%;
}
.feat_copy {
  float: left;
  margin: 1%;
  padding: 1%;
  width: 98%;
}
.featItem img {
  max-width:100%;
  height:100%;
}
.featItem h3 {
  border-bottom: 1px solid;
  font-size: 150%;
  margin: 5px 0 0;
  padding: 0 10px;
}
.featItem p{
padding:5px 5px;
text-align:left;
}
.feat_copy a , a:visited{
  color: #333333;
  text-decoration:none;
}
.feat_copy a:hover{
  color: #777777;
  text-decoration:none;
}
.well_prices {
    background-color: #ffff;
    border: 1px solid #686868;
    min-height: 500px;
    float: right;
}
.well_prices p{
	color:#232323;
	text-align:justify;
	padding:0px 30px 5 30px;
	font-size:14px;
}
.well_prices h3{
	font-size:26px;
	color:#232323;
	margin-bottom:0px;
	margin-top:15px;
	text-decoration:underline; 
}
.well_city p{
font-size:120%;
line-height:150%;
}
.well_content {
    background-color: rgba(255, 255, 255, 1);
    min-height: 520px;
    float: left;
}
.well_content p {
  font-size: 120%;
  line-height: 150%;
  padding-right: 30px;
  text-align:center;
}
.row.testimonial_row a {
  color: #111111;
}
.row.testimonial_row a:hover {
  color: #777;
}
.well_content p.review{
  font-size: 110%;
  line-height: 140%;
  padding-right: 30px;
  text-align: left;
}
.well_content h3{
	font-size:26px;
	color:#111111; 
	margin-bottom:5px;
	margin-top:0px;
	text-decoration:underline;
}
.well_content h3.well_content_promo {
margin-top:2%;
}
h4.well_blog_list {
  color: #111111;
  font-family: Bellerose;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  text-align: left;
  text-decoration: none;
}
.testimonial_row {
margin-top:10px;
margin-bottom:10px;
border-bottom :1px solid #333333;
}

img.testimonial {
float:left;
width:100px;
height:100px;
margin-right:20px;
margin-bottom:10px;
	border: 1px solid #686868;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);

}
img.testimonial_social{
width:15%;
padding:3px;
	background-color:rgba(0,0,0,0.7);
}
img:hover.testimonial_social {
	background-color:rgba(0,0,0,0.5);
}
img.styles_list {
  border: 1px solid #686868;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
  max-width:23.5%; 
}
.pagination {
  display: inline-block;
  margin: 20px 0;
  padding-left: 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
	border: 1px solid #686868;
	background-color:rgba(0,0,0,0.7);
	color:#E5E5E3;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  
}
.pagination > li > a:hover{
	background-color:rgba(0,0,0,0.4);
}
a.pagination_active  {
	background-color:rgba(0,0,0,0.4) !important;
}
.page-header {
  color: #232323;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 10px;
}
.page-header h1 {
  border-bottom: 1px solid #232323;
  border-top: 1px solid #232323;
  color: #232323;
  font-size: 180%;
  margin: 0;
  padding: 3px;
}
.page-header h2 {
  border-bottom: 1px solid #232323;
  border-top: 1px solid #232323;
  color: #232323;
  font-size: 180%;
  margin: 0;
  padding: 5px 5px 7px;
}
.product_description{
margin-top:0px;
} 
.prod_button{
  float: left;
  margin: 1%;
  padding: 1%;
  width: 25%;
}
.prod_cc {
  float: left;
  padding: 1%;
  margin:1%;
  width: 48%;
}
.product_img_tmb{
    float: left;
    margin: 1%;
    padding: 1%;
    width: 18%;
}
.product_list{
text-align:left;
}

.product_list p{
padding-bottom:4px;
}
a.rt_product {
color:#111111;
text-decoration:none;
}
a:visited.rt_product  {
color:#111111;
}
a:focus.rt_product  {
color:#111111;
}
a:hover.rt_product {
color:#111111;
text-decoration:underline;
}
.article p {
  color: #111111;
  font-size: 105%;
  text-align: center;
  padding-bottom:10px;
  line-height:125%;
}
.article > ul {
  list-style: inside none disc;
  padding: 0 10px 0 40px;
}
.article_right_img {
  border: 1px solid;
  float: right;
  margin: 5px 0 10px 20px;
  max-width: 50%;
}
.article_left_img {
  border: 1px solid;
  float: left;
  margin: 5px 20px 10px 0px;
  max-width: 50%;
}
.img-product {
  display: block;
  float: left;
  height: auto;
  width: 20%;
  margin: 0 25px 10px 0;
}
.img-post {
  display: block;
  border: 1px solid;
  float: left;
  height: auto;
  width: 66%;
  margin: 0 30px 10px 0;
}
.img-promo {
  border : 1px solid;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom:15px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #555555;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-city{
float:left;
  width: 55%;
  margin-right:4%
}
.form-state{
  width: 17%;
float:left;
  margin-right:4%
}
.form-zip{
  width: 20%;
float:left;
}
.form-control:focus {
  border-color: #555555;
  outline: 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}
.form-rating-lable{
  color: #111111;
  font-size: 14px;
width:20%;
float:left;
}
.form-rating {
  color: #111111;
  font-size: 14px;
  height: 30px;
  margin: 3px;
  text-align: left;
  width: 75%;
  float:left;
}
.contact_lable{
text-align:left;
padding-bottom:5px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
	border: 1px solid #686868;
	color:#F2F2F0;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}
.btn:focus {
  outline: none;
}
.btn:hover,
.btn:focus {
  text-decoration: underline;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.footer{
	padding :20px 0 0 0;
	border-top:1px solid #ACACA1;
	border-bottom:1px solid #ACACA1;
	background-color:#FFF;
	-moz-box-shadow: 1px 1px 10px  #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	box-shadow: 1px 1px 10px #000000;
	min-height:0px;
	color:#232323;
}
.footer p{
padding:10px 0;
}
.footer a, a:focus, a:hover{
color:#232323;
}
.footer a:hover{
text-decoration:none;
}
.credits{
font-size:10px;
    font-family: arial;
}
.ad_box {
  border-top: 1px solid;
  float: left;
  padding: 25px 5%;
  border-bottom: 1px solid;
}
.ad_box_mobile {
  display:none;
}
@media (max-width: 1920px) {
.featItem h3 {
  border-bottom: 1px solid;
  font-size: 140%;
  margin: 5px 0 0;
  padding: 0 10px;
}
}
@media (max-width: 1367px) {
.well_copy{
  font-size: 115%;
  line-height: 130%;
} 
.well_home {
 /* min-height: 650px; */
}
.featItem h3 {
  font-size: 140%;
}
}
@media (max-width: 1280px) {
.page_container {
  margin: 0 auto;
  width: 98%;
  }
}
@media (max-width: 1024px) {
.well_home {
  /*min-height: 550px; */
}
.well_copy {
  padding: 0 15px 20px ;
}
.well_content p {
  font-size: 110%;
  line-height: 140%;
  padding-right: 30px;
  text-align: justify;
}
.well_home h2 {
  font-size:21px;
  }
  .well_home p {
  font-size: 100%;
}
.featItem h3 {
  font-size: 110%;
}
.featItem p {
  padding: 0px;
  font-size: 90%;
}
img.styles_list {
  max-width: 23.2%;
}
.prod_cc {
  width: 98%;
}
}
@media (max-width: 980px) {
.featItem h3 {
  font-size: 105%;
}
}
@media (max-width: 800px) {
.col-9{
width:98%;
float:left;
padding:1%;
margin:0 0 10px 0;
}
.col-6{
width:98%;
float:left;
padding:1%;
}
.col-3{
width:98%;
float:left;
padding:1%;
margin:0 0 10px 0;
}

.content_container {
  margin-top: 0;
  display:block;
}
.page_inner{
margin-top:10px;
padding:0;
}
.well_home h2 {
  font-size: 17px;
}
.well_home p {
  font-size: 80%;
}
.featItem h3 {
  font-size: 85%;
}
.featItem p {
  font-size: 70%;
}
.top-social img {
  height: 20px;
  width: 20px;
}
.well_prices {
  width: 48%;
  margin-left: 1.4%;
}
.well_prices h3 {
  margin-left: 4%;
}
.well_prices p {
  margin-left: 5%;
}
h1.page-header {
  padding: 5px;
}
.well_content h2 {
  margin-bottom: 10px;
  margin-top:0px;
  padding: 5px;
  font-size:22px;
}
img.styles_list {
  max-width: 22.5%;
}
h4.well_blog_list {
  font-size: 18px;
}
.form-control {
  font-size: 14px;
  height: 30px;
  margin-bottom: 10px;
}
.featItemMobile{
display:block;
}
.featItem {
  float: left;
  padding: 0 2% 10px;
  width: 48%;
}
.feat_img_container {
  float: left; 
  margin: 1%;
  padding: 1%;
  width: 25%;
}
.featItem h3 {
  font-size: 120%;
  text-align: center;
}
.featItem p {
  font-size: 92%;
  text-align: left;
  padding-top: 10px;
}
}

@media (max-width: 768px) {
.well_home {
  min-height: 0;
  width: 100%;
  margin: 20px 0 0 0;
}
.well_home h2 {
  font-size: 180%;
}
.logo_container {
  float: left;
  width: 35%;
}
.well_home h2 {
  padding: 10px 5px;
}
}
@media (max-width: 736px) {
.logo_copy {
  width: 78%;
}
.top-nav {
  position: relative;
}
.menu_container {
  float: left;
  position: relative;
  width: 100%;
}
.logo_container {
  float: left;
  width: 40%;
}
.top-social {
  float: right;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 45%;
}
.top-social p {
  display: block;
  padding: 0 0px 5px 0;
}
.well_home h2 {
  padding: 3px;
  margin: 0;
}
.featItem h3 {
  font-size: 110%;
}
.featItem p {
  font-size: 90%;
  text-align: justify;
  padding-top: 10px;
}
.page_inner {
  margin-top: 5px;
  padding: 0;
}
img.styles_list {
  float: left;
  height: auto;
  max-width: 31%;
}
}
@media (max-width: 640px) {
.featItem h3 {
  font-size: 100%;
}
.featItem p {
  font-size: 80%;
}
}
@media (max-width: 415px) {
.logo_container {
  float: left;
  width: 100%;
  padding:2%
}
.top-social {
  float: left;
  padding-bottom: 0;
  padding-top: 5px;
  text-align: center;
  width: 100%;
}

.row_fluid_product_list{
width:100%;
min-height:100px;
padding:20px 0 0 0;
float:left;
}
.page-header {
	margin-bottom: 10px;
}
.col_6_home_header {
  width: 100%;
  border-left: medium none;
  border-right: medium none;
}
.col_4_home_header{
  border-bottom: 5px solid #fff;
  border-right: medium none;
  border-left: medium none;
  width:100%; 
}
.well_home {
  min-height: 0;
  padding: 10px;
}
.well_home h2 {
  padding: 5px 10px;
  font-size:24px;
}
.featItem {
	
	width: 98%;
}
img.styles_list {
  float: left;
  max-width: 46%;
}
.img-post {
  width: 100%;
}
.well_content p {
  padding-right: 10px;
  padding-left: 10px;
  text-align:center;
  font-size:100%; 
}
.prod_button {
  float: left;
  margin: 1%;
  padding: 1%;
  width: 48%;
}
.prod_cc {
  float: left;
  margin: 1%; 
  padding: 1%;
  width: 100%;
}
.img-promo {
  display: none;
}
.well_prices {
  margin-left: 1%;
  width: 98%;
}
.well_prices h3 {
  margin-left: 4%;
}
.well_prices p {
  margin-left: 5%;
}
}

@media (max-width: 360px) {
.featItem h3 {
  font-size: 90%;
}
}