/*css*/
@import url(//fonts.googleapis.com/css?family=Lato:400,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Satisfy);
 @import "grid.css";
@import "font-awesome.css";
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.extra_wrap {
	overflow: hidden;
	display: block;
}
/* ======================================================================================= */
/* GENERAL
/* ======================================================================================= */

html, body {
	height: 100%;
}
body {
	background: #f6f3ef;
	color: #72523f;
	font: 14px/21px 'Lato', sans-serif;
	min-width: 320px;
	position: relative;
	-webkit-text-size-adjust: none;
	cursor: url(../images/cursor.cur), url(cursor/redarrow.cur), default;
}
/*Imeges*/
img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
	max-width: 100%;
}
.frame {
} /* img border, paddings, shadows */
.img_fleft {
	float: left;
	margin-right: 20px;
}
.img_right {
	float: right;
	margin-left: 20px;
}
img.timeicon {
	vertical-align: middle;
	margin-right: 5px;
}
.wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.extra_wrap {
	display: block;
	overflow: hidden;
}
.extra_wrap p {
	margin-bottom: 10px;
}
.extra_wrap p a {
	margin-right: 10px;
	color: #72523f;
}
.extra_wrap p a:hover {
	color: #000000;
}
.extra_wrap p a, .extra_wrap p a:hover, .extra_wrap p a b, .extra_wrap p a b:hover {
	text-decoration: none;
}
.m_0 {
	margin-bottom: 0px !important;
}
.m_15 {
	margin-bottom: 15px !important;
}
.m_20 {
	margin-bottom: 20px;
}
.m_25 {
	margin-bottom: 25px;
}
.m_40 {
	margin-bottom: 40px;
}
/*Links*/
a {
	color: #762F04;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.link {
	color: #fc1707;
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
.readlink {
	padding-left: 10px;
	font-size: 13px;
	color: #fc1707;
}
.btn {
	background: #000;
	color: #fff;
	display: inline-block;
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding: 10px 12px;
	text-decoration: none;
}
.btn:hover {
	background-color: #f00;
	text-decoration: none;
}
/*Titles*/
h2 {
	color: #762f04;
	font: 900 26px/36px 'sans-serif';
	margin-bottom: 37px;
	text-align: center;
}
h3 {
	color: #762f04;
	font: 900 24px/29px 'sans-serif';
	margin-bottom: 16px;
}
h4 {
	color: #762f04;
	font: 900 18px/22px 'sans-serif';
	margin-bottom: 20px;
}
h5 {
	background: url(../images/favicon.ico) 0 0 no-repeat;
	color: #fc1707;
	font: 700 italic 14px/21px 'Lato', sans-serif;
	margin-bottom: 20px;
	padding: 3px 0 2px 35px
}
h6 {
	color: #72523f;
	font: 900 italic 14px/21px 'Lato', sans-serif;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #72523f;
	text-decoration: none;
}
.subtitle {
	color: #762f04;
	display: block;
	font: 700 16px/21px 'Lato', sans-serif;
	padding-top: 10px;
}
.mail_link {
	display: inline-block;
	font: 400 14px/21px 'Lato', sans-serif;
	color: #fc1707;
	margin-bottom: 30px;
}
/* Indents */
p {
	margin-bottom: 21px; /*as line-height in body*/
}
.txt-center {
	text-align: center;
}
/* Lists */

.list.f_left {
	margin-right: 32px;
}
.list li {
	position: relative;
	margin-top: 2px;
	padding-left: 22px;
}
.list li:first-child {
	margin-top: 0;
}
.list li:before {
	position: absolute;
	display: block;
	content: "\f005";
	font-family: FontAwesome;
	font-size: 15px;
	line-height: 15px;
	color: #d64920;
	left: 0px;
	top: 7px;
}
.list li a {
	font: 400 14px/17px 'Lato', sans-serif;
	color: #72523f;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.list li a:hover {
	color: #27acd5;
	text-decoration: none;
}
/**/
blockquote {
	width: 100%;
}
cite {
	text-align: right;
}
/* ======================================================================================= */
/* HEADER
/* ======================================================================================= */

header {
	background: #faf8f5;
	border-top: 5px solid #762F04;
	width: 100%;
}
/* Header top
-------------------------------------------------------------------------------------- */

#header-top {
	color: #76634b;
	float: right;
	font: bold 10px/12px 'Lato', sans-serif;
	padding: 8px 0;
	text-transform: uppercase;
	position: relative;
	width: 100%;
}
.header_contact-loc {
	float: left;
	margin-right: 15px;
	overflow: hidden;
	padding-top: 5px;
	width: 37%;
}
.header_contact-loc .map-marker {
	color: #76634b;
	display: inline-block;
	font-size: 12px;
	margin-left: 0px;
	vertical-align: baseline;
}
.header_contact-loc .fa-map-marker {
	font-size: 14px;
	padding-bottom: 3px;
}
.header_contact-phone {
	float: left;
	margin-right: 15px;
	overflow: hidden;
	padding-top: 5px;
	width: 25%;
	font-size: 12px;
}
.header_contact-phone .phone {
	color: #76634b;
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
	vertical-align: baseline;
}
.header_contact-phone .fa-phone {
	font-size: 14px;
}
.header_contact-email {
	float: left;
	margin-right: 14px;
	padding-left: 17px;
	padding-top: 5px;
	width: 25%;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
}
.header_contact-email a {
	color: inherit;
}
.header_contact-email .fa-envelope-o {
	font-size: 12px;
	margin-right: 2px;
	font-weight: normal;
}
.header_contact-email .fa-picture-o {
	font-size: 12px;
	margin-right: 4px;
	font-weight: normal;
}
.header_contact-email .fa-unlock-alt {
	font-size: 12px;
	margin-right: 4px;
	font-weight: normal;
	margin-left: 15px;
}
.header_contact-email .fa-lock {
	font-size: 12px;
	margin-right: 4px;
	font-weight: normal;
	margin-left: 15px;
}
.header_contact-email .fa-globe {
	font-size: 12px;
	margin-right: 4px;
	font-weight: normal;
	margin-left: 15px;
}
.header_search {
	border-left: 1px solid #c9cdcf;
	float: left;
	padding-left: 14px;
}
#search a {
	color: #ff7800;
	display: inline-block;
	font-size: 15px;
	margin-right: 5px;
	margin-top: -4px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#search a:hover {
	color: #76634b;
}
#search input[type="text"] {
	background: none;
	border: none;
	color: #ff7800;
	font: 700 10px 'Lato', sans-serif;
	padding: 2px 0;
	text-transform: uppercase;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	width: 42px;
	outline: none;
}
#search input:focus {
	border-bottom: 1px solid #c9cdcf;
	padding-bottom: 1px;
	/*color: #76634b;*/
	color: #772f00;
	width: 100px;
}
/* Logo
-------------------------------------------------------------------------------------- */
.sf-menu > li.current, .sf-menu > li:hover {
	background: #c5b7ad;
}
.header_nav {
	background: #fff;
	box-shadow: 0 0 5px #e1dfdd;
	margin-bottom: 15px;
	position: relative;
}
h1 {
	background: #c5b7ae;
	float: left;
	margin-right: 1px;
	padding: 7px 22px 6px 25px;
	max-width: 250px;
}
/* Menu
-------------------------------------------------------------------------------------- */
nav.header_menu li i.fa-home:before {
	content: "\f015";
	font-family: FontAwesome;
	font-size: 16px;
}
nav.header_menu {
	float: left;
	margin-right: 0px;
}
nav.header_menu #hamburger {
	display: none;
	cursor: pointer;
	text-align: center;
	line-height: 46px;
	color: #dddddd;
}
.sf-menu {
	list-style: none;
}
.sf-menu > li {
	border-left: 1px solid #e6e6e6;
	float: left;
	font: 400 14px/17px 'Lato', sans-serif;
	margin: 0;
	padding: 18px 19px 18px;
	position: relative;
}
.sf-menu.tamilmenu > li {
	padding: 22px 25px 22px;
}
.sf-menu > li:first-child {
	border-left: 0;
}
.sf-menu > li > a {
	color: #3c3c3c;
	text-decoration: none;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.current > a {
	color: #c52126;
	text-decoration: none;
}
/* submenu */
.sf-menu ul {
	background: #f7941d;
	box-shadow: -1px 2px 3px rgba(0,0,0,.15);
	display: none;
	left: -30px;
	padding: 26px 0 31px;
	position: absolute;
	top: 65px;
	width: 175px;
	z-index: 99;
}
.sf-menu ul li {
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	margin-top: 19px;
	padding: 0 15px;
	position: relative;
	text-align: center;
}
.sf-menu ul li:first-child {
	margin-top: 0;
}
.sf-menu ul li a {
	color: #fff;
	text-decoration: none;
}
.sf-menu ul li > a:hover, .sf-menu ul li.sfHover > a, .sf-menu ul li.active > a {
	color: #424242;
	text-decoration: none;
}
/* subsubmenu */
.sf-menu ul ul {
	background: #fff;
	left: 176px;
	top: -22px;
}
.sf-menu ul ul li a {
	color: #424242;
	text-decoration: none;
}
.sf-menu ul ul li > a:hover, .sf-menu ul ul li.sfHover > a, .sf-menu ul ul li.active > a {
	color: #f7941d;
	text-decoration: none;
}
#mm0 {
	display: none;
	border: 1px solid #fc1707;
	outline: none;
	padding: 3px;
	width: 100%;
}
.sf-menu li:hover .dropdown_4columns {
	left: -1px;
	top: auto;
}
/*-----------*/
.sf-menu > li.homasmenu {
	position: unset;
}
.sf-menu > li.homasmenu > ul {
	width: 100%;
	margin-left: 30px;
}
/*.sf-menu > li.homasmenu > ul > li:first-child {
    float: left;
    width: 10%;
	padding:0px;
}*/
.sf-menu > li.homasmenu > ul > li {
	float: left;
	width: 25%;
	padding: 0px;
}
.sf-menu > li.homasmenu > ul > li .menutitle {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-family: 'Lato', sans-serif;
	color: #424242;
	padding: 0 15px
}
.sf-menu li li ul {
	position: static;
	display: block !important;
	opacity: 1 !important;
	background: none;
	padding-bottom: 0;
	-moz-box-shadow: transparent 0 0 0;
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	vertical-align: top;
	padding: 0px;
	width: 100%;
	left: 0;
	top: 0;
}
.sf-menu li li li {
	text-align: left;
	width: calc(100% - 30px) !important;
}
.sf-menu li li li a {
	display: inline-block;
	position: relative;
	color: #ffffff;
}
.sf-menu li li li a:hover {
	color: #424242;
}
/*-----------*/
.dropdown_4columns {
	background: #ffffff;
	width: 100%;
	z-index: 9;
	display: table;
	margin-top: -27px;
}
.menucont {
	padding: 10px;
	width: calc(100% - 20px );
	height: auto;
	border: 1px solid #dadada;
	display: table;
}
.dropdown_4columns .col-3 {
	width: 25%;
	float: left;
	display: inline-table;
	text-align: left;
}
.dropdown_4columns .col-3 li a {
	color: #72523f;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.dropdown_4columns .col-3 li a:hover, .dropdown_4columns .col-3 li.current a {
	text-decoration: none;
	color: #fc1707;
}
.homamimgs {
	margin-top: 5%;
	margin-left: 2%;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 100%;
	left: 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content .header {
	background: red;
	padding: 16px;
	color: white;
}
.sf-menu li.dropdown:hover + .dropdown-content {
	display: block;
}
.dropdown:hover > .header_menu .dropdown-content {
	display: block;
}
/* Create three equal columns that floats next to each other */
.column {
	float: left;
	width: 33.33%;
	padding: 10px;
	background-color: #ccc;
	height: 250px;
}
.column a {
	float: none;
	color: black;
	padding: 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.column a:hover {
	background-color: #ddd;
}
/* Social nets
-------------------------------------------------------------------------------------- */
.header_social-nets {
	float: right;
	overflow: hidden;
	padding-top: 0px;
	width: 58px;
}
.header_social-nets li {
	float: left;
	margin-left: 4px;
}
.header_social-nets li:first-child {
	margin-left: 0;
}
.header_social-nets li a {
	background: #676767;
	border-radius: 11px;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 23px;
	line-height: 21px;
	text-align: center;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	width: 23px;
}
.header_social-nets li a.fa-facebook {
	background: #3a5a9f;
}
.header_social-nets li a.fa-facebook:before {
	line-height: 23px;
}
.header_social-nets li a.fa-youtube-play {
	background: #d61119;
}
.header_social-nets li a.fa-youtube-play:before {
	line-height: 23px;
}
.header_social-nets li a:hover {
	background: #ff7800 !important;
	text-decoration: none;
}
/* Banner
-------------------------------------------------------------------------------------- */
#header_banner {
	color: #fff;
	font: 400 18px/21px 'Lato', sans-serif;
	padding-bottom: 25px;
	position: relative;
}
#header_banner:after {
	background: url(../images/banner_shadow.png) center top no-repeat;
	background-size: 100% auto;
	bottom: 0;
	content: '';
	display: block;
	height: 25px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}
