@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ul {
	list-style: none;
}
a {
	display: block;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
button{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	cursor:pointer;
	}
a, a:hover, a:focus {
	outline: none;
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
    font-style: normal;
	line-height: 20px;
	color: #808080;
	font-weight:400;
	/*-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;*/
}



.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 0px;
	font-size: 0px;
}
h1 {
	clear: both;
	color: #222222;
	font-size: 34px;
	line-height: 38px;
	padding: 0;
}
h2 {
	color: #222222;
	font-size: 60px;
	line-height: 65px;
	padding:0 0 10px;
	position:relative;
}

h3 {
	color: #222222;
	font-size: 20px;
	line-height: 20px;
	padding:0 0 10px;
}
h4 {
 color: #222222;
 font-size: 18px;
 line-height: 18px;
 padding-bottom: 10px;
}
h5 {
 color: #222222;
 font-size: 16px;
 line-height: 14px;
 padding-bottom: 10px;
}
h6 {
	color: #222222;
	font-size: 17px;
	line-height: 14px;
	padding-bottom: 10px;
	position:relative;
	
}
.relative {
	position: relative;
}

.deepGrayBg{
	background:#616161;
	}
.blackBg{
	background:#0b0b0a;
	}
.blackBg2{
	background:#0a0c0e;
	display:none
	}		
	
