
 /******* Coupon *******/

 #coupon1{
    width:80%;
    max-width:400px;
    /*height:152px;*/
    padding:20% 5% 5% 5%;
    text-align:left;
    position:relative;
    z-index:4;
}

#couponText{
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
    z-index:5;
}

#printlink{
    font-family:"Quattrocento Sans", Helvetica, Arial, sans-serif;
    font-size:15px;
}

/************ Error Styles **********/
#errTitle{
	font-size:20px;
	font-weight:bold;
	margin: 0 10px 0 0;
	padding: 0 0 0 0px;
}

.errSmall{font-size:8pt}

#errFooter{
	margin: 0;
	font-size:9px;
	color:#CCCCCC;
}

#errBlock{
	margin: 0 auto;
	width: 350px;
	font-family: courier;
	font-size:12px;
	color: #003366;
	border:1px solid #003366;
	background-color:#FFFFFF;
}
/************ END Error Styles **********/

.cycle-slideshow {
	max-width:990px;
	width:100%;
	height:338px;
	overflow:hidden;
	z-index:3;
	position:relative;
	-webkit-box-shadow: 2px 5px 9px 0px rgba(200,200,200,0.8);
	-moz-box-shadow: 2px 5px 9px 0px rgba(200,200,200,0.8);
	box-shadow: 2px 5px 9px 0px rgba(200,200,200,0.8);
	margin:0px 0px 0px 0px;
}

.cycle-slideshow img{
	width:100%;
}

.cycle-overlay{
	position:absolute;
	top:0;
	right:0;
	margin:35px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	width:100%;
	min-height:20px;
	color:white;
	z-index:4;
	background:rgba(255,255,255,0.7);
	-webkit-box-shadow: 2px 5px 9px 0px rgba(200,200,200,0.8);
	-moz-box-shadow: 2px 5px 9px 0px rgba(200,200,200,0.8);
	box-shadow: 2px 5px 9px 0px rgba(200,200,200,0.8);
}


/**********************Desing Start CSS*****************************/


#footer{
  background:rgba(0,10,0,1);
  color:white;
  font-size: 12px;
}

#footer a{
  color:rgba(245,245,170,0.9);
  font-size: 12px;
  }
body{
	margin:0; 
	padding:0; font-family:"Raleway", sans-serif;
	font-weight:300; 
	font-size: 16px; line-height: 32px; color:#333; background:rgba(245,235,200,0.5);}
a{color:#333; text-decoration: none;}
header{justify-content:space-between;}
header #logo{width:100%; max-width: 1200px; margin:0 auto; text-align: center;}
header #logo img{width:50%;}
nav{border:none; width:100%;background:rgba(245,235,200,0.2);}
nav ul{list-style:none; margin:0px; padding:0px; padding:1% 0;display:flex; justify-content:space-between;
  align-items: center; width:100%; max-width: 1200px; margin:0 auto;margin-top:2%;}
nav ul a{display:inline-block; margin:0px; padding:0px;text-decoration:none; align-self:flex-end;}
nav ul a li { font-weight:400; color:rgba(20,100,50,1); margin-bottom: 0; font-size: 1.2em;
  }
.flex{display:flex; justify-content:space-between;}


/*** Home ***/

.parallax {    width: 100%;
    height: 520px;
    padding-top: 5%;
    background-image: url('../images/irish3.jpg');
    background-position: center center;
    background-size: cover;
    background-color: rgba(39,97,172,0.2);
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #2B2B2B;
    position:relative;
    z-index:2;
}
.int_parrallax{
   background:rgba(255,255,255,0.4); color:white; width:85%; max-width:1300px; margin:0 auto; height:350px;
}
.int_parrallax h1{
  padding:5%;
  padding-bottom: 1%;
  font-size: 5rem;
  font-weight: 100;

}
.int_page{
  margin-bottom: 25px;

}
.int_page h5{
  margin-bottom: 0; margin-top: px; 
}
.int_page hr{
  margin-top: 1rem;
} 
#welcome{width:100%; /*padding:20px 2% 20px 2%;*/ color:rgba(5,60,10,1); background:; margin:0;
  padding-top: 2%; padding-bottom:2%;background-color: rgba(255,255,255,0.6);}

#welcome h2{
  font-size: 3.4em;
  margin-top:0;
  padding-top:2%;
}
#heading h2{
}
.sectionTitle h2{
  text-align: center;
  font-family: 'Petit Formal Script', cursive;
}


