@charset "utf-8";
/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 100px;
	font-family: 'OpenSansRegular';
	color: #2e3639;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	min-height: 100px;
	background: #0071a2;
	color: #FFFFFF;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
	padding: 60px 15px 0;
}
.container .text-muted {
	margin: 20px 0;
}
.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}
code {
	font-size: 80%;
}
/*TEMPLATE SYLES*/

body {
	background: #fff;
}
.icon-circle {
	border-radius: 50%; /*width:40px; height:40px;*/
	display: block;
	padding: 10px;
}
/*WIDGETKIT*/
.uk-panel-box { padding: 30px;}
.uk-panel-box .uk-panel-teaser {
  margin-top: -31px;
  margin-left: -31px;
  margin-right: -31px;}
.news .uk-panel-title { border-bottom: 1px solid #e5e5e5; padding-bottom: 15px;}
.uk-panel-title>a { color:#0071a2}
.uk-panel-title>a:hover { color:#b79973}
.uk-button { background:#0071a2; border: none; border-radius:0px; color:#FFFFFF}
.uk-button:hover { background:#b79973; color:#FFFFFF; border:none;}
.uk-margin>p { text-align:justify; font-size:12px;} 

.news .uk-overlay-background {
  background: rgba(0,113,162,0.8);
  color: #fff;}
  
.news .uk-overlay-icon:before {
  content: "\f06e";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -35px;
  margin-left: -35px;
  font-size: 70px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
}



.uk-dotnav>*>* {
  display: block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:  rgba(0,113,162,0.2);
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.uk-dotnav>.uk-active>* {
  background:  rgba(183,153,115,1);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}


/*ZOO*/
#yoo-zoo .item div.pos-date, #yoo-zoo .items div.pos-date {
  height: 54px;
  width: 54px;
  padding:10px;
  margin-right: 10px;
  color: #ffffff;
  background: #b79973;
  float: left;
}

#yoo-zoo .item h1.pos-title, #yoo-zoo .items h1.pos-title {
  margin: 0px 0px 15px 0px;
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  color: #0071a2;
  text-transform: uppercase;
  letter-spacing: -1px;
}

#yoo-zoo .items h1.pos-title a {
  color: #0071a2;
  text-decoration: none;
}

#yoo-zoo .items h1.pos-title a:hover {
  color: #b79973;
  text-decoration: none;
}

#yoo-zoo .details { border: none ; background:#F5F5F5;}






a {
  color: #337ab7;
  text-decoration: none;
}



/*content elements*/
.underlined {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.line-divider {
	height: 15px;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #e5e5e5;
}
.block-center {
	margin: 0 auto;
}
.modal-dialog {
	z-index: 20000
}
.icon-large {
	font-size: 24px;
	width: 24px;
	line-height: 24px;
	position: relative;
}
.circle-border-gold {
	padding: 15px;
	border: 1px solid #b79973;
	border-radius: 50%;
	display: inherit;
}
/*text colors*/
.text-blue {
	color: #0071a2;
}
.text-gold {
	color: #b89a74;
}
/*blocks*/
.bordered-gold {
	padding: 10px;
	border: 1px solid #b69973;
}
/*BUTTONS*/
.btn {
	border-radius: 0;
}
.btn-lg {
	font-size: 1em;
	padding: 15px 25px;
	line-height: 18px;
}
.btn-lg [class^="icon-"], .btn-lg [class*=" icon-"] {
	font-size: 20px;
	line-height: 14px;
	position: relative;
	top: 4px
}
.btn-white-light {
	background: none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.btn-white-light:hover, .btn-white-light:focus {
	background: #FFFFFF;
	color: #0288c2;
	border: 1px solid #FFFFFF;
}
.btn-blue-gold {
	background-color: #0071a2;
	color: #FFFFFF;
	border: none;
}
.btn-blue-gold:hover, .btn-blue-gold:focus {
	background-color: #b89a74;
	color: #FFFFFF;
	border: none;
}

.btn-blue-gold, .btn-blue-gold:hover, .btn-blue-gold:focus {transition: background-color 0.5s;}

.bg-blue {
	background: #0288c2;
}
.bg-grey {
	background:#f7f8f8;
}
/*NAVBAR MWM -------------------------------------------------------------------------------------------------------*/
.navbar-mwm {
	background: none;
}
.static-menu {
	background: rgba(0,0,0,0.80);
	opacity: 0;
}
.navbar-mwm, .static-menu {
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}
.navbar-mwm .top-menu {/* background:rgba(160,50,52,0.10);*/
}
.navbar-brand {
	padding-top: 30px;
}
/*1 LEVEL*/
.navbar-mwm .top-menu ul.nav>li {
	display: inline-block;
}
.navbar-mwm .top-menu ul.nav>li>a {
	color: #ffffff;
	font-size: 14px;
}
.navbar-mwm .top-menu ul.nav>li>a:hover, .navbar-mwm .top-menu ul.nav>li>a:focus {
	color: #b79973;
	background: none;
}
.navbar-mwm .top-menu ul.nav>li.active>a {
	color: #d4bb9b;
	background: none;
	border-bottom: 1px solid #0288c2
}
.navbar-mwm .nav .open>a, .navbar-mwm .nav .open>a:focus, .navbar-mwm .nav .open>a:hover {
	color: #d4bb9b;
	background: none;
}
/*2 LEVEL*/
.navbar-mwm .dropdown-menu {
	right: auto;
	margin-top: 15px;
	border-radius: 0px;
	padding: 15px;
}
.navbar-mwm .dropdown-menu>li {
	padding: 0;
	margin: 0;
}
.navbar-mwm .dropdown-menu>li>a {
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px solid #ebeced;
	color: #b79973;
	background-color: none;
}
.navbar-mwm .dropdown-menu>li>a:hover {
	color: #0288c2;
	background-color: none;
}
.navbar-mwm .dropdown-menu>li:last-child>a {
	border-bottom: none;
}
.navbar-mwm .dropdown-menu>li>a, .navbar-mwm .dropdown-menu>li>a:focus, .navbar-mwm .dropdown-menu>li>a:hover {
	background: none;
}
.navbar-mwm .dropdown-menu>.active>a, .navbar-mwm .dropdown-menu>.active>a:focus, .navbar-mwm .dropdown-menu>.active>a:hover {
	background: none;
	color: #0288c2;
}
/*donate*/
a.donate {
	background: #b79973;
}
a.donate:hover {
	background: #0288c2 !important;
	color: #fff !important;
}
/*NAVBAR HEADER*/
.navbar-header {
	min-height: 120px;
}
/*HEADER-block*/
.header-top-blocks {
	clear: both;
	display: table;
	min-height: 80px;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*HEADER PHONE*/
.header-phone {
	color: #FFFFFF;
}

.header-phone .modal { color:#000000}

.callback-link {
	cursor: pointer;
	text-decoration: underline;
	color: #b79973;
}
.callback-link:hover {
	color: #d4bb9b;
}
/*HEADER SOCIAL*/
.header-social {
}
.header-social-icons a {
	padding: 5px;
	font-size: 1.5em;
	color: #0288c2;
}
.header-social-icons a:hover {
	color: #b79973;
	text-decoration: none;
}
/*HEADER CART*/
.header-cart {
}
/*TOP*/
.top {
	background: #f7f8f8;
}
/*BENNEFITS*/
.top .bennefits {
}
.bennefits>.moduletable>h3 {
	text-align: center;
	color: #0071a2;
}
.spirital-foundation-item {
	background: none;
	border: none;
	text-align: center;
	padding: 15px;
	width: 20%;
	float: left;
}
.spirital-foundation-item-heading {
	color: #0071a2;
	font-size: 18px;
	margin-top: 0px;
	text-transform: uppercase;
}
.spirital-foundation-item-sub-heading {
	color: #b79973;
	font-size: 12px;
	text-transform: uppercase;
}
.spirital-foundation-item-text {
	text-align: justify;
	font-size: 12px;
}
/*TOP BUTTONS*/
.top-buttons {
	z-index: 5;
	position: relative;
}
.top-buttons .moduletable {
	background: #FFFFFF;
	margin-top: -75px;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.top-buttons-table {
	width: 100%;
}
.top-buttons-table td {
	width: 33.33%;
	background: #036e9e;
	padding: 30px;
	color: #FFFFFF;
}
.top-buttons-table td.btn-coaching {
	background-color: #0288c2;
	background-image: url(../images/btn-coaching-bg.png);
	background-position: center;
	background-size: 100%;
}
.top-buttons-table td.btn-coaching:hover {
	background-color: #b79973;
	background-size: 150%;
}
.top-buttons-table td.btn-bookstore {
	background-color: #0288c2;
	background-image: url(../images/btn-bookstore-bg.png);
	background-position: center;
	background-size: 100%;
}
.top-buttons-table td.btn-bookstore:hover {
	background-color: #b79973;
	background-size: 150%;
}
.top-buttons-table td.btn-band {
	background-color: #0288c2;
	background-image: url(../images/btn-band-bg.png);
	background-position: center;
	background-size: 100%;
}
.top-buttons-table td.btn-band:hover {
	background-color: #b79973;
	background-size: 150%;
}
.top-buttons-table td.btn-coaching, .top-buttons-table td.btn-coaching:hover, .top-buttons-table td.btn-bookstore, .top-buttons-table td.btn-bookstore:hover, .top-buttons-table td.btn-band, .top-buttons-table td.btn-band:hover {
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
.top-buttons-table .thumbnail {
	width: 100%;
	height: 100%;
	margin: 0px;
	border-radius: 0;
	border: 1px solid rgba(255,255,255,0.50);
	background: none;
	color: #FFFFFF;
	text-align: center;
	padding: 30px;
}
.top-buttons-table .thumbnail .caption {
	padding: 0;
	padding-top: 30px;
}
/*RIGHT COLUMN*/
.rightcolumn .moduletable>h3 {
	color: #0071a2;
	margin: 0 0 15px 0;
	
}
.rightcolumn>.moduletable { margin: 15px 0; }

/*QUOTATIONS*/
.moduletable.quotations  { background: #0071a2; color:#FFFFFF !important; padding: 30px; font-size:12px; font-style:italic; text-align: justify;}
.moduletable.quotations:hover  { background: #00638E; }
.moduletable.quotations, .moduletable.quotations:hover { transition: all 0.3s}
.moduletable.quotations:before { content:""; width: 16px; height:16px; background:url(../images/l-quote.png) no-repeat center; display:block; position:absolute; margin-top:-20px; left: 25px;}
.moduletable.quotations:after { content:""; width: 16px; height:16px; background:url(../images/r-quote.png) no-repeat center; display:block; position:absolute; right: 25px; margin-top: 0%;}
.moduletable.quotations>h3 { color:#FFFFFF; font-size: 16px; border-bottom: 1px solid rgba(0,0,0,0.30); font-style: normal; font-weight:600; margin: 0 0 15px 0; padding: 0 0 15px 0;}



/*BREADCRUMBS*-------------------------------------------------- */
.breadcrumb {
	background: url(../images/mwm-breadcrumb.png) no-repeat left center;
	font-size: 12px;
	color: #61696d;
	padding: 0 0 10px 50px;
	border-bottom: 1px solid #fcfcfc;
}
.breadcrumb >li {
	padding-top: 10px;
}
.breadcrumb>li:nth-child(2):before {
	content: '';
}
.breadcrumb .icon-location {
}
.breadcrumb>li>a {
	color: #61696d;
}
.breadcrumb>li>a:hover {
	color: #b69973;
}
.breadcrumb>.active {
	color: #0071a2;
}
.breadcrumb>.active>span {
	border-top: 1px solid #0071a2;
	padding-top: 10px;
}
.breadcrumb>li+li:before {
}
.breadcrumb .divider {
	display: none;
}
/*CONTENT-------------------------------------------------------------------------------------------*/
.page-header {
	margin: 15px 0;
	border-bottom: none;
}
.page-header h2 {
	margin: 0px;
	color: #0071a2;
}
.about-mwm .media-left {
	padding-right: 30px;
	text-align: center;
}
.item-image {
	width: 100%;
	height: auto;
	float: none;
	clear: both;
	margin-bottom: 30px;
}
/*JEVENTS*-------------------------------------------------- */
/*Latest Events*/
.jeventslatest {
	padding:0 0 15px 0; /*display: table; position:relative; height:auto; width:100%*/
}
.jevdateicon { /*display: table-cell; *//*width: 80px;*/ /*float:left;*/ /*padding-right: 15px;*/
	text-transform: uppercase;
	vertical-align: top;
}
.jevdateiconmod, .jev_red .jevdateiconmod {
	color: #fff;
	background: none;
	border: none;
	display: block;
	width: 60px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	margin: 0px 15px 15px 0px;
}
.jevdateicon:hover {
	text-decoration: none;
}
.jevdateicon .jevdateicon1 {
	background: #0071a2;
	display: block;
	float: none;
	width: 100%;
	color: #FFFFFF !important;
	text-align: center;
	font-size: 24px;
	padding: 3px;
}
.jevdateicon .jevdateicon2 {
	background: #b79973;
	display: block;
	float: none;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	padding: 3px;
}
.jeviconnotdate { /*display:table-cell;*/ /*float:left;*/
	color: #b79973;
	vertical-align: top;
}
.jeventslatest .jeviconnotdate {
	border: none !important;
	border-bottom: 1px solid #e5e5e5 !important;
	padding: 0 0 0px 75px;
	margin: 0 0 15px 0 !important;
	border-style: solid;
	border-width: 1px;
	padding-right: 0!important;
	width: auto!important;
	min-height: 80px;
}
.mod_events_latest_date {
	color: #b79973;
}
.mod_events_latest_content {
	color: #0071a2;
	text-decoration: underline;
	font-weight: normal;
}

.nav_bar_cell { margin:15px 0;}
.nav_bar_cell form>div { float:left; margin-right: 15px;}
.nav_bar_cell form>div>input { padding:9px 25px; background:rgba(35,112,167,1.00); color:#FFFFFF; border:none;}
.nav_bar_cell form>div>input:hover { background:#b79973;}
.chzn-container { border-radius:0px; min-width: 60px; margin-left: 5px;}
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  width:auto;
  
 
 
  min-height: 40px;
  
  border: 1px solid #aaa;
  border-radius: 0px;
  background-color: #fff;
  background: #FFFFFF;
  
  background-clip: padding-box;
  box-shadow: 0 ;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px;
}
.chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background-position:0 10px;
 
}

.ev_detail { color: #0071a2}
#jevents_body p { font-size:14px; padding:15px 0}
#jevents_body h2 {font-size:24px;}
#jevents_body h2 {
  background-image: none;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 0px;
  font-size: 24px;
  margin: 15px 0px;
  color: #0071a2;
}

.ev_detail.repeat, .ev_detail.contact, .ev_detail.hits { background: #f0f0f0; padding: 10px 15px; }


/*ADVERTISING-----------------------------------------------------------------------------------*/
.advertising .moduletable {
	border-top: 1px solid #e2e6e6;
	border-bottom: 1px solid #e2e6e6;
	clear: both;
	padding: 15px 0;
	margin: 15px 0;
}
/*NEWS--------------------------------------------------------------------------------------------*/
.news {
	background: #626b75 url(../images/news-bg.jpg) no-repeat top center;
	background-size: cover;
}
.news .moduletable {
	padding: 30px 0;
}
/*news-show sp2 ------------------------------------------------------------------------------------*/
.ns2-column {
	padding: 5px 15px;
}
.ns2-inner {
	background: #FFFFFF;
}
.ns2-column {
	padding: 5px 15px;
}
.ns2-inner>a {
	background-color: #0071a2 !important;
	display: block;
	position: relative;
	width: 100% !important;
	height: 100%;
	clear: both;
	padding: 0 !important;
	margin: 0px;
	border: 0;
}
.ns2-inner>a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,113,162,0.8);
	background-image: url(../images/icon-iris.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	opacity: 0;
	background-size: 0px 0px
}
.ns2-inner>a:hover:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,113,162,0.8);
	background-image: url(../images/icon-iris.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	opacity: 1;
	background-size: 100px 100px
}
.ns2-inner>a:after, .ns2-inner>a:hover:after {
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}
h4.ns2-title {
	padding: 10px 0px;
	margin: 15px 30px 5px 30px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #f7f8f8;
}
div.ns2-tools {
	color: #b89a74;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 0 30px;
}
.ns2-introtext {
	padding: 0 30px 30px 30px;
}
div.nssp2-default .ns2-art-controllers, div.nssp2-default .ns2-links-controllers {
	width: 100%;
}
div.nssp2-default .ns2-art-pagination, div.nssp2-default .ns2-links-pagination {
	text-align: center;
	margin: 0 auto;
	width: 100px;
	float: none;
}
.ns2-art-pagination, .ns2-links-pagination {
	display: block;
}
div.nssp2-default .ns2-art-prev, div.nssp2-default .ns2-links-prev, div.nssp2-default .ns2-art-play, div.nssp2-default .ns2-links-play, div.nssp2-default .ns2-art-pause, div.nssp2-default .ns2-links-pause, div.nssp2-default .ns2-art-next, div.nssp2-default .ns2-links-next, div.nssp2-default .ns2-art-pagination span, div.nssp2-default .ns2-links-pagination span {
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	/* float: left; */
	text-indent: -999em;
	margin: 0 2px;
}
div.nssp2-default .ns2-art-pagination span, div.nssp2-default .ns2-art-pagination span:hover {
	background: url(../images/news-pagination.png) top center no-repeat;
}
div.nssp2-default .ns2-art-pagination span.active {
	background: url(../images/news-pagination.png) bottom center no-repeat;
}
/*BOTTOM -------------------------------------------------------------------------*/
.bottom {
	background: #FFFFFF url(../images/bottom-bg.jpg) bottom right no-repeat;
}
.bottom .moduletable {
	padding: 30px 0
}
/*bottom-left*/
.bottom-left .menu>li {
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}
.bottom-left .menu>li>a {
	color: #0071a2
}
.bottom-left .menu>li>a:hover, .bottom-left .menu>li>a:focus {
	color: #0071a2;
	background: none;
}
.bottom-left .menu>li>ul {
	padding: 0 15px;
}
.bottom-left .menu>li>ul>li {
	list-style: none;
}
.bottom-left .menu>li>ul>li a {
	color: #b79973;
}
.bottom-left .menu>li>ul>li a:hover, .bottom-left .menu>li>ul>li.active a {
	color: #0071a2;
}
/*bottom-right*/
/**
 * @package    AcyMailing for Joomla!
 * @version    4.9.0
 * @author     acyba.com
 * @copyright  (C) 2009-2015 ACYBA S.A.R.L. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

div.acymailing_module, .acymailing_module div {
	padding: 0 !important;
	margin: 0 !important;
	border-style: none !important;
}
table.acymailing_form {
	margin: auto;
	border: 0px !important;
	width: 100%;/*background:rgba(187,70,72,1.00);*/
}
a.acymailing_togglemodule {
	display : block;
	font-size: 16px;
}
.acymailing_mootoolsbutton p {
	text-align: center;
}
.acysubbuttons {
	text-align: center;
}
img.captchaimagemodule {
	border: 1px solid #dddddd;
	float: left;
}
.captchakeymodule .captchafield {
	margin-top: 3px;
	margin-left: 2px;
}
.acymailing_fulldiv tr, .acymailing_fulldiv td {
	border: 0px;
}
.acymailing_module_form td {
	padding-bottom: 10px;
	vertical-align: top;
}
.acymailing_module_form td input {
	height: 40px;
}
.acyfield_name input {
	padding-left: 30px;
	background: #fff url(../images/name.png) 8px center no-repeat;
	border: 1px solid #aab6c0
}
.acyfield_email input {
	padding-left: 30px;
	background: #fff url(../images/email.png) 8px center no-repeat;
	border: 1px solid #aab6c0
}
div.acymailing_module_error {
	color: #400;
	background-color: #fdd;
	padding: 1em !important;
	margin-bottom: 10px;
}
div.acymailing_module_success {
	color: #130;
	background-color: #dfc;
	padding: 1em !important;
	z-index: 10;
	margin-bottom: 10px;
}
.acymailing_module_form .acymailing_introtext {
	padding-bottom: 10px;
	display: block;
}
.refreshCaptchaModule {
	background-image: url(../images/refresh.png);
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	cursor: pointer;
}
.acymailing_module fieldset {
	border: solid 1px #ccc;
	padding: 5px;
}
.category_warning {
	color: red;
}
.acymailing_fulldiv a.modal {
	position: static !important;
	margin: 0 !important;
	width: auto !important;
	display: inline !important;
}
/*bottom-center*/
.bottom-center .moduletable {
	border-top: 1px solid #f7f8f8;
}
.col-bottom-contacts {
}
/*FOOTER ----------------------------------------------------------------------------*/
.footer-container .moduletable {
	padding: 15px 0;
}
/*footer-left*/
.media-copyright {
	padding-top: 15px;
}
.media-copyright .media-body {
	font-size: 12px;
	line-height: 14px;
}
/*footer-right*/
.footer-social {
	padding-top: 10px;
}
.footer-social a {
	color: #0071a2;
}
.footer-social a:hover, .footer-social a:focus {
	color: #0071a2;
	text-decoration: none
}
.footer-social span {
	background: #FFFFFF;
	margin-right: 10px;
	display: inherit;
	padding: 10px;
	border-radius: 50%;
	font-size: 16px;
}
.footer-social span:hover {
	background: #ceb99f;
}
/*WIDGETKIT*/

.uk-overlay-background {
	background: rgba(0,14,32,.3);
	color: #444
}
.uk-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: rgba(0,0,0,.8);
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	touch-action: cross-slide-y pinch-zoom double-tap-zoom;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}


/*Widgetkit accordion*/
.uk-accordion-title {
	margin-top: 0;
  margin-bottom: 0px;
  padding: 15px 20px;
  background: none;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  border-top: 1px solid #e5e5e5 ;
  color: #0071a2;
	
	}
.uk-accordion-content {
	padding: 20px;}



/*TABLES*/
.table-hover-blue>tbody>tr:hover {
	 background: #f0faff;}

/*LISTS*/
.list-group-item:first-child, .list-group-item:last-child { border-radius:0px;}

.list-group-light-blue>li { background: #f1fafd;}

/*BACKGROUNDS*/
.gold {background: #b79973; color:#fff !important}


/*MODALS*/
.modal-content { border-radius: 0px;}
.modal-header { font-size: 24px; color:#0071a2;}
.modal-title{font-size: 24px;}
.modal-header .close { background:url(../images/close.png) no-repeat top center; display:block; width: 20px; height:20px; font-size:0px; margin-top: 5px; margin-right: 3px; transform:rotate(0deg);}
.modal-header .close:hover { background:url(../images/close.png) no-repeat bottom center; transform:rotate(90deg);}
 .modal-header .close:hover, .modal-header .close{ transition: transform 0.5s; }

/*FAQ*/
.smfaq-copy { display:none;}

.questions {}
#smfaq .button {
    display: inline-block;
	text-align:center;
    padding: 10px 15px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border:1px solid #e2e6e6;
    background: #ffffff;
	width: 100%;
	margin-bottom: 15px;
	}
	
#smfaq .button:hover {
    background: #b79973;
	border:1px solid #9a7e5a;
	color:#fff;
	}
#smfaq .button, #smfaq .button:hover { transition:all ease 0.5s}

/*question accordion*/
#smfaq .question {
    margin: 0px 0 0px 0;
    line-height: 25px;
    padding: 10px 30px;
	border-top: 1px solid #dadfdf;
    overflow: hidden;
    font-weight: normal;
    background: url(../images/smfaq-arrow-close.gif) left no-repeat;
	color: #0071a2;
	font-size: 18px;
	
}

#smfaq .question:hover {
    cursor: pointer;
    background-color:#f7f8f8;
}

#smfaq .active {
    color: #0070a2;
    background: url(../images/smfaq-arrow-open.gif) left no-repeat;
}
#smfaq .answer_content {
    padding: 0 20px 20px 20px;
}

#smfaq .info {
    clear: both;
    background: none;
    line-height: 20px;
    font-weight: normal;
    margin: 5px 0 0 0;
    border: none;
	border-bottom:1px solid #f7f8f8;
    padding: 10px;
	font-size: 12px;
	color:#b69973;
}

#smfaq .vote {
    background: #f8f6f2;
    font-weight: normal;
    margin: 10px 0 10px 0;
    border: none;
    padding: 10px 10px;
}

/*faq form*/
#smfaq-form {
    width: 100%;
}
#smfaq-form>.button { margin: 10px auto; max-width: 200px; text-align:center;  }

#smfaq-form .titleform {
     font-family: 'OpenSansRegular';
    font-weight: normal;
    font-size: 24px;
	color:#0071a2;
}

#smfaq-form label {
    float: none;
    margin: 15px 0 5px 0;
    width: 100px;
}

#smfaq-form input {
    float: none;
    margin: 0 0 5px 0;
	padding: 10px;
    width: 100%;
    clear: both;
    border: 1px solid #999;
}

#smfaq-form textarea {
    float: none;
    margin: 0px 0 5px 0;
    width: 100%;
    border: 1px solid #999;
}
.captcha>.button { float:left; max-width: 200px; }
#smfaq-form img {
    float: left; margin-right: 10px;
	}