.radius2 {
-moz- border-radius:2px;
-ms- border-radius:2px;
-o- border-radius:2px;
-webkit- border-radius:2px;
	border-radius: 2px;
}
.radius3 {
-moz- border-radius:3px;
-ms- border-radius:3px;
-o- border-radius:3px;
-webkit- border-radius:3px;
	border-radius: 3px;
}
.radius4 {
-moz- border-radius:4px;
-ms- border-radius:4px;
-o- border-radius:4px;
-webkit- border-radius:4px;
	border-radius: 4px;
}
.radius5 {
-moz- border-radius:5px;
-ms- border-radius:5px;
-o- border-radius:5px;
-webkit- border-radius:5px;
	border-radius: 5px;
}
.radius6 {
-moz- border-radius:6px;
-ms- border-radius:6px;
-o- border-radius:6px;
-webkit- border-radius:6px;
	border-radius: 6px;
}
.SideLradius3 {
-moz- border-radius:3px 0 0 3px;
-ms- border-radius:3px 0 0 3px;
-o- border-radius:3px 0 0 3px;
-webkit- border-radius:3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.SideRradius3 {
-moz- border-radius:0px 3px 3px 0px;
-ms- border-radius:0px 3px 3px 0px;
-o- border-radius:0px 3px 3px 0px;
-webkit- border-radius:0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}
.downRradius3 {
-moz- border-radius:0px 0 3px 3px;
-ms- border-radius:0px 0 3px 3px;
-o- border-radius:0px 0 3px 3px;
-webkit- border-radius:0px 0 3px 3px;
	border-radius: 0px 0 3px 3px;
}
.radius10 {
-moz- border-radius:10px;
-ms- border-radius:10px;
-o- border-radius:10px;
-webkit- border-radius:10px;
	border-radius: 10px;
}
.fullradius {
-moz- border-radius:100%;
-ms- border-radius:100%;
-o- border-radius:100%;
-webkit- border-radius:100%;
	border-radius: 100%;
}
.gap_115 {
	height: 115px;
}
.gap_150 {
	height: 150px;
}
.gap_90 {
	height: 90px;
}
.gap_55 {
	height: 55px;
}
.gap_35 {
	height: 35px;
}
.no-padding{
	padding:0 !important;
	}
.no-margin{
	margin:0 !important;
	}	
.pad_10-20 {
	padding: 10px 20px;
}
.padding_60_20 {
	padding: 0 20px 0 60px
}
.padding_20_60 {
	padding: 0 60px 0 20px
}
.padding_33_30 {
	padding: 0 33px 0 30px;
}
.pad_30 {
	padding: 30px;
}
.padding_60_30 {
	padding: 0 30px 25px 60px
}
.padding_15_30 {
	padding: 0 30px 25px 15px;
}
.pad_0_31 {
	padding: 0 31px
}
.pad_0_30_0 {
	padding: 0 30px 0 0
}
.pad_15_hor {
	padding: 0 15px;
}
.pad_10_hor {
	padding: 0 10px;
}
.pad_20_hor {
	padding: 0 20px;
}
.pad_30_hor {
	padding: 0 30px;
}
.pad_30_ver {
	padding: 30px 0;
}
.pad-v20 {
	padding: 20px 0 !important;
}
.pad-v15 {
	padding: 15px 0;
}
.pad-15{
	padding:15px;
	}
.p-v-60{
	padding:60px 0;
	}
.p-v-70{
	padding:70px 0;
	}	
.pad-20-10{
	padding:20px 10px;
	}
.pad_0_30_0_80 {
	padding: 0 30px 80px 30px;
}
.pad_0_15_0_30 {
	padding: 0 15px 30px 15px;
}
.p-b-10{
	padding-bottom:10px !important;
	}
.p-l-10{
	padding-left:10px;
	}
.p-r-10{
	padding-right:10px;
	}		
.p-b-20{
	padding-bottom:20px;
	}
	
.p-b-40{
	padding-bottom:40px;
	}
.p-v-40-60{
	padding:40px 0 60px;
	}				
.m-t-40 {
	margin-top: 40px !important;
}
.m-t-55 {
	margin-top: 55px;
}
.m-t-60 {
	margin-top: 60px;
}
.m-t-80 {
	margin-top: 80px;
}
.m-l-246{
	margin-left:246px;
	overflow-x:hidden;
	/*position:absolute;
	top:0;
	left:0;*/
	/*width:100%;*/
	
	}
.m-v15-40{
	margin:15px 0 40px}	
/*.m-l-246 *{
	font-size:3vw !important}*/	
.pad_25-0 {
	padding: 25px 0;
}
.pad_20-0 {
	padding: 20px 0;
}
.pad_15-0 {
	padding: 15px 0;
}
.pad_20 {
	padding: 20px;
}
.m-l-15{
	margin-left:15px;
	}
.m-l-10{
	margin-left:10px;
	}
.p-l-30{
	padding-left:30px;
	}
.p-l-40{
	padding-left:40px;
	}	
.m-r-15{
	margin-right:15px;
	}
.m-r-10{
	margin-right:10px;
	}		
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-15 {
	margin-top: 15px !important;
}
.m-t-5 {
	margin-top: 5px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.dt-sc-margin55 {
	margin: 25px 0 30px;
}

.uc{
	text-transform:uppercase}

.text-center {
	text-align: center;
}

section, .full {
	float: left;
	width: 100%;
}

.autoWidLeft{
	width:auto;
	float:left;
	}
.autoWidRight{
	width:auto;
	float:right;
	}	
/*section {
	padding:30px 0 0;
	}*/
.imgContainer{
	float:left;
	width:100%;
	}	
.imgContainer img{
	display:block;
	width:100%;
	}


	
header	{
	float:left;
	width:100%;
	background:#fff;
	padding:10px 0 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index:999;
	border-bottom:#ddd 1px solid;
	position: relative;
	}
.sticky{
	position:fixed;
	top:0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	padding:0;
}
	
.logo {
  float: left;
  padding-left: 15px;
  padding-right: 20px;
  width: auto;
  
}
	
nav{
	float:right;
	width:auto;
	position:relative;
	padding:35px 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	}
nav ul li{
	float:left;
	width:auto;
	border-right:#cccccc 1px solid;
	}
nav ul li:last-child , .navRight ul li:last-child{
	border:none;
	}	
nav ul li a {
  color: #808080;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding: 0 15px;
}

nav ul li.active a ,
nav ul li a:hover {
	color:#333;
	}			


.topHeader ul{
	float:right;
	width:auto;
	}
header.sticky .logo{
	width:196px;
	}
header.sticky nav {
    padding: 13px 0;
}	
header.sticky .navRight ul li {
  line-height: 46px;
}
header.sticky .navRight ul li .widget_shopping_cart_content li {
  line-height: normal;
}
header.sticky  .navRight ul li.linkBtn_wrap {
  padding: 4px 0;
}
	
	
.topHeader ul li{
	float:left;
	font-size:11px;
	color:#808080
	}	
	
.topHeader ul li a{
	display:inline-block;
	padding:0 10px;
	color:#808080
	}	
.topHeader ul li:last-child a{
	display:inline-block;
	padding-right:0;
	}	
.topHeader ul li a:hover{
	color:#333;
	text-decoration:underline;
	}
	
.navRight{
	float:right;
	width:auto;
	padding-right:15px;
	}
.navRight ul li {
  border-right: 1px solid #ccc;
  float: left;
  line-height: 90px;
  width: auto;
/*  z-index: 9;*/
  position: relative;
}
.navRight ul li a {
	padding:0 38px;
	color:#000;
	}
.navRight ul li.linkBtn_wrap a{
  background: #f47a20;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin-left: 8px;
  line-height:normal;
  padding: 10px 25px;
  position:relative;
  top:50%
}
.navRight ul li.linkBtn_wrap{
	padding:25px 0;
	}
	
	
.widget_shopping_cart_content{
	position:absolute;
	top:100%;
	background:#fff;
	border:#ddd 1px solid;
	right:0;
	width:220px;
	padding:15px;
	opacity:0;
	visibility:hidden;
	}
.widget_shopping_cart_content ul li{
	float:left;
	width:100%;
	line-height:normal;
	text-align:center;
	}		


.avia-arrow {
	border-style: solid;
  border-width: 1px;
  border-bottom: medium none;
  border-right: medium none;
  border-color:#ddd;
  left: auto;
  margin-left: 0;
  right: 40px;
  position: absolute;
  top: -6px;
   transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 10px;
  background:#fff;
  height: 10px;
}

.navRight li:hover .widget_shopping_cart_content{
	opacity:1;
	visibility:visible;} 	
	
	
	
	
/*--Ramij--*/
.campaigns{
 padding:40px 0 60px;
}
.mb50{
	margin-bottom:50px;
}
.mb60{
	margin-bottom:60px;
}
.campaigns .mb50 h3{
 padding:0 0 5px;
}
.campaigns .mb50 p{
 font-size:15px;
 color:#666;
}
.hedding{
 position:relative;
 margin-bottom:25px;
}
.hedding h2{
 font-size:20px;
 font-weight:600;
 color:#222;
 position:relative;
 background:#fff;
 z-index:1;
 display:inline-block;
 padding:0 15px 0 0;
}
.hedding:after{
 width:100%;
 height:1px;
 background:#e0e0e0;
 position:absolute;
 content:'';
 top:50%;
 left:0;
 margin-top:-1px;
}
.campaign_details{
 padding:15px 0 0;
}
.campaign_details h5{
 font-size:13px;
 color:#666;
 padding:0 0 3px;
}
.campaign_details p{
 font-size:13px;
 color:#666;
}
.campaign_details span{
 position:relative;
 display:block;
}
.campaign_details i{
 color:#F47A20;
 font-size:15px;
 background:#fff;
 padding:0 8px;
 position: relative;
}
.campaign_details span:before{
 position:absolute;
 content:"";
 width:100%;
 top:50%;
 left:0;
 right:0;
 background:#e0e0e0;
 height:1px;
 width:60%;
 margin:0 auto;
}
.video_section{
 background:#333333;
 padding:70px 0;
}
.youtube_video iframe{
 height:350px;
 border-bottom:1px solid #222;
}
.video_details h2{
 padding-bottom:5px;
 color:#f47a20;
 font-size:40px;
 line-height:normal;
}
.video_details span{
 color:#f47a20;
 font-size:20px;
 margin-bottom:20px;
 display:inline-block;
}
.video_details p{
 color:#ebebeb;
 font-size:13px;
}
.scrolldown-arrow {
  bottom: 50px;
  color: #fff;
  font-size: 25px;
  margin-top: 50px;
}
.register_today{
 font-size:13px;
 color:#fff;
 background:#f47a20;
 display:inline-block;
 padding:13px 30px;
}
.register_today:hover{
 color:#fff;
}
.register_today i{
 opacity:0;
 width:0;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -ms-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
.register_today:hover i{
 opacity:1;
 width:20px;
}

/*====== ramiz =======*/
.partnerTestimonial {
	width:100%;
	display:table;
	}
	
.partnerTestimonialLeft	{
	display:table-cell;
	vertical-align:top;
	width:120px;
	}
.partnerTestimonialLeft img{
	width:90px;
	height:90px;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	}
.partnerTestimonialRight {
	display:table-cell;
	vertical-align:top;
	}					
.partnerTestimonialRight h6 {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 0;
}

.charityPartner{
	background:#f2f2f2;
	padding:50px 0 80px;
	}
	
.charityPartner .hedding h2 {
  background: #f2f2f2;
}
.charityPartner p a{
	display:inline-block;
	color:#f47a20;
	} 
/*.related-product .item img{
	border:#ddd 1px solid;
	}*/
.related-product .owl-item {
	padding:0;
	}
.applyToBe {
	background:#f47a20;
	}
.applyToBeInner {
  background: #fff;
  padding: 40px 30px 30px;
}			
	
.applyToBeInner h3{
	display:inline-block;
	font-size:18px;
	}
.applyToBeInner h3 a {
	color:#000;
	text-transform:uppercase;
	letter-spacing:1px;
	}		
.applyToBeInner span {
  height: 40px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -22px;
  width: 40px;
}
.applyToBeInner span a{
	background:#333;
	color:#fff;
	line-height:40px;
	}	
	
.applyToBeInner span a i{
	border-bottom:#fff 1px solid;
	padding-bottom:2px;
	font-size:15px;
	}
.applyToBeInner span:hover a i{
	border-bottom:none;
	padding-bottom:2px;
	font-size:15px;
	}
.stepsAction.grayBg	{
	background:#e0e0e0;
	}
.infiBtn {
	display:inline-block;
	padding:10px 20px;
	background:#d7d7d7;
	margin-top:20px;
	color:#333;
	}
	
.triangle-down {
  bottom: 0;
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 60px;
  z-index:2;
}
.triangle-down::after {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.video_section .triangle-down::after {
  border-top: 30px solid #333333;
}
.charityPartner .triangle-down::after {
  border-top: 30px solid #f2f2f2;
}


footer{
 background:#f2f2f2;
 padding: 30px 0 0;
 float: left;
 width: 100%;
}

.footer_type h5{
 color: #f47820;
}
.footer_type ul li a{
 color: #333;
 padding:0 20px;
 font-size:14px;
}
.footer_type ul li {
  float: left;
  width: auto;
}
	
.footer_type_form input{
 width: 100%;
 padding: 12px 15px;
 background: #BDBDBD;
 border: none;
 margin: 0 0 10px;
 color: #333333;
}
.footer_type_form input::-moz-placeholder {
 color: #333333;
 opacity: 1;
}
.footer_type_form input.subscripe_btn {
 color: #333;
 background: #fff;
 font-style: 13px;
 transition: all 300ms ease-in-out;
 -o-transition: all 300ms ease-in-out;
 -ms-transition: all 300ms ease-in-out;
 -moz-transition: all 300ms ease-in-out;
 -webkit-transition: all 300ms ease-in-out
}
.footer_type_form input.subscripe_btn:hover {
 color: #fff;
 background: #f47a20;
}
.copy_right{
 padding: 15px 0;
}

.copy_rightLeft ul li {
  float: left;
  margin: 5px;
}
.copy_rightLeft ul li:last-child{
	margin-right:0;}
.copy_rightLeft ul li a {
 width: 50px;
 height: 50px;
 display: block;
 border-radius: 100%;
 -o-border-radius: 100%;
 -ms-border-radius: 100%;
 -moz-border-radius: 100%;
 -webkit-border-radius: 100%;
 line-height: 50px;
 color: #666;
 font-size: 28px;
 text-align: center;
}
.copy_rightLeft ul li a:hover {
 color: #fff;
}
.twitter a:hover {
 background: #46D4FE;
}
.facebook a:hover {
 background: #37589B;
}
.instagram a:hover {
 background: #A67658;
}


/*--27--*/
/*--about_us--*/
.story_fo_modropy{
	padding:50px 0;
}
.story_fo_modropy .hedding{
	margin-bottom:40px;
}
.story_fo_modropy .hedding h2{
	font-size:28px;
}
.about_para h3{
	font-weight:600;
}
.about_para p{
	margin-bottom:10px;
}
.modropy_story_step{
	margin-bottom:35px;
}
.modropy_story_step h4{
	font-size:20px;
	font-weight:600;	
}
.modropy_story_step h4 span{
	color:#ff6600;	
}
.modropy_story_note{
	margin:0 0 70px;
}
.modropy_story_note h2{
	font-size:27px;
	font-weight:600;
	line-height:30px;
	letter-spacing:1px;
	padding:30px 0;
}
.modropy_story_note span{
	display:block;
	position:relative;
	max-width:450px;
	width:100%;
	margin:0 auto;
}
.modropy_story_note span:before{
	position:absolute;
	content:"";
	background:#333333;
	height:1px;
	width:100%;
	left:0;
	right:0;
	top:50%;
	margin:0 auto;
}
.modropy_story_note span i{
	color:#f47a20;
	background:#fff;
	padding:0 10px;
}
/*--Q and A--*/
.question_answer{
	padding:50px 0;
}
.question_answer_img{
	text-align:center;
	margin-bottom:20px;	
}
.question_answer_img img{
	width:auto;
}
.question_collapse .panel-default{
	border-radius:2px;
	border:1px solid #e1e1e1;
}
.question_collapse .panel-group{
	margin-bottom:0;
}
.question_collapse .panel-group .panel + .panel{
	margin-top:0;
	border-top:none;
}
.question_collapse .panel-default .panel-title, .question_collapse .panel-default .panel-heading{
	padding:0;
}
.question_collapse .panel-default .panel-heading{
	background:#fff;
}
.question_collapse .panel-default .panel-title a{
	padding:10px 15px;
	font-size:13px;
	color:#666;
}
.question_collapse .panel-default .panel-title a span{
	font-size:14px;
	color:#e1e1e1;
	padding:0 2px;
	margin-right:8px;
	border:1px solid #e1e1e1;
}
.question_collapse .panel-body a{
	color:#f47820;
	display:inline-block;
}
.question_collapse .panel-body a:hover{
	color:#888;
}
.question_collapse .panel-body p{
	margin-bottom:8px;
}
.question_collapse .panel-body p:last-child{
	margin-bottom:0;
}
.smile_icon{
	width:15px;
	display:inline-block;
}
.smile_icon img{
	width:100%;
}

/*--charity--*/
.charity{
	padding:50px 0;
}
.charity_partner_form{
	max-width:780px;
	width:100%;
	margin:0 auto;
}
.charity_partner_form h3{
	font-weight:600;
	font-size:20px;
	line-height:25px;
}
.charity_form_fild{
	margin-bottom:20px;
}
.charity_form_fild label{
	font-size:13px;
	font-weight:600;
	color:#666;
	margin-bottom:8px;
}
.charity_form_fild label span{
	color:#f47820;
}
.charity_form_fild .form-control{
	height:42px;
	border-color:#e1e1e1;
}
.charity_form_fild .form-control:focus{
	-moz-box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.2);
	border-color:#e1e1e1;
}
.charity_form_fild textarea.form-control{
	height:180px;
	resize:none;
}
.charity_submit_btn{
	background: #f47a20 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
	border:none;
	padding:15px 40px;
	transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
}
.charity_submit_btn:hover{
	background:#e1e1e1;
}
.charity_math{
	position:relative;
}
.charity_form_fild .charity_math .form-control{
	padding-left:60px;
}
.charity_math span{
	position:absolute;
	top:11px;
	left:15px;
}
/*--contact--*/
.contact{
	padding:50px 0;
}
.contact_hedding h3{
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  padding: 0;
}
.contact_hedding span{
	width:35%;
	margin:0 auto;
	display:block;
	text-align:center;
	position:relative;
}
.contact_hedding span:before{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	background:#e1e1e1;
	left:0;
	right:0;
	top:50%;
}
.contact_hedding span i{
	height:9px;
	width:9px;
	border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border:2px solid #e1e1e1;
	display:inline-block;
	background:#fff;
	position:relative;
	z-index:1;
}
.address{
	border:1px solid #e1e1e1;
	padding:45px 20px 20px;
	-o-box-shadow:rgba(0, 0, 0, 0.5) 1px 1px 0 0;
	-ms-box-shadow:rgba(0,0,0,0.5) 1px 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.5) 1px 1px 0 0;
	-webkit-box-shadow:rgba(0,0,0,0.5) 1px 1px 0 0;
	box-shadow:rgba(0,0,0,0.25) 1px 1px 0 0;
}
.address h4{
	font-weight:bold;
	letter-spacing:1px;
}
.address span{
	position:absolute;
	top:-25px;
	left:0;
	right:0;
	height:50px;
	width:50px;
	border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background:#f47820;
	margin:0 auto;
	line-height:50px;
	color:#fff;
	font-size:18px;
}
.mb10{
	margin-bottom:10px;
}
.address_wrap{
	padding:0 0 50px;
}
.shipping_hedding{
	background:#F47A20;
	padding:50px 0;
	text-align:center;
}
.shipping_hedding h1{
	color:#fff;
	font-weight:600;
}
.shipping_wrap{
	padding:50px 0;
}
.shipping p{
	margin-bottom:10px;
}
.shipping p a{
	display:inline-block;
	color:#F47A20;
}
.policy_details{
	padding:50px 0;
}
.policy_details_type{
	margin-bottom:25px;
}
.policy_details_type h1{
	font-weight:600;
	font-size:28px;
	margin-bottom:15px;
}
.policy_details_type h3{
	font-weight:600;
}
.policy_details_type ul{
	padding-left:25px;
}
.policy_details_type li{
	padding:0 0 5px 0;
	line-height:25px;
	list-style:decimal;
}
.policy_details_type .policy_sub_details_type li{
	list-style:none;
}
.policy_details_type .policy_sub_details_type ul{
	padding-left:30px;
}
.policy_details_type p{
	margin:0 0 10px;
}
.policy_details_type p strong{
	color:#f47820;
}
/*--past-campaigns--*/
.iconbox_top .iconbox_content {
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
  padding: 45px 20px 20px;
}
.campaigns_hedding_wrap{
	padding:60px 0;
	background:#EAEAEA;
}
.campaigns_hedding h2{
	line-height:60px;
	padding:0 0 15px;
}
.campaigns_hedding p img{
	width:15px;
	height:px;
}
.campaigns_charityPartner .hedding h2{
	background:#fff;
	padding-bottom:50px;
}
.campaigns_charityPartner{
	background:none;
	padding-bottom:50px;
}
.campaigns_charityPartner:after{
	display:none;
}
.campaigns_applyToBe{
	background:#EAEAEA;
}
.campaigns_applyToBe span a{
	background:#F47820;
	text-decoration:none;
}
.campaigns_applyToBe .applyToBeInner{
	box-shadow:0 0 1px 0 rgba(0, 0, 0, 0.3)
}
.campaigns_applyToBe h3{
	font-weight:bold;
}
.campagins_wrap{
	display:table;
	width:100%;
}
.campaginsLeft, .campaginsRight{
	display:table-cell;
	vertical-align:top;
}
.campaginsLeft{
	width:185px;
}
.campaginsRightImg{
	padding:0 50px;
	margin-bottom:20px;
}
/*--chat-panel--*/
.chat_btn{
	position:fixed;
	right:-54px;
	top:50%;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-top:-50px;
}
.chat_btn a {
	background: #F58837;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 0;
	border-radius:8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
}
.chat_btn a span{
	background: #f47a20;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	margin-right: 10px;
	border-radius:8px 0 0px 0px;
	-moz-border-radius: 8px 0 0px 0px;
	-webkit-border-radius: 8px 0 0px 0px;
}
.chat_panel{
	position:fixed;
	bottom:0;
	right:25px;
	/*background:#fff;*/
	width:300px;
	padding:15px;
}
.user_details{
	padding-right:60px;
}
.user_details_content{
	background:#F47A20;
	padding:10px;
	color:#fff;
	box-shadow:0px 4px 8px -2px rgba(0, 0, 0, 0.5);
	-o-box-shadow:0px 4px 8px -2px rgba(0, 0, 0, 0.5);
	-ms-box-shadow:0px 4px 8px -2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 4px 8px -2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0px 4px 8px -2px rgba(0, 0, 0, 0.5);
}
.user_details_content p{
	margin-bottom:5px
}
.user_details_img{
	position:absolute;
	top:0;
	right:0;
	width:46px;
	height:46px;
}
.user_details_img a img{
	border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
	-webkit-border-radius:100%;
}
.time_details{
	padding:5px 30px 0;
	background:url(../images/clock.png) left center no-repeat;
	position:relative;
	cursor:pointer;
	border-top:1px solid rgba(255,255,255,0.3);
}
.time_details ul{
	position:absolute;
	background:#fff;
	z-index:1px;
	color:#6a6f75;
	width:195px;
	padding:10px;
	box-shadow:rgba(0,0,0,0.3) 0 0 5px 0;
	display:none;
	left:0;
}
.time_details:hover ul{
	display:block;
}
.time_details::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-image: none;
  border-style: solid;
  border-width: 6px;
  content: "";
  display: block;
  position: absolute;
  right: 6px;
  top: 21px;
}
.time_details ul li{
	margin-bottom:5px;
	float:left;
	width:100%;
}
.type_message button{
	position:absolute;
	top:0;
	right:0;
	background:none;
	border:none;
	height:42px;
	padding:0 10px;
	color:#5D9CEC;
}
.type_message input.form-control{
	padding-right:33px;
	height:42px;
	border-color:#e1e1e1;
}
.message_subject{
	border-color:#e1e1e1;
}
.chat_panel_close{
	font-size:14px;
	background:rgba(0,0,0,0.7);
	display:inline-block;
	height:25px;
	width:25px;
	border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
	-webkit-border-radius:100%;
	line-height:25px;
	text-align:center;
	color:#fff;
	position:absolute;
	top:-10px;
	right:10px;
}
.chat_panel_close:hover{
	color:#fff;
}
.time_details ul:before{
	position:absolute;
	content:"";
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	bottom:100%;
	right:8px;
}

/*--28--*/
/*--My-Accoun--*/
.my_account{
	padding:50px 0;
}
.my_account h1{
	font-size:28px;
	font-weight:600;
}
.login_form{
	padding:20px 20px 0;
	border:1px solid #e1e1e1;
}
.welcome_myAccount{
	padding:30px 0;
	background:#E0E0E0;
}
.welcome_myAccount h2{
	font-size:40px;
}
.charity_form_fild .remember_btn label{
	margin:0 0 5px;
}
.charity_form_fild .remember_btn a{
	color:#F47A20;
}
.my_account .charity_form_fild label span{
	color:#444;
}
.charity_form_fild .remember_btn a:hover{
	color:#333;
}
.account_social_wrap{
	margin-bottom:50px;
}
.accout_heart p a{
	display:inline-block;
	color:#F47820;
}
.accout_heart p{
	margin:20px 0;
}
.accout_heart span{
	color:#F47820;
	width:100%;
	max-width:240px;
	display:block;
	margin:0 auto;
}
.accout_heart span:before{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	background:#222;
	top:50%;
	margin-top:-1px;
	left:0;
	right:0;
}
.accout_heart span i{
	background:#fff;
	padding:0 10px;
}
.account_social p{
	font-size:15px;
}
.account_social h3 span{
	font-weight:bold;
	background:#fff;
	display:inline-block;
}
.account_social h3{
	position:relative;
}
.account_social h3:before{
	position:absolute;
	content:"";
	top:50%;
	margin-top:-3px;
	left:0;
	width:100%;
	height:1px;
	background:#e1e1e1;
}
.account_social .hedding{
	margin:0 0 15px;
}
.account_campaign_btn{
	padding:20px;
	color:#333;
	font-size:20px;
	background:#e1e1e1;
}
.account_campaign_btn:hover{
	color:#333;
	background:#F47820;
}
.account_social a.follow_btn{
	background-color: #1b95e0;
	color: #fff;
	font-weight: 500;
	display:inline-block;
	padding:5px 15px; 
}
.account_social a.follow_btn:hover{
	background:#0C7ABF;
}
.account_social a.follow_btn i{
	font-size:18px;
}
::-moz-selection{background-color: #f47820;color: #ffffff;}::selection{background-color: #f47820;color: #ffffff;}
/*--cart--*/
.cart_wrap{
	padding:50px 0;
}
/*.cart_table{
	max-height:495px;
}*/
.cart_wrap .cart_table .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#F47A20;
}
	
.cart_table th{
	border-top:1px solid #e1e1e1;
}
.cart_table td, .cart_table th{
	padding:10px;
	border:1px solid #e1e1e1;
	
}
.cart_img_table, {
	display:table;
}
.cart_img, .cart_content{
	display:table-cell;
	vertical-align:middle;
}
.cart_img{
	width:70px;
}
.cart_img img{
	display:block;
	width:100%;
}
.cart_content{
	font-size:14px;
	padding-left:15px;
}
.cart_table td{
	font-weight:bold;
	font-size:14px;
}
.cart_table td.price{
	font-weight:bold;
	font-size:14px;
	color:#F58736;
}
.cart_checkout{
	background:#FFF6EF;
	padding:15px;
}
.cart_checkout ul li{
	font-size:15px;
	margin-bottom:15px;
	color:#333;	
}
.cart_checkout ul li span{
	float:right;
	color:#F47A20;
	font-size:15px;
}
.cart_checkout .cart_checkout_btn{
	background: #f47a20;
	border-radius: 3px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
}
.cart_checkout .cart_checkout_btn:hover{
	background:#e1e1e1;
	color:#666;
}
.remove a{
  border: 1px solid;
  border-radius: 100%;
  color: #333;
  display: inline-block;
  height: 25px;
  line-height: 21px;
  text-align: center;
  width: 25px;
}
.remove a:hover{
	color:#f00;
}
.cart_hedding{
	font-weight:bold;
	font-size:28px;
}
.cart_img_table ul{
	margin-top:15px;
}
.cart_img_table ul li span{
	font-weight:normal;
}
/*--Checkout--*/
.checkout_form_wrap{
	padding:50px 0;
}
.checkout_form_wrap .checkout_hedding h3{
	font-size:28px;
	font-weight:bold;
	margin-bottom:15px;
}
.checkout_contact_info h5{
	font-size:18px;
	font-weight:bold;
	line-height:22px;
}
.checkout_form_fild .form-control, .checkout_form_fild .input-group .input-group-addon{
	border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-webkit-border-radius:0px;
	-o-border-radius:0px;
}
.checkout_form_fild .form-control:focus{
	-moz-box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.2);
	border-color:#ddd;
}
.checkout_form_fild{
	margin-bottom:20px;
}
.card_details{
	border:1px solid #e1e1e1;
}
.credit_card_form_top{
	background:#F5F5F5;
	padding:10px 15px;
	border-bottom:1px solid #ddd;
}
.credit_card_form{
	padding:15px;
}
.checkout_form_fild label{
	margin-bottom:5px;
	color:#333;
}
.paypal_payment{
	margin-bottom:
}
.checkout_form_btn button{
	width:100%;
	border:none;
	background:#5cb85c;
	color:#fff;
	font-size:18px;
	padding:15px 20px;
}
.checkout_form_btn button:hover{
	background:#449D44;
}
.credit_card_form_top div {
	float: right;
	width: 140px;
}
.paypal_payment div{
	width:80px;
	float:right;
}
.summary h3{
	font-weight:bold;
}
.summary .table-responsive table{
	border-color:#ddd;
}
.summary .table-responsive table td{
	padding:10px;
	font-size:14px;
	color:#333;
	border-color:#ddd;
}
.order_summary_img{
	width:70px;
}
.summary .table-responsive table td a{
	display:inline-block;
}
.summary .table-responsive table td span{
	display:inline-block;
}
.summary .table-responsive table td span i{
	height:10px;
	width:10px;
	border-radius:100%;
	background:#000;
	display:inline-block;
	border:1px solid #333;
}
.summry_content h3{
	font-weight:bold;
	font-size:18px;
}
.new_radio input{
	margin:0 5px 0 0;
}