/*forms*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

  .button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }
.specials input{
  width:100%; 
}
.specials input[type="submit"]{
  width:100%;
}
.specials label{
  color:white;
  font-size: 16px;
  font-weight: 400;
  width:96%; float: left; margin:1% 2% 2% 2%; 
}
.specials 
input[type="submit"] {

  background-color: rgba(245,245,170,0.9);
  border-radius: 4px;
  border: 1px solid #bbb;
  width:50%;
  margin-left: 25%;
}
.specials 
input[type="submit"]:hover {

  background-color: rgba(245,245,170,1);
  border-radius: 4px;
  border: 1px solid #bbb;
}
.specials{
  border-top: 1px solid rgba(76,75,75,0.2);
  margin-top: 1%;
  background-color: rgba(0,0,0,0.2);
  overflow:auto;
}
.specials h3{
  color:white;
  font-family: "Petit Formal Script", cursive;
  padding-left: 7px;
}

.specials2 input{
  width:100%; 
}
.specials2 textarea{
  width:100%; 
}
.specials2 input[type="submit"]{
  width:100%;
}
.specials2 input[type="checkbox"]{
}
.specials2 label{
  color:rgba(20,100,50,1);
  font-size: 16px;
  font-weight: 400;
  width:94%; float: left; margin:1% 2% 2% 2%; 
}
.specials2 
input[type="submit"] {

  background-color: rgba(245,245,170,0.9);
  border-radius: 4px;
  border: 1px solid #bbb;
  width:33.333%;
  margin-left: 33.333%;
}
.specials2 
input[type="submit"]:hover {

  background-color: rgba(245,245,170,1);
  border-radius: 4px;
  border: 1px solid #bbb;
}
.specials2{
  border-top: 1px solid rgba(76,75,75,0.1);
  margin-top: 1%;
  background-color: rgba(0,0,0,0.05);
  overflow:auto;
  width:70%;
  margin:0 auto;
}
.specials2 h3{
  color:rgba(20,100,50,1);
  font-family: "Petit Formal Script", cursive;
  padding-left: 7px;
}
.checkbox ul li{
  width:33%;
  float:left;
  list-style: none;
}
.int_text{
	font-size: 1.1em;
	line-height: 1.65em;
	margin-bottom: 25px;
}
.int_text img{
	float:right; padding-left:15px; padding-bottom:10px; width:100%; max-width:380px;
}
.content h2{
	
	font-family: "Petit Formal Script", cursive;
}
.int_text h4{
	margin-bottom: 0; margin-top: 2em; border-bottom: 1px solid gray; width:auto;}
.int_text a{
	color:#CF2020;
}

#news{  padding:0px 5px 15px 5px; color:#333; float:right;
  background:rgba(255,255,255,0.7); border-radius: 0px 0px 5px 5px;
}
#news2{ 
	width:%; float:right;
}
#news #heading{
	text-align:center; font-size:1.7em; font-weight:500; margin-bottom:10px; color:#333;
}
#latest #heading{
	text-align:center; font-size:1.7em; font-weight:500; margin-bottom:10px; color:#333;
}
#news #row{
	width:100%; margin:0px 0px 10px 0px;
}
#news #row:last-of-type{margin:0px;}
#news #row a{font-weight:400; color:#333;}

footer{width:100%; padding:2% 0; min-height:100px; background:rgba(0,10,0,0.9); clear:both;}
footer .footer{
   max-width:1200px; margin:0 auto;;
}
.footer img{
  width:70%;
}
.footer ul{
  padding:0;
}
.sitemap li{

    list-style: none;
    float: left;
    margin-top: 0px;
    padding-left: 0;
    margin-bottom: 0px;
    line-height: 2.8rem;
    text-align: left;
    width: 50%;
    width: calc(100% / 2);
    box-sizing: border-box;
}

.footer ul  a li{
  text-decoration: none;
  color:white;
}
.rightFoot h2{
  margin-bottom: 0;
  font-size: 1.7em;
  text-align: left;
  border-bottom: 1px solid transparent;
}
.rightFoot{
  color:white;float:left; width:40%;
}
#map{
  width:58%;
  float:right;
}
.content{
	width:100%;max-width: 1200px; margin:0 auto;
  padding-bottom: 
}
.maps{
  width:100%; max-width: 600px; float:right; padding-left: 15px; padding-bottom: 25px;
}
.container{ width:100%;}
/******   Latest Arrivals   *******/
#latest{
	width:90%;
	float:left;
	clear:both;
	    padding: 0px 5px 25px 5px;
  padding-top: 0;
	background:rgba(255,255,255,0.7);
  border-radius: 0 0 5px 5px;

}
.box {
  cursor: pointer;
  height: 300px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 1%;
}

.box:nth-child(3){
  margin-top: 3%;
}
.box:nth-child(4){
  margin-top: 3%;
}

