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


body {
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    background: #FFFFFF;
	margin: 0;
    padding: 0;
}
.b1{border: 1px solid #f1f1f1;
    border-radius: 10px;}
/*extras*/
.m-t-80{
    margin-top: 80px!important;
}
.m-t-60{
    margin-top: 60px!important;
}
.m-t-20{
    margin-top: 20px!important;
}
.m-t-16{
    margin-top: 16px !important;
}
.m-t-11f{
    margin-top: -11px!important;
}
.m-b-20{
    margin-bottom: 20px!important;
}
.m-t-30{
    margin-top: 30px!important;
}
.m-b-30{
    margin-bottom: 30px!important;
}
.m-b-50{
    margin-bottom: 50px!important;
}
.m-b-70{
    margin-bottom: 70px!important;
}
.p-0{
    padding: 0px!important;
}
.p-l-130 {
    padding-left: 130px !important;
}
.p-b-30{
    padding-bottom: 30px!important;
}
.p-b-20
{
    padding-bottom: 20px!important;
}
.p-t-12
{
    padding-top: 12px!important;
}
.text-center{
    text-align: center!important;
}
.f-16{
    font-size: 16px!important;
}
.f-30{
    font-size: 30px!important;
}
.f-15{
    font-size: 15px!important;
}

/*extras ends here*/

div.container {
    background: transparent;
}
.container {
    margin: 0 auto;
    padding: 0;
}

.mp_logo {
    background:url(../../images/logo_bee.png) no-repeat;
    background-position: 235px 15px;
    -webkit-transform-origin: 50% 100%;
}

.cell_pad {
    padding: 0px 0px;
    margin: 0px 10px;
}

a, .mp_bottom1 span, .mnu_right li a, .mnu_right li ul li a {
    color: #82be29;
}
a {
    color: #ee728e;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background:url(../../images/tinynav.png);
    float: right;
    width: 40px;
    height: 30px;
    text-indent: -9999px;
    border-radius: 3px;
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    zoom: 1;
}


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

.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;
}

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

#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;
}

.intro_text {
    background: url(../../images/kindergarten.png) no-repeat;
    margin-top: 60px;
    height: 582px;
    padding: 180px 150px 10px 400px;
}


h2, h2 a, .sparky_home .headerrow div.header h1 {
    color: #82be29 !important;
}
.sparky_home .headerrow div.header h1 {
    line-height: 52px;
    margin: 0;
    padding: 0;
}
.sparky_home .headerrow div.header h1 {
    font-size: 40px;
}
.headerrow div.header h1 {
    display: inline-block;
    font-size: 52px;
}



@media screen and (min-width: 1152px){
.js .nav-collapse.closed {
    max-height: none;
}

.nav-toggle {
    display: none;
}

.js .nav-collapse {
    position: relative;
}

.mp_header1 {
    width: 1152px;
}

}
@media (min-width: 979px) and (max-width: 992px){
    .TickerNews {
            width: 75% !important;
            margin-right: 90px !important;
        }

}
@media (min-width: 832px) and (max-width: 979px) {
    .TickerNews {
        width: 76.5%!important;
        margin-right: 90px!important;
        margin-top: -10px!important;
        }
}
@media (min-width: 768px) and (max-width: 832px) {
    .TickerNews {
        width: 76.5%!important;
        margin-right: 90px!important;
        margin-top: -20px!important;
        }
}
@media (min-width: 768px) and (max-width: 768px) {
    ul.mnu_mainmenu {
        margin-left: -98px;
        margin-top: 50px;
    }
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/




/*------------GOOGLE FONTS---------------*/
@import url(http://fonts.googleapis.com/css?family=Nunito:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,greek-ext,latin-ext,cyrillic);
html {
    font-size:16px;
}

body {
    color:#666666;
    font-family:'Open Sans', sans-serif;
     text-align:left;    font-weight:normal;
    font-style:normal;
    background:#FFFFFF;
}

div.container {
    background:transparent;
}

/*------------LAYOUT - SCREEN >= TEMPLATE WIDTH---------------*/

@media (min-width: 1152px) {
.container, .row {
    width:1152px;
}

[class*="span"] {
    margin-left: 0;
}

.mp_logo{
    width:384px;
}

.mp_topmenu{
    width:768px;
}

.mp_header1{
    width:1152px;
}

.mp_header2{
    width:0px;
}

.content_sparky {
    width:1152px;
}

.mp_right{
    width:0px;
}

.mp_footer{
    width:1100px;
}

.mp_bottom1{
    width:376px;
}

.mp_bottom2{
    width:376px;
}

    

.mp_copyright{
    width:1152px;
}

}
.marquee {
  width: 300px;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #ccc;
}

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

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

.container {
    width: 868px;
}
.span12 {
    width: 100%; 
}
.span11 {
    width: 794px;
}
.span10 {
    width: 720px;
}
.span9 {
    width: 646px;
}
.span8 {
    width: 572px;
}
.span7 {
    width: 498px;
}
.span6 {
    width: 424px;
}
.span5 {
    width: 350px;
}
.span4 {
    width: 276px;
}
.span3 {
    width: 202px;
}
.span2 {
    width: 128px;
}
.span1 {
    width: 54px;
}
.header img {
    display: none !important;
}
}

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

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

.container {
    width: 724px;
}
.span12 {
    width: 100%;
}
.span11 {
    width: 662px;
}
.span10 {
    width: 600px;
}
.span9 {
    width: 538px;
}
.span8 {
    width: 476px;
}
.span7 {
    width: 414px;
}
.span6 {
    width: 352px;
}
.span5 {
    width: 290px;
}
.span4 {
    width: 228px;
}
.span3 {
    width: 166px;
}
.span2 {
    width: 104px;
}
.span1 {
    width: 42px;
}
.header img {
    display: none !important;
}
}