.seals li{
	display:inline-block;
}
.seals li:last-child{
	width:137px;
	padding-left:15px;	
}
.seals li img{
	display:block;
	width:100%;
}
/*--past-campaigns--*/
.iconbox_top .iconbox_content {
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
  padding: 45px 20px 20px;
}
.campaigns_hedding_wrap{
	padding:60px 0;
	background:#EAEAEA;
}
.campaigns_hedding h2{
	line-height:60px;
	padding:0 0 15px;
}
.campaigns_hedding p img{
	width:15px;
	height:px;
}
.campaigns_charityPartner .hedding h2{
	background:#fff;
}
.campaigns_charityPartner{
	background:none;
	padding-bottom:50px;
}
.campaigns_charityPartner:after{
	display:none;
}
.campaigns_applyToBe{
	background:#EAEAEA;
}
.campaigns_applyToBe span a{
	background:#F47820;
	text-decoration:none;
}
.campaigns_applyToBe .applyToBeInner{
	box-shadow:0 0 1px 0 rgba(0, 0, 0, 0.3)
}
.campaigns_applyToBe h3{
	font-weight:bold;
}

/*--sotr--*/
.simpleLens-thumbnails-container {
	position:absolute;
	left:0;
	top:0;
	width:80px;
	}
	
.zoomer_detail .simpleLens-thumbnails-container a {
  border: 1px solid #eee;
  display: inline-block;
  margin-bottom: 5px;
}	

.zoomer_detail .simpleLens-thumbnails-container {
  left: 0;
  position: static;
  top: 0;
  width: auto;
}

#demo{
	max-width:300px;
	}
#demo .owl-item {
  padding: 0 2px;
}
/*.span12{
	margin-top:15px;
	}
*/#demo div.owl-controls {
  background: #fff none repeat scroll 0 0;
  padding: 0;
  position: absolute;
  right: 6px;
  top: -42px;
  width: 58px;
}
.zoomer_detail ul {
  float: left;
  padding: 10px 0;
  width: 100%;
}
.avColor ul li{
	float:left;
	margin-right:5px;
	width:25px;
	height:25px;
	}
.avColor ul li a{
	display:block;
	height:25px;
	width:25px;
	}	
	
.avColor li.rd a{
	background:#ff0000;
	}	
	
.avColor li.grn a{
	background:#00ff00;
	}
.avColor li.blue a{
	background:#0098eb;
	}
	
.avColor li.ylo a{
	background:#fbdb00;
	}
.avColor li.blk a{
	background:#000000;
	}
.avColor li.org a{
	background:#fb8800;
	}
.avColor li.pnk a{
	background:#d661cc;
	}	
	
.Buyitnow{
	background: #f47a20;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  width: 100%;
  padding: 10px 25px;
  position: relative;
  text-align: center;
  border:none;
  max-width:300px;
  margin:10px 0;
  cursor:pointer;
  }
	
.Buyitnow:hover{
	background: #000;
}

.avColor2 h6 span{
	color:#f47a20;
	}
	
ul.countdown {
  list-style: none;
  margin: 75px 0;
  padding: 0;
  display: block;
  text-align: center;
}

ul.countdown li { display: inline-block; }

ul.countdown li span {
  font-size: 40px;
  font-weight: 300;
  line-height: 80px;
  padding: 0 20px;
  /*border-top: 1px solid #C0392B;
  border-bottom: 1px solid #C0392B;*/
  border:#eee 1px solid;
  margin-left: -4px;
}

ul.countdown li p {
  color: #a7abb1;
  font-size: 14px;
  text-transform: uppercase;
}

.days {
  background-color: #f47c23;
  padding: 0 10px;
  color: #fff;
}

