/* GLOBAL STYLES
==================================================================*/

body {
	overflow-x: hidden;  color: #333;line-height: 24px;
}

h1,h2,h3,h4,h5,h6 {
}
.custom-margins
{
	margin: 0px ! important;
}
h1,h2,h3,h4,h5,h6 {
	color: #222;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: bold;
}


h3{ 
    color: #cd891e;
}
h4{line-height: 24px;}

.color-white
{
	color: #fff ! important;
}
.change-p
{
	font-size: 14px ! important;
	letter-spacing: 0.7px;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #EDA635 ! important;
  border-color: #EDA635 ! important;
}
.scrolldown
{
	position: relative;
	bottom: 40px;
	z-index: 999;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
h5,h6 {
	letter-spacing: 0.1em;
	margin: 1em 0 1em;
	line-height: 22px;
}

a,
a i,
button {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 1em;
}

hr {
	border-top: 3px solid #eee;
	margin: 30px 0;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 24px;
    color: #333;
}
.img-responsive{display: block;
max-width: 100%;
height: auto;}
/* ROWS
==================================================================*/

section {
	display: block;
	padding: 30px 0;
}

.clear {
	clear: both;
	display: table;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.row {
	opacity: 1;
	position: relative;
}

.no-fade,
footer .row {
	opacity: 1;
}

.btn-lg {
	border-width: 2px;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding: 15px 30px;
}

/* NAV
==================================================================*/

.navbar {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.nav > li > a {
	
	padding-bottom: 0px ! important;
}

.dropdown-menu {
	border: 0;
}

/* BANNER
==================================================================*/

.tint {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.welcome {
	color: #fff;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 40%;
	width: 100%;
	-webkit-transform: translateY(-33%);
	-moz-transform: translateY(-33%);
	-ms-transform: translateY(-33%);
	-o-transform: translateY(-33%);
	transform: translateY(-33%);
}

.welcome h1 {
	color: #fff;
	margin: 0 30px;
}

.welcome p {
	font-size: 24px;
	font-weight: 300;
	margin: 1em 30px;
	text-transform: uppercase;
}

.welcome i {
	font-size: 60px;
}

/* BACKGROUNDS
==================================================================*/

.background1 {
	background-color: #F1A733;
}

.background2 {
	background-color: #662D91;
}

.background3 {
	background-color: #5eb28f;
}

.background,
.background h2,
.background h3 {
	color: #fff;	
}

.background-image {
	background-image: url(../images/background.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}

.btn-transparent {
	border-color: #fff;
	color: #fff;
}

.btn-transparent:hover {
	border-color: #222;
	color: #222;
}

/* ROOMS
==================================================================*/

#rooms {
	bottom: 25px;
	position: absolute;
	width: 100%;
	z-index: 200;
}

#rooms h3 {
	color: #fff;
}

#rooms .box {
	color: #fff;
	padding: 60px 15px 15px;
	position: relative;
}

#rooms .arrow {
	bottom: -15px;
	display: block;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	width: 30px;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#rooms .icon {
	background: #fff;
	height: 120px;
	left: 50%;
	margin-left: -60px;
	padding: 15px;
	position: absolute;
	top: -60px;
	width: 120px;
}

#rooms .icon img {
	margin-top: 8px;
}


/* TABS
==================================================================*/

.nav-tabs > li {
	float: none;
	display: inline-block;
}

.nav-tabs > li > a {
	font-weight: normal;
}

.tab-content > .tab-pane {
	padding: 30px 0;
}

.navbar-nav.navbar-right:last-child {
	margin: 50px;
    font-size: 13px;
}

/* TESTIMONIALS
==================================================================*/

#testimonials blockquote {
	border: 0;
	margin: 0 50px;
	padding: 0;
}

#testimonials blockquote small {
	color: #fff;
	font-size: 100%;
	margin-top: 15px;
}

/* GALLERY
==================================================================*/

