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


#phone {
    	position: fixed;
	z-index:500;
	background-color: #92278f;
	color:#FFF;
	width: auto;
	bottom: 184px;
	left:-185px;
	transform: rotate(90deg);
	padding:5px 10px;
	transition: all 0.5s;
	float:left;
}

#phone:hover {
/*
	transform: rotate(0deg);
	left:0px;
	transition: all 0.5s;
*/
}

#phone p {
	font-size:24px;
	display: block;
	padding: 6px 5px 2px 5px;
	color:#ffffff;
	font-weight:bold;
}


.min-heading .sp-page-title {
padding: 150px 0 30px 0;
}
.min-heading .sp-page-title h2 {
    font-size: 40px;
}
.min-heading #sp-main-body {
    padding: 0;
}


@media all and (max-width:799px) {

    div #phone.mobile {
    transform: rotate(0deg);
    bottom:0px;
    left:0px;
    width:100%;
    text-align:center;
    height: 30px;
    }
    
    div #phone.mobile p {
    font-size:18px !important;
    padding:2px;
    }
    
}
    


/* UPCOMING EVENTS MODULE */

.eb-event-list .row-fluid {
	float: left;
	width: 25%;
	max-width: 25%;
	min-height: 250px;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease;
	background-image: url(/images/site_assets/bg-home-cal.png);
	background-size: cover;
	background-position: 20px top;
}
 @media all and (max-width:599px) {
.eb-event-list .row-fluid {
	width: 100%;
	max-width: 100%;
	min-height: 80px;
	padding: 5px;
}
.event-date {
	float: left;
	margin-right: 10px;
}
}
.category {
	color: #661962;
}
.category span a strong {
	color: #661962;
}
.location {
	color: #661962;
}
.eb-event-list .row-fluid p a .summary {
	color: #92278F;
}
.eb-event-list .row-fluid:hover p a .summary {
	color: #ffffff;
}
.eb-event-list .row-fluid:hover .category i {
	color: #ffffff;
}
.eb-event-list .row-fluid:hover .category span a strong {
	color: #ffffff;
}
.eb-event-list .row-fluid:hover .location {
	color: #ffffff;
}
.eb-event-list .row-fluid:hover .event_date {
	color: #ffffff;
}
 @media all and (max-width:599px) {
.eb-event-list a.btn.btn-primary {
	float: right;
	margin-top: -45px;
}
}
.eb-event-list .row-fluid:hover {
	background-color: #92278F;
	color: #ffffff;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.eb-event-list .row-fluid:hover p a {
	color: white;
}
ul.eventsmall li {
	list-style: none;
	border-top: none;/* border-bottom: 1px solid #efefef; */
}
span.event-date span.month {
	background: #92278F;
	border: 1px solid #690a66;
}
span.event-date span.day {
	color: #92278F;
}
[class^="icon-"], [class*=" icon-"] {
margin-right:5px;
color: #92278f;
}
/* END UPCOMING EVENTS MODULE */

/* UPCOMING EVENTS PRIVATE EVENTS  MODULE */
#sppb-addon-1518281601161 .eb-event-list a.btn.btn-primary {
display: none;
}
/* END UPCOMING EVENTS PRIVATE EVENTS  MODULE */

/* END UPCOMING  EVENTS PRIVATE EVENTS  MODULE */

div .form-horizontal .form-group {
	margin: 0;
}
div .form-horizontal .form-actions {
	padding: 10px 0;
}
.eb-form-content div .control-label {
	padding-top: 17px !important;
}
.eb-form-content div .col-sm-9 {
	padding-top: 7px !important;
}
.eb-container div .control-label {
	padding-top: 17px !important;
}
.eb-container div .col-sm-9 {
	padding-top: 7px !important;
}
.input-group-addon {
	margin-top: 10px;
	background: none;
	border: none;
	float: right;
	width: 60px;
	font-weight: 700;
}
.payment_information div.col-sm-9 {
	margin-top: 10px;
}
i.fa.fa-calendar {
	color: #92278f;
}
img.eb-thumb-left, img.eb-event-large-image.img-polaroid  {
	float: right !important;
	max-width:400px;
}

#eb-category-page-timeline div.pagination {width:100%; margin:0 auto;}
#eb-category-page-timeline .pagination-wraper ul.pagination li > a i {
    color: #922a8e;
}


@media all  and (max-width:480px)
{ img.eb-event-large-image.img-polaroid  {
	width:100% !important;}
	
	
img.eb-thumb-left {
    margin: 0 !important;
}
}
@media all  and (max-width:991px)
{ img.eb-event-large-image.img-polaroid  {
	max-width: 50% !important;}
}