.last { border-right: 1px solid #C0392B; }


#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}


.banner{
	height:400px;
	width:100%;
	display:table;
        /*overflow: hidden;*/
	}
.bannerLeft {
  background: rgba(0, 0, 0, 0) url(../images/store_header_image.htm) repeat fixed 0 0;
  -moz-background-size: contain ;
 -ms-background-size: contain ;
 -o-background-size: contain ;
 -webkit-background-size: contain ;
 background-size: contain ;
  height: 400px;
  width: 60%;
  display:table-cell
}

.bannerRight{
	width:40%;
	vertical-align:middle;
	display:table-cell
	}
	
.bannerRight {
  position: relative;
  z-index: 2;
}
/*.bannerRight:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	}*/
.bannerRight::after {
  box-shadow: 0 3px 29px 70px #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 7px;
  z-index: -1;
  left: 0;
}	




.product.product6 {
    margin-bottom: 27px;
	position:relative;
}

.product.product6:hover {
	/*background: #686868;*/
	box-shadow: rgba(0,0,0,0.1) 0 0 14px -1px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 0 14px -1px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 0 14px -1px;
	-ms-box-shadow: rgba(0,0,0,0.1) 0 0 14px -1px;
	-o-box-shadow: rgba(0,0,0,0.1) 0 0 14px -1px;
}



.outofstock-box, .outofstock-box-bg {
  border: 1px solid #9a988a;
  color: #9a988a;
  font-size: 14px;
  line-height: 1;
  min-width: 80px;
  padding: 3px 0;
}

.outofstock-box-bg {
  background: #9a988a none repeat scroll 0 0;
  border: 1px solid #9a988a;
  color: #fff;
}

.top-left {
  left: 10px;
  top: 10px;
}	
.product-image-container {
    position: relative;
	margin:0
}

.product-image-container {
    position: relative;
}

.product.product6:hover .product-image-container {
	border-color: transparent
}
.product-image-container>a {
	display: block
}
.product-image-container img {
	width: 100%;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in
}
.product-top {
	position: relative;
	overflow: hidden;
	/*margin-bottom: 18px;*/
	perspective: 600px;
	-webkit-perspective: 600px;
}
.product-image-hover {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	opacity: 0;
	transform: scale(.85);
	-webkit-transform: scale(.85);
	-moz-transform: scale(.85);
	-ms-transform: scale(.85);
	-o-transform: scale(.85);
	visibility: hidden
}
.product:hover .product-image {
	opacity: 0;
	transform: scale(.85);
	-webkit-transform: scale(.85);
	-moz-transform: scale(.85);
	-ms-transform: scale(.85);
	-o-transform: scale(.85);
	visibility: hidden
}
.product.product4:hover .product-image, .product:hover .product-image-hover {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	visibility: visible
}	
		
.product-meta{
	text-align:center;
	padding:0 0 15px;}
		
.discount-box-bg {
  background: #f47a20;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
  position: absolute;
  z-index: 99;
}
.m-t-50 {
	margin-top:50px;
	}
.barTitle {
	padding:30px 0;
	background:#f47a20;
	}
.barTitle .row{
	margin-bottom:0;}	
.barTitle h2{
	color:#fff;
	margin:0;
	}
.shopLeft{
	background:#f2f2f2;
	padding:15px
	}
.shopLeftBottom {
	border-top: #e7e7e7 1px solid;
	margin-top: 5px;
	padding-top: 25px;
	}
.shopLeft ul li {
  font-size: 16px;
  line-height: 40px;
  border-bottom: #e7e7e7 1px solid;
}
.shopLeft ul li:last-child {
  border-bottom: none;
}

.shopLeft ul li a{
	color:#333;
	display:block;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	}
.shopLeft ul li:hover a{
	text-decoration:none;
	color:#fff;
	background:#f47a20;
	padding:0 0 0 20px;
	}
.relatedCategories h4{
	padding-bottom:20px;
	}
.relatedCategories{
	margin-bottom:50px}		
.relatedCategories ul li{
	float:left;
	width:auto;
	margin-right:3px;
	margin-bottom:3px;
	}
.relatedCategories ul li a{
	display:block;
	padding:8px 15px;
	background:#f47a20;
	color:#fff;
	font-size:13px;
	}
.relatedCategories ul li a:hover{
	background:#333;
	text-decoration:line-through}	
.mt200{
	margin-top:200px
	}
.bannerRight h2 {
  font-size: 28px;
  font-weight: 600	;
}
.bannerRight h4 {
  font-weight: 600;
}
.product-meta h3 a{
	color:#444;
	font-weight:bold;
}
.product-price-container span{
	color:#444;
}




/*============== animation ==============*/


@-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(-10px);
    transform: translateY(-10px);
  }
}
@-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(-10px);
    transform: translateY(-10px);
  }
}
@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(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}


/*.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
  font-size:30px;
  color:#fff;
  text-shadow:#000 2px 2px;
}*/

.arrow {
  bottom: -27px;
  height: 40px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 40px;
  right: 0;
  z-index: 5;
}
.arrow a{
	color: #fff;
	font-size: 63px;
	 text-shadow: 0 0 1px #797979;
	}

.bounce {
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
}
				
	
/*============== animation ==============*/	

.owl-pagination {
  bottom: 13px;
  left: 0;
  position: absolute;
  right: 0;
}	
.banner.homeBann  .owl-prev i.owl-prev-icon ,.banner.homeBann .owl-next i.owl-next-icon {
	border:none;
	color:#fff;
	font-size: 37px;
	height:auto;
	}
.related-product .owl-prev i.owl-prev-icon , .related-product .owl-next i.owl-next-icon	{
	border:none;
	color:#fff;
	background:rgba(0,0,0,0.7);
	padding-top:2px;
	}
	
.banner.homeBann .owl-theme .owl-controls .owl-buttons div {
	background: #000;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	padding: 20px 20px;
	opacity:0;
	margin-top:-40px;
}

.banner.homeBann{
	height:auto;
	width:100%;
	display:block;
	overflow:hidden;
	}

.banner.homeBann:hover .owl-theme .owl-controls .owl-buttons div {
	opacity:0.2}
.banner.homeBann .owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 0.5;
}	

.scroll-top {
    bottom: -15px;
    right: 50px;
	height:50px;
	width:50px;
	line-height:48px;
	text-align:center;
	color:#333;
	border:#333 1px solid;
	background:rgba(255,255,255,.6);
	-moz-transform: scale(.6);
-webkit-transform: scale(.6);
-o-transform: scale(.6);
-ms-transform: scale(.6);
transform: scale(.6);
position: fixed;
opacity:0;
visibility:hidden;
}
.sticky2 {
    bottom: 50px;
    opacity:1;
	visibility:visible;
	-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}	

.search {
  background: #fff;
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.2);
  padding: 15px;
  position: absolute;
  right: 0;
  top: calc(100% - 15px);
  width: 300px;
  opacity:0;
  visibility:hidden;
  -moz-transform: scale(.8);
-webkit-transform: scale(.8);
-o-transform: scale(.8);
-ms-transform: scale(.8);
transform: scale(.8);
 transition: all 300ms ease-in-out;
 -o-transition: all 300ms ease-in-out;
 -ms-transition: all 300ms ease-in-out;
 -moz-transition: all 300ms ease-in-out;
 -webkit-transition: all 300ms ease-in-out
}
.searchOpen{
	opacity:1;
	visibility:visible;
	-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
	}
.inner_tooltip{
	width:100%;
	float:left;
	}
.inp1 {
  border: medium none;
  display: block;
  float: left;
  height: 40px;
  line-height: normal;
  width: calc(100% - 50px);
}

.searchSubmit {
	position:absolute;
	background:url(../images/search.png) center center no-repeat #f47c23;
	line-height:40px;
	height:40px;
	width:40px;
	right:0;
	top:0;
	border:none;
	}
	
.shipping h1 {
	font-weight:600;
	}	

.create_capaign_img{
	display:none;
}
.browse_btn{
	display:inline-block;
	background:#e1e1e1;
	padding:10px 30px;
	color:#333;
	font-weight:500px;
	font-size:15px;
	float:right;
	display:none;
	margin-right:38px;
}
.browse_btn:hover{
	color:#fff;
	background:#F47A20;
}