.gallery {
	display: table;
	list-style: none;
	padding: 20px 0;

}

.gallery li {
	overflow: hidden;
	padding: 4px;
	position: relative;
}

.gallery img {
	width: 100%;
}

.gallery div {
	background: rgba(0,0,0,0.3);
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
}

.gallery i {
	left: 50%;
	margin: -21px 0 0 -17px;
	position: absolute;
	top: 50%;
}

.gallery a,
.gallery a:hover {
	color: #fff;
}

/* PRICE TABLES
==================================================================*/

.price-table {
	list-style: none;
	padding: 0;
}

.price-table li {
	background: #fff;
	border-bottom: 1px solid #ddd;
	color: #888;
	padding: 15px 30px;
}

.price-table .title,
.price-table .price {
	background: #222;
	border: 0;
	color: #fff;
	font-weight: 800;
	padding-bottom: 0;
}

.price-table .price {
	font-size: 2.769em;
	padding-top: 0;
}

.price-table .period {
	background: #222;
	border: 0;
	padding-top: 0;
}

#map-canvas {
	height: 300px;
}

/* BLOG
==================================================================*/

.header {
	margin-top: 90px;
}
.new-header
{
	line-height: 28px ! important;
}
.header h1 {
	color: #fff;
	font-size: 36px;
	margin: 1em 0;
}

.post {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.entry-title {
	color: #222;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
	text-transform: uppercase;
}

.entry-meta {
	color: #bbb;
	padding-bottom: 30px;
}

.entry-meta span {
	padding-right: 15px;	
}

.entry-meta i {
	padding-right: 5px;
}

.entry-content {
	margin-top: 10px;
}

.carousel-control i {
	margin-top: -15px;
	position: absolute;
	top: 50%;
}

img.pull-left {
	margin: 5px 15px 15px 0;
}

img.pull-right {
	margin: 5px 0 15px 15px;
}

.item .post {
	border: 0;
	padding: 0 30px;
}

/* SIDEBAR
==================================================================*/

aside h5 {
	color: #F1A733;
	letter-spacing: normal;
	margin: 0 0 1em;
}

aside h5 i {
	margin-right: 10px;
}

aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

aside a {
	border-top: 1px solid #eee;
	color: #888;
	display: block;
	padding: 10px 25px;
	position: relative;
}

aside a:hover {
	background: #f8f8f8;
	color: #222;
}

aside a i {
	position: absolute;
	right: 25px;
	top: 13px;
}

aside a:hover i {
	right: 15px;
}

/* COMMENTS
==================================================================*/

.comments h3 {
	margin-bottom: 30px;
}

.comments h5 {
	letter-spacing: normal;
}

.media, .media .media {
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding-top: 30px;
}

/* FOOTER
==================================================================*/

footer {
	background: #222;
	padding: 30px 0;color: #fff;
}

footer p a {
	color: #fff;
}

footer p a:hover {
	color: #ccc;
}

footer ul {
	list-style: none;
	padding: 1em 0 0 0;
}

footer li {
	display: inline-block;
	padding: 0 10px;
}

/* MOBILE STYLES
==================================================================*/

@media (max-width: 767px) {

	.welcome {
		top: 50%;
	}

	.welcome h1 {
		font-size: 36px;
	}

	.welcome p {
		font-size: 18px;
	}

	#rooms {
		bottom: auto;
		position: relative;
	}

	#rooms .col-sm-4 {
		padding: 0;
	}

	#rooms .box {
		padding-top: 150px;
	}

	#rooms .icon {
		top: 30px;
	}

	#rooms .arrow {
		display: none;
	}

	.item .post {
		padding: 0;
	}

}

.btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}

