@charset "utf-8";
/* CSS Document */
/**************************** Global ****************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}
body{
	background:#fff;
	color:#3a3a3a;
	font-size:15px;
	line-height:25px;
	font-weight:normal;
	font-family: 'Lato', sans-serif;
}
img{
	padding:0;
	margin:0;
	border:none;
}
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
input, select, textarea{
	outline:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	padding:0;
}
a{
	outline:none;
	color:#2d56ad;
	text-decoration:underline;
	outline:none;
	cursor:pointer;
}
a:hover{
	text-decoration:none;
}
p{
	padding-bottom:15px;
}
.no_padding{
	padding-bottom:0 !important;
}
.no_margin{
	margin-right:0 !important;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.spacer, .clear{
	clear:both;
	line-height:0;
	font-size:0;
}
.no_marg{
	margin:0 !important;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
.mandatory_text{
	color:#F00;
}
.mandatory_note{
	color:#F00;
	float:right;
	width:100%;
	text-align:right;
}
.error_msg{
    background:#faebe7;
    border:1px solid #f16048;
    color:#e8280a;
    display:block;
    font-size:13px;
    margin:0 0 5px;
    padding:5px 0;
    text-align:center;
}
.success-msg{
    background:#edfbe0;
    border:1px solid #9fbe83;
    color:#377400;
    display:block;
    font-size:13px;
    margin:0 0 15px;
    padding:5px 0;
    text-align:center;
}
select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
	  background:url(../images/select_box_arrow.png) no-repeat 97% 18px #fff;
}
/*=============wrapper start===============*/
.wrapper{
	width:100%;
}
.container{
	width:1170px;
	margin:0 auto;
	position:relative;
}
.top_section{
	background:#252525;
}
.top_section .top_home{
	color:#ff9537;
	font-size:24px;
	float:left;
	margin-right:15px;
	margin-top:9px;
}
.top_right{
	float:right;
}
.top_search{
	margin:6px 340px 0 0;
	float:left;
}
.top_search input[type="text"]{
	background:#474646;
	color:#e1e1e1;
	border:none;
	height:28px;
	font-size:14px;
	line-height:28px;
	width:245px;
	padding:0 5px;
	float:left;
	margin-right:5px;
}
.top_search .search_btn{
	background:#ff9537;
	color:#fff;
	border:none;
	height:28px;
	width:30px;
	font-size:16px;
	line-height:20px;
	float:left;
	cursor:pointer;
}
.top_section .language_select{
	float:right;
	width:160px;
	height:28px;
	background:#474646;
	margin-top:6px;
}
.top_section .language_select select{
	width:100%;
	display:block;
	height:28px;
	line-height:28px;
	border:none;
	color:#e1e1e1;
	border:1px solid #999;
	padding-left:5px;
	background:url(../images/top_select_arrow.png) no-repeat 94% 11px #474646;
}
.menu_section{
	background:#ff9537;
}
.logo{
   float:left;
}
.logo img{
	display:block;
	margin:5px 0 4px;
}
.top_left{
    position:relative;
    z-index:0;
    display:block;
    float:left;
	background:#fff;
	width:103px;
	height:40px;
}
.top_left::after{
	background:#ffffff;
    content:"";
    height:100%;
	height:41px;
    left:25%;
    position:absolute;
    top:0;
    transform:skewX(35deg);
	-webkit-transform:skewX(35deg);
	-o-transform:skewX(35deg);
    width:282px;
    z-index:-1;
}
.top_left::before{
    content:"";
    height:100%;
    position:absolute;
    right:100%;
    top:0;
    width:3000px;
	background:#fff;
}   
.menu_section{
	background:#ff9537;
	position:relative;
}
.logo{
   float:left;
}
.logo img{
	display:block;
	margin:-31px 0 8px 25px;
}
.navbar-brand{
    position:relative;
    z-index:0;
    display:block;
    line-height:60px;
    float:left;
	background:#fff;
	width:247px;
}
.navbar-brand::after{
	background:#ffffff;
    content:"";
    height:100%;
    left:25%;
    position:absolute;
    top:0;
    transform:skewX(35deg);
	-webkit-transform:skewX(35deg);
	-o-transform:skewX(35deg);
    width:281px;
    z-index:-1;
}
.navbar-brand::before{
    content:"";
    height:100%;
    position:absolute;
    right:100%;
    top:0;
    width:3000px;
	background:#fff;
}
.top_fb{
	width:56px;
	height:56px;
	background:#ff9537;
	color:#fff;
	text-align:center;
	display:inline-block;
	font-size:32px;
	line-height:56px;
	vertical-align:middle;
	margin-right:15px;
	margin-top:-45px;
}
.nav_bar{
	float:right;
}
.nav_bar ul{
	float:right;
}
.nav_bar ul li{
	float:left;
	padding:0;
	position:relative;
}
.nav_bar ul li a{
	text-decoration:none;
	font-size:16px;
	line-height:60px;
	font-weight:700;
	color:#222;
	padding:0 25px;
	display:block;
}
.nav_bar ul li a span.arrow:after{
	position:absolute;
	content:'\f0d7';
	font-family:FontAwesome;
	left:82%;
	top:2px;
	font-size:13px;
}
.nav_bar ul li a:hover, .nav_bar ul li a.active{
	color:#fff;
	background:#f58928;
}
.nav_bar ul li:hover .sub_menu{
	display:block;
}
.nav_bar .sub_menu{
	width:280px;
	background:#ff9537;
	position:absolute;
	left:0;
	top:60px;
	display:none;
	z-index:10000;
	border-bottom:2px solid #ce670b;
}
.nav_bar li:last-child .sub_menu{
	right:0 !important;
	left:auto;
}
.nav_bar .sub_menu li{
	border-bottom:1px solid #f17f1a;
	border-top:1px solid #feab62;
	padding:0;
	float:none;
}
.nav_bar .sub_menu li a{
	padding:5px 15px;
	font-size:14px;
	line-height:28px;
	display:block;
	color:#fff;
	background:#ff9537 !important;
}
.nav_bar li:hover a{
	color:#fff;
	background:#f58928;
}
.nav_bar ul li ul li a:hover{
	color:#fff;
	background:#f58928 !important;
}

.nav_bar .sub_menu li:hover .sub_menu_3{
	display:block;
} 
.nav_bar .sub_menu_3{
	width:250px;
	background:#f58928;
	position:absolute;
	left:250px;
	top:-1px;
	display:none;
	z-index:10000;
	border-bottom:2px solid #ce670b;
}
.banner_section{
	padding:0;
}
.banner_section img{
	width:100%;
	display:block;
}

/*======breadcumb==============*/
.breadcumb{
	padding:15px 0 0 0;
	color:#ff9537;
}
.breadcumb a{
	text-decoration:none;
	color:#ef7204;
	margin:0 10px 0 0;
}
.breadcumb .fa{
	margin-right:5px;
}
.breadcumb a:hover{
	color:#000;
}
.welcome_section{
	padding:25px 0;
}
.welcome_section h1{
	font-size:32px;
	line-height:35px;
	text-align:center;
	color:#252525;
	margin-bottom:20px;
}
.welcome_section h1 span{
	color:#ff9537;
}
.welcome_section p{
	text-align:center;
}
.kriya_video{
	background:#f0f0f0;
	padding:25px 0;
}
.kriya_video h2{
	font-size:26px;
	line-height:33px;
	text-align:center;
	color:#252525;
	margin-bottom:20px;
}
.kriya_video h2 span{
	color:#ff9537;
}
.kriya_video .intro_video{
	width:854px;
	display:block;
	margin:0 auto;
	border:6px solid #fff;
}
.upcoming_events{
	padding:35px 0;
	background:#fff;
}
.upcoming_events h3 {
    color:#333333;
    font-size:32px;
    line-height:35px;
    margin-bottom:20px;
    text-align:center;
}
.event_content{
	padding:0;
	margin-bottom:30px;
}
.last_event{
	margin-left:160px;
	margin-bottom:0;
}
.event_content .event_title{
	font-weight:700;
}
.event_content .event_date{
	width:215px;
	height:90px;
	position:relative;
	float:left;
	border-right:1px solid #a2a2a2;
}
.event_content .date_text{
	font-size:100px;
	line-height:52px;
	font-weight:700;
}
.event_content .event_date p{
	width:110px;
	position:absolute;
	text-transform:uppercase;
	top:0;
	right:0;
	text-align:center;
	display:block;
	font-weight:700;
}
.event_content .event_date p span{
	display:block;
	background:#ff9537;
	width:30px;
	height:30px;
	line-height:30px;
	text-transform:lowercase;
	margin:0 auto;
	color:#fff;
	border-radius:50px;
}
.event_right_content{
	padding:0 0 0 10px;
	float:left;
	width:550px;
}
.event_title{
    color:#2d56ad;
    padding:0 0 5px;
}
.event_title p{
	padding-bottom:0;
}
.event_date{
	font-size:13px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}
