 
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre,  ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
 

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
/*::selection {
	background: #85b917;
	color:#FFF;  
	}
::-moz-selection {
	background: #85b917;
	color:#FFF; 
}*/

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#454545;
	font-size:14px;
	background:#CEF6CE;
	 
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}

p {
	  margin: 0 0px 8px;
  padding: 0;
  text-align: justify;
  font-weight: bold;
  color:#000000;
}
A:focus{
	outline:none;
}
*:focus{
	outline:none;
}


/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
/************************************************************************************
FONT FACE
*************************************************************************************/
@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/sourcesanspro-bold.eot');
    src: url('../fonts/sourcesanspro-bold.eot') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold.woff') format('woff'),
         url('../fonts/sourcesanspro-bold.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold.svg#SourceSansProBold') format('svg');
}
@font-face {
    font-family: 'SourceSansProRegular';
    src: url('../fonts/sourcesanspro-regular.eot');
    src: url('../fonts/sourcesanspro-regular.eot') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular.woff') format('woff'),
         url('../fonts/sourcesanspro-regular.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular.svg#SourceSansProRegular') format('svg');
}
@font-face {
    font-family: 'SourceSansProLight';
    src: url('../fonts/sourcesanspro-light.eot');
    src: url('../fonts/sourcesanspro-light.eot') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light.woff') format('woff'),
         url('../fonts/sourcesanspro-light.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light.svg#SourceSansProLight') format('svg');
}
@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('../fonts/sourcesanspro-semibold.eot');
    src: url('../fonts/sourcesanspro-semibold.eot') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold.woff2') format('woff2'),
         url('../fonts/sourcesanspro-semibold.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold.svg#SourceSansProSemibold') format('svg');
}
@font-face {
    font-family: 'bebas';
    src: url('../fonts/bebas.eot');
    src: url('../fonts/bebas.eot') format('embedded-opentype'),
         url('../fonts/bebas.woff2') format('woff2'),
         url('../fonts/bebas.woff') format('woff'),
         url('../fonts/bebas.ttf') format('truetype'),
         url('../fotns/bebas.svg#bebas') format('svg');
}
@font-face {
    font-family: 'Fely';
    src: url('../fonts/Fely.eot');
    src: url('../fonts/Fely.eot') format('embedded-opentype'),
         url('../fonts/Fely.woff2') format('woff2'),
         url('../fonts/Fely.woff') format('woff'),
         url('../fonts/Fely.ttf') format('truetype'),
         url('../fotns/Fely.svg#Fely') format('svg');
}
@font-face {
    font-family: 'OswaldRegular';
    src: url('../fonts/OswaldRegular.eot');
    src: url('../fonts/OswaldRegular.eot') format('embedded-opentype'),
         url('../fonts/OswaldRegular.woff2') format('woff2'),
         url('../fonts/OswaldRegular.woff') format('woff'),
         url('../fonts/OswaldRegular.ttf') format('truetype'),
         url('../fotns/OswaldRegular.svg#OswaldRegular') format('svg');
}
@font-face {
    font-family: 'KGYouWontBringMeDown';
    src: url('../fonts/KGYouWontBringMeDown.eot');
    src: url('../fonts/KGYouWontBringMeDown.eot') format('embedded-opentype'),
         url('../fonts/KGYouWontBringMeDown.woff2') format('woff2'),
         url('../fonts/KGYouWontBringMeDown.woff') format('woff'),
         url('../fonts/KGYouWontBringMeDown.ttf') format('truetype'),
         url('../fotns/KGYouWontBringMeDown.svg#KGYouWontBringMeDown') format('svg');
}
	
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {

	margin: 0 auto;
	width: 1171px;
	
}

 
header{  
	width:100%; 
	background:#CEF6CE; 
	border-bottom:5px solid #cacaca;
}
.header_top{
	background:#D87B18;
	width:100%;
}
.header_top ul{
	list-style:none;
	text-align:right;
}
.header_top ul li{
	display:inline-block;
	font-size:14px;
	color:#e6e6e6;
	font-family: 'SourceSansProBold';
	text-transform:uppercase;
	border-left:1px solid #484848;
	padding:10px 13px;

}
.header_top ul li a{
	color:#e6e6e6;
}
.header_top ul li:first-child{
	border:0px;
}
.logo_main{
	padding:0;
}
.logoleft{
	width:31%;   
	float:left;
	margin-top:;
}
.logoleft IMG{
	width:45%;
	height:auto;
}
.logoright{
	width:18%;   
	float:right;
}
.logoright IMG{
	width:100%;
	height:auto;
}
.logo_cntr{
	font-family: 'SourceSansProBold';
	width:38%;
	float:right;
	font-size:18px;
	color:#000000;
	text-transform:uppercase;
	margin-right:7%;
	margin-top:4%;
	text-align:right;
}
.logo_cntr span{
	color:#53a529;
}
.logo_cntr span2{
	color:#ff6c00;
}
#banner{
	margin:30px 0;
}
 