.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 16px;
border:1px solid #fff ! important;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.top-bar {
background: #662D91! important;
color: #FFFFFF;
line-height: 39px;
width: 100%;
position: fixed;
right: 0;
top: 0px;
z-index: 10;
left: 0;
font-size:13px;
text-align:right;
padding-top: 5px;
}
.navbar-nav.navbar-right:last-child {
margin: 30px 0 10px 0 ! important;
}
nav>li>a {
padding: 30px 0px 0px 25px ! important;
}
.logo{ width:80%!important;   }
	
.navbar-toggle {
    position: absolute;

    margin-top: 50px;margin-left: 10px;
}

.navbar.navbar-default.navbar-fixed-top {
margin-top: 28px;
}

.mt200
{
	margin-top: 170px;
}
.mt100
{
	margin-top: 100px;
}
.nav>li>a {
position: relative;
display: block;
padding: 30px 10px;
}
.nav-tabs>li>a
{
	padding: 10px 30px ! important;
	font-weight: 500;
}
.nav-icons
{
	font-size: 25px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #E0640D;
background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
color: #421662;
}

a, a i, button {
transition: all .5s ease;
-moz-transition: all .15s ease;
-webkit-transition: all .15s ease;
-o-transition: all .15s ease;
}

.logo2
{
	margin-top: -40px ! important;
}
.h-anc
{
	color: #F1A733;
}
.h-anc:active
{
	color: #F1A733;
}
.h-anc:focus
{
	color: #F1A733;
}
.h-anc:hover
{
	color: #F4BE6C;
}
.program-img
{
	padding-top: 12px;
}
.locate-center
{
	padding: 25px;
	border:1px solid #DDDDDD;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 4px;
}
.locate-head
{
	margin-bottom: 50px;
}
.pt40
{
	padding-top: 40px;
}
.pt20
{
	padding-top: 20px;
}
.pt10
{
	padding-top: 10px;
}
.pt5
{
	padding-top: 5px;
}
.mb40
{
	margin-bottom: 40px;
}
a
{
	text-decoration: none;
}
.remove-right-padding
{
	padding-right: 0px;
}
.remove-bottom-margin
{
	margin: 1em 0 1em;
}
form
{
	margin-top: 3em;ah
}
.remove-left-padding
{
	padding-left: 0px;
}
.borderthick
{
	border : 15px solid #662D91;
}
.ptb20
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.scrollup {
	border-radius: 4px;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    content: "";
    background-color: #F1A733;
}
@media screen and (max-width: 930px){
	.navbar-header
	{
		margin-top: 34px;
	}
	.h-anc
	{
		text-align: center;
	}
}

.portfolio-item .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #000000 0%, #000000 100%);
  background: linear-gradient(45deg, #000000 0%,#000000 100%);
}

.portfolio-item .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
  background: rgba(0, 0, 0, 0.41);
}

.portfolio-item .hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.portfolio-item .hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 20px;
  font-family: "Open Sans", Arial, sans-serif;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: center;
}

.portfolio-item .hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.portfolio-item .hovereffect a, .portfolio-item .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  width: 100%;
}

.portfolio-item .hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.portfolio-item .hovereffect:hover .overlay:before,
.portfolio-item .hovereffect:hover a, .portfolio-item .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.new_program ul{
	width:100%;
	padding:0;
	margin:0;
}
.new_program li{
	display:inline-block;
	width:24%;
}

@media screen and (max-width: 768px){
	.new_program ul li{
		width:100%!important;
	}
}

.new_program .btn-info {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #662d91;
}
.new_program .modal-body p {
	color: #000;
	font-size: 14px;
}
.new_program .modal-body h3 {
	color: #333;
}
.new_program .modal-body ul li {
	width: 100%;
    display: block;
    list-style-type: circle; 
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 2;
    padding: 0 25px;
}
.photo{  border:1px solid #999; margin:10px; padding:5px;}
.text-left p{ text-align:justify; line-height: 24px;  color: #333;}
@media screen and (max-width: 768px){
.logo {
    width: 80%!important;
    margin-left: 50px;
    margin-top: 20px;
}

}

.donate-icon{width: 300px;
    margin: 0 auto;}