/*Style CSS Document */
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
*{
	box-sizing:border-box;
}
body{
	margin:0;
	margin:0;
	font-family: 'Arimo', sans-serif !important;
}
.clearfix{
	clear:both;
}
.main_header{
	background:url(../images/main_header_bg.jpg) no-repeat top;
}
.logo{
	padding:10px 0;
}
.logo img {
    max-width: 117px;
    position: relative;
    z-index: 9999;
}
.feed-item-title a{ margin: 0; color:#f6752b; font-size:16px; background-color:transparent; text-align:left;}
/*Top Menu CSS Start*/
.menu_main{
	display:table;
}
.main_menu{
	display:table;
}
/*Strip the ul of padding and list styling*/
.main_menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	right:0;
	position: absolute;
}
/*Create a horizontal list with spacing*/
.main_menu li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}
/*Style for menu links*/
.main_menu li a {
	display:block;
	text-align: center;
	color: #525252;
	font-size:11px;
	padding:8px 10px;
	text-transform:uppercase;
	text-decoration: none;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  font-family: 'Roboto', sans-serif;
}
/*Hover state for top level links*/
.main_menu li:hover a {
	background: #ee5a00;
	color:#fff;
}
/*Style for dropdown links*/
.main_menu li:hover ul a {
	background: #ee5a00;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}
/*Hover state for dropdown links*/
.main_menu li:hover ul a:hover {
	background: #ee5a00;
	color: #fff;
}
.active{
	background: #ee5a00;
	color: #fff !important;
}
/*Hide dropdown links until they are needed*/
.main_menu li ul {
	display: none;
}
/*Make dropdown links vertical*/
.main_menu li ul li {
	display: block;
	float: none;
}
/*Prevent text wrapping*/
.main_menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}
/*Display the dropdown on hover*/
.main_menu ul li a:hover + .hidden, .hidden:hover {
	display: block;
}
/*Style 'show menu' label button and hide it by default*/
.main_menu .show-menu {
	text-decoration: none;
	color: #fff;
	background: #ee5a00;
	text-align: center;
	padding: 10px 0;
	display: none;
}
/*Hide checkbox*/
.main_menu input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}
/*Show menu when invisible checkbox is checked*/
.main_menu input[type=checkbox]:checked ~ #menu{
    display: block;
}
/*Responsive Styles*/
@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
.main_menu ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
.main_menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
.main_menu ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
.main_menu .show-menu {
		display:block;
	}
}
/*Top Menu CSS End*/
.live_radio_icon{
	display:table;
	margin-left:240px;
	margin-top:5px;
}
.live_radio_icon .facebook a {
    background: #3c5a9b url("../images/fb_icon.png") no-repeat scroll center center;
    border-radius: 50%;
    float: left;
    height:30px;
    transition: all 0.5s ease 0s;
    width: 30px;
	margin:5px 5px 0 0;
}
.live_radio_icon .facebook a:hover {
    background: rgba(0, 0, 0, 0) url("../images/fb_icon_color.png") no-repeat scroll center center;
    border: 1px solid #3c5a9b;
    text-decoration: none;
}
.header__bottom_section h1{
	margin:0;
	display:table;
	padding:12px 0 0 50px;
}
.header__bottom_section{
	display:table;
	width:100%;
}
.header__bottom_section h1 a{
	font-size:26px;
	text-transform:uppercase;
	font-weight:400;
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
	color:#000000;
}
.logo_text{
	display:table;
	float:left;
}
.akashwani_logo{
	display:table;
	float:right;
}
.akashwani_logo img{
	width:90%;
}
/*Orange Menu CSS Start*/
.orange_menu_bar{
	display:table;
	background:#ee5a00;
	width:100%;
	border-bottom:1px solid #3c3c3c;
}
/*Strip the ul of padding and list styling*/
.orange_menu_bar ul {
	list-style-type:none;
	margin:0 auto;
	padding:0;
	display:table;
}
/*Create a horizontal list with spacing*/
.orange_menu_bar li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}
/*Style for menu links*/
.orange_menu_bar li a {
	display:block;
	text-align: center;
	color: #fff;
	font-size:14px;
	padding:13px 10px;
	text-transform:uppercase;
	text-decoration: none;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  font-family: 'Roboto', sans-serif;
}
/*Hover state for top level links*/
.orange_menu_bar li:hover a {
	background: #ece8e8;
	color:#000;
}
.activemenu{
	background: #ece8e8;
	color:#000 !important;
}
/*Style for dropdown links*/
.orange_menu_bar li:hover ul a {
	background: #ee5a00;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}
/*Hover state for dropdown links*/
.orange_menu_bar li:hover ul a:hover {
	background: #ee5a00;
	color: #fff;
}
/*Hide dropdown links until they are needed*/
.main_menu li ul {
	display: none;
}
/*Make dropdown links vertical*/
.orange_menu_bar li ul li {
	display: block;
	float: none;
}
/*Prevent text wrapping*/
.main_menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}
/*Display the dropdown on hover*/
.orange_menu_bar ul li a:hover + .hidden, .hidden:hover {
	display: block;
}
/*Style 'show menu' label button and hide it by default*/
.orange_menu_bar .show-menu2 {
	text-decoration: none;
	color: #fff;
	background: #ee5a00;
	text-align: center;
	padding: 10px 0;
	display: none;
}
/*Hide checkbox*/
.orange_menu_bar input{
    display: none;
    -webkit-appearance: none;
}
/*Show menu when invisible checkbox is checked*/
.orange_menu_bar input:checked ~ #menu2{
    display: block;
}
/*Responsive Styles*/
@media screen and (max-width : 769px){
	/*Make dropdown links appear inline*/
.orange_menu_bar ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
.orange_menu_bar li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
.orange_menu_bar ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
.orange_menu_bar .show-menu2 {
		display:block;
	}
}
/*Orange Menu CSS End*/

/*banner*/
.banner{
	width:100%;
}
/*banner ends*/

