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

body
{
    color: #252525;
}
.container {
	margin:0 auto;
	padding:0;
}


a.col3
{
    color: #34327C!important; 
}
a.col3:hover
{
    color: #1b1950!important; 
}
.row > * {
	float:left;
}

/* abovecontent and belowcontent modules */

div.abovecontent {
}

div.belowcontent {
	padding: 30px 0 0 0;
}

/* tinynav */

select.tinynav {
	float: right;
	width: 40px;
	height: 30px;
	border:none;
	background: #ccc;
	text-indent: -9999px;
	background: url(../images/tinynav.png);
	-webkit-appearance: button;
}

/* kindergarten specifics */

.headerrow {
	width: 100%;
	background: #9ad4f3 url(../../images/cloud.png) repeat-x; 
    background-position-y: -20px;
}

.sparky_home .headerrow {
	background: #9ad4f3 url(../../images/cloud_up.png) repeat-x;
    background-position-y: -20px;
}

.headerrow div.header {
	min-height: 250px;
}

.headerrow div.header h1 {
	display: inline-block;
	/*font-size: 52px;*/
    font-size: 25px;
}
.scroll_news {
    height: 20px;
    font-size: 12px;
    animation-delay: 0.01s;
    -webkit-animation: marquee 50s linear infinite;
    animation: marquee 50s linear infinite;
    padding-top: 6px;
}
.scroll_news:hover { -webkit-animation-play-state: paused; animation-play-state: paused; }

/* Make it move */
@-webkit-keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}
@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
} 
.news_info{
    overflow: hidden;
    width: 96%;
}
.sparky_home .headerrow div.header h1 {
	font-size: 40px;
}

.sparky_inner .headerrow div.header h1 {
	line-height: 190px;
	color: #fff;
}

.sparky_home .headerrow div.header h1 {
	line-height: 52px;
	margin: 0!important;
	padding: 0!important;
    padding-bottom: 15px;
    font-size: 29px;
    font-weight: 700;
}

.intro_text {
	background: url(../../images/kindergarten.png) no-repeat;
	margin-top: 60px;
	height: 700px;
	padding: 160px 150px 10px 400px;
}
.intro_text p{
    /*font-size: 16px;*/
    font-size: 15px;
    line-height: 24px;
    font-weight: 100 !important;
    /*color: #5f5f5f;*/
        color: #252525;
}

.img-intro-left {
    margin-top: 50px;
    padding-right: 60px;
    min-height: 300px;
    overflow: hidden;
/*    width: 60%;*/
	float:left;
/*	margin:0 15px 15px 0;*/
}

.img-intro-right {
	margin-left: 60px;
	float: right;
    margin: 0 0 15px 15px;
}

/*ul.nav {
	text-align: right;
	width: 748px;
}*/

/*ul.nav > li {
	display: inline-block;
	float: none;
}*/

.footerimage {
	min-height: 281px;
	background: url(../../images/hills.png) repeat-x center;
	color:#fff;
	padding-top: 37px!important;
    padding-bottom: 42px!important;
}

.footerimage h3 {
	color: #fff;
}

div.testimonial {
	width: 23%;
	margin: 0 1%;
	float: left;
	font-size: 12px;
}

.testimonial_name {
	font-family: serif;
	font-style: italic;
	font-size: 20px;
	text-align: right;
}

.testimonial_name span {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
}

.bottomrow .container {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}

.sparky_home .headerrow .container {
	width: 100%;
	background: url(../../images/hills.png) no-repeat center bottom;
}

.sparky_home .headerrow .container .row {
	width: 1152px;
	margin: 0 auto;
}

.mp_bottom1 {
	font-size: 20px;
	padding-top: 25px;
}

.mp_bottom1 span {
	font-weight: bold;
	color: #e85c73;
}

.mp_bottom1 .address-block {
    font-size: 14px!important;
}

.mp_bottom2 {
    font-size: 20px;
    margin-top: 25px;
}
.mp_bottom2 span {
    font-weight: bold;
    color: #e85c73;
}
.mp_bottom2 .content-block {
    font-size: 14px!important;
}