#owl-demo {
	margin-bottom: 0px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
#owl-demo .owl-controls {
	position: absolute;
	width: 94%;
	top: 50%;
	left: 3%;
	right: 3%px;
	height: 27px;
}
.owl-wrapper .grid_3 {
	width: 90%;
}
.owl-carousel {
	margin-bottom: 0px;
}
.donatebtn {
	width: 200px;
	margin: 0 auto;
	display: table !important;
	text-align: center !important;
	line-height: 30px !important;
	margin-top: 10px;
	padding: 10px 20px !important;
	font-size: 20px !important;
}
.donationbgbutton {
	background-image: url(../images/donation.gif);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 90px;
	display: block;
	outline: none;
}
.donationbgbutton:hover, .donationbgbutton:focus {
	text-decoration: none;
}
.donationbutton {
	/*background:#762f04;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0b7a1+0,8c3310+50,752201+51,bf6e4e+100;Brown+Gloss */
	background: #f0b7a1; /* Old browsers */
	background: -moz-linear-gradient(top, #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e', GradientType=0 ); /* IE6-9 */
	border-radius: 6px;
	width: calc(100% - 30px);
	height: auto;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	outline: none;
	letter-spacing: 1px;
}
.donationbutton:hover, .donationbutton:focus {
	text-decoration: none;
}
.donationbgs {
	width: 80% !important;
	max-width: 80% !important;
}
.donationbgs label {
	margin-left: 18%;
}
.donationbgs .buttons-set {
	margin-left: calc( 18% + 130px ) !important;
}
#sp-showcase-new .sp-module-title, #sp-content-top-1 .sp-module-title, #sp-content-top-2 .sp-module-title {
	text-align: center;
	font-size: 18px;
	margin: 0px;
	/*padding: 10px;
	background: #762f04;*/
	padding: 40px 0px 20px 0px;
	background-image: url(../images/title-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #762f04;
	letter-spacing: 1px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#sp-block1, #sp-block2, #sp-block3, #sp-block4 {
	/*border: 2px solid #762f04;
	border-radius: 10px;
	height: 250px;*/
	height: 303px;
	padding: 0px;
}
.home-box {
	background-image: url(../images/hbox-left.png), url(../images/hbox-right.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
}
.home-box .hpadd {
	padding: 0px 35px 35px 35px;
}
.home-box .hpaddnew {
	padding: 0px 25px 35px 25px;
}
#sp-showcase-new .grid_3.alpha {
	margin-left: 0px;
}
#sp-showcase-new .grid_3.omega {
	margin-left: 24px;
	margin-right: 0px;
}
#sp-showcase-new .grid_3 {
	margin-left: 25px;
	margin-right: 0px;
}
#sp-block2 .sp-module-content {
	line-height: 15px;
}
#sp-showcase-new .sp-module-content, #sp-content-top-1 .sp-module-content, #sp-content-top-2 .sp-module-content {
	padding: 5px;
	margin-top: 10px;
}
#sp-showcase-new .sp-module-content p, #sp-content-top-1 .sp-module-content p, #sp-content-top-2 .sp-module-content p {
	padding: 0px;
	margin-bottom: 12px;
}
#sp-showcase-new .sp-module-content p.green, #sp-content-top-1 .sp-module-content p.green, #sp-content-top-2 .sp-module-content p.green {
	color: #008000;
}
#sp-showcase-new .sp-module-content p b, #sp-content-top-1 .sp-module-content p b, #sp-content-top-2 .sp-module-content p b {
	font-weight: 700;
	color: #fc1707;
}
#sp-showcase-new .sp-module-content p b.brown, #sp-content-top-1 .sp-module-content p b.brown, #sp-content-top-2 .sp-module-content p b.brown {
	font-weight: 700;
	color: #72523f;
}
#sp-showcase-new .sp-module-content p a, #sp-content-top-1 .sp-module-content p a, #sp-content-top-2 .sp-module-content p a {
	color: #72523f;
}
#sp-showcase-new .sp-module-content .table11 {
	text-align: left;
}
#sp-showcase-new .sp-module-content .table11 th {
	font-weight: bold;
	color: #fc1707;
	padding: 5px;
	font-size: 12px;
}
#sp-showcase-new .sp-module-content .table11 td {
	padding: 5px;
	font-size: 12px;
}
#moreInfo {
	position: absolute;
	opacity: 1;
	top: 10px;
	left: 10px;
	right: 10px;
	width: 90%;
	height: 180px;
	/*border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;*/
	overflow: hidden;
}
/* ======================================================================================= */
/* CONTENT
/* ======================================================================================= */

