/*
Theme Name: Mangalore Pranic Healing
Theme URI: http://colorlib.com/wp/unite
Author: Colorlib
Author URI: http://colorlib.com/wp/
Description: Unite is a clean, modern and fully responsive WordPress wedding theme built using Bootstrap 3 which makes it optimized for tablets and mobile. It is a highly customizable eCommerce theme with unlimited color variations that can be tweaked via simple yet powerful Theme Options. Theme has a built-in Popular Posts Widget, Infinite Scroll (powered by Jatpack) and translation support. It's now available in German. Theme features fancy image slider, SEO friendly structure, logo support, social links and widgetized homepage.  This theme was built to be used for wedding related websites but can be tweaked to be used as any other image-centric blog such as travel. Unite theme now supports WooCommerce to create your own eStore.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unite
Domain Path: /languages/
Tags: purple, light, white, gray, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.

Unite is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

*/


/* =Global
----------------------------------------------- */
@font-face {
 font-family: switzFont;
 src: url("Switzerland Condensed Bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: switzFont;
 src: url("Switzerland Condensed Bold.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: SegoeFont;
 src: url("segoepr.eot") /* EOT file for IE */
}
@font-face {
 font-family: SegoeFont;
 src: url("segoepr.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: headFont;
 src: url("5284883405.eot") /* EOT file for IE */
}
@font-face {
 font-family: headFont;
 src: url("5284883405.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family:SWZ721CFont;
 src: url("SWZ721C.eot") /* EOT file for IE */
}
@font-face {
 font-family:SWZ721CFont;
 src: url("SWZ721C.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: SquareFont;
 src: url("Square721_BdEx_BT_Bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: SquareFont;
 src: url("Square721_BdEx_BT_Bold.ttf") /* TTF file for CSS3 browsers */
}
html{height:100%;}
body {
	color: #6B6B6B;
	word-wrap: break-word;
	line-height: 1.7;
	font-size: 18px;
	background: #f8f8f8;
	height:100%;
	font-family:"SWZ721CFont", Georgia, "Times New Roman", Times, serif;
}
.site{height:100%;}

a {
  color: #54397E;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 100;
	color: #515050;
	font-family:"SWZ721CFont", Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 28px;
	margin:0px;
	margin-bottom:10px;
}
.home h1 {
	font-size: 42px !important;
	margin:0px;
	margin-bottom:10px;
}
h1  span{
 color:#dd3d3e;
}
h1.hometitle{
	color:#515050;
	text-transform:uppercase;
}
h2 {
	font-size: 24px;
	margin:0px;
	padding:5px 0px;
	margin-bottom:8px;
	margin-top:10px;
	clear:both;
}
h3 {
	font-size: 16px;
	color:#008bb2;
	font-weight:bold;
}

h4 {
	font-size: 18px;
	color:#2a81c6;
}


h5 {
	font-size: 16px;
	margin:0px;
	margin-bottom:10px;
	color:#fff;
}
h5 a {
color:#008bb2;
}

h6 {
	font-size: 16px;
}

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #DDD;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.site-header{
padding:10px 0px;
background-color:#020202;
background-image:url(images/header_bg.jpg);
background-repeat:no-repeat;
background-position:center bottom;
}
/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
@media (max-width: 768px) {
  .pull-left,
  .pull-right {
  	float: none !important;
  }
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget > ul > li,
li.recentcomments {
	border-bottom: 1px solid #EEE;
	position: relative;
	display: block;
	padding: 10px 15px;
}
.widget ul {
  padding: 10px 10px;
}

.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}

.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
	display: block;
}
.tab-content > .active {
  border: 1px solid #DDD;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-weight: 600;
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
    font-size: 12px;
}
.tab-thumb.thumbnail {
    margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #54397E;
}
.btn-primary, .label-primary {
	background-color: #00354f;
	border-color: #00354f;
}
.btn-primary:hover, .label-primary[href]:hover, .label-primary[href]:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
	background-color: #4b3371;
	border-color: #4b3371;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 12px;
  background: transparent;
  border: 1px solid #DDD;
  color: #54397E;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #54397E;
  color: #fff;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
position:relative;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
	margin-top: -20px;
	margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
	border: 1px solid #DDD;
	padding: 6px 12px;
	border-radius: 4px;
	display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #54397E;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
}
.navbar.navbar-default {
  font-weight:bold;
background-position:bottom; 
font-size:12px;
text-transform:uppercase;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  border-right: 1px solid rgba(0,0,0,.2);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.10);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	border-right: 1px solid rgba(0,0,0,.2);
	border-left: none;
}
.navbar {
	border-radius: 0;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	color: #fff;
	padding: 12px 20px;
}
.dropdown-menu,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #00354f;
	border: none;
}
.dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
}
.navbar-nav > li > a {
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

#respond {
	background-color: transparent!important;
	box-shadow: none!important;
	padding: 0px!important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
	margin-bottom: 10px;
}