#smfaq-form .captcha input {
    width: 200px;
	float:none;
    margin: 0px 0 0 10px;
    clear: both;
}

#smfaq-form .ch_email label, #smfaq-form .captcha label {
    width: 320px;
    clear: none;
    margin: 5px 0 0 10px;
	font-size: 12px; 
	font-weight:normal;
}

#smfaq .err-msg {
    padding: 10px 10px 10px 40px;
    margin: 2px 0 2px 0;
    background: #ffcdbe url(../images/error_icon.gif) no-repeat 5px 50%;
    font-weight: bold;
	background-size: 20px;
	color: #680000;
}

#smfaq .ok-msg {
    padding: 10px 10px 10px 40px;
    background: #d9ecbd url(../images/good_icon.gif) no-repeat 5px 50%;
	background-size: 20px;
	color: #0c6800;
}


/*Medium*/
@media (min-width: 992px) and (max-width: 1199px) {
	
	.navbar-mwm .top-menu ul.nav>li>a {
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	font-size:12px;
}


}




/*NAVBAR MWM -------------------------------------------------------------------------------------------------------*/
.navbar-mwm {
	background: none;
}
.static-menu {
	background: rgba(0,0,0,0.80);
	opacity: 0;
}
.navbar-mwm, .static-menu {
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}
.navbar-mwm .top-menu {/* background:rgba(160,50,52,0.10);*/
}
.navbar-brand {
	padding-top: 30px;
}
/*1 LEVEL*/
.navbar-mwm .top-menu { /*float:left !important; background:rgba(53,105,124,1.00)*/


}
.navbar-mwm .top-menu ul {list-style:none; list-style-type:none; list-style-position: inherit; list-style-image:none;}
.navbar-mwm .top-menu ul.nav>li {
	display: inline-block;
}
.navbar-mwm .top-menu ul.nav>li>a {
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	
}
.navbar-mwm .top-menu ul.nav>li>a:hover, .navbar-mwm .top-menu ul.nav>li>a:focus {
	color: #b79973;
	background: none;
}
.navbar-mwm .top-menu ul.nav>li.active>a {
	color: #d4bb9b;
	background: none;
	border-bottom: 1px solid #0288c2
}
.navbar-mwm .nav .open>a, .navbar-mwm .nav .open>a:focus, .navbar-mwm .nav .open>a:hover {
	color: #d4bb9b;
	background: none;
}
/*2 LEVEL*/
.navbar-mwm .dropdown-menu {
	right: auto;
	margin-top: 15px;
	border-radius: 0px;
	padding: 15px;
}
.navbar-mwm .dropdown-menu>li {
	padding: 0;
	margin: 0;
	display:block;
	list-style-type:none;
}
.navbar-mwm .dropdown-menu>li>a {
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px solid #ebeced;
	color: #b79973;
	background-color: none;
	list-style-type:none;
}
.navbar-mwm .dropdown-menu>li>a:hover {
	color: #0288c2;
	background-color: none;
}
.navbar-mwm .dropdown-menu>li:last-child>a {
	border-bottom: none;
}
.navbar-mwm .dropdown-menu>li>a, .navbar-mwm .dropdown-menu>li>a:focus, .navbar-mwm .dropdown-menu>li>a:hover {
	background: none;
}
.navbar-mwm .dropdown-menu>.active>a, .navbar-mwm .dropdown-menu>.active>a:focus, .navbar-mwm .dropdown-menu>.active>a:hover {
	background: none;
	color: #0288c2;
}
/*HEADER SOCIAL*/
.header-social {
}
.header-social-icons a {
	padding: 3px;
	font-size: 1.4em;
	color: #0288c2;
}
.header-social-icons a:hover {
	color: #b79973;
	text-decoration: none;
}
/*BENNEFITS*/
.top .bennefits {
}
.bennefits>.moduletable>h3 {
	text-align: center;
	color: #0071a2;
}
.spirital-foundation-item {
	background: none;
	border: none;
	text-align: center;
	padding: 15px;
	width: 20%;
	float: left;
}
.spirital-foundation-item-heading {
	color: #0071a2;
	font-size: 18px;
	margin-top: 0px;
	text-transform: uppercase;
}
.spirital-foundation-item-sub-heading {
	color: #b79973;
	font-size: 12px;
	text-transform: uppercase;
}
.spirital-foundation-item-text {
	text-align: left;
	font-size: 12px;
}
/*TOP BUTTONS ---------------------------------------------------------------------------------------------*/
.top-buttons {
	z-index: 5;
	position: relative;
}
.top-buttons .moduletable {
	background: #FFFFFF;
	margin-top: -75px;
	margin-bottom: 30px;
}
.top-buttons-table {
	width: 100%;
}
.top-buttons-table td {
	width: 33.33%;
	background: #036e9e;
	padding: 20px;
	color: #FFFFFF;
}
.top-buttons-table td.btn-coaching {
	background-color: #0288c2;
	background-image: url(../images/btn-coaching-bg.png);
	background-position: center;
	background-size: 100%;
}
.top-buttons-table td.btn-coaching:hover {
	background-color: #b79973;
	background-size: 150%;
}
.top-buttons-table td.btn-bookstore {
	background-color: #0288c2;
	background-image: url(../images/btn-bookstore-bg.png);
	background-position: center;
	background-size: 100%;
}
.top-buttons-table td.btn-bookstore:hover {
	background-color: #b79973;
	background-size: 150%;
}
.top-buttons-table td.btn-band {
	background-color: #0288c2;
	background-image: url(../images/btn-band-bg.png);
	background-position: center;
	background-size: 100%;
}
.top-buttons-table td.btn-band:hover {
	background-color: #b79973;
	background-size: 150%;
}
.top-buttons-table td.btn-coaching, .top-buttons-table td.btn-coaching:hover, .top-buttons-table td.btn-bookstore, .top-buttons-table td.btn-bookstore:hover, .top-buttons-table td.btn-band, .top-buttons-table td.btn-band:hover {
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
.top-buttons-table .thumbnail {
	width: 100%;
	height: 100%;
	margin: 0px;
	border-radius: 0;
	border: 1px solid rgba(255,255,255,0.50);
	background: none;
	color: #FFFFFF;
	text-align: center;
	padding: 30px;
}
.top-buttons-table .thumbnail .caption {
	padding: 0;
	padding-top: 30px;
}
/*Tablets*/
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-mwm .top-menu ul.nav>li>a {
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	font-size:12px;
}
}
/*Phones*/