#content {
	background: #faf8f5;
	padding: 10px 0 0;
}
.block-1 {
	padding-bottom: 30px;
	text-align: left;
}
.block-1 h3 {
	text-align: left;
}
.block-1 h3.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.block-1 figure {
	margin-bottom: 8px;
}
/* Content Block 1
-------------------------------------------------------------------------------------- */
.content_block-inner {
	background: #fff url(../images/bg-gradient.png) repeat-x;
	padding: 0px 0 58px;
	border-top: 1px solid #ddd;
}
.content_block-0 {
	background: url(../images/bg1.gif) center top repeat;
	padding: 0px 0px;
}
.content_block-1 {
	background: url(../images/bg1.gif) center top repeat;
	/*padding: 35px 0 58px;*/
	padding: 0px;
}
.content_block-1 .bg {
	background: url(../images/om.png) center top no-repeat;
	padding-top: 37px;
}
.content_block-1 .btn-wrapper {
	margin-bottom: 58px;
	text-align: center;
}
.content_block-1 .btn-wrapper .btn {
	background: #fc1707;
	font: 900 14px/21px 'Lato', sans-serif;
	padding: 8px 29px;
	text-transform: uppercase;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.content_block-1 .btn-wrapper .btn:hover {
	background: #27acd5;
	text-decoration: none;
}
figure.frame {
	margin-top: 25px;
	margin-left: 60px;
	margin-right: 56px;
	border: 6px solid #fff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
	height: auto;
}
figure.frame iframe {
	width: 100%;
	height: 100%;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.f_left {
	float: left;
	margin-right: 20px;
}
.list-1_item {
	padding-left: 10px;
	margin-bottom: 14px;
}
.list-1_item h4 {
	margin-top: 14px;
	margin-bottom: 11px;
}
.content_block-2 {
	padding-top: 50px;
}
.content_block-2 .bg {
	padding-top: 0px;
}
#owl .item {
    width: 95%;
}
#owl .owl_item {
	margin-bottom: 40px;
	/*position: relative;*/
}
/*img.hframe {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}*/
.owl_item img {
	width: 100%;
	margin-bottom: 11px;
	-webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.17);
	box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.17);
}
.carousel_title {
	position: relative;
	font: 700 14px/17px 'Lato', sans-serif;
	color: #fc1707;
	font-style: italic;
	padding-left: 2px;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
}
.carousel_title:before {
	position: absolute;
	left: 0px;
	top: -5px;
	width: 26px;
	height: 26px;
	background: url(../images/title_icon.png) 0 0 no-repeat;
	content: '';
}
.owl-controls {
	position: absolute;
	width: 37px;
	top: -42px;
	right: 2px;
	height: 27px;
}
.second .owl-controls {
	position: absolute;
	width: 37px;
	top: -22px;
}
.owl-buttons {
	overflow: hidden;
}
.owl-prev {
	font-size: 0;
	line-height: 0;
	width: 16px;
	height: 27px;
	background: url(../images/owl_nav.png) 0 0 no-repeat;
	float: left;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.owl-prev:hover {
	background-position: 0 -27px;
}
.owl-next {
	float: right;
	font-size: 0;
	line-height: 0;
	width: 16px;
	height: 27px;
	background: url(../images/owl_nav.png) -21px 0 no-repeat;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.owl-next:hover {
	background-position: -21px -27px;
}
.block-3 {
	text-align: center;
	margin-bottom: 60px;
}
.block-3 blockquote {
	position: relative;
	font: 400 21px/34px 'Lato', sans-serif;
	margin-bottom: 45px;
	color: #72523f;
}
.block-3 blockquote:after {
	display: block;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -179px;
	width: 358px;
	height: 1px;
	background: #836755;
	content: '';
}
.block-3 cite {
	font: 400 27px/27px 'Satisfy', cursive;
	color: #27acd5;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
}
.block-3 cite:after {
	display: block;
	position: absolute;
	bottom: -18px;
	left: 15%;
	right: 15%;
	margin-left: 0px;
	width: 70%;
	height: 1px;
	background: #836755;
	content: '';
}
cite:before, cite:after {
	content: '';
	content: none;
}
#thumbs {
	margin-bottom: 45px;
}
#thumbs .touch_box {
	overflow: hidden;
	margin-bottom: 27px;
	-webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.17);
	box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.17);
}
#thumbs .touch_img {
	position: relative;
	display: block;
}
#thumbs .touch_img img {
	width: 100%;
}
#thumbs .touch_img span.expand {
	position: absolute;
	left: 50%;
	top: -30px;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	background: url(../images/hover_lens.png) repeat 0 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 2;
}
#thumbs .touch_img:hover span.expand {
	left: 50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -16px;
	background: url(../images/hover_lens.png) repeat 0 0;
}
#thumbs .touch_img span.bg {
	background: url(../images/span_bg.png) repeat 0 0;
	position: absolute;
	display: block;
	height: 100%;
	bottom: -100%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#thumbs .touch_img:hover span.bg {
	background: url(../images/span_bg.png) repeat 0 0;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.central {
	text-align: center;
}
.contents {
	display: table;
	width: 100%;
	padding-top: 2px;
}
.contents li {
	display: table;
	margin: 3px 0 0;
	padding: 0 2px 0 18px;
	position: relative;
}
.contents li:before {
	position: absolute;
	display: block;
	content: "\f005";
	font-family: FontAwesome;
	font-size: 15px;
	line-height: 15px;
	color: #d64920;
	left: 0px;
	top: 7px;
}
.contents li:first-child {
	margin-top: 0;
}
.contents li .dt {
	display: table-cell;
	overflow: hidden;
	padding-right: 10px;
	vertical-align: bottom;
	width: 100%;
}
.contents li .dt a {
	font: 400 14px/17px 'Lato', sans-serif;
	color: #72523f;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.contents li .dt a:hover {
	color: #27acd5;
	text-decoration: none;
}
.contents li .dt:after {
	height: 3px;
	background: url(../images/contents_botted.png) repeat-x 0 0;
	content: '';
	display: inline-block;
	margin-left: 4px;
	margin-right: -100%;
	vertical-align: -3px;
	width: 100%;
}
.contents li .dd {
	font: 400 14px/16px 'Lato', sans-serif;
	color: #72523f;
	display: table-cell;
	padding-left: 0px;
	text-align: right;
	vertical-align: bottom;
}
.box3 {
	margin-bottom: 28px;
}
.shadow_box {
	background: #fff;
	padding: 14px 22px 12px 22px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.28);
	margin-bottom: 18px;
}
.shadow_box h4 {
	position: relative;
	padding-left: 33px;
	font: italic 900 24px/29px 'Lato', sans-serif;
	color: #27acd5;
	margin-bottom: 0;
}
.shadow_box h4:after {
	position: absolute;
	left: 0;
	top: 3px;
	font-family: FontAwesome;
	content: "\f058";
	font-size: 24px;
	line-height: 24px;
	font-style: normal;
	color: #27acd5;
}
.shadow_box p {
	margin-bottom: 0;
}
.fl_img {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	-webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.17);
	box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.17);
}
.date {
	display: block;
	position: relative;
	font: 400 10px/12px 'Lato', sans-serif;
	color: #fc1707;
	padding-left: 14px;
	margin-bottom: 25px;
}
.date:before {
	position: absolute;
	top: 1px;
	left: 0;
	font-family: FontAwesome;
	content: "\f017";
	font-size: 10px;
	line-height: 12px;
	color: #fc1707;
}
.video_box {
	width: 100%;
	height: 200px;
	margin-bottom: 11px;
	-webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.17);
	box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.17);
}
.video_box iframe {
	width: 100%;
	height: 100%;
}
.video_box img {
	width: 100%;
}
/* Tables
-------------------------------------------------------------------------------------- */

.table-1 {
	color: #72523f;
	font: 400 14px/21px 'Lato', sans-serif;
	width: 100%;
}
.table-1 .tcol-1 {
	padding-right: 5px;
	width: 164px;
}
.table-1 .tcol-2 {
	padding-right: 5px;
	width: 264px;
}
.table-1 .tcol-3 {
	width: 370px;
}
.table-1 th {
	border-bottom: 1px solid #72523f;
	border-left: 1px solid #72523f;
	color: #27acd5;
	font: 900 italic 18px/22px 'Lato', sans-serif;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: left;
	vertical-align: top;
}
.table-1 th:first-child {
	border-left: none;
	padding-left: 0;
}
.table-1 td {
	border-left: 1px solid #72523f;
	padding-left: 30px;
	text-align: left;
	vertical-align: top;
}
.table-1 td:first-child {
	border-left: none;
	padding-left: 0;
}
.table-1 tbody tr:first-child td {
	padding-top: 35px;
}
/* Map
-------------------------------------------------------------------------------------- */


	
	

.map {
	width: 752px;
	float: left;
	margin-bottom: 65px;
	margin-right: 25px;
	-webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.17);
	box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.17);
}
.map iframe {
	width: 100%;
	height: 463px;
}
.index_map iframe {
	width: 100%;
	height: 453px;
}
.index_map .map {
	float: none;
	width: 100%;
	margin-bottom: 0;
}
address {
	margin-bottom: 40px;
}
address dl {
	width: 100%;
	overflow: hidden;
	position: relative;
}
address dt {
	font: italic 900 14px/21px 'Lato', sans-serif;
	color: #762f04;
	margin-bottom: 20px;
}
address dd {
	overflow: hidden;
	font: 400 14px/21px 'Lato', sans-serif;
	color: #72523f;
}
address dd a {
	vertical-align: top;
	font: 400 14px/21px 'Lato', sans-serif;
	color: #fc1707;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	margin-left: 15px;
}
address dd a:hover {
	text-decoration: none;
	color: #762f04;
}
address dl span {
	float: left;
	width: 75px;
}
/* FOOTER
======================================================================================= */

