<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	background: url('../images/main_bg.png');
}
.wrap{
	padding: 3px;
}
/* header */
.header_top{
	background: url('../images/header_top.png');
}


/* header_btm */
.header_btm{
	background:#fdfdfd;
}
.header1{
	position: relative;
}
.nav {
    display:inline-block;
    font-size:0.9em;
}
.nav-item {
    float:left;
    *display:inline;
    zoom:1;
}
.nav-item a {
    display:block;
    padding:15px 20px;
    color:#FFF;
    background:#B81D22;
}
.nav-item a:hover {
	background: #333;
	color: #FFFFFF;
}
.nav-mobile {
   display: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/nav_icon.png) 18% 52% no-repeat;
	height:32px;
	width: 36px;
}
    .nav-mobile {
        display:block;
    }
    .nav {
    width :100%;
    }
    .nav-list {
        display:none;
    }
    .nav-item {
        width:100%;
        float:none;
    }
    .nav-item a {
        background: #1F1F1F;
        padding:10px;
    	border-bottom:1px solid #383838;
    	text-transform:uppercase;	
        color:#FFF;
        -webkit-transition: color .2s linear,background .2s linear;
		-moz-transition: color .2s linear,background .2s linear;
		-o-transition: color .2s linear,background .2s linear;
		transition: color .2s linear,background .2s linear;
		font-weight: normal;
		font-size: 0.875em;
    }
    .nav-inner {
        display: none;
    }
    .nav-active, .nav-active-inner .nav-inner {
        display:block;
    }
    .nav-inner li a{
    	 color:#9C9C9C;
    	 background:url(../images/drop_arrow.png) no-repeat 0;
    	 border-bottom: 1px solid #EEE;
    	 padding-left:15px;
    }
     .nav-inner li a:hover{
     	color: #B81D22;
     	background:url(../images/drop_arrow.png) no-repeat 0;
     }
/* start slider */
.camera_thumbs {
	width: 80%;
	margin: 0 auto;
}
/* start main */
.main{
	
	background: #ffffff;
	
	padding: 5px 5px;
	position: relative;
	margin-left:auto;
	margin-right:auto;

}
 
.images_1_of_3 {
	width: 47.333%; 
}
.grid3_img{
	float:left;
	margin-right: 5px;
}
.grid3_img img{
	cursor:pointer;
	padding: 2px;
	background: #000000;
	text-align: center;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.grid3_img img:hover{
	background: #EA5A4B;
}
.grid3_txt{
	float: left;
}
.grid3_txt h3{
	color: #000000;
	text-transform: capitalize;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
}
.images_1_of_3  p  {
	margin-top: 10px;
	color: #000000;
	line-height: 1.5em;
	font-size: 0.925em;
}
/* start main_btm */
.main_btm {
	margin-top: 10px;
	padding:10px;
	display: block;
}
.main_btm h2{
	font-size: 1.5em;
	color:#000000;
	line-height: 1.5em;
}
.main_btm h2 span{
	background: #EA5A4B;
	color:#ffffff;
	padding: 5px;
	text-align: center;
}
/*---start-gallery-----*/
.gallery{
	margin-top: 10px;
}
.gallery1{
	margin: 10px;
}
#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info .info-wrapper {
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info a {
	color:#c09853;
	text-decoration:none;
}	
#info p {
	margin:5px 0 0 0;
}
.container { 
	position: relative; 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}
#filters {
	padding:0;
	list-style:none;
}
#filters li {
	float:left;
}
#filters li span {
	margin:10px 0;
	display: block;
	padding: 4px 6px;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
	text-transform: capitalize;
}
#filters li span.active {
	background:#EA5A4B;
	color:#fff;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:23%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio img {
	max-width:100%;
	position: relative;
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: rgba(0, 0, 0, 0.78);
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	text-transform: uppercase;
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
	font-size: 13px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.PriceLink {
  text-align:left;
  align:left;
  font-size:17px;
}