.slider{
	background:#d45202;
	border-top:2px solid #fff;
	position:relative;
}
.padding_none{
	padding:0 !important;
}
.slider_txt_box{
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:99;
	height:100%;
}
.inner_slider_txt{
	max-width:380px;
	width:100%;
	background:#d45202;
	float:right;
	padding:75px 55px;
	height:100%;
}
.slide_txt_container{
	height:100%;
}
.inner_slider_txt p{
	font-size:16px;
	color:#FFFFFF;
	line-height:26px;
	margin:0;
}
.main_four_section{
	padding:30px 0;
}
.inner_box_top{
	padding:10px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	min-height:405px;
	position:relative;
}
.inner_box_top img{
	width:100%;
}
.box_content_section p{
	font-size:14px;
	color:#000000;
	font-weight:700;
	margin:0;
	width:100%;
	text-align:right;
	padding:0 0 4px 0;
	float:right;
}
.small_callender{
	max-width:47px;
	display:table;
	background:#efefef;
	width:100%;
	float:right;
	margin-right:6px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #c2c2c2;
	text-align:center;
}
.small_callender p{
	font-size:9px !important;
	color:#FFFFFF !important;
	margin:0;
	text-align:center;
	width:100%;
	background:#6689ac;
	text-transform:uppercase;
	padding:2px 0;
}
.small_callender b{
	font-size:18px;
	width:100%;
	line-height:18px;
	padding:6px 0;
	display:table;
	margin:0 auto;
	color:#000000;
}
.small_callender small{
	font-size:10px;
	line-height:9px;
	display:table;
	margin:0 auto;
	padding:0 0 4px 0;
}	
.event_info{
	max-width:150px;
	width:100%;
	float:right;
	border:1px solid #cccccc;
	padding:4px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.event_info p{
	font-size:14px !important;
	line-height:18px !important;
	color:#6689ac !important;
	font-weight:400 !important;
	text-align:left !important;
	padding:0 !important;
}
.inner_box_top h2{
	color:#d45202;
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	padding:10px 0 20px 0;
	text-align:center;
	font-weight:400;
}
.inner_box_top img{
	margin-bottom:20px;
}
.inner_box_top ul{
	margin:0 0 0 10px;
	padding:0;
}
.inner_box_top ul li{
	list-style:none;
	font-size:13px;
	color:#515050;
	font-weight:400;
	background:url(../images/list_bullets_box.jpg) left top 5px no-repeat;
	line-height:20px;
	
	font-family: 'Roboto', sans-serif;
	padding:0 0 0 13px;
}
.bottom_button{
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	text-align:center;
}
.inner_box_top a{
	font-size:11px;
	color:#fa5225;
	text-transform:uppercase;
	font-weight:700;
	display:table;
	margin:0 auto;
	text-decoration:none;
}
.inner_box_top a:hover{
	color:#602402;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.event_calender img{
	margin-bottom:0;
}
.inner_box_top p{
	list-style:none;
	font-size:13px;
	color:#515050;
	line-height:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding:0 15px;
}
.advertise_with_us{
	text-align:center;
}
.advertise_with_us img{
	width:100%;
}
.mid_section{
	padding:50px 0;
}
.latest_news h3{
	margin:0;
	padding:12px 0;
	font-size:18px;
	font-weight:700;
	color:#fff;
	background:#f6752b;
	font-family: 'Roboto Condensed', sans-serif;
	text-align:center;
}
.news_box{
	display:table;
	width:100%;
	padding:15px;
	border-left:2px solid #f6752b;
	border-right:2px solid #f6752b;
	border-bottom:1px dotted #000;
}
.news_box h4{
	margin:0;
	color:#f6752b;
	font-size:16px;
}
.news_box p{
	margin:0;
	font-size:14px;
	color:#555555;
	line-height:16px;
}
.news_box span{
	margin:0;
	float:left;
	width:100%;
	padding:0 0 5px 0;
	font-size:12px;
	color:#555555;
}
.latest_news .news_box:last-child{
	border-bottom:none;
}
.latest_news a{
	width:100%;
	background:#f6752b;
	padding:10px 0;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	display:table;
	font-weight:700;
	text-decoration:none;
	color:#FFFFFF;
}
.latest_news a:hover{
	text-decoration:underline;
}
.akashwani_middle{
	text-align:center;
}
.radio_buttons{
	margin-top:18px;
}
.radio_buttons a{
	width:100%;
	max-width:255px;
	margin:0 auto;
	background:#602402;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:8px 20px;
	display:table;
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
	font-size:17px;
	font-weight:700;
	margin-bottom:5px;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.radio_buttons a:hover{
	background:#f6752b;
}
.online_quiz h2{
	font-size:18px;
	color:#f6752b;
	margin:0;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0 0 10px 0;
}
.online_quiz p{
	font-weight:700;
	color:#000000;
	margin:0;
	line-height:18px;
	font-size:14px;
	padding:0 0 10px 0;
}
.online_quiz ul{
	margin:0;
	padding:0;
}
.online_quiz ul li{
	list-style:none;
	font-size:13px;
	color:#000000;
	padding:0;
	line-height:14px;
	margin:0 0 10px 0;
	font-weight:300;
}
.online_quiz ul li input{
	margin-right:10px;
	float:left;
}
.online_quiz button{
	font-size:12px;
	color:#f6752b;
	font-weight:700;
	margin:10px 0 0 0;
	padding:1px 10px;
	float:left;
}
.image_section_quiz img{
	width:100%;
	margin-top:20px;
}
.black_bg{
	background:#000000;
	padding:24px 0;
	display:table;
	width:100%;
	margin-bottom:30px;
}
.black_bg img{
	float:none;
	margin-bottom:20px;
	margin-top:25px;
}
.quiz_input_main{ width:65%; margin:0 auto; padding-bottom:55px;}
.quiz_input_main input{
	float:left;
	color:#797979;
	font-size:12px;
	font-weight:700;
	padding:8px 10px;
	border:none;
	width:300px;
}
.quiz_input_main a{
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:700;
	padding:8.5px 10px;
	background:#f6752b;
	border:none;
	text-transform:uppercase;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.quiz_input_main a:hover{
	background:#bd5012;
}
.about_akashwani_main{
	padding:40px 0 70px 0;
}
.about_akashwani h2{
	margin:0;
	font-size:22px;
	color:#d45202;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:23px;
	padding:0 0 10px 0;
	font-weight:400;
}
.about_akashwani p{
	font-size:13px;
	color:#2f2f2f;
	margin:0;
	line-height:160%;
	padding:0 0 15px 0;
}
.about_akashwani a{
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-weight:700;
	background:#f6752b;
	padding:15px 20px;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.about_akashwani a:hover{
	background:#a9450c;
}
.masi_membership{
	width:85%;
	margin:0;
	float:left;
}
.masi_membership h2{
	margin:0;
	font-size:22px;
	color:#d45202;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:23px;
	padding:0 0 12px 0;
	font-weight:400;
}
.masi_membership p{
	font-size:13px;
	color:#2f2f2f;
	margin:0;
	line-height:18px;
	padding:0 0 15px 0;
}
.masi_membership h3{
	font-size:15px;
	font-weight:400;
	color:#2f2f2f;
	margin:0;
	line-height:18px;
	padding:0 0 7px 0;
}
.masi_membership ul{
	margin:0 0 20px 0;
	padding:0;
}
.masi_membership ul li{
	list-style:none;
	background:url(../images/bullets_orange.png) left top 10px no-repeat;
	padding:0 0 0 15px;
	font-size:13px;
	color:#2f2f2f;
	line-height:25px;
}

.masi_membership-box{
	float:left;
	width:100%;
	background:#f36615;
	padding:12px 20px 14px 20px; 
	text-align:center;
}
.masi_membership-box h5{
	font-size:25px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:600;
	line-height:100%;
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
	margin:0;
	padding:0;
	font-family: 'Roboto Condensed', sans-serif;
}
.masi_membership-box h5 span{
	font-weight:500;
}
.masi_membership-box a{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:600;
	line-height:120%;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	transition:all 400ms ease;
}
.masi_membership-box a:hover{
	color:#000;
}


.best_prices_img_main img{
	float:right;
}
.diwali_offer_main img{
	width:100%;
}
.main_footer{
	padding:50px 0;
}
.main_footer p{
	font-size:12px;
	color:#4e4e4e;
	margin:0;
	font-weight:400;
	width:100%;
	text-align:right;
	clear:both;
	line-height:21px;
}
.main_footer p strong{
	font-weight:700 !important;
}
.footer_menu ul{
	margin:0;
	padding:0;
}	
.footer_menu ul li{
	width:33.333%;
	/*width: 43.333%;*/
	float:left;
	list-style:none;
	padding:0 25px 10px 0;
}
.footer_menu ul li a{
	font-size:11px;
	color:#fa5225;
	font-weight:900;
	text-decoration:none;
}
.footer_menu ul li a:hover{
	text-decoration:underline;
}
.footer_icons{
	display:table;
	float:right;
	margin-bottom:20px;
	margin-top:10px;
}
.footer_icons .icon_footer{
	margin-right:5px;
	float:left;
}
.footer_icons .icon_footer a{
	text-decoration:none;
}
.facebook a {
    background: #3c5a9b url("../images/fb_icon.png") no-repeat scroll center center;
    border-radius: 50%;
    float: left;
    height: 35px;
    transition: all 0.5s ease 0s;
    width: 35px;
}
.facebook a:hover {
    background: rgba(0, 0, 0, 0) url("../images/fb_icon_color.png") no-repeat scroll center center;
    border: 1px solid #3c5a9b;
    text-decoration: none;
}
.google a {
    background: #f63e28 url("../images/google_icon.png") no-repeat scroll center center;
    border-radius: 50%;
    float: left;
    height: 35px;
    transition: all 0.5s ease 0s;
    width: 35px;
}
.google a:hover {
    background: rgba(0, 0, 0, 0) url("../images/google_icon_color.png") no-repeat scroll center center;
    border: 1px solid #f63e28;
    text-decoration: none;
}
.youtube a {
    background: #fe3432 url("../images/youtube_icon.png") no-repeat scroll center center;
    border-radius: 50%;
    float: left;
    height: 35px;
    transition: all 0.5s ease 0s;
    width: 35px;
}
.youtube a:hover {
    background: rgba(0, 0, 0, 0) url("../images/youtube_icon_color.png") no-repeat scroll center center;
    border: 1px solid #fe3432;
    text-decoration: none;
}
.twitter a {
    background: #2daae1 url("../images/twitter_icon.png") no-repeat scroll center center;
    border-radius: 50%;
    float: left;
    height: 35px;
    transition: all 0.5s ease 0s;
    width: 35px;
}
.twitter a:hover {
    background: rgba(0, 0, 0, 0) url("../images/twitter_icon_color.png") no-repeat scroll center center;
    border: 1px solid #2daae1;
    text-decoration: none;
}
.linked_in a {
    background: #0173b2 url("../images/linked_in_icon.png") no-repeat scroll center center;
    border-radius: 50%;
    float: left;
    height: 35px;
    transition: all 0.5s ease 0s;
    width: 35px;
}
.linked_in a:hover {
    background: rgba(0, 0, 0, 0) url("../images/linked_in_icon_color.png") no-repeat scroll center center;
    border: 1px solid #0173b2;
    text-decoration: none;
}
.pintrest a {
    background: rgba(0, 0, 0, 0) url("../images/pinterest_logo.png") no-repeat scroll center center;
    border-radius: 50%;
    float: left;
    height: 35px;
    transition: all 0.5s ease 0s;
    width: 35px;
}
.pintrest a:hover {
    background: rgba(0, 0, 0, 0) url("../images/pinterest_logo_hover.png") no-repeat scroll center center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
#top {
    background: #f6752b none repeat scroll 0 0;
    bottom: 20px;
    cursor: pointer;
    display: none;
    padding: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all 0.7s ease 0s;
    width: 40px;
    z-index: 999;
}
#top:hover {
    background: #af511b none repeat scroll 0 0;
}
.slider .bx-pager{
	display:none;
}
.inner_top_subpage{
	text-align:right;
}
.committe_section_main_header{
	padding:35px 0;
-webkit-box-shadow: 0px 22px 29px -32px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 22px 29px -32px rgba(0,0,0,0.75);
box-shadow: 0px 22px 29px -32px rgba(0,0,0,0.75);
}
.committe_section_main_header h1{
	margin:0;
	font-size:26px;
	color:#000000;
	font-weight:400;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
}
.committe_section_main{
	padding:45px 0;
}
.committe_section_main h2{
	font-weight:300;
	color:#ee5a00;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:26px;
	margin:0;
	font-weight:400;
	padding:0 0 20px 0;
}
.committe_section_main table{
	width:100%;
}
.committe_section_main table th{
	background:#602402;
	color:#FFFFFF;
	font-size:12px;
	padding:13px 0;
	margin:0;
	text-transform:uppercase;
	border-left: 1px solid #a07c67;
	border-bottom: 1px solid #a07c67;
	text-align: center !Important;
}
.committe_section_main table tr:nth-child(even){
	background:#f5f5f5;
}
.committe_section_main table tr:nth-child(even):hover{
	background:#e7e6e6;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.committe_section_main table tr:nth-child(odd):hover{
	background:#e7e6e6;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.committe_section_main table td{
	color:#010101;
	font-size:12px;
	padding:18px 0;
	margin:0;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	border-left: 1px solid #a07c67;
	border-bottom: 1px solid #a07c67;
}
.committe_section_main table td:first-child{
	width:8%;
	background:#ee5a00;
	color:#fff;
}	
.committe_section_main table th:first-child{
	width:8%;
}

.committe_section_main table td:last-child{
	border-right: 1px solid #a07c67;
}	
.committe_section_main table th:last-child{
	border-right: 1px solid #a07c67;
}
	/* 
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 980px)  {
	
		/* Force table to not be like tables anymore */
		.committe_section_main table, .committe_section_main thead, .committe_section_main tbody, .committe_section_main th, .committe_section_main td, .committe_section_main tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.committe_section_main thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		
		.committe_section_main td { 
			/* Behave  like a "row" */
			border-bottom: 1px solid #a07c67 !important; 
			position: relative !important;
			padding-left: 50% !important; 
		}
		
		.committe_section_main td:before { 
			/* Now like a table header */
			position: absolute !important;
			/* Top/left values mimic padding */
			top: 16px !important;
			width: 45% !important;
			left:20px !important;
			text-align:left;
			padding-right: 10px !important; 
			white-space: nowrap !important;
		}
		
		/*
		Label the data
		*/
		.committe_section_main td:nth-of-type(1):before { content: "Year"; }
		.committe_section_main td:nth-of-type(2):before { content: "President"; }
		.committe_section_main td:nth-of-type(3):before { content: "Vice President"; }
		.committe_section_main td:nth-of-type(4):before { content: "Secretary"; }
		.committe_section_main td:nth-of-type(5):before { content: "Treasurer"; }
		.committe_section_main td:nth-of-type(6):before { content: "Depty Secretary"; }
	}
	

}
.committe_section_main h4{
	font-size:18px;
	color:#000000;
	font-weight:300;
	margin:0;
	padding:0 0 0 0;
	font-family: 'Roboto Condensed', sans-serif;
}
	
	
	
	
		/* 
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 980px)  {
	
		/* Force table to not be like tables anymore */
		.table_bottom table, .table_bottom thead, .table_bottom tbody, .table_bottom th, .table_bottom td, .table_bottom tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.table_bottom thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		
		.table_bottom td { 
			/* Behave  like a "row" */
			border-bottom: 1px solid #a07c67 !important; 
			position: relative !important;
			padding-left: 50% !important; 
		}
		
		.table_bottom td:before { 
			/* Now like a table header */
			position: absolute !important;
			/* Top/left values mimic padding */
			top: 16px !important;
			width: 45% !important;
			left:20px !important;
			text-align:left;
			padding-right: 10px !important; 
			white-space: nowrap !important;
		}
		
		/*
		Label the data
		*/
		.table_bottom td:nth-of-type(1):before { content: "Year"; }
		.table_bottom td:nth-of-type(2):before { content: "Committe"; }
		.table_bottom td:nth-of-type(3):before { content: "Members"; }
	}
	

}
.table_bottom td{
	border:none !important;
}
.table_bottom table th{
	text-align:left !important;
	padding:10px 15px !important;
	background:#602402;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    padding: 13px 0;
    text-transform: uppercase;
}
.table_bottom table tr:nth-child(even){
	background:none;
}
.table_bottom table td:first-child{

	color:#000;
}
.table_bottom table td	{
	text-align:left !important;
	background:none !important;
	border:none !important;
    color: #010101;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 18px 0 18px 15px;
    text-align: center;
    text-transform: uppercase;
}
.table_bottom table{
	border:1px solid #a07c67 !important;
}