p.logged-in-as {
	padding-bottom: 0px;
}

.comment-list {
	margin-bottom: 40px!important;
	margin-left: 0px!important;
	padding-left: 0;
}

.comment-list li {
	list-style: none!important;
}

.comment .comment-body {
	background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #eee;
  border-radius: 4px;
}

.comment-list .children {
	margin-left: 0px!important;
	padding-left: 40px;
	border-left: 1px solid #EEE;
	background-repeat: no-repeat;
	background-position: left 20px;
}

.comment-list li.comment > div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
	font-size: 12px;
}
#main .page-header {
  margin-top: 0;
}
.entry-meta {
  text-transform: uppercase;
}
.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 16px;
  margin-right: 3px;
  color: #54397E;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 52px;
  font-weight: 100;
  color: #54397E;
}
.btn.btn-primary.read-more {
  float: right;
  border: 1px solid #DDD;
  color: #54397E;
  background-color: transparent;
}
.btn.btn-primary.read-more:hover {
	color: #FFF;
  background-color: #54397E;
}
hr.section-divider {
  height: 1px;
  background: #EEE;
  position: relative;
  overflow: visible;
  z-index: 100;
  margin-top: 70px;
  margin-bottom: 70px;
}

.entry-content {
	margin: 0;
	padding:10px 0px;
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #DDD;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #54397E;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
	float: left;
	margin-bottom: 2px;
}
#colophon {
  padding-bottom:0px;
}
.site-info{
padding:5px 0px;
}
.site-info a {
  color: #83959d;
}
.site-info h5 {
  color: #83959d;
}
.site-info a:hover {
	color: #999;
}
.btn-primary{
	background-color:#88b057;
	border:#88b057
	}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}

@media (max-width: 768px) {
	.site-info, .copyright {
	  text-align: center;
	}
	.footer-nav.nav, .copyright {
		float: none;
	}
	.carousel-caption {
		display: none;
	}
}


/* =Social icons
----------------------------------------------- */

.social-profile {
  font-size: 24px;
  margin: 6px;
  color: #DDD;
}

#social {
  float: right;
  top: 55px;
  position: relative;
}

@media (min-width: 992px) {
	#social {
		float: right;
		top: 55px;
		position: relative;
	}
}

@media (max-width: 992px) {
	.site-branding {
		text-align: center;
	}
	#social {
		top: 0;
		float: none;
		text-align: center;
	}
}

/* =Slider
----------------------------------------------- */

.carousel-inner img{
	width:100%;
	height:auto;
	}