.PriceLink a {
	color:#fff;
}
.PriceLink a:hover {
	color:#999;
}

/* end gallery */
/* start footer */
.footer_bg{
	border-top:8px solid #EA5A4B;
	background:	url('../images/footer_bg.jpg');
}
.footer{
	margin-top: 20px;
}
/* start spans_of_3 */
.spans_1_of_3{
	display:block;
}
.span_1_of_3 h2{
	font-size: 1.2em;
	color: #ffffff;
	text-transform: uppercase;
}
.span_1_of_3 h3{
	font-size: 1 em;
	color: #ffffff;
	
}
.f_nav li{
	padding: 5px 0;
	border-bottom: 1px solid #444444;
}
.f_nav li:last-child{
	border-bottom: none;
}
.f_nav li a{
	font-size: 1em;
	color: #adadad;
	line-height: 1.5em;
	text-transform: capitalize;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.f_nav li a:hover{
	color: #ffffff;
}
.span_1_of_3 p{
	font-size:1em;
	color: #adadad;
	line-height: 1.5em;	
	margin-bottom: 10px;
}
/*---social-media-----*/
.social-media {
	margin-top: 20px;
}
.social-media li{
	float:left;
	margin: 0px 10px 10px 0;
	display:inline-block;
}
.social-media li a {
	height:32px;
	width: 32px;
	display: block;
	background:url(../images/soc_media.png);
}
.social-media li a:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
.social-media li:nth-child(1) a{
	background: url(../images/soc_media.png) 0% 0%;
}
.social-media li:nth-child(2) a{
	background: url(../images/soc_media.png) 14% 0%;
}
.social-media li:nth-child(3) a{
	background: url(../images/soc_media.png) 28% 0%;
}
.social-media li:nth-child(4) a{
	background: url(../images/soc_media.png) 42% 0%;
}
.social-media li:nth-child(5) a{
	background: url(../images/soc_media.png) 57% 0%;
}
.social-media li:nth-child(6) a{
	background: url(../images/soc_media.png) 72% 0%;
}
.social-media li:nth-child(7) a{
	background: url(../images/soc_media.png) 86% 0%;
}
.social-media li:nth-child(8) a{
	background: url(../images/soc_media.png) 100% 0%;
}
.social-media li:nth-child(9) a{
	background: url(../images/soc_media.png) 0% 50%;
}
.social-media li:nth-child(10) a{
	background: url(../images/soc_media.png) 14% 50%;
}
.social-media li:nth-child(11) a{
	background: url(../images/soc_media.png) 28% 50%;
}
.social-media li:nth-child(12) a{
	background: url(../images/soc_media.png) 42% 50%;
}
.social-media li:nth-child(13) a{
	background: url(../images/soc_media.png) 57% 50%;
}
.social-media li:nth-child(14) a{
	background: url(../images/soc_media.png) 72% 50%;
}
.social-media li:nth-child(15) a{
	background: url(../images/soc_media.png) 86% 50%;
}
.social-media li:nth-child(16) a{
	background: url(../images/soc_media.png) 100% 50%;
}
.social-media li:nth-child(17) a{
	background: url(../images/soc_media.png) 0% 100%;
}
.social-media li:nth-child(18) a{
	background: url(../images/soc_media.png) 14% 100%;
}
.social-media li:nth-child(19) a{
	background: url(../images/soc_media.png) 28% 100%;
}
.social-media li:nth-child(20) a{
	background: url(../images/soc_media.png) 42% 100%;
}
.footer_top {
	border-top:1px solid #3a3a3a;
	padding:10px 0;
	text-align: center;
}
.footer_top p{
	color: #adadad;
	font-size: 1em;
	line-height: 1.5em;
}
.footer_top p a{
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.footer_top p a:hover{
	color: #EA5A4B;
}
/* start blog */
.slider_bg{
	background: url('../images/slider_bg.jpg');
	height: 70px;

}
.blog_slider{
	background: url('../images/blog.jpg');
	padding: 10px 10px 50px 10px;
	margin-top: -40px;
}
.blog_slider h2{
	font-size:25px;	
color:#FFF
}
.content_left{
	padding: 5px;
}
.sidebar{
	float: right;
	width: 26.333333%;
}
}
.blog_slider h2{
	color: #ffffff;
	font-size: 1.5em;
	letter-spacing: 1px;
}
.blog_slider p{
	color: #ffffff;
	font-size: 1em;
	line-height: 1.5em;
}
.blog_main:first-child{
	margin-top: 0;
}
.blog_main{
	margin: 10px 0;
}
.blog_main1{
	padding: 10px 0;
	border-top:8px solid #EA5A4B;
	border-bottom:8px solid #EA5A4B;
}
h2.blog{
	font-size: 1.5em;
	color: #000000;
	text-transform: capitalize;
}
.video {
	margin: 4% 0;
}
.video iframe{
	width: 100%;
}
.blog_img img{
	width:100%;	
	margin: 10px 0;
}
p.para{
	color: #000000;
	line-height: 1.5em;
	font-size: 0.925em;
}
p.para.top{
	margin-top: 10px;
}
.blog_date_left{
	float:left;
	width: 22.333333%;
	


}
.blog_date_right{
	
	float:right;
	width:84.6666%;
   
	
}
.blog_date_left h2{
	font-size: 1em;
	color:#000000;	
}
.blog_date_left p{
	color: #EA5A4B;
	line-height: 1.5em;
	font-size: 0.825em;
}
.blog_date_left p a{
	color: #EA5A4B;
	line-height: 1.8em;
	font-size: 0.925em;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.blog_date_left p a:hover{
	color: #000000;
}
.sidebar_txt{
	margin-top: 16%;
}
.sidebar_txt h2{
	line-height:1.8em;
	font-size:1.5em;
	color:#000000;
	border-bottom:8px solid #EA5A4B;
	margin: 8% 0 6%;
}
.sidebar_txt p{
	color: #000000;
	line-height: 1.8em;
	font-size: 0.925em;
}
.sidebar_txt h2{
	line-height:1.8em;
	font-size:1.5em;
	color:#000000;
	border-bottom:8px solid #EA5A4B;
	margin: 10px 0;
}
.sidebar_txt p{
	color: #000000;
	line-height: 1.5em;
	font-size: 0.925em;
}
.blog_nav li a{
	color: #000000;
	line-height: 1.5em;
	font-size: 0.925em;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.blog_nav li a:hover{
	color:#ea5a4b;
}
.blog_list li{
	width: 28.777777%;
	float:left;
	margin: 10px 0;
}
.blog_list li.right{
	margin-right: 10px;
}
.blog_list li a{
	display: block;
}
/* start Contact */
.map{
	padding: 10px;
}
.contact{
	padding: 10px;
}
.company_address p{
	color: #000000;
	line-height: 1.5em;
	font-size: 0.925em;
}
.company_address h3{
	color:#EA5A4B;
	font-size:1em;
	line-height:1.8em;
	margin-top: 10px;
}
.company_address p a{
	color:#EA5A4B;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.company_address p a:hover{
	color:#000000;
}
.contact-form{
	margin-top: 10px;
}
.contact-form span label{
	color: #202227;
	display: block;
	font-size: 1em;
	padding-bottom: 5px;
}
.contact-form input[type="text"] {
	margin-bottom:4%;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	float:left;
	width:92.999999%;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.contact-form input[type="text"].right{
	margin-right: 10px;
}
.contact-form input[type="text"]:hover{
	border:1px solid #EA5A4B;
}
.contact-form textarea {
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(138, 137, 137, 0.84);
	padding: 8px;
	display: block;
	width: 92%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form textarea:hover{
	border:1px solid #EA5A4B;
}
.contact-form input[type="submit"]{
	margin-top:4%;
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
	-webkit-appearance: none;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background: #EA5A4B;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.contact-form input[type="submit"]:hover{
	background: #000000;
}



#nav-trigger {
  display: none;
  text-align: center; }
  #nav-trigger span {
    display: inline-block;
    padding: 10px 10px;
    background-color: #333;
    color: white;
    cursor: pointer;
    text-transform: uppercase; }
    #nav-trigger span:after {
      display: inline-block;
      margin-left: 10px;
      width: 5px;
      height: 5px;
      content: "";
      border-left: solid 10px transparent;
      border-top: solid 10px #fff;
      border-right: solid 10px transparent; }
    #nav-trigger span:hover {
      background-color: #F00; }
    #nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; }

nav {
  margin-bottom: 20px; }

nav#nav-main {
  background-color: #333;
  padding: 5px 0; }
  nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  nav#nav-main li {
    display: inline-block;
    border-right: solid 1px #950025;
    padding: 0 5px; }
    nav#nav-main li:last-child {
      border-right: none; }
  nav#nav-main a {
    display: block;
    color: white;
    padding: 5px 5px; }
    nav#nav-main a:hover {
      background-color: #F00;
      color: #fff; }