/*--11/10/2016--*/
.campaings_navOpen_btn{
	padding: 0 10px;
	background: #333333;
	color: #fff;
	font-size: 15px;
	display:none;
	line-height: 36px;
	height: 36px;
}
.campaings_navOpen_btn:hover, .campaings_navOpen_btn:focus{
	color:#fff;
	background:#333333;
}
.campaings_navOpen_btn span span{
	font-size: 15px;
	font-weight: 600;
	padding-right: 5px;
}
.campaigns_header {
	padding: 50px 0 0;
}
.capaigns_heading{
	margin-bottom:30px;
}
.capaigns_heading ul li{
	font-size: 18px;
	display:inline-block;
	font-weight:600;
}
.capaigns_heading ul li span{
	padding:0 5px;
}
.capaigns_heading ul li span.for_active{
	color:#fa7600;
	padding:0;
}
.shirt_logo{
	width:auto;
	float:left;
}
.shirt_logo img{
	display:block;
	width:80px;
}
.campaigns_nav{
	float:right;
	width:auto;
	position:relative;
	padding:16px 160px 16px 0;
}
.campaigns_nav ul{
	float: left;
	width: auto;
}
.campaigns_nav li{
	float: left;
	width: auto;
}
.campaigns_nav li a{
	font-weight:600;
	font-size:14px;
	padding:10px 15px;
	color:#333
}
.campaigns_nav li a:hover, .campaigns_nav li.active a{
	color:#fa7600;
}
.aCampaigns_btn_wrap{
	position:absolute;
	right:0;
	top:50%;
	margin-top:-18px;
}
.aCampaigns_btn_wrap a{
	font-weight:600;
	font-size:14px;
	padding:8px 10px;
	display:block;
	color:#fff;
	background:#fa7600;
}
.refer_bnt{
  background:#cdcdcd;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px;
  padding:8px 10px;
  text-align: center;
}
.campagins_collcaction ul li{
	display:inline-block;
}
.campagins_collcaction ul li a{
	display:block;
	color:#929292;
	font-size:12px;
	padding:5px 10px;
	font-size:13px;
	font-weight:600;
}
.campagins_collcaction ul li a:hover{
	color:#f47a20;
}
.item_order{
	padding:10px 0;
}
/*.profit{
	border-left:1px solid #e4e4e4;
}*/
.item_order span{
	font-size: 30px;
	display:inline-block;
	margin-bottom:10px;
	font-weight: 600;
}
.item_order p{
	font-size: 15px;
	font-weight: 600;
}
.campaigns_page_table table th{
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	font-size: 14px;
	font-weight:600;
	padding:10px;
	background:#f5f5f5;
	color:#555;
}
.campaigns_page_table table th a{
	color:#555;
}
.campaigns_page_table table th i{
	font-size:13px;
}
.campaigns_page_table table td{
	border-bottom: 1px solid #eaeaea;
	font-size: 14px;
	font-weight:600;
	padding:10px;
}
.campaigns_page_table table td a{
	color:#f47a20;
}
.campaigns_page_table table td span{
	display:block;
}
.campaigns_page_table table td span.widh-50{
	display:block;
	width:50px;
}
.campaigns_page_table table td span img{
	display:block;
	width:50px;
}
.campaigns_page_table table td li{
}
.campaigns_page_table table td li{
	float:left;
}
.campaigns_page_table table td li a{
	display:block;
	font-size:17px;
	color:#555;
	padding:8px 5px;
}
.campaigns_page_table table td li a:hover{
	color:#f47a20;
}
.campaigns_page_table table td a.active_statuas{
	color:#59ea64;
	background:#fff;
	border:1px solid #59ea64;
	display:inline-block;
	font-weight:600;
	padding:5px 8px;
}
.campaigns_page_tableTop li{
  display: inline-block;
  padding: 5px 8px;
}
.campaigns_page_table{
/*	padding:0 25px;*/
}
.campaigns_page_tableTop{
	background:#ececec;
	margin-bottom:5px;
}
.campaigns_page_tableTop ul{
	text-align:center;
}
.campaigns_page_tableTop li span{
	font-weight:600;
}
.campaigns_page_tableTop li a{
	color:#868686;	
}
.campaigns_page_tableTop li a i{
	font-size:12px;
	color:#b7b8ba;
	padding-left:5px;
}
.campaigns_page_tableTop li select{
	background:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border:none;
	width:90px;
	background:url(../images/arrow_down.png) center right no-repeat;
	font-weight:600;
	padding-right:12px;
}
.campaigns_page_tableTop li input{
	width:235px;
	background:#ececec;
	border:1px solid #c7c7c7;
	padding:5px 12px;
	font-size:12px;
}
.campaigns_body{
	margin-bottom:60px;
}
.setting_tabMenu .nav  li a{
	font-size:15px;
	font-weight:600;
	padding:10px 40px;
	color:#575857;
}
.setting_tabMenu .nav-tabs li.active a, .setting_tabMenu .nav-tabs li.active a:focus, .setting_tabMenu .nav-tabs li.active a:hover{
	color:#f47a20;
}
/*--10/11/2016--*/
.setings_wrap{
	margin-bottom:60px;
}
.setings_tabContent_wrap{
	padding:15px;
	border:1px solid #e1e1e1;
	border-top:none;
}
.editTab_fild{
	margin-bottom:20px;
}
.editTab_fild textarea{
	resize:none;
	height:145px;
}
.editTab_fild .form-control{
	border-color:#e8e8e8;
}
.editTab_fild span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 5px;
}
.editTab_fild .editTab_fild_inner span{
	font-weight:normal;
	margin-bottom:2px;
}
.editTab_fild .search-choice span{
	margin:0;
	font-weight:600;
}
.editTab_fild .editTab_fild_inner select, .tracking_select select, .select_box{
	background:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	background:url(../images/arrow_down.png) center right 10px no-repeat;
	font-weight:600;
	padding-right:30px;
}
.editTab_fild_bnt li{
	display:inline-block;
	padding-right:8px;
}
.editTab_fild_bnt li a, .editTab_fild_bnt li button{
	background: #d7d7d7 none repeat scroll 0 0;
	display: inline-block;
	padding: 8px 20px;
	font-weight:600;
	line-height: 22px;
	color:#fff;
	font-size:16px;
}
.editTab_fild_bnt li button {
    border: none;
    background: #f47a20;
}
.editTab_fild_bnt li:last-child a {
	background: #f47a20;
}
.editTab_fild_bnt li a:hover{
	background:#f47a20;	
}
.visibility_content {
	border-bottom: 1px solid #e8e8e8;
	padding-right: 120px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.visibility_content h3 {
	color: #333;
	font-size: 15px;
	font-weight: 600;
	padding-bottom:5px;
}
.visibility_content p {
	font-size: 14px;
}
.switch_box{
	margin-top: -15px;
	position: absolute;
	right: 0;
	top: 50%;
}
.tracking_select{
	width:230px;
}
.tracking_content{
	padding-right:250px;
}
.tracking_content a{
	font-weight:600;
	color:#f47a20;
	display:inline-block;
}
.new_goal span{
	margin-bottom:4px;	
	display:inline-block;
}
.lifecycle_content .new_goal p{
	font-weight:600;
	font-size:12px;	
}
.goal_btn{
	border:none;
    background: #f47a20;
    border-radius: 3px;
	font-weight:600;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 25px;
    text-align: center;
}
.endNow_btn{
    padding: 6px 20px;
}
.lifecycle_content2{
	padding-right:0;
}
/*--socialPreviwe_content--*/
.social_content_heading{
	margin-bottom:15px;
}
.social_content_heading h4{
	font-size:16px;
	font-weight:600;
	color:#555;
}
.socialPreviwe_content{
	border:1px solid #e8e8e8;
}
.social_effect_boxWrap{
	padding:20px;
}
.socialPreviwe_content h3{
	font-size:16px;
	font-weight:600;
	color:#555;
	padding:20px;
	border-bottom:1px solid #e8e8e8;
}
.social_effect_box h4{
	font-size:16px;
	font-weight:600;
}
.social_effect_box li .checkbox, .social_effect_box li .radio{
	margin:0;	
}
.social_effect_box li .checkbox label, .social_effect_box li .radio label{
	line-height:16px;
	font-size:15px;
}
.social_effect_box li .checkbox label, .social_effect_box li .radio label{
	line-height:16px;
	font-size:15px;
	font-weight:600;
}
.social_effect_box li .radio label::before{
	background:#fff;
}
.social_effect_box li .radio input[type="radio"]:checked + label::before{
	background:#2b9aff;
	border-color:#2b9aff;
}
.social_effect_box li .radio input[type="radio"]:checked + label::after{
	background:#fff;
	transform:scale(0.5,0.5);
	-moz-transform:scale(0.5,0.5);
	-ms-transform:scale(0.5,0.5);
	-webkit-transform:scale(0.5,0.5);
	-o-transform:scale(0.5,0.5);
}

.social_effect_box li input.styled[type="checkbox"]:checked + label::after, .social_effect_box li input.styled[type="radio"]:checked + label::after{
	font-weight:normal;
}
.social_bgColor_box{
	width:50px;
	height:30px;
	border:1px solid #e8e8e8;
	background:#31e1d0;
}
.social_effect_box li .checkbox-primary input[type="checkbox"]:checked + label::before, .social_effect_box li .checkbox-primary input[type="radio"]:checked + label::before{
	background:#2b9aff;
}
.setting_img_inner{
	margin-bottom:20px;
	border:1px solid #e8e8e8;
	padding:10px;
}
.setting_img_inner img{
	margin-bottom:10px;
}
.setting_imgContent a{
	font-size:14px;
	font-weight:600;
	border-top:1px solid #e8e8e8;
	padding-top:10px;
	color:#555;
}
.setting_imgContent a:hover{
	color:#f47a20l
}
/*--Analytics--*/
.analytics_iterOrder_wrap{
	width:20%;
	float:left;
}
.analytics_tabContent_inner .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .campaigns_page_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	background:#f47a20;	
	height:3px;
}
.analytics_tabContent_inner .mCSB_draggerContainer .mCSB_draggerRail, .campaigns_page_table .mCSB_draggerContainer .mCSB_draggerRail{
	height:3px;
}
.analytics_tabContent_inner .mCSB_horizontal.mCSB_inside .mCSB_container{
	margin-bottom:10px;
}
.analytics_tabContent_inner table th{
	font-size:14px;
	font-weight:600;
	color:#555;
	padding:10px;
	background:#f5f5f5;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
.analytics_tabContent_inner table th i{
	color:#8c8c8c;
	font-size:13px;
}
.analytics_tabContent_inner table td{
	font-size:14px;
	font-weight:600;
	padding:15px 10px;
	border-bottom:1px solid #e8e8e8;
}
.analytics_tabContent_inner table tr:last-child td{
	border-bottom:none;
}
.cover {
	background-color: #000000;
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
        left: 0;
	width: 100%;
	z-index: 999999;
}
.popup_area, .popup_area2, .popup_area3, .withdrawal_box{
	display: none;
	left: 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	top: 20%;
	max-width:600px;
	padding:0 15px;
	z-index: 9999999;
}
.popup_area5{
	display: none;
	left: 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	top: 30px;
	max-width:900px;
	padding:0 15px;
	z-index: 9999999;
}
.popup_area5 .modal-body {
    float: left;
    width: 100%;
    background: #fff;
}
.popup_area5 .modal-body h4{
    padding-bottom: 0;
}

.relaunch_close, .groop_message_close, .withdrawal_box_close{
	color: #505052;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 25px;
	position: absolute;
	right: 15px;
	text-align: right;
	top: 15px;
	width: 30px;
}
.relaunch_close:hover{
	color:#fa7600;
}
.relaunch_wrap{
	max-width:600px;
	margin:0 auto;
	width:100%;
	background:#fff;
}
.relaunch_wrap h3 {
	border-bottom: 1px solid #e8e8e8;
	color: #333333;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	padding: 15px;
}
.relaunch_inner{
	padding: 15px;
}
.relaunch_inner h4 {
	font-size: 18px;
	font-weight: 600;
	color: #656565;
}
.relaunch_inner p {
	font-size: 14px;
	margin-bottom:10px;
	font-weight: 600;
}
.relaunch_new_sales{
	margin-bottom:20px;
}
.relaunch_new_sales input {
	border: 1px solid #e8e8e8;
	font-size: 16px;
	height: 36px;
	padding: 5px 10px;
	margin-right:10px;
	width: 60px;
}
.relaunch_new_sales span{
	color:#add380;
	font-weight:600;
	font-size:14px;
}
.campaign_length h5{
	font-size:15px;	
}
.campaign_length .select_box {
	border: 1px solid #ededed;
	font-size: 15px;
	height: 38px;
	width: 250px;
}
.reopen_btn{
	background: #46b7ea none repeat scroll 0 0;
	border-radius: 3px;
	color: #ffffff;
	font-size: 16px;
	display:inline-block;
	font-weight:600;
	padding: 10px 25px;
	text-align: center;
	margin-top:5px;
}
.reopen_btn:hover{
	color:#fff;
}
.for_btn{
	background: #fa7600 none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 20px;
	display:inline-block;
}
.for_btn:hover{
	background:#e55f00;
	color:#fff;
}
.retail_banner{
	margin-bottom:60px;
}
.retail_banner_inner{
	max-width:750px;
	width:100%;
	margin:0 auto;
}
.retail_banner_content p{
	color: #959595;
	font-size: 16px;
	margin-bottom:20px;
	font-weight: 600;
}
.campaign_order_table{
	padding-left:0;
	padding-right:0;
}
.order_qut {
	border: 1px solid #e8e8e8;
	color: #555;
	height: 38px;
	width: 60px;
	padding:0 10px;
}
.desgn_sell p{
	font-weight:600;
	font-size:14px;
}
.desgn_sell a{
	display:inline-block;
	color:#fa7600;
}
.coupons_switch_box input:checked + .slider{
	background:#f67a00;
}
.campaigns_coupons_table table td a.coupons_delete{
	color:#787878;
	text-align:right;
	font-size:16px;
}
.campaigns_coupons_table table td a.coupons_delete:hover{
	color:#f47a20;
}
.coupon_heading h3{
	font-size:16px;
	font-weight:600;
	color:#777777;
}
.campaigns_coupons_table{
	padding:0;
}
.coupon_form_fild span{
	background:none;
}
.coupon_form_fild span a{
	color:#555;
}
.coupon_form_fild .select_rupe{
	padding:0;
}
.coupon_form_fild .select_rupe select{
	border: medium none;
	height: 32px;
	padding: 0 30px 0 0;
	text-align: center;
	width: 55px;
	font-size: 16px;
	font-weight: normal;
}
.coupon_form_fild .select_rupe select option{
	text-align:left;
}
.carete_coupons_inner_fild_wrap label{
	font-weight:normal;
	font-size:14px;
	margin-bottom:8px;
}
.coupon_form_fild_date{
	display:block;
}
.coupon_form_fild_date .coupon_datepicker{
	border-radius:3px !important;
	-moz-border-radius:3px !important;
	-ms-border-radius:3px !important;
	-o-border-radius:3px !important;
	-webkit-border-radius:3px !important;
	background:url(../images/calender_icon.png) center right 10px  no-repeat;
	padding-right:45px;
}
.careate_coupons{
	border-bottom:1px solid #e8e8e8;
	padding-bottom:20px;
}
.publish_btn_wrap{
	position:absolute;
	right:0;
	bottom:0;
}
.publish_btn_wrap a{
	padding-left:30px;
	padding-right:30px;
}
.carete_coupons_inner{
	padding-right:140px;
}
.analytics_date li{
	width:200px;
	float:left;
	padding-right:5px;
}
.analytics_date li input{
	background:url(../images/calender_icon.png) center right 10px  no-repeat;
	padding-right:45px;
	border:1px solid #f1f1f1;
}
.campaigns_message_table{
	padding:0;
}
.campaigns_page_table table td a.message_btn, .campaigns_page_table table td a.group_message_btn{
	background:#cdcdcd;
	color:#555;
	font-size:12px;
	padding:5px 15px;
}
.meassage_search input{
	border-radius:20px;
	width:280px;
	padding-left:45px;
}
.meassage_search a{
	font-size: 14px;
	left: 15px;
	position: absolute;
	top: 7px;
	color:#757575;
	width:25px;
	height:25px;
}
.campaigns_page_table table th i{
	color:#8c8c8c;
	vertical-align:middle;
}
.campaigns_page_table table tr:last-child td{
	border-bottom:none;
}
.popup_area2, .popup_area3{
	max-width:900px;	
	margin:0 auto;
}
.create_message, .group_create_message{
	background:#fff;
	top:15%;
}
.create_message_heading{
	border-bottom:1px solid #e8e8e8;
	padding:15px 20px;
}
.create_message_body{
	padding:15px 20px;
	height:395px;
}

.create_message_heading h5 {
	color: #555;
	font-size: 18px;
	font-weight: 600;
	padding:0;
}
.message_popupImg_wrap{
	display:table;
	margin-bottom:20px;
}
.message_popup_img, .message_popupImg_content{
	display:table-cell;
	vertical-align:middle;
}
.message_popup_img{
	width:70px;
	padding-right:15px;
}
.message_popupImg_content p{
	font-weight:16px;
	font-weight:600;
}
.create_message_left h4{
	font-size: 14px;
	font-weight: 600;
}
.message_pupup_fild{
	margin-bottom: 15px;
}
.message_pupup_fild span{
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}
.message_pupup_fild span span {
  float: right;
  font-weight:normal;
  font-size:12px;
}
.message_pupup_fild li {
	display: inline-block;
	padding-right: 20px;
}
.message_pupup_fild li .radio{
	margin:0
}
.message_pupup_fild .form-control{
	border-color:#e8e8e8;
}
.message_pupup_fild select.form-control{
	font-weight:normal;
}
.message_pupup_fild textarea{
	height:250px;
}
.create_send_btn li{
	display:inline-block;
}
.create_send_btn li a{
	padding:5px 15px;
	font-size:14px;
}
.create_send_btn li:first-child a{
	background:#cdcdcd; 
}
.campaigns_message_table table td li a{
	color: #a5a5a5;
	font-size: 13px
}	
.group_create_message textarea{
  height: 120px;
}
.group_create_message_right .message_popupImg_wrap{
	padding-left:30px;
	margin-bottom:15px;
}
.group_create_message_right .message_popup_img{
	width:60px;
}
.group_create_message_right .checkbox.checkbox-primary {
	left: 0;
	margin: -10px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
}

.group_create_message_right .checkbox.checkbox-primary label{
	line-height:16px;
}
.group_create_message_right .checkbox label::before, .group_create_message_right .checkbox label::after{
	margin-left:0;
}
.group_create_message .create_message_body{
	height:320px;
}
.group_create_messageRightIinner{
	height:	216px;
	padding:10px 0;
}
.create_message_body .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar{
	background:#f47a20;
}
.message_damy_content{
	padding-left:40px;
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.message_damy_content p{
	font-size:14px;
}
.message_damy_content i {
	font-size: 20px;
	left: 0;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}
.financeWithdrawal_wrap{
	padding-right:190px;
	max-width:950px;
	width:100%;
	margin:0 auto;
}
.financeWithdrawal_wrap a{
	position:absolute;
	right:0;
	top:50%;
	margin-top:-18px;
}
.for_border .col-md-6.col-sm-6.col-xs-6:last-child:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:100%;
	background:#e8e8e8;
}
.borderRight{
	border-right:1px solid #e8e8e8;
}
.invite_friends_btn ul li{
	display:inline-block;
	padding:0 3px;
}
.invite_friends_btn ul li a{
	background:#c1c9cc;
	color:#fff;
	font-weight:600;
	font-size:15px;
	padding:8px 16px;
}
.invite_friends_btn ul li:first-child a{
	background:#37559d;
}
.invite_friends_btn ul li:nth-child(2) a{
	background:#4aaaf5;
}
.invite_friends {
  padding-right: 345px;
}
.invite_friends .link_shear{
	position:absolute;
	right:0;
	top:0;
}
.invite_friends .link_shear input{
	width:330px;
	padding-right:35px;
}
.link_shear a{
	position:absolute;
	top:50%;
	margin-top:-17px;
	font-size:14px;
	color:#555;
	right:0;
	width:30px;
	line-height:34px;
	height:34px;
	text-align:center;
}
.invite_friends h4{
	font-size:14px;
	padding:0;
	line-height:32px;
	font-weight:600;
}
.total_earned {
	border-left: 1px solid #e8e8e8;
	margin-top: -20px;
	padding-left: 10px;
	position: absolute;
	right: 0;
	top: 50%;
}
.total_earned p{
	font-size:15px;
	font-weight:600;
}
.total_earned p span{
	font-size:18px;
}
.invite_friendAll{
	padding-right:200px;
}
.meassage_search_checkbox{
	position:absolute;
	top:7px;
	padding:0;
	margin:0;
	left:0;
}
.meassage_search_checkbox label{
	line-height:15px;
}
.meassage_search_checkbox label:after, .meassage_search_checkbox label:before{
	margin-left:0;
}
.earning_header h4 {
	color: #555;
	font-size: 20px;
	font-weight: 600;
}
.earning_header p{
	font-size:15px;
	font-weight:600;
}
.earning_invite h5{
	font-size:14px;
	text-transform:uppercase;
	color:#555;
	font-weight:600;
}
.earning_invite .link_shear{
	max-width:400px;
	width:100%;
	margin:0 auto;
}
.earning_invite_bottom p{
	font-size:15px;
	font-weight:600;
}
.withdrawal_box{
	max-width:650px;
	margin:0 auto;
}
.withdrawal_box_wrap{
	background:#fff;
	margin:0 auto;
}
.how_pay_wrap{
	padding:15px;
}
.withdrawal_heading{
	padding:15px;
	border-bottom:1px solid #e8e8e8;
}
.withdrawal_heading h5{
	font-weight:600;
	color:#555;
}
.how_pay span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}
.how_pay {
	margin-bottom: 15px;
}
.select2-container{
	z-index:9999999;
}
.pay_oner p, .how_pay p{
	font-size:14px;
	font-weight:600;
}
.pay_oner p a{
	color:#fa7600;
	display:inline-block;
}
.setting_tabMenu .panel-title{
	padding-bottom:0;
	font-size:14px;
	color:#7b7b7b;
	font-weight:600;
}
.setting_tabMenu .panel-title a{
	position:relative;
}
.setting_tabMenu .panel-title a:after{
	position:absolute;
	content:"\f107";
	font-family: 'FontAwesome';
	right:0;
}
.setting_tabMenu .panel-title a.collapsed:after{
	position:absolute;
	content:"\f106";
	font-family: 'FontAwesome';
	right:0;
}