.carousel-caption h4 {
	background: #54397e;
  background: rgba(84, 57, 126,0.7);
  padding: 15px;
  color: #fff;
  max-width: 55%;
  margin-bottom: 4px;
}
.carousel-caption {
  left: 20px;
  text-align: left;
  padding-bottom: 20px;
}
.carousel-caption p {
	background: #555;
  background: rgba(0, 0, 0,0.5);
  padding: 15px;
  max-width: 50%;
}
.carousel {
 
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 5px;
  }
  .nav{
float:right;
}
} 
.dropdown:hover .dropdown-menu {
  display: block;
}
.topcontent{
clear:both;
margin-left:50%;
}
.topinfo{
padding-top:40px;
}
.searchblock{
width:200px;
float:left;
}
.searchblock  input.search-field{
background-color:none;
border:0px;
padding:3px
}
.header-img{
position:relative;
}
.header-img img{
margin-top:0px;
margin-bottom:0px;
}
.locationbtn{
position:absolute;
bottom:2%;
right:5%;
}
.footer_left{
width:48%;
float:left;
padding:10px 0px;
padding-left:2%;
}
.footer_right{
width:48%;
float:left;
text-align:right;
padding:10px 0px;
padding-right:2%;
}
.navbar{
margin-bottom:0px;
background-color:#84ad52;
}
.head_content{
background-color: rgba(255, 255, 255, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff)";
	width:425px;
	height:250px;
	position:absolute;
	top:40px;
	left:25px;
	z-index:500;
	padding:10px;
}
.head_content p{
margin:0px;
}
.topsection{
width:100%;
clear:both;
}
.leftBlock{
width:50%;
float:left;
height:202px;
background-image:url(images/lbg.gif);
background-repeat:no-repeat; 
padding:1% 5% 1% 1%;
}
.rightBlock{
width:44%;
float:left;
height:202px;
background-image:url(images/rbg.gif);
background-repeat:no-repeat; 
padding:1% 1% 1% 5%;
}
.content_blocks{
clear:both;
margin:15px;
list-style-image:url(images/list_img.gif);
}
.content_block{
width:31%;
margin:1%;
float:left;
list-style-image:url(images/list_img.gif) !important;
position:relative;
}
.cheight{
min-height:580px;
}
.img_margin{
margin-left:10px;
}
.imgFl{
float:left;
margin:8px 10px 10px 0px;
}
.imgFl2{
float:left;
margin:5px 10px 10px 0px;
}
.imgFr{
float:right;
margin:5px 0px 10px 10px;
}
.fsplit{
width:50%;
float:left;
}
.moreBtn a{
background-image:url(images/bplus.jpg);
background-repeat:no-repeat;
background-position:5px 10px;
background-color:#fff;
display:block;
width:105px;
padding:10px;
padding-left:35px;
float:right;
font-size:12px;
}
.moreBtn2 a{
background-image:url(images/gplus.gif);
background-repeat:no-repeat;
background-position:5px 10px;
background-color:#fff;
display:block;
width:105px;
padding:10px;
padding-left:35px;
float:right;
font-size:12px;
}
.postThumb img{
width:100px;
margin-right:10px;
}
.lcp_catlist{
margin:0px;
padding:0px;
list-style:none;
}
#osttestimonial-list1{
margin:0px;
padding:0px;
}
.olist li{
clear:both;
margin:4px;
}
.cboth{
clear:both;
padding:5px 0px;
margin:5px 0px;
}
.spimg img{
margin:5px;
}
.specialityImg_block{
width:26%;
margin:10px 3%;
float:left;
text-align:center;
font-weight:bold;
}
.morelink a{
background-image:url(images/button_bg.gif);
background-repeat:repeat-x;
display:block;
width:120px;
padding:5px;
color:#fff;
text-decoration:none;
text-align:center;
position:absolute;
bottom:0px;
right:0px;
}
.morelink a:hover{
color:#fff;
}
.testimonial_block{
background-color:#f1f0f0;
padding:10px;
min-height:230px;
}
.brtext{
font-weight:bold;
text-align:right;
}
.tblock{
padding:5px 0px;
border-bottom:solid 1px #ccc;
margin-bottom:5px;
}
h1.entry-title{
text-transform:capitalize;
font-size:25px;
margin-top:15px;
}
.site-footer {
	 background-color: #333942;
	font-size: 14px;
	position: relative;
	z-index: 3;
	color:#83959d;
	border-top:solid 5px #484b59;
	background-image:url(images/map.gif);
background-repeat:no-repeat;
background-position:5% center;
}
.site-content{

}
.wbg{
background-color:#fff;
background-image:url(images/content_bg.jpg);
background-repeat:repeat; 
}
.clearrow{
clear:both;
}
blockquote {
    border-left: 0px solid #EEEEEE;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
.headerbg{
clear:both;
min-height:300px;
background-color:#6e0955;
 color:#FFF;
}
.nav > li > a {
    padding-left:23px;
	padding-right:23px;
}
.copyright {
  margin-top: 5px;
   background-color: #1a1a1a;
  line-height:25px;
  color:#CCCCCC;
}
.contentbg{
background-color:#e5e5e5;
background-image:url(images/content_bg.jpg);
background-repeat:repeat; 
}
.carousel-caption {
    position: absolute;
    bottom: 80px;
    color: #fff;
    left: 10%;
    padding-bottom: 20px;
    padding-top: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
    z-index: 10;
}
.carousel-caption p {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    max-width: 60%;
    padding: 5px;
	padding-top:0px;
	color:#fff;
	font-family:switzFont, Arial, Verdana, sans-serif;
	font-size:32px;
}
.carousel-caption h4 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
	font-size:52px;
    margin-bottom: 4px;
    max-width: 60%;
    padding: 5px;
	font-family:switzFont, Arial, Verdana, sans-serif;
}
.social-header{
font-size:13px;
color:#494949;
padding-top:15px;
}
.phonetext{
font-size:17px;
line-height:38px;
}
.graybg{
background-color:#cfcece;
padding:8px;
text-align:center;
}
.mrtb{
margin-top:20px;
margin-bottom:20px;
}
.boldtext{
font-weight:bold;
}
.philtext{
font-size:14px;
font-weight:bold;
color:#49697e;
}
.caption{
background-color:#f3f3f3;
padding:5px;
}
a.readmore{
background-color:#ffc454;
color:#d35c3c;
display:block;
padding:5px 8px;
height:35px;
line-height:25px;
text-decoration:none;
width:100px;
margin-top:5px;
text-align:center;
}
.carousel-indicators li {
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}
.carousel-indicators {
    bottom: -30px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.navbar-nav {
    margin: 0px;
}
.infobar{
text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
font-size:16px;
color:#999999;
}
.widget-area{
background-color:#fff;
list-style-image:url(images/list_arrow.png);
padding:10px;
margin:10px;
 border-radius: 10px;
}
.widget-area li{
padding:4px 0px;
}
.slideshow{
	z-index:10;
	position:absolute;
	left:0px;
	top:-10px;
	right:0px;
    box-shadow: 0px 5px 5px #888888;
	border:solid 5px #FFF;
}
.contentpad{
	padding-top:20px;
}
	.bottomstrip{
		background-color:#FFF;
		}
#flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	padding-left:30px;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 51px;
	height: 51px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left:-30px;
	top:50px;
	background: url(images/r-arrow.gif) no-repeat;
}
.nbs-flexisel-nav-right {
	right:-50px;
	top:50px;
	background: url(images/l-arrow.gif) no-repeat;
}
ul.grid-nav {
	list-style: none;
	font-size: .85em;
	font-weight: 200;
	text-align: center;
}
ul.grid-nav li {
	display: inline-block;
}
ul.grid-nav li a {
	display: inline-block;
	background: #999;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
ul.grid-nav li a:hover {
	background: #7b0;
}
ul.grid-nav li a.active {
	background: #333;
}
.grid-container {
	display: none;
}
/* ----- Image grids ----- */
ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}
ul.rig li {
	display: inline-block;
	padding: 10px;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
}
ul.rig li h3 {
	margin: 0 0 5px;
}
ul.rig li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
}
/* class for 2 columns */
ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}