.event_title a{
	text-decoration:none;
	color:#2d56ad;
}
.event_title a:hover{
	text-decoration:underline;
}
.region_name td{
	font-size:17px !important;
}
.more_link{
	float:right;
	text-transform:uppercase;
	color:#ff9537;
}
.bottom_section{
	background:#f6f6f6;
	padding:25px 0;
}
.bottom_slider{
	width:777px;
	float:left;
	position:relative;
}
.bottom_slider li{
	position:relative;
}
.bottom_slider li p{
	padding:10px;
	background:rgba(0, 0, 0, 0.6);
	font-size:16px;
	color:#fff;
	left:0;
	bottom:0;
	position:absolute;
	z-index:10;
}
.bottom_slider img{
	display:block;
}
.bottom_right{
	width:350px;
	float:right;
}
.bottom_right ul li img{
	display:block;
	max-width:100%;
}
.bottom_right ul li:first-child{
	margin-bottom:33px;
}
/*====footer=====*/
.footer{
	background:#232323;
}
.newsletter{
	background:#ff9537;
	padding:20px 0;
	text-align:center;
}
.newsletter p{
	display:inline-block;
	font-size:30px;
	line-height:50px;
	color:#232323;
	font-weight:700;
	padding:0 20px 0 0;
}
.newsletter p span{
	color:#fff;
}
.newsletter form{
	display:inline-block;
	vertical-align:top;
	height:50px;
}
.newsletter_bg{
	width:325px;
	display:inline-block;
	background:#fff;
	height:50px;
	text-align:left;
}

.newsletter_submit{
	width:78px !important;
	height:50px !important;
	display:block;
	background:url(../images/news_subbtn.png) no-repeat 0 0;
	border:0 !important;
	float:right !important;
	padding:0 !important;
	text-indent:-9999em;
	cursor:pointer;
	border-radius:0;
}
.newsletter_bg input{
	display:block;
	width:69%;
	height:50px;
	line-height:50px;
	float:left;
	color:#666;
	padding:0 10px;
	border:none;
}
.footer_links{
	padding:25px 0;
}
.footer_block{
	width:33.33%;
	float:left;
}
.footer_block a{
	color:#fff;
}
.footer_block h3{
    color:#ffffff;
    font-size:18px;
    font-weight:700;
    line-height:30px;
	text-transform:uppercase;
    margin:0 0 15px;
	padding-bottom:10px;
	background:url(../images/footer_line.png) no-repeat 0 bottom;
}
.footer_block ul li{
	margin-bottom:5px;
}
.footer_block ul li a{
	text-decoration:none;
	color:#fff;
}
.footer_block ul li .fa{
	margin-right:5px;
}
.footer_block ul li a:hover{
	color:#ff9537;
}
.footer_block p{
	color:#fff;
	padding-bottom:10px;
}
.social_links{
	padding:20px 0 0 0;
}
.social_links span{
	color:#fff;
	font-size:20px;
	float:left;
	padding-right:15px;
}
.social_links ul{
	float:left;
}
.social_links ul li{
	float:left;
	padding:0 15px;
	border-right:1px solid #5a5a5a;
}
.social_links ul li:last-child{
	border-right:0;
}
.social_links ul li a{
	text-decoration:none;
	font-size:27px;
	color:#ff9537;
}
.social_links ul li a:hover{
	color:#fff;
}
.paypal_img{
	float:left;
}
.donate_now{
	background:#ff9537;
	color:#fff;
	width:180px;
	height:35px;
	display:block;
	text-align:center;
	font-size:18px;
	line-height:35px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
	float:left;
	margin:28px 40px 0 0;
}
.footer_bottom{
	background:#1c1c1c;
	padding:15px 0;
	font-size:14px;
	color:#a1a1a1;
	text-align:center;
}
.terms_text{
	margin:0 0 0 14px;
	color:#ff9537;
	text-decoration:none;
}
.terms_text:hover{
	color:#ff9537;
	text-decoration:underline;
}
/*====footer=====*/