footer {
	width: 100%;
	background: url(../images/bg1.gif) 0 0 repeat;
	padding-top: 50px;
	border-top: 5px solid #8a5a3b;
}
footer h4 {
	font: 900 16px/21px 'Lato', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	color: #762f04;
	margin-bottom: 0px;
}
footer .col-1, footer .col-2, footer .col-3, footer .col-4, footer .col-5 {
	margin-bottom: 50px;
}
footer .col-1 {
	float: left;
	width: 160px;
}
footer .col-2 {
	float: left;
	width: 150px;
}
footer .col-3 {
	float: left;
	width: 170px;
}
footer .col-4 {
	float: left;
	width: 330px;
}
footer .col-4 a {
	color: #72523f;
	vertical-align: top;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
footer .col-4 a:hover {
	text-decoration: none;
	color: #fc1707;
}
footer .col-4 p {
	margin-bottom: 25px;
	line-height: 22px;
}
.footer-divider {
	border-left: 1px solid #72523f;
	margin-left: -1px;
	padding-left: 30px;
}
.footer_menu li a {
	color: #72523f;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.footer_menu li a:hover, .footer_menu li.current a {
	text-decoration: none;
	color: #fc1707;
}
footer .col-5 {
	float: left;
	width: 320px;
	padding-left: 31px;
	border-left: 1px solid #72523f;
}
footer .col-20 {
	float: left;
	width: 25%;
	margin-bottom: 30px;
}
footer .col-33 {
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
footer .col-33 a {
	color: #72523f;
	vertical-align: top;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
footer .col-33 a:hover {
	text-decoration: none;
	color: #fc1707;
}
footer .col-33 p {
	margin-bottom: 25px;
	line-height: 22px;
}
footer .col-55 {
	float: left;
	width: 50%;
}
.footer_social-nets {
	overflow: hidden;
	padding-top: 0px;
	margin-bottom: 20px;
}
.footer_social-nets li {
	float: left;
	color: #72523f;
	font-size: 31px;
	line-height: 31px;
}
.footer_social-nets li.fb {
	margin-right: 20px;
}
.footer_social-nets li.fb a:before {
	content: "\f082";
	font-family: FontAwesome;
}
.footer_social-nets li.ytube {
	margin-right: 0px;
}
.footer_social-nets li.ytube a:before {
	content: "\f16a";
	font-family: FontAwesome;
}
.footer_social-nets li a {
	color: #72523f;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.footer_social-nets li a:hover {
	text-decoration: none;
	color: #27acd5;
}
.footer_app-icon {
	overflow: hidden;
	padding-top: 0px;
	margin-bottom: 20px;
}
.footer_app-icon li {
	float: left;
	color: #72523f;
	font-size: 31px;
	line-height: 31px;
}
.footer_app-icon li {
	margin-right: 10px;
	width: 100px;
}
.footer_app-icon li a {
	margin-bottom: 25px;
}
.payment-list {
	margin-top: 5px;
}
.payment-list li {
	display: inline-block;
	margin-right: 0px;
}
.payment-list li img {
	width: 50px;
	height: auto;
	border-radius: 6px;
}
#form1 {
	position: relative;
	padding-top: 10px;
}
#form1 fieldset {
	overflow: hidden;
}
#form1 .email {
	display: block;
	width: 265px;
	float: left;
}
#form1 input {
	margin: 0;
	outline: none;
	border: none;
	padding: 4px 9px 5px 9px;
	background: #f2efea;
	font: 400 12px/15px 'Lato', sans-serif;
	color: #b19e90;
	border: 1px solid #72523f;
	width: 100%;
}
#form1 .error {
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #F00;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#form1 .success {
	padding: 6px 10px 5px;
	font: 400 12px/15px 'Lato', sans-serif;
	color: #b19e90;
	background: #f2efea;
	position: absolute;
	z-index: 10;
	right: 59px;
	left: 0px;
	top: 10px;
	width: 265px;
}
#form1 .error {
	position: absolute;
	top: -9px;
}
#form1 label.invalid .error {
	height: 19px;
}
#form1 .btns {
	overflow: hidden;
	float: right;
}
#form1 .btns .button {
	display: block;
	font: 700 12px/15px 'Lato', sans-serif;
	background: #fc1707;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 16px 6px 19px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#form1 .button:hover {
	text-decoration: none;
	background-color: #27acd5;
}
.footer_bottom {
	background: #f6f3ef;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 47px;
}
.sitecount {
	text-align: center;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.sitecount span {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f4dc+0,eee4c3+50,f9f4dd+100 */
	background: rgb(248,244,220); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(248,244,220,1) 0%, rgba(238,228,195,1) 50%, rgba(249,244,221,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(248,244,220,1) 0%, rgba(238,228,195,1) 50%, rgba(249,244,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(248,244,220,1) 0%, rgba(238,228,195,1) 50%, rgba(249,244,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f4dc', endColorstr='#f9f4dd', GradientType=0 ); /* IE6-9 */
	height: 25px;
	width: 25px;
	line-height: 25px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #8e6904;
	font-weight: 400;
	font-size: 14px;
	color: #8e6904;
	padding: 0px;
	margin: 0px 1px;
}
.poweredby {
	text-align: right;
	line-height: 31px;
	padding: 0;
	margin: 0;
	height: 31px;
	vertical-align: middle;
}
.poweredby a {
	padding: 0;
	margin: 0;
	width: 104px;
	height: 31px;
	vertical-align: middle;
}
/* Copyright
-------------------------------------------------------------------------------------- */

.site-name {
	font: 900 14px/16px 'Lato', sans-serif;
	color: #fc1707;
	text-transform: uppercase;
	line-height: 47px;
}
.copyright {
	font: 400 14px/16px 'Lato', sans-serif;
	color: #72523f;
	line-height: 47px;
}
.copyright span {
	vertical-align: top;
}
.copyright a {
	color: inherit;
}
.footer-link {
	display: block;
}
/* Back to top
-------------------------------------------------------------------------------------- */
#toTop {
	border: none;
	bottom: 15px;
	color: transparent;
	display: none;
	height: 27px;
	overflow: hidden;
	position: fixed;
	right: calc( 50% + 28px ) !important;
	text-decoration: none;
	width: 27px;
	padding-left: 3px;
	z-index: 20;
	font-size: 28px;
	line-height: 28px;
	margin-right: -700px !important;
}
#toTop:before {
	font-family: FontAwesome;
	content: '\f0aa';
	color: #72523f;
}
#toTop:hover:before {
	color: #27acd5;
}
/* upcoming events
-------------------------------------------------------------------------------------- */
.scrolltitle sup {
	vertical-align:super;
}
.scrolltitle sub {
	vertical-align:sub;
}
.marqueeheight {
	height: 290px;
}
.marquee {
	width: 100%;
	overflow: hidden;
}
marquee {
	padding-top: 5px;
}
.event {
	width: 100%;
	text-align: center;
}
.event_time {
	width: 100%;
	color: #72523f;
	font-size: 14px;
	font-weight: 400;
	padding: 20px 0px 0px 0px;
	font-style: italic;
}
.event_title {
	margin: 5px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #72523f;
}
.event_detail {
	width: 100%;
	color: #444444;
	margin-top: 5px;
	padding: 0px 0px;
}
.event a, .event a:hover {
	color: #f1c152;
	text-decoration: none;
	outline: none;
}
#calendar {
	max-width: 100%;
	margin: 0 auto;
	margin-top: 15px;
}
#calendar table {
	margin: 0px;
}
#calendar th a {
	color: #fff;
	text-decoration: none;
}
#calendar td a {
	text-decoration: none;
	outline: none;
	border: none;
}
#calendar button {
	text-decoration: none;
	outline: none;
	border: none;
}
.fc-row.fc-widget-header th {
	font-size: 16px;
	font-weight: 400;
}
.fc-event {
	font-size: 14px;
	font-weight: 400;
	padding: 5px;
}
.fc-event, .fc-event:hover {
	font-size: 12px !important;
	color: #ffffff !important;
	padding: 5px !important;
}
.fc-event, .fc-event-dot {
	background-color: #ffca00;
	color: #ffffff !important;
}
.mapheight {
	height: 300px;
}
h4.contact-title {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #b72f04;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
}
h4.contact-title strong {
	font-weight: 400;
}
.addre {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #72523f;
}
.addre .loc:before {
	content: "\f041";
	font-family: FontAwesome;
}
.phone-call .conphone:before {
	content: "\f095";
	font-family: FontAwesome;
}
.mail-id .conmail:before {
	content: "\f0e0";
	font-family: FontAwesome;
}
.phone-call .fa, .phone-call a, .phone-call a:hover, .mail-id, .mail-id .fa {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #72523f;
	text-decoration: none;
	outline: none;
}
.contact-form .form-control {
	display: block;
	width: 100%;
	height: 24px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-form .form-control {
	border-radius: 0px !important;
	border-color: #900;
	margin-bottom: 10px;
}
.contact-form .form-group {
	width: 100%;
	display: flex;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
	border-radius: 0px !important;
	font-size: 12px;
	outline: none;
}
.contact-form textarea {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}
.contact-form .redbtn, .contact-form .redbtn i, .contact-form .redbtn:hover, .contact-form .redbtn:focus {
	border-radius: 0px !important;
	color: #ffffff;
	background: #900;
	border: none;
	outline: none;
}
.imageHolder {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	background: #FEC807;
}
.imageHolder .caption {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0px;
	left: 0px;
	color: #fc1707;
	background: #e8e2da;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
}
.imageHolder img {
	object-fit: cover;
	height: 350px;
	width: 100%;
}
.imageHolder img:hover {
	opacity: 0.7;
}
.memberlist {
	padding: 0px !important;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.list-group-item {
	border: 0;
	padding-left: 0;
	border-top: 1px solid;
	border-color: rgba(37,40,43,0.1);
}
.list-group .list-group-item.list-group-body:first-child {
	border-radius: 0px;
	border-bottom: 0px;
	background: url(../images/footerbg.gif) 0 0 repeat;
	color: #b72f04;
}
.list-group .list-group-item:first-child {
	border-radius: 0px;
	border-bottom: 0px;
}
.list-group .list-group-item:last-child {
	border-radius: 0px;
}
.list-group .list-group-item:hover {
	background: #fdf7f7;
}
.list-group .list-group-item a {
	color: #72523f;
	cursor: pointer;
	text-decoration: none;
}
.list-group.list-group-header {
	padding: 0;
	margin: 0;
	background: #f2f2f2;
}
.list-group.list-group-body .glyphicon {
	font-size: 25px;
	vertical-align: middle;
	color: #dcdcdc;
	padding-right: 20px;
}
.list-group-panel {
	border: 1px solid #ccdbeb;
	border-radius: 0;
}
.list-group-item .grid_4.text-left {
	padding-left: 15px;
}
ul.list-group.list-group-body {
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}
ul.list-group.list-group-body li:last-child {
	border-bottom: 1px solid #f4f4f4;
}
.forchaser {
	height: 2px;
	display: block;
	position: relative;
}
.bg-transparent {
	height: 175px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg-gradient.png) repeat-x 0 0;
	z-index: -1;
}
.breadcrumb {
	padding: 20px 0;
	color: #333333;
}
.separator {
	background: #f1f1f1;
	height: 2px;
	margin: 0 0 35px;
}
/* CLEAR FIX - http://nicolasgallagher.com/micro-clearfix-hack/ */
.clear:before, .clear:after {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	zoom: 1;
}
.main-content h1.title {
	color: #762f04;
	margin-bottom: 25px;
	background: no-repeat;
	float: none;
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 28px;
	font-weight: normal;
	font-family: lato;
	max-width: 100%;
	width: 100%;
}
.main-content h3 {
	color: #762f04;
	margin-bottom: 25px;
	background: no-repeat;
	float: none;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: normal;
	font-family: lato;
	max-width: 100%;
	width: 100%;
}
.main-content h4 {
	color: #762f04;
	margin-bottom: 25px;
	background: no-repeat;
	float: none;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	font-family: lato;
	max-width: 100%;
	width: 100%;
}
.fc-header-toolbar h2 {
	font-family: lato;
	font-size: 22px;
	font-weight: normal;
}
/* ABOUT US COLUMNS */
.main-content .columns {
	float: left;
	width: calc( 50% - 50px );
}
.main-content .columns.rightmargin {
	margin-right: 50px;
}
.main-content strong {
	font-weight: bold;
	vertical-align: baseline;
}
/* CUSTOM LISTS */
.mainbody ul {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 20px;
}
ul.list-type-1, ul.list-type-2, ul.list-type-3, ul.list-type-4, ul.list-type-5, ul.list-type-6, ul.list-type-7, ul.list-type-8, ul.list-type-9 {
	padding-left: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}
ul.list-type-1 li {
	padding-left: 15px;
	list-style: none;
	background: url(../images/bullet-list_01.png) no-repeat 0 0;
	line-height: 20px;
}
ul.list-type-2 li {
	padding-left: 15px;
	list-style: none;
	background: url(../images/bullet-list_02.png) no-repeat 0 0;
	line-height: 20px;
}
ul.list-type-3 li {
	padding-left: 15px;
	list-style: none;
	background: url(../images/bullet-list_03.png) no-repeat 0 0;
	line-height: 20px;
}
ul.list-type-4 li {
	padding-left: 25px;
	list-style: none;
	background: url(../images/bullet-list_04.png) no-repeat 0 0;
	line-height: 20px;
	margin-bottom: 5px;
}
ul.list-type-5 li {
	padding-left: 25px;
	list-style: none;
	background: url(../images/bullet-list_05.png) no-repeat 0 0;
	line-height: 20px;
	margin-bottom: 5px;
}
ul.list-type-6 li {
	padding-left: 25px;
	list-style: none;
	background: url(../images/bullet-list_06.png) no-repeat 0 0;
	line-height: 20px;
	margin-bottom: 5px;
}
ul.list-type-7 li {
	padding-left: 25px;
	list-style: none;
	background: url(../images/bullet-list_07.png) no-repeat 0 0;
	line-height: 20px;
	margin-bottom: 5px;
}
ul.list-type-8 li {
	padding-left: 25px;
	list-style: none;
	background: url(../images/bullet-list_08.png) no-repeat 0 0;
	line-height: 20px;
	margin-bottom: 5px;
}
ul.list-type-9 li {
	padding-left: 25px;
	list-style: none;
	background: url(../images/bullet-list_09.png) no-repeat 0 0;
	line-height: 20px;
	margin-bottom: 5px;
}
/* SIDEBAR */
#sidebar {
	background: #f5f5f5;
	padding: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#sidebar .sideblock {
	margin-bottom: 25px;
}
#sidebar .sideblock:last-child {
	margin-bottom: 0px;
}
#sidebar .sideblock.last {
	margin-bottom: 0;
}
#sidebar h3.title {
	font-size: 18px;
}
#sidebar ul.menu {
	margin: 0;
	border-bottom: 1px solid #dedede;
}
#sidebar ul.menu ul {
	margin: 0 0 0 20px;
}
#sidebar ul.menu li a {
	display: block;
	border-top: 1px solid #dedede;
	padding: 4px 0 4px 13px;
	background-image: url(../images/menu-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	color: #555555;
}
#sidebar ul.menu li a:hover {
	background-color: #eee;
	text-decoration: none;
	outline: none;
}
.small_ads {
	margin: 0;
}
.small_ads li {
	margin-left: 10px;
	float: left;
}
.small_ads li:first-child {
	margin-left: 0;
}
.projects.recent {
	background: #e2e2e2;
	padding-top: 35px;
	position: relative;
	z-index: 3;
}
.projects .items {
	margin: 0;
	padding: 0;
}
.projects .items li {
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
	position: relative;
	width: calc( 20% - 20px );
}
.projects .items li.last {
	margin-right: 0;
}
.projects.recent .items li {
	margin-bottom: 35px;
}
.projects.recent .items li:first-child {
	font-size: 11px;
	line-height: 1.4;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.7)
}
.projects .items li .dbgs {
	padding: 10%;
	/*background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
	background: url(../images/frames.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;/*height: 300px;*/
}
.projects .items li img {
	position: relative;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 997;/*margin-top: 18.5%;
    width: 87%;
    margin-left: 6%;
    margin-right: 5%;*/
}
.projects .items li img {
	z-index: 999;
	filter: alpha(opacity=100);
	opacity: 1;
}
/*.projects .items li .details { position: absolute; left: -10px; top: -10px; padding: 190px 10px 20px; width: 90%; display: none; background: #fff; border:1px solid #ddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  -webkit-box-shadow:0 0 5px rgba(0,0,0,0.2); -moz-box-shadow:0 0 5px rgba(0,0,0,0.2); box-shadow:0 0 5px rgba(0,0,0,0.2); z-index:998; }*/
.projects .items li .details h4 {
	font: 14px/1 Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}