@media (max-width: 767px) {

.container {
    width: 100%;
}

[class*="span"] {
    width: 100%;
}  
.header img {
    display: none !important;
}    
}

.cell_pad {
    padding:0px 0px;
    margin:0px 10px;
}


/*------------ COMMON SETTINGS ---------------*/

a {
    color:#ee728e;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
}

a:hover {
    color:#c23e53;
    text-decoration:none;
}

h1, h1 a {
    color:#67c0e9;
    font-size:52px;
    font-family:'Nunito', sans-serif;
    text-align:left;    font-weight:bold;
    font-style:normal;
    }

h2, h2 a {
    color:#e85c73;
    font-size:40px;
    font-family:'Nunito', sans-serif;
    text-align:left;    font-weight:normal;
    font-style:normal;
    }

h3 {
    color:#82be29;
    font-size:24px;
    font-family:'Nunito', sans-serif;
    text-align:left;    font-weight:normal;
    font-style:normal;
    }

h4 {
    color:#666666;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;    font-weight:normal;
    font-style:normal;
    }

img {
    border:none;
}

/*--------------LOGO----------------*/

.sparky_logo, .sparky_logo a {
	color:#999999;
    font-size:24px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
	text-align:left;    text-decoration:none;
}

.sparky_slogan {
	color:#999999;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
	text-align:left;}


/*--------------DROP-DOWN----------------*/

ul.mnu_mainmenu {
    margin:0;
    margin-top: 10px;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:absolute;
    z-index:100;
    white-space:nowrap;
}

.mnu_mainmenu ul {
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:absolute;
    z-index:100;
    background:#fff;
}

.mnu_mainmenu ul {
    left:-1px;
	/*top: 103px;*/
    border: 1px solid #9ad4f3;
    padding:12px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175) !important; 
     box-shadow: 0 0px 0px rgba(0,0,0,.175) !important; 
}

.mnu_mainmenu > li > a, .mnu_mainmenu > li > span {
    display:block;
    margin:0;
    text-decoration:none;
    color:#67c0e9;
    font-size:16px;
    padding-left:15px;
    padding-right:15px;
    padding-top:25px;
    font-family:'Nunito', sans-serif;
    font-weight:normal;
    font-style:normal;
    height:40px;
    cursor:pointer;
}

.mnu_mainmenu > li.active > a, .mnu_mainmenu > li.active > span {
    color:#e85c73 !important;
    cursor:pointer;
}

.mnu_mainmenu > li > a:hover, .mnu_mainmenu > li:hover > a,
.mnu_mainmenu > li > a:hover, .mnu_mainmenu > li:hover > span {
    color:#e85c73;
    background: transparent;
}