/*=========innner papge========*/
.inner_page{
	padding:15px 0 20px;
}
.left_side_bar{
	width:280px;
	float:left;
}
.right_side_content{
	width:865px;
	float:right;
}
.left_menu_bar{
/*	border-radius:5px;*/
	margin-bottom:25px;
}
.left_menu_bar ul{
	background:#ff9537;
}
.left_menu_bar img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
.left_menu_bar p{
	font-size:13px;
	text-align:center;
	padding:0;
	margin-bottom:15px;
}
.right_side_content ol{
	margin-left:15px;
}
.right_side_content ol li{
	margin-bottom:10px;
}
.right_side_content ol li ul li i.fa-check-circle{
	margin-right:5px;
}
.left_menu_bar ul li{
	border-top:1px solid #f18321;
	border-bottom:1px solid #ffb869;
}
.left_menu_bar ul li:first-child{
	border-top:0;
}
.left_menu_bar ul li:last-child{
	border-bottom:0;
}
.left_menu_bar ul li a{
	display:block;
	font-size:15px;
	line-height:36px;
	text-decoration:none;
	color:#fff;
	text-shadow:0 1px 1px #c25b00;
	padding:0 8px;
}
.left_menu_bar ul li a:hover, .left_menu_bar ul li a.active{
	background:#ef7204;
}
.left_menu_bar ul li:first-child a:hover{
	border-radius:5px 5px 0 0;
}
.left_menu_bar ul li:last-child a:hover{
	border-radius:0 0 5px 5px;
}
.left_menu_bar ul li a span{
	width:17px;
	height:17px;
	display:inline-block;
	background:#fff;
	border-radius:30px;
	margin:10px 5px 0 0;
	float:left;
}
.left_menu_bar ul li a span .fa{
	text-align:center;
	line-height:16px;
	font-size:13px;
	display:block;
	color:#ffbe00;
}
.right_side_content h1{
	font-size:28px;
	line-height:34px;
	font-weight:700;
	color:#252525;
	margin-bottom:15px;
}
.right_side_content h2{
	font-size:25px;
	line-height:30px;
	color:#252525;
	margin-bottom:15px;
	font-weight:700;
}
.right_side_content h3{
	font-size:25px;
	line-height:30px;
	color:#252525;
	margin-bottom:15px;
	font-weight:700;
}
.right_side_content h1 span{
	color:#ff9537;
}
.right_side_content h4{
	font-size:20px;
	line-height:23px;
	color:#ef7204;
	margin-bottom:10px;
}
.about_video{
	margin-bottom:20px;
}
.full_page_content{
	padding:0;
}
.full_page_content img{
	max-width:100%;
}
.full_page_content h1{
    color:#252525;
    font-size:28px;
    line-height:34px;
	font-weight:700;
    margin-bottom:20px;
}
.full_page_content h3{
    color:#444;
    font-size:17px;
    line-height:20px;
    margin-bottom:15px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
}
.search_content{
	margin-bottom:10px;
}
.search_content h3{
	font-size:18px;
	margin-bottom:0;
}
.url_sec{
	color:#ef7204;
	padding:0;
}
.search_content h3 a{
    color:#0136b3;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-weight:700;
}
.search_content h3 a:hover{
	text-decoration:underline;
}
.search_text{
	font-weight:700;
	color:#ef7204;
}
/*=========innner papge========*/
/*=============listing page=========*/
.pro_listing_sect{
	margin:0 0 30px;
	background:url(../images/right_side_content_bg.png) repeat-y 0 0;
	padding:20px 0;
}
.pro_img{
	width:250px;
	float:left;
	height:300px;
	background:#f1f1f1;
}
.pro_img span{
	width:250px;
	height:270px;
	display:table-cell;
	vertical-align:middle;
}
.pro_img img{
	display:block;
	margin:0 auto;
	transition: all 0.5s linear 0s;
}
.show_large{
	text-align:center;
	font-size:13px;
}
.pro_img:hover img{
	transform:scale(1.1) rotate(0deg) translate(0px);
	transition:all 0.5s linear 0s;
}
.pro_content{
	width:560px;
	float:left;
	margin-left:25px;
}
.pro_content p{
	text-align:justify;
}
.pro_listing_sect h2{
	font-size:20px;
	margin-bottom:15px;
	font-weight:700;
}
.pro_listing_sect h2 a{
	text-decoration:none;
}
.price{
	color:#000;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:0 0 15px 0;
	padding-bottom:15px;
	border-bottom:1px solid #e5e5e5;
}
.add_cart_btn{
	background:#ff9537;
	border:2px solid #ff9537;
    color:#ffffff;
    float:left;
    font-weight:bold;
    height:32px;
    line-height:28px;
    margin-right:10px;
    padding:0 20px;
    text-transform:uppercase;
	text-decoration:none;
	-webkit-appearance: none;
    -moz-appearance: none;
     appearance: none;
	 border-radius:0;
}
.add_cart_btn:hover{
	background:#fff;
	border:2px solid #ff9537;
    color:#ff9537;
}
.share_btn{
	background:#3b5998;
	border:2px solid #3b5998;
    color:#ffffff;
    float:left;
    height:28px;
    line-height:28px;
    margin-right:1px;
    padding:0 20px;
    text-transform:uppercase;
	text-decoration:none;
}
.share_btn:hover{
	border:2px solid #3b5998;
	color:#3b5998;
	background:#fff;
}
.order_summary table{
	background:#f6f6f6;
	border:2px solid #ef7204;
}
.order_summary table tr th{
	padding:5px 8px;
	background:#ef7204;
	color:#fff;
}
.order_summary table tr td{
	padding:10px 8px;
	vertical-align:top;
	border-bottom:1px solid #ffffff;
    border-top:1px solid #e3e3e3;
}
.order_summary h3{
    font-size:24px;
    margin-bottom:15px;
	padding:0;
}
.order_summary table tr td a.links{
	margin:0 10px;
	display:block;
	color:#f18321;
	float:left;
}
/*=============listing page=========*/
/*===========check out page========*/
.check_out_wrap{
	padding:25px 0;
}
.check_left{
	width:840px;
	float:left;
}
.check_right{
	width:300px;
	float:right;
}
.step_wrap{
	margin:0 0 10px;
	padding:0 0 0 10px;
}
.step_wrap .step_title_block{
	background:#555;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	position:relative;
	padding:5px 0 5px 10px;
}
.check_step_content{
	min-height:50px;
	background:#f6f6f6;
	border:1px solid #e7e7e7;
	padding:25px;
}
.check_step_content .conti_paa_text{
    padding:0 0 15px 17px;
	font-size:14px;
}
.guest_login{
    width:100%;
}
.check_step_content .conti_paa_text span{
    color:#ff5015;
    display:block;
    font-size:11px;
}
.radio_btn{
    float:left;
    margin:4px 5px 0 0;
}
.shipping_info .conti_paa_text{
    float:left;
    padding:0 0 15px 6px;
}
.check_step_content input[type="text"]{
	width:50%;
	height:32px;
	padding:0 1.5%;
	border:1px solid #ccc;
	display:block;
	margin-bottom:15px;
	border-radius:4px;
}
.check_step_content input[type="password"]{
	width:50%;
	height:32px;
	padding:0 1.5%;
	border:1px solid #ccc;
	display:block;
	margin-bottom:15px;
	border-radius:4px;
}
.check_step_content select{
	width:53.5%;
	height:32px;
	padding:0 0 0 1.5%;
	border:1px solid #ccc;
	display:block;
	margin-bottom:15px;
	border-radius:4px;
}
.differen_add{
	border:1px solid #eee;
	background:#fff;
	padding:15px 0 15px 0;
	text-align:center;
}
.differen_add li{
	display:inline-block;
	font-size:15px;
	margin:0 10px;
}
.payment_option_menu{
	padding:0;
}
.payment_option_menu ul li{
	float:left;
	margin:0 5px 0 0;
}
.payment_option_menu ul li a{
	display:block;
	font-size:16px;
	line-height:40px;
	padding:0 30px;
	background:#ebebeb;
	color:#000;
	text-decoration:none;
	border-radius:5px 5px 0 0;
}
.payment_option_menu ul li a.active, .payment_option_menu ul li a:hover{
	background:#fff;
	color:#ff5015;
	border-bottom:1px solid #fff;
}
.cashon_delivery{
	padding:20px;
	margin-top:-1px;
	background:#fff;
}
.cashon_delivery .cashon_payble_amount{
	font-size:16px;
	text-align:center;
	padding:25px 0 25px;
}
.credit_Section{
	padding:20px;
	margin-top:-1px;
	background:#fff;
}
.credit_Section h4{
	font-size:15px;
	font-weight:700;
	margin:0 0 30px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #ccc;
}
.credit_Section label{
	font-size:12px;
	width:150px;
	float:left;
	line-height:28px;
}
.credit_Section .credit_textbox{
	border:1px solid #ccc;
    height:28px;
    line-height:28px;
    margin:0 0 10px;
    padding:0 5px;
    width:250px;
}
.credit_Section select.month_selectbox{
	width:100px;
	height:26px;
	float:left;
	padding:3px;
	border:1px solid #ccc;
	margin:0 10px 20px 0;
}
.save_continue_btn{
	background:#e66d1c;
	border:none;
    border-radius:2px;
    color:#fff;
    display:block;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    height:32px;
    line-height:32px;
    margin:0 auto;
    padding:0 20px;
    text-align: center;
    text-decoration:none;
    text-transform:uppercase;
	cursor:pointer;
}
.check_progress{
    color:#e66d1c;
    font-size:20px;
    font-weight:normal;
	display:block;
    line-height:25px;
    margin:0 0 15px;
}
.shipping_address{
	border:1px solid #c0cdd9;
	position:relative;
	margin:0 0 10px 0;
}
.shipping_address p{
	padding:0 0 4px 0;
}
.shipping_address h3{
	background:#f0f0f0;
    color:#000;
    font-size:14px;
	text-transform:uppercase;
	padding:4px 8px;
	margin-bottom:7px;
	font-weight:bold;
}
.shipping_address .shipp_inner{
	padding:0 10px 10px;
}
.edit_address{
	/*background:url(../images/edit_icon.png) no-repeat 0 0;*/
	position:absolute;
	font-size:13px;
	right:10px;
	top:3px;
	color:#de493a;
	padding:0 0 0 19px;
	text-decoration:none;
}
.edit_address:hover{
	text-decoration:underline;
}
.check_step_content table tr th{
	padding:5px;
	border-bottom:1px solid #ccc;
}
.check_step_content table tr td{
	padding:5px;
}
/*===========check out page========*/
/*============shopping cart page style=======================*/
.shopping_cart_sec{
	padding:0;
}
.shopping_cart_sec .pro_cart_table{
	border:1px solid #eaeaea;
	margin:0 0 30px 0;
}
.shopping_cart_sec .pro_cart_table table tr th{
	background-color:#f5f5f5;
	border-bottom:2px solid #eaeaea;
	color:#000;
	height:25px;
	text-shadow:0 2px 0 #fff;
	padding:5px;
}
.shopping_cart_sec .pro_cart_table table tr td{
	border-top:1px solid #eaeaea;
	padding:5px;
}
.shopping_cart_sec .pro_cart_table table tr td.last{
	border-right:none;
}
.shopping_cart_sec .pro_cart_table table tr td a{
	text-decoration:underline;
}
.shopping_cart_sec .pro_cart_table table tr td a:hover{
	color:#e66d1c;
	text-decoration:underline;
}
.shopping_cart_sec .pro_cart_table table tr td input.qyt_textbox{
	width:50px;
	height:30px;
	border:1px solid #ccc;
	text-align:center;
}
.shopping_cart_sec .pro_cart_table table tr.cart_tr_bg{
	background-color:#f0f0f0;
}
.save_btn{
	font-size:11px;
}
.grand_total{
	font-size:18px;
	font-weight:bold;
	padding:0;
	color:#000;
	text-shadow:0 2px 0 #fff;
}
.continue_shop_btn{
	height:30px;
	border-radius:2px;
	background:#e66d1c;
	color:#fff;
	border:none;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding:0 10px;
	text-transform:uppercase;
	font-family: Arial,Helvetica,sans-serif;
}
.continue_shop_btn:hover{
	color:#fff;
}
.delete_btn{
	background:url(../images/cross_btn.png) no-repeat 0 0;
	font-size:18px;
	display:block;
	color:#e66d1c;
}
.delete_btn:hover{
	background-position:0 100%;
}
.shipping_tax_table{
	margin:0 0 20px 0;
}
.shipping_discount{
	/*border:1px solid #eaeaea;*/
	width:40%;
	padding:0 0 10px 0;
}
.shipping_discount h3{
	font-size:15px;
	font-weight:bold;
	background:#f0f0f0;
	color:#000;
	border-bottom:1px solid #eaeaea;
	line-height:40px;
	padding:0 98px 0 10px;
	text-shadow:0 2px 0 #fff;
	margin-bottom:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:right;
}
.shipping_discount p{
	padding:0 0 15px 10px;
}
.shipping_discount label{
	display:block;
	padding:0 0 5px 10px;
	color:#000;
	font-weight:bold;
}
.shipping_discount select.ship_select_box{
	width:300px;
	height:30px;
	border:1px solid #ddd;
	padding:2px;
	line-height:30px;
	color:#666;
	display:block;
	margin:0 0 10px 10px;
	background:#f6f6f6;
}
.shipping_discount input.ship_text_box{
	width:290px;
	height:28px;
	border:1px solid #ccc;
	line-height:28px;
	color:#666;
	padding:0 5px;
	margin:0 0 10px 10px;
}
.shipping_discount table{
	padding:10px;
}
.shipping_discount table tr td{
	padding:5px 0;
	font-size:15px;
	color:#000;
}
.shipping_discount table .grand_total{
	font-size:16px;
	font-weight:bold;
}
.pro_checkout{
    background:#e66d1c;
    border:medium none;
    border-radius:2px;
    color:#ffffff;
    cursor:pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight: bold;
    height:38px;
    text-align:center;
    text-transform:uppercase;
	display:block;
	margin:20px 0 0;
	padding:0 10px;
	float:right;
}
.get_quote_btn{
	background: #000;
    border: 1px solid #000;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size:13px;
    font-weight: bold;
    height: 33px;
    line-height: normal;
    padding: 8px 12px;
    text-transform: uppercase;
	cursor:pointer;
	margin:10px 0 0 10px;
}
.get_quote_btn:hover{
	background-position:0 100%;
}
.discount_table{
	width:48%;
}
.proceed_checkout_btn{
	background:url(../images/order_now_btn.png) no-repeat 0 0;
	width:224px;
	height:52px;
	display:block;
	margin:40px auto 10px;
	text-align:center;
	font-size:15px;
	line-height:52px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:0 2px 1px #cd3a00;
	float:right;
}
.proceed_checkout_btn:hover{
	background-position:0 100%;
}
.check_multi_addres{
	text-align:center;
	display:block;
	width:225px;
	text-decoration:none;
	margin:0 auto;
}
.check_multi_addres:hover{
	text-decoration:underline;
	color:#0069ab;
}
.sp-methods{
	margin:20px 0 0 0;
}
.sp-methods ul{
	padding:0 0 15px 10px;
}
.sp-methods ul li input.radio{
	float:left;
	margin:3px 5px 0 0;
}
.sp-methods ul li label{
	font-weight:normal;
}
.sp-methods ul li label span.price{
	color:#0269AB;
}
.sp-methods p.shipping_method{
	font-size:16px;
	font-weight:bold;
	color:#0269AB;
	padding:0 0 7px 10px;
}
.btn_empty{
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
	font-family:Arial, Helvetica, sans-serif;
    border-radius: 2px;
    color: #333333;
    display: inline-block;
    font-weight: bold;
    height: 33px;
    line-height: normal;
    padding: 8px 12px;
    text-transform: uppercase;
	cursor:pointer;
}
.btn_empty:hover{
	border: 1px solid #e66d1c;
	color:#e66d1c;
}
/*============shopping cart page style=======================*/

