@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);

@import url("http://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.min.css");
@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Oswald.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Oswald.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Oswald.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/Oswald.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Oswald.svg#Oswald') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'lucida';
    src: url('../fonts/lhandw_0-webfont.eot');
    src: url('../fonts/lhandw_0-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/lhandw_0-webfont.woff2') format('woff2'),
url('../fonts/lhandw_0-webfont.woff') format('woff'),
url('../fonts/lhandw_0-webfont.ttf') format('truetype'),
url('../fonts/lhandw_0-webfont.svg#lucida') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'futura';
    src: url('../fonts/tt0142m_0-webfont.eot');
    src: url('../fonts/tt0142m_0-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/tt0142m_0-webfont.woff2') format('woff2'),
url('../fonts/tt0142m_0-webfont.woff') format('woff'),
url('../fonts/tt0142m_0-webfont.ttf') format('truetype'),
url('../fonts/tt0142m_0-webfont.svg#futura') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'abadi';
    src: url('../fonts/abalc_0-webfont.eot');
    src: url('../fonts/abalc_0-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/abalc_0-webfont.woff2') format('woff2'),
url('../fonts/abalc_0-webfont.woff') format('woff'),
url('..t/fonts/abalc_0-webfont.ttf') format('truetype'),
url('../fonts/abalc_0-webfont.svg#abadi') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
url('../fonts/Calibri.woff2') format('woff2'),
url('../fonts/Calibri.woff2') format('woff'),
url('../fonts/Calibri.ttf') format('truetype'),
url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, 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;
	outline: 0;
}
::selection {
	background: #e4f8cb;
	color: #181f51;
}
::-moz-selection {
 background: #e4f8cb;
 color: #181f51;
}
::-webkit-selection {
 background: #e4f8cb;
 color: #181f51;
}
 @-ms-viewport {
 width: device-width;
}
body {
	background: #dbdcda;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}
.btn.focus, .btn:focus, .btn:hover{
	outline:none !important;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
}
div, section {
	display: block;
}
img, a {
	border: none;
	outline: none
}
a {
	text-decoration: none;
	outline: none;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
}
input:focus {
	outline: none
}
ul, ol {
	list-style-type: none;
}
/*align*/
.al {
	float: left
}
.ar {
	float: right
}
.ac {
	margin: 0 auto
}
/* clear fix */
* html .clearfix {
	height: 1%;
	overflow: visible
}
*+html .clearfix {
	min-height: 1%
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0
}
/*Clear*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden
}
.db {
	display: block;
}
.dn {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
.trs {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.browser-warning {
	display: none;
	background: yellow;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #000;
}
th{
	color:#986813;
}
td{
	color:#986813;
}
.browser-warning a {
	color: red;
}
/* Target old browsers with modernizr */
.oldie .browser-warning {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Conv_Arvo-Regular', 'Arvo', Arial, sans-serif;
}
.trs2 {
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.twt:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}

.codeBlocks.clearfix {
    display: none;
}
/************************common end**************************/
.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -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);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}
.main_container{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
/*under line*/
.module-title {
    margin-bottom: 8px;
    display: block;
    position: relative;
    border-bottom: 2px solid #EAA955;
}
.module-separator {
    background-color: #8E0703;
    display: block;
    height: 2px;
    margin: 10px 0 -2px;
    position: relative;
    width: 40px;
}


/*bouncing arrow*/
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
body {
  background: black;
}

.hed{
	width:100%;
	float:left;
	margin:0;
	    padding:  0;
		    background: url("../images/shdw_btm.png")bottom repeat-x;
			border-bottom: 2px solid #fff;
	
	}
	
.brand {
	/*margin:10px 0;*/
	float:left;
	text-align:left;
	width:100%;
	
}
	

.arrow {
	margin:auto;
  width: 15px;
  height: 15px;
  background:url(../images/arrow_01.png) no-repeat;
  /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;*/
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/*bouncing arrow end*/
.heD_bxA{
	width:100%;
	float:left;
	display:block;
/*	background:url(../images/menu_bg.jpg) repeat top center;*/
	min-height:50px;
	/*position:fixed;*/
	z-index:9999;
	text-align:center;
}
.fixedMenu {
    position: fixed;
    width: 250px;
    height: auto;
    text-align: center;
    z-index: 999;
    background: url(../images/menu_bg012.jpg) repeat;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.66);
-moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.66);
box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.66);
}
.menu_container{
    width: 100%;
    text-align: left;
    max-width: 1170px;
    margin: 0 auto;
    float: none;
}
.menu_A{
	width:100%;
	float:left;

}
.menu_B{
    width: 100%;
    display: none;
    z-index: 9999;
    max-width: 1140px;
    margin: 0 auto;
}