.mnu_mainmenu > li {
    float:left;
    position:relative;
    text-align:left;    margin:0;
    border-right:0px solid #cccccc;
    border-bottom:0px solid #cccccc;
    border-top:0px solid #cccccc;
    background:transparent;
}

.mnu_mainmenu > li.active {
    background:transparent;
}

.mnu_mainmenu > li:first-child {
    border-left:0px solid #cccccc;
}

.mnu_mainmenu li:hover {
    position:relative;
    background:transparent;
}

.mnu_mainmenu li ul li:hover {
    background:#ffc800 !important;
}

.mnu_mainmenu li ul li {
    height:25px;
    border-bottom:0px solid #dddddd;
    text-align:left;}

.mnu_mainmenu li ul a, .mnu_mainmenu li ul span {
    line-height:25px;
    font-size: 13px;
    color: #00A6FF;
    font-weight:normal;
    font-style:normal;
    padding-top:0;
    cursor:pointer;
    padding: 3px 20px 3px 7px;
}

.mnu_mainmenu li ul a:hover,
.mnu_mainmenu li ul span:hover {
    color:#000;
    background-color: #ffc907 !important;
    /*border-bottom: 1px solid #999;*/
}

.mnu_mainmenu li ul ul {
    left:160px;
    margin-top:-1px;
}

.mnu_mainmenu ul ul {
    top:0px;
}


.mnu_mainmenu .sub {
    font-size:10px;
    line-height:normal;
    display:block;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    text-decoration: none;
    color: #040404;
    background-color: #fff !important; 
    background-image: none !important);
    background-image: linear-gradient(to bottom, transparent, transparent);
}
.dropdown-menu>li>a:hover ul.dropdown-menu
{
    display:block!important;
}

/*dropdown-submenu starts here*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}
/*dropdown-submenu ends here*/

[class^="icon-"], [class*=" icon-"] {
    display: block;
    width: 27px;
    background-color: #333;
    height: 3px;
    margin: 2px;
}

/*--------------ACCORDION----------------*/

.mnu_right ul {
    background:#FFF;
}
.mnu_right li, .mnu_right li li ul  {
    border:1px solid #ededed;
    border-radius:5px;
    background:#FFF;
}

.mnu_right li a {
    font-family:'Open Sans', sans-serif;
    font-size:16px;
    color:#67c0e9;
}

.mnu_right li a:hover {
	color:#000 !important;
}

.mnu_right li ul li a {
    color:#67c0e9;
    font-size:13px;
}

.mnu_right li ul li a:hover {
    color:#000 !important;
}



/*--------------FONT RESIZE----------------*/

#font_resize {
    text-align:right;
}

#font_resize a {
    color:#fff;
    text-decoration:none;
    padding:0 2px;
}

.clr {
    clear:both;
}

/*--------------RESPONSIVE TOP MENU----------------*/

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
    position:absolute;
}

.nav-collapse.opened > ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background:#444;
}

.nav-collapse.opened > ul ul {
    width: 100%;
    position: relative;
    left:0;
    padding:0;
    margin:0;
    background:#444;
}

.nav-collapse.opened > ul ul li {
    height:auto;
}

.nav-collapse.opened li {
    width: 100%;
    display: block;
}

.nav-collapse.opened li.active, .nav-collapse.opened li:hover {
    background:#333;
}

.nav-collapse.opened li.active a {
    color:#fff !important;
}

.nav-collapse.opened li a {
    padding:5px 15px;
    margin:0;
    line-height:30px;
    height:30px;
    color:#fff !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background:url(../../images/tinynav.png);
    float: right;
    width: 40px;
    height: 30px;
    text-indent:-9999px;
    border-radius:3px;
}

.nav-toggle.active {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    margin-top:5px;
    margin-right:15px;
}

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

    .js .nav-collapse {
        position: relative;
    }

    .js .nav-collapse.closed {
        max-height: none;
    }

    .nav-toggle {
        display: none;
    }

}

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

    .nav-collapse.closed {
        overflow:hidden;
    }
}
@media screen and (min-width: 768px){
    .navbar-toggle {
        display: block !important;
        background-color: #3a3092;
    }
}


/*------------------------------------------------------------------j.css------------------------------------------------------------------------*/


.categories-list ul {
	margin:0;
	padding:30px 0;
}

.categories-list li {
	margin:0;
	padding:0 0 15px 0;
	list-style:none;
}