.mp_bottom2 img {
	margin: 20px 2px 0 2px;
	transition: top .3s;
	-webkit-transition: top .3s;
}

.mp_bottom2 img:hover {
	position: relative;
	top: -5px;
}

.mp_copyright {
	font-size: 12px;
	margin-bottom: 50px;
    margin-top: 15px;
}

.mp_logo {
	background: url(../../images/logo-akshara.png) no-repeat;
    /*background-position: 5px 26px;*/
    background-position: 5px 9px;
	-webkit-transform-origin:50% 100%;
}
.sparky_logo_image img {
    padding-top: 19px;
    padding-left: 100px;
    padding-bottom: 20px;
    height: 92px;
}

.testimonials {
    padding-top: 1px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-right: 15px;
    background-size: cover;
    border-radius: 30px;
    margin-top: 10px;
    padding-left: 15px;
}  
#quote-carousel{
    margin-top: 30px;
    min-height: 140px;
    overflow: hidden;
    padding: 0 10px 30px 10px;
    max-height: 150px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: 105px;
    bottom: 0px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators .active {
    background: #82be29;
    margin: 1px;
    width: 13px;
    height: 13px;
}

.testimonials blockquote {
    font-size: 15px;
    /* color: #333; */
    text-align: center;
}
.item blockquote {
    border-left: none;
    margin: 0;
} 
.item blockquote img {
    margin-bottom: 10px;
    height: 80px;
    width: 80px;
    object-fit: cover;
}
#quote-carousel .carousel-control.left {
    left: -12px;
    background: none !important;
}
#quote-carousel .carousel-control {
    background: none !important;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.right {
    right: -12px !important;
    background: none !important;
}
.carousel-indicators li {
    background-color: rgb(255, 200, 0);
    width: 12px;
    height: 12px;
}
p
{
    line-height: 24px;
}
p.text {
    color: #a5a5a5;
    font-size: 15px;
    line-height: 24px;
}
span.text_highlight {
    text-transform: capitalize;
    color: #82be29;
/*
    font-size: 25px;
    color: #ffc800;
    font-weight: 600;
*/
}
p.text_title {
    font-size: 25px;
    color: #ffc800;
    font-weight: 600;
}
.testmnl {
    font-size: 15px;
    font-style: normal;
    font-family: sans-serif;
    padding: 0px !important;
}
.testmnl p
{
    color: #252525;
    font-size: 15px;
    line-height: 24px;
}
.carousel-inner img {
    border-radius: 50px;
    object-fit: cover !important;
    width: 100%;
}
.img-circle {
    /*box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);*/
    height: 139px;
    object-fit: cover;
}
small {
    margin-top: 1.2em;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    text-align: center;
    font-family: sans-serif;
    color: #34327C !important;
}
.paper_block {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 0px;
    /*margin-top: 50px;*/
    padding-top:0px!important;
}
.paper_block blockquote:nth-child(1) {
    border-left: 0px solid #eee;
}
.bdr-apply {
    /*border-right: 5px solid #eee;*/
    margin-bottom: 40px;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.quote-test {
    background: url(../../images/comma.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.quote-test p {
    padding: 35px;
    padding-bottom: 1px;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-family: sans-serif;
}
p.quotepic
{
    background: url(http://dev.syntrio.in/akshara/images/comma-right.png);
    background-repeat: no-repeat;
    background-position: right -4px bottom;
    padding-bottom: 30px;
    border-bottom: 1px dashed #777;
}
small i {
    margin-right: 10px;
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 390px;
    margin-top: 30px!important;
}
.fade-carousel .carousel-inner .item {
    height: 390px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.fade-carousel .carousel-indicators > li.custom_c{
    margin: 0 2px;
    background-color: #eee;
    border-color: #eee;
    opacity: .1;
}
.fade-carousel .carousel-indicators > li.custom_c.active {
  width: 10px;
  height: 10px;
  opacity: .1;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
/*
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 390px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
*/
.item img {
    height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*
.fade-carousel .slides .slide-1 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);
}
*/

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

.hom_evnt_algn {
    margin-bottom: 3.2%;
    /*margin-top: 3.2%;*/
}
.hom_evnt_algn p
{
    color: #252525;
    font-size: 15px;
    line-height: 24px;
}
.calender.calender_1 {
/*
    background-image: url(../images/calndr.png);    
    background-size: contain;
    background-repeat: no-repeat;
    height: 120px;
*/
    color: #fff; 
    height: auto;
    background: #9ad4f3;
    color: #fff;
}
.date1{
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0px;
}
.date2{
    font-size: 20px;
}
.date3{
    font-size: 13px;
    margin-bottom:10px;    
}
.height_div{
    height: 55px;
    overflow: hidden;
    line-height: 22px;    
}
.pd_left h4{
    margin-top: 0px;
    font-size: 15px;
    font-weight: 700;
    color: #3a3092;
}
.address-block {
    text-align: center;
}
.address-block span{
    font-weight: bold;
}
.powered_blk{
    text-align: right;
}
.moduletable {
    /*padding-bottom: 30px;*/
    font-size: 12px;
}
.menu_bottom{
    font-size: 12px;
    padding-left: 0px;
}
.menu_bottom a{
    color:#333;
    font-size: 11px;
    font-weight: normal!important;
}
.menu_bottom a:hover{
    color:#74ad1f;
}
.image-container {
    margin-top: 80px;
    margin-bottom: 30px;
}

.broun-block {
    background: url("http://myinstantcms.ru/images/bg-broun1.jpg") repeat scroll center top rgba(0, 0, 0, 0);
    padding-bottom: 34px;
}
.block-text {
    background-color: #fff;
    border-radius: 5px;
    background-image: url(../../images/800216_89608240.jpg);
    background-repeat: no-repeat;
    /* box-shadow: 0 3px 0 #9a2b90; */
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 133px 103px 0px 28px;
}
.block-text a {
 color: #f58223;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mark {
    padding: 12px 0;
    background:none;
    font-size: 12px;
}
.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    min-height: 220px;
    overflow: hidden;
}
.sprite {
	background-image: url('../../images/download.png');
}
.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #ffcc00;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}
.person-text i {
    color: #585858;
    font-family: Georgia;
    font-size: 13px;
}
.rel {
    position: relative;
}

#links img:hover {
    opacity: 0.5;
}

/*social media icons*/
/*footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/*footer social icons */
.social-network a.icoRss{
    color:#F56505;
    border: 1px solid #F56505;
}
.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook {
    color:#3B5998;
    border: 1px solid #3B5998;
}
.social-network a.icoFacebook:hover {
    background-color:#3B5998;
}
.social-network a.icoTwitter
{
    color:#33ccff;
    border: 1px solid #33ccff;
}
.social-network a.icoTwitter:hover {
    background-color:#33ccff;
}
.social-network a.icoGoogle {
    color:#BD3518;
    border: 1px solid #BD3518;
}
.social-network a.icoGoogle:hover {
    background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
    background-color:#0590B8;
}
.social-network a.icoLinkedin: {
    color:#007bb7;
    border: 1px solid #007bb7;
}
.social-network a.icoLinkedin:hover {
    background-color:#007bb7;
}
.social-network a.icoInstagram:hover {
    background-color: orangered;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icoInstagram:hover i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}
/*.social-circle li a.fb
{
    border: 1px solid #3B5998;
}*/
.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 35px;
    height: 35px;
    font-size:20px;
    /*border: 1px solid #333;*/
}
.social-circle li i {
    margin:0;
    line-height:35px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    /*color: black;*/
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.social-circle i.fb
{
    color: #3b5998!important; 
}
/*a {
    background-color: #fff;
}*/


.blueimp-gallery>.next, .blueimp-gallery>.prev {
    display: inline-block!important;
}
.blueimp-gallery>.title{
    display: none !important;
}
.blueimp-gallery-controls>.play-pause{
    display: none !important;
}
.person-text img{
    -webkit-box-reflect: below -7px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.5)));
    margin-bottom: 13px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: cover;

}
div#contact_form {
    padding-top: 50px;
    padding-bottom: 30px;
}
.map iframe{
    width: 100%;
    height: 632px;
    margin-bottom: 20px;
}
.intro-details{
/*    max-height: 350px;*/
    overflow: hidden;
    font-size: 18px;
    padding-top: 21px;
    padding-left: 55px;
}
.m-b-10
{
    margin-bottom: 10px!important;
}
/*
.teach-page{
    border: 1px solid #0072bc;
    text-align: center;
    margin-bottom: 50px;
    margin-right: 96px;
    padding-top: 30px;
    padding-bottom: 0px;
    background-color: #34708b;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 2px 2px 5px #888888;
}
.teacher-card h4{
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.teacher-card h4 span{
    font-size: 13px;
}
.teach-desc{
    background-color: #fff;
    padding: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}
*/
/*---teachpage css--*/
.animate {
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*=============== Home-team ===============*/

.teacher-view {
  text-align: center;
  padding: 0px 0 0px;
}

.teacher-view h2 {
    font-weight: normal;
}

.teacher-view .common-teacher {
    background-color: #fff;
    border: 15px solid transparent;
    padding: 10px;
/*
    -webkit-border-image: url(../../images/border6.png) 12 round;
    -o-border-image: url(../../images/border6.png) 12 round;
    border-image: url(../../images/border6.png) 12 round;
*/
    float: left;
    width: 50%;
}
.teacher-view .common-teacher figure {
    overflow: hidden;
    width: 100%;
	height: 132px;
    border-radius: 10px;
}
.text-content {
    float: left;
    padding-top: 20px;
}
.text-content h5 {
    text-align: left;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}
.text-content h3 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 600;
}
.teacher-view img {
    width: 100%;
    height: auto;
    /* margin-top: -3em; */
    float: left;
}
.teacher-view .common-teacher h4 {
     font-size: 15px; 
}
.teacher-view .common-teacher h5 {
  margin: 0 0 7px;
  font-size: 18px;
	font-weight: 700;
	color: #3a3c41;
}
.teacher-view .common-teacher .for-border {
  margin-bottom: 20px;
}
.teacher-view .common-teacher .text-content {
    padding: 19px 14px 10px 19px;
/*    border: 1px solid #e4e2e2;*/
    background: #fff;
    max-height: 165px;
    min-height: 165px;
    overflow: hidden;
}
.teacher-view.doctors-var-two {
  text-align: left;
  background-color: #fff;
}
.teacher-view.doctors-var-two .slogan-section {
  text-align: left;
}
.teacher-view.doctors-var-two .common-teacher {
  background-color: transparent;
}
.teacher-view.doctors-var-two .common-teacher .for-border {
  display: none;
}
.teacher-view.doctors-var-two .common-teacher .text-content {
  padding: 20px 0 20px;
}
.teacher-view.doctors-var-two .text-center {
  text-align: left;
}