.banr_abt {
    width: 100%;
    float: left;
    background: #2b1d07;

}
.banr{
	width:100%;
	float:left;
	background:#2b1d07;
/*	    border-top: 3px solid #5FABD2;*/
}
.dup_cont{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	padding-bottom:15px;
}
.M_body{
	width:100%;
	float:left;
	display:block;
	background:url(../images/patten_01.jpg);
	padding: 22px 0;
        border-top: 3px solid #C7C7C7;
}

.prodt {
	text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.66);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.66);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.66);
    padding: 4px;
}



.prodt img{
	border:1px solid #2A7719;
	padding:0 !important;
	box-shadow:none !important;
	

}
.prodt p{
	text-align: center;
    line-height: normal !important;
    padding: 8px 0;
    color: #FFF;
    margin: 0;
    background: #3C9328;
	

}

.C_body{
	width:100%;
	float:left;
	display:block;
	background:url(../images/body_bg.jpg);
	margin-top:3px;
	padding: 40px 0;
}
.main_hed_Bx{
	width:100%;
	float:left;
	position:relative;
	top: -34px;
	min-height:60px;
	background:url(../images/menu_bg012.jpg);
	border:1px solid #FFFFFF;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.66);
-moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.66);
box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.66);
}
.main_hed_Bx h5{
	margin:0;
	font-family:Calibri;
	font-size:16px;
}
.Wel_Text{
	width:100%;
	float:left;
	padding:14px;
}
.main_hed_Bx h3{
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 27px;
    text-transform: uppercase;
    color: #000000;
}

.spl_fnt {
	      font-family: 'Great Vibes', cursive;
    text-transform: none;
    font-size: 35px;
    color: #FFFFFF;
    text-shadow: 0px 4px #171717;
}
.sub_hed{
	width:100%;
    padding: 15px 19px;
 /*   background: #3c9428;*/
	    background: url(../images/hed.jpg);
    /* background: #718EA2 url(../images/arrrow_hm.png) no-repeat right top; */
    margin-top: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.66);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.66);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.66);
	}
.sub_hed h3{
	margin: 0;
    font-family: oswald;
    font-weight: 100;
	    padding: 0 55px 0 0;
    font-size: 25px;
    color: #fff;
    background: url(../images/arrrow_hm.png) no-repeat right;


}
.Home_gal_bx{
	width:100%;
	float:left;
	display:block;
border: 1px solid #3492D4;
    background: #FFFFFF;
	text-align:center;
	margin-bottom:15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
}
.sub_cant{
    width: 100%;
    padding: 17px 17px 32px 17px;
	background:rgba(225, 255, 219, 0.54) url(../images/sub_cant_bg_btt.jpg) repeat-x bottom center;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.66);
-moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.66);
box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.66);
}

.sub_cant .but{
       display: block;
    float: right;
    background: #3C9328;
    color: #FFF;
    border-radius: 5px;
}

.sub_cant .but a{
   
         float: right;
    background: #3C9328;
    color: #FFF;
    text-align: center;
    padding: 7px;
    border-radius: 5px;

}
.sub_cant .but a:hover{
  
       color: #63C54C;
    background: #193C2D;
}

.sub_cant button#button2id {
    color: #fff;
    outline: none;
    background-color: #007300;
    border: none;
}

.sub_cant  button#button1id {
	color: #fff;
    outline: none;
    background-color: #2AA900;
    border: none;
}

.sub_cant p{
	    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    line-height: 30px;
}

.sub_cant .pic_bx{
	width:100%;
	float:left;
	margin:0;
	text-align:center;
	
}

.sub_cant img{
	padding:8px;
		-webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.66);
-moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.66);
box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.66);
	
}

.abt_pic_bx {
    width: 40%;
    float: left;
    margin: 0;
    margin-right: 25px;
    text-align: center;
}

.del_pic_bx {
    width: 100%;
    float: left;
    margin: 0;
    margin-right: 25px;
    text-align: center;
}

.sub_cant h4{

    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-size: 20px;
    margin: 15px 0;
    padding: 12px 0;
    text-transform: uppercase;
    color: #3C9428;
    border-bottom: 1px dotted #3C9428;
}


.sub_cant h1 {
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-size: 20px;
    margin: 15px 0;
    padding: 12px 0;
    text-transform: uppercase;
    color: #3C9428;
    border-bottom: 1px dotted #3C9428;
}
.sub_cant h6 {
	
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    color: #136301;
}
.sub_cant h6 span{

   color: #2C9E12;
}
.sub_cant h5{

    font-size: 15px;
    color: #000;
    text-transform: none;
    font-weight: bold;
	text-align:center;
    margin: 0 0 10px 0;
    font-family: 'PT Sans', sans-serif;
    padding: 0 0 5px 0;
    border-bottom: none;
}

.sub_cant span{

   color: #2C9E12;
}

