html, body
{
	margin:0;
	padding:0;
	font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
	color:#4c4c4c;	
	overflow-x:hidden;
}

ul, li, a, span, lable, h1, h2, h3, h4, h5, h6, div, form, input
{
	margin:0 auto;
	padding:0;
}

/*------------------------------------------------ header -------------------------------------*/
.page-header {
  display:none;
}

header
{
	border-top:20px solid #58154e;
	//background:#ccc;
}
.header_phone
{
	text-align:right;
	font-size:16px;
	padding-top:20px;
}

.header_phone p a
{
	color:#000;
}

.header_phone p a:hover
{
	text-decoration:none;
	color:#c5120d;
}

@media only screen and (min-width:641px) and (max-width:991px)
{
	
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.header_phone
	{
		font-size:14px;
		padding-top:10px;
	}
}

/*-------------------------------------------- nav -----------------------------------------------*/
nav{
	background:#58154e;
}
#gruemenu.grue_95 > ul > li > a {
	text-transform: capitalize !important;	
}

#gruemenu > ul > li > a {
    padding: 15px 20px !important;
    border-right: initial !important;
	margin-right:3px;
}

.item-118 a span img
{
  height:12px !important;
}
.item-118 a span span, .sidr-class-separator
{
  display:none !important;
}

.sidr-class-item-118
{
  overflow:hidden !important;
}

.item-118.has-sub > a::after {
  display:none;
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
  .space_contact
  {
    padding-left:0px !important;
    padding-right:0px !important;
  }
  .header_phone
  {
    font-size:12px;
  }
}
/*---------------------------------------- Home -------------------------------------------------*/
/*------------------ home middle 1 ------------*/
.home_middle_1
{
	padding-top:10px;
	padding-bottom:30px;
}

.head_page
{	
	padding-bottom:15px;
	text-align:center;
}

.my_content p
{
	font-size:16px;
	line-height:1.6;
}

.read_more
{
	padding-top:10px;
	text-align:center;
}

.read_more a
{
	padding:10px 15px;
	background:#260922;
	color:#fff;
	transition:all 0.5s ease-in-out;
	border-radius:5px;
}

.read_more a:hover
{
	background:#58154E;
	color:#fff;
	text-decoration:none;
}

.my_president
{
  padding-top: 77px;
}

@media only screen and (min-width:641px) and (max-width:991px)
{
  .my_president
  {
    padding-top: 100px;
  }
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
  .my_president
  {
    padding-top: 0px;
    text-align:center;
  }
}

/*--------------- home middle 2 -----------------*/
.home_middle_2
{
	background:url("../images/event_bg2.png") no-repeat center center/ cover;
	padding-top:10px;
	padding-bottom:30px;
}

/*--------------- home middle 3 -----------------*/
.home_middle_3
{
	padding-top:10px;
	padding-bottom:30px;
}

.president
{
	font-size:18px;
	color:#000;
	font-weight:bold;
}

.pre_name
{
	color:#555;
}

.my_image_1 img
{
	//border-radius:50%;
	border:3px solid #575757;
	//width:53%;
}

/*--------------- home middle 4 -----------------*/
.home_middle_4
{
	background:url("../images/page_bg.png") no-repeat center center/ cover;
	padding-top:30px;
	padding-bottom:30px;
}

.icon_head
{
	position:relative;
}

/* .icon_head .icon_img, .icon_head h4
{
	display:table-cell;
}
 */
.icon_img
{
	position:absolute;
	background:#58154e;
	border:3px solid #fff;
	border-radius:50%;
	padding:10px;
	top: -42%;
	left: 0;
}
.icon_head img
{
	width:40px;
}

.icon_head h4
{
	color:#fff;
	background:#58154e;
	border-radius:3px;
	padding: 8px 8px 8px 65px;
	margin-left: 10px;
}

.part_content p
{
	padding-top:15px;
	font-size:16px;
	line-height:1.6;
	color:#fff;
}