/*===========CMS Page=============*/
.full_page_content ul{
	margin-bottom:20px;
}
.full_page_content ul li{
	background:url(../images/blue_star.png) no-repeat 0 5px;
	padding:0 0 5px 22px;
}
ul.list_item li{
	background:url(../images/blue_star.png) no-repeat 0 5px;
	padding:0 0 0 22px;
}
.left_side_img{
	float:left;
	margin:0 20px 10px 0;
}
.right_side_img{
	float:right;
	margin:0 0 10px 20px;
}
.events_list{
	border:1px solid #ddd;
}
.events_list a{
	text-decoration:none;
}
.events_list a:hover{
	text-decoration:underline;
}
.events_list tr th{
	padding:5px 10px;
	text-align:left;
	background:#ff9537;
	color:#fff;
	font-size:15px;
}
.events_list tr.region_name td{
	font-size:15px;
	color:#252525;
}
.events_list tr td{
	padding:5px 10px;
	text-align:left;
	border-bottom:1px solid #fff;
	vertical-align:top;
}
.events_list tr.even{
	background:#f7f7f7;
}
.events_list tr.odd{
	background:#f0f0f0;
}
.show_hide_events{
	background:#ff9537;
	color:#fff;
	text-align:center;
	padding:0 10px;
	font-size:16px;
	float:right;
	border-radius:2px;
	line-height:30px;
}
.show_hide_events a{
	text-decoration:none;
	color:#fff;
	display:block;
	line-height:36px;
}
.show_hide_events:hover{
	background:#333;
}
.our-lineage_img{
	text-align:center;
}
.our-lineage_img li{
	width:15%;
	display:inline-block;
	vertical-align:top;
	margin:0 8px 10px;
	padding:0 !important;
}
.our-lineage_img li a{
	text-decoration:none;
}
.our-lineage_img li, .our-lineage_img_big li{
	background-image:none !important;
}
.our-lineage_img li img{
	width:100%;
	display:block;
	height:260px;
	margin-bottom:5px;
}
.our-lineage_img_big{
	text-align:center;
}
.our-lineage_img_big li{
	width:25%;
	display:inline-block;
	text-align:center;
	margin:0 5px;
}
.our-lineage_img_big li a{
	text-decoration:none;
}
.our-lineage_img_big li img{
	display:block;
	width:100%;
	margin-bottom:5px;
}
div.thumb{
    margin-bottom:1em;
    width:auto;
}
div.thumbinner{
    background-color: #f9f9f9;
    border:1px solid #cccccc;
    font-size:94%;
    padding:3px;
    text-align:center;
}
div.thumbinner img{
    border:1px solid #cccccc;
	width:100%;
}
.float_mleft{
    float:left;
    margin-right:1em;
}
.float_left, .left {
    clear:left;
    float:left;
    margin-right:1em;
}
.float_right, .right{
    clear:right;
    float:right;
    margin-left:1em;
}
.campaign-IIdir_gallery{
	text-align:center;
	margin-bottom:30px;
}
.campaign-IIdir_gallery ul{
	text-align:center;
}
.campaign-IIdir_gallery ul li{
	display:inline-block;
	margin:0 3px;
}
.campaign-IIdir_gallery ul li img{
	display:block;
	width:98%;
	border:1px solid #ccc;
	padding:2px;
}
.campaign-IIdir_gallery tr td img{
	border:1px solid #ccc;
	padding:2px;
}
.swami_full_page ul.our-lineage_img li{
	width:15%;
	padding:0;
	height:auto;
	margin:0 8px 35px;
}
.location_name{
	display:block;
	font-size:20px;
	color:#ff9537;
	padding:0 0 10px 0;
}
.swami_full_page ul.our-lineage_img li a{
	text-decoration:none;
}
.swami_full_page a{
	text-decoration:none;
}
.swami_full_page a:hover{
	text-decoration:underline;
}
.swami_full_page ul.our-lineage_img li img{
	height:220px;
	margin-bottom:5px;
	border:1px solid #ccc;
	width:99%;
}
.swami_full_page ul.our-lineage_img li span{
	display:block;
	font-size:12px;
	text-align:center;
	line-height:17px;
}
/*===========CMS Page=============*/
/*===========Glossary of terms page========*/
.glossary_terms ul {
	text-align:center;
}
.glossary_terms ul li{
	display:inline-block;
	font-size:12px;
	margin:0 7px;
	text-transform:uppercase;
	padding:0;	
}
.glossary_terms ul li a{
	text-decoration:none;
	width:22px;
	height:22px;
	display:block;
	line-height:22px;
	background:#ff9537;
	color:#fff;
	border-radius:50px;
	font-weight:700;
}
.glossary_terms ul li a:hover, .glossary_terms ul li a.active{
	background:#0335b4;
}
.glossary_content{
	clear:both;
	width:100%;
	margin:0;
	border-bottom:1px solid #eee;
	padding:7px 0;
}
.glossary_content label{
	width:200px;
	float:left;
	display:block;
	font-style:italic;
}
.glossary_content span{
	display:block;
	float:left;
	width:950px;
}
/*===========Glossary of terms page========*/
/*=============popup===============*/
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:5000;
}
#popupContact{
	display: none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:800px;
	height: 370px;
	background:#FFFFFF;
	border:5px solid #3e3e3e;
	z-index:5001;
	padding:15px;
	font-size:13px;
}
#popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:18px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:-11px;
	top:-11px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	cursor:pointer;
	color:#fff;
	background:url(../images/x.png) no-repeat 0 0;
	width:30px;
	height:30px;
	text-indent:-9999px;
}
#popup_div{
	height:360px;
	overflow:auto;
}
/*=============popup==========*/
strong{font-weight:700;}
.hchc_stats, .table_hchc{
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}
.hchc_stats tr th, .table_hchc tr th{
	padding:5px;
	background:#f6f6f6;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.hchc_stats tr td, .table_hchc tr td{
	padding:5px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.published{
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
}
.published p{
	padding-bottom:0;
}
.published .article_title{
	font-size:14px;
	color:#666;
	margin-bottom:5px;
	display:block;
}
.published .article_title a{
	display:block;
    font-size:22px;
    margin-bottom:2px;
	text-decoration:none;
}
.published .article_title a:hover{
    color:#ff9537;
}
.current_news_title{
	display:block;
	font-size:22px;
	margin-bottom:2px;
}
.current_news_title a{
	text-decoration:none;
}
.current_news_title a:hover{
	color:#ff9537;
}
.sub_title{
	font-size:15px;
	font-weight:bold;
}
.publis_date{
	color:#888;
	display:block;
	margin-bottom:10px;
	font-size:14px;
}
/*=============contact_us===========*/
.contact_left{
	float:left;
	width:800px;
}
.contact_right{
	float:right;
	width:280px;
	padding:20px;
	background:#f1f1f1;
	margin-bottom:10px;
}
.contact_right img{
	display:block;
	margin:0 auto;
	border:2px solid #fff;
	max-width:100%;
}
.contact_us .text_boxbg{
	border:1px solid #ccc;
	margin:0 0 20px 0;
	width:70%;
}
.contact_us .text_boxbg input[type="text"], .contact_us .text_boxbg input[type="password"]{
	padding:10px;
	border:none;
	width:94.5%;
}
.contact_us .text_boxbg select{
	padding:10px 5px;
	border:none;
	width:100%;
	-webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
   background:url(../images/select_arrow.png) no-repeat 98% center #fff;
   box-sizing: border-box;
}
.region_boxbg{
	border:2px solid #f57c11;
	width:300px;
	margin-right:20px;
}
.region_boxbg select{
	font-size:16px;
	font-weight:bold;
	padding:5px 5px;
	border:none;
	width:100%;
	-webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
   background:url(../images/select_arrow.png) no-repeat 98% center #fff;
   box-sizing: border-box;
}
.world_event_top h1{
	margin:0;
}
.world_event_top{
	padding-bottom:20px;
}

.donate_right_img p{
	font-size:13px;
    line-height:20px;
    padding:10px 0 0;
}
.date_box #signup_iyear, .date_box #signup_imonth{
	padding:10px;
	border:none;
	width:100px;
	-webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
   background:url(../images/select_arrow.png) no-repeat 90% center #fff;
   box-sizing: border-box;
   border:1px solid #ccc;
}
.contact_us .text_boxbg textarea{
	padding:10px;
	border:none;
	width:95%;
	height:100px;
}
.send_btn{
	background:#ff9537;
	color:#fff;
	padding:0 18px;
	height:50px;
	display:block;
	border:none;
	cursor:pointer;
	font-size:18px;
	font-weight:700;
	 -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
	  margin-right:10px;
}
.send_btn:hover{
	background:#252525;
}
.member_login{
	width:400px;
	padding:40px 60px;
	background:#eee;
	margin:10px auto;
	text-align:center;
	border-radius:3px;
    box-shadow:1px 3px 3px #bbbbbb;
}
.member_login_inn{
	background:#fff;
	padding:35px;
}
.member_login h1{
	background:#252525;
    border-radius:4px 4px 0 0;
    color:#ffffff;
    font-size:25px;
    padding:10px;
    text-transform:uppercase;
	margin:0;
}
.member_login .text_boxbg{
	border:1px solid #ddd;
	background:#f6f6f6;
	margin:0 0 20px 0;
	box-sizing:border-box;
}
.member_login .text_boxbg input[type="text"]{
	padding:12px 3%;
	border:none;
	width:94%;
	font-size:15px;
	font-family: 'Lato', sans-serif;
	background:none;
}
.member_login .text_boxbg input[type="password"]{
	padding:12px 3%;
	border:none;
	width:94%;
	font-size:15px;
	font-family: 'Lato', sans-serif;
	background:none;
}
.member_login  .send_btn{
	width:100%;
	background:#ff9537;
}
.forget_text{
	float:left;
	color:#232323;
	text-decoration:none;
	display:block;
	margin:20px 0 0 0;
}
.member_text{
	float:right;
	color:#232323;
	text-decoration:none;
	display:block;
	margin:20px 0 0 0;
}
/*=======location page===============*/
.location_left{
	width:40%;
	float:left;
}
.location_inn_left{
	padding:0 20px 0 0;
}
.location_right{
	width:60%;
	float:right;
}
.location_right .location_inn{
	padding:0 0 0 20px;
}
.location_area li{
	margin-bottom:5px;
	padding:0 !important;
}
.location_area li a.country_link{
	background:#e3e3e3;
	display:block;
	line-height:32px;
	padding:5px 10px;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
}
.location_area li a.country_link:hover{
	background:#ff9537;
	color:#fff;
}
.location_area li a.country_link span{
	font-size:20px;
	float:right;
}
.headquarters{
	color:#ff9537;
	font-weight:700;
	text-decoration:none;
	margin-bottom:10px;
	display:block;
}
.headquarters:hover{
	text-decoration:underline;
}
.area_center{
	padding:15px;
	background:#f6f6f6;
}
.regional_section{
	margin-bottom:15px;
}
.regional_name{
	font-weight:700;
	display:block;
	font-size:14px;
}
.uppercase{
	text-transform:uppercase;
}
.other_locations{
	display:block;
	font-size:14px;
}
.group a {
    margin-left:12px;
    color: #C48E6C;
    font-size: 14px;
}
.regional_section a{
	text-decoration:none;
}
.regional_section a:hover{
	color:#ff9537;
	text-decoration:underline;
}
/*=======location page end===============*/
.form_item{
	margin-bottom:15px;
}
.form_item h4{
	border-bottom:1px dashed #ef7204;
    color:#ef7204;
    font-size:17px;
    font-weight:700;
    padding-bottom:5px;
}
.form_item input[type="text"]{
	width:70%;
	border:1px solid #ccc;
	padding:10px;
	box-sizing:border-box;
}
.form_item textarea{
	width:70%;
	height:80px;
	border:1px solid #ccc;
	padding:10px;
	box-sizing:border-box;
	margin-top:5px;
}
.form_item .date_box{
	float:left;
	padding-right:20px;
	box-sizing:border-box;
	color:#666;
}
.form_item .date_text{
	display:block;
	font-weight:700;
}
.form_item .date_box input[type="text"]{
	width:100%;
}
.donate_page{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px dashed #ccc;
}
.donate_page select{
	width:35%;
	border:1px solid #ccc;
	padding:10px;
	box-sizing:border-box;
	margin-top:5px;
	margin-bottom:10px;
	display:block;
}
.donate_page input[type="text"]{
	width:35%;
	border:1px solid #ccc;
	padding:10px;
	box-sizing:border-box;
	margin-top:5px;
	display:block;
	margin-bottom:15px;
}
.questions_text{
	width:300px;
	float:right;
	font-size:12px;
	line-height:18px;
}
.questions_text img{
	float:left;
	margin:0 12px 0 0;
	max-width:100%;
}
.form_item_label{
	font-weight:700;
	margin-bottom:5px;
}
.my_contact_form .text_boxbg_label{
	float:left;
	width:270px;
	line-height:38px;
}
.my_contact_form .text_boxbg{
	float:left;
	width:450px;
	margin-bottom:15px;
}