/*14-11-2016 mithun*/

.campaigns_page_table table td a.ended {
 color:#c5c5c5;
 }

.coupon_heading .autoWidRight a {
  color: #555;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}
.bdrTop {
 border-top:#eee 1px solid;
 }
.bdrBtm {
 border-bottom:#eee 1px solid;
 }
.p-t-15 {
 padding-top:15px;
 } 
 
/*.editTab_fild .editTab_fild_inner span {
  font-weight: normal;
  margin-bottom: 2px;
}*/
.editTab_fild select{
 background:none;
 -moz-appearance:none;
 -ms-appearance:none;
 -o-appearance:none;
 -webkit-appearance:none;
 appearance:none;
 background:url(../images/arrow_down.png) center right 10px no-repeat;
 font-weight:600;
 padding-right:30px;
}
.panelHeadingTitle {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 15px;
}

.forSettings [class*=col-] {
 margin-top:20px;
}

.forSettings [class*=col-] [class*=col-]{
 margin-top:0;
}


.editTab_fild span.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 34px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 5px;
}
.editTab_fild p a{
 display:inline-block;
 }

.forSettings.boldFont .editTab_fild span {
  color: #666;
  font-size: 15px;
  font-weight: 600;
}


.p-t-15.noBdrBtm {
 border-bottom:none;
 }
.p-t-15.noBdrBtm h4{
 padding-bottom: 0;
 }

.dlb.orgcol {
 display:inline;
 color:#F47A20;
 margin:0 10px;
 }

/*14-11-2016*/

.publishStore ul li{
	float:left;
	width:auto;
	}
.publishStore ul li a ,
.publishStore ul li button {
	padding:8px 20px;
	}
.publishStore ul li button {
	background:#09F;
	color:#fff;
	border:#0087ed 1px solid;
	}
.publishStore ul li a {
	border:#0087ed 1px solid;
	margin-right:10px;
	}	
.settingsFormArea textarea {
	resize:none;
	height:100px;
	border:#ddd 1px solid;
	width:100%;
	padding:15px;
	}	
	
.firstRetailStore {
	margin:0 auto;
	max-width:600px;
	}			
.firstRetailStore h2{
	text-align:center;
	font-size:35px;
	}
.yourFirst {
	width:100%;
	display:table;
	}
.yourFirstLeft ,
.yourFirstRight {
	display:table-cell;
	vertical-align:top;
	}
.yourFirstLeft {
	width:180px;
	}
.yourFirstRight ul li{
	float:left;
	width:100%;
	margin-bottom:5px;
	line-height:40px;
	font-size:16px;
	
	}
.yourFirstRight ul{
	padding-left:30px;
	}