.projects .items li .details p {
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 1.4;
	display: none;
}
.projects .items li .details {
/*display: block;*/
}
.projects #portfolio-tabs .tab_container {
	overflow: visible;
	border: none;
}
.projects #portfolio-tabs .tab_content {
	padding: 0;
}
.projects #portfolio-tabs ul.tabs {
	float: right;
	list-style: none;
	height: 32px;
	border: none;
	width: auto;
	margin: -55px -10000px 0 0;
	padding: 0 10000px 0 0;
	background: url('../php-includes/rgba_94787ff6.php');
	background: rgba(0,0,0,0.1)
}
.projects #portfolio-tabs ul.tabs li {
	border: 0 !important;
	background: none !important;
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
}
.projects #portfolio-tabs ul.tabs li a {
	border: none;
	color: #454545;
	display: block;
	padding: 0 20px;
}
.projects #portfolio-tabs ul.tabs li a:hover, .projects #portfolio-tabs ul.tabs li.active a, .projects #portfolio-tabs ul.tabs li.active a:hover {
	background: url('../php-includes/rgba_94737ff6.php');
	background: rgba(0,0,0,0.6);
	color: #eee;
	border: none !important;
}
.onecol-style {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 25px;
	border: 1px solid #772f00;
}
.onecol-style th {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding: 12px 15px;
}
.onecol-style thead, .onecol-style tbody {
	border-left: 1px solid #772f00;
}
.onecol-style tbody td tbody {
	border-left: 0px solid #772f00;
}
.onecol-style th.header {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	background-color: #772f00;
	padding: 12px 15px;
}
.onecol-style th.header th {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}
.onecol-style td {
	color: #000000;
	border-top: 1px solid #ccc;
	padding: 10px 15px;
	font-size: 14px;
}
.onecol-style td.header {
	color: #666;
	border-top: 1px solid #ccc;
	padding: 10px 15px;
}
.onecol-first {
	background: #f4f4f4;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
.onecol-style tr:hover td {
	color: #444;
	background: #eee;
}
.onecol-style th.year {
	text-align: center;
	border-top: 1px solid #772f00;
}
.onecol-style th.servicestitle {
	text-align: center;
	border-top: 1px solid #772f00;
	border-left: 1px solid #772f00;
	background: #ffffff;
}
.management-committee .grid_3 {
	width: 24%;
	margin-right: 1%;
	margin-left: 0px;
	margin-bottom: 10px;
}
.management-committee .grid_3:nth-child(4n+1) {
	margin-right: 0%;
	margin-left: 0px;
}
.executives {
	/*background: url(../images/executives.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;*/
	border: 1px solid #a37e4e;
	height: 100%;
	background: #f5f5f5;
}
.executives img {
	width: 100%;
}
.executives {
	margin-bottom: 0px;
	text-align: center;
}
.executives span {
	display: block;
}
.executives .manageteams {
	height: 70px;
}
.executives .name {
	font: 14px/1.4 'CartoGothicStdBook', arial, serif;
	padding-top: 10px;
	text-transform: uppercase;
	color: #000000;
}
.executives .function {
	font: 12px/1.4 'CartoGothicStdBook', arial, serif;
	padding-bottom: 5px;
	color: #777;
}
.executives p, .executives ul li {
	font-size: 11px;
	color: #454545;
}
.templestaffs .grid_3 {
	width: 24%;
	margin-right: 1%;
	margin-left: 0px;
	margin-bottom: 10px;
}
.templestaffs .grid_3:nth-child(4n+1) {
	margin-right: 0%;
	margin-left: 0px;
}
.core_team {
	margin-bottom: 35px;
}
.core_team img.member {
	border: 1px solid #bbb;
}
.core_team img.member:hover {
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}
.core_team span {
	display: block;
}
.core_team .name {
	font: 14px/1 'CartoGothicStdBook', arial, serif;
	padding: 10px 0 8px;
	text-transform: capitalize;
	height: 30px;
	line-height: 18px;
}
.core_team .function {
	font: 12px/1.4 'CartoGothicStdBook', arial, serif;
	padding-bottom: 15px;
	color: #999;
	height: 20px;
}
.core_team img {
	width: 85px;
	height: 100px;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.timingtblouter {
	width: 100%;
}
.timingtbls {
	float: left;
}
.timingtblouter .timingtbls:first-child {
	padding-right: 5px;
	width: calc( 50% - 5px );
}
.timingtblouter .timingtbls:last-child {
	padding-left: 5px;
	width: calc( 50% - 5px );
}
.legal p {
	margin-bottom: 0;
	text-align: right
}
.legal .terms a {
	margin-left: 5px
}
label {
	font-size: 13px
}
label.required:after {
	content: ' *';
	color: #F00;
	font-weight: normal
}
label.required em {
	display: none
}
select {
	max-width: 100%;
	font-size: 13px
}
textarea {
	width: 100%;
	max-width: 500px;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
textarea, .input-text {
	border: 3px solid #e8e8e8;
	background: #FFF;
	color: #404040;
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size: 13px;
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}
textarea:focus, .input-text:focus {
	border-color: #772f00;
	outline: none;
}
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text] {
	width: 230px;
	height: 24px;
	padding: 1px 5px;
	line-height: 1
}
input[type=number].qty, input[type=text].qty {
	width: 35px
}
::-webkit-input-placeholder {
 color: #707070
}
input:-moz-placeholder {
 color: #707070
}
.checkbox + label, .checkbox + .label, .radio + label, .radio + .label {
	width: auto;
	max-width: 275px;
	margin-left: 8px;
	line-height: 18px
}
.validation-advice {
	margin-top: 5px;
	color: #F00;
	font-size: 13px
}
p.required {
	display: none
}
.stack-form .form-list li {
	margin-bottom: 15px
}
.stack-form .form-list li:after {
	clear: both;
	display: table;
	content: ''
}
.stack-form .form-list .fields {
	margin-bottom: 0
}
.stack-form .form-list .fields .field {
	margin-bottom: 15px
}
.stack-form .form-list .fields.adjacent .field {
	float: left;
	margin-right: 15px
}
.stack-form .checkbox + label, .stack-form .radio + label {
	margin-left: 8px
}
.stack-form .buttons-set {
	margin-top: 5px
}
#booking-form {
	margin-bottom: 30px
}
.scaffold-form {
	max-width: 100%;
}
.scaffold-form label:first-child {
	float: left;
	width: 30%;
	padding: 5px 10px 0 0
}
.scaffold-form select {
	margin-top: 4px;
	width: 246px;
	height: 30px;
	padding: 5px 5px;
	line-height: 1;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 3px solid #e8e8e8;
}
.scaffold-form .fieldset + .fieldset {
	margin-top: 30px
}
.scaffold-form .form-list {
	margin-bottom: 15px;
	border-top: 1px solid #e8e8e8
}
.scaffold-form .input-box {
	float: left;
	max-width: 40%;
	width: 100%;
}
.scaffold-form .legend {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	text-transform: capitalize;
	text-align: left;
}
.scaffold-form .form-list li, .scaffold-form .form-list .field {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8
}
.scaffold-form .form-list .fields {
	padding: 0;
	border: 0
}
.scaffold-form .form-list li:after, .scaffold-form .form-list .field:after {
	clear: both;
	display: table;
	content: ''
}
.scaffold-form .form-list .control {
	padding-left: 130px
}
.scaffold-form .checkbox + label, .scaffold-form .radio + label {
	float: none
}
.scaffold-form .buttons-set, .scaffold-form .captcha-image {
	margin-left: 31.5%;
}
#profile-form {
	margin-bottom: 30px;
	background: #e7e1d9;
	border: 1px solid #d2c8ba;
	padding: 30px;
	border-radius: 4px;
	display: table !important;
}
.profile-form {
	/*max-width: 390px;*/
	max-width: 100% !important;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.profile-form label:first-child {
	float: left;
	width: 130px;
	padding: 5px 10px 0 0
}
.profile-form select {
	margin-top: 4px;
	width: 246px;
	height: 30px;
	padding: 5px 5px;
	line-height: 1;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 3px solid #e8e8e8;
}
.profile-form .fieldset + .fieldset {
	margin-top: 30px
}
.profile-form .form-list {
	margin-bottom: 15px;
	border-top: 1px solid #e8e8e8
}
.profile-form .input-box {
	float: left;
	max-width: 250px;
}
.profile-form .labeltitle {
	font-weight: bold;
	position: relative;
}
.profile-form .labeltitle::after {
	content: ":";
	text-align: right;
	right: 10px;
	position: absolute;
}
.profile-form .input-boxnew {
	float: left;
	max-width: calc( 100% - 150px );
}
.profile-form .input-boxnew label {
	width: 100%;
}
.profile-form .legend {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	text-transform: capitalize;
	text-align: left;
}
.profile-form .form-list li, .profile-form .form-list .field {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8
}
.profile-form .form-list .fields {
	padding: 0;
	border: 0
}
.profile-form .form-list li:after, .profile-form .form-list .field:after {
	clear: both;
	display: table;
	content: ''
}
.profile-form .form-list .control {
	padding-left: 130px
}
.profile-form .checkbox + label, .profile-form .radio + label {
	float: none
}
.profile-form .buttons-set, .profile-form .captcha-image {
	margin-left: 130px
}
.profile-form textarea {
	width: 250px;
}
.register-form {
	max-width: 100% !important;
}
.register-form ul {
	width: 100%;
	max-width: 100%;
}
.register-form label {
	width: 25% !important;
	margin-left: 10%;
}
.register-form .input-box {
	max-width: 50% !important;
	width: 50% !important;
}
.register-form .input-box input, .register-form .input-box select, .register-form .input-box textarea {
	width: 100% !important;
	max-width: 100%;
}
#general-form {
	margin-bottom: 30px;
	background: #e7e1d9;
	border: 1px solid #d2c8ba;
	padding: 30px;
	border-radius: 4px;
	display: table !important;
}
.general-form {
	max-width: 390px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.general-form label:first-child {
	float: left;
	width: 130px;
	padding: 5px 10px 0 0
}
.general-form select {
	margin-top: 4px;
	width: 246px;
	height: 30px;
	padding: 5px 5px;
	line-height: 1;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 3px solid #e8e8e8;
}
.general-form .fieldset + .fieldset {
	margin-top: 30px
}
.general-form .form-list {
	margin-bottom: 15px;
	border-top: 1px solid #e8e8e8
}
.general-form .input-box {
	float: left;
	max-width: 250px;
}
.general-form .legend {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	text-transform: capitalize;
	text-align: left;
}
.general-form .form-list li, .general-form .form-list .field {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8
}
.general-form .form-list .fields {
	padding: 0;
	border: 0
}
.general-form .form-list li:after, .general-form .form-list .field:after {
	clear: both;
	display: table;
	content: ''
}
.general-form .form-list .control {
	padding-left: 130px
}
.general-form .checkbox + label, .general-form .radio + label {
	float: none
}
.general-form .buttons-set, .general-form .captcha-image {
	margin-left: 130px
}
.general-form textarea {
	width: 250px;
}
.loginbtn {
	margin-left: 13px;
}
.login_wrap {
	margin-top: 20px;
}
.login_wrap p {
	margin-bottom: 10px;
	color: #555555;
}
.login_wrap a {
	color: #772f00;
}
.button {
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid transparent;
	background: #772f00;
	color: #FFF;
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	outline: none;
	cursor: pointer;
}
.flex-table {
	width: 100%;
	margin-bottom: 0px
}
.flex-table thead tr {
	background: #f8f8f8
}
.flex-table thead tr:first-child {
	border-top: 1px solid #b0b0b0
}
.flex-table thead tr:last-child {
	border-bottom: 1px solid #e0e0e0
}
.flex-table thead th {
	padding: 8px 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: left;
}
.flex-table tbody tr {
	border-bottom: 1px solid #e0e0e0
}
.flex-table tbody tr:last-child {
	border-bottom: 0px solid #e0e0e0
}
.flex-table tbody td {
	padding: 15px 10px;
	vertical-align: top
}
.flex-table tfoot tr {
	background: #f8f8f8
}
.flex-table tfoot tr:last-child {
	border-bottom: 0px solid #e0e0e0
}
.flex-table tfoot td {
	padding: 8px 10px
}
.fa-remove:before {
	content: "\f00d";
}
.rm-btn {
	outline: none;
	cursor: pointer;
}
.prasathams .grid_2, .prasathams .grid_1 {
	width: 19%;
	margin-right: 1%;
	margin-left: 0px;
	margin-bottom: 10px;
}
.prasathams .grid_2 label, .prasathams .grid_1 label {
	width: 100%;
}
.prasathams .grid_2 select, .prasathams .grid_2 input[type=text], .prasathams .grid_1 select, .prasathams .grid_1 input[type=text] {
	width: 90%;
	margin-top: 8px;
	margin-bottom: 0px;
}
.smallbanner {
	background-image: url(../images/Bottom-strip.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	margin-bottom: 3rem;
	margin-top: 3rem;
	height: 350px
}
.smallbanner>h1 {
	color: #fff;
	font-family: open sans;
	font-size: 24px;
	font-weight: bold;
	padding-top: 80px;
	text-align: center;
	background: transparent;
	float: none;
	margin: auto;
	padding-left: 44px;
	padding-right: 44px;
	padding-bottom: 30px;
	max-width: 100%;
	line-height: 30px;
}
.smallbanner span {
	color: #d88004;
	vertical-align: text-bottom;
}
.donate {
	background-color: #b0110e;
	color: #fff;
	font-family: open sans;
	font-size: 14px;
	margin: 0 auto;
	padding: 5px 24px;
	width: 9%;
	text-align: center;
}
.donate a {
	text-decoration: none;
	color: #fff
}
.donatelineimg {
	margin-top: 30px;
}
/*hindutempleofplano.org*/

/*.donate>*::before {
  background-image: url("../images/small1.png");
  background-repeat: no-repeat;
  content: "";
  left: 37rem;
  padding: 30px 133px 0 12px;
  position: absolute;
  top: 17rem
}

.donate>::after {
  background-image: url("../images/small2.png");
  background-repeat: no-repeat;
  content: "";
  padding: 31px 134px 0 13px;
  position: absolute;
  right: 37rem;
  top: 17rem
}*/
/* ======================================================================================= */
/* RESPONSIVE LAYOUTS
/* ======================================================================================= */

/* Tablet portrait
-------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1199px) {
.sf-menu > li {
	padding: 22px 7px 24px;
}
.map {
	float: none;
	margin-right: 0;
	width: 100%;
}
#form label {
	width: 100%;
}
#form .success-message {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
footer .col-1 {
	float: left;
	width: 140px;
}
footer .col-2 {
	float: left;
	width: 100px;
}
footer .col-3 {
	float: left;
	width: 120px;
}
footer .col-4 {
	float: left;
	width: 240px;
}
footer .col-5 {
	float: left;
	width: 280px;
}
}
 @media only screen and (max-width: 1024px) {
.header_nav h1 {
	background: #c5b7ae;
	float: left;
	margin-right: 1px;
	padding: 7px 8px 6px 8px;
	max-width: 250px;
}
.sf-menu > li {
	padding: 17px 7px 19px;
}
#sp-showcase-new .grid_3 {
	width: 49%;
	margin-bottom: 30px;
	margin-left: 1%;
}
#sp-showcase-new .grid_3.omega {
	margin-left: 1%;
	margin-right: 0px;
}
#moreInfo iframe {
	width: 100%;
}
.footer-divider {
	border-left: 0px solid #72523f;
	margin-left: 0px;
	padding-left: 0px;
}
.donationbgbutton {
	height: 65px;
}
.templestaffs .grid_3:nth-child(1n+1) {
	margin-right: 0%;
	margin-left: 0px;
}
.templestaffs .grid_3 {
	width: 32%;
	margin-right: 1%;
	margin-left: 0px;
	margin-bottom: 10px;
}
.core_team {
	margin-bottom: 0px;
	height: 100px;
}
.projects .items li {
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
	position: relative;
	width: calc( 25% - 20px );
	margin-left: 10px;
}
.projects .items li.last {
	margin-right: 10px;
}
.projects .items li:nth-child(2n+2) {
	margin-left: 10px;
}
.profile-form {
	/*max-width: 390px;*/
	max-width: calc( 100% - 60px ) !important;
	width: calc( 100% - 60px );
	margin-left: auto;
	margin-right: auto;
}
}
 @media only screen and (max-width: 979px) {
.img_fleft, .img_right {
	max-width: 45%;
}
.fl_img {
	float: none;
	margin-right: 0;
	width: 100%;
}
.sf-menu > li {
	margin-left: 15px;
}
.header_nav h1 {
	text-align: center;
	float: none;
	margin-right: 0;
	max-width: 100%;
}
nav.header_menu {
	float: none;
	margin-right: 0;
	border-bottom: 1px solid #e6e6e6;
}
.sf-menu > li {
	padding: 22px 21px 24px;
}
.header_social-nets {
	float: none;
	text-align: center;
	margin-bottom: 20px;
}
.header_social-nets li {
	float: none;
	display: inline-block;
}
.banner_caption {
	display: none !important;
}
figure.frame {
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 0px;
}
.table-1 th, .table-1 td {
	padding-left: 10px;
}
.table-1 tbody tr:first-child td {
	padding-top: 10px;
}
footer .col-3 {
	float: left;
	width: 100px;
}
footer .col-4 {
	float: left;
	width: 195px;
}
footer .col-5 {
	float: left;
	width: 244px;
	padding-left: 0;
	border-left: none;
}
.footer_social-nets {
	margin-bottom: 20px;
}
#form1 .email {
	width: 140px;
}
}
@media only screen and (max-width: 768px) {
.header_contact-loc {
	width: 34%;
	text-align: center;
}
.header_contact-phone {
	width: 25%;
	text-align: center;
}
.header_contact-phone .phone {
	line-height: 20px;
}
.header_contact-email {
	width: 24%;
	text-align: center;
}
.header_social-nets {
	float: right;
	text-align: center;
	margin-bottom: 0px;
}
.sf-menu > li {
	padding: 22px 11px 24px;
}
.sf-menu > li {
	margin-left: 0px;
	border-bottom: 1px solid #ddd;
}
.welcometext .row, .welcometext .grid_12, .welcometext .grid_6 {
	margin-left: 0px;
}
.welcometext .grid_6 {
	width: 92%;
	margin: 0 2%;
	padding: 0 2%;
}
figure.frame {
	margin-top: 0px;
}
.welcometext .grid_6.block-2_video {
	margin-bottom: 50px;
}
.welcometext .list-1_item {
	display: table;
}
#owl .owl-item .grid_3 {
	width: 50%;
	margin: 0 auto;
}
footer .col-1 {
	float: left;
	width: 120px;
}
footer .col-2 {
	float: left;
	width: 90px;
}
footer .col-3 {
	float: left;
	width: 110px;
}
footer .col-4 {
	float: left;
	width: 230px;
}
footer .col-5 {
	float: left;
	width: 160px;
}
.copyright {
	line-height: normal;
	font-size: 13px;
	padding-top: 15px;
}
.site-name {
	line-height: normal;
}
footer .grid_7.alpha, footer .grid_5.omega {
	width: 100%;
}
footer .grid_5.omega {
	margin-bottom: 20px;
	text-align: center;
}
footer .grid_5.omega ul {
	text-align: center;
	display: inline-block;
}
footer .grid_5.omega ul li {
	display: inline-block;
	text-align: center;
}
footer .col-20 {
	float: left;
	width: 33%;
	margin-bottom: 30px;
	display: inline-table;
}
footer .col-33 {
	float: left;
	width: 33%;
	margin-bottom: 30px;
	display: inline-table;
}
.donationbgbutton {
	height: 48px;
}
.timingtblouter .timingtbls:first-child {
	padding-right: 0px;
	width: 100%;
}
.timingtblouter .timingtbls:last-child {
	padding-left: 0px;
	width: 100%;
}
.templestaffs .grid_3 {
	width: 50%;
	margin-right: 1%;
	margin-left: 0px;
	margin-bottom: 10px;
}
.templestaffs .grid_3:nth-child(4n+1) {
	margin-right: 0%;
	margin-left: 0px;
}
.profile-form .form-list:first-child {
	margin-bottom: 0px;
}
.profile-form .form-list:first-child li:last-child {
	border-bottom: 0px;
}
.profile-form label {
	margin-left: 18%;
}
.profile-form .input-boxnew {
	float: left;
	max-width: calc( 82% - 150px );
}
.profile-form .input-boxnew label {
	width: 100%;
	margin-left: 0;
}
.profile-form .legend {
	padding-left: 17%;
}
.donationbgs {
	max-width: 390px !important;
	width: 80% !important;
}
.donationbgs label {
	margin-left: 0%;
}
.donationbgs .buttons-set {
	margin-left: 130px !important;
}
}