#banner img{
	width:100%;
	height:auto;
	display:block;
}
.banner_btm{
}
.banner_btm_box{
	width:32%;
	float:left;

}
.mar{
	margin:0 2%;
}
.banner_btm_boxpic{
	margin-bottom:27px;
}
.banner_btm_boxpic img{
	width:100%;
	height:auto;
}
.banner_btm_box h4{
	font-weight:normal;
	font-family: 'SourceSansProBold';
	font-size:14px;
	color:#353333;
	text-transform:uppercase;
	margin-bottom:10px;
}
.banner_btm_box aside{
	font-family: 'SourceSansProRegular';
	font-size:14px;
	color:#828180;
	min-height:250px;
}
.banner_btm_box aside span{
	color:#4a4847;
}
.banner_btm_box aside ol{
	color:#1f1e1d;
	margin-left:20px;
	
}
.banner_btm_box aside ol li{
	color:#828180;
}
.banner_btm_box aside ol li span{
	color:#ff6c00; 
}
.morebtn1{
	font-family: 'SourceSansProBold';
	font-size:18px;
	color:#353333;
	text-transform:uppercase;
	margin:20px 0;
}
.morebtn1 a{
	background:url(../images/more_arw.png) no-repeat right center;
	padding-right:18px;
	color:#353333;
}