@media (max-width: 1199px) {
	.container {
		width: auto;
		padding: 0 10px;
	}
}

@media (max-width: 480px) {
	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}
}
.topstrip{
	background-color:#84ad52;
	padding:50px 0px;
	}
	.middlestrip{
	background-color:#84ad52;
	background-image:url(images/content_bg.jpg);
background-repeat:no-repeat;
background-size:cover; 
	}
	.bottomstrip{
	background-color:#085e96;
	background-image:url(images/content_bg.gif);
background-repeat:repeat; 
font-size:18px;
color:#fff;
	}
	.graybg{
		background-color:rgba(211,213,211,0.8);
		font-size:18px;
		color:#4e4848;
		padding:50px 0px;
		}
	.gbg{
		font-size:25px;
		color:#fff;
		padding:50px 0px;
		text-align:center;
		}
		.gbg h1{
		font-size:35px;
		color:#fff;
		}
		.homecontent{
			text-align:center !important;
			}
			.contactbar{
				background-color:#dddddd;
				padding:24px 0px;
				text-align:center;
				font-size:20px;
				}
				.contactform td{padding:8px !important}
				.margintop{
				padding-top:100px;
					}
					/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity 1.4s; /*adjust timing here */
         -moz-transition: opacity 1.4s;
           -o-transition: opacity 1.4s;
              transition: opacity 1.4s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}
.scroller{
	background-color:#085e96;
	color:#FFF;
	line-height:40px;
	}
	.scroller a{
	color:#FFF;
	}
	.scroller2{
		background-color:#536c35;
		}