@charset "utf-8";
/* CSS Document */

body {
	font-size: 15px;
	color: #454545;
	font-family: 'Lato', sans-serif;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, .menuBar {
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
}
ul, li, ol, dl, dt, dd, form, p, img, a, h1, h2, h3, h4, h5, h6, input, select, textarea, button, table {
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
	border: none;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
}
.clear {
	clear: both;
}
.form-control, .btn {
	border-radius: 2px;
}
@media (max-width:767px) {
.container {
	max-width: 480px;
}
}
/* --- Header --- */
#header {
	background: url(../images/buddhist-flag.jpg) repeat-x;
	padding-top: 10px;
}
.topHeader {
	background: url(../images/header-bg.jpg) repeat-x center top;
	height: 220px;
}
.topHeader .container {
	position: relative;
}
.topHeader h1 {
	text-align: center;
	color: #e74c3c;
	font-size: 60px;
	padding-top: 10px;
}
.topHeader h1 small {
	display: none;
}
.topHeader h1 i img {
	width: 100%;
	max-width: 600px;
}
.topHeader h1 strong {
	font-size: 40px;
	font-weight: normal;
	display: block;
	padding: 20px 0px;
}
.topHeader h1 span {
	font-size: 20px;
	color: #e67e22;
	display: block;
}
.topHeader .logo {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 15px;
	padding-top: 50px;
}
.topHeader .logo img {
	height: 120px;
	border-radius: 3px;
}
.topHeader .flag {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 15px;
	padding-top: 50px;
}
.topHeader .flag img {
	height: 120px;
}
@media (max-width:1199px) {
.topHeader h1 strong {
	font-size: 32px;
}
}
@media (max-width:991px) {
.topHeader h1 {
	font-size: 44px;
	padding-top: 30px;
}
.topHeader h1 strong {
	font-size: 22px;
}
.topHeader h1 i img {
	width: 100%;
	max-width: 460px;
}
}
@media (max-width:767px) {
.topHeader {
	height: auto;
	padding-bottom: 30px;
}
.topHeader .logo, .topHeader .flag {
	padding-top: 20px;
}
.topHeader .title {
	padding-top: 120px;
	padding-right: 15px;
	padding-left: 15px;
}
}
@media (max-width:479px) {
.topHeader h1 strong {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 14px;
}
.topHeader h1 span {
	font-size: 12px;
}
}
/* --- Menu Bar --- */
.homepage .menuBar {
	margin-bottom: 1px;
}
.menuBar {
	background: red; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #e74c3c, #e67e22); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #e74c3c, #e67e22); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #e74c3c, #e67e22); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #e74c3c, #e67e22); /* Standard syntax */
	text-transform: uppercase;
	margin-bottom: 20px;
}
.menuBar .navbar {
	margin-bottom: 0px;
	background: none;
	border: none;
	border-radius: 0px;
}
.menuBar .navbar-default .navbar-nav > li > a {
	color: #fff;
	font-weight: bold;
	transition: all linear 0.5s;
}
.menuBar .navbar-default .navbar-brand {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	display: none;
}
.menuBar .navbar-nav {
	float: none;
	text-align: center;
}
.menuBar .navbar-nav > li {
	float: none;
	display: inline-block;
}
.menuBar .navbar-default .navbar-nav > .active > a, .menuBar .navbar-default .navbar-nav > .active > a:hover, .menuBar .navbar-default .navbar-nav > .active > a:focus, .menuBar .navbar-default .navbar-nav > li > a:hover {
	background: #f1c40f;
	color: #fff;
}
.menuBar .navbar-default .navbar-nav > .open > a, .menuBar .navbar-default .navbar-nav > .open > a:hover, .menuBar .navbar-default .navbar-nav > .open > a:focus {
	background: #f1c40f;
	color: #fff;
}
.menuBar .navbar-nav > li > .dropdown-menu {
	font-family: 'Lato', sans-serif;
	text-transform: none;
	border-top: none;
	border-radius: 0px 0px 3px 3px;
}
.menuBar .dropdown-menu > li > a {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menuBar .dropdown-menu > li > a:hover {
	background: #f1c40f;
	color: #fff;
}
@media (max-width:767px) {
.menuBar .navbar-default .navbar-brand {
	display: block;
}
.menuBar .navbar-default .navbar-toggle {
	border-radius: 2px;
	border: none;
}
.menuBar .navbar-default .navbar-toggle:hover, .menuBar .navbar-default .navbar-toggle:focus {
	background: #f1c40f;
}
.menuBar .navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
.menuBar .navbar-nav > li {
	display: block;
	text-align: left;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #ff0;
}
}
/* --- Slider --- */
.slider img {
	width: 100%;
}
@media (max-width:479px) {
.bx-wrapper .bx-caption {
	display: none;
}
}
/* -- Share This -- */
.share-this {
	padding: 15px 0px 15px 15px;
	border-bottom: 1px solid #ddd;
	background: #fff;
	margin-bottom: 40px;
	text-align: center;
}
.share-this > span {
	margin-bottom: 5px;
	margin-top: 5px;
	display: inline-block;
}
.share-this > span > span > span > span, .share-this > span > span > span > span span.stHBubble {
	box-sizing: content-box;
}
/* --- Welcome Home --- */
.welcomeHome {
	text-align: center;
	padding: 30px 0px 60px 0px;
}
.welcomeHome p img {
	width: 100%;
	max-width: 600px;
	border-radius: 5px;
}
.welcomeHome h2 {
	color: #e74c3c;
	font-size: 32px;
	padding-bottom: 15px;
}
.welcomeHome p {
	line-height: 30px;
	padding-bottom: 20px;
}
.welcomeHome p a {
	display: inline-block;
	background: #e74c3c;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 20px;
	border-radius: 3px;
	transition: all linear 0.5s;
}
.welcomeHome p a:hover {
	background: #f39c12;
}
@media (max-width:767px) {
.welcomeHome h2 {
	font-size: 20px;
}
}
/* --- Two Block Home --- */
.twoBlock {
	margin-bottom: 80px;
}
.supportHome {
	background: url(../images/monk-bg.jpg) fixed;
	width: 50%;
	float: left;
}
.supportHome .overlayBox {
	background: rgba(0,0,0,0.5);
	padding: 35px 35px 0px 35px;
	min-height: 580px;
}
.supportHome .contentBox {
	float: right;
	color: #fff;
	width: 535px;
}
.supportHome h2 {
	font-size: 24px;
	padding-bottom: 5px;
	line-height: 36px;
}
.supportHome p {
	line-height: 28px;
	padding-bottom: 15px;
}
.supportHome p a {
	background: #e74c3c;
	padding: 3px 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	transition: all linear 0.5s;
	display: inline-block;
}
.supportHome li:nth-child(1) {
	padding-bottom: 10px;
}
.supportHome li:nth-child(2) p a {
	background: #e67e22;
}
.supportHome li p a:hover {
	background: #2ecc71;
}
/* - Three Section Home - */
.sectionHome {
	float: left;
	width: 50%;
	background: #e74c3c;
	padding: 35px;
	color: #fff;
	min-height: 580px;
}
.sectionHome ul {
	width: 535px;
}
.sectionHome ul li {
	padding-bottom: 20px;
	position: relative;
	padding-left: 250px;
	min-height: 177px;
}
.sectionHome ul li:last-child {
	padding-bottom: 0px;
	min-height: 1px;
}
.sectionHome ul li .pic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
}
.sectionHome ul li .pic a {
	display: block;
	background: #fff;
	padding: 5px;
}
.sectionHome ul li .pic a img {
	width: 100%;
}
.sectionHome ul li h2 {
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: bold;
}
.sectionHome ul li h2 a {
	color: #fff;
}
.sectionHome ul li h2 a:hover {
	color: #ff0;
}
.sectionHome ul li p {
	line-height: 26px;
}
.sectionHome ul li p a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.sectionHome ul li p a:hover {
	color: #ff0;
}
@media (max-width:1199px) {
.supportHome {
	float: none;
	width: 100%;
}
.supportHome .overlayBox {
	min-height: 1px;
	padding: 80px 15px 65px;
}
.supportHome .contentBox {
	float: none;
	width: auto;
}
.sectionHome {
	padding: 80px 15px 60px 15px;
	min-height: 1px;
	float: none;
	width: 100%;
}
.sectionHome ul {
	width: auto;
}
.sectionHome ul li:last-child {
	min-height: 177px;
}
}
@media (max-width:579px) {
.sectionHome ul li, .sectionHome ul li:last-child {
	min-height: 1px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sectionHome ul li .pic {
	position: static;
	width: 100%;
	max-width: 320px;
	margin-bottom: 15px;
}
}
/* --- Our Programs --- */
.ourPrograms {
	margin-bottom: 50px;
}
.ourPrograms h2 {
	font-size: 18px;
	position: relative;
	font-weight: bold;
	margin-bottom: 20px;
}
.ourPrograms h2 a {
	color: #fff;
	display: block;
	background: #e74c3c;
	padding: 9px 15px 0px 15px;
	height: 38px;
}
.ourPrograms h2 a span {
	font-family: 'Lato', sans-serif;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 38px;
	background: #c0392b;
	padding: 0px 15px;
	border-left: 1px solid #fff;
	line-height: 38px;
	font-size: 14px;
}
.ourPrograms .pic {
	margin-bottom: 12px;
}
.ourPrograms .pic img {
	width: 100%;
}
.ourPrograms h3 {
	font-size: 16px;
	padding-bottom: 2px;
	line-height: 26px;
}
.ourPrograms h3 a {
	color: #e74c3c;
}
.ourPrograms h3 a:hover {
	color: #2ecc71;
}
.ourPrograms p {
	line-height: 26px;
	font-size: 14px;
	margin-bottom: 25px;
}
.ourPrograms p a {
	color: #e74c3c;
}
.ourPrograms p a:hover {
	color: #2ecc71;
}
.ourPrograms .festivalsHome h2 a {
	background: #e67e22;
}
.ourPrograms .festivalsHome h2 a span {
	background: #f39c12;
}
.ourPrograms h2 a:hover, .ourPrograms h2:hover span, .ourPrograms .festivalsHome h2:hover span {
	background: #2ecc71;
}
/* --- Activities Home --- */
.activitiesHome {
	background: url(../activities/bg.jpg) fixed;
}
.activitiesHome .overlayBox {
	background: rgba(0,0,0,0.6);
	padding: 100px 0px 70px 0px;
	text-align: center;
	color: #fff;
}
.activitiesHome h2 {
	font-size: 32px;
	padding-bottom: 15px;
}
.activitiesHome .pic {
	text-align: center;
	padding-bottom: 15px;
}
.activitiesHome .pic img {
	width: 100%;
	max-width: 500px;
	border-radius: 5px;
}
.activitiesHome p {
	line-height: 32px;
	padding-bottom: 15px;
}
.activitiesHome .more a {
	display: inline-block;
	padding: 8px 20px;
	color: #fff;
	background: #f1c40f;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 2px;
	font-size: 13px;
	margin-top: 5px;
	transition: all linear 0.5s;
}
.activitiesHome .more a:hover {
	background: #e74c3c;
}
/* --- Gallery Home --- */
.GalleryHome {
	padding: 80px 0px 60px 0px;
	text-align: center;
}
.GalleryHome a.more {
	display: inline-block;
	padding: 8px 20px;
	color: #fff;
	background: #f1c40f;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 2px;
	font-size: 13px;
	margin-top: 5px;
	transition: all linear 0.5s;
}
.GalleryHome a.more:hover {
	background: #e74c3c;
}
/* --- Footer --- */
#footer {
	clear: both;
}
.footerTop {
	background: red; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #e74c3c, #e67e22); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #e74c3c, #e67e22); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #e74c3c, #e67e22); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #e74c3c, #e67e22); /* Standard syntax */
	padding: 80px 0px;
}
.footerTop h2 {
	color: #fff;
	font-size: 28px;
	padding-bottom: 12px;
}
.footerTop h3 {
	color: #fff;
	font-size: 20px;
	padding-bottom: 12px;
}
.footerTop p {
	color: #fff;
	line-height: 28px;
	padding-bottom: 25px;
}
.footerTop p a {
	color: #ff0;
	text-decoration: underline;
}
.footerTop p a:hover {
	color: #fff;
	text-decoration: none;
}
.footerTop ul.qContact li a {
	color: #fff;
	display: block;
}
.footerTop ul.qContact li {
	position: relative;
	padding: 0px 0px 10px 30px;
}
.footerTop ul.qContact li a:before {
	position: absolute;
	top: 0px;
	left: 10px;
	content: "\f101";
	font-family: 'FontAwesome';
}
.footerTop ul.qContact li a:hover {
	color: #ff0;
}
.footerTop ul.contactFooter li {
	color: #fff;
	position: relative;
	padding: 0px 0px 10px 30px;
	line-height: 26px;
}
.footerTop ul.contactFooter li a{
	color:#fff;
}
.footerTop ul.contactFooter li:before {
	top: 0px;
	left: 10px;
	font-family: 'FontAwesome';
	position: absolute;
}
.footerTop ul.contactFooter li.address:before {
	content: "\f041";
}
.footerTop ul.contactFooter li.postBox:before {
	content: "\f2b6";
}
.footerTop ul.contactFooter li.phone:before {
	content: "\f095";
}
.footerTop ul.contactFooter li.mobile:before {
	content: "\f10b";
}
.footerTop ul.contactFooter li.email:before {
	content: "\f0e0";
}
.fbBox {
	padding: 10px;
	background: #fff;
}
.lastRow {
	background: #ecf0f1;
	text-align: center;
	padding: 10px 15px;
	line-height: 28px;
	font-size: 14px;
}
.lastRow a {
	color: #e74c3c;
}
.lastRow a:hover {
	color: #f39c12;
}
@media (max-width:1199px) {
.fbBox {
	text-align: center;
	margin-top: 20px;
}
}
@media (max-width:767px) {
.footerTop h2 {
	font-size: 20px;
	line-height: 30px;
}
#footer ul {
	padding-bottom: 20px;
}
}
/* --- Leftside --- */
.page {
	padding-bottom: 20px;
}
.page h2 {
	font-size: 24px;
	background: #e74c3c;
	padding: 15px;
	border-radius: 2px;
	color: #fff;
	margin-bottom: 10px;
}
.page h3 {
	font-size: 20px;
	color: #e74c3c;
	margin-bottom: 12px;
}
.page h4 {
	font-size: 16px;
	color: #e74c3c;
	margin-bottom: 10px;
}
.page p {
	line-height: 32px;
	padding-bottom: 20px;
}
.page p.highlightText strong {
	color: #e74c3c;
}
.page p .imgOnText {
	width: 100%;
	max-width: 350px;
	margin: 8px 15px 5px 0px;
}
.page p .imgRight {
	width: 100%;
	max-width: 350px;
	margin: 8px 0px 5px 15px;
}
.page p.bannerImg {
	padding-bottom: 15px;
	padding-top: 10px;
}
.page p.bannerImg img {
	width: 100%;
}
.page > ul {
	padding-bottom: 15px;
}
.page > ul > li, .page > ul > li ul li {
	position: relative;
	line-height: 30px;
	padding: 0px 0px 10px 30px;
}
.page > ul > li ul {
	padding-top: 5px;
	font-size: 14px;
}
.page > ul > li:before, .page > ul > li ul li:before {
	position: absolute;
	top: 0px;
	left: 10px;
	font-size: 14px;
	font-family: 'FontAwesome';
	content: "\f101";
}
.page > ul > li ul li {
	padding-bottom: 3px;
}
.page > ul > li ul li:before {
	font-size: 14px;
	top: 2px;
}
@media (max-width:991px) {
.page h2 {
	font-size: 18px;
	line-height: 28px;
}
.page p .imgOnText {
	width: 100%;
	max-width: 100%;
	margin: 0px 0px 12px 0px;
}
.page p .imgRight {
	width: 100%;
	max-width: 100%;
	margin: 0px 0px 12px 0px;
}
}
/* --- Right Side --- */
.rightCol .block {
	margin-bottom: 20px;
}
.rightCol h3 {
	font-size: 16px;
	color: #e74c3c;
	line-height: 24px;
	padding-bottom: 8px;
}
.rightCol .pic {
	margin-bottom: 5px;
	position: relative;
}
.rightCol img {
	width: 100%;
}
.rightCol p {
	font-size: 14px;
	line-height: 26px;
}
.rightCol p a {
	color: #e74c3c;
}
.rightCol p a:hover {
	color: #2ecc71;
}
.rightCol .pic h4 {
	font-size: 14px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.rightCol .pic h4 a {
	color: #fff;
	background: rgba(0,0,0,0.5);
	padding: 8px 15px;
	display: block;
}
.rightCol .pic h4 a:hover {
	background: #e74c3c;
}
/* --- Submenu --- */
.submenu ul li {
	float: left;
	margin: 0px 5px 5px 0px;
}
.submenu ul {
	padding-bottom: 10px;
}
.submenu ul li a {
	color: #333;
	display: block;
	padding: 8px 15px;
	font-size: 14px;
	border-radius: 2px;
	background: #ecf0f1;
	font-weight: bold;
	text-align: center;
	transition: all linear 0.5s;
	width: 200px;
}
.submenu ul li a:hover, .submenu ul li.active a {
	background: #e67e22;
	color: #fff;
}
@media (max-width:991px) {
.submenu ul li a {
	width: 190px;
}
}
@media (max-width:430px) {
.submenu ul li {
	float: none;
	margin-right: 0px;
}
.submenu ul li a {
	width: auto;
}
}
/* --- Biographies --- */
.page ul.biographies {
	padding-top: 10px;
}
.page ul.biographies li {
	margin-bottom: 30px;
}
.page ul.biographies li .pic {
	padding-bottom: 1px;
}
.page ul.biographies li .pic img {
	width: 100%;
}
.page ul.biographies li h3 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: 'Lato', sans-serif;
}
.page ul.biographies li h3 a {
	background: #e74c3c;
	color: #fff;
	cursor: pointer;
	display: block;
	min-height: 68px;
	transition: all linear 0.5s;
	padding: 10px 15px;
}
.page ul.biographies li h3 a:hover {
	background: #f39c12;
}
.page ul.biographies.noAtag li h3 a {
	cursor: default;
}
.page ul.biographies.noAtag li h3 a:hover {
	background: #e74c3c;
}
/* --- Popup --- */
.myPopUp .modal-content {
	padding: 5px;
}
.myPopUp .modal-content {
	padding: 5px;
	border-radius: 0px;
}
.myPopUp .modal-header {
	padding: 0px;
	border-bottom: none;
}
.myPopUp .modal-header .modal-title {
	background: #e74c3c;
	color: #fff;
	font-size: 16px;
	padding: 6px 15px;
}
.myPopUp .modal-header .close {
	margin-top: 5px;
	margin-right: 15px;
	color: #fff;
	opacity: 1;
}
.myPopUp .modal-footer {
	border-top: none;
	background: #ecf0f1;
	text-align:left;
}
.myPopUp .modal-footer .btn {
	border: none;
	border-radius: 2px;
	font-weight: bold;
	background: #f39c12;
	color: #fff;
	transition: all linear .5s;
}
.myPopUp .btn-default:hover {
	color: #fff;
	background: #bdc3c7;
}
.myPopUp p {
	line-height: 32px;
	padding-bottom: 10px;
}
.myPopUp p img {
	width: 250px;
	margin: 7px 15px 5px 0px;
}
.myPopUp p img.rightImg {
	margin: 7px 0px 5px 15px;
}
@media (max-width:991px){
.page ul.biographies li h3 a {
	min-height:1px;
}
}
@media (max-width:550px){
.myPopUp p img{
	width:100%;
	margin:0px 0px 12px 0px;
}
.myPopUp p img.rightImg{
	width:100%;
	margin:0px 0px 12px 0px;
}
}
/* --- Contact Box --- */
.contactBox {
	padding: 15px 15px 5px 15px;
	background: #ecf0f1;
	margin-bottom: 15px;
}
.page .contactBox h3 {
	color: #e74c3c;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.page .contactBox h4 {
	color: #e67e22;
	padding-bottom:2px;
	font-size: 16px;
	line-height:24px;
}
.page .contactBox li {
	position: relative;
	padding: 0px 0px 10px 30px;
	line-height: 26px;
}
.page .contactBox li:before {
	top: 0px;
	left: 10px;
	font-family: 'FontAwesome';
	position: absolute;
}
.page .contactBox li.address:before {
	content: "\f041";
}
.page .contactBox li.postBox:before {
	content: "\f2b6";
}
.page .contactBox li.phone:before {
	content: "\f095";
}
.page .contactBox li.mobile:before {
	content: "\f10b";
}
.page .contactBox li.email:before {
	content: "\f0e0";
}
/* --- Photo Gallery --- */
.page .galleryInner {
	padding-top: 15px;
}
.page .galleryInner li {
	float: left;
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.page .galleryInner li a {
	display: block;
	padding: 3px;
	border: 3px solid #ecf0f1;
	transition: all linear 0.5s;
}
.page .galleryInner.port li {
	width: 25%;
}
.page .galleryInner li a img {
	width: 100%;
}
.page .galleryInner li a:hover {
	border-color: #e74c3c;
}
@media (max-width:991px) {
.page .galleryInner li {
	width: 50%;
}
.page .galleryInner.port li {
	width: 33.3333%;
}
}
@media (max-width:400px) {
.page .galleryInner li {
	width: 100%;
}
.page .galleryInner.port li {
	width: 50%;
}
}
/* --- List Items --- */
.page .listItems {
	padding-top: 15px;
}
.page .listItems li {
	margin-bottom: 10px;
}
.page .listItems li .picBox {
	margin-bottom: 1px;
}
.page .listItems li img {
	width: 100%;
}
.page .listItems li h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.page .listItems li h3 a {
	background: #e74c3c;
	color: #fff;
	padding: 10px 15px;
	display: block;
	transition: all linear 0.5s;
}
.page .listItems li h3 a:hover {
	background: #f1c40f;
}
.page .listItems li p a {
	color: #e74c3c;
}
.page .listItems li p a:hover {
	color: #e67e22;
}
/* --- Help Link --- */
.helpUsLink {
	text-align: center;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 20px;
}
.helpUsLink a {
	display: block;
	padding: 10px 20px;
	border-radius: 3px;
	background: #e74c3c;
	color: #fff;
	transition: all linear 0.5s;
	font-size: 20px;
}
.helpUsLink a:hover {
	background: #2ecc71;
}
@media (max-width:991px) {
.helpUsLink a {
	font-size: 18px;
}
}
/* --- Contact Form --- */
.contactForm {
	margin-bottom: 30px;
}
.text-center .btn {
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
}
.btn-outline {
	margin-top: 15px;
	border: solid 2px #fff;
	font-size: 20px;
	color: #fff;
	background: 0 0;
	transition: all .3s ease-in-out;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
	border: solid 2px #fff;
	color: #18bc9c;
	background: #fff;
}
.floating-label-form-group {
	position: relative;
	margin-bottom: 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #eee;
}
.floating-label-form-group input, .floating-label-form-group textarea {
	z-index: 1;
	position: relative;
	padding-right: 0;
	padding-left: 0;
	border: 0;
	border-radius: 0;
	font-size: 1.3em;
	background: 0 0;
	box-shadow: none!important;
	resize: none;
}
.floating-label-form-group label {
	display: block;
	z-index: 0;
	position: relative;
	top: 2em;
	margin: 0;
	font-size: .85em;
	line-height: 1.764705882em;
	vertical-align: middle;
	vertical-align: baseline;
	opacity: 0;
	-webkit-transition: top .3s ease, opacity .3s ease;
	-moz-transition: top .3s ease, opacity .3s ease;
	-ms-transition: top .3s ease, opacity .3s ease;
	transition: top .3s ease, opacity .3s ease;
}
.floating-label-form-group::not(:first-child) {
 padding-left: 14px;
 border-left: 1px solid #eee;
}
label {
	font-weight: normal;
}
.floating-label-form-group-with-value label {
	top: 0;
	opacity: 1;
	padding-top: 5px;
	color: #e74c3c;
}
.floating-label-form-group-with-focus label {
	color: #e74c3c;
}
form .row:first-child .floating-label-form-group {
	border-top: 1px solid #eee;
}
.text-danger, .text-danger:hover {
	color: #e74c3c;
}
.page .contactForm p.text-danger {
	line-height: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
	outline: none;
}