.slogan-section {
	margin-bottom: 50px;
	text-align: center;
}

.teacher-view .common-teacher .for-border {
	margin-bottom: 20px;
}
.blog-featured .item img {
    width: 100%;
    height: auto;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}

.for-border {
	height: 11px;
	width: 100%;
	background: transparent url(http://omarhabash.com/nova/wp-content/uploads/2014/08/feature-border.png) center center no-repeat;
	border: none;
}

.teacher-view .common-teacher h5 small {
	color: #008fd5;
	font-weight: bold;
	font-size: 0.8em;
	font-style: italic;
}

.teacher-view .common-teacher ul{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -28px;
	text-align: center;
	margin-top: 10em;
	opacity: 0;
	z-index: 1;
}

.teacher-view .common-teacher li a {
	background: #008fd5;
	color: white;
	padding: 0.75em;
	border: 5px solid rgba(255, 255, 255, 0.33);
}


.doc-img{
	 /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}

.doc-item:hover .doc-img{
	 /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.2, 1.2); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

  opacity: 1;
}

.doc-item:hover .social-lists{
	margin-top: -2em;
	opacity: 1;
}
.doc-item {
    margin-bottom: 50px !important;
}
a.rd-mre
{
    color: #fff;
    font-size: 13px;
}

/*=============== //Home-team ===============*/
/*--teach page ends here---*/
.bk-image {
	position: relative;
	text-align: center !important;
 }