span.nomarl, span.saturday, span.sunday {
	color: #ffffff;
	text-align: center;
}
span.fa.fa-calendar {
	color: #ffffff;
}
a.eb-event-title span {
	color: #92278f;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding: 0px 3px;
	height: 40px !important;
	background-color: #ffffff !important;
	margin: 0 5px;
}
form.form-horizontal .control-label, form.form-horizontal .control-label label {
	font-weight: normal;
	color: #222222;
}
.text-info.eb-notice-message {
	font-weight: normal;
	color: #92278f;
}
div#eventContent.tab-content {
	margin-top: 10px;
	margin-left: 32px;
}
div.js-editor-tinymce {
	margin-top: 30px;
	margin-left: -30px;
}
h1, h2, eb_title, h1.eb-page-title, h1.eb-page-heading span {
	color: #92278f;
	font-size: 44px;
	font-weight: bold;
	text-transform: none;
	text-shadow: 1px 1px 1px #b9b9b9;
}
#eb-categories .eb-box-heading, #eb-events .eb-box-heading, #eb-event-page .eb-box-heading, #eb-categories .eb-description, #eb-events .eb-description, #eb-event-page .eb-description {
	border: none;
}
#eb-category-page-timeline .eb-description-details img {
	width: 100%;
	max-width: 240px;
	height: auto;
	padding: 5px 0 10px  0;
}
#eb-event-page .eb-description-details img {
	width: 100%;
	max-width: 360px;
	height: auto;
	padding: 5px 0 10px 0;
}
#extcalendar .wraptable_calendar .eventdesc img {
	width: 100%;
	max-width: 240px;
	height: auto;
	padding: 5px 0 10px 10px;
}



 @media all and (max-width:480px) {
#eb-category-page-timeline .eb-description-details img {
	min-width: 100%;
    padding: 5px 0 10px 0;
}
#eb-event-page .eb-description-details img {
	min-width: 100%;
	padding: 5px 0 10px 0;
}
h1.eb-page-heading span {
	font-size: 22px;
}
}
.btn, .sppb-btn, .btn.btn-default, .sppb-btn.sppb-btn-default, .btn.btn-lg.btn-default, .sppb-btn.sppb-btn-lg.sppb-btn-default, .btn.btn-success, .sppb-btn.sppb-btn-success, .btn.btn-lg.btn-success, .sppb-btn.sppb-btn-lg.sppb-btn-success {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #F0C718;
}
h3.eb-heading {
	padding-top: 10px !important;
}
.form-actions {
	padding: 19px 20px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: none;
	border-top: none;
	text-align: center;
}
.eb-container .eb-event-price-container {
	margin-top: 0;
}
 @media all and (max-width:991px) {
.eb-container .eb-event-price-container {
	margin-top: -50px;
}
}
@media (max-width:400px) {
.eb-container .eb-event-price-container {
	margin-top: -42px;
}
}
li.eb-calendar-nav img {
	display: inline-block;
	padding-top: 10px;
}
.eb-event-information.row {
    margin-left:0;
}


/* MINI|CALENDAR */

.extcal_minical table.extcal_minical {
	background-color: #661962;
}
.mod_eb_mincalendar_table td.mod_eb_mincalendar_not_today, .mod_eb_mincalendar_table td.mod_eb_mincalendar_no_event a {
	background-color: #92278F;
}
.mod_eb_mincalendar_table td.mod_eb_mincalendar_today {
	background: #661962;
}
.mod_eb_mincalendar_table td.mod_eb_mincalendar_event {
	background-color: #e26bdf;
}
.mod_eb_minicalendar_link a {
	color: #ffffff;
	min-width: 25px;
	display: inline-block;
	background-color: #a536a2;
	text-align: center;
}
.mod_eb_minicalendar_link a:hover {
	color: #ffffff;
}
#sp-right  {
	margin-top: 0;
}
#sp-right ._calendar-r h3.sp-module-title {
	text-transform:none;
}
 @media all and (max-width:991px) {
h1.eb_title, h1.eb-page-title, h1.eb-page-heading span {
	font-size: 32px !important;
}
}
 @media all and (max-width:767px) {
#sp-right ._calendar-r {
	margin-top: 20px!important;
}
}
/* END MINI CALENDAR */