.my_contact_form .form_item .form_item_label{
	float:left;
	width:200px;
	line-height:38px;
}
.dollar_sign{
	float:left;
	padding-right:5px;
	padding-top:6px;
}
.my_contact_form .form_item .text_boxbg{
	float:left;
	width:450px;
	margin-bottom:15px;
}

.my_contact_form h3{
	font-weight:700;
	font-size:17px;
	color:#ef7204;
	border-bottom:1px dashed #ef7204;
	padding-bottom:5px;
}
.my_contact_form .send_btn{
	margin-left:270px;
}
.soul_culture_page{
	text-align:center;
}
.soul_culture_page h1{
	font-size:40px;
	text-align:center;
	margin-bottom:20px;
}
.soul_culture_page h2{
	font-size:20px;
	text-align:center;
	margin-bottom:20px;
}
.soul_culture_page img{
	display:block;
	margin:0 auto;
}
.soul_culture_page a{
	display:inline-block;
	margin:0 10px;
	color:#3a3a3a;
}
.toc{
	text-align:justify;
}
.toc h2{
	font-size:20px;
	font-weight:700;
	margin-bottom:20px;
}
.toc h4{
	font-size:16px;
	font-weight:700;
	margin-bottom:5px;
}
.toc ul li{
	margin-bottom:5px;
}
.toc ul{
	margin-bottom:25px;
}
.toc ul li a{
	color:#3a3a3a;
}
.note{
	font-size:11px;
	color:#F00;
	display:block;
}
.signup_form{
	background:#f7f7f7;
    padding:30px;
    width:730px;
	margin:0 auto;
}
.signup_form h3{
	margin-top:15px;
}
.indicates_mandatory{
	float:right;
}
.forget_pass .text_boxbg{
	float:left;
	width:63%;
	margin:0;
}
.forget_pass .send_btn{
	float:right;
	height:40px;
	line-height:40px;
}
.pagination {
    margin-bottom:15px;
    width:100%;
}
.pagination ul{
    float:right;
	margin-bottom:0;
}
.pagination ul li{
    background:#eee;
    border:1px solid #eeeeee;
    cursor:pointer;
    display:block;
    float:left;
    margin-left:4px;
    padding:0;
	line-height:24px;
    text-align:center;
    text-decoration:none;
	color:#333;
	width:25px;
	height:25px;
}
.pagination ul li:hover{
    background:#ff9537;
    color:#fff;
	border: 1px solid #ff9537;
}
.pagination ul li.active {
    background:#ff9537;
    color:#ffffff;
	border: 1px solid #ff9537;
}
.information{
	border:1px solid #ccc;
	background:#fff;
	padding:20px;
	position:absolute;
	border:3px solid #ff9537;
	display:none;
	margin-top:-5px;
	box-shadow:0 0 2px #ccc;
	height:350px;
	overflow:auto;
}
.info:hover .information{
	display:block;
}
.pdf_section{
	padding:0;
	float:left;
	width:100%;
}
.pdf_section li{
	width:46%;
	float:left;
	padding:0 !important;
	background-image:none !important;
	margin-bottom:10px;
}
.pdf_section li i.fa-download{
	float:left;
	margin:6px 5px 0 0;
}
.pdf_section li a{
	text-decoration:none;
}
.pdf_section li a:hover{
	color:#2d56ad;
	text-decoration:underline;
}
.register_fee_table{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
.register_fee_table tr td{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
}
.contact_div_section{
	width:100%;
	text-align:justify;
}
.contact_block{
	background:#f6f6f6;
    display:inline-block;
    height:210px;
    padding:15px;
    vertical-align:top;
    width:45%;
	margin-bottom:25px;
}
.regis_btn{
	background:#ff9537;
	border:0 none;
    border-radius:2px;
    color:#ffffff;
    float:right;
    font-size:17px;
    padding:5px;
	cursor:pointer;
	-webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}
.acharyas_contact_table tr th{
	padding:3px 0;
	border-bottom:1px solid #ccc;
}
.acharyas_contact_table tr td{
	padding:3px 0;
}
table.events_list thead tr th#th_nosort {
    background:rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
table.events_list thead tr th.tablesorter-headerAsc {
    background-color:#f57c11;
    background-image:url("../images/grid_sort_asc.gif");
    background-position:94% center;
    background-repeat:no-repeat;
    cursor:pointer;
}
table.events_list thead tr th.tablesorter-headerDesc {
    background-color:#f57c11;
    background-image:url("../images/grid_sort_desc.gif");
    background-position:94% center;
    background-repeat:no-repeat;
    cursor:pointer;
}
.tablesorter-headerUnSorted, .pointer {
    cursor:pointer;
}
table.events_list thead tr th span.nobr {
    display:block;
	cursor:pointer;
}
/*=====register form=========*/
.register_page h1{
	font-size:23px;
	line-height:27px;
	margin-bottom:8px;
}
.register_page h3{
	color:#ff9537;
	border-bottom:1px dotted #ff9537;
	padding-bottom:5px;
}
.spl_event{
	font-size:17px;
	font-weight:700;
	color:#ff9537;
	display:block;
	margin-bottom:15px;
}
.register_form .text_boxbg{
	border:1px solid #cccccc;
    margin:0 30px 20px 0;
    width:47%;
	float:left;
}
.register_form .text_boxbg input[type="text"], .register_form .text_boxbg input[type="password"]{
    border:medium none;
    padding:10px;
    width:100%;
	box-sizing:border-box;
}
.register_form .text_boxbg select{
    border:medium none;
	height:37px;
    width:100%;
	box-sizing:border-box;
	padding:0 7px;
}
.register_form{
	margin-bottom:30px;
	width:100%;
	float:left;
	background:#f7f7f7;
	padding:20px;
	box-sizing:border-box;
}
.register_form .regis_table tr td{
	padding:5px;
}
.register_form .regis_table tr td input{
	border:1px solid #ccc;
	padding:10px;
	width:100%;
	box-sizing:border-box;
}
.register_form .regis_table tr td textarea{
	border:1px solid #ccc;
	padding:10px;
	height:80px;
	width:100%;
	box-sizing:border-box;
}
.t_head td{
	background:#eee;
	padding:5px;
	font-weight:700;
}
.program_pack{
	width:100%;
	float:left;
	margin-bottom:35px;
}
.program_pack input[type="radio"]{
	float:left;
	margin:7px 12px 0 0;
}
.program_pack ul{
	padding:5px 0 0 24px;
}
.program_pack ul li{
	float:left;
	background-image:none !important;
	padding:0 20px 0 0;
}
.program_pack ul li input[type="checkbox"]{
	float:left;
	margin:7px 7px 0 0;
}
.terms_condi input[type="checkbox"]{
	float:left;
	margin:7px 10px 0 0;
}
.terms_condi p{
	padding-left:25px;
}
.submit_regis_btn{
	background:#ff9537;
    border:0 none;
    border-radius:2px;
    color:#ffffff;
    cursor:pointer;
    font-size:18px;
    padding:7px 15px;
	margin:20px auto;
	display:block;
	font-weight:700;
}
.login_form .text_boxbg{
	width:42%;
	margin:0 20px 0 0;
}
.login_form .submit_regis_btn{
	margin:0;
	float:left;
}
.new_arrival_books{
	margin:0 10px;
	height:220px !important;
	overflow:hidden;
}
/*=====register form=========*/

/*-----------------------------------------------
   Style items for Soul Culture Journal Archives
  -----------------------------------------------*/
.scj_archive {
	width:100%;
	float:left;
	margin:0 0 20px 0;
}
.scj_year {
	font-size:14px;
	font-weight:bold;
	color:#454545;
	padding-bottom:4px;
	border-bottom:1px solid #ddd;
	margin-bottom:9px;
}
.scj_issue{
	float:left;
	width:185px;
	height:55px;
}
.scj_issue img {
	float:left;
	width:32px;
	height:43px;
	border:0px;
}
.scj_issue p{
	float:left;
	line-height:20px;
	margin-left:10px;
}
.scj_issue a{
	color:#454545;
	text-decoration:none;
}
.scj_issue a:hover {
	color: #000000;
}
.mandir_gallery{
	width:100%;
	clear:both;
}
.mandir_gallery ul li{
	display:inline-block;
	padding:0 10px;
}
.mid_rotaing_img{
	position:relative;
}
.history_donation_table tr th{
	border-bottom:1px solid #ddd;
	padding:4px;
	white-space:nowrap;
}
.history_donation_table tr td{
	padding:4px;
}
.his_don_btn{
	margin-left:200px !important;
}
.donate_right_img img{
	max-width:100%;
	display:block;
}
.from_second_offer{
	margin-top:30px;
}
.offer_title{
	border-left:3px solid #bbbbbb;
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;
    padding:0 0 0 10px;
}
.offer_title a{
	font-size:15px;
	font-weight:normal;
}
.res_offer{
	margin:10px 0 0 30px;
}
.ride_room{
	font-size:25px;
    margin-bottom:25px;
	color:#ff9537;
}
.div_add_offer{
	padding:20px;
	background:#f6f6f6;
	border:1px solid #eee;
	margin:0 0 20px 0;
	position:relative;
}
.close_offer_form{
	font-size:20px;
	display:block;
	position:absolute;
	right:10px;
	top:10px;
	color:#ff9537;
}
.div_add_offer form{
	width:100%;
}
.create_text{
	font-size:22px;
}
.div_add_offer form input[type="text"]{
	width:100%;
	height:30px;
	line-height:30px;
	border:1px solid #ddd;
	background:#fff;
	margin-bottom:15px;
	padding:0 5px;
	box-sizing:border-box;
}
.div_add_offer form textarea{
	width:100%;
	height:80px;
	border:1px solid #ddd;
	background:#fff;
	margin-bottom:15px;
	padding:5px 0 0 5px;
	box-sizing:border-box;
}
.div_add_offer form .regis_btn{
	float:left;
	padding:5px 15px;
}
.div_add_offer img{
	margin-top:30px;
}
.popup_note{
	padding:15px 0;
	font-size:13px;
	line-height:20px;
	color:#ff0000;
}
.popup_offer_details textarea{
	border:1px solid #ddd;
	padding:5px 0 0 5px;
}
.popup_offer_details .regis_btn{
	float:left;
	padding:5px 15px;
	margin:10px 0 5px;
}
.welcome_name{
	text-align:center;
	padding-top:80px;
	font-weight:normal !important;
}
.sample_offer, .offer_fields{
	width:45%;
}
.sample_offer{
	text-align:right;
}
.sample_offer img{
	max-width:100%;
}
.keep_informed{	
    float:left;
    width:50%;
	padding:10px;
	box-sizing:border-box;
}
.keep_informed_inner{
	padding:15px;
	height:225px;
	background:#f6f6f6;
	line-height:23px;
}
.keep_informed_inner h3{
	font-size:19px;
}
.nectar_drop_text{
	padding:40px;
	background:#f6f6f6;
}
.nectar_drop_img{
	float:left;
	width:160px;
}
.nectar_drop_content{
	float:left;
	width:850px;
	font-size:22px;
	line-height:30px;
	position:relative;
	padding:0 0 0 45px;
	margin-left:30px;
}
.nectar_drop_content:before{
	content:'\f10d';
	font-size:35px;
	position:absolute;
	font-family: 'FontAwesome';
	left:0;
	top:0;
	color:#999;
}
.fa-quote-right{
	font-size:35px !important;
	color:#999;
	position:relative;
	left:10px;
	top:13px;
}
.paramahamsa_name{
	display:block;
	font-size:22px;
	color:#ff9537;
	margin-top:40px;
}
.g-recaptcha{
	margin-bottom:20px;
}
input::-moz-placeholder{
    color: #3a3a3a;
    opacity: 1;
}
textarea::-moz-placeholder{
    color: #3a3a3a;
    opacity: 1;
}
.terms_of_use_text h2{
	font-weight:700;
	font-size:18px;
	margin-bottom:7px;
}
.msg-fr-master{
	padding-bottom:20px;
}

.msg-fr-master a{
	padding:10px 18px 10px 30px;
	margin:10px;
	border:2px solid #ef7204;
	text-decoration:none;
	background:url(/images/blue_star.png) no-repeat 32px center;
	display:inline-block;
	width:91px;
	text-align: center;
}
.msg-fr-master a:hover, .msg-fr-master a.active{
	border:2px solid #244FA7;
}
.msg_date{
	width:160px;
	display:inline-block;
}
.location_img{
	margin-bottom:15px;
}
.teacher_head{
	font-size:25px;
	font-weight:700;
}
.curr_dropdown{
}
#currency_changer{
	-moz-appearance: none;
    background:#fff url("../images/select_box_arrow.png") no-repeat scroll 95% 12px;
	border:1px solid #3b5998;
	width:125px;
	height:28px;
	color:#3b5998;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	padding-left:5px;
}
.curr_note{
	color: #ff0000;
    display: block;
    font-size:15px;
	padding-bottom:10px;
}
/*-----------------------------------------------
   Style items for the KYI Newsletter
  -----------------------------------------------*/
  