.bk-image img{
    width: 100%;
    border-radius: 10px;
}
.bk-image p
{
	position: absolute;
	top: 46%;
	text-align: center !important;
	width: 100%;
	/*background: #0072BCCC;*/
        background: rgba(0, 114, 188, 0.71);
        background-color: rgba(0, 114, 188, 0.71);
	padding: 10px 0px;
	color: #fff;
}
.new-nav {
    margin: 0;
    padding: 0;
    background-color: #373737;
    display: none;
    text-align: center;
}
.new-nav1
{
    display: none!important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color:white !important;
}
.blog-featured .text-center{
    font-size: 30px;
}
.intro-page_details {
/*
    min-height: 300px !important;
    max-height: 300px;
    overflow: hidden;
*/
    /*margin-top: 50px;*/
    margin-bottom: 8px;
}
/*
.mp_logo:hover {
	-webkit-animation-name: logobee;
	-webkit-animation-duration: .7s;
	-webkit-animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	position: relative;
}
*/

p.readmore, ul.pagenav li.pagenav-next, ul.pagenav li.pagenav-prev, ul.pagenav li.next, ul.pagenav li.previous {
	background: #82be29;
	display: inline-block;
	padding: 15px !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 7px 0px #598e0b;
	-moz-box-shadow: 0px 7px 0px #598e0b;
	box-shadow: 0px 7px 0px #598e0b;
	
}