.morebtn2{
	font-family: 'SourceSansProBold';
	font-size:18px;
	color:#353333;
	text-transform:uppercase; 
	text-align:right;
}
.morebtn2 a{
	background:url(../images/more_arw.png) no-repeat right center;
	padding-right:18px;
	color:#353333;
}
.morebtn3{
	font-family: 'SourceSansProBold';
	font-size:18px;
	color:#353333;
	text-transform:uppercase; 
	margin:0px 35px; 
	padding:15px 0;
}
.morebtn3 a{
	background:url(../images/more_arw.png) no-repeat right center;
	padding-right:18px;
	color:#353333;
}
.mid_product{ 
	border-top:1px solid #cacaca;
	margin-bottom:25px;
}
.mid_product_head{
	padding:13px 0;
	border-bottom:6px solid #cacaca;
}
.mid_product_head ul{
	list-style:none;
}
.mid_product_head ul li{
	display:inline-block;
	font-family: 'SourceSansProBold';
	font-size:18px;
	color:#ff6c00;
	text-transform:uppercase;
	padding:8px 30px;
	border-left:1px solid #cacaca;
	line-height:17px;
}
.mid_product_head ul li:first-child{
	border:0;
}
.pro_one{
	text-align:center;
}
.mid_probox{
	width:18%;
	padding:25px;
	display:inline-table;
	margin:25px 1.0%;
	/*min-height:420px;*/
	border:1px solid #cacaca;
	text-align:left;
}
.mid_probox h4{
	font-family: 'SourceSansProBold';
	font-size:16px;
	color:#ff6c00;
	min-height:50px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:8px;
}
.mid_probox aside{
	color:#262525;
	font-family: 'SourceSansProBold';
	font-size:15px; 
	text-transform:uppercase;
	min-height:40px;
}
.mid_probox_pic img{
	width:100%;
	height:auto;
}
.order_now1{
	color:#FFFFFF;
	font-family: 'SourceSansProBold';
	font-size:18px; 
	text-transform:uppercase;
	margin:25px 0 0 0;
}
.order_now1 a{
	color:#FFFFFF;
	background:#ff6c00;
	padding:15px;
	display:block;
	width:104px;
	text-align:center;
	text-shadow:1px 1px rgba(0, 0, 0, 0.22);
}
.order_now1 a:hover{
	background:#333333;
}
.mid_tab_box{
	width:23%;
	float:left;
	padding:30px 1% 30px 2%; 
	margin-top:10px;
}
.mid_tab_box ul{
	list-style:url(../images/tick.jpg);
	color:#7a7575;
	font-size:14px;
	font-family: 'SourceSansProRegular';
	margin-left:0px;
}
.mid_tab_box ul li{
	line-height:24px;
}
.mid_testi{
	width:48%;
	float:right;
	background:url(../images/testi_bg.jpg) no-repeat;
	min-height:306px;
	margin-top:40px;
}
.mid_testi_inr{
	width:55%;
	float:right;
	padding:2%;
	margin-right:15px;
}
.mid_testi_inr h4{
	font-weight:normal;
	color:#ff6c00;
	font-family: 'SourceSansProBold';
	font-size:15px; 
	text-transform:uppercase;
	margin-bottom:35px;
	margin-top:17px;
}
.mid_testi_inr aside{
	color:#515151;
	font-size:14px;
	font-family: 'SourceSansProRegular';
}
.mid_testi_name{
	margin:20px 0 10px 0;
}
.mid_bottom{
	border-bottom:6px solid #cacaca;
	border-top:6px solid #cacaca;
	padding:;
	margin-top:0px;
}
.mid_bottom_box{
	width:29%;
	float:left;
	margin:0 1%;
	padding:1%;
}
.mid_bottom_box1{
	width:29%;
	float:left;
	margin:0 1%;
	padding:1%;
}
.mid_bottom_box2{
	width:29%;
	float:left;
	margin:0 1%;
	padding:1%;
}
.mid_bottom_head{
	color:#343332;
	font-family: 'SourceSansProBold';
	font-size:20px; 
	text-transform:uppercase;
	margin-bottom:35px;
	line-height:20px;
}
.fb_plugin{
	
}
.fb_plugin img{
	width:100%;
	height:auto;
}
.rec_pic img{
	width:100%;
	height:auto;
}
.mp_news_head{
	color:#ff6c00;
	font-family: 'SourceSansProBold';
	font-size:15px; 
	text-transform:uppercase;
	margin-bottom:25px;
}
.mid_bottom_box aside{
	color:#828180;
	font-size:14px;
	font-family: 'SourceSansProRegular';
}
footer{
	padding:10px 0;
}
.ftr_head{
	color:#343332;
	font-family: 'SourceSansProBold';
	font-size:20px; 
	text-transform:uppercase;
	margin-bottom:25px;
	line-height:20px;
}
.ftr_head h4{
	color:#343332;
	font-family: 'SourceSansProBold';
	font-size:20px; 
	text-transform:uppercase;
	margin-bottom:25px;
	line-height:20px;
	font-weight:normal;
}
.ftr_box1{
	width:22%;
	float:left;
}
.ftr_box3{
	width:22%;
	float:left;
}
.ftr_box1 ul{
	
	 
	padding:0;
}
.ftr_box1 ul li{
	color:#585655;
	list-style:none;
	padding-left:15px;
	background:url(../images/ftr.jpg) no-repeat left center;
	font-family: 'SourceSansProBold';
	font-size:14px; 
	text-transform:uppercase;
	
}
.ftr_box1 ul li a{
	color:#585655;
	padding-left:10px;
	line-height:25px;
}
.ftr_box1 ul li a:hover{
	color:#ff6c00;
}
.soc{
	margin:0 0 15px 0;
}
.ftr_box2{
	width:34%;
	float:right;
}
.ftr_box2_icon{
	width:25%;
	float:left;
}
.ftr_box2_icon img{
	width:100%;
	height:auto;
}
.ftr_box2 aside{
	float:right;
	width:70%;
	color:#585655;
	font-family: 'SourceSansProBold';
	font-size:14px; 
	text-transform:uppercase;
}
.ftr_bottom{
	border-top:10px solid #d87b20;
	color:#000;
	font-size:14px;
	font-family: 'SourceSansProRegular';
	padding:10px 0 0 0;
	margin-top:0px;
 
}
.inr_banner_box{
	min-height:355px;
	float:left;
	border:1px solid #e4e4e4;
	margin:5px;
}
.inr_banner_boxpic img{
	width:100%;
	height:auto;
	display:block;
}
.inr_banner_box aside{
	background:#4ea322;
	padding:10px;
}
.inr_banner_box aside h4{
	font-weight:normal;
	color:#FFF;
	font-family: 'SourceSansProBold';
	font-size:14px; 
	text-transform:uppercase;
	text-shadow:1px 1px rgba(0, 0, 0, 0.22);
	float:left;
	width:230px;
	line-height:14px;
	margin-top:5px;
}
.inr_banner_box aside h4 a{
	color:#FFF;
}
.buy_btn{
	float:right;
	width:96px;
}
.buy_btn a{
	width:96px;
	padding:12px 0;
	display:block;
	text-align:center;
	background:#ff6c00;
	color:#FFF;
	font-family: 'SourceSansProBold';
	font-size:14px; 
	text-transform:uppercase;
}
.buy_btn a:hover{
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
#inner{
	padding-bottom:25px;
}
.inner_bnr{
	padding:25px 0;
}
.inner_left{
	width:23%;
	float:left;
}
.inner_left_box1{
	border:1px solid #d0cece;
	
	margin-bottom:25px;
	
}
.inner_left_box1_head{
	border-top:6px solid #4ea322;
	background:#f6f6f6;
	color:#FF6600;
	font-family: 'SourceSansProBold';
	font-size:18px; 
	line-height:18px;
	text-transform:uppercase;
	padding:10px 15px;
	margin-bottom:15px;
}
.inner_left_box1 ul{
	list-style:url(../images/tick.jpg);
	color:#7a7575;
	font-size:14px;
	font-family: 'SourceSansProRegular';
	margin-left:25px;
	padding: 10px 15px;
}
.inner_left_box1 ul li{
	padding: -6px;
  margin: 2px;
  text-align: justify;
  line-height: 20px;
  padding: 4px;
}