.categories-list ul ul {
	margin:0;
	padding:15px 30px;
}

.categories-list li li {
	margin:0;
	padding:0 0 15px 0;
	list-style: disc;
}

.categories-list dl {
	margin:0;
	padding:0;
}

.categories-list dt, .categories-list dd {
	margin:0;
	padding:0;
	display: inline;
	font-size:10px;
}

/* article images */

.img-fulltext-left, .pull-left {
	float:left;
	margin:0 30px 30px 0;
}

.img-fulltext-right, .pull-right {
	float:right;
	margin:0 0 30px 30px;
}



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

/* archived articles */

.archive .inputbox {
	float: left;
	margin: 5px;
}

.archive button {
	margin: 5px 10px;
}

.archive ul {
	margin:0;
	padding:0;
}

.archive li {
	margin:0;
	padding:0;
	list-style:none;
}

/* multi-column layout */

.row-separator {
	clear:both;
	display:block;
}

.cols-2 div.item {
	width:46%;
	float:left;
	margin:0 4% 0 0;
}

.cols-3 div.item {
	width:31%;
	float:left;
	margin:0 2% 0 0;
}

.cols-4 div.item {
	width:23%;
	float:left;
	margin:0 2% 0 0;
}

div.items-more {
	padding-top:15px;
}

/* category list layout */

table.category {
	width:100%;
	border:1px solid #dddddd;
}

.category th {
	font-weight:700;
	padding:5px;
	text-align:left;
	background:#dddddd;
}

.cat-list-row0 td {
	padding:5px;
	text-align:left;
}

.cat-list-row1 td {
	padding:5px;
	text-align:left;
	background:#eeeeee;
}

.category .list-title {
	width:50%;
}

.category .list-date {
	width:20%;
}

.category .list-author {
	width:20%;
}

.category .list-hits {
	width:10%;
}

.category td.hits {
	text-align:center;
	width:10%;
}

.cat-children {
	padding-top: 30px;
	font-size: 90%;
}

/* heading icons */

ul.actions {
	margin:0 !important;
	padding:0 !important;
}

ul.actions li {
	margin:0 !important;
	padding:0 2px !important;
	list-style:none;
	float:right;
	position:relative;
	top:-50px;
}

/* acticle details */

dl.article-info,
dl.article-info dd {
	padding:0;
	margin:0;	
}

dl.article-info dt.article-info-term {
	font-size: 10px;
	line-height:normal;
	border-bottom:1px solid #eee;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* category name */

dl.article-info dd.category-name,
dl.article-info dd.category-name a:link,
dl.article-info dd.category-name a:visited,
dl.article-info dd.category-name a:hover {
	font-size:10px;
	line-height:normal;
}

/* created date */

dl.article-info dd.create {
	font-size:10px;
	line-height:normal;
}

/* modified date */

dl.article-info dd.modified {
	font-size:10px;
	line-height:normal;
}

/* published date */

dl.article-info dd.published {
	font-size:10px;
	line-height:normal;
}

/* author name */

dl.article-info dd.createdby {
	font-size:10px;
	line-height:normal;
}

/* hits */

dl.article-info dd.hits {
	font-size:10px;
	line-height:normal;
}

/* page navigation */

.pagination, .pagenav {
	text-align:center;
}

p.counter {
	margin:0;
	padding:0;
}

ul.pagenav {
	margin:0;
	padding:0;
}

ul.pagenav li {
	list-style:none;
	display: inline;
	padding:0 5px !important;
	margin:0 !important;
}

/* article index */

div#article-index {
	width:40%;
	float: right;
	border:1px solid #dddddd;
	background:#eeeeee;
	margin: 0 15px 15px 15px;
	padding: 5px 15px;
}

div#article-index h3 {
	margin: 0;
	padding: 0 0 5px 0;
}

div#article-index ul {
	margin: 0;
	padding: 0;
}

div#article-index li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.pagenavcounter {
	font-size: 80%;
	font-weight: bold;
}

div.pagination {
	border-bottom:1px solid #eeeeee;
	margin-bottom: 15px;
}

.pagination ul {
	margin:0 !important;
	padding:0 !important;
	text-align:center;
}

.pagination li {
	list-style:none;
	display: inline;
	padding:0 5px !important;
	margin:0 !important;
	font-size: 80%;
}

/******* COM_CONTACTS *******/