p.readmore a, li.pagenav-next a, li.pagenav-prev a, li.next a, li.previous a {
	color: #fff;
	font-weight: normal;
}

p.readmore:hover, ul.pagenav li.pagenav-next:hover, ul.pagenav li.pagenav-prev:hover, ul.pagenav li.next:hover, ul.pagenav li.previous:hover {
	-webkit-box-shadow: 0px 4px 0px #598e0b;
	-moz-box-shadow: 0px 4px 0px #598e0b;
	box-shadow: 0px 4px 0px #598e0b;
	position: relative;
	top: 3px;
}

ul.pagenav li {
	margin: 30px 7px !important;
}

div.blog-featured div.items-row {
	padding-bottom: 75px;
}

.mnu_mainmenu ul {
	border-radius: 15px;
}

/* right column */

.mp_right .cell_pad {
	margin-left: 45px;
}

.mp_right .moduletable {
	border: 1px solid #ccc;
	padding: 15px;
	-webkit-border-radius: 10px;
	margin-bottom: 30px;
	font-size: 13px;
}

.mp_right .moduletable h3 {
	margin: 15px 0;
	padding: 0;
}

ul.acc a {
	font-weight: normal;
}

/* carousel */

.carouselrow {
	background: #9ad4f3 url(../../images/cloud_down.png) bottom repeat-x;
}

.carouselrow div.container {
	margin-top: 30px;
	margin-bottom: 30px;
}

.carouselrow div.container .cell_pad {
	margin: 0;
	padding: 0;
}

headerrow div.header {
    min-height: 300px !important;
}

/* animations */

#bee1 {
	position: absolute;
	z-index: 150;
	background: url("../../images/bee1.png") no-repeat;
	width: 20px;
	height: 28px;
	left: 25%;
	top: 435px;
	-webkit-animation-name: bee1;
	-ms-animation-name: bee1;
	-moz-animation-name: bee1;
	-webkit-animation-duration: 6s;
	-ms-animation-duration: 6s;
	-moz-animation-duration: 6s;
	-webkit-animation-direction: alternate;
	-ms-animation-direction: alternate;
	-moz-animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
}

#bee2 {
	position: absolute;
	z-index: 150;
	background: url("../../images/bee2.png") no-repeat;
	width: 24px;
	height: 26px;
	right: 25%;
	top: 435px;
	-webkit-animation-name: bee2;
	-ms-animation-name: bee2;
	-moz-animation-name: bee2;
	-webkit-animation-duration: 8s;
	-ms-animation-duration: 8s;
	-moz-animation-duration: 8s;
	-webkit-animation-direction: alternate;
	-ms-animation-direction: alternate;
	-moz-animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
}

