

/*-----header menu------*/


#menu-main-nav a{font-size:18px;}


/*----*/




.type2 {
	background-position: center 0;
	background-repeat: no-repeat;
	background-color: rgba(145,0,62,0.7);
}

/*.type2:hover{rgba(0,0,0,0.7);}*/


.gap{margin-top:20px;color:#91003e;}

/*-----gray css------*/
#inside_img a {
	filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#inside_img a:hover{filter:none;-webkit-filter: grayscale(0%);}

/*----------*/

.fa-chevron-down::before {
	position: absolute;
	right: 50%;
}

.fa-chevron-down::after {
	content: "EXPAND";
	right: 46.9% !important;
	position: absolute;
	margin-top: -30px;letter-spacing: 5px !important;
}

.fa-chevron-up::before {
	position: absolute;
	right: 50%;
}

.fa-chevron-up::after {
	content: "HIDE";
	right: 48% !important;
	position: absolute;
	margin-top: -30px;
	color: #fff;
	letter-spacing: 5px !important;
}


/*-------------*/

/*------------parallex-----*/

/*.parallex_height{height:490px;}*/

/*--------*/



/*----single-post--*/
.individual-page-info .uabb-info-list-title {
	width: 30%;
	float: left;
	
}

.individual-page-info .uabb-info-list-description {
	width: 100%;
}

/*------contact us----*/

input#gform_submit_button_1 {
    background: #C41E24;
    border: none;
    padding: 10px 30px;
}

input#gform_submit_button_1:hover {
	background: #231f20;
}