/* contacts category layout */

.category .item-title {
	width:20%;
}

.category td.item-title a:link,
.category td.item-title a:visited,
.category td.item-title a:hover {
	text-decoration:underline;
}

.category .item-position {
	width:20%;
}

.category .item-phone {
	width:20%;
}

.category .item-suburb {
	width:20%;
}

.category .item-state {
	width:20%;
}

/* contact form */

.contact-category .category-desc {
	padding-bottom:15px;
}

#contact-form dl dt {
	width:20%;
	float:left;
	padding-bottom:10px;
	min-height:25px;
	padding-top:10px;
}

#contact-form dl dd {
	padding-bottom:10px;
	width:80%;
	min-height:25px;
	padding-top:10px;
}

div.pane-slider {
	background:none;
}

.jicons-icons img {
	float:left;
}

.jicons-icons img {
	float:left;
	margin-right:10px;
}

address span.contact-street {
	padding:0 8px 0 0;
	display:block;
}

address span.contact-suburb,
address span.contact-state,
address span.contact-postcode,
address span.contact-country {
	padding:0 8px 0 25px;
	display:block;
}

.contact-email label {
	display:block;
	float:left;
	width:100px;
}

.contact-email .inputbox {
	margin-bottom:10px;
}

.contact-email .button {
	margin-top:30px;
}

#jform_contact_message {
	width:320px;
}

input {
	border:1px solid #999;
}

/* pane toggler */

.pane-toggler-down, .pane-toggler {
	background:#dddddd;
	border:1px solid #cccccc;
	padding:5px 15px;
	margin: 0 0 5px;
}

.pane-sliders .content {
	padding:0 15px;
}

/******* COM_SEARCH *******/

#advanced-search ul {
	margin:0;
	padding:0;
}

#advanced-search li {
	margin:0;
	width:50%;
	list-style:none;
	float: left;
}

dl.search-results {
	margin:0;
	padding:0;
	overflow: hidden;
}

dl.search-results dt {
	margin:0;
	padding:15px 0 0 0;
}

dl.search-results dd {
	margin:0;
	padding:0;
}

.search-pagination {
	padding-top: 30px;
}

.advanced-search-tip {
	padding: 15px;
	background:#eee;
	font-size: 80%;
	line-height: normal;
}

fieldset.word {
	padding: 0 0px 30px 0px;
}

/******* COM_WRAPPER *******/

iframe {
	border:1px solid #dddddd;
}

/******* COM_USERS *******/

div.login-fields {
	padding: 5px 0px;
}

.login-fields label {
	width:120px;
	display: inline-block;
}

.login-image, .logout-image {
	padding: 15px 0;
}

.login-description, .logout-description {
	padding: 15px 0;
}

.login button {
	margin-top: 15px;
}

.profile fieldset {
	padding-bottom:30px;
}

.registration dl, .remind dl, .reset dl, .profile dl, .profile-edit dl {
	margin: 0;
	padding: 0;
}

.registration fieldset {
	margin: 30px 0 0 0;
}

.registration legend {
	padding-bottom:15px;
}

.registration dt, .remind dt, .reset dt, .profile dt, .profile-edit dt {
	margin:0;
	background:#eeeeee;
	padding:5px 15px 0 15px;
	font-weight: bold;
}

.registration dd, .remind dd, .reset dd, .profile dd, .profile-edit dd {
	margin:0;
	background:#eeeeee;
	border-bottom:1px solid #ffffff;
	padding:0 15px 5px 15px;
}

.registration fieldset:first-of-type dt:first-of-type {
	background:transparent;
	font-size: 75%;
	color:red;
}

.registration fieldset:first-of-type dd:first-of-type, .remind dt:last-of-type, .remind dd:last-of-type, .reset dt:last-of-type, .reset dd:last-of-type {
	background:transparent;
}

#jform_profile_tos {
	margin: 0;
}

div.registration div {
	padding-top: 15px;
}


/******* MOD_ARTICLES_ARCHIVE (Archived Articles) *******/

ul.archive-module {
	margin: 0 30px;
	padding: 0;
}

ul.archive-module li {
	margin: 0;
	padding: 0;
}

/******* MOD_ARTICLES_NEWS (Articles - Newsflash) *******/

div.newsflash .newsflash-title {
	margin:0;
	padding: 10px 0 0 0;
}