.yourFirstRight ul li span {
  border: 1px solid #ddd;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  margin-top: 4px;
  position: relative;
  text-align: center;
  width: 30px;
}
.yourFirstRight ul li span i, .yourFirstRight ul li.active span i {
  background: #0c6 none repeat scroll 0 0;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  height: 100%;
  left: 0;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.yourFirstRight ul li.active span{
	border:none;
	}
	
.addCampaigns {
	-moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #f47a20;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 25px;
  position: relative;
  text-align: center;
  border:none;
  margin:30px 0 0 30px;
  font-weight:600;
  }
.btn2 {
	-moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #f47a20;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 25px;
  position: relative;
  text-align: center;
  border:none;
  margin:20px 0 0 0;
  font-weight:600;
  }
.btn2:hover ,
.addCampaigns {
	background:#333;
	} 
 .brateCamp  {
	 background:#f2f2f2;
	 padding:15px;
	 } 
.brateCamp ul li{
	float:left;
	width:auto;
	margin-right:15px;
	font-size:15px;
	color:#333;
	}
.brateCamp ul li a{
	color:#333;
	}
.brateCamp ul li a:hover{
	color:#f47a20;
	}		
.firstRetailStore p {
	font-size:16px;
	text-align:center;
	padding:20px 50px 30px;
	line-height:25px
	}
.bdr {
	border:#ddd 1px solid;
	}
.m-b-50 {
	margin-bottom:50px;
	}
.form-control.yourStore	 {
	height:50px;
	}	
.createCampaignsBtnArea {
  bottom: 0;
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 162px;
}
.createCampaignsBtnArea .btn2{
	margin:0;
	}
.campaingStorWrap h3 {
	font-size:32px;
	padding-bottom:30px;
	}
	
.table.vMid	tr td {
	vertical-align:middle;
	}
.table.vMid	tr td span{
	display:block;
	}
.ended {
	position:absolute;
	left:0;
	top:0;
	}
.ended a{
	background:#333333;
	color:#fff;
	padding:3px 10px;
	-moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
	}
.editCampaning {
	position:absolute;
	right:10px;
	top:10px;
	}
.editCampaning .btn2{
	margin:0;
	padding:3px 15px;
	font-size:12px;
	
	}
.editCampaning {
	opacity:0;
	visibility:hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	}	
.editCampaningArea {
	padding:30px 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	}						
					

.editCampaningArea:hover , .test2:hover {
	-moz-box-shadow:rgba(0,0,0,0.3) 0 0 5px;
	-ms-box-shadow:rgba(0,0,0,0.3) 0 0 5px;
	-o-box-shadow:rgba(0,0,0,0.3) 0 0 5px;
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 0 5px;
	box-shadow:rgba(0,0,0,0.3) 0 0 5px;
	}
.editCampaningArea:hover .editCampaning{
	margin:0;
	padding:3px 15px;
	font-size:12px;
	opacity:1;
	visibility:visible;
	}
.btn3 {
	-moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #f47a20;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 15px;
  position: relative;
  text-align: center;
  border:none;
  font-weight:600;
  }
.test2{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	} 	
	
.test2:hover .editCampaning{
	opacity:1;
	visibility:visible;
	right:30px;
	} 
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn.btn-default.btn-file {
  background-color: #f47a20;
  border-color: transparent;
  color: #fff;
  border:none;
 font-weight:600; 
}


.logoBackground ul li {
  float: left;
  line-height: 35px;
  margin-right: 10px;
  width: auto;
}
.backgroundArea {
	display:table;
	width:100%;
	border:#ddd 1px solid;
	margin-top:30px;
	}			
	
.backgroundAreaInner {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	height:250px;
	}
.lightGrayBg {
	background:#ebebeb;
	}
	
.selectItem{
 background:none;
 -moz-appearance:none;
 -ms-appearance:none;
 -o-appearance:none;
 -webkit-appearance:none;
 appearance:none;
 background:url(../images/arrow_down.png) center right 10px no-repeat #fff;
 font-weight:600;
 padding:6px 12px;
 width:100%;
 border:#ccc 1px solid;
  border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
}
.minW110 {
	min-width:110px;
	}
	
	
.bannerJob {
  background:url(../images/job-background.jpg) repeat 0 0;
  -moz-background-size: cover ;
 -ms-background-size: cover ;
 -o-background-size: cover ;
 -webkit-background-size: cover ;
 background-size: cover ;
  height: 41vw;
  width: 100%;
  float:left;
  z-index:2
}

.bannerJobSlogan {
  left: 0;
  margin: -50px auto;
  max-width: 900px;
  padding: 0 30px;
  position: absolute;
  right: 0;
  top: 50%;
  text-align: center;
}

.bannerJobSlogan h2 {
  color: #ddd;
  font-size: 35px;
  font-weight: 600;
  line-height: 43px;
  text-align: center;
}
.bannerJobSlogan {
  left: 0;
  margin: -50px auto;
  max-width: 900px;
  padding: 0 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  z-index: 1;
}
.bannerJob::after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
	
.thanJust p {
  font-size: 16px;
  line-height: 26px;
}
.statFounded p{
	font-size:16px;
	}
.statFounded {
	margin-bottom:50px;
	}		
.statFounded p span{
	display:block;
	font-size:32px;
	font-weight:700;
	line-height:40px;
	
	}
.thanJust h1 {
  margin-bottom: 20px;
}			

.mb15 {
	margin-bottom:15px;
	}
.row.fourSection {
	margin:0 -10px;
	}
	
.row.fourSection [class*=col-] {
	padding-right: 10px;
	padding-left: 10px
}
.p-r-5 {
	padding-right:5px;
	}
.thanJust ul li{
	float:left;
	width:33.333%;
	margin-bottom:25px;
	font-size:16px;
	padding:0 15px;
	}			

.lightGrayBg2 {
	background:#f2f2f2;
	}
.inlineBlockArea {
  text-align: center;
  width: 100%;
}
.dCell {
	display:table-cell;
	width:auto;
	}
	
.inlineBlock {
  display: inline-block;
  width: auto;
  padding:0 20px;
}

.production h4{
	font-weight:700;
	font-size:20px;
	}
.production a{
	font-size:19px;
	font-weight:600;
	margin-bottom:5px;
	}
.inlineBlock {
  border-right: 1px solid #ddd;
  display: inline-block;
  padding: 0 42px;
  width: auto;
}
.inlineBlockArea .inlineBlock:first-child{
	border-left: 1px solid #ddd;
	}
	
	
.o-t-world {
  background: rgba(0, 0, 0, 0) url(../images/store_header_image.htm) repeat fixed 0 0;
  -moz-background-size: cover ;
 -ms-background-size: cover ;
 -o-background-size: cover ;
 -webkit-background-size: cover ;
 background-size: cover ;
  height: 28vw;
}
			
.productArea {
	margin-bottom:30px;
	}
.productArea:hover {
	/*background: #686868;*/
	box-shadow: rgba(0,0,0,0.1) 0 0 14px -1px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 0 14px -1px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 0 14px -1px;
	-ms-box-shadow: rgba(0,0,0,0.1) 0 0 14px -1px;
	-o-box-shadow: rgba(0,0,0,0.1) 0 0 14px -1px;
}

.storeAreaTop {
	text-align:center;
	}
.storeAreaTop ul li{
	display:inline-block;
	float:none;
	
	}
.storeAreaTop h1{
	font-weight:700;
	}
.p-v-40-20 {
	padding:40px 0 20px;
	}
	
.storeAreaTop ul li a{
	color:#666;
	padding:10px 30px;
	font-weight:600;
	font-size:15px;
	}	
.storeAreaTop ul li.active a {
	-box-shadow: 0 3px 0 #f47a20;
	-ms-box-shadow: 0 3px 0 #f47a20;
	-o-box-shadow: 0 3px 0 #f47a20;
	-webkit-box-shadow: 0 3px 0 #f47a20;
  box-shadow: 0 3px 0 #f47a20;
  color:#333;
  
}	

.btn4 {
  border: 1px solid #999999;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #fff;
  color: #333;
  display: inline-block;
  font-weight: 600;
  padding: 3px 15px;
}
.btn4:hover {
	border-color:#f47a20;
	color:#fff;
	background:#f47a20;
	}
.sInner h3 {
	font-weight:600;
	margin-bottom:10px;
	}
.sInner h5 {
	color:#666;
	}
.createMoreSearch{
	max-width:500px;
	margin:0 auto;
	position:relative;
	}
.createMoreArea {
	width:100%;
	border:#ddd 1px solid;
	height:54px;
	 -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding:0 55px 0 15px;
  font-size:16px
	}
.createMoreSearch .searchSubmit {
  right: 7px;
  top: 7px;
}
.createMoreSearchTop h1 span {
  display: block;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}
.createMoreSearchTop h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 25px;
}

.createMoreInner span {
  background: #f47c23;
  border: 1px solid #d15900;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #e6e6e6;
  display: inline-block;
  left: 0;
  margin: 0 auto;
  padding: 25px;
  position: absolute;
  right: 0;
  top: -49px;
  width: 94px;
}
.createMoreInner {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 66px 15px 15px;
}

.createMoreInner h4 a{
	font-weight:600;
	color:#333;
	}
.createMoreInner h4 a {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

.createMoreInner p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
}

.createMoreInner a.learnMore {
	font-size:16px;
	color:#f47c23;
	}
.createMoreInner a.learnMore:hover {
	font-size:16px;
	color:#333;
	}	
.createMoreInner a.learnMore i {
  font-size: 10px;
  margin-left: 5px;
}
.createMoreInner a.learnMore:hover i{
	margin-left: 10px;
	color:#f47c23;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	}


.createMoreBottom [class*=col-] {
	margin-bottom:80px;
}

.p-t-90{
	padding-top:90px;
	}
	


.articles {
  background: rgba(0, 0, 0, 0) url(../images/articles.jpg) no-repeat 0 0;
  -moz-background-size: cover ;
 -ms-background-size: cover ;
 -o-background-size: cover ;
 -webkit-background-size: cover ;
 background-size: cover;
 padding:30px 0 50px;
 position: relative;
 z-index: 1;
}

.articles::after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.articles h1{
	color:#fff;
	text-align:center;
	font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 15px;
	}	
.createMoreSearch2{
	max-width:700px;
	margin:0 auto;
	position:relative;
	}
.createMoreSearch2 .searchSubmit {
  border-radius: 50%;
  right: 7px;
  top: 7px;
}
.createMoreSearch2 .createMoreArea {
  border: medium none;
  border-radius: 20px;
}

.articlesInner ul li {
	float:left;
	width:100%;
	line-height:40px;
	font-size:16px;
	}
.articlesInner ul li a {
	display:block;
	color:#666;
	}
	
.articlesInner h3 {
  border-bottom: 1px dashed #a4a4a4;
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.viewAll {
  border: 1px solid #f47a20;
  border-radius: 20px;
  color: #f47a20;
  display: inline-block;
  float: left;
  font-size: 15px;
  margin-top: 15px;
  padding: 8px 30px;
  width: auto;
}
.viewAll:hover{
	color:#fff;
	background:#f47a20;
	}


.viewAll span {
  border-left: 1px dashed #ffa64c;
  margin-left: 5px;
  padding-left: 8px;
}

.articlesInner h3 a{
	font-weight:600;
	color:#f47a20;
	}
.articlesInner h5 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
}

.dib {
	display:inline-block;
	}
.articlesInner p{
	font-size:15px;
	line-height:22px;
	}	
	
.entry-meta {
  float: left;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
}

.entry-meta .date {
  background-color: #f47a20 ;
  border-radius: 0 2px 0 0;
  display: inline-block;
  float: left;
  padding: 11px 5px 9px;
  width: 100%;
}
.date p {
  color: #ffffff;
  float: left;
  font-size: 15px;
  margin-bottom: 0 !important;
  width: 100%;
}
.date span {
  font-size: 30px;
  line-height: 20px;
}
.entry-meta .post-comments {
  background-color: #543e2b;
  border-radius: 0 0 2px;
  float: left;
  padding: 9px 5px;
  width: 100%;
}
.post-comments a {
  color: #ffffff;
  font-size: 13px;
  line-height: 15px;
}
.post-comments a span {
  font-size: 14px;
  margin-right: 5px;
}

.blog h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}
.blog h3 a{
  color: #333;
}
.blog h3 a:hover{
  color: #f47a20;
}
.blog {
	background:#fff;
	padding:10px;
	}
.blog p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
}