.inner_left_box2{

	
	margin-bottom:25px;
	
}
.inner_left_box2_head{
	border-top:6px solid #ff6c00;
	background:#f6f6f6;
	color:#5b5958;
	font-family: 'SourceSansProBold';
	font-size:18px; 
	line-height:18px;
	text-transform:uppercase;
	padding:10px 15px; 
}
.inner_left_testi{
	background:url(../images/testi_bg2.jpg) no-repeat left center;
	background-size:cover;
	position:relative;
}
.inner_left_testi aside{
	width:80%;
	margin:0px auto;
	padding:25px 0;
	color:#515151;
	font-size:14px;
	font-family: 'SourceSansProRegular';
}
.tstiname1{ 
	margin:18px 0;
	text-align:right;
}
.tsti_icon{
	width:58px;
	position:absolute;
	top:25px;
	left:25px;
}
.tsti_icon2{
	width:auto;
	position:relative; 
	right:25px;
	text-align:right;
}

.inner_left_box3{
	border:0px solid #d0cece;
	
	margin-bottom:25px;
	
}
.inner_left_box3_head{
	border-top:6px solid #333333;
	background:#f6f6f6;
	color:#5b5958;
	font-family: 'SourceSansProBold';
	font-size:18px; 
	line-height:18px;
	text-transform:uppercase;
	padding:10px 15px; 
}
.inr_pro{
	padding:2%;
}
.inr_pro_pic{
	width:40%;
	float:left;
}
.inr_pro_pic img{
	width:100%;
	height:auto;
}
.inr_pro_dec{
	float:right;
	width:55%;
	color:#828180;
	font-size:14px;
	font-family: 'SourceSansProRegular';
	padding-top:15px;
}
.inr_promore{
	float:right;
}
.inr_promore a{
	font-size:14px;
	line-height:14px;
	color:#FFFFFF;
	font-family: 'SourceSansProBold';
	text-shadow:1px 1px rgba(0, 0, 0, 0.22);
	background:#ff6c00;
	padding:10px;
	text-transform:uppercase;
	display:block;
	width:90px;
	margin-top:5px;
	text-align:center;
}
.inr_promore a:hover{
	background:#333333;
}
.inner_right{
	width:73%;
	float:right;
	position:relative;
}
.inner_right_sub_head{
	font-size:20px;
	line-height:20px;
	color:#ff6c00;
	font-family: 'SourceSansProBold';
	padding:20px;
	text-transform:uppercase;
}
.inner_right_cnt{
	border-bottom:1px solid #cecece;
	border-top:1px solid #cecece;
	padding:30px 20px;
	font-size:14px;
	font-family: 'SourceSansProRegular';
	color:#000;
	font-weight:bold;
	min-height: 340px;
}
.inner_right_cnt span2{
	color:#676666;
	 font-family: 'SourceSansProSemibold';
}
.inner_right_cnt span3{
	color:#de0606;
	font-weight:bold;
}
.inner_right_cntpic{
	width:22%;
	float:left;
}
.inner_right_cntpic img{
	width:100%;
	height:auto;
}
.inner_right_cntdec{
	  width: 76%;
  float: right;
  font-size: 14px;
  font-family: 'SourceSansProRegular';
  color: #000;
  text-align: justify;
  font-weight: bold;
}