.event_information{
	margin-bottom:22px;
}
.subpage_section_main .event_information p{
	font-size:14px;
	color:#000000;
	margin:0;
	font-family: 'Roboto', sans-serif;
	line-height:20px;
	padding:0 !important;
}
.subpage_section_main .event_information p span{
	width:80px;
	float:left;
}
.subpage_section_main{
    padding: 45px 0 0 0;
	display:table;
	width:100%;
}
.subpage_section_main h2 {
    color: #ee5a00;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 30px 0;
}
.subpage_section_main h3 {
    color: #602402;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
	text-transform:uppercase;
    padding: 0 0 0;
}
.subpage_section_main p{
	font-size:14px;
	color:#000000;
	margin:0;
	line-height:20px;
	font-weight:normal;
	padding:0 0 10px 0;
	font-family: 'Arimo', sans-serif;
}
.image_section_events img{
	width:100%;
}
.event_content p{
	width:92%;
}
.join_us_today_section{
	padding:40px 0;
}
.join_us_today_section p{
	font-size:21px;
	color:#000000;
	line-height:32px;
	margin:0 auto;
	text-align:center;
	padding:0 0 5px 0;
	max-width:880px;
	font-family: 'Roboto', sans-serif;
}
.join_us_today_section a{
	font-size:12px;
	color:#FFFFFF;
	background:#ee5a00;
	text-transform:uppercase;
	padding:10px 70px;
	text-decoration:none;
	display:table;
	margin:0 auto;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.join_us_today_section a:hover{
	background:#602402;
}
.past_events_main{
	background:#602402;
	padding:30px;
	margin:0;
	display:table;
	width:100%;
	box-sizing:border-box;
}
.past_event_title h1{
	text-align:center;
	font-size:55px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#FFFFFF;
	line-height:60px;
	font-weight:300;
	margin:0;
}
.events_content h2{
	font-size:25px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#FFFFFF;
	line-height:35px;
	font-weight:500;
	margin:0;
	padding:0;
}
.events_content p{
	font-size:17px;
	font-family: 'Roboto', sans-serif;
	color:#FFFFFF;
	line-height:22px;
	font-weight:400;
	margin:0;
	padding:0;
}
.events_content a{
	color:#b4693e;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
}
.events_content a:hover{
	text-decoration:underline;
}

.subpage_section_main ul{
	margin:0;
	padding:0;
}
.subpage_section_main ul li{
	background:url(../images/bullets_brown.png) no-repeat left center;
	list-style:none;
	padding:0 0 0 19px;
	font-size:14px;
	color:#602402;
	margin-bottom:8px;
}
.new_members_box{
	background:#602402;
	padding:25px 50px;
	margin-top:0;
}
.addnewlisting{
	border:solid 1px #602402;
	padding:8px 0 5px 0;
	margin:8px 0;
	text-align:center;
		-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.addnewlisting:hover{
	background:#602402;
}
.addnewlisting a{
	color:#602402;
	font-size:16px;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	text-align:center;
	padding:5px 0;
}
.addnewlisting:hover a{
	color:#fff;
}
.new_members_box h2{
	font-size:26px;
	color:#FFFFFF;
	margin:0;
	padding:0 0 12px 0;
}
.new_members_box p {
    color: #ffffff;
    font-size: 17px;
    line-height: 24.5px;
    margin: 0;
    padding: 0;
}
.bank_transfer_link:hover img{
	opacity:0.5;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.membership_form input{
	width:90%;
	margin-bottom:10px;
	padding:7px 15px;
	background:#fff;
	border:1px solid #602402;
	font-size:15px;
	color:#363636;
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
}
.membership_form select{
	width:90%;
	margin-bottom:10px;
	padding:7px 15px;
	background:#fff url(../images/select_arrow.png) right 15px center no-repeat;
	border:1px solid #602402;
	font-size:15px;
	color:#363636;
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.membership_form button{
	background:#602402;
	font-size:15px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding:8px 35px;
	color:#fff;
	float:left;
	clear:both;
	border:none;
	text-transform:uppercase;
}
.membership_form button:hover{
	background:#210c01;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  cursor:pointer;
}



.advertise_table table{
	width:100%;
    border: 1px solid #f5f5f5;
    border-top:none;
	overflow:hidden;
}
.advertise_table h3{
    color: #602402;
    font-size: 16px;
    margin: 0;
	font-weight:700;
    padding:8px 20px 15px 15px;
    text-transform: uppercase;
	background:#f5f5f5;
	/*background:url(../images/title_bottom_shadow.png) repeat-x center bottom -2px;*/
/*-webkit-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.75);
box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.75);*/
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}
.advertise_table table td{
	font-size:12px;
	padding:13px 15px;
	    color: #010101;
    font-weight: normal;
	font-family: 'Arimo', sans-serif;
    margin: 0;
    text-align:left;
    text-transform: uppercase;
}
.advertise_table table td a{
color: #010101;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    text-align:left;
	text-decoration:none;
    text-transform: uppercase;
	font-family: 'Arimo', sans-serif;
}
.advertise_table table td a:hover{
	color:#602402;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  text-decoration:underline;
}
/*.advertise_table table tr:nth-child(even){
	background:#f5f5f5;
}	*/

.green_colour{
	color:#009635 !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:17px !important;
	font-weight:300 !important;
}
.left_member_section{
	padding:0 30px 0 0;
}
.privacy_statement h3{
	text-transform:capitalize !important;
	font-size:17px !important;
	margin-top:10px;
	padding:0 0 5px 0;
	font-weight:700;
}
.subscribe_news_letter{
	background:#602402;
	padding:20px 0 25px 0;	
}
 
.subscribe_news_letter .black_bg .col-md-6:first-child{
	display:none;
}
.subscribe_news_letter .black_bg{
	background:none;
	margin:0;
	padding:0;
}
.subscribe_news_letter .black_bg .col-md-6{
	width:100% !important;
}
.subscribe_news_letter input {
    width: 82%;
}
.subscribe_news_letter h1{
	font-size:24px;
	margin:0;
	font-weight:400;
	color:#fff;
	padding:0 0 15px 15px;
	font-family: 'Roboto Condensed', sans-serif;
}
.main_calender_image img{
	width:100%;
	max-width:626px;
}
.noticeboard_box{
	width:100%;
	-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.75);
	padding:30px;
	margin-bottom:30px;
	min-height:290px;
}
.orange_box h2{
	margin:0;
    color: #fff !important;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 1px 0;
}
.noticeboard_box h2{
	margin:0;
    color: #ee5a00;
    font-family: "Roboto Condensed",sans-serif;
    font-size:18px;
    line-height: 30px;
    margin: 0;
	font-weight:700;
    padding: 0 0 1px 0;
}
.editor_info{
	width:100%;
	clear:both;
	float:left;
	padding:6px 0 16px 0;
}
.editor_info h4{
	margin:0;
	padding:0 20px 0 20px;
	float:left;
	font-size:13px;
	color:#575757;
	background:url(../images/pencil_icon.png) left center no-repeat;
	font-weight:normal;
}
.orange_box .editor_info h4{
	margin:0;
	padding:0 20px 0 20px;
	float:left;
	font-size:13px;
	color:#fff;
	background:url(../images/pencil_icon_white.png) left center no-repeat;
	font-weight:normal;
}
.orange_box .editor_info h5{
	margin:0;
	padding:0 0 0 20px;
	float:left;
	background:url(../images/calender_icon_white.png) left center no-repeat;
	font-size:13px;
	color:#fff !important;
	font-weight:normal;
}

.orange_box p{
	float:left;
	padding-bottom:6px;
	color:#fff !important;
}
.noticeboard_box p{
	float:left;
	padding-bottom:6px;
	color:#575757;
}
.editor_info h5{
	margin:0;
	padding:0 0 0 20px;
	float:left;
	background:url(../images/calender_icon.png) left center no-repeat;
	font-size:13px;
	color:#575757;
	font-weight:normal;
}
.noticeboard_box a{
	font-size:12px;
    font-family: "Roboto Condensed",sans-serif;
	text-transform:uppercase;
	color:#ee5a00;
}
.noticeboard_box a:hover{
	text-decoration:none;
}
.left_advertise_page{
	width:94%;
}
.advertise_page_box{
	padding:30px 30px;
}
.prev_nxt_buttons{
	margin-top:20px;
	margin-bottom:80px;
}
.prev_nxt_buttons .prebutton{
	float:left;
	background:url(../images/left_arrow.png) no-repeat left center;
	font-size:16px;
	padding:0 0 0 15px;
	font-weight:400;
	text-decoration:none;
	color:#575757;
    font-family: "Roboto Condensed",sans-serif;
}
.prev_nxt_buttons .nxtbutton{
	float:right;
	font-size:16px;
	font-weight:400;
	padding:0 15px 0 0;
	background:url(../images/right_arrow.png) no-repeat right center;
	text-decoration:none;
	color:#575757;
    font-family: "Roboto Condensed",sans-serif;
}
.main_navigation{
	clear:both;
	padding:20px 0;
	display:table;
	margin:0 auto 35px;
}

.main_navigation a{
	padding:4px 8px;
	border:1px solid #a8a8a8;
	color:#a8a8a8;
	font-size:14px;
	text-transform:uppercase;
	margin:0 2px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-decoration:none;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.main_navigation a:hover{
	background:#ee5a00;
	border:1px solid #ee5a00;
	color:#fff;
}
.active_page{
	background:#ee5a00;
	border:1px solid #ee5a00 !important;
	color:#fff !important;
}
.left_privacy{
	width:95%;
	float:left;
}
.right_privacy{
	width:95%;
	float:right;
}
.right_privacy a{
	color:#000;
}
.advertise_table a{
	background:url(../images/list_bullets_in_table.png) no-repeat left center;
	padding:0 0 0 10px;
}
.useful_link_table table td{
	width:25% !important;	
}
.gumphan2016 iframe{
	height:650px;
}
.view_all_links{
	text-align:center;
}
.view_all_links a{
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
	background:#ee5a00;
	padding:10px 60px;
	margin:35px auto 20px;
	display:table;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.view_all_links a:hover{
	background:#b4693e;
}
.event_box{
	display:table;
	width:100%;
	margin-bottom:15px;
	padding:25px 50px;
	-webkit-box-shadow: 0px 4px 3px 1px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 4px 3px 1px rgba(0,0,0,0.18);
box-shadow: 0px 4px 3px 1px rgba(0,0,0,0.18);
}

.event_box h1{
	margin:0;
	padding:0 0 10px 15px;
	font-size:28px;
    font-family: "Roboto Condensed",sans-serif;
	color:#ee5a00;
	font-weight:300;
}
.event_box p{
	font-size:14px;
	color:#575757;
	margin:0;
	padding:0 0 2px 0;
	line-height:20px;
}
.event_box a{
	font-size:13px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	color:#6b310d;
	text-transform:uppercase;
	margin:0;
	text-decoration:underline;
	line-height:20px;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.event_box a:hover{
	color:#ee5a00;
	text-decoration:none;
}
.event_bottom{
	text-align:right;
	}
.event_bottom a{
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
	background:#ee5a00;
	padding:10px 25px;
	display:table;
	float:right;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.event_bottom a:hover{
	background:#6b310d;
	text-decoration:none;
}
.events_pagination a{
	float:left;
	margin:0 5px;
	text-decoration:none;
	font-size:13px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	color:#323232;
}	
.events_pagination a:hover{
	text-decoration:underline;
}
.page_num_18 a:last-child{
	display:none;
}
.page_num_01 a:first-child{
	display:none;
}
.slect_option{
	padding:0 0 40px 0;
}
.slect_option select{
	padding:5px 50px 5px 15px;
	font-size:18px;
	color:#000000;
	display:table;
	margin:0 auto;
	background:url(../images/down_arrow.png) right 15px center no-repeat;
	font-family: 'Roboto', sans-serif;
	border:1px solid #000000;
	-moz-appearance:none;
	-webkit-appearance:none;
}	
.back_link a{
	float:left;
	font-size:14px;
	color:#575757;
	margin-left:15px;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
}
.back_link a:hover{
	text-decoration:none;
	cursor:pointer;
}
.new_members_box input{
	width:100%;
	float:left;
	margin:0 0 10px 0;
	background:#fff;
	border:none;
	padding:10px 15px;
}
.new_members_box button{
	padding:7px 20px;
	background:#ee5a00;
	border:none;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:13px;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  cursor:pointer;
  font-weight:700;
}
.new_members_box button:hover{
	background:#bc4904;
}
.margin_top_35px{
	margin-top:50px;
}
.inputtxt{
	width:90%;
	margin-bottom:10px;
	padding:7px 15px;
	background:#fff;
	border:1px solid #602402;
	font-size:15px;
	color:#363636;
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
}
.inputtxtarea{
	width:90%;
	margin-bottom:10px;
	padding:7px 15px;
	background:#fff;
	border:1px solid #602402;
	font-size:15px;
	color:#363636;
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
}
.btnsubmit{
	background:#602402;
	font-size:15px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding:8px 35px;
	color:#fff;
	float:left;
	clear:both;
	border:none;
	text-transform:uppercase;
}
.btnsubmit:hover{
	background:#210c01;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  cursor:pointer;
}
.inputspaceing{
	clear:both;
	width:100%;
	padding:7px 0 15px 0;
	font-size:14px;
}
.gallery_item{
	float:left;
	box-sizing:border-box;
	position:relative;
}
.gallery_text{
	position:absolute;
	left:0;
	right:0;
	height:100%;
	width:100%;
	top:0;
	padding-bottom:5px;
	bottom:0;
	z-index:9999;
	background:rgba(0,0,0,0.8);
	opacity:0;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.gallery_text a{
	height:100%;
	width:100%;
	margin:40% 0 0 0;
	display:table;
	text-decoration:none;
}
.gallery_text h2{
	margin:0 auto;
	width:90%;
	text-align:center;
	color:#FFFFFF;
	font-size:22px;
	text-transform:uppercase;
}
.gallery_item:hover .gallery_text{
	opacity:1;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  cursor:pointer;
}
.gallery_item img{
	width:100%;
}
.info_soon{
	min-height:250px;
}
.orange_box{
	background:#ee5a00;
}
.marun_box{
	background:#602402;
}
.grey_box{
	background:#f5f5f5;
}

.orange_box a{
	color:#fff !important;
}

.marun_box .editor_info h4{
	margin:0;
	padding:0 20px 0 20px;
	float:left;
	font-size:13px;
	color:#fff;
	background:url(../images/pencil_icon_white.png) left center no-repeat;
	font-weight:normal;
}
.marun_box .editor_info h5{
	margin:0;
	padding:0 0 0 20px;
	float:left;
	background:url(../images/calender_icon_white.png) left center no-repeat;
	font-size:13px;
	color:#fff !important;
	font-weight:normal;
}
.marun_box h2{
	margin:0;
    color: #fff !important;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 1px 0;
}
.marun_box p{
	float:left;
	padding-bottom:6px;
	color:#fff !important;
}
.marun_box a{
	color:#fff !important;
}




.community_noticeboard_box{
	width:98%;
	min-height:291px;
	padding-top:12px;
	margin-bottom:50px;
	background:#602402;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.community_noticeboard_box h2{
	background:url(../images/community_noticeboard_title_bg_01.png) left center no-repeat;
	height:80px;
	color:#000000;
	margin:0;
	font-size:22px;
	padding:20px 38px;
}

.community_noticeboard_box .editor_info h4{
	margin:0;
	padding:0 20px 0 20px;
	float:left;
	font-size:13px;
	color:#fff;
	background:url(../images/pencil_icon_white.png) left center no-repeat;
	font-weight:normal;
}
.community_noticeboard_box .editor_info{
	padding:5px 0 25px 25px;
}
.community_noticeboard_box .editor_info h5{
	margin:0;
	padding:0 0 0 20px;
	float:left;
	background:url(../images/calender_icon_white.png) left center no-repeat;
	font-size:13px;
	color:#fff !important;
	font-weight:normal;
}
.white_header_box {
    margin-left: -12px;
}
.community_noticeboard_box p{
	width:100%;
	padding:0 25px 25px 25px;
	color:#FFFFFF;
}




.community_noticeboard_box2{
	width:100%;
	min-height:291px;
	padding-top:12px;
	margin-bottom:50px;
	background:#fff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.community_noticeboard_box2 h2{
	background:url(../images/community_noticeboard_title_bg_02.png) left center no-repeat;
	height:80px;
	color:#fff;
	margin:0;
	font-size:22px;
	padding:20px 38px;
}


.community_noticeboard_box2 .editor_info h4{
	padding:0 20px 0 20px;
}
.community_noticeboard_box2 .editor_info{
	padding:5px 0 25px 25px;
}
.community_noticeboard_box2 .editor_info h5{
	padding:0 0 0 20px;
}

.community_noticeboard_box2 p{
	padding:0 25px 25px 25px;
}



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ece8e8;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding:0;
    z-index:99999999;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content a{
	text-align:left !important;
	padding:12px 15px !important;
}
.dropdown-content a:hover{
	background:#ee5a00 !important;
	color:#FFFFFF !important;
}
.team_box{
	width:20%;
	float:left;
	box-sizing:border-box;
	padding:0 20px;
}
.team_icon{
	max-height:208px;
}
.team_box img{
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}
.team_member_info{
	background:#efefef;
	padding:14px 0;
}
.team_box h2{
	font-size:18px;
	text-align:center;
	margin:0;
	padding:0 0 0 0;
}
.team_box p{
	text-align:center;
	font-size:14px;
	color:#575757;
	margin:0;
	padding:2px 0 0 0;
}
.radio_programs h3{
	font-size:17px;
	font-weight:700;
}

.header__bottom_section .footer_icons{
	margin:20px 20px 0 0 !important;

}
.contact_page_link{
	font-weight:700;
	color:#000;
	text-decoration:none;
}
.contact_page_link :hover{
	text-decoration:underline;
}
.weekly_programe_main{
	width:100%;
}
.weekly_programe_main h2{
	font-size:16px;
	font-weight:700;
	line-height:21px;
	padding:0 0 5px 0;
}
.weekly_programe_main h3{
	font-size:18px;
	text-transform:capitalize;
	line-height:23px;
	padding:0 0 0 0;
}
.weekly_programe_main p{
	font-size:14px;
	line-height:14px;
	padding:5px 0 8px 0;
}
.weekly_programe_main a{
	font-size:11px;
	color:#fff;
	background:#ee5a00;
	padding:7px 12px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.weekly_programe_main a:hover{
	background:#ac4303;
}
.button_radio_programs{
	margin-top:5px;
}
.programme_box{
	min-height:inherit;
	width:100%;
	min-height:200px;
}
.weekly_programe_main h1{
	margin:0;
	font-size:23px;
	color:#000;
	font-weight:700;
	padding:0 0 12px 0;
	font-family: 'Roboto Condensed', sans-serif;
}
.wpcf7-form.invalid br{
	display:none !important;
}
.directory_listing_image img{
	width:100%;
}
.directory_listing_image{
	width:100%;
	float:left;
}
.directory_listing_content{
	width:100%;
	float:left;
}
.directory_listing_content p{
	margin:0;
	padding:0 0 7px 0;
	font-size:14px;
	line-height:20px;
}
.directory_listing_content p span{
	font-weight:700;
	width:120px;
	float:left;
	font-size:13px;
	margin-right:0;
	color:#000000;
}
.details_button{
	margin-top:5px;
}
.details_button a{
	text-decoration:none;
    background: #ee5a00 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 10px;
    text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
    transition: all 0.5s ease 0s;
}
.details_button a:hover{
	background:#602402;
}
.listing_main{
	width:100%;
	clear:both;
	padding-bottom:25px;
	display:table;
}
.fixed_up {
    position: relative;
    width: 100%;
	max-width:350px;
}
#fixed_right_sec.fixed {
    position: fixed;
    top:30px;
    width: 100%;
	max-width:350px;
}
.top_back_link a{
	font-size:13px;
	color:#000;
	margin-bottom:10px;
	float:right;
}
.top_back_link a:hover{
	text-decoration:none;
}
.listing_main_content{
	padding:15px;
	border:1px solid #f5f5f5;
	display:table;
	width:100%;
}
.details_button{
	width:100%;
	clear:both;
	float:right;
	text-align:right;
}
.details_button{
	margin-top:-36px;
}
.details_button a{
	float:right;
	position:relative;
	z-index:9999;
	background:none;
	display:table;
}
.details_button a:hover{
	background:none;
}	
.pull-right{
	float:right !important;
}



.subscribe_newsletter_main{
	width:100%;
	background-color:#ae4906;
	position:relative;
	padding:0 0 15px 0;
}
.subscribe_newsletter_main .newsletter_bg img{
	width:100%;
	max-width:381px;
	margin-top:5px;
}
.subscribe_fields_main {
    left: 14.8%;
    position: absolute;
    width: 100%;
    z-index: 9999;
	top:127px;
}
.subscribe_fields_main input{
	float:left;
	margin:0 0 0 0;
	background:transparent;
	border:transparent;
	font-size:14px;
	color:#303030;
	font-weight:400;
	max-width:145px;
	width:100%;
	outline:none;
}

.subscribe_fields_main input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#969696;
  font-size:10px;
  text-transform:uppercase;
}
.subscribe_fields_main input::-moz-placeholder { /* Firefox 19+ */
  color:#969696;
  font-size:10px;
  text-transform:uppercase;
}
.subscribe_fields_main input:-ms-input-placeholder { /* IE 10+ */
  color:#969696;
  font-size:10px;
  text-transform:uppercase;
}
.subscribe_fields_main input:-moz-placeholder { /* Firefox 18- */
  color:#969696;
  font-size:10px;
  text-transform:uppercase;
}
button.newsl {
    border: medium none;
    color:transparent;
    font-size: 20px;
    line-height: 22px;
    margin:0 auto;
    padding: 3px 9px;
	background:transparent;
	margin-left:90px;
	outline:none;
}
button.newsl:hover{
	cursor:pointer;
}
.subscribe_right_img img {
    margin-top: 38px;
	width:100%;
	max-width:481px;
}
.inner_container{
	max-width:991px;
	margin:0 auto;
	width:100%;
	display:table;
}
.pagination > li > a, .pagination > li > span{
	border:none !Important;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
	 border-radius:0;
	 background-color: transparent;
	 border:none;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
background-color: transparent !important;
}
.radio_programs .infobox{
	min-height:180px;
}

.slider_caption_box{
	position:absolute;
	top:0;
	width:100%;
}
.slider_caption_box h1{
	padding:30px 0 10px 0;
	margin:0;
	text-align:center;
	font-size:18px;	
	line-height:24px;
    font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.slider_caption_box p{
	text-align:center;
	
}
.slider_caption_box p a{
	padding:3px 10px;
	color:#fff;
	font-size:11px;	
    font-family: 'Roboto', sans-serif;
	font-weight:400;
	border:solid 1px #fff;
	text-transform:uppercase;
}
.slider_caption_box p a:hover{
	text-decoration:none;
	background-color:#fff;
	color:#ee5a00;
}
.slider_caption_box h1 span{
	font-size:14px;
	display:block;
}
#inline_content{
	background-color:#fff;
	padding:15px;
	display:table;
}
#inline_content	h3{
	padding:5px;
	color:#fa5225;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:20px;
	font-weight:500;
	margin:0 0 15px 0;
}
#inline_content .inputtxt{
	width:100% !important;
}

.comingsoon_box{
	width:100%;
	-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.75);
	padding:30px;
	margin-bottom:30px;
	min-height:440px;
}
.subpage_section_main .comingsoon_box h2{
	padding-bottom:5px;
}
.subpage_section_main .comingsoon_box .editor_info{
	margin-bottom:15px;
}
.btn_coming_soon{
	float:left;
	padding:10px 0 0 0;
}
.btn_coming_soon a{
	background-color:#ee9b01;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	padding:7px 20px;
	margin:0 15px 0 0;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.btn_coming_soon a:hover{
	color:#fff;
	background-color:#ee5a00;
	text-decoration:none;
}


.create_event_details_form input{
	width:100%;
	margin-bottom:10px;
	padding:7px 15px;
	background:#fff;
	border:1px solid #602402;
	font-size:15px;
	color:#363636;
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
}
.create_event_details_form input[type="file"] {
	padding:0;
	border:none;
	margin-bottom:25px;
}
.create_event_details_form textarea{
	width:100%;
	margin-bottom:10px;
	padding:7px 15px;
	background:#fff;
	border:1px solid #602402;
	font-size:15px;
	color:#363636;
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
}
.create_event_details_form button{
	background:#602402;
	font-size:15px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding:8px 35px;
	color:#fff;
	float:left;
	clear:both;
	border:none;
	text-transform:uppercase;
}
.create_event_details_form button:hover{
	background:#210c01;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  cursor:pointer;
}
.create_event_details_form p{
    font-size: 15px;
    color: #000000;
    margin: 0;
    line-height: 20px;
    font-weight: 700;
    padding: 10px 0 5px 0;
    font-family: 'Arimo', sans-serif;
}
.captcha_main{ margin-bottom:10px; display:table; width:100%;}
.contact_right_grey_box{ background:#f7f7f7; padding:40px; width:90%; float:right;}
.contact_right_grey_box h2{ margin-bottom:10px; padding-bottom:0;}

.contact_right_grey_box h4 { color: #303030; font-family: 'Roboto Condensed', sans-serif; font-size: 15px; font-weight: 600; margin:5px 0 0 0; padding: 0 0 5px 0;}
.contact_right_grey_box p a{ color:#000000;}
.left_privacy_statement ul li{ color:#000000; font-size:14px; background: url(../images/bullets_brown.png) no-repeat left top 6px; font-family: 'Arimo', sans-serif;}
.sammelan-wrapper{
	width:100%;
	max-width:1000px;
	text-align:center;
	margin:0 auto;
}
.sammelan-wrapper p a{
	color:#000;	
}
.sammelan-wrapper p img{width:100%; max-width:1000px;}