.roundbtn {
  border: 1px solid #999;
  color: #333;
  font-size: 13px;
  height: 35px;
  line-height: 32px;
  padding: 0 20px;
  display:inline-block;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.blogFull [class*=col-] {
	margin-bottom:30px;
}

.input1 {
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  padding: 0 50px 0 10px;
  width: 100%;
}
.input2 {
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  padding: 0 10px 0 10px;
  width: 100%;
}

.searchIcon {
  border: medium none;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background-color:transparent
}


.categories ul li {
  border-bottom: 1px dashed #e2e2e2;
  float: left;
  line-height: 40px;
  width: 100%;
}

.categories ul li:last-child {
	border-bottom: none;
	
	}
.categories ul li a {
  color: #666666;
  font-size: 15px;
}
.categories ul li a:hover {
  color: #fff;
  font-size: 15px;
  padding-left:10px;
  background:#f47a20;
}

.subscribeBtn {
  background: #f47a20 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  font-weight: 600;
  margin-top: 10px;
  padding: 9px 0;
  text-align: center;
  width: 100%;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.subscribeBtn:hover{
	background:#333;
	}

.whiteBg{
	background:#fff;
	}
.pad-5-15 {
	padding:5px 15px;
	}
.m-b-5 {
	margin-bottom:5px;
	}		
.blog-post .entry-thumb a img {
  width: 100%;
  display:block;
}

















.news_detailContent .entry-title h4 a{
	color:#292929;
}
.news_detailContent .entry-meta-data {
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding: 5px 0;
}
.news_detailContent .entry-meta-data p, .news_detailContent .entry-meta-data p a{
	color:#2c3e50;
}
.news_detailContent .entry-body p{
	font-size:13px;
	margin-bottom:20px;
}
.news_detailContent blockquote.type2 {
	border-left: 5px solid #34495e;
	padding: 10px 2px 10px 43px;
	background:#efefef;
	font-family: 'Open Sans', sans-serif;
	line-height:28px;
	font-size:14px;
}

.news_detailContent blockquote{
  font-size: 16px;
  font-style: italic;
  line-height: 28px;
}
.news_detailContent .news_simple_content p{
	font-size:13px;
}
.news_author_wrap h3, .news_reply_form h3{
	font-size: 20px;
	color:#000;
}
.news_author_wrap .entry-author-image {
	float: left;
	margin: 0 15px 5px 0;
}
.news_author_wrap .author-desc {
	padding-left: 100px;
	width: 100%;
}
.news_author_wrap .author-title {
	color: #9c9c9c;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.news_author_wrap .author-desc a {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0;
	margin-right: 15px;
	color:#292929;
}
.news_author_wrap  .social_icons li{
	float:left;
	width:auto;
	padding-right:5px;
}
.news_author_wrap  .social_icons li a{
	color: #9c9c9c;
	font-size: 18px;
	line-height:35px;
	width:35px;
	height:35px;
	text-align:center;
	border:1px solid #ddd;
}
.news_author_wrap  .social_icons li a:hover{
	background:#FF6600;
	color:#fff;
	border-color:#FF6600;
}
.newsReplyForm_fild{
	margin-bottom:20px;
}
.commententries ul li {
	border-bottom:1px dashed #d9d9d9;
	display: block;
	list-style: outside none none;
	margin: 0 0 25px;
	padding: 0 0 30px 100px;
	position: relative;
	float:none;
	clear:both;
}
.commententries ul li ul{
	margin:10px 0;
}
.commententries ul li .comment-author {
  left: 0;
  position: absolute;
  top: 0;
  width: 85px;
}
.commententries ul li .reply {
	float: right;
	margin-top: 10px;
}
.news_comment_details .author-name a {
	font-size: 14px;
	font-weight: 600;
	color:#2c3e50;
}
.news_comment_details .author-name span {
  color: #92a7bb;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}
.news_comment_details .comment-content p{
	font-size:13px;
	color:#777;
}

.entry-meta-data p {
  border-right: 1px solid #eaeaea;
  float: left;
  font-size: 12px;
  padding: 8px 10px;
}

.blog-post .entry-thumb {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.blog-post .entry-thumb a{
	width:100%;
	display:block;
	}
.blog-post .entry-thumb a img{
	width:100%;
	}
.blog-post {
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.m-b-10 {
  margin-bottom: 10px;
}

.commententries h4 {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
}

.entry-body {
	text-align:justify;
	}
	
	
.widget {
  float: left;
  margin: 0;
  padding: 0 0 40px;
  width: 100%;
}

.widget ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.widget_recent_entries ul li {
  display: table;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
.widget.widget_recent_entries .recent-posts-widget .thumb {
  display: table-cell;
  width: 85px;
  vertical-align:top;
}
.thumbDetais {
  display: table-cell;
  padding-left: 15px;
  vertical-align: top;
}
.widget_recent_entries ul li h4 {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.widget_recent_entries ul li h4 a {
  color: #2c3e50;
}

.widget.widget_recent_entries .recent-posts-widget .entry-meta-data {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  float: left;
  margin: 10px 0 0 0;
  width: auto;
}

.widget.widget_recent_entries .recent-posts-widget .entry-meta-data p {
  color: #2c3e50;
  margin: 0;
  padding: 7px 5px;
}
.widget.widget_recent_entries .recent-posts-widget .entry-meta-data p a{
	color: #2c3e50;
	}
.entry-meta-data p span {
  margin-right: 10px;
}


.entry-meta-data p a {
  display:inline-block;
}

.entry-meta-data p:first-child{
	padding-left:0;
	}
.eventShare {
	padding:5px 0 0 20px;
	}
.p-t-10 {
	padding-top:10px;
	}
.eventShare ul li {
  display: inline-block;
}
.eventShare ul li a {
  color: #666;
  display: block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.eventShare ul li.twitter a:hover {
 background: #46D4FE;
 color:#fff
}
.eventShare ul li.facebook a:hover {
 background: #37589B;
 color:#fff
}
.eventShare ul li.google-plus a:hover {
 background: #f93f2d ;
 color:#fff;
}

.eventShare ul li.email a:hover {
 background: #cecece ;
 color:#fff;
}

.commententries ul li .reply a {
  color: #f47a20;
  font-size: 15px;
}

.text_box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e2e2e2;
  font-size: 15px;
  height: 40px;
  padding: 8px 15px;
  width: 100%;
}

.text_area {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-shadow: none;
  min-height: 110px;
  width: 100%;
  resize:none;
}
.submitBtn {
  background: #f47a20;
  border: none;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 40px;
  text-transform: uppercase;
}

.commententries ul li li {
  margin: 20px 0;
}
.entry-title h4 {
  font-size: 22px;
  font-weight: 700;
  padding: 12px 0 20px;
}
.commententries h4 {
	font-size: 22px;
	font-weight: 700;
	}
.p-v-15 {
	padding:15px 0;
	}
.videoSection {
  padding: 70px 0;
}

.discoverModrophy {
	padding-left:15px;
	}
.youtube_video {
	padding-right:15px;
	}	

.discoverModrophy h3 {
	font-weight:600;
	font-size:22px;
	}
.discoverModrophy p {
	margin:15px 0;
	}
.dTable {
	display:table;
	width:100%;
	}
.dtCell	{
	width:50%;
	display:table-cell;
	vertical-align:middle;
	}
.startedNow	{
	background:#e2e2e2;
	font-size:16px;
	text-transform:uppercase;
	padding:12px 30px;
	display:inline-block;
	color:#333;
	font-weight:600;
	margin-top:20px;
	}
.col-md-20 {
	float:left;
	width:20%;
	margin:20px 0;
	}
.workMid::before {
  border-top: 1px dashed #ccc;
  content: "";
  height: 1px;
  left: 1px;
  position: absolute;
  top: 40px;
  width: 23%;
}

.workMid::after {
  border-top: 1px dashed #ccc;
  content: "";
  height: 1px;
  position: absolute;
  right: 1px;
  top: 40px;
  width: 23%;


}
.iconWraper .col-md-20:first-child .workMid::before ,
.iconWraper .col-md-20:last-child .workMid::after {
	display:none;
	}
	
	
.workMid h3 {
  background: #483511;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  width: 50px;
  color: #fff;
  padding: 0;
  margin: 15px 0;
}

.workMid h4 {
	font-weight:600;
}

.workIcon {
	display: inline-block;
	width:80px;
	}
.startCamping {
	text-align:center;
	background:#f37a1f;
	font-size:16px;
	text-transform:uppercase;
	padding:12px 30px;
	display:inline-block;
	color:#fff;
	font-weight:600;
	margin-top:20px;
	}
.learnMorearea a{
	color:#333;
	margin-top:10px;
	font-size:15px;
	}
.testimonial div.owl-controls ,
.treding div.owl-controls{
  background: #fff none repeat scroll 0 0;
  padding-left: 0;
  top: 9px;
  width: 61px;
}
.tredingCampaings ul li {
	display:inline-block;
	padding:0 15px;
	line-height:15px;
	}
.tredingCampaings ul li:last-child {
  box-shadow: -1px 0 0 0 #666;
}

.tredingCampaings h4 a{
	color:#333;
	font-size:18px;
	font-weight:600;
	}
.populerCategorie ul li{
	display:inline-block;
	margin:10px;
	}
.populerCategorie ul li a{
	color:#666;
	padding:5px 15px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:#f47a20 1px solid;
	font-size:15px;
	}
.related-product div.owl-controls {
  background: #fff none repeat scroll 0 0;
  padding-left: 10px;
  position: absolute;
  right: 12px;
  top: -82px;
  width: 71px;
}

.riskFree {
	background:#333;
	
	}
		
.riskFree h1{
	color:#fff;
	display:inline-block;
	font-weight:700;
	text-transform:uppercase;
	font-size:30px;
	}		
.riskFree a{
	color:#fff;
	display:inline-block;
	background:#f47a20;
	padding:0 20px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size: 20px;
    padding: 10px 50px;
    position: relative;
    text-transform: uppercase;
    top: -5px;
	margin-left:10px;
	font-weight: 700;
	
	}
.input3 {
	border:#ddd 1px solid;
	padding:0 60px 0 10px;
	height:36px;
	max-width:300px;
	}
.enter {
	position:absolute;
	right:0;
	width:50px;
	border:none;
	background:#f47a20;
	color:#fff;
	height:36px;
	top:0
	}
.max300 {
  float: right;
  max-width: 300px;
}
.copy_right p {
  font-size: 16px;
  padding-top: 25px;
}
.p-v-60-inp {
	padding:60px 0 !important;
	}

.tOarea {
	width:185px;
	display:table-cell;
	vertical-align:text-top;
	padding-left:30px;
	}			
.tOinput {
	display:table-cell;
	vertical-align:text-top
	}
.p-r100	{
	padding-right:100px;
	}
.tObutton {
  background: #f47a20 none repeat scroll 0 0;
  border: medium none;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 -5px 0 -2px #d65c02 inset;
  -ms-box-shadow: 0 -5px 0 -2px #d65c02 inset;
  -o-box-shadow: 0 -5px 0 -2px #d65c02 inset;
  -webkit-box-shadow: 0 -5px 0 -2px #d65c02 inset;
  box-shadow: 0 -5px 0 -2px #d65c02 inset;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 155px;
}

.m-v-30{
	margin:30px 0;
	}
.trackOrderInner h1{
	margin-bottom:30px;
	}			
.forgetNumber {
	color:#F60;
	font-size:14px;
}	

.flagstrap .dropdown-menu {
	position: absolute;
	bottom: 34px;
	right: 0;
        left:auto;
        top:auto;
	
}

.jobdetails h3{font-weight:800; font-size:25px;}
.jobdetails h4{font-weight:600;}
.jobdetails h5{font-weight:600; font-style:italic}
.jobdetails p {font-size:14px; color:#333;}
.jobdetails p a{display:inline-block; }
.jobdetails small {margin:10px 0; display:block;}
.m-v-22 {margin:22px 0}
.listboxes ul {margin:20px 0; padding-left:25px;}
.listboxes li {display:block;list-style:circle; padding-bottom:5px; padding-left:20px; position:relative;color:#333;}
.listboxes li:after {position:absolute; left:0; top:0; content:"\f111"; font-family: 'FontAwesome'; width:20px; height:20px; font-size:10px;}
.pad-20 {padding:20px;}
.jobdetails h4 small {margin:0}
.jobdetails h4 small span , .jobdetails label span{color:#F00}
.jobdetails .input2 {margin-bottom:10px;}
.jobdetails label {font-weight:normal; color:#333; margin-bottom:5px;}
.jobdetails.lightGrayBg2 li {width:auto; float:left; padding-right:10px;}
.jobdetails.lightGrayBg2 li a {color:#f47a20;}
.jobdetails.lightGrayBg2 .btn-default.btn-file {
  background:none;
  color: #f47a20;
  cursor: pointer;
  float: left;
}
.borderTop {border-top:#ddd 1px solid;}
.jobdetails .select_box{background:url(../images/arrow_down.png) #fff center right 10px no-repeat;}
.fileinput.fileinput-new {
  position: relative;
}

button.btn_primary{
	border:none;
	background:#F47A20;
	color:#fff;
	font-size:18px;
	padding:15px 20px;
        border-radius: 5px;
}

.bg-pos {
    background-size: 324% auto !important;
    -moz-background-size: 324% auto !important;
    -ms-background-size: 324% auto !important;
    -webkit-background-size: 324% auto !important;
        -o-background-size: 324% auto !important;
}

.dropDown {position:relative;}
.topHeader ul li a i.fa-caret-down {margin-left:6px; color:#999; margin-right:0;}
.topHeader ul.dDown {position:absolute;  right:0; top:calc(100% + 10px); width:200px; padding:5px 0; -webkit-box-shadow:0 6px 9px 0 rgba(0, 0, 0, 0.08);-moz-box-shadow:0 6px 9px 0 rgba(0, 0, 0, 0.08);-o-box-shadow:0 6px 9px 0 rgba(0, 0, 0, 0.08); box-shadow:0 6px 9px 0 rgba(0, 0, 0, 0.08); z-index:99999999999; background:#f8f8f8;}
.topHeader ul.dDown:after {width: 0;height: 0;border-style: solid;border-width: 0 7.5px 10px 7.5px;border-color: transparent transparent #f8f8f8 transparent; position:absolute; right:25px; top:-10px; content:"";}

.topHeader ul.dDown li{width:100%; float:left; border-bottom:#ddd 1px dotted;}
.topHeader ul.dDown li a {display:block; padding:10px 10px; color:#333; text-decoration: none !important; text-transform:capitalize; font-size:13px;}
.topHeader ul.dDown li a i {margin-right:10px; color:#333;}
.topHeader ul.dDown li:last-child{border-bottom:none;}