.inner_right_ingre{
	width:98%;
	float:right;
	font-size:14px;
	font-family: 'SourceSansProRegular';
	color:#777777;
}
.inner_right_cntdec span{
	color:#676666;
	 font-family: 'SourceSansProSemibold';
}
.inr_share{
	position:absolute;
	right:20px;
	top:0;
	z-index:10;
}
.list_carousel { 
			width:100% !important;
			margin:0px auto !important;
				
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li { 
				padding: 0; 
				margin: 0px;
				display: block;
				float: left;
				padding-bottom:8px;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
.order_box_right{
	width:50%;
	float:right;
	font-size:14px;
	font-family: 'SourceSansProRegular';
	color:#777777;
}
.order_box_right span{
	color:#676666;
	 font-family: 'SourceSansProSemibold';
}
.order_box{
	width:45%;
	float:left;
	border:1px solid #d1d1d1;

}

.order_box_head{
	background:#edfee4;
	font-size:18px;
	line-height:18px;
	color:#2d6c0c;
	padding:16px;
	font-family: 'SourceSansProBold';
	border-bottom:1px solid #d1d1d1;
}
.order_boxinr{
	padding:30px 20px;
}
.order_pro_pic{
	width:40%;
	float:left;
}
.order_pro_pic img{
	width:100%;
	height:auto;
}
.order_pro_dec{
	float:right;
	width:55%;
	color:#828180;
	font-size:14px;
	font-family: 'SourceSansProRegular';
	padding-top:15px;
}
.order_pro_dec h4{
	color:#333333;
	font-size:18px;
	font-family: 'SourceSansProBold';
	font-weight:normal;
}
.order_pro_dec aside{
	color:#7b7a7a;
	font-size:15px;
	font-family: 'SourceSansProRegular';
}
.order_btn{ 
	width:125px;
	margin:20px 0 0 0;
}
.order_btn a{
	width:125px;
	padding:8px 0;
	display:block;
	text-align:center;
	background:#ff6c00;
	color:#FFF;
	font-family: 'SourceSansProBold';
	font-size:18px; 
	text-transform:uppercase;
}
.order_btn a:hover{
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.inner_right_cntdec_sub{
	color:#ff6c00;
	text-transform:uppercase;
	font-family: 'SourceSansProBold';
}
.inner_rightlist{
	list-style:url(../images/tick.jpg);
	color:#7a7575;
	font-size:14px;
	font-family: 'SourceSansProRegular';
	margin-left:10px;
	padding: 0px 0px;
}
.inner_rightlist li{
	line-height:26px;
	color:#000000;
}
.payment_box{
	width:100%;
	margin:0px auto;

}
.payment_fnt{
	font-family: 'SourceSansProBold';
	font-size:16px;
	color:#555353;
}
.pay_formL{
	width:20%;
	min-width:125px;
	display:inline-table;
	font-family: 'SourceSansProBold';
	font-size:14px;
	color:#716f6f;
	text-transform:uppercase;
}
.pay_formL span{
	color:#ff0808;
}
.pay_formR{
	width:100%;
	display:inline-table;
	margin:10px 0;
}
.pay_formR input{
	border:1px solid #d7d3d3;
	width:96%;
	padding:0 1%;
	height:48px;
	color:#716f6f;
	font-family: 'SourceSansProRegular';
	font-size:16px;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.12);
-moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.12);
box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.12);
-webkit-transition: all 400ms ease;
  			-moz-transition: all 400ms ease;
			-ms-transition: all 400ms ease;
	 		transition: all 400ms ease;
}