/*=============ftp site css=============*/
.myinfo_div{
	padding:0;
}
.myinfo_div ul li{
	background:#f6f6f6;
    float:left;
    height:100px;
    margin:10px;
    padding:15px;
    text-align:center;
    width:165px;
	position:relative;
}
.myinfo_div ul li:hover{
	background:#eeeeee;
}

.myinfo_div ul li img{
	display:block;
	margin:0 auto 10px;
}
.myinfo_div ul li a{
	color:#333;
	font-size:14px;
	line-height:18px;
	text-decoration:none;
}
.myinfo_div ul li .fa-trash-o{
	position:absolute;
	top:10px;
	right:10px;
	color:#ff9537;
	font-size:18px;
}
.myinfo_div ul li .ftp_file_title{
	position:absolute;
	width:100%;
	bottom:12px;
	left:0;
}
/*=============ftp site css=============*/

.kriya_video_sec{
	display:flex;
	flex-wrap:wrap;
}
.kriya_video_sec .intro_video{
	flex-basis:48%;
}
.kriya_video_sec .intro_video{
	border:0;
}

/*=============donation section=======*/
.donation_section{
	padding:20px 0 0;
}
.donation_intro_text{
	font-weight:bold;
	font-size:17px;
	font-style:italic;
	padding-top:40px;
}
.donation_intro_text a{
	color:#ff9537;
}
.donation_section .form_control{
	width:100%;
	border:1px solid #ccc;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:15px;
	display:block;
	border-radius:3px;
	font-size:16px;
}
.donation_section label{
	line-height:22px;
	font-weight:bold;
	padding-bottom:5px;
	display:block;
}
.donation_form{
	padding:25px;
	background:#f1f1f1;
}
.donation_form h3{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
}
.donation_form .form_control{
	width:600px;
}
.donation_note{
	font-size:13px;
}
.paypal_logo{
	width:300px;
	float:right;
	text-align:center;
	font-size:13px;
	line-height:20px;
}
.donation_address{
	padding:25px 0 0 0;
}
.donation_address h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}
.donation_address .dona_add_block{
	border:1px dashed #ccc;
	padding:15px;
	width:30%;
	box-sizing:border-box;
	height:210px;
	vertical-align:top;
	display:inline-block;
	margin-right:10px;
}
.donation_address .dona_add_block h4{
	font-weight:bold;
	color:#ef7204;
}
.donation_form .btn_group{
	display:inline-block;
	text-align:center;
}
.donation_form .btn_group span{
	color:#F00;
	font-size:12px;
	line-height:17px;
	display:block;
	margin-top:5px;
}
.donation_form .send_btn{
	background:#333;
	color:#fff;
	padding:0 25px;
	height:50px;
	display:block;
	border:none;
	cursor:pointer;
	font-size:17px;
	font-weight:700;
	 -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
	  margin-right:10px;
	  border-radius:4px;
}
.donation_form .send_btn:hover{
	background:#ff9537;
}
/*=============donation section=======*/
.global_celebration_2020{
	margin-bottom:25px;
}
.global_celebration_2020 h2{
	font-size:25px;
	line-height:28px;
	font-weight:bold;
	margin-bottom:15px;
	color:#ff9537;
}
.global_celebration_2020 table{
	border:1px solid #ccc;
	border-left:0;
	border-bottom:0;
}
.global_celebration_2020 table tr th{
	padding:6px;
	text-align:left;
	background:#333;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	color:#fff;
}
.global_celebration_2020 table tr td{
	padding:6px;
	text-align:left;
	vertical-align:top;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.global_celebration_2020 table tr:nth-child(2n+1){
	background:#f6f6f6;
}  

.celb-year-star-block {margin-bottom:15px;}
.celb-year {font-weight:bold; font-size:18px; margin-bottom:5px;}
/*.celb-star-block ul {background:none;}
.celb-star-block ul li { border:none;}
.celb-star-block ul li a{ color:#333; text-shadow:none; line-height:30px;}
.celb-star-block ul li a.select { color:#ef7204;}
.celb-star-block ul li a:hover{color:#ef7204; background:none;}*/

/*================Responsive style===================*/
@media only screen and (max-width:1200px){
.container{
	width:100%;
	padding:0 15px;
	box-sizing:border-box;
}
.top_search{
	margin:6px 10px 0 0;
}
.bottom_slider{
	width:64%;
}
.bottom_right{
	width:34%;
}
.bottom_right ul li:first-child{
    margin-bottom:20px;
}
.left_side_bar{
	width:24%;
}
.right_side_content{
	width:74%;
}
.right_side_content img{
	max-width:100%;
}
.pro_content{
	width:505px;
}
.check_left{
	width:70%;
}
.check_right{
	width:28%;
}
.contact_left{
	width:70%;
	box-sizing:border-box;
}
.contact_right{
	width:27%;
	box-sizing:border-box;
}
.glossary_content label{
	width:20%;
}
.glossary_content span{
	width:78%;
}
.nectar_drop_content{
	width:750px;
}
}

@media only screen and (max-width:1100px){
.nav_bar ul li a{
	padding:0 22px;
}
.pro_content{
    width:425px;
}

.check_step_content input[type="text"]{
	width:90%;
}
.check_step_content select{
	width:93.5%;
}
.contact_us .text_boxbg{
	width:93%;
}
.forget_pass .text_boxbg{
	width:63%;
}
.my_contact_form .text_boxbg input[type="text"], .my_contact_form .text_boxbg input[type="password"]{
	width:100%;
	box-sizing:border-box;
}
.scj_issue{
	width:25%;
}
.myinfo_div .text_boxbg{
	width:60%;
}
.nectar_drop_content{
	width:655px;
}
.kriya_video h2{
	font-size:22px;
}
}

#navbar{
	display:none;
}