.jour_pad
{
    height:143px;
  text-align:justify;
}

@media only screen and (min-width:641px) and (max-width:991px)
{
	.jour_pad
    {
        height:120px;
    }
}


@media only screen and (min-width:320px) and (max-width:640px) 
{
	.part_four
	{
		padding-bottom:10px;
		padding-top:10px;
	}
  
  	.jour_pad
    {
        height:auto;
    }
}

/*------------ home middle 5 -------------*/
.home_middle_5
{
	padding-bottom:30px;
	padding-top:30px;
}
.apply_content
{
	padding-top:30px;
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.apply_content
	{
		padding-top:0px;
		padding-bottom:30px;
	}
}

/*------------ home middle 6 --------------*/
.home_middle_6
{
	background:#f2f2f2;
	padding-bottom:15px;
	padding-top:20px;
}

.life_member
{
	border:3px solid #58154e;
}

.life_member img
{
	width: 260px;
	//padding-top: 15px;
}

.life_memb_name p
{
	text-align:center;
	padding:5px 0px;
	background: #58154e;
	font-size:16px;
	color:#fff;
	margin-bottom:0px;
}

#owl-carousel96
{
	position:relative;
}

.owl-prev
{
	position:absolute;
	top:40%;
	left: -30px;
}

.owl-next
{
	position:absolute;
	top:40%;
	right: -30px;
}

.owl-prev::before
{
	font-family: FontAwesome;
	content: "\f053";
}

.owl-next::before
{
	font-family: FontAwesome;
	content: "\f054";
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.owl-next, .owl-prev
	{
		position:initial;
	}
}

@media only screen and (min-width:641px) and (max-width:991px)
{
	.owl-next, .owl-prev
	{
		position:initial;
	}
}

/*------------------------ all page ----------------------------*/
.all_page
{
	padding-top:10px;
	padding-bottom:30px;
}


/*------------------------- executive committee ---------------------------*/
.committee
{
	position:relative;
}

.committee img
{
	margin-bottom: -30px;
}

.committee_det
{
	text-align:center;
	background:#ebebeb;
	padding-top:30px;
	padding-bottom:10px;
	border:3px solid #58154e;
	border-radius:10px;
	
}

.committee_det h5
{
	font-size:16px;
	font-weight:bold;
}
.committee_det p
{
	color:#707070;
}

.row_padd
{
	padding:10px 15px;
}

.committee_office h5
{
	font-size:16px;
}

.committee_office p
{
	margin-bottom:5px;
}