/* Custom CSS */
#sp-header-sticky-wrapper, #sp-header {
	min-width: 100%;
}
#sp-main-body {
	padding: 40px 0;
}
.sp-page-title {
	padding: 190px 0 70px 0;
	text-align: center;
	background-size: cover !important;
}
@media only screen and (max-width: 768px) {
.sp-page-title {
	padding: 160px 0 30px 0;
}
}
.sp-megamenu-parent >li:nth-child(1) > a:before {
	display: none;
}
 @media only screen and (max-width: 600px) {
.sp-page-title {
	padding: 140px 0 30px 0;
}
}
 @media all and (min-width:600px) {
.column-1 img {
	max-width: 320px;
	margin : 10px;
}
}
@media all and (min-width:480px) and (max-width:599px) {
.column-1 img {
	max-width: 240px;
	margin : 5px;
}
}
@media all and (max-width:479px) {
.column-1 img {
	max-width: 100%;
	width: 100%;
	margin-bottom : 10px;
}
}
.item.column-1 strong {
	font-size: 120%;
	color: #92278F;
}
.view-article .item strong {
	font-size: 120%;
}
li.sp-menu-item.no_active.current-item.active:after, li.sp-menu-item.no_active::after {
	display: none;
}
li.sp-menu-item.no_active.current-item.active, li.sp-menu-item.no_active {
	margin-right: 20px;
}
.sp-megamenu-parent >li >a {
	font-size: 15px;
	text-transform: none;
	font-weight: bold;
}
.sp-top-search .top-search-wrapper .icon-top-wrapper .search-open-icon {
	color: #92278f;
}
.sp-kidzy-login .sp-my-account-menu .signin-img-wrap {
	display: none;
}
div.formControlLabel {
	width: 240px;
	padding-right: 10px;
}
dt {
	font-weight: normal;
}
.dl-horizontal dt {
	margin: 0;
}
.sppb-slider-wrapper.varition-animation .slider-img img.slide-girl {
	top: 0;
}
.sppb-section-title {
	margin-bottom: 60px !important;
}
 @media all and (max-width:800px) {
.no-mobile {
	display: none;
}
}
 @media only screen and (max-width: 1200px) {
.sp-megamenu-parent >li {
	margin-right: 24px;
}
}
 @media all and (max-width:480px) {
.item.item-page img {
	width: 100%;
	margin-bottom: 20px;
}
}
.item.item-page {
	display: inline-block;
	width: 100%
}
.pg-map {
	margin-top: -45px;
}
.pano-360 {
	margin-top: 5px;
}
.pano-360 iframe {
	pointer-events: none;
}
.sppb-slidehsow-sub-title, .sppb-fullwidth-title {
	text-transform: none;
}
p, span {
	color: #111111;
}
.sppb-section-title .sppb-title-subheading {
	color: #222222;
}
.sppb-addon-feature .sppb-addon-text {
	color: #111111;
}
#sp-bottom:before {
	top: inherit;
	bottom: 0;
	height: 275px;
	background-image: url(/images/site_assets/bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.view-article .item .entry-header h2 {
	color: #92278f;
	text-transform: none;
	text-shadow: 1px 1px 1px #b9b9b9;
}
.view-category article.item .entry-header h2 a {
	color: #92278f;
	text-transform: none;
	text-shadow: 1px 1px 1px #b9b9b9;
}
ul li {
	list-style-type: none;
}
.item-page ul li:before {
	color: #92278f;
	float: left;
	margin: 0 0 0 -2em;
	width: 2em;
	content: ' \2713 ';
}
.sp-social-share ul li:before {
	content: '';
}
::selection {
	color: #FFFFFF;
	background: #92278f;
}
::-moz-selection {
 color: #FFFFFF;
 background: #92278f;
}
.formResponsive h2 {
	color: #92278f;
	text-shadow: 1px 1px 1px #b9b9b9;
	margin-bottom: 40px;
	margin-top: 40px;
}
#Submit {
	background: none;
	background-color: #92278f;
	border: none;
	filter: none;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.sppb-testimonial-pro .sppb-testimonial-img img {
	border: 6px solid #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.spkgarten-teachers-list .sp-section-title .subtitle, .spkgarten-teacher-details .spkgarten-teacher-designation {
	color: #8d238a;
}
 @media only screen and (max-width: 768px) {
.sppb-addon-persion .sppb-person-image img, .spkgarten-person .spkgarten-person-details .spkgarten-person-img img, .teacher-img img {
	width: 50% !important;
	display: inline-block;
}
.spkgarten img {
	display: inline;
	width: 50%;
}
}
 @media only screen and (max-width: 480px) {
.sppb-slider-wrapper.varition-animation .slider-img {
	width: 200px;
	height: 250px;
	top: 100px;
}
}
.spkgarten img {
	display: inline;
}
.sp-kidzy-event .events-img img {
	display: inline;
	width: 50%;
}
#sp-bottom:after {
	background: none !important;
	background-color: #92278F !important;
	background-image: url(/images/site_assets/bottom-bg-clouds.png) !important;
	background-attachment: fixed !important;
	background-position: top center;
	background-size: contain !important;
}
.scrollToTop {
	background: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
}
.scrollToTop:hover {
	background-color: rgba(0, 0, 0, 0) !important;
}
.sp-module.side_menu {
}
ul.side_menu a {
	background-color: #f1f1f1;
	min-width: 240px;
}
ul.side_menu a:hover {
	background-color: #7db7a3
}
ul.side_menu a.active.current {
	background-color: #92278f
}
ul.side_menu a.active.current:hover {
	background-color: #670c64
}
ul.side_menu a span {
	color: #92278f;
	font-family: Quicksand, sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-left: -15px;
	margin-bottom: -10px;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.side_menu a span:hover {
	color: #670c64;
}
ul.side_menu a.active.current span {
	color: #ffffff
}
 @media all and (width:768px) {
.sp-module.side_menu {
	margin-top: 92px !important;
	margin-left: -15px;
}
ul.side_menu a span {
	font-size: 14px !important;
}
}
 @media all and (width:800px) {
.sp-module.side_menu {
	margin-left: -15px;
}
ul.side_menu a span {
	font-size: 14px !important;
}
}
 @media all and (max-width:767px) {
.sp-module.side_menu {
	margin-top: 10px !important;
}
}
#offcanvas-toggler >i {
	color: #92278F;
}
.offcanvas-menu {
	background: none;
	background-color: rgba(146, 39, 143,0.2);
}
.offcanvas-inner {
	background: none;
	background-color: #92278F;
}
.nav.menu {
	background-color: #ffffff;
}
.close-offcanvas {
	top: 32px;
	color: #92278F;
	border: 2px solid #92278F;
	font-size: 18px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
	font-family: Quicksand, sans-serif;
	font-weight: bold;
}
.offcanvas-menu .offcanvas-inner ul.nav >li:nth-child(n) > a:hover, .offcanvas-menu .offcanvas-inner ul.nav >li:nth-child(n) > a:active, .offcanvas-menu .offcanvas-inner ul.nav >li:nth-child(n) > a:focus {
	background-color: rgba(146, 39, 143,1);
	color: #ffffff;
}
.offcanvas-menu .offcanvas-inner ul.nav >li:nth-child(n).active > a, .offcanvas-menu .offcanvas-inner ul.nav >li:nth-child(n) ul li.active > a {
	background-color: rgba(146, 39, 143,1);
	color: #ffffff;
}
.offcanvas-menu .offcanvas-inner ul.nav >li:nth-child(1).active > a, .offcanvas-menu .offcanvas-inner ul.nav >li:nth-child(1) > a:hover {
	background-color: #ffffff;
}
i.fa-angle-right, i.fa-angle-down {
	display: block;
	position: relative;
	top: -7px;
	padding: 0 5px;
	margin: -5px -5px 5px 0;

	border: 3px solid #92278F;
	background-color: #92278F;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	font-weight: bold;
    color: #ffffff;
}