@media only screen and (max-width:1000px){
/*===menu mobile=====*/
.nav_bar{
	display:none;
}
#navbar{
  max-width:1000px;
  margin:0 auto;
  display:block;
}
.menubtn{
  position:relative; 
  z-index:101;
  color:#274a61;
  text-decoration: none;
  font-size:0em;
  line-height:0em;
  top:14px;
  padding: 15px;
  background-image: url('../images/hamburger.png');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  float:right;
}
.menubtn:hover, .openmenu .menubtn {
  color: #bdd43e;
  background-image: url('../images/hamburger-active.png');
}
/** toggle menu **/
body.openmenu {
  position: fixed;
  overflow: hidden;
}
#pgcontainer {
  padding:0;
  margin:0;
}
.overlay{
  position:fixed;
  z-index:99;
  background-color:rgba(0,0,0,0.5);
  bottom:0;
  right:0;
  left:0;
}
.openmenu .overlay {
  top: 0;
}
#hamburgermenu {
  height:100%;
  width:0;
  background:#f58928;
  position:fixed;
  top:0;
  right:0;
  z-index:101;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  -moz-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  box-shadow: 3px 0 7px rgba(0,0,0,0.55);
}
#hamburgermenu ul {
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
}
#hamburgermenu ul li{
  display: block;
   border-top: 1px solid #f17f1a;
   border-bottom: 1px solid #feab62;
}
#hamburgermenu ul li a {
  color:#fff;
  display:block;
  font-size:15px;
  font-weight:bold;
  min-width:130px;
  padding:8px 20px;
  text-align:left;
  text-decoration:none;
}
#hamburgermenu li a:hover {
  color:#fff;
  background:#ff9537;
}
#hamburgermenu ul li ul.mob_sub_menu{
	padding:0;
	background:#ff9537;
}
#hamburgermenu ul li ul.mob_sub_menu li{
	border:0;
}
#hamburgermenu ul li ul.mob_sub_menu li a{
	font-weight:normal;
	padding:5px 0 5px 30px;
}
#hamburgermenu ul li .more {
    background:#f07b13;
    color:#fff;
    cursor:pointer;
    display:block;
    float:right;
    font-size:18px;
    height:41px;
    line-height:40px;
    margin-top:-42px;
    text-align:center;
    width:40px;
}
.close_btn{
	font-size:20px !important;
}
/*===menu mobile=====*/
.last_event{
	margin-left:0;
}
.donate_now{
	margin:20px 40px 20px 0;
}
.pro_content{
    width:350px;
}
.check_left{
	width:65%;
}
.check_right{
	width:33%;
}
.soul_culture_table tr td{
	width:100%;
	display:block;
}
.nectar_drop_content{
    width:555px;
}
}