.nws_leter{
	      font-family: 'PT Sans', sans-serif;
    font-size: 16px;
	position:relative;
    color: #000;
    text-align: right;
    z-index: 999;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.nws_leter h3{
	      font-family: 'PT Sans', sans-serif;
    font-size: 20px;
	color:#FFF;
	    margin: 10px 0;
}


.arw_pic {
	width:50%;
	float:left;
	margin:0;
	
}

.arw_pic  img{
	 border:0;
	 box-shadow:none;
	 padding:0;
	
}

.arw_pic p{
	    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    line-height: 30px;
}
.arw_pic:before {
        border: 20px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    /* border-right-color: transparent; */
    content: "";
    display: block;
    left: 225px;
    position: absolute;
    top: 122px;
    z-index: 999;
}

.sub_cant h3{
       	font-family: 'PT Sans', sans-serif;
		
    text-align: center;
    background: #3492D4;
    margin: 0;
    padding: 12px;
    color: #fff;
}



.btt_hm_bx{
	width:100%;
	display:block;
	background:#d7d0c4 url(../images/hm_btt_img.png) left center no-repeat;
	padding:15px;
	min-height:200px;
	margin: 10px 0;
}
.btt_hm_bx img{
	display:none;
}

.btt_hm_text p{
	margin:0;
	font-family:calibri;
	font-size:16px;
	color:#000;
}
.hm_bt_rd{
	color:#F00 !important;
}
.readmore{
	background:url(../images/read_img.png) right center no-repeat;
	min-height:32px;
	margin: 10px 0 0 0;
	padding:7px 40px 0 0;
	text-align:right;
	color:#F30;
}
.readmore a{
	min-height:32px;
	margin: 10px 0 0 0;
	text-align:right;
	color:#F30;
}
.readmore a:hover{
	color:#000;
}
.hm_sub_bnnr{
	width:100%;
	display:block;
	min-height:121px;
	background:#dcb570 url(../images/hm_sub_banner.png) no-repeat;
	background-size:cover;
	margin-bottom:20px;
	padding: 10px;
}
.bnr_text{
	width:100%;
	display:block;
}
.bnr_text h5 {
    font-family: oswald;
    font-size: 187%;
    color: #a36e0f;
    text-align: left;
    margin: 0;
}
.bnr_text h3 {
    font-family: lucida;
    font-size: 171%;
    color: #a36e0f;
    text-align: left;
    margin: 4px 0 11px 0;
    background: none;
}
.bnr_text h2 {
    font-family: calibri;
    font-size: 150%;
    color: #fff;
    text-align: right;
    margin: -11px 0 0 0;
    font-weight: 100;
    font-style: normal;
}
.hm_sub_bnnr img{
	text-align:center;
	width:100%;
}
.abt_cnt{
	width:100%;
	display:block;
}
.abt_cnt img{
	float:left;
	display:block;
	width:20%;
	min-width:200px;
}
abt_cnt p{
	float:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

	
/*Footer starts here*/
footer{
    width: 100%;
    background: #0D4001;
    float: left;
    padding-top: 15px;
    border-top: 5px solid #297F15;
}
.ftbx{
	width:100%;
	display:block;
	float:left;
}
.ftbx ul{
	width:100%;
	display:block;
	float:left;
	margin:0;
}
.ftbx ul li{
	border-bottom: 1px dotted #8E8E8E;	
	margin-bottom: 4px;
}
.ftbx ul li a{
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    line-height:41px;
    list-style: none;
    color: #B9B9B9;
/*    background: url(../images/ft_arrow.png) no-repeat center left;*/
    font-family: calibri;
    text-align: left;
    /*padding-left: 20px;*/
    text-transform: uppercase;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.ftbx ul li a.active, .ftbx ul li a:hover {
    color: #fff;
		-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.ftbx h3{
	font-family: calibri;
    margin: 0;
    font-size: 24px;
    color: #E6FFE0;
    border-bottom: 1px solid #5BAD48;
    padding-bottom: 5px;
    margin-bottom: 10px;

}
.ftbx h5{
	 font-family: 'Oswald', sans-serif;
	margin:0 0 4px 0;
	font-size:17px;
	    line-height: 23px;
	color:#fff;
	
}
.ftbx p{
	font-family:calibri;
	margin:0;
	text-align:left;
	color:#B9B9B9;
	font-size:15px;
}
.socA_bx{
	width:100%;
	float:left;
	display:block;
	margin-top:10px;
}
.socA_bx h4{
    font-family: calibri;
    font-size: 22px;
    color: #FFF;
    margin: 0;
    float: left;
    padding: 5px 5px 5px 0px;
}
.ft_socA {
	min-width:117px;
	min-height:33px;
    float: left;
    padding:0;
    display: block;
    font-family: 'calibri', sans-serif;
    text-transform: uppercase;
    color: #FFF;
	background:url(../images/socl.png) no-repeat top center;
}

.ft_socA .fb, .gs, .yt {
    float: left;
    display: block;
    overflow: hidden;
    padding: 0 5px;
	width:39px;
	height:33px;
}
.fb{
	background:url(../images/FB_ico.png) no-repeat top center;
}
.fb:hover{
	background:url(../images/FB_ico.png) no-repeat bottom center;
}
.gs{
	background:url(../images/google_ico.png) no-repeat top center;
}
.gs:hover{
	background:url(../images/google_ico.png) no-repeat bottom center;
}
.yt{
	background:url(../images/Yt_ico.png) no-repeat top center;
}
.yt:hover{
	background:url(../images/Yt_ico.png) no-repeat bottom center;
}

.cpyA {
    float: left;
    display: block;
    min-height: 62px;
    width: 100%;
    background: #041300;
    margin-top: 10px;
}
.cpyA .copy {
	width:100%;
	float:left;
	margin:0;
	text-align:left;
	padding:25px 0;
	 font-size: 12px;
    font-weight: normal;
    color: #C5C5C5;
    font-family: Arial, Helvetica, sans-serif;
}
.cpyA .copy p{
	
	text-align:left;
	
	 font-size: 12px;
    font-weight: normal;
    color: #C5C5C5;
    font-family: Arial, Helvetica, sans-serif;
}
.cpyA .degn {
	width:100%;
	float:left;
	margin:0;
	text-align:right;
	padding:25px 0;
	 font-size: 12px;
    font-weight: normal;
    color: #C5C5C5;
    font-family: Arial, Helvetica, sans-serif;
}

.cpyA .hit {
    width: 100%;
    float: left;
    margin: 0;
    padding: 25px 0;
    text-align: right;
}
.cpyA .degn p{
	
	text-align:right;
	 font-size: 12px;
    font-weight: normal;
    color: #C5C5C5;
    font-family: Arial, Helvetica, sans-serif;
}

.cpyA .degn p a{
	
	    color: #125602;
		-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.cpyA .degn p a:hover{
	
	    color: #3C9328;
		-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}

/*.cpyA p {
    
    font-size: 12px;
    font-weight: normal;
    color: #C5C5C5;
    font-family: Arial, Helvetica, sans-serif;
}*/
.sitA {
    display: block;
    float: right;
    text-align: right;
    line-height: normal;
    font-size: 12px;
    font-weight: normal;
    color: #c07c23;
    font-family: Arial, Helvetica, sans-serif;
}
.menu_sub{
	display:block;
	margin:0 auto;
	width:1140px;
	background:#0CF;
}

/*search*/
#tfheader{
		width:100%;
	}
	#tfnewsearch{
		float:right;
		/*padding:13px 20px;*/
	}
.tftextinput2 {
	width:78%;
    margin: 0;
    padding: 5px 15px;
    /* font-family: 'FontAwesome'; */
    content: '\f002';
    /* font-size: 14px; */
    color: #666;
    border: 1px solid #80807D;
    border-right: 0px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
}
	.tfbutton2 {
		width:100%
	margin: 0;
    padding: 5px 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px #737379;
    border-right: 0px;
    background: #7599A7;
    background: -webkit-gradient(linear, left top, left bottom, from(#803E0E), to(#442A0D));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;	}
	.tfbutton2:hover {
		text-decoration: none;
		background: #007ead;
		background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
		background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	}
	/* Fixes submit button height problem in Firefox */
	.tfbutton2::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
	}
.search_bx{
    width: 100%;
    padding: 13px 29px;
    max-width: 250px;
    float: left;
}


.amazingslider-title-0 {
 font-family: 'Oswald', sans-serif !important;
    font-size: 25px !important;
    font-weight: normal !important;
	    color: #50CA34 !important;
}
.amazingslider-text-0 {
    background: rgba(29, 156, 0, 0.32) !important;
}

/*************************************************************************************************/
#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
		margin-bottom: 10px;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 8px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 		box-shadow: inset 0px 0px 6px rgba(0, 0, 0, .5);
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
		border:0;
		margin-left: 5px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 1px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }
.prd_detail th{
	font-weight:700;
}
.cat_list{
    width: 100%;
    padding: 7px;
    margin: 10px auto;
    border-radius: 3px;
	box-shadow: inset 0px 0px 6px rgba(0, 0, 0, .5);
}
.searchimg{
	background:url(../images/next01.png);
}
.serach_home{
	width:100%;
	float:left;
	padding: 9px 29px 0px 19px;
}
.search_btt_color{
	background: #448DB7;
    color: #FFF;
}

.search_btt_color:hover{
	background:#2572A0;
	color:#FFF;
}
/*PROMOTION PAGE*/
.box {
    width: 100%;
    max-width: 145px;
    position: relative;
    border: 1px solid #BBB;
    background: #EEE;
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 10px;
}
.box img{
	width:100%;
	float:left;
}
.box a{
    padding: 0 !important;
	margin:0 !important;
}
.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
/*contact us page*/


.inbox{
	float:left;
	width:100%;
	min-height:400px;
	/*padding: 0 15px 8px 15px;*/
	margin:-8px 0px 5px 0px;
	/*background:#f2f2f2;*/
/*-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.6);
box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.6); */
	}
	
	
    	
.inbox h4{
    font-size: 21px;
    font-weight: normal;
	line-height: normal;
    text-transform: uppercase;
    padding: 6px 0px 6px 25px;
    color: #1c2862;
    font-family: 'Conv_Arvo-Regular', 'Arvo', Arial, sans-serif;
    text-align: left;
   /* background: url(../images/head_arw.png) no-repeat center left;*/	
background:#fff url(../images/box_bg.jpg) repeat-x top left;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.6);
box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.6);   
	}
	
.inbox img{
	display:block;
	float:left;
	width:40%;
	height:auto;
	border:5px solid #fff;
	margin: 10px 10px 10px 0px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.6);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.6);	
	}	
	
.inbox ul{
	display:block;
	float:left;	
	}
.inbox ul li{
	display:-webkit-box;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	list-style: none;
	color: #1c2862;
	background:url(../images/bullet_arrow.png) no-repeat top left;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:'Con_kartika', 'AnjaliOldLipi-Regular', 'Con_meera', sans-serif;*/
	text-align: left;
	padding-left: 20px;	
	}		
	
.inbox p{
	padding: 6px 0px 0px 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #1c2862;
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Con_kartika', 'AnjaliOldLipi-Regular', 'Con_meera', sans-serif; */
    text-align: left;
    margin: 5px 0px;	
	}

.inbox h3{	
    font-size: 18px;
    font-weight: normal;
	line-height: normal;
    border-bottom: 1px dashed #ccc;
    padding: 0px 0px 8px 0px;
    margin: 6px 0px;
    text-transform: none;
    color: #C78632;
    /* font-family: 'Con_kartika', 'AnjaliOldLipi-Regular', 'Con_meera', sans-serif; */
    font-family:Arial, Helvetica, sans-serif;
    text-align: left;  
	}
	
.inbox h5{	
    font-size: 18px;
    font-weight: normal;
	line-height: normal; 
    padding: 0px 0px 8px 0px;
    margin: 6px 0px;
    text-transform: none;
    color: #C78632;
    /* font-family: 'Con_kartika', 'AnjaliOldLipi-Regular', 'Con_meera', sans-serif; */
    font-family:Arial, Helvetica, sans-serif;
    text-align: left;  
	}
.hm4box{
	float:left;
	width:100%;
	background:#e7e8ea;
	border:1px solid #dadcd9;
	min-height:434px;
	margin:10px 0px;
	padding: 5px 10px;
	}	
.hm4box h4{
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	color: #2f3141;
	font-family: 'Conv_Arvo-Regular', 'Arvo', Arial, sans-serif;
	text-align: left;
	border-bottom:2px dotted #a6a6a6;	
	}
.hm4box input.form-control{
	margin:10px 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline:none;
	border:1px solid #dcddde;
-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.2);	
	}				