i.fa-angle-down {
	padding: 0 3px;
}

/* Navigation  Pages */
div.pagination-wraper i.fa.fa-angle-right {
    border: none;
    top:10px;
    font-weight:normal;
    background: none;
}
/* End Navigation  Pages */

/* MEGAMENU FIX CALENDAR ITEM */

.sp-megamenu-parent>li:after {
	content: "|";
	width: auto;
	height: auto;
	left: auto;
	position: absolute;
	right: -18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: silver;
}
.sp-megamenu-parent >li {
	margin-right: 26px;
}
@media (min-width: 992px) {
div#sp-logo.col-md-3 {
	width: 20%;
}
div#sp-menu.col-md-9 {
	width: auto;
	padding:0;
}
}
 @media only screen and (max-width: 1200px) {
.sp-megamenu-parent >li {
	margin-right: 14px;
}
.sp-megamenu-parent>li:after {
	display: none;
}
}

/* SOCIAL SHARE */

div.fastsocialshare_container {
	float: none;
	line-height: 18px;
}
div.fastsocialshare_clearer {
	clear: left;
}
.fastsocialshare-share {
	display: block !important;
}
.fastsocialshare-share-tw {
	float: left;
	margin: 5px;
}
.fastsocialshare-share-fbsh {
	float: left;
	margin: 4px;
	border: 1px solid #d4d4d4;
}
.fastsocialshare-share-fbl {
	float: left;
	margin: 5px;
}
.fastsocialshare-share-fbl.standard {
	height: 18px;
}
.fastsocialshare-share-su {
	float: left;
	margin: 5px;
}
.fastsocialshare-share-lin {
	float: left;
	margin: 5px;
}
.fastsocialshare-share-lin *.IN-none {
	display: none;
}
.fastsocialshare-share-gone {
	float: left;
	margin: 5px;
}
.fastsocialshare-share-gone div[id*=__plus] {
	width: auto !important;
}
.fastsocialshare-share-gone iframe {
	max-width: 100px !important;
	max-height: 24px;
}
.fastsocialshare-share-pinterest {
	float: left;
	margin: 5px;
}
div.sharemebutton {
	padding: 0;
	float: right;
	width: 56px;
	max-height: 195px;
	text-align: center;
}
td.sharemebutton {
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: top;
}
td.space_right {
	padding: 0px 0px 0px 0px;
}
div.sharemebuttont {
	padding: 0px 2px 0px 0px;
	float: right;
}
td.sharemebuttont {
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: top;
}
td.space_right {
	padding: 0px 0px 0px 0px;
}
div.sharemebuttonf {
	padding: 2px 2px 0px 0px;
	float: right;
}
td.sharemebuttonf {
	padding-right: 2px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: top;
}
.fb_share_large .fb_sharecount_zero {
	-moz-border-radius: 2px 2px 2px 2px;
	background: #3B5998;
	display: block;
	height: 47px;
	margin-bottom: 2px;
	width: 53px;
}
.fb_iframe_widget span {
	position: inherit !important;
}
.fb_iframe_widget {
	position: inherit !important;
}
div.fastsocialshare-share-fbsh div.fbshare_container_counter {
	display: inline-block;
}
div.fastsocialshare-share-fbsh .pluginCountButton {
	background: white;
	border: 1px solid #9197a3;
	border-radius: 2px;
	color: #4e5665;
	display: inline-block;
	font-size: 11px;
	height: auto;
	line-height: 18px;
	margin-left: 2px;
	min-width: 15px;
	padding: 0 3px;
	text-align: center;
	white-space: nowrap;
}
div.fastsocialshare-share-fbsh .pluginCountButtonNub {
	height: 0;
	left: -2px;
	position: relative;
	top: -15px;
	width: 5px;
	z-index: 2;
}
div.fastsocialshare-share-fbsh .pluginCountButtonNub s, div.fastsocialshare-share-fbsh .pluginCountButtonNub i {
	border-color: transparent #9197a3;
	border-style: solid;
	border-width: 4px 5px 4px 0;
	display: block;
	position: relative;
	top: 1px;
}
div.fastsocialshare-share-fbsh .pluginCountButtonNub i {
	border-right-color: #fff;
	left: 2px;
	top: -7px;
}