div.newsflash p {
	margin: 0;
	padding: 0;
}

/******* MOD_ARTICLES_LATEST (Latest News) *******/

ul.latestnews {
	margin: 0 30px;
	padding: 0;
}

ul.latestnews li {
	margin: 0;
	padding: 0;
}

/******* MOD_ARTICLES_POPULAR (Most Read Content) *******/

ul.mostread {
	margin: 0 30px;
	padding: 0;
}

ul.mostread li {
	margin: 0;
	padding: 0;
}

/******* MOD_ARTICLES_CATEGORIES (Articles Categories) *******/

ul.categories-module {
	margin: 0 30px;
	padding: 0;
}

ul.categories-module li {
	margin: 0;
	padding: 0;
}

ul.categories-module li h4 {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
}

/******* MOD_ARTICLES_CATEGORY (Articles Category) *******/

ul.category-module {
	margin: 0 30px;
	padding: 0;
}

ul.category-module li {
	margin: 0;
	padding: 0;
}

ul.category-module li h4 {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
}

/******* MOD_RELATED_ITEMS (Articles - Related Articles) *******/

ul.relateditems {
	margin: 0 30px;
	padding: 0;
}

ul.relateditems li {
	margin: 0;
	padding: 0;
}

/******* MOD_BANNERS (Banners) *******/

div.banneritem {
	margin-bottom:5px;

}

/******* MOD_FEED (Feed Display) *******/

ul.newsfeed {
	margin: 0 30px;
	padding: 0;
}

ul.newsfeed li {
	margin: 0;
	padding: 0;
}

div.feed h4 {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
}

div.feed h5 {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 90%;
}

div.feed p {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

/******* MOD_LANGUAGES (Language Switcher) *******/

div.mod-languages li {
	margin: 0 3px;
}

/******* MOD_RANDOM_IMAGE (Random Image) *******/

div.random-image {
}

/******* MOD_LOGIN (Login) *******/

#login-form p {
	margin: 0 0 10px 0;
}

#login-form ul {
	margin: 0;
	padding: 15px 0 0 0;
}

#login-form ul li {
	margin: 0;
	padding: 0 10px 0 0;
	list-style:none;
	font-size: 80%;
	line-height: normal;
}

/******* MOD_SEARCH (Search) *******/

div.search label {
	/* display:none; */
}

#mod-search-searchword {
}

/******* MOD_FINDER (Smart Search Module) *******/

div.finder label, div.finder br {
	/* display:none; */
}

ul.autocompleter-choices {
	font-family: inherit;
	font-size: 90%;
}

#mod-finder-searchword{
}

div.finder ul {
	margin: 0;
	padding: 15px 0;
}

div.finder li {
	margin: 0;
	padding: 0;
	list-style:none;
	font-size: 80%;
}

/******* MOD_STAT (Statistics) *******/

dl.stats-module {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 80%;
}

dl.stats-module dt {
	margin: 0;
	padding: 0 5px;
	background:#dddddd;
	font-weight: bold;
}

dl.stats-module dd {
	margin: 0 0 5px 0;
	padding: 0 5px;
}

/******* MOD_SYNDICATE (Syndication Feeds) *******/

a.syndicate-module {
}

.syndicate-module img {
}

/******* MOD_USERS_LATEST (Latest Users) *******/

ul.latestusers {
	margin: 0 30px;
	padding: 0;
}

ul.latestusers li {
	margin: 0;
	padding: 0;
}

/******* MOD_WEBLINKS (Weblinks) *******/

ul.weblinks {
	margin: 0 30px;
	padding: 0;
}

ul.weblinks li {
	margin: 0;
	padding: 0;
}

ul.weblinks p {
	margin: 0;
	padding: 0;
}

/* system messages */

dl#system-message {
	margin: 0;
	padding: 0;
}

dd.message {
	background:none;
	border:none;
	padding:10px;
	margin:0;
}

/* Tooltips */

.tip-wrap{
    z-index: 10000;
    line-height:normal;
}
.tip {
   float: left;
   background: #ffc;
   border: 1px solid #D4D5AA;
   padding: 5px;
   max-width: 200px;
}
 
.tip-title {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
   background: url(../images/selector-arrow.png) no-repeat;
}
 
.tip-text {
   font-size: 100%;
   margin: 0;
}