@media only screen and (min-width:641px) and (max-width:991px)
{
	.committee img
	{
		width:150px;
	}	
	
	.committee_det h4
	{
		font-size:16px;
	}
	
	.committee_det h5 {
		font-size: 14px;
	}
	
	.committee_det p {
		font-size: 12px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.committee, .committee_office
	{
		padding-top:10px;
		padding-bottom:10px;
	}
}

/*------------------------- Annual National Conference ---------------------------*/

.your_since p
{
	font-weight:bold;
	text-align:right;
	margin-bottom:3px;
}

.annual_contents p
{
  font-size:16px;
}

.annual_contents a
{
  color:#58154E;
}

.annual_contents a:hover
{
  color:#58154E;
}


/*-------------------------------- journal -----------------------------*/
.journal_pdf h4
{
	text-align:center;
}
.journal_pdf h4 a
{
	color:#555555;
}

.journal_pdf h4 a:hover
{
	text-decoration:none;
}


.my_opportunities h4
	{
		text-align:center;
	}

.my_opportunities ul
{
  margin-left:15px;
}

.sub_list li
{
  list-style:none;
}

.my_opportunities p
{
  line-height:1.6;
  text-align:justify;
}
.my_opportunities ol
{
  padding-left:15px;
}

.input-append
{
  display:block !important;
}
.journal_pdf a img
{
  padding:3px;
  background:#ddd;
}

.sub_flex {
    display: table-cell;
    width: 20%;
    float: left;
    padding: 15px;
}

.table_height
{
	height: 1940px;  
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
    .table_height
  {
      height: auto;  
  }
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
  .my_opportunities
  {
    padding-left:15px;
    padding-right:15px;
  }
  
  .row_padd
  {
    padding-left:15px;
    padding-right:15px;
  }
  
  .memb_pad
  {
    margin-top:15px;
  }
  
  .journal_pdf
  {
    margin-bottom:15px;
  }
  
  .sub_flex {
    display: block;
    width: auto;
    float: none;
    padding: 15px;
  }
  
  .table_height
  {
      height: auto;  
  }

}

/*-------------------------------- contact us ----------------------------*/
.contact_page
{
	padding-top:10px;
	padding-bottom:10px;
}
.my_input, .my_button
{
	border-radius:initial !important;
}

.my_input:focus
{
	border-color: #58154E !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(203, 49, 180, .6) !important;
}

.my_button {
    background-color: #260922 !important;
    border-color: #260922 !important;
}

.my_button:hover {
    background-color: #58154E !important;
    border-color: #58154E !important;
}

.contact_map iframe
{
	height:267px;
}

.contact_det i, .contact_det p
{
	display:table-cell;
}

.contact_det i
{
	width:50px;
	font-size:30px;
	color:#D0363D;
}

.contact_det p
{
	font-size:16px;
	vertical-align:top;
}

/*------- module ---------------*/

.cont_form_page
{
	padding-bottom:20px;
}

.fl_wrap_textarea {
    height: 100px !important;
}

.sscf-form textarea, .input.textarea {
    height: 100px !important;
}

.jmm-item
{
	text-align:center;
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.contact_det
	{
		padding:5px 0px;
	}
}
/*------------------------------------- footer top ----------------------------*/
.footer_top
{
	padding-top:30px;
	padding-bottom:30px;
	background:url("../images/footer_bg.png") no-repeat center center/ cover;
}

.footer_logo p
{
	font-size:16px;
	color:#ffffff;
	padding-top:10px;
	line-height:1.6;
  	text-align:center;
}

.address h4,.social h4
{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding-bottom:5px;
}

.addr-icon i, .addr-icon p
{
	display:table-cell;
}

.addr-icon i
{
	width:30px;
	font-size:18px;
	color:#C81420;
}

.addr-icon p
{
	font-size:16px;
	line-height:1.6;
	//padding-bottom:5px;
	color:#eee;
}
.menu-footer ul li
{
	list-style:none;
	line-height:1.6;
	
}

.menu-footer ul li i
{
	color:#c81420;
}

.menu-footer ul li a
{
	color:#eeeeee;
	font-size:16px;
}

.menu-footer ul li a:hover
{
	color:#bbbbbb;
	text-decoration:none;
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.address, .menu-footer ul li a
	{
		font-size:14px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.footer_logo, .address, .social
	{
		padding-bottom:10px;
		padding-top:10px;
	}
	
	.menu-footer
	{
		padding-top:5px;
	}
	
	.logo-footer
	{
		padding-top:10px;
	}
}

/*---------------------------- footer bottom -----------------------------*/
.footer_bottom
{
	padding-bottom:3px;
	padding-top:10px;
	background:#5b3055;
	color:#fff;
	text-align:center;
}

.jayblues
{
	color:#cccccc;
}

.jayblues:hover
{
	text-decoration:none;
	color:#ffffff;
}

.blues 
{
	background-color: #017dc6;
	padding-left: 8px;
	padding-right: 8px;
	color: white;
	border-radius: 3px;
}

.line_height
{
	padding:0px 20px;
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.line_height
	{
		display:none;
	}
}

/*------- social media --------------*/
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #C2C2C2;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#007BB6;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 40px;
	height: 40px;
	font-size:20px;
	background-color: #C2C2C2; 
}
.social-circle li i {
	margin:0;
	line-height:40px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #252525;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}