.box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.box .overbox {
  background-color: rgba(5,60,10,0.4);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  /*color: #003B0A;*/
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 100%;
  height: 240px;
  padding: 130px 20px;
}

.box:hover .overbox { opacity: 1; }
.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  padding:0;
}

.box .title {
  font-size: 2.5em;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
  font-size: 0.8em;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.home_content{
  padding: 1%;
  padding-bottom: 0;
  padding-top: 0;
}
#sectionTitle{

  font-family: 'Petit Formal Script', cursive;
  font-size: 28px;
  color:#CF2020;
  text-align: center;
  padding:25px 0 ;


}
.mainTitle{

}

.product_display2 ul{
  width:100%;
  margin-bottom: 25px;
  margin-top: 25px;

}
.product_box{
  width:100%; height: 190px; overflow: hidden;
}
.product_display2 ul li{


    list-style: none;
    float: left;
    margin-top: 0px;
    padding-left: 0;
    margin-bottom: 25px;
    line-height: 2.8rem;
    text-align: center;
    width: 25%;
    width: calc(100% / 4);
    box-sizing: border-box;
}
.product_display2 ul li img{

  width:95%;

}
.product_display ul{
  width:100%;
  margin-bottom: 25px;
  margin-top: 25px;

}
.product_display ul li{


    list-style: none;
    float: left;
    margin-top: 0px;
    padding-left: 0;
    margin-bottom: 25px;
    line-height: 2.8rem;
    text-align: center;
    width: 33.333333333%;
    width: calc(100% / 3);
    box-sizing: border-box;
}
.product_display ul li img{

  width:75%;

}

.prod_cats {
  
  border-bottom: 1px solid rgba(76,75,75,0.4);
}
.prod_cats ul{
  width:100%;
  height:70px;
  margin-bottom: 0;
}
.prod_cats ul li{
  float:left;
  margin:1%;
  width:33%;
    text-align: center;
    width: calc(100%/3.3);
  list-style: none;
}
.prod_int{
  padding:1%;
  background:rgba(245,245,245,0.5);
  
}
.prod_int2{
  padding:1%;
  background:rgba(245,245,245,0.5);
  
}
.prod_int img{
  width:33%;
  float:left;
  padding-right: 10px;
  margin-bottom:25px;
}
.prod_int2 img{
  width:50%;
  padding-right: 10px;
  margin-bottom:25px;
}
.clear{
	clear:both;
}
/****** News Section *******/

figure.snip1237 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 1%;
  margin-top: 0;
  width: 98%;
  background: transparent;
  color: #ffffff;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