.hm4box textarea.form-control{
	resize:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline:none;	
	border:1px solid #dcddde;
-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.2);		
	}
.hm4box	button{
	border: 1px solid #926D4D;
    background: #CC8B37;
	padding:8px 30px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin:10px 0px;		
	}
.hm4box	button:hover{
	border:1px solid #90A3CA;
	background:#770101;
	}
.addrs{} 
.addrs .hm4box{background:#f0eeee;}
.addrs .hm4box h4{
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 0px 10px 0px;
	color: #2f3141;
	font-family: 'Conv_Arvo-Regular', 'Arvo', Arial, sans-serif;
	text-align: left;
	border-bottom:2px dotted #a6a6a6;
	background:none;
	box-shadow:none; 	
	}
.addrs .hm4box h5{ padding: 0px 0px 0px 0px; }
#map {
                width: 100%;
                height: auto;
       }	
.box_Enq{
    width: 100%;
    /* max-width: 145px; */
    position: relative;
    border: 1px solid #BBB;
   /* float: left;*/
    margin: 0px 10px 10px 0px;
    /* padding: 10px; */
}
.box_Enq a{
	padding:0 !important;
	margin:0 !important;
	float:none !important;
}
.box_Enq img{
	text-align:center !important;
	margin:auto;
}
/*pop up css*/