/* Mobile landscape
-------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
.header_contact-phone {
	display: none;
}
.header_contact-email {
	border-left: none;
}
h1 {
	margin-bottom: 0px;
}
.sf-menu {
	display: none;
	margin-bottom: 20px;
}
nav.header_menu {
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 1px;
}
nav.header_menu #hamburger {
	display: block;
	color: #ffffff;
	background: #762f04;
	border-top: 1px solid #ffffff;
}
.sf-menu ul li {
	text-align: left;
}
.sf-menu > li.homasmenu {
	position: relative;
}
.sf-menu > li.homasmenu > ul {
	top: 65px;
	margin-left: 0px;
}
.sf-menu > li.homasmenu > ul > li {
	float: none;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
}
.sf-menu > li.homasmenu > ul > li ul {
	display: block !important;
	padding-bottom: 0px;
}
.sf-menu > li.homasmenu > ul > li li {
	margin-top: 0px;
}
.sf-menu > li.homasmenu > ul > li li a {
	padding: 5px 15px;
}
.sf-menu > li.homasmenu > ul > li .homamimgs {
	display: none;
}
.sf-menu ul {
/*position: relative;*/
}
.sf-menu > li:first-child {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.sf-menu > li {
	float: none;
	position: relative;
	border-right: none;
	width: 100%;
	border-right: 1px solid #ddd;
}
.sf-menu > li span {
	position: absolute;
	right: 6px;
	top: 16px;
	width: 30px;
	height: 30px;
	color: #ffffff;
	z-index: 2;
}
.sf-menu > li span:after {
	font-family: "FontAwesome";
	content: "\f067";
	font-size: 26px;
}
.sf-menu > li span.active:after {
	content: "\f068";
}
.sf-menu > li > a {
	text-align: left;
	padding: 15px 20px 16px 20px;
}
.sf-menu li ul {
	left: 0px;
	width: 100%;
}
.sf-menu li li ul {
	padding-bottom: 20px;
}
.sf-menu > li > ul > li {
	width: 100%;
}
.sf-menu > li > ul > li.first-in-line-lg {
	clear: left;
}
/*** SINGLE DROPDOWN  START ***/

.sf-menu .single-dropdown {
	float: none;
	border-right: none;
	width: 100%;
	position: relative;
}
.sf-menu .single-dropdown ul {
	padding: 26px 30px 31px;
	width: 100%;
}
.sf-menu > .single-dropdown > ul > li {
	float: left;
	width: 100%;
	padding-right: 15px;
}
.sf-menu > .single-dropdown > ul > li > ul {
	width: 100%;
	padding: 26px 0 0;
}
figure.frame {
	margin-top: 0px;
	margin-bottom: 40px;
}
.index_map iframe {
	height: 250px;
}
.block-3 blockquote:after {
	bottom: -18px;
	left: 0;
	margin-left: 0;
	width: 100%;
}
.shadow_box h4 {
	font-size: 20px;
}
footer .col-1, footer .col-2, footer .col-3, footer .col-4 {
	float: none;
	width: 100%;
}
.projects .items li {
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
	position: relative;
	width: calc( 50% - 20px );
	margin-left: 10px;
}
.projects .items li.last {
	margin-right: 10px;
}
.projects .items li:nth-child(2n+2) {
	margin-left: 10px;
}
}
@media only screen and (max-width: 640px) {
.container {
	width: 90%;
	padding: 0 0px;
}
.header_contact-loc {
	width: 100%;
	text-align: center;
}
.header_contact-phone {
	width: 42%;
	float: left;
	text-align: left;
	margin: 0px;
	display: block;
}
.header_contact-email {
	/* border-left: none; */
	width: 42%;
	text-align: right;
	float: left;
	margin: 0px;
	padding-left: 0px;
}
.header_social-nets {
	float: left;
	text-align: right;
	margin-bottom: 0px;
	width: 15%;
}
.donationbutton {
	line-height: 30px;
}
footer .grid_7.alpha, footer .grid_5.omega {
	display: inline-table;
}
footer .col-20 {
	width: 50%;
}
footer .col-33 {
	width: 100%;
}
#sp-showcase-new .grid_3 {
	width: 100%;
	margin-bottom: 30px;
	margin-left: 0%;
}
.copyright {
	text-align: center;
	margin-bottom: 15px;
}
.poweredby {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.donationbgbutton {
	height: 38px;
	background-size: 100% 38px;
}
.templestaffs .grid_3 {
	width: 100%;
	margin-right: 1%;
	margin-left: 0px;
	margin-bottom: 10px;
}
.templestaffs .grid_3:nth-child(4n+1) {
	margin-right: 0%;
	margin-left: 0px;
}
#owl-demonew img {
	height: 180px;
	margin: 0 auto;
	text-align: center;
}
#owl-demonew .item {
	text-align: center;
}
.management-committee .grid_3 {
	width: 100%;
	margin-right: 0%;
	margin-left: 0px;
	margin-bottom: 10px;
}
.profile-form label {
	margin-left: 6%;
}
.scaffold-form .legend {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	text-transform: capitalize;
	text-align: center;
}
.scaffold-form .input-box {
	float: left;
	max-width: 59%;
	width: 100%;
}
.scaffold-form .input-box input {
	width: 96%;
}
.scaffold-form .input-box select, .scaffold-form .input-box textarea {
	width: 100%;
}
.profile-form .legend {
	padding-left: 5%;
}
}
/* Mobile portrait
-------------------------------------------------------------------------------------- */