nav#nav-mobile {
  position: relative;
  display: none; }
  nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color:#F00; }
  nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 1px #950025; }
    nav#nav-mobile li:last-child {
      border-bottom: none; }
  nav#nav-mobile a {
    display: block;
    color: white;
    padding: 10px 30px; }
    nav#nav-mobile a:hover {
      background-color:#F00;
      color: #fff; }
/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 900px) {
  #nav-trigger {
    display: block; }

  nav#nav-main {
    display: none;
	
	 }

  nav#nav-mobile {
    display: block; 
	z-index: 100001 !important; 
	 } }

.widthservices{
	width:100%;
}
.serviceactive{
	background-color:#F00;
	
}

	


table.center{
width: 50%; margin: auto;
}


.td, th { 
 
  
  width:100%;
  text-align: left; 
  
}
.producttitle{
	color:#F00;
	

}
.subtitlepro{
	color:#666;
	size:6px;

}
.productblack{

}


.productcontainerinfo{
	width:325px;
	padding-top:10px;
	 float: left;
	 position:relative;	 
	 text-align:left;
}
.producttext{
	display:block;
}

.productmain{
	padding:5px 5px;
	margin-right:auto;
    margin-left:auto;
    width: 100%;
	 position:relative;

}


.productinfo{
	float:left;
	width:40%;
}
.productprice{
	color:#F00;
}
.button{
	background-color:#F00;
	text-align:center;
}

