@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:400,500,700');
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	background-image: url(../images/bg.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.search-area
{
	height: 61px;
	border-bottom: solid 1px #dadada;
	padding: 0px 20px;
	overflow: hidden;
}
.search-area input[type="text"] {
	border:0;
	box-shadow: none;
	font-size: 29px;
	height: 61px;
	padding: 0px;
	background-color: transparent;
	
}
.search-area form
{
	padding: 0px;
}
.search-area .search_icon
{
	width: 20px;
	float: left;
	margin-top: 20px;
}
.search-area .form-group {
	width: calc(100% - 40px);
	float: right;
}
.search-area input[type="text"]::placeholder {
    text-align: right;
}
.custom-menu
{
	background-color: transparent;
	border:none;
}
.custom-menu .navbar-nav>li>a
{
	font-size: 20px;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 50px;
	position: relative;
}

@media only screen and (min-width: 760px) and (max-width: 2200px){
	.custom-menu .navbar-nav>li>a:before{
		content:'';
		width:2px;
		height:20px;
		background:#ccc;
		position:absolute;
		left:0px;
		top:29px;
		transition: all 0.3s;
	}
	.custom-menu .navbar-nav>li>a:after{
		content:'';
		width:2px;
		height:20px;
		background:#ccc;
		position:absolute;
		right:-2px;
		top:29px;
		transition: all 0.3s;
	}
	.custom-menu .navbar-nav>li>a:hover:before{
		transform:rotate(90deg);
		top:15px;
		left:-50%;
		right:-50%;
		margin:auto;
	}
	.custom-menu .navbar-nav>li>a:hover:after{
		transform:rotate(-90deg);
		top:45px;
		left:-50%;
		right:-50%;
		margin:auto;
	}
}
.banner-area
{
	height: 400px;
	background-color: #f4f5f7;
}
.banner
{
	height: 400px;
	float: right;
	background-size: cover;
	background-position: right;
}
.banner-text
{
	display: table;
	height: 400px;
}
.banner-text-c
{
	vertical-align: middle;
	display: table-cell;
}
.banner-text-c h2
{
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	color: #595959;

}
.banner-text-c p
{
	font-size: 20px;
	color: #595959
}
.about-sec{
	padding: 40px 20px;
}
.about-sec h2
{
	font-size: 30px;
	text-transform: uppercase;
	color: #1a96a0;
	font-weight: bold;
}
.about-sec p
{
	font-size: 18px;
	color: #595959;
	line-height: 24px;
}
.learn-more-link
{
	font-size: 18px;
	color: #1a96a0;
	text-decoration: underline;
}
.latest-status-c
{
	display: table;
	position: absolute;
	left: 0px;
	width: 100%;
}
.latest-status
{
	background-color: #1a96a0;
	color: #a9e8dc;
	height: 250px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.latest-status h3
{
	font-weight: bold;
	margin: 0;
}
.latest-status a
{
	color: #a9e8dc;
	font-size: 16px;
	margin-top: 10px;
	text-decoration: underline;
}
.no-padding
{
	padding: 0px;
}
.news-head-c, .meeting-head-c
{
	background-color: #a2bc2a;
	display: table;
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 24px;
	min-height: 380px;
	font-weight: bold;
}
.news-heading, .meeting-heading
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #e9f5b4;
	text-transform: uppercase;
}
.news-heading a{
	color: #e9f5b4;
	text-decoration: none;
}
.meeting-heading a{
	color: #a9e8dc;
	text-decoration: none;
}
.news-block
{
	padding: 30px;
	min-height: 380px;
}
.news-block h3
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.news-block h3 a
{
	color: #a2bc2a;
}
.news-block p
{
	font-size: 18px;
	margin-bottom: 20px;
	color: #595959;
}
.news-block a.link
{
	color: #a2bc2a;
	font-size: 18px;
}
.block1
{
	background-color: #f4f5f7;
}
.block2
{
	background-color: #e8ebee;
}
.meeting-head-c
{
	background-color: #083f40;
	min-height: 280px;
}
.meeting-heading
{
	color: #a9e8dc;

}
.meetings-list, .meetings-list a
{
	font-size: 16px;
	color: #083f40;
	text-transform: uppercase;
	font-weight: bold;
}
.meetings-list td 
{
	border-top:0 !important;
	background-color: transparent !important;
	padding: 20px 15px !important;
}
.meetings-area
{
	background-color: #fff;
	overflow: hidden;
}
.meeting-list
{
	padding:20px;
}
.meetings-list>tbody>tr:nth-of-type(odd)
{
	background-color: #fff !important;
}
.meetings-list>tbody>tr:nth-of-type(even)
{
	background-color: #f4f5f7 !important;
}
.left-bar
{
	border-left: solid 1px #083f40 !important;
	display: block;
	padding-left: 20px;
}
.up-meeting
{
	background-color: #083f40;
	font-size: 40px;
	text-transform: uppercase;
}
.up-meeting h3{
	text-transform: uppercase;
}
.up-meeting h3 a{
	margin: 0px;
}
.meeting-wrap .latest-status-c{
	position: relative;
}
.link
{
	font-size: 16px;
	color: #a9e8dc;
	text-transform: none;
}
.join-img
{
	background: url(../images/bottom_left_corner.jpg);
	background-size: cover;
	height: 300px;
	background-repeat: no-repeat;
}

.join-img2 {
    background: url(../images/join-area2.jpg);
    background-size: cover;
    height: 300px;
    background-repeat: no-repeat;
}

.learn-area
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
}
.learn-area h3
{
	color: #e46c0a;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.learn-area a
{
	color: #e46c0a;
}
.learn-area p
{
	margin: 20px 0;
}
.user-block, .user-block a
{
	background-color: #f4f5f7;
	font-size: 30px;
	color: #e46c0a;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	min-height: 400px;
}
.footer-links a
{
	font-size: 30px;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: block;
	 
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.footer-links a:hover
{
	 border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
          box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
  color: #185269;
  text-decoration: none;
  text-shadow: -1px -1px 0 #122329;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.fbg1
{
	background-color: #2a7d9d
}
.fbg2
{
	background-color: #5597b1
}
.fbg3
{
	background-color: #7fb1c4
}
.fbg4
{
	background-color: #aacbd8
}
.social-area
{
	background-color: #e9f2f5;
}
.social-area ul
{
	display: table;
	margin:30px auto;
}
.footer-contact
{
	padding: 15px;
}
.footer-contact, .footer-contact a
{
	font-size: 18px;
	text-align: center;
	color: #2a7d9d;
}
/*Custom*/
.news-area .col-md-4 {
    width: 25% !important;
}
.news-area .row > div:last-child {
    width: 33.33% !important;
}
.news-area .row > div:nth-child(2), .news-area .row > div:nth-child(4){
    background-color: #f4f5f7;
}
.news-area .row > div:nth-child(3) {
    background-color: #e8ebee;
}
ul.side-menu {
  -webkit-box-shadow: 3px 3px 10px 0 #999999;
  -moz-box-shadow: 3px 3px 10px 0 #999999;
  box-shadow: 3px 3px 10px 0 #999999;
  color: #000;
  list-style-type: none;
  margin-top: 34px;
  padding: 35px 25px;
  position: relative;
}
ul.side-menu:after {
  background: url("../Images/paperclip.png") center center no-repeat;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  top: -14px;
  width: 20px;
}
ul.side-menu li {
  margin: 10px 0;
  padding: 0;
}
ul.side-menu li a:hover {
  text-decoration: none;
}
ul.link-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.link-list > li {
  margin: 0;
  padding: 0;
}
.collapsable-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.collapsable-list > li {
  margin: 0;
  padding: 0;
}
.collapsable-list > li label {
  padding: 0 0 0 12px;
}
.collapsable-list > li:before {
  border: 5px solid transparent;
  border-left-color: #333;
  content: ' ';
  height: 0;
  position: absolute;
  margin-top: 3px;
  width: 0;
}
.collapsable-list > li .collapsable-list-content {
  display: none;
  margin-bottom: 12px;
  margin-left: 24px;
}
.collapsable-list > li.open:before {
  border-left-color: transparent;
  border-top-color: #333;
  margin-left: -3px;
  margin-top: 6px;
}
.collapsable-list > li.open .collapsable-list-content {
  display: block;
}
.fc .fc-toolbar {
  background-color: #007EA2;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  color: #fff;
  margin-bottom: 0;
  padding: 11px 24px 12px;
}
.fc .fc-toolbar h2,
.fc .fc-toolbar h3 {
  font-size: 14px;
  margin: 0;
  padding-top: 6px;
  text-transform: uppercase;
}
.fc .fc-toolbar .fc-button {
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
  margin: 0;
  text-shadow: none;
}
.fc .fc-view-container {
  background-color: #f9f9f9;
  padding: 24px;
}
.fc .fc-view-container .fc-event {
  background-color: #007EA2;
  border-radius: 3px;
}
.fc .fc-view-container .fc-event .fc-content {
  font-size: 12px;
  line-height: 16px;
}
.fc .fc-view-container .fc-event .fc-content .fc-title {
  width: 100%;
  white-space: normal;
}
.table .odd {
  background-color: #f9f9f9;
}
.table .even {
  background-color: transparent;
}
.modal-dialog {
  width: 400px;
}
.modal-content {
  background-color: #e0eff6;
  color: #999;
  line-height: normal;
  padding-left: 30px;
  padding-right: 30px;
}
.modal-content input,
.modal-content textarea {
  padding: 5px;
  border-radius: 3px;
  max-width: 100%;
}
.modal-content input:hover,
.modal-content textarea:hover,
.modal-content input:active,
.modal-content textarea:active,
.modal-content input:focus,
.modal-content textarea:focus {
  box-shadow: none;
  outline: none;
}
.modal-content .modal-body > div {
  margin-bottom: 10px;
}
.modal-content .modal-body button {
  background-color: #007CAA;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}
.modal-content .modal-body button:hover,
.modal-content .modal-body button:active,
.modal-content .modal-body button:focus {
  background-color: #0083b4;
  color: #fff;
}
.modal-header {
  border: none;
  color: #007CAA;
  margin: 0;
  text-align: center;
}
.modal-title {
  font-weight: bold;
  text-transform: uppercase;
}
.overlayWebForm {
  background-color: #000;
  cursor: wait;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999998;
}
.google-search-wrapper {
    position: absolute;
left:-50%;
right:-50%;
margin:auto;
    top: 0px;
    width: 96%;
    z-index: 1030 !important;
}
.search-area .search_icon{
	float:right;
	position:relative;
	z-index:1031;
	opacity:0.5;
}
.google-search-wrapper .gsc-control-cse {
  background-color: transparent;
  border: none;
}
.google-search-wrapper .gsc-input {
  background-color: transparent !important;
  background-position-y: top !important;
}
.google-search-wrapper .gsib_a {
  padding-top: 0;
}
.google-search-wrapper .gsc-search-button input {
  border: 1px solid #ccc;
  padding: 5px 20px;
  height: 25px;
  width: 55px;
}
.gsc-orderby .gsc-option-menu-container {
  width: 82px !important;
}
.gsc-orderby .gsc-selected-option-container {
  max-width: none !important;
  width: 82px !important;
}
.pos-rel {
  position: relative !important;
}


.gsc-input-box {
    border: none!important;
	box-shadow: none!Important;
	outline:none!important;
	margin-top: -2px!important;
}
.gsc-search-button{
	display: none!important;
}
.gsc-control-cse{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.search-area input[type="text"]{
   font-family: 'Roboto Condensed', sans-serif!important;
   color:#555!important;
}
.search-area input[type="text"]::placeholder{
	font-size:29px!important;
}
.news-wrap, .meeting-wrap{
	display: table;
	width: 100%;
}

.news-wrap > div[class^="col-"], .meeting-wrap > div[class^="col-"]{
	display: table-cell;
	float: none;
	vertical-align: top;
}
.news-wrap div.col-md-2{
	background: #a2bc2a;
	vertical-align: middle;
}
.meeting-wrap .col-md-2{
	background: #083f40;
	vertical-align: middle !important;
}
.meetings-list tr td:first-child {
    width: 100px;
    padding-right: 10px !important;
}
ul.main-menu.navbar-nav{
	float:right;
}


/*NEW*/
.navbar .container-fluid{
	width:92%!important;
}
.banner-area .carousel-inner .col-md-5{
	padding-left:5%!important;
}
.news-head-c, .meeting-head-c{
	position:static;
}
.news-wrap .col-md-3, .meeting-wrap .col-md-4, .about-area .col-md-4{
	width:28%!important;
}
.news-wrap, .meeting-wrap {
    display: table;
    width: calc(100% + 30px);
    float: left;
}
.news-wrap div.col-md-2, .meeting-wrap .col-md-2{
	width:16%!important;
}
.meeting-wrap .col-md-6{
	width:56%!important;
}
.about-area .col-md-8{
	width:72%!important;
	padding-left:3%!important;
	padding-right:2%!important;
}
.search-area{
	padding: 0px 5%;
}
.google-search-wrapper{
	width:90%!important;
}
.meeting-wrap .col-md-4{
	background: #083f40!important;
}
.join-area .col-md-4:last-child{
	width:28%!important;
}
.join-area .col-md-4:nth-child(2){
	width:38.6%!important;
}
.footer-links a:hover{
	border:none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
.custom-menu .navbar-nav>li>a{
	padding-top:30px!important;
	padding-bottom:20px!important;
}
ul.main-menu.navbar-nav{
	margin-top:10px;
}
.meetings-list tr td{
	font-size:20px;
	padding:20px 20px!important;
}
.meetings-list tr td:first-child{
	width:150px;
	padding-left:40px!important;
}
.meetings-list, .meetings-list a{
	font-size:20px;
}

/*Link*/

a.link{
		overflow: hidden;
		padding: 0px;
		height: 1.3em;
		color: #a9e8dc;
		font-weight: 400;
		display:inline-block;
}
.news-block a.link, .learn-area a, .learn-more-link{
	overflow: hidden;
	height: 1.3em;
	display:inline-block;
}
.latest-status a{
	font-size: 24px;
	text-decoration: none;
}
.latest-status a span, .news-block a.link span, .learn-area a span, .learn-more-link span{
		position: relative;
		display: inline-block;
		transition: all 0.3s;
}
.latest-status a span:before, .news-block a.link span:before, .learn-area a span:before, .learn-more-link span:before {
		color: #fff;
		position: absolute;
		top: 100%;
		content: attr(data-hover);
		transform: translate3d(0);
}
.news-block a.link span:before, .learn-area a span:before, .learn-more-link span:before{
	color:#595959;
}
.latest-status a:hover span, .news-block a.link:hover span, .learn-area a:hover span, .learn-more-link:hover span{
		transform: translateY(-100%);
} 
.search-area .search_icon{
	width:34px;
	height:34px;
	background:url(../images/search_icon.png) no-repeat center;
	margin-top:14px;
	opacity:1;
	border:none;
}
.search-area {
    padding: 0px 1%;
	background:#fff;
}
.meetings-list{
	margin:0px;
}
.meeting-head-c{
	min-height:160px;
}
.latest-status{
	height:220px;
}
.about-area .latest-status{
	height:250px;
}
.join-area .latest-status{
	height:280px;
}
.join-area, .user-block, .user-block a{
	background:#e8ebee;
}

.join-area .info-corner {
    background: #fff;
    height: 300px;
}

.join-area .follow-us {
    height: 300px;
}

.sub-header .wgmember-wrapper h1 {
    font-size: 16px!important;
	color:#fff!important;
    margin: 0 0 6px 0!important;
    padding: 0;
}
.sub-header .wgmember-wrapper h2 {
    font-style: italic!important;
    font-size: 14px!important;
    margin: 0 0 10px 0!important;
    padding: 0;
	color:#fff;
}
.sub-header .wgmember-wrapper p {
    max-height: 60px;
    overflow: hidden;
	color:#fff!important;
}
.sub-header a.pull-right{
	color:#fff;
}
.open > .dropdown-menu {
    min-width: 100%;
}

nav.navbar.off-canvas .container-fluid{
	  top: -150px;
	  box-sizing: border-box;
	  -webkit-transition: top 0.6s;
	  -moz-transition: top 0.6s;
	  transition: top 0.6s;
}
nav.navbar.off-canvas.fixed .container-fluid{
	top: 0px;
	z-index: 9;
	position: fixed;
	height: 70px;
	padding:0px 30px 0px 30px;
	width: 100%;
	background: rgba(255,255,255,1);
	border-bottom:solid 1px rgba(0,0,0,0.1);
}
nav.navbar.off-canvas.fixed ul.main-menu.navbar-nav {
    margin-top: -4px;
}
nav.navbar.off-canvas.fixed .navbar-brand > img{
	max-height: 42px;
}
.gsc-overflow-hidden {
    overflow: hidden!important;
    height: 100vh!important;
}

@media only screen and (max-width: 1450px){
	.navbar .container-fluid {
		width: 100%!important;
	}
	.custom-menu .navbar-nav>li>a{
		font-size:16px;
	}
	.about-area .latest-status{
		height: 300px;
	}
}
@media only screen and (max-width: 1260px){
	.navbar-brand > img{
		max-width:260px;
	}
	.navbar{
		margin-bottom:0px;
	}
	ul.main-menu.navbar-nav {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.news-wrap div.col-md-2, .meeting-wrap .col-md-2 {
		width: 20%!important;
	}
}
@media only screen and (max-width: 1180px){
	.about-area .latest-status {
		height: 280px;
	}
	.footer-contact, .footer-contact a {
		font-size: 16px;
		line-height: normal;
	}
}
@media only screen and (max-width: 1160px){
	.navbar-brand > img{
		max-width:200px;
	}
	.banner-text-c h2{
		font-size:30px;
	}
	.banner-area .carousel-inner .col-md-5{
		padding-left:3.5%!important;
	}
	.about-area .row .col-md-4, .about-area .latest-status-c{
		position:relative;
		padding-right:0px;
	}
	.about-area .latest-status{
		height:280px;
	}
	.custom-menu .navbar-nav>li>a{
		padding-left:10px!important;
		padding-right:10px!important;
	}
	.custom-menu .navbar-nav>li:last-child>a{
		padding-right:0px!important;
	}
	.news-head-c, .meeting-head-c{
		font-size:22px;
	}
}
@media only screen and (max-width: 1024px){
	.banner-text-c h2 {
		font-size: 26px;
	}
	.meetings-list, .meetings-list a, .meetings-list tr td {
		font-size: 16px;
	}
	.navbar .container-fluid {
		width: 98%!important;
	}
	.search-area {
		padding: 0px 3%;
	}
	.about-area .col-md-8{
		padding-left:3.5%;
	}
	.footer-links a{
		font-size:22px;
	}
	.social-area li img{
		max-width:70px;
	}
}
@media only screen and (max-width: 1000px){
	
	ul.main-menu.navbar-nav{
		max-width: 70%;
		margin-top:5px;
	}
	.custom-menu .navbar-nav>li>a {
		padding-top: 6px!important;
		padding-bottom: 0px!important;
	}
	.page-content {
		margin-top: 0px!important;
	}
	.sub-header{
		height:auto!important;
	}
	.wgmember-wrapper {
		margin-top: 90px!important;
	}
	.sub-header .other-members{
		position:relative!important;
		height:auto!Important;
	}
	.sub-header .other-members{
		margin-top:20px!Important;
		margin-bottom:0px!Important;
	}
	#memberPagination{
		margin-left:0px!important;
		margin-top:0px!important;
	}
}
@media only screen and (max-width: 1024px){
	.navbar .navbar-collapse.collapse.collapse{
		display: none!important;
	}
	.navbar .navbar-collapse.collapse.in{
		display: block!important;
	}
	.navbar .navbar-collapse{
		display: none!important;
		transition:none!important;
	}
	.navbar-toggle{
		display: block!important;
	}
	ul.main-menu.navbar-nav{
		position:absolute;
		width:100vw;
		background:#fff;
		padding:15px;
		max-width:none;
		z-index:999;
		box-shadow:0px 0px 2px rgba(0,0,0,0.2);
		left: 0px;
	}
	ul.main-menu.navbar-nav > li{
		margin:6px 0px;
		width: 100%;
	}
	ul.main-menu.navbar-nav > li a:before, ul.main-menu.navbar-nav > li a:after{
		content:none!important;
	}
	.gsc-input-box{
		background:none;
	}
	nav.navbar.off-canvas.fixed .container-fluid{
		height: 50px;
		padding: 0px 6px;
	}
	.navbar .navbar-brand{
		padding: 6px 15px;
	}
	nav.navbar.off-canvas.fixed .navbar-brand{
		 padding: 5px 0px;
	}
	nav.navbar.off-canvas.fixed .navbar-toggle{
		margin-right: 5px;
	}
	.navbar{
		background: #fff!important;
	}
	.navbar-nav > li > .dropdown-menu{
		position: static;
		box-shadow: none;
		border: none;
	}
	ul.main-menu.navbar-nav{
		top: 50px;
		left: -50%;
		right: -50%;
		margin: auto !important;
	}
	.navbar-header{
		width: 100%;
	}
	.custom-menu .navbar-nav > li > a{
		padding-bottom: 6px!important;
	}
	ul.main-menu.navbar-nav > li{
		margin: 2px 0px!important;
	}
}
@media only screen and (max-width: 920px){
	.about-area .col-md-8{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.latest-status a{
		font-size: 20px;
	}
	.learn-area h3{
		margin: 0px;
		font-size: 24px;
	}
	.learn-area p:last-child{
		margin-bottom: 0px;
	}
	.footer-contact, .footer-contact a {
		font-size: 15px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 760px){
	.navbar{
		height:65px;
	}
	.banner-text{
		height:auto;
	}
	.banner-text-c h2 {
		font-size: 22px;
	}
	.banner-area{
		height:400px;
		overflow:hidden;
	}
	.carousel-indicators{
		bottom:22px;
	}
	.banner{
		height:228px;
	}
	.container-fluid div[class^="col-"]{
		display:inline-block!important;
		width:100%!important;
		height:auto!important;
		padding-left:15px!important;
		padding-right:15px!important;
	}
	.news-area .row > div:last-child, .join-area .col-md-4:nth-child(2){
		width:100%!important;
	}
	.about-area .container-fluid .col-md-4,  .container-fluid .meeting-wrap .col-md-6{
		padding-left:0px!important;
		padding-right:0px!important;
	}
	.about-area .latest-status{
		height:auto;
		padding-top:25px;
		padding-bottom:25px;
	}
	.news-head-c, .meeting-head-c{
		min-height:50px;
	}
	.news-block{
		padding:0px;
		min-height:0px;
		margin-bottom:15px;
	}
	.learn-area{
		padding:0px 0px 12px;
	}
	.join-area .col-md-4:last-child{
		display:none!important;
	}
	.social-area li img{
		max-width:40px;
	}
	.social-area ul{
		margin:15px auto;
	}
	.meetings-list tr td:first-child{
		padding-left:20px!important;
	}
	.learn-area h3{
		font-size:26px;
	}
	.meetings-list tr td:first-child{
		width:100px;
	}
	.latest-status-c{
		position:relative;
	}
	.latest-status.up-meeting{
		min-height:0px;
		height:auto;
		padding-top:15px;
		padding-bottom:15px;
	}
	.main-list{
		margin-top:30px;
	}
	.page-content {
		margin-top: 0px!important;
	}
	ul.side-menu{
		padding:15px!important;
	}
	.container img{
		max-width:100%;
	}
	nav.navbar.off-canvas.fixed .container-fluid{
		padding: 0px 16px;
	}
}
@media only screen and (max-width: 500px){
	.page-content .form-wrapper .form-item {
		display: inline-block!important;
	}
	.main-list {
		margin-top: 30px;
		width: 100%;
		overflow: scroll;
		padding-top: 12px;
	}
	.navbar-nav {
    margin: 0px -6% !important;
	}
	
	.carousel-inner .banner-text{
		height: 200px;
	}
	.carousel-indicators{
		z-index: 99;
	}
	.banner-text-c p{
		font-size: 15px;
		line-height: 18px;
	}
	.banner {

		height: 200px;

	}
	.navbar-header{
		width: 100vw;
		margin: 0px;
		padding: 0px 10px;
	}
	.navbar .container-fluid{
		width: 100%!important;
	}
	.navbar-collapse.collapse.in{
		overflow: visible!important;
	}
}