@media (max-width: 767px) {
/*HEADER PHONE*/
.header-phone {
	color: #414649;
}
.callback-link {
	cursor: pointer;
	text-decoration: underline;
	color: #b79973
}
.callback-link:hover {
	color: #d4bb9b
}
.header-phone .media .icon-circle {
	font-size: 2em;
	color: #FFFFFF
}
.header-phone .media h3 {
	font-size: 2.2em
}
.header-phone .media a {
	font-size: 1.3em
}
/*HEADER SOCIAL*/
.header-social {
	border-top: 1px solid rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin: 15px;
	padding: 15px;
	text-align: center
}
.header-social-icons a {
	padding: 5px 10px;
	font-size: 2em;
	color: #0288c2;
}
.header-social-icons a:hover {
	color: #b79973;
	text-decoration: none
}
/*NAVBAR MWM*/
.navbar-brand img {
	height: 60px;
}
.navbar-brand {
	padding-top: 15px
}
.navbar-header, .navbar-mwm {
	min-height: 85px;
}
.navbar-mwm {
	background: #0288c2;
}
.navbar-mwm .top-menu {
	background: none;
	margin: 0 -15px;
}
.navbar-fixed-top .navbar-collapse {
	max-height: 480px;
	margin: 0 -15px;
	background: #fff
}
.navbar-toggle {
	background: url(../images/mobile-menu-btn.png) no-repeat center;
	width: 50px;
	height: 50px;
	margin-top: 15px;
}
/*1 LEVEL*/
.navbar-mwm .top-menu ul.nav>li {
	display: block;
}
.navbar-mwm .top-menu ul.nav>li>a {
	color: #414649;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	padding: 15px;
	font-size: 1.5em;
	background: linear-gradient(to top, #d8e1e5, #ffffff);
}
.navbar-mwm .top-menu ul.nav>li>a:hover, .navbar-mwm .top-menu ul.nav>li>a:focus {
	color: #fff;
}
.navbar-mwm .top-menu ul.nav>li>a:focus, .navbar-mwm .top-menu ul.nav>li.open>a {
	color: #fff;
	background: #b79973;
	background: linear-gradient(to top, #cdb08b, #b69973);
	border-bottom: 1px solid #90714b
}
.navbar-mwm .top-menu ul.nav>li.active>a {
	color: #fff;
	background: #0070a2;
	background: linear-gradient(to top, #005980, #0070a2);
}
.navbar-mwm .nav .open>a, .navbar-mwm .nav .open>a:focus, .navbar-mwm .nav .open>a:hover {
	color: #fff !important;
	background: #b79973;
	background: linear-gradient(to top, #b69973, #cdb08b);
}
/*2 LEVEL*/
.navbar-mwm .dropdown-menu {
	right: auto;
	margin-top: 0;
	border-radius: 0px;
	padding: 15px;
	position: relative;
	float: none;
	width: 100%;
	background: #b0936e
}
.navbar-mwm .dropdown-menu>li {
	padding: 0;
	margin: 0
}
.navbar-mwm .dropdown-menu>li>a {
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #90714b;
	color: #e3caaa;
	background-color: none;
	font-size: 1.3em
}
.navbar-mwm .dropdown-menu>li>a:hover {
	color: #0288c2;
	background-color: none;
}
.navbar-mwm .dropdown-menu>li:last-child>a {
	border-bottom: none
}
/*.navbar-mwm .top-menu ul.nav>li.active>ul.dropdown-menu{ background:#0077ab}
.navbar-mwm .top-menu ul.nav>li.active>ul.dropdown-menu a{ color:#91cae3}*/
.navbar-mwm .dropdown-menu>li>a, .navbar-mwm .dropdown-menu>li>a:focus, .navbar-mwm .dropdown-menu>li>a:hover {
	background: none;
}
.navbar-mwm .dropdown-menu>.active>a, .navbar-mwm .dropdown-menu>.active>a:focus, .navbar-mwm .dropdown-menu>.active>a:hover {
	background: none;
	color: #fff;
}
/*TOP BUTTONS ---------------------------------------------------------------------------------------------*/
.top-buttons {
	z-index: 5;
	position: relative;
}
.top-buttons .moduletable {
	background: #FFFFFF;
	margin-top: -75px;
	margin-bottom: 30px;
}
.top-buttons-table {
	width: 100%;
}
.top-buttons-table td {
	width: 100%;
	display: block;
	background: #036e9e;
	padding: 20px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.top-buttons-table td.btn-coaching {
	background-color: #0288c2;
	background-image: url(../images/btn-coaching-bg.png);
	background-position: center;
	background-size: 100%;
}
.top-buttons-table td.btn-coaching:hover {
	background-color: #b79973;
	background-size: 150%;
}
.top-buttons-table td.btn-bookstore {
	background-color: #0288c2;
	background-image: url(../images/btn-bookstore-bg.png);
	background-position: center;
	background-size: 100%;
}
.top-buttons-table td.btn-bookstore:hover {
	background-color: #b79973;
	background-size: 150%;
}
.top-buttons-table td.btn-band {
	background-color: #0288c2;
	background-image: url(../images/btn-band-bg.png);
	background-position: center;
	background-size: 100%;
}
.top-buttons-table td.btn-band:hover {
	background-color: #b79973;
	background-size: 150%;
}
.top-buttons-table td.btn-coaching, .top-buttons-table td.btn-coaching:hover, .top-buttons-table td.btn-bookstore, .top-buttons-table td.btn-bookstore:hover, .top-buttons-table td.btn-band, .top-buttons-table td.btn-band:hover {
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
.top-buttons-table .thumbnail {
	width: 100%;
	height: 100%;
	margin: 0px;
	border-radius: 0;
	border: 1px solid rgba(255,255,255,0.50);
	background: none;
	color: #FFFFFF;
	text-align: center;
	padding: 30px;
}
.top-buttons-table .thumbnail .caption {
	padding: 0;
	padding-top: 30px;
}
.top-buttons-table .thumbnail img {
	width: 70px;
	height: auto;
}
/*BENNEFITS ------------------------------------------------------------------------------------------------------*/
.top .bennefits {
}
.bennefits>.moduletable>h3 {
	text-align: center;
	color: #0071a2;
}
.spirital-foundation-item {
	background: none;
	border: none;
	text-align: center;
	padding: 15px;
	width: 100%;
	float: left;
}
.spirital-foundation-item-heading {
	color: #0071a2;
	font-size: 18px;
	margin-top: 0px;
	text-transform: uppercase;
}
.spirital-foundation-item-sub-heading {
	color: #b79973;
	font-size: 12px;
	text-transform: uppercase;
}
.spirital-foundation-item-text {
	text-align: justify;
	font-size: 12px;
}
/*CONTENT-------------------------------------------------------------------------------------------*/
.page-header {
	margin: 15px 0;
	border-bottom: none;
}
.page-header h2 {
	margin: 0px;
	color: #0071a2;
}
.about-mwm .media-left {
	padding-right: 0px;
	display: block;
	width: 100%
}
.item-image {
	width: 100%;
	height: auto;
	float: none;
	clear: both;
	margin-bottom: 30px;
}
/*NEWS--------------------------------------------------------------------------------------------*/
.news {
	background: #626b75 url(../images/news-bg.jpg) no-repeat top center;
	background-size: cover;
}
.news .moduletable {
	padding: 30px 0;
}
/*news-show sp2 ------------------------------------------------------------------------------------*/
div.nssp2 .col-3 {
	width: 100%;
	float: none
}
.ns2-column {
	padding: 5px 5px;
}
.ns2-inner {
	background: #FFFFFF;
}
.ns2-inner>a {
	background-color: #0071a2 !important;
	display: block;
	position: relative;
	width: 100% !important;
	height: 100%;
	clear: both;
	padding: 0 !important;
	margin: 0px;
	border: 0;
}
.ns2-inner>a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,113,162,0.8);
	background-image: url(../images/icon-iris.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	opacity: 0;
	background-size: 0px 0px
}
.ns2-inner>a:hover:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,113,162,0.8);
	background-image: url(../images/icon-iris.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	opacity: 1;
	background-size: 100px 100px
}
.ns2-inner>a:after, .ns2-inner>a:hover:after {
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}
h4.ns2-title {
	padding: 10px 0px;
	margin: 15px 30px 5px 30px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #f7f8f8;
}
div.ns2-tools {
	color: #b89a74;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 0 30px;
}
.ns2-introtext {
	padding: 0 30px 30px 30px;
}
div.nssp2-default .ns2-art-controllers, div.nssp2-default .ns2-links-controllers {
	width: 100%;
}
div.nssp2-default .ns2-art-pagination, div.nssp2-default .ns2-links-pagination {
	text-align: center;
	margin: 0 auto;
	width: 100px;
	float: none;
}
.ns2-art-pagination, .ns2-links-pagination {
	display: block;
}
div.nssp2-default .ns2-art-prev, div.nssp2-default .ns2-links-prev, div.nssp2-default .ns2-art-play, div.nssp2-default .ns2-links-play, div.nssp2-default .ns2-art-pause, div.nssp2-default .ns2-links-pause, div.nssp2-default .ns2-art-next, div.nssp2-default .ns2-links-next, div.nssp2-default .ns2-art-pagination span, div.nssp2-default .ns2-links-pagination span {
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	/* float: left; */
	text-indent: -999em;
	margin: 0 2px;
}
div.nssp2-default .ns2-art-pagination span, div.nssp2-default .ns2-art-pagination span:hover {
	background: url(../images/news-pagination.png) top center no-repeat;
}
div.nssp2-default .ns2-art-pagination span.active {
	background: url(../images/news-pagination.png) bottom center no-repeat;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 180px;
	font-family: 'OpenSansRegular';
	color: #2e3639;
}
/*bottom-center*/
.bottom-center .moduletable {
	border-top: 1px solid #f7f8f8;
}
.col-bottom-contacts {
	margin-bottom: 20px;
}
/*footer-right*/
.footer-right {
	text-align: center;
}
.footer-social {
	padding-top: 10px;
}
.footer-social a {
	color: #0071a2;
}
.footer-social a:hover, .footer-social a:focus {
	color: #0071a2;
	text-decoration: none
}
.footer-social span {
	background: #FFFFFF;
	margin-right: 10px;
	display: inherit;
	padding: 10px;
	border-radius: 50%;
	font-size: 16px;
}
.footer-social span:hover {
	background: #ceb99f;
}
/*VIRTUEMART*/
.product .media .media-left { float:none; width:100%; display:block;}
.vm-product-descr-container-1 { margin-bottom: 30px; display:table; height:auto;}
.vm3pr-1 .product-price {
    height: auto;
    display: table;
    margin-top: 40px;
}

.browse-view .row .product .spacer .media-body>div.vm3pr-0, .browse-view .row .product .spacer .media-body>div.vm-details-button {
    width: auto;
    float: none;
    clear: both;
	margin-bottom: 15px;
}


}