#balloon1 {
	background: url("../../images/balloon1.png") no-repeat;
	width: 82px;
	height: 244px;
	position: absolute;
	top: 550px;
	left:50%;
	-webkit-animation-name: balloon1;
	-ms-animation-name: balloon1; 
	-moz-animation-name: balloon1; 
    -webkit-animation-duration: 5s;
    -ms-animation-duration: 5s; 
    -moz-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transform-origin:50% 100%;
    -ms-transform-origin:50% 100%;
    -moz-transform-origin:50% 100%;
}

#balloon2 {
	background: url("../../images/balloon2.png") no-repeat;
	width: 129px;
	height: 228px;
	position: absolute;
	top: 200px;
	left:40%;
	-webkit-animation-name: balloon2;
	-ms-animation-name: balloon2; 
	-moz-animation-name: balloon2; 
    -webkit-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transform-origin:50% 100%;
    -ms-transform-origin:50% 100%;
    -moz-transform-origin:50% 100%;
}

#balloon3 {
	background: url("../../images/balloon3.png") no-repeat;
	width: 82px;
	height: 244px;
	position: absolute;
	top: 480px;
	left:30%;
	-webkit-animation-name: balloon3;
	-ms-animation-name: balloon3;
	-moz-animation-name: balloon3;
    -webkit-animation-duration: 10s;
    -ms-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transform-origin:50% 100%;
    -ms-transform-origin:50% 100%;
    -moz-transform-origin:50% 100%;
}

@-webkit-keyframes bee1 {
	0%{ left:15%; top:435px; }
	25%{ top:385px; }
	50%{ top:435px; }
	75%{ top:365px; }
	100%{ left:35%; }
}

@-ms-keyframes bee1 {
	0%{ left:15%; top:435px; }
	25%{ top:385px; }
	50%{ top:435px; }
	75%{ top:365px; }
	100%{ left:35%; }
}

@-moz-keyframes bee1 {
	0%{ left:15%; top:435px; }
	25%{ top:385px; }
	50%{ top:435px; }
	75%{ top:365px; }
	100%{ left:35%; }
}

@-webkit-keyframes bee2 {
	0%{ right:15%; top:585px; }
	25%{ top:535px; }
	50%{ top:585px; }
	75%{ top:515px; }
	100%{ right:35%; }
}

@-ms-keyframes bee2 {
	0%{ right:15%; top:585px; }
	25%{ top:535px; }
	50%{ top:585px; }
	75%{ top:515px; }
	100%{ right:35%; }
}

@-moz-keyframes bee2 {
	0%{ right:15%; top:585px; }
	25%{ top:535px; }
	50%{ top:585px; }
	75%{ top:515px; }
	100%{ right:35%; }
}

@-webkit-keyframes balloon1 {
	33% { -webkit-transform: rotate(5deg); }
	66% { -webkit-transform: rotate(-5deg); }
}

@-ms-keyframes balloon1 {
	33% { -ms-transform: rotate(5deg); }
	66% { -ms-transform: rotate(-5deg); }
}

@-moz-keyframes balloon1 {
	33% { -moz-transform: rotate(5deg); }
	66% { -moz-transform: rotate(-5deg); }
}

@-webkit-keyframes balloon2 {
	50% { -webkit-transform: rotate(10deg); }
}

@-ms-keyframes balloon2 {
	50% { -ms-transform: rotate(10deg); }
}

@-moz-keyframes balloon2 {
	50% { -moz-transform: rotate(10deg); }
}

@-webkit-keyframes balloon3 {
	1% { opacity: 1; }
	33% { -webkit-transform: rotate(5deg); top: 480px; opacity: 1; }
	66% { -webkit-transform: rotate(-5deg); top: 480px; opacity: 1; }
	90% { -webkit-transform: rotate(5deg); top: 100px; opacity: 0; }
	91% { top: 480px; opacity: 0; }
	100% { opacity: 1; }
}