@media only screen and (max-width: 479px) {
.img_fleft.nofloat, .img_right.nofloat {
	float: none;
	max-width: inherit;
	margin: 0 0 20px;
}
.container {
	width: 96%;
	padding: 0 0px;
}
.header_contact-loc, .header_contact-phone, .header_contact-email, .header_social-nets {
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
	padding-left: 0;
}
.header_nav {
	margin-bottom: 0px;
}
h2 {
	color: #762f04;
	font: 900 italic 24px/30px 'Lato', sans-serif;
	margin-bottom: 20px;
	text-align: center;
}
.block-3 {
	margin-bottom: 30px;
}
footer .col-1, footer .col-2, footer .col-3, footer .col-4, footer .col-5 {
	float: none;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_bottom .grid_3, .footer_bottom .grid_4, .footer_bottom .grid_5 {
	float: none;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
}
.poweredby {
	text-align: center;
}
.profile-form label {
	margin-left: 0%;
	float: none;
	width: 100%;
}
.profile-form .input-box {
	float: none;
	max-width: 100%;
}
.profile-form select {
	margin-top: 4px;
	padding: 1px 0px;
	width: 100%;
}
.profile-form input {
	width: 100%;
	padding: 1px 0px;
}
.profile-form textarea {
	width: 100%;
	padding: 1px 0px;
}
.scaffold-form .input-box input {
	width: 94%;
}
.scaffold-form .input-box select, .scaffold-form .input-box textarea {
	width: 100%;
}
.profile-form .legend {
	padding-left: 0%;
}
.donationbgs .buttons-set {
	margin-left: 0px !important;
}
.donationbgs .buttons-set button {
	margin-left: 0px !important;
}
}