div .alert.alert-message { text-align:center; padding:0;}


div .alert.alert-message h4 {
    background-color :#92278f;
    padding-top:8px;
    line-height:8px;
    color: #ffffff;
}

div .alert.alert-message  {
    background-color:#92278f;
    border: none;
    color: #ffffff;  
}


div .alert.alert-message p {
    background-color:#92278f;
    border: none;
    color: #ffffff;  
}
div.ozio_nano_bottom_description {display: block; padding:10px; color:#91338f; font-size:120%;}


.lgimage {
    display: block; 
    max-width: 100% !important;
    color: #CC00FF;
}


span.lgimage img {max-width:100% !important; margin-left:-10px;}

#sp-component .sp-column {
margin-top: 0px;
}
.eb-container {
	padding-top:0px;
}

.formResponsive h2 {
    margin-top: 0px;
}

div.ozio_nano_bottom_description, .view-category article.item .entry-header h2 a {
    font-size: 44px;
    text-shadow: 1px 1px 1px #b9b9b9;
    font-weight: bold;
    margin-bottom: 20px;
}

div#nanoGallery {
	margin-top: 40px;
}


@media all and (max-width:480px){
div.ozio_nano_bottom_description, .view-category article.item .entry-header h2 a {
    font-size: 20px;
}
}




@media all and (max-width: 480px){
.sppb-slider-wrapper.varition-animation .slider-img {
    top: 40px ;
	}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text p.details {
    margin-bottom: 10px;
	}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper 
.sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text 
.sppb-fullwidth-title {
	font-size:50px ;
	}
}

h1 span.smaller {font-size:65%; color:#92278F;}