.popA{
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
background:url(../images/opacity.png) repeat;
opacity:0.7;
z-index:99999999;
}
.popB{
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
width:90%;
max-width: 500px;
height: 491px;
background-color:#fff;
z-index:99999999;
margin:auto;
padding: 8px;
}	
 .enqmain{
	     width: 100%;
    margin: auto 0;
    display: block;
/*	width: 100%;
	height: 476px;
	margin: auto;
	display: block;
	background: #FFA01E url(../images/enqimg.png) no-repeat right top;
	padding-left: 35px;
	padding-right: 36px;
	padding-top: 12px;*/
}
.fancybox-outer {
    padding: 15px !important;

}

.fancybox-skin {
    background: #4F6F10 !important;
    border: 1px solid #618E4F !important;
    color: #fff !important;
}

.fancybox-inner {
    width: auto !important;
	height:auto !important;
}

 .enqmain h1{
     font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
    text-transform: uppercase;
}
.form-horizontal .form-group {
     margin-right:0 !important;
     margin-left:0 !important;
}
.enqmain p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#17497b;
	padding: 0;
	margin: 18px 0 4px 0;

}
.engInput{
	width:100%;
	height:32px;
	float:left;
	-webkit-box-shadow: inset 8px 7px 10px -7px rgba(64, 64, 64, 0.75);
	-moz-box-shadow: inset 8px 7px 10px -7px rgba(64, 64, 64, 0.75);
	box-shadow: inset 8px 7px 10px -7px rgba(64, 64, 64, 0.75);
	display:block;
    background: #eee;
    border: 1px solid #D87F06;
	margin-bottom:10px;
}
.engText{
	width:100%;
	height:62px;
	float:left;
	-webkit-box-shadow: inset 8px 7px 10px -7px rgba(64, 64, 64, 0.75);
	-moz-box-shadow: inset 8px 7px 10px -7px rgba(64, 64, 64, 0.75);
	box-shadow: inset 8px 7px 10px -7px rgba(64, 64, 64, 0.75);
	display:block;
    background: #eee;
    border: 1px solid #D87F06;
	margin-bottom:10px;
	resize:none;
}
.spenq{
	color:#F00;
	font-family:Arial, Helvetica, sans-serif;
}
.subbutton{
	width:77px;
	height:33px;
	background:#AD690B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-right:10px;
	float:right;
	cursor:pointer;
	border:none;
	color:#FFF;
	text-transform:uppercase;
}
.subbutton:hover{
	background:#694007;
}
.resbutton{
	width:77px;
	height:33px;
	background:#AD690B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:right;
	cursor:pointer;
	border:none;
	color:#FFF;
	text-transform:uppercase;
}
.resbutton:hover{
	background:#694007;
}

.web_bx{
	padding:10px;
	border-bottom: 1px dashed #666666;
}
.web_bx img{
	max-width: 188px;
    padding: 1%;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}
.web_bx h4{
	    font-family: 'futura';
    font-size: 16px;
    color: #BF8506;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 5px;
}
		
 @media (min-width:1200px) {
.heD_bxA{
	display:none;
	z-index:9999;
}
.menu_B{
	display:block;
}
.btt_hm_text{
	margin-left:280px
}
.ftbx_mrG{
	margin-top:41px;
}
.menu_bar{
	left: 15px;
}
#custom-search-input button {
	    padding: 2px 11px;
}

 }
 @media only screen and (min-width: 991px) and (max-width: 1200px) {
.heD_bxA{
	display:none;
	z-index:9999;
}
.menu_B{
	display:block;
	max-width: 940px;
}
.btt_hm_text{
	margin-left:280px
}
.ftbx_mrG{
	margin-top:41px;
}
.menu_bar {
	left:15px;
}
.cmn_mid {
    width: 92%;
    max-width: 1112px;
}
#custom-search-input button {
	    padding: 2px 11px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 990px) {
.menu_B{
	width:100%;
	float:left;
	display:none;
}
.heD_bxA{
	display:block;
	z-index:9999;
}
.mb_menu{
	visibility:visible;
	display:block;	
}
.btt_hm_text{
	margin-left:280px
}
.ftbx_mrG{
	margin-top:0;
}
/*.cpyA p {
    display: block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 26px 0 ;
}*/
.sitA {
    display: block;
    float: none;
}
.ftbx h3 {
	margin-top:10px;
 }
#custom-search-input button {
	    padding: 2px 11px;
}
 .abt_pic_bx {
    width: 60%;
    float: left;
    margin: 0;
    margin-right: 25px;
    text-align: center;
}

 }
 @media only screen and (min-width: 600px) and (max-width: 767px) {	

.btt_hm_bx{
	width:100%;
	display:block;
	background:#d7d0c4 url(../images/hm_btt_img.png) top center no-repeat;
}
.btt_hm_text{
	margin-top:200px
}
.ftbx_mrG{
	margin-top:0;
}

/*.cpyA p {
    display: block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 26px 0 ;
}*/
.sitA {
    display: block;
    float: none;
}
.ftbx h3 {
	margin-top:10px;
 }
 #custom-search-input button {
	    padding: 2px 1px;
}
.cat_list {
    width: 96.7%;
    padding: 7px;
    margin: 10px 0 0 11px;
    border-radius: 3px;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, .5);
}
.serach_home{
	padding: 0px 25px 0px 25px;
}
.main_prdct_dis p {
    margin-top: 15px;
 }
 .web_bx img{
	max-width: 188px;
    padding: 1%;
    margin:0 auto;
    float: none;
}
.web_bx {
    padding: 10px;
    text-align: center;
 }
  .abt_pic_bx {
    width: 50%;
    float: left;
    margin: 0;
    margin-right: 25px;
    text-align: center;
}

.cpyA .degn {
    width: 100%;
    float: left;
    margin: 0;
    text-align: right;
    padding: 25px 0 25px 0;
    font-size: 12px;
    font-weight: normal;
    color: #C5C5C5;
    font-family: Arial, Helvetica, sans-serif;
}
.cpyA .degn p{

    text-align: center;
	margin:0;

}
.cpyA .copy {
    width: 100%;
    float: left;
    margin: 0;
    text-align: left;
    padding: 20px 0 0px 0;
    font-size: 12px;
    font-weight: normal;
    color: #C5C5C5;
    font-family: Arial, Helvetica, sans-serif;
}

.cpyA .copy p {

    text-align: center;
	margin:0;

}
.cpyA .hit {
    width: 100%;
    float: left;
    margin: 0;
    padding: 25px 0 0 0 ;
    text-align: center;
}

 }
 @media only screen and (min-width: 480px) and (max-width: 599px) {

.btt_hm_bx{
	width:100%;
	display:block;
	background:#d7d0c4 url(../images/hm_btt_img.png) top center no-repeat;
}
.btt_hm_text{
	margin-top:200px
}
.ftbx_mrG{
	margin-top:0px;
}
/*.cpyA p {
    display: block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 26px 0 ;
}*/
.sitA {
    display: block;
    float: none;
}
.ftbx h3 {
	margin-top:10px;
}
.cat_list {
    width: 96%;
    padding: 7px;
    margin: 10px 0 0 11px;
    border-radius: 3px;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, .5);
}
.serach_home{
	padding: 0px 25px 0px 25px;
}
.main_prdct_dis p {
    margin-top: 15px;
 }
 .web_bx img{
	max-width: 188px;
    padding: 1%;
    margin:0 auto;
    float: none;
}
.web_bx {
    padding: 10px;
    text-align: center;
 }
 
 .abt_pic_bx {
    width: 100%;
    float: left;
    margin: 0;
    margin-right: 25px;
    text-align: center;
}
.cpyA .degn {
    width: 100%;
    float: left;
    margin: 0;
    text-align: right;
    padding: 25px 0 25px 0;
    font-size: 12px;
    font-weight: normal;
    color: #C5C5C5;
    font-family: Arial, Helvetica, sans-serif;
}
.cpyA .degn p{

    text-align: center;
	margin:0;

}
.cpyA .copy {
    width: 100%;
    float: left;
    margin: 0;
    text-align: left;
    padding: 20px 0 0px 0;
    font-size: 12px;
    font-weight: normal;
    color: #C5C5C5;
    font-family: Arial, Helvetica, sans-serif;
}

.cpyA .copy p {

    text-align: center;
	margin:0;

}
.cpyA .hit {
    width: 100%;
    float: left;
    margin: 0;
    padding: 25px 0 0 0 ;
    text-align: center;
}

 }
 @media only screen and (min-width: 320px) and (max-width: 479px) {

.btt_hm_bx img{
	display:block;
}
.btt_hm_bx{
	width:100%;
	display:block;
	background:#d7d0c4;
}
.btt_hm_text{
	margin-top:0;
}
.ftbx_mrG{
	margin-top:0px;
}
/*.cpyA p {
    display: block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
   padding: 26px 0 ;
}*/
.sitA {
    display: block;
    float: none;
}
.ftbx h3 {
	margin-top:10px;
}
.cat_list {
    width: 94%;
    padding: 7px;
    margin: 10px 0 0 9px;
    border-radius: 3px;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, .5);
}
.bnr_text h5 {
    font-size: 166%; 
}
.bnr_text h3 {
    font-size: 141%;
    margin: -5px 0 0 0;
}
.bnr_text h2 {
    font-size: 117%;
}
.box {
    width: 100%;
	max-width:none;
    position: relative;
    border: 1px solid #BBB;
    background: #EEE;
    float: left;
    margin: 10px 0;
    padding: 10px;
}
.serach_home{
	padding: 0px 25px 0px 25px;
}
.main_prdct_dis p {
    margin-top: 15px;
 }
  .web_bx img{
	max-width: 188px;
    padding: 1%;
    margin:0 auto;
    float: none;
}
.web_bx {
    padding: 10px;
    text-align: center;
 }
 .amazingslider-nav-0 {
    margin-top: -60px !important;
	display:none !important;
}

.amazingslider-arrow-left-0{
	display:none !important;
}
.amazingslider-arrow-right-0 {
		display:none !important;
}
.abt_pic_bx {
    width: 100%;
    float: left;
    margin: 0;
    margin-right: 25px;
    text-align: center;
}
.cpyA .degn {
    width: 100%;
    float: left;
    margin: 0;
    text-align: right;
    padding: 25px 0 25px 0;
    font-size: 12px;
    font-weight: normal;
    color: #C5C5C5;
    font-family: Arial, Helvetica, sans-serif;
}
.cpyA .degn p{

    text-align: center;
	margin:0;

}
.cpyA .copy {
    width: 100%;
    float: left;
    margin: 0;
    text-align: left;
    padding: 20px 0 0px 0;
    font-size: 12px;
    font-weight: normal;
    color: #C5C5C5;
    font-family: Arial, Helvetica, sans-serif;
}

.cpyA .copy p {

    text-align: center;
	margin:0;

}
.cpyA .hit {
    width: 100%;
    float: left;
    margin: 0;
    padding: 25px 0 0 0;
    text-align: center;
}
 
 }
 @media only screen and (min-width: 240px) and (max-width: 319px) {

.btt_hm_bx img{
	display:block;
}
.btt_hm_bx{
	width:100%;
	display:block;
	background:#d7d0c4;
}
.btt_hm_text{
	margin-top:0;
}
.ftbx_mrG{
	margin-top:0px;
}
/*.cpyA p {
    display: block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 26px 0 ;
}*/
.sitA {
    display: block;
    float: none;
}
.ftbx h3 {
	margin-top:10px;
}
.cat_list {
    width: 90%;
    padding: 7px;
    margin: 10px 0 0 10px;
    border-radius: 3px;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, .5);
}
.bnr_text h5 {
    font-size: 149%; 
}
.bnr_text h3 {
    font-size: 111%;
    margin: -5px 0 0 0;
}
.bnr_text h2 {
    font-size: 93%;
}
.box {
    width: 100%;
	max-width:none;
    position: relative;
    border: 1px solid #BBB;
    background: #EEE;
    float: left;
    margin: 10px 0;
    padding: 10px;
}
.serach_home{
	padding: 0px 25px 0px 25px;
}
.main_hed_Bx h3 {
    font-size: 25px;
}
.sub_hed h3 {
    font-size: 23px;
}
.main_prdct_dis p {
    margin-top: 15px;
 }
  .web_bx img{
	max-width: 188px;
    padding: 1%;
    margin:0 auto;
    float: none;
}
.web_bx {
    padding: 10px;
    text-align: center;
 }
 
  .amazingslider-nav-0 {
    margin-top: -60px !important;
	display:none !important;
}


.amazingslider-arrow-left-0{
	display:none !important;
}
.amazingslider-arrow-right-0 {
		display:none !important;
}

.amazingcarousel-prev {
    display: none !important;
}
.amazingcarousel-next{
    display: none !important;
}

.abt_pic_bx {
    width: 100%;
    float: left;
    margin: 0;
    margin-right: 25px;
    text-align: center;
}

.cpyA .degn {
    width: 100%;
    float: left;
    margin: 0;
    text-align: right;
    padding: 25px 0 25px 0;
    font-size: 12px;
    font-weight: normal;
    color: #C5C5C5;
    font-family: Arial, Helvetica, sans-serif;
}
.cpyA .degn p{

    text-align: center;
	margin:0;

}
.cpyA .copy {
    width: 100%;
    float: left;
    margin: 0;
    text-align: left;
    padding: 20px 0 0px 0;
    font-size: 12px;
    font-weight: normal;
    color: #C5C5C5;
    font-family: Arial, Helvetica, sans-serif;
}

.cpyA .copy p {

    text-align: center;
	margin:0;

}
.cpyA .hit {
    width: 100%;
    float: left;
    margin: 0;
    padding: 25px 0 0 0 ;
    text-align: center;
}

 }
 
 
 
 .amazingslider-nav-0 {
    margin-top: -60px !important;
}
 
 .amazingslider-bullet-wrapper-0 {
	 margin:auto !important;
 }
 
 
 
 
 
 
  @media only screen and (min-width: 200px) and (max-width: 1199px) {
	  .brand {
/*	margin-top:16px;*/
	float:left;
	text-align:center;
	width:100%;
	
}
	  .nws_leter {
	   
    position: relative;
    z-index: 999;
    margin-bottom:16px;

	   
}
	  
	  .arw_pic {
	width:100%;
	float:left;
	margin:0;
	
}

.arw_pic  img{
	 border:0;
	 box-shadow:none;
	 padding:0;
	
}

.arw_pic p{
	    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    line-height: 30px;
}
.arw_pic:before {
    display:none;
}

	  
  }
  

	
	
@media(min-width:500px) and (max-width:767px){
.product_box1
{
	width:50% !important;
}

}


.fancybox-title.fancybox-title-float-wrap {
	margin-bottom:-60px !important;
}

span.child {
    background: #547511 !important;
}

div#itemContainer {
    min-height: 150px !important;
}