.addressdiv{
float:left;
padding-left:15px;
text-align:left;
}
@media (min-width:692px) {
    .desktop-only {
        display:block !important;
		float:left;
			width: 14.333333%;
				
    }
	
	
 .divOne {
	 margin-top:15px;
        
		float:left;
			width: 30%;
				
    }
	

 
}


@media (min-width:400px) {
	.mapbox1 {
       
		float:left;
			width: 300px;
			height:300px;
				
    }
	 .addressbox {
        display:block !important;
		float:left;
		width: 300px;
		margin-left:30px;
		text-align:left;
				
    }
	}
	
	@media (max-width: 830px) {
	.mapbox1 {
	  float:left;
	  width: 100%;		
    }
	
	.addressbox {
       display:block !important;
		
		width: 100%;
		
		text-align:left;
	    }
		
		}
	
	
@media (max-width: 900px) {
    .mobile-only {
        display:block !important;
    }
 
    .desktop-only {
        display:none !important;
		float:left;
			width: 14.333333%;
		    }
			
	
			 .divOne {
        display:none !important;
		
		
		    }
	.divOne img{
        width:100%;
		    }
			
	.mapboxdiv{
		
		width:99%;
	    text-align:center;
		}
				
	 .addressdiv{
	  width:99%;
	  text-align:left;
      }
	
}