@-ms-keyframes balloon3 {
	1% { opacity: 1; }
	33% { -ms-transform: rotate(5deg); top: 480px; opacity: 1; }
	66% { -ms-transform: rotate(-5deg); top: 480px; opacity: 1; }
	90% { -ms-transform: rotate(5deg); top: 100px; opacity: 0; }
	91% { top: 480px; opacity: 0; }
	100% { opacity: 1; }
}

@-moz-keyframes balloon3 {
	1% { opacity: 1; }
	33% { -moz-transform: rotate(5deg); top: 480px; opacity: 1; }
	66% { -moz-transform: rotate(-5deg); top: 480px; opacity: 1; }
	90% { -moz-transform: rotate(5deg); top: 100px; opacity: 0; }
	91% { top: 480px; opacity: 0; }
	100% { opacity: 1; }
}

@-webkit-keyframes logobee {
	33% { top: -7px; }
	66% { top: 7px; }
}

@-ms-keyframes logobee {
	33% { top: -7px; }
	66% { top: 7px; }
}

@-moz-keyframes logobee {
	33% { top: -7px; }
	66% { top: 7px; }
}

/* responsive behaviour */

/*------------LAYOUT - SCREEN BETWEEN 980px AND TEMPLATE WIDTH---------------*/

@media (min-width: 980px) and (max-width: 1152px) {

	.mp_logo {
		
	}

	.mp_topmenu .cell_pad {
	}

	.moduletable_menu {
		height: auto !important;
	}

	.headerrow {
		width: auto;
	}

	.sparky_home .headerrow .container, .sparky_home .headerrow .container .row {
		
	}

	div.intro_text {
		font-size: 12px;
		padding: 160px 150px 10px 400px;
	}

	.headerrow div.header h1 {
		font-size: 24px;
	}

	.sparky_home .headerrow div.header h1 {
		line-height: normal;
	}
    #quote-carousel .carousel-indicators {
        top: 130px;
    }
    .TickerNews {
        width: 64% !important;
        margin-right: -30px !important;
        margin-top: -20px !important;
    }
    ul.nav {
        text-align: left;
        margin-left: 50px;
    }
    .nav-toggle {
        display: none;
    }
    

}

@media (min-width: 979px) and (max-width: 992px) {
    
}

/*------------LAYOUT - SCREEN BETWEEN 768px AND 979px---------------*/