figure.snip1237 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip1237 .image {
  position: relative;
  padding:5%;
  padding-bottom: 25%;
  padding-top: 25%;
}
figure.snip1237 img {
  max-width: 100%;
  vertical-align: top;
}
figure.snip1237 i {
  position: absolute;
  top: 7px;
  left: 12px;
  font-size: 32px;
  opacity: 0;
  z-index: 2;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
figure.snip1237 h3 {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 2.2em;
}
figure.snip1237 p {
  margin: 0;
}
figure.snip1237 figcaption {
  padding: 10px;
  background-color: rgba(255,255,255,0.8);
  color: #000000;
  position: relative;
  font-size: 0.9em;
}
figure.snip1237 figcaption p {
  margin-bottom: 15px;
}
figure.snip1237 .read-more {
  display: inline-block;
  width: auto;
  border: 2px solid rgba(5,60,10,1);
  padding: 0.4em 0.6em;
  color: rgba(5,60,10,1);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9em;
  text-transform: uppercase;
}
figure.snip1237 .read-more:hover {
  background-color: rgba(5,60,10,1);
  color: #ffffff;
}
figure.snip1237 .date {
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: black;
  max-height: 48px;
  max-width: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}
figure.snip1237 .date span {
  display: block;
  line-height: 24px;
}
figure.snip1237 .date .month {
  font-size: 14px;
}
figure.snip1237:hover i,
figure.snip1237.hover i {
  opacity: 0.7;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


.news_p_desk{
	display:inline;
}

.news_p_mobile{
	display:none;
}

.m_nav {
  display:none;
}

.d_nav{
  display:inline;
}

.footer_right{
  float:right;
}
.foo
.footer_left{
  float:left;
}

/********** Desktop Break Point *********/
@media (max-width : 1200px){


.content{
  width:96%;max-width: 1200px; margin:0 auto; padding:2%;
}
.container{ width:100%;}

nav ul{list-style:none; margin:0px; padding:0px; padding:1% 0;display:flex; justify-content:space-between;
  align-items: center; width:98%; margin:0 auto;margin-top:2%;}

}


@media (max-width : 1150px){
	figure.snip1237 {
    margin-top: 0;
    width: 98%;
    background: transparent;
    color: #ffffff;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
figure.snip1237 figcaption {
    padding: 20px;
    background-color: rgba(255,255,255,0.8);
    color: #000000;
    position: relative;
    font-size: 0.9em;
}

.news_p_desk{
	display:none;
}

.news_p_mobile{
	display:inline;
}

}


@media (max-width : 950px){
.box {
    cursor: pointer;
    height: 270px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 1%;
}

.footer_left{
  float:left;
  padding-bottom: 25px;
}
	.box img {
		width:75%;
		margin-left: 12.5%;
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.box .overbox {
  background-color: rgba(5,60,10,0.4);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  /*color: #003B0A;*/
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 75%;
		margin-left: 12.5%;
  height: 240px;
  padding: 130px 0px;
}
.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  padding-left: 5%;
}

.box .title {
  font-size: 2.5em;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}

#latest{
	width:99%;
	float:left;
	clear:both;
	    padding: 0px 5px 25px 5px;
  padding-top: 0;
	background:rgba(255,255,255,0.7);
  border-radius: 5px;
  margin-bottom: 25px;

}
#news{
	margin-bottom: 25px;
}

.parallax {    width: 100%;
    height: 950px;
    padding-top: 5%;
    background-image: url('../images/irish3.jpg');
    background-position: center center;
    background-size: cover;
    background-color: rgba(39,97,172,0.2);
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #2B2B2B;
    position:relative;
    z-index:2;
}
header #logo img{
  width:75%;
}
nav ul{list-style:none; margin:0px; padding:0px; padding:1% 0;display:flex; justify-content:space-between;
  align-items: center; width:98%; margin:0 auto;margin-top:2%;}

nav ul a li {
    font-weight: 400;
    color: rgba(20,100,50,1);
    margin-bottom: 0;
    font-size: 1.2em;
}
.m_nav {
  display:inline;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.d_nav{
  display:none;
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(5,60,10,0.7); /* green*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.rightFoot{
  width:40%;
}
.product_display ul li {
    list-style: none;
    float: left;
    margin-top: 0px;
    padding-left: 0;
    margin-bottom: 25px;
    line-height: 2.8rem;
    text-align: center;
    width: 100%;
    width: calc(100% /1);
    box-sizing: border-box;
}

.product_display ul li img{
    width:70%;
  }
.footer img{
  width:98%;
}
/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #CF2020;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 75px;
    margin-left: 50px;
}
.m_button{

    background-color: rgba(245,245,170,0.9);
    border-radius: 4px;
    border: 1px solid #bbb;
    height:45px;
    margin-top: 25px;
    margin-left: 15px
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

}

.product_box2{
  display:none;
}
.m_noshow{
  display: none;
}

@media screen and (max-width: 750px) {

.product_box{
  display:none;
}

.m_noshow{
  display: inline-block;
}
.product_box2{
  display:inline-block;
}
.product_display2 ul li {
  width:100%;
}
#welcome h2{
  font-size: 2.4em;
  margin-top:0;
  padding-top:2%;
}
.parallax {    width: 100%;
    height: 1150px;
    padding-top: 5%;
    background-image: url('../images/irish3.jpg');
    background-position: center center;
    background-size: cover;
    background-color: rgba(39,97,172,0.2);
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #2B2B2B;
    position:relative;
    z-index:2;
}
.rightFoot{
  width:100%;
}
  #map{
    width:100%;
    margin-bottom: 20px
  }
  .specials {
    width:100%;
  }
.specials2 label {
    color: rgba(20,100,50,1);
    font-size: 16px;
    font-weight: 400;
    width: 94%;
    float: left;
    margin: 1% 2% 2% 2%;
}
.specials2 
 input[type="submit"] {
    background-color: rgba(245,245,170,0.9);
    border-radius: 4px;
    border: 1px solid #bbb;
    width: 75%;
    margin-left: 12.5%;
}
.prod_int img {
    width: 100%;
    float: left;
    padding-right: 10px;
    margin-bottom: 25px;
}
.prod_int2 img {
    width: 100%;
    float: left;
    padding-right: 10px;
    margin-bottom: 25px;
}
.checkbox ul li {
    width: 100%;
    float: left;
    list-style: none;
}

.specials2{
  border-top: 1px solid rgba(76,75,75,0.1);
  margin-top: 1%;
  background-color: rgba(0,0,0,0.05);
  overflow:auto;
  width:100%;
  margin:0 auto;
}
}


.checkbox {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
.specials2 input[type="checkbox"] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin:0;
  position: relative;
  *overflow: hidden;
}