/*-----------------------------------------------------styl3-------------------------------------------------------*/

.mnu_mainmenu > li > a, .mnu_mainmenu > li > span {
	color: #82be29;
}

.mnu_mainmenu > li.active > a, .mnu_mainmenu > li.active > span {
	color: #ffc800 !important;
}

.mnu_mainmenu > li > a:hover, .mnu_mainmenu > li > span:hover {
	color: #443266 !important;
}

.mnu_mainmenu > li > a:hover, .mnu_mainmenu > li:hover > a,
.mnu_mainmenu > li > a:hover, .mnu_mainmenu > li:hover > span {
    color: #443266;
}

p.readmore, ul.pagenav li.pagenav-next, ul.pagenav li.pagenav-prev {
	background-color: #82be29;
	-webkit-box-shadow: 0px 7px 0px #598e0b;
	-moz-box-shadow: 0px 7px 0px #598e0b;
	box-shadow: 0px 7px 0px #598e0b;
}

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

a, .mp_bottom1 span, .mnu_right li a, .mnu_right li ul li a {
	color: #82be29;
}

a:hover {
	color: #598e0b;
}

h3 {
	color: #ffc800;
}

/*---------------------------------------------------------programmes-----------------------------------------------------*/


h2, h2 a {
    padding: 30px 0 15px;
    margin: 0;
    line-height: normal;
}

img {
    border: none;
}

h2, h2 a {
    color: #e85c73;
    font-size: 40px;
    font-family: 'Nunito', sans-serif;
    text-align: left;
    font-weight: normal;
    font-style: normal;
}

/*---------------------------------------------------------sarath-----------------------------------------------------*/
.drop_menu{
	display: none; opacity: 1;
}

.not-found {
    background-color: #eee;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.not-found h1 {
    text-align: center;
    font-size: 100px;
}
.pagination>li>strong {
    position: relative;
    font-size: 14px;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #F6F6F6;
    background-color: #82be29;
    border: 1px solid #ddd;
    border-radius: 0;
}
.pagination li a {
    border-radius: 0 !important;
    font-size: 14px;
}
/*textarea.form-control{    
	color: #a59999 !important; 
	font-size: 12px !important;
	font-weight: 100 !important;
	}
	input.form-control{    
	color: #a59999 !important; 
	font-size: 12px !important;
	font-weight: 100 !important;
	}*/


/*news ticker*/
.carousel-indicators {
    bottom:-40px;
	left:0;
	width:100%;
	/*background:#ccc;*/
    background: none!important;
	padding: 6px 0px;
	margin-left:0;
	/*border-top:2px solid #fff;*/
}
.carousel-indicators li {
	width:12px;
	height:12px;	
	background:#fff;
	border-color:#fff;
 
}
.carousel-indicators .active {
	width:14px;
	height:14px;
	/*background:#428bca;*/
	border-color:#428bca;
}
.carousel-inner .thumbnail {
	margin-bottom:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.carousel-inner .caption {
	/*background:#ddd;*/
	padding: 10px;
}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
    left: 0;
}
/*newsticker*/

.board-bg
{
    
}
.p-r
{
    position: relative!important;
}
.bg-none
{
    background: none!important;
}
.dwnarw
{
        background: none!important;
    position: absolute!important;
    right: 0px !important;
    bottom: 0px!important;
    top: 90px;
    width: 7%!important;
}
.carousel-control.dwnarw
{
    right: 0!important;
    width: 7%!important;
    left: inherit;
}
.w-7p
{
     width: 7%!important;
}
.f-b
{
    font-weight: bold!important;
}
.d-n
{
    display: none!important;
}
.cnew
{
    color: #ef528b!important;
}
.p-t-20
{
    padding-top: 20px!important;
}
.p-b-0
{
    padding-bottom: 0px!important;
}
.p-b-10
{
    padding-bottom: 10px!important;
}
.newss
{
    margin-bottom: 20px;!important;
}
.m-b-0
{
    margin-bottom: 0px!important;
}
.m-b-20
{
    margin-bottom: 20px!important;
}
.hdcolr
{
    color: #3a3092!important;
}
.m-t-7
{
    margin-top: 7px!important;
}
.col2b
{
    color: #333!important;
}
.testimonial_thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.m-t-0
{
 margin-top: 0px!important;
}