@media (min-width: 768px) and (max-width: 979px) {

	.mp_topmenu .cell_pad {
		padding-top: 0px;
	}

	.moduletable_menu {
		height: 60px !important;
	}

	.headerrow {
		width: auto;
	}

	.sparky_home .headerrow .container, .sparky_home .headerrow .container .row {
		width: 100%;
	}

	div.intro_text {
		font-size: 12px;
		padding: 0;
	}

	div.intro_text {
		background-size: cover;
		padding: 140px 160px 10px 350px;
	}
    .mp_copyright {
        font-size: 12px;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .footerimage h3 {
        color: #fff;
        margin-top: 10px;
    }
    div.testimonial {
        width: 50%;
        margin: -13px 0px;
        padding: 3px;
        float: left;
        font-size: 12px;
}
	.headerrow div.header h1 {
		font-size: 24px;
	}
    .intro_text p {
        font-size: 13px;
    }
    .sparky_inner .headerrow div.header h1 {
    margin-left: 50px;
    padding-top: 30px;
}

	.sparky_home .headerrow div.header h1 {
		line-height: normal;
        font-size: 22px;
	}
     ul.nav {
        text-align: center;
        margin-left: 0px;
    }
    ul.mnu_mainmenu {
        margin-top: -50px;
    }
    .nav-toggle {
        margin-top: 50px;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .menu_bottom {
        font-size: 11px;
        padding-left: 0px;
        text-align: center;
        margin-bottom: 20px;
    }
    .powered_blk {
        text-align: center;
        margin-top: 20px;
    }
    .intro_text {
        height: 511px;
    }
    .mp_logo {
        margin: 0 auto!important;
        float: none;
    }
    .cell_pad {
    padding: 0px 0px;
    margin: 0 auto;
}

}

@media (max-width: 767px) {

	.headerrow {
		width: auto;
	}

	.sparky_home .headerrow .container, .sparky_home .headerrow .container .row {
		width: 100%;
        background: none !important;
	}
    .sparky_home .headerrow {
        height: auto;
    }
    .menu_bottom {
        font-size: 11px;
        padding-left: 0px;
        text-align: center;
        margin-bottom: 10px;
    }
    .powered_blk {
        text-align: center;
    }

	div.intro_text {
        padding: 60px 0 0 0;
        color: #fff;
        background: none !important;
        height: 0px !important;
	}
    #balloon1 , #balloon2 , #balloon3 , #bee1 , #bee2 {
        display: none;
    }

	.headerrow div.header h1 {
		font-size: 30px!important;
		color: #fff;
		line-height: normal !important;
        padding-top: 100px;
        padding-left: 30px;
	}
        .intro_text p {
            font-size: 14px;
        }
	.mp_logo, .mp_topmenu {
		width: 100%;
		float: none;
        text-align: center;
	}

	.mp_logo {
		background: none;
        height: 70px;
	}

	.mp_topmenu .cell_pad {
		padding-top: 50px;
	}
    .sparky_logo_image img {
    padding-top: 40px;
    padding-left: 40px;
    margin-top: -10px;
}

	.moduletable_menu {
		height: auto !important;
	}

	div.header img {
		display: none;
	}

	.img-intro-right, .img-intro-left, .img-fulltext-right, .img-fulltext-left {
		float: none;
	}

	.img-intro-right img, .img-intro-left img, .img-fulltext-right img, .img-fulltext-left img {
		max-width: 100%;
	}

	.footerimage {
		background: #82be29;
	}

	div.testimonial {
		width: 100%;
		margin: 0;
		float: none;
	}

	.mp_right .cell_pad {
		margin-left: 10px;
	}


}
@media screen and (max-width: 767px){
.new-nav {
    display: block!important;
    margin: 0;
    text-align: center;
    margin-top: -10px !important;
    margin-bottom: 1px;
    position: relative;
    z-index: 1;
}
.new-nav1
{
    display: block!important;
}
input#drop {
    margin-top: -35px;
    display: none;
}
.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  padding: 0 20px;
  color: #FFF;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
  border: none;
  background-image:url(images/togg-ico.png);
      background-repeat: no-repeat;
    background-position: 25px 4px;
}

.toggle:hover { background-color: #000000; }

[id^=drop]:checked + ul { display: block; }

.new-nav ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

.new-nav ul li a{
    line-height: 20px;
    font-size: 12px;
    color: #c3bfc3;
    margin-left: -40px;
}
.new-nav ul li a:hover{
    color: #18abe3;

}
    .carousel-indicators li {
    background-color: rgb(154, 43, 144);
    margin-top: 110px;
}
    h2, h2 a, .sparky_home .headerrow div.header h1 {
    color: #4a4aa4 !important;
}
    .dropdown-menu {
     position: relative; 
     left: 0px!important;
     bottom: -10px!important;
     /*display: block;*/
     float: none!important; 
     padding: -1px 0!important; 
     margin: 2px 0 0!important; 
     text-align: center!important; 
     background-color: transparent; 
    -webkit-background-clip: padding-box;
     background-clip: padding-box; 
     border: 0px solid #ccc; 
     border: 0px solid rgba(0,0,0,.15); 
     border-radius: 0px; 
     -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175)!important; 
     box-shadow: 0 0px 0px rgba(0,0,0,.175)!important; 
}
    .open>.dropdown-menu {
    /*display: none!important;*/
    margin-left: -50px;
    }
    .TickerNews {
    width: 100%!important; 
    height: auto !important;
    line-height: 22px!important;
    float: none!important;
    margin-right: 0px!important;
    margin-top: 0px!important;
    position: absolute;
    top: 0;
    background: #ef528b;
}
.ti_news a{
	color:#fff!important;
}
    .mp_copyright {
    margin-bottom: 0px!important;
}
    .moduletable {
    padding-bottom: 0px !important;
}
    .cell.mp_footer.span12 .cell_pad {
    padding: 0px 0px;
    margin: 0px 120px;
}
    .blog-featured {
        padding: 15px;
    }
    
    
    /*nn*/
    
    /*nn*/
    
}