@media only screen and (max-width:900px){
.top_search input[type="text"]{
	width:180px;
}
.kriya_video .intro_video{
	width:95%;
}
#mediaspace_wrapper{
	width:100% !important;
}
.event_content .event_date{
	width:195px;
}
.event_right_content{
	width:550px;
}
.left_side_bar{
	width:27%;
}
.right_side_content{
	width:70%;
}
.pro_content{
    width:250px;
}
.add_cart_btn{
	padding:0 10px;
}
.check_step_content table{
	display:block;
	overflow:auto;
}
.check_step_content table tr th{
	white-space:nowrap;
}
.forget_pass{
	width:100%;
	box-sizing:border-box;
}
.signup_form{
	width:100%;
	box-sizing:border-box;
}
.my_contact_form .text_boxbg{
	width:100%;
}
.my_contact_form .text_boxbg_label{
	width:100%;
}
.my_contact_form .send_btn{
	margin-left:0;
}
.scj_issue{
    width:50%;
}
.dollar_sign{
	clear:both;
}
.form_item{
	margin-bottom:0;
}
.history_donation_table{
	display:block;
	width:100%;
	overflow:auto;
}
.nectar_drop_content{
    width:455px;
}
.kriya_video h2{
	font-size:19px;
}
}

@media only screen and (max-width:800px){
.top_search input[type="text"]{
	width:150px;
}
.event_right_content{
	width:500px;
}
.footer_block{
	padding:10px;
	box-sizing:border-box;
}
.right_side_content table{
	width:100%;
	display:block;
	overflow:auto;
}
.pro_listing_sect{
	background:#f1f1f1;
}
.pro_content{
    box-sizing:border-box;
    margin:0;
    padding:0 20px;
    width:100%;
}
.forget_pass .text_boxbg{
    width:60%;
}
.forget_pass .text_boxbg input[type="text"], .forget_pass .text_boxbg input[type="password"]{
	width:100%;
	box-sizing:border-box;
}
.my_contact_form .form_item .text_boxbg{
	width:95%;
}
.contact_left{
	width:60%;
	box-sizing:border-box;
}
.contact_right{
	width:37%;
	box-sizing:border-box;
}
.contact_us .text_boxbg input[type="text"], .contact_us .text_boxbg input[type="password"] {
    border: medium none;
    padding: 10px;
    width: 94.5%;
}
.nectar_drop_content{
    width:415px;
}
.swami_full_page ul.our-lineage_img li img{
	height:130px;
}
.our-lineage_img li{
	width:23%;
}
.our-lineage_img li img{
	height:auto;
}
}

@media only screen and (max-width:767px){
.top_right{
	width:100%;
	padding-bottom:10px;
}
.top_left{
	display:none;
}
.logo img{
	margin:5px 0 5px 10px;
	max-width:80%;
}
.menubtn{
	top:24px;
}
.event_right_content{
	width:460px;
}
.newsletter p{
	font-size:25px;
}
.left_side_bar{
	width:30%;
}
.right_side_content{
	width:67%;
}
.contact_us .text_boxbg input[type="text"], .contact_us .text_boxbg input[type="password"]{
	box-sizing:border-box;
}
.contact_us .text_boxbg textarea{
	box-sizing:border-box;
}
.contact_left{
	width:46%;
}
.contact_right{
	width:50%;
}
.forget_pass .text_boxbg{
    width:50%;
}
.forget_pass .send_btn{
	width:48%;
}
.nectar_drop_img{
	width:100%;
}
.nectar_drop_img img{
	display:block;
	margin:0 auto;
}
.nectar_drop_content{
   box-sizing:border-box;
   margin:10px 0;
   width:100%;
}
.kriya_video_sec .intro_video{
	flex-basis:100%;
}
.kriya_video_sec .intro_video:first-child{
	margin-bottom:30px;
}
.kriya_video h2{
	font-size:24px;
}
.region_boxbg{
	width:280px;
}

}

@media only screen and (max-width:700px){
.event_content .date_text{
	font-size:70px;
}
.event_content .event_date p{
	width:80px;
}
.event_content .event_date{
	width:150px;
}
.event_right_content{
	width:450px;
}
.newsletter p{
	font-size:20px;
}
.bottom_right ul li:first-child{
	margin-bottom:10px;
}
.footer_block{
	padding:0;
	margin-bottom:20px;
	width:100%;
}
.pro_checkout{
	font-size:13px;
}
.check_left{
	width:100%;
}
.check_right{
	width:100%;
}
.step_wrap{
	padding:0;
}
.location_left{
	width:100%;
}
.location_right{
	width:100%;
}
.location_right .location_inn{
	padding:0;
}
.his_don_btn{
	margin-left:0 !important;
	margin-top:10px;
}
.anniversary_mahasamadhi_table tr td{
	display:block;
	width:100%;
}
.swami_full_page ul.our-lineage_img li img{
	height:auto;
}
.region_boxbg{
	width:100%;
	margin:20px 0 0;
}
}

@media only screen and (max-width:640px){
.event_right_content{
	width:400px;
}
.welcome_section h1, .upcoming_events h3, .kriya_video h2{
	font-size:25px;
}
.left_side_bar{
	width:35%;
}
.right_side_content{
	width:62%;
}
.right_side_content h1{
	font-size:25px;
}
.shopping_cart_sec .pro_cart_table table tr th{
	font-size:13px;
	white-space:nowrap;
}
.shipping_discount{
	width:100%;
}
.glossary_content label{
	width:100%;
}
.glossary_content span{
	width:100%;
}
.questions_text{
	width:100%;
}
.donate_page select{
	width:100%;
}
.donate_page input[type="text"]{
	width:100%;
}
}

@media only screen and (max-width:600px){
.event_right_content{
	width:310px;
}
.bottom_slider{
	width:100%;
	margin-bottom:15px;
}
.bottom_right{
	width:100%;
}
.bottom_right ul li{
	float:left;
	width:50%;
}
.newsletter p{
    font-size:25px;
    line-height:30px;
    margin-bottom:5px;
}
.left_side_bar{
	width:100%;
}
.right_side_content{
	width:100%;
}
.shopping_cart_sec .pro_cart_table table{
	display:block;
	overflow:auto;
}
.contact_left{
	width:100%;
	margin-bottom:20px;
}
.contact_right{
	width:100%;
}
.contact_us .text_boxbg {
    box-sizing:border-box;
    width:100%;
}
.member_login{
	box-sizing:border-box;
	width:95%;
	padding:20px;
}
.forget_pass .text_boxbg{
	width:50% !important;
}
.forget_pass .send_btn{
	font-size:14px;
	padding:0;
}
.sample_offer, .offer_fields {
    width:100%;
	text-align:left;
}
#add_offer{
	float:left;
	margin-bottom:15px;
}
.nectar_drop_text{
	padding:20px;
}
}

@media only screen and (max-width:500px){
.top_home{
	display:none;
}
.navbar-brand::after{
	width:220px;
}
.event_right_content{
	width:100%;
	padding:0;
}
#mediaspace_wrapper{
	height:250px !important;
}
.member_login_inn{
	padding:25px;
}
.forget_text{
	float:none;
}
.member_text{
	float:none;
	margin-top:5px;
}
.forget_pass .text_boxbg{
	width:100% !important;
}
.forget_pass .send_btn{
	width:100%;
	margin-top:10px;
}
.date_box{
	width:100%;
	margin-bottom:10px;
	padding:0 !important;
}
.date_box #signup_iyear, .date_box #signup_imonth{
	width:100%;
}
.hst_donation{
	width:92%;
}
.video-orange-head{
	display:block;
}
.events_list{
	display:block;
	overflow:scroll;
}
.full_page_content h1{
	font-size:25px;
}
}

@media only screen and (max-width:400px){
.top_section .language_select{
	width:110px;
}
.top_search input[type="text"]{
	width:120px;
}
.navbar-brand::after{
	width:155px;
}
.newsletter_bg{
	width:300px;
}
.newsletter_bg input{
	width:65%;
}
.bottom_slider li p{
	line-height:18px;
	font-size:14px;
}
.order_summary table{
	display:block;
	width:100%;
	overflow:auto;
}
.g-recaptcha{
    transform: scale(0.85) !important;
    transform-origin: 0 0 0 !important;
}
}
/*================Responsive style===================*/