.pay_formR select{
	border:1px solid #d7d3d3;
	width:99%;
	padding:0 1%;
	height:51px;
	color:#716f6f;
	font-family: 'SourceSansProRegular';
	font-size:16px;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.12);
-moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.12);
box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.12);
-webkit-transition: all 400ms ease;
  			-moz-transition: all 400ms ease;
			-ms-transition: all 400ms ease;
	 		transition: all 400ms ease;
}

.pay_formR textarea{
	border:1px solid #d7d3d3;
	width:96%;
	padding:0 1%;
	height:100px;
	color:#716f6f;
	font-family: 'SourceSansProRegular';
	font-size:16px;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.12);
-moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.12);
box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.12);
-webkit-transition: all 400ms ease;
  			-moz-transition: all 400ms ease;
			-ms-transition: all 400ms ease;
	 		transition: all 400ms ease;
}
.pay_formR input:focus{
	border:1px solid #ff6c00;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(255,108,0,0.12);
-moz-box-shadow: inset 0px 0px 4px 0px rgba(255,108,0,0.12);
box-shadow: inset 0px 0px 4px 0px rgba(255,108,0,0.12);
border-radius: 10px 0px 0px 10px;
-moz-border-radius: 10px 0px 0px 10px;
-webkit-border-radius: 10px 0px 0px 10px;
}
.pay_btnlong{
	width:40%; 
	background:#ff6c00;
	text-align:center;
	text-transform:uppercase;
	margin:15px 0;
	margin-right:15px;
	color:#FFFFFF;
	font-family: 'SourceSansProBold';
	font-size:16px;
	display:inline-table;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(165,77,12,1);
-moz-box-shadow: 2px 2px 0px 0px rgba(165,77,12,1);
box-shadow: 2px 2px 0px 0px rgba(165,77,12,1);
}
.pay_btnlong a{
	color:#FFFFFF;
	padding:18px 0;
	display:block;
	line-height:17px;
}
.pay_btnlong:hover{
	-webkit-box-shadow:inset 2px 2px 0px 0px rgba(165,77,12,1);
-moz-box-shadow:inset 2px 2px 0px 0px rgba(165,77,12,1);
box-shadow:inset 2px 2px 0px 0px rgba(165,77,12,1);
}