.rslides {
  position: relative;
  list-style: none;
overflow:hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
.logo{
	float:left;

}
.infologo{
	float:right;
	width:80%;

}


@media (min-width:451px) {
      .video-container iframe{
		width:560px;
		height:315px;
}
      .image-container img{
		width:560px;
		height:315px;
	  }
	  
	 
	  
	    .Map img{
		width:560px;
		height:315px;
	  }
}

@media (min-width:800px){
	
	 .offer-container img{
		width:800px;
		height:1085px;
	  }
	}
 
 @media (max-width:801px){
	 .offer-container{
		position: relative;
		width:100%;
	padding-bottom: 120%; 
	padding-top: 25px;

	}
     .offer-container img{
		
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

	 
	 }
	 
@media (max-width: 590px) {
	.video-container{
		position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	}
     .video-container iframe{
			position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	.image-container{
		position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	}
     .image-container img{
			position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.Map{
		position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	text-align:center;
	}
     .Map img{
			position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
.callbtn{
	background-color:#F00;
	text-align:center;
	width:200px;
	height:35px;
	
}
@media (min-width:769px) {
    .ads{
        display:block !important;
		float:right;
		width:30%;
    } 
	.content_left{
		
			float:left;
	width: 68.333333%;
	margin-right: 1%;
    }
	
	

@media (max-width: 910px) {
  
 
    .ads {
        display:none !important;
		float:right;
			width:40%;
			
		    }
	
}
.productmain{
	position:relative;
	width:100%;
}	
}
.content_left{
	float:left;
	width: 68.333333%;
	margin-right: 1%;
}


@media (min-width:692px) {
  .aboutustxt {
       width:69%;
	   margin-right:1%;
	   float:left;
    }
}
@media (max-width: 1008px) {
    .aboutustxt {
       width:100%;
	   float:left;
    }	
}
.moreinfopopupmain{
	margin-right:auto;
    margin-left:auto;
    width: 100%;
	 position:relative;

}
/* start grids_of_3 */
.grids_1_of_3{
	margin-right:auto;
    margin-left:auto;
	position:relative;
}

.mapboxdiv{
	padding-left:10x;
	position:relative;
	width:400px;
	float:left;
}


@media (max-width:659px){
.grid_1_of_3{
	display: block;
	margin-left: 2%;
	text-align:center;
	 position:relative;	
	 width:250px;
	
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
}


}
@media (min-width:660px){
.grid_1_of_3{
	display: block;
	margin-left: 2%;
	text-align:left;
	 position:relative;	
	 width:250px;
	 float:left;

	
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
}

}
}
@media (min-width:659px){
.grid_2_of_3{
	display: block;
	margin-left: 2%;
		text-align:left;
	 position:relative;	
	 width:325px;

}
}
@media (min-width:380px){
.grid_2_of_3{
	display: block;
	margin-left: 2%;
		text-align:left;
	 position:relative;	
	 width:100%;

}
}
@media (min-width:660px){
	.grid_2_of_3{
	display: block;
	margin-left: 2%;
	text-align:left;
	 position:relative;	
	 width:325px;
	 float:left;
	
}
}
@media (max-width:450px){
	.productlist{
	width:150px;
display: block;
	margin-left: 5px;
	margin-top:15px;
	 position:relative;	

}
.productlist:first-child { 
	margin-left: 0; 
}
}

@media (min-width:449px){
	.productlist{
	width:150px;
display: block;
	margin-left: 5px;
	margin-top:15px;
	 position:relative;	
	 float:left;


}
.productlist:first-child { 
	margin-left: 0; 
}
}

.ser-main{
	float: left;
	width: 68.33333%;
	margin-right: 2.3333%;
	font-family: 'Source Sans Pro', sans-serif;
}
.ser-main h4{
	font-family: 'bebas_neueregular';
	font-size: 2em;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
	margin-bottom: 2%;
}
.ser-grid{
	padding: 4% 0;
	text-align: center;
	border-bottom: 1px solid rgb(238, 238, 238);
}
.ser-grid:last-child{
	border-bottom:none;
}
.ser-grid-list{
	float: left;
	width: 32.33333%;
	margin-left: 1%;
}

.ser-grid-list:first-child{
	margin-left: 0;
}
.ser-grid-list h5{
	margin: 2% 0 4%;
}
.ser-grid-list h5 a{
	text-transform: capitalize;
	font-size: 1.8em;
	color: #EA5A4B;
	font-family: 'bebas_neueregular';
	text-shadow: 0 1px 0 #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ser-grid-list h5 a:hover{
	color:#999999;
}
@media only screen and (max-width: 800px) {
	
	.ser-grid {
		float: none;
		width: 100%;
		margin-right: 0;
	
	}
	
	.ser-grid-list h5 a {
		font-size: 1.5em;
	}
.facebook {
	margin-left:1%;
		float: right;
		width: 9%;
	
	}
	  
}
@media only screen and (max-width: 480px) {
	
	.ser-grid-list {
		float: center;
		width: 90%;
		margin-left: 0%;
		margin-bottom: 4%;
	}
	
	.ser-grid-list2 {
		float: center;
		width: 90%;
		margin-left: 0%;
		margin-bottom: 4%;
	}
	
	.ser-grid-list3 {
		float: center;
		width: 90%;
		margin-left: 0%;
		margin-bottom: 4%;
	}
	.ser-grid-list h5 {
		margin: 2% 0 1%;
	}
	
	
}


@media (min-width:692px) {
    .facebook {
        display:block !important;
		float:right;
			width: 24%;
				
    }
	
	.instagram {
        display:block !important;
		float:right;
			width: 22%;
				
    }
	
	.mobliebanners
			{
				display:none !important;
		float:center;
		width:100%;
				}
	
 .icons{
		 display:block !important;
		float:left;
			width: 76%;
			border-bottom-color:#CCC;
			border-bottom:thin;
	}
	
	.productshowcase{
	width:300px;
display: block;
	margin-left: 5px;
	margin-top:15px;
	 position:relative;	

}
.productshowcase:first-child { 
	margin-left: 0; 
}

.responsivetitle{
	color:#EA5A4B;
	font-size:25px;	
}
}
@media (max-width: 830px) {
 
 
    .facebook {
        display:none !important;
		float:right;
	
		    }
			
			.instagram {
        display:none !important;
		float:right;
	
		    }
			
			.mobliebanners
			{
				display:block !important;
		float:center;
		width:100%;
				}
			
	.icons{
		 display:block !important;


			width: 100%;
				border-bottom-color:#CCC;
			border-bottom:thin;
	}	
		
		.productshowcase{
	width:100%;
display: block;
	margin-left: 5px;
	margin-top:15px;
	 position:relative;	

}
.productshowcase:first-child { 
	margin-left: 0; 
}
.responsivetitle{
	
	color:#EA5A4B;
	font-size:25px;	
	text-align:center;
}
}

.mainbutton{
	background-color:#F00;
	text-align:center;
	width:90px;
}

/*Contact Us */

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5px;
}

.gmap-area .gmap iframe {

  height: 100%;
  width: 100%;
}

.gmap{
    border: 10px solid #f6f5f0;
   
     height: 300px;
     width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}


.row{
margin-right:15px;
margin-left:15px;	
}

.col-sm-5{
width: 41.6%;
}

.text-center{
text-align:center;
}

.col-sm-7{
width: 58%;	
}

.col-sm-6{
width: 50%;	
}

.col-sm-7,.col-sm-5,.col-sm-6{
	position:relative;
	min-height:1px;
	padding-left:10px;
	float:left;
}

.paddingforaddress {
	margin-top:15px;
	
	}</pre></body></html>