.pay_btn1{
	width:168px; 
	background:#ff6c00;
	text-align:center;
	text-transform:uppercase;
	margin:15px 0;
	margin-right:15px;
	color:#FFFFFF;
	font-family: 'SourceSansProBold';
	font-size:16px;
	display:inline-table;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(165,77,12,1);
-moz-box-shadow: 2px 2px 0px 0px rgba(165,77,12,1);
box-shadow: 2px 2px 0px 0px rgba(165,77,12,1);
}
.pay_btn1 a{
	color:#FFFFFF;
	padding:18px 0;
	display:block;
	line-height:17px;
}
.pay_btn1:hover{
	-webkit-box-shadow:inset 2px 2px 0px 0px rgba(165,77,12,1);
-moz-box-shadow:inset 2px 2px 0px 0px rgba(165,77,12,1);
box-shadow:inset 2px 2px 0px 0px rgba(165,77,12,1);
}
.pay_btn2{
	width:168px; 
	margin:15px 0;
	background:#4ea322;
	text-align:center;
	text-transform:uppercase;
	color:#FFFFFF;
	font-family: 'SourceSansProBold';
	font-size:16px;
	display:inline-table;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(37,92,8,1);
-moz-box-shadow: 2px 2px 0px 0px rgba(37,92,8,1);
box-shadow: 2px 2px 0px 0px rgba(37,92,8,1);
-webkit-transition: all 400ms ease;
  			-moz-transition: all 400ms ease;
			-ms-transition: all 400ms ease;
	 		transition: all 400ms ease;
}
.pay_btn2 a{
	color:#FFFFFF;
	padding:18px 0;
	display:block;
	line-height:17px;
	-webkit-transition: all 400ms ease;
  			-moz-transition: all 400ms ease;
			-ms-transition: all 400ms ease;
	 		transition: all 400ms ease;
}
.pay_btn2:hover{
	-webkit-box-shadow: inset 2px 2px 0px 0px rgba(37,92,8,1);
-moz-box-shadow: inset 2px 2px 0px 0px rgba(37,92,8,1);
box-shadow:  inset 2px 2px 0px 0px rgba(37,92,8,1);
}
.pay_btm{
	text-align:center;
	color:#716f6f;
	font-family: 'SourceSansProBold';
	font-size:16px;
	padding:25px ;
}
.pay_btm span{
	color:#ff6c00;
	display:block;
}
.cer{
	text-align:center;
}
.cer img{
	margin:10px;
}

.products_main{
	border-top:1px solid #cacaca;
	text-align:center;
}
.products_left{
	width:34%;
	float:left;  
	
}
.products_left_inr{
	background:url(../images/gr_arw.jpg) no-repeat top center;
	padding:10px 0 40px 0;
	text-align:left;
}
.products_right_inr{
	background:url(../images/gr_arw.jpg) no-repeat top center;
	padding:10px 0 10px 0px;
	text-align:right;
}
.products_right{
	width:32%;
	float:left;
	
}
.pro_head{
	text-align:center;
	color:#716f6f;
	font-family: 'SourceSansProBold';
	font-size:20px;
	text-transform:uppercase; 
	padding:18.5px 40px;
	border-bottom:6px solid #ff6c00;
	letter-spacing:-1px;
}
.pro_head span6{
	color:#ff6c00;
}
.pro_head span{
	color:#59a92e;
}
.pro_head span5{
	padding-top:3px;
	display:block;
	float:left;
	width:60%;
}
.pro_head span2{
	text-transform:capitalize;
	color:#3a3535;
	font-family: 'SourceSansProBold';
	font-size:14px;
	background:url(../images/cstar.jpg) no-repeat right top;
	padding-right:25px;
	display:block; 
	text-align:left;
	float:right;
	letter-spacing:normal;
	width:33%;
	
}
.proclr{
	clear:both;
}
.pro_inr_box{
	width:95%; 
	border:4px solid #cacaca;
	margin:15px 0;
	display:inline-table; 
}
.pro_inr_box2{ 
	width:95%;  
	border:4px solid #cacaca;
	margin:15px 0;
	display:inline-table; 
	text-align:left;
}
.pro_head2{
	text-align:center;
	color:#716f6f;
	font-family: 'SourceSansProBold';
	font-size:20px;
	text-transform:uppercase; 
	padding:20px 40px;
	border-bottom:6px solid #ff6c00;
	letter-spacing:-1px;
}
.pro_head2 span{
	color:#ff6c00;
}
.pro_inr_box h4{
	border-bottom:1px solid #cacaca;
	font-weight:normal;
	font-size:13px;
	line-height:16px;
	font-family: 'SourceSansProBold';
	text-transform:uppercase;
	background:#FFFFFF;
	padding:20px;
}
.pro_inr_box2 h4{
	border-bottom:1px solid #cacaca;
	font-weight:normal;
	font-size:13px;
	line-height:16px;
	font-family: 'SourceSansProBold';
	text-transform:uppercase;
	background:#FFFFFF;
	padding:20px;
}
.pro_inr_propic{
	width:31%;
	padding-left:1.5%;
	float:left;
	text-align:left;
}
.pro_inr_propic img{
	width:85%;
	height:auto;
	margin-top:5%;
}
.pro_inr_prodec{
	width:50%;
	padding:0px 0;
	float:left; 
	min-height:130px;
}
.pro_inr_prodec h5{
	font-family: 'SourceSansProBold';
	color:#333333;
	font-size:18px;
	font-weight:normal;
	margin:15px 0 20px 0;
}
.pro_inr_prodec aside{
	color:#7b7a7a;
	font-size:15px;
	font-family: 'SourceSansProRegular';
}
.pro_inr_pro_order{
	width:40%;
	float:right;
	padding:25px 0;

}
.pro_inr_pro_orderbtn1{
	 
	background:#ff6c00;
	text-align:center;
	text-transform:uppercase; 
	color:#FFFFFF;
	font-family: 'SourceSansProBold';
	font-size:20px; 
	-webkit-box-shadow: 2px 2px 0px 0px rgba(165,77,12,1);
-moz-box-shadow: 2px 2px 0px 0px rgba(165,77,12,1);
box-shadow: 2px 2px 0px 0px rgba(165,77,12,1);
}
.pro_inr_pro_orderbtn1 a{
	color:#FFFFFF;
	padding:18px 0;
	display:block;
	line-height:24px;
	text-shadow: 1px 1px 0px rgba(191, 81, 0, 1);
}
.pro_inr_pro_orderbtn1:hover{
	-webkit-box-shadow:inset 2px 2px 0px 0px rgba(165,77,12,1);
-moz-box-shadow:inset 2px 2px 0px 0px rgba(165,77,12,1);
box-shadow:inset 2px 2px 0px 0px rgba(165,77,12,1);
}
.pro_inrmain{
	padding:0 20px;
}
.proclr{
	clear:both;
}
.pro_inr_prodecmain{
	width:61%;
	float:right;
	border-left:1px solid #cacaca;
	padding:0 3%;
}
.all-heading-color {
	color:#FF6600;
	
}
.inner_left_box1 ul li:nth-child(odd){
  color: #030303;
  font-weight: bold;
  background-color: #ABFFE2;
  border-radius: 8px;
}

.inner_left_box1 ul li:nth-child(even){
  color: #996666;
  font-weight: bold;
  background-color: #E9FDF9;
  border-radius: 8px;
}
.style3{   font-size: 15px;
           font-weight: bold;
		   color:#ff6c00;}
		   


.navbar-nav>li>a{
    line-height: inherit;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
#nav-wrap{margin:0px !important;}

#menu-icon{
display:none !important;
}

.navbar-default .navbar-toggle {
    border-color: #D87B18;
	background: #D87B18;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #060606;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #D87B18;
}
.log_btn{display:none !important;}
body{overflow-x:hidden;}

@media only screen and (min-width:1200px){
.padding0{padding:0px;}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ccc;
    background-color: transparent;
}

}