@font-face { font-family:HandelGothic;
             
             src: url('../font/handelgothic.eot?iefix') format('eot'),
             url('../font/HandelGothic.woff') format('woff'),
             url('../font/HandelGothic.ttf') format('truetype'),
             url('../font/HandelGothic.svg#svgFontName') format('svg');
}

@font-face{
	font-family:"Autoradiographic";
	
     src: url('../font/autoradiographic rg.eot?iefix') format('eot'),
             url('../font/AutoradiographicRg-Regular.woff') format('woff'),
             url('../font/autoradiographic rg.ttf') format('truetype'),
             url('../font/AutoradiographicRg-Regular.svg#svgFontName') format('svg');
}

.rb-grid {
	list-style: none;
	text-align: center;
	margin: 0 auto;
}

.rb-grid li {
	width: 24%;
	height: 15em;
	margin: 0.5%;
	background: #8CC7DF;
	color: #fff;
	display: block;
	float: left;
	padding: 1.6em 1.4em 1.4em 1.2em;
	cursor: pointer;
	position: relative;
}
.rb-grid li.rb-span-2 {
	width: 49%;
}

.rb-grid li.rb-span-4 {
	width: 99%;
}

.rb-grid li h3 {
	font-size: 1.9em;
	font-weight: 100;
}

.rb-grid li[class^="icon-"]:before,
.rb-grid li[class*=" icon-"]:before {
	font-size: 10em;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 3;
	opacity: 0.4;
	text-align: right;
	pointer-events: none;
}

.rb-temp {
	display: block;
	font-size: 2em;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.rb-grid li:hover .rb-temp {
	opacity: 1;
}

.rb-overlay {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, clip 0.4s ease;
	-moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, clip 0.4s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, clip 0.4s ease;
	z-index: -1;
	pointer-events: none;
	cursor: default;
}

.rb-close {
	position: absolute;
	top: 0.5em;
	right: 0.2em;
	width: 2em;
	height: 2em;
	text-indent: -9000px;
	cursor: pointer;
    font-family:sans-serif;
	z-index: 1000;
}

.rb-close::before {
	content: 'X';
	font-weight: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 30px;
	line-height: 0.6;
	text-align: center;
	text-indent: 0px;
}

.rb-week {
	width: 100%;
	height: 100%;
}

.leftdiv{
	
	height: 100%;
	float: left;
	position: relative;
	padding: 3% 0;
}

.rb-week > div:first-child {
	width: 30%;
}

.rb-week span {
	padding: 5% 0;
	font-size: 2em;
	font-weight: 100;
	display: block;
	margin: auto 0;
	height: 40%;
	width: 100%;
	line-height: 0.8;
}

.rb-week span.rb-city {
	font-weight: 100;
	padding: 1% 15% 0 2%;
	font-size: 3em;
	line-height: 1.2;
}


.rb-city2 {
	text-align:justify;
	float:right;
    right:0;
    width:70%;
    height:100%;
    padding:2% 3% 4% 3%;
    position:absolute;
	font-size: 25px;
    /*font-weight:300;*/
	line-height: 1.2;
    font-family:Autoradiographic;
    overflow-x:hidden;   
}

.para{
    padding-left:10px;margin-left:5px;
    font-size: 22px;
}

.rb-city2>ul{
    text-decoration:none;
    display:inline-block;
    
}

.contact
{
    padding-top:5px;
    padding-bottom:5px;
}

.rb-week [class^="icon-"]:before {
	font-size: 2.5em;
	font-weight: normal;
}

.rb-week > div:first-child [class^="icon-"] {
	opacity: 0.1;
}

/* Colors */

/* Grid */
.rb-grid li:nth-child(1) { background: #3399CC; }
.rb-grid li:nth-child(2) { background: #CC6699; }
.rb-grid li:nth-child(3) { background: #996699; }
.rb-grid li:nth-child(4) { background: #C24747; }
.rb-grid li:nth-child(5) { background: #e2674a; }
.rb-grid li:nth-child(6) { background: #666699; }
.rb-grid li:nth-child(7) { background: #339966; }
.rb-grid li:nth-child(8) { background: #669999; }
.rb-grid li:nth-child(9) { background: #008b8b; }
.rb-grid li:nth-child(10) { background: #339966; }
.rb-grid li:nth-child(11) { background: #666699; }

/* Overlay Columns */
.rb-grid li:nth-child(1) .rb-week > div:nth-child(1) { background: #3399CC; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(2) { background:#216283; }
/*.rb-grid li:nth-child(1) .rb-week > div:nth-child(3) { background: #297AA3; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(4) { background: #256E93; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(5) { background: #216283; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(6) { background: #1D5672; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(7) { background: #184962; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(8) { background: #143D52; }*/

.rb-grid li:nth-child(2) .rb-week > div:nth-child(1) { background: #CC6699; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(2) { background: #A83870; }
/*.rb-grid li:nth-child(2) .rb-week > div:nth-child(3) { background: #29A3A3; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(4) { background: #259393; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(5) { background: #218383; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(6) { background: #1D7272; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(7) { background: #186262; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(8) { background: #145252; }*/

.rb-grid li:nth-child(3) .rb-week > div:nth-child(1) { background: #996699; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(2) { background: #6E496E; }
/*.rb-grid li:nth-child(3) .rb-week > div:nth-child(3) { background: #875A87; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(4) { background: #7A527A; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(5) { background: #6E496E; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(6) { background: #624162; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(7) { background: #563956; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(8) { background: #493149; }*/

.rb-grid li:nth-child(4) .rb-week > div:nth-child(1) { background: #C24747; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(2) { background: #8A2E2E; }
/*.rb-grid li:nth-child(4) .rb-week > div:nth-child(3) { background: #A83838; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(4) { background: #993333; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(5) { background: #8A2E2E; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(6) { background: #7A2929; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(7) { background: #6B2424; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(8) { background: #5C1F1F; }*/

.rb-grid li:nth-child(5) .rb-week > div:nth-child(1) { background: #e2674a; }
.rb-grid li:nth-child(5) .rb-week > div:nth-child(2) { background: #C13D1F; }
/*.rb-grid li:nth-child(5) .rb-week > div:nth-child(3) { background: #DD4D2C; }
.rb-grid li:nth-child(5) .rb-week > div:nth-child(4) { background: #D34322; }
.rb-grid li:nth-child(5) .rb-week > div:nth-child(5) { background: #C13D1F; }
.rb-grid li:nth-child(5) .rb-week > div:nth-child(6) { background: #AF371D; }
.rb-grid li:nth-child(5) .rb-week > div:nth-child(7) { background: #9E321A; }
.rb-grid li:nth-child(5) .rb-week > div:nth-child(8) { background: #8C2C17; }*/

.rb-grid li:nth-child(6) .rb-week > div:nth-child(1) { background: #666699; }
.rb-grid li:nth-child(6) .rb-week > div:nth-child(2) { background: #49496E; }
/*.rb-grid li:nth-child(6) .rb-week > div:nth-child(3) { background: #FFBB33; }
.rb-grid li:nth-child(6) .rb-week > div:nth-child(4) { background: #FFB41F; }
.rb-grid li:nth-child(6) .rb-week > div:nth-child(5) { background: #FFAD0A; }
.rb-grid li:nth-child(6) .rb-week > div:nth-child(6) { background: #F5A300; }
.rb-grid li:nth-child(6) .rb-week > div:nth-child(7) { background: #E09600; }
.rb-grid li:nth-child(6) .rb-week > div:nth-child(8) { background: #CC8800; }*/

.rb-grid li:nth-child(7) .rb-week > div:nth-child(1) { background: #339966; }
.rb-grid li:nth-child(7) .rb-week > div:nth-child(2) { background: #1F5C3D; }
/*.rb-grid li:nth-child(7) .rb-week > div:nth-child(3) { background: #77BB77; }
.rb-grid li:nth-child(7) .rb-week > div:nth-child(4) { background: #6AB46A; }
.rb-grid li:nth-child(7) .rb-week > div:nth-child(5) { background: #5CAD5C; }
.rb-grid li:nth-child(7) .rb-week > div:nth-child(6) { background: #52A352; }
.rb-grid li:nth-child(7) .rb-week > div:nth-child(7) { background: #4B954B; }
.rb-grid li:nth-child(7) .rb-week > div:nth-child(8) { background: #448844; }*/

.rb-grid li:nth-child(8) .rb-week > div:nth-child(1) { background: #669999; }
.rb-grid li:nth-child(8) .rb-week > div:nth-child(2) { background: #2e4949; }
/*.rb-grid li:nth-child(8) .rb-week > div:nth-child(3) { background: #5A8787; }
.rb-grid li:nth-child(8) .rb-week > div:nth-child(4) { background: #527A7A; }
.rb-grid li:nth-child(8) .rb-week > div:nth-child(5) { background: #496E6E; }
.rb-grid li:nth-child(8) .rb-week > div:nth-child(6) { background: #416262; }
.rb-grid li:nth-child(8) .rb-week > div:nth-child(7) { background: #395656; }
.rb-grid li:nth-child(8) .rb-week > div:nth-child(8) { background: #314949; }*/

.rb-grid li:nth-child(9) .rb-week > div:nth-child(1) { background: #008b8b; }
.rb-grid li:nth-child(9) .rb-week > div:nth-child(2) { background: #008080; }
/*.rb-grid li:nth-child(9) .rb-week > div:nth-child(3) { background: #C24785; }
.rb-grid li:nth-child(9) .rb-week > div:nth-child(4) { background: #B83D7A; }
.rb-grid li:nth-child(9) .rb-week > div:nth-child(5) { background: #A83870; }
.rb-grid li:nth-child(9) .rb-week > div:nth-child(6) { background: #993366; }
.rb-grid li:nth-child(9) .rb-week > div:nth-child(7) { background: #8A2E5C; }
.rb-grid li:nth-child(9) .rb-week > div:nth-child(8) { background: #7A2952; }*/

.rb-grid li:nth-child(10) .rb-week > div:nth-child(1) { background: #339966; }
.rb-grid li:nth-child(10) .rb-week > div:nth-child(2) { background: #297A52; }
/*.rb-grid li:nth-child(10) .rb-week > div:nth-child(3) { background: #297A52; }
.rb-grid li:nth-child(10) .rb-week > div:nth-child(4) { background: #246B47; }
.rb-grid li:nth-child(10) .rb-week > div:nth-child(5) { background: #1F5C3D; }
.rb-grid li:nth-child(10) .rb-week > div:nth-child(6) { background: #194D33; }
.rb-grid li:nth-child(10) .rb-week > div:nth-child(7) { background: #143D29; }
.rb-grid li:nth-child(10) .rb-week > div:nth-child(8) { background: #0F2E1F; }*/

.rb-grid li:nth-child(11) .rb-week > div:nth-child(1) { background: #666699; }
.rb-grid li:nth-child(11) .rb-week > div:nth-child(2) { background: #5A5A87; }
/*.rb-grid li:nth-child(11) .rb-week > div:nth-child(3) { background: #5A5A87; }
.rb-grid li:nth-child(11) .rb-week > div:nth-child(4) { background: #52527A; }
.rb-grid li:nth-child(11) .rb-week > div:nth-child(5) { background: #49496E; }
.rb-grid li:nth-child(11) .rb-week > div:nth-child(6) { background: #414162; }
.rb-grid li:nth-child(11) .rb-week > div:nth-child(7) { background: #393956; }
.rb-grid li:nth-child(11) .rb-week > div:nth-child(8) { background: #313149; }*/


#bg1{
    /*background: url("../images/FeesBackground.png");*/
    /*background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: center bottom;*/
   position:relative;
}
#bg1::before{

    background: url("../images/FeesBackground.png");
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: center bottom;
   /*background-color:#3399CC;*/
   content: "";
  position: absolute;
   opacity: 0.1;
  z-index: 1;
}

#bg2{
   position:relative;
}
#bg2::before{
    background: url("../images/parentPainPoint.png");
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: center bottom;
   background-color:#CC6699;
   content: "";
  position: absolute;
   opacity: 0.1;
  z-index: 1;
}
#bg3::before{
    background: url("../images/ManagementPainPoint.png");
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: center bottom;
   background-color:#996699;
   content: "";
  position: absolute;
   opacity: 0.1;
  z-index: 1;
}
#bg4::before{
    background: url("../images/MultimodePayment.png");
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: center bottom;
   background-color:#C24747;
   content: "";
  position: absolute;
   opacity: 0.1;
  z-index: 1;
}
#bg5::before{
    background: url("../images/BENIFIT-to-Parent.png");
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: center bottom;
   background-color:#e2674a;
   content: "";
  position: absolute;
   opacity: 0.1;
  z-index: 1;
}
#bg6::before{
    background: url("../images/BENIFIT-to-School.png");
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: center bottom;
   background-color:#666699;
   content: "";
  position: absolute;
   opacity: 0.1;
  z-index: 1;
}
#bg7::before{
    background: url("../images/ParentEnquiry.png");
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: center bottom;
   background-color:#339966;
   content: "";
  position: absolute;
   opacity: 0.1;
  z-index: 1;
}
#bg8::before{
    background: url("../images/Managementenquiry.png");
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: center bottom;
   background-color:#669999;
   content: "";
  position: absolute;
   opacity: 0.1;
  z-index: 1;
}
#bg9::before{
    background: url("../images/TAGHelp.png");
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: center bottom;
   background-color:#008b8b;
   content: "";
  position: absolute;
   opacity: 0.1;
  z-index: 1;
}

.more:hover{
    color:white;
}
.more{
    right:2px;
    bottom:0;
    position:absolute;
    float:right;
    color:#0e1193;
    padding-bottom:1px;
}
.leftdiv .icon-clima-2 img,.leftdiv .icon-clima-1 img,.leftdiv .icon-clima-4 img{
        height: 300px;
        width: 300px;
    }
#ContactFieldset,#ContactFieldset1
{
padding-top:1%; text-align:left; height:100%; border:none; width:60%;
}

.fhead{
    font-size:19px;
}

.headlabel{
    display:none;
}

@media screen and (max-width: 63.125em) {
	
	.rb-grid li,
	.rb-grid li.rb-span-2,
	.rb-grid li.rb-span-4 {
		width: 100%;
		height: 10em;
		text-align: left;
	}

	.rb-grid li[class^="icon-"]:before,
	.rb-grid li[class*=" icon-"]:before {
		font-size: 6em;
		left: auto;
		right: 0;
		line-height: 2.5;
	}

	.rb-grid li > div {
		text-align: center;
	}
   
}


@media screen and (max-width: 800px)
{
   
    .leftdiv>.icon-clima-2>img,.leftdiv .icon-clima-1 img,.leftdiv .icon-clima-4 img{
        height: 160px;
        width: 160px;
    }

    .rb-city2{
        font-size: 21px;
    }
    .para{
        font-size: 19px;
    }
    #ContactFieldset,#ContactFieldset1
    {
        padding-top:1%; text-align:left; width:100%;
    }
    .tooltip-content1{
         margin: 0px 0px 0px -28px;
        width: 250px;
        height: 128px;
    }
    .tooltip-content3,.tooltip-content2,.tooltip-content4,.tooltip-content5,.tooltip-content6,.tooltip-content7,.tooltip-content8,.tooltip-content9 {
        margin: 0px 0px 0px -40px;
        width: 250px;
        height: 128px;
    }
    .tooltip-content3 img,.tooltip-content1 img,.tooltip-content2 img,.tooltip-content4 img,.tooltip-content5 img,.tooltip-content6 img,.tooltip-content7 img,.tooltip-content8 img,.tooltip-content9 img {
	padding-top:20px;
	height: 110px;
    margin-right: 0.2em;
}
    .tooltip-text {
	font-size: 0.55em;
	padding: 1em 1.21em 1.21em 0em;
}
     .fields1 {
        height: 40px;
        WIDTH:37%;
         margin-top:5px;
         padding-top:5px;
        padding-left: 5px;
        border-radius: 4px;
        border: 1px solid rgb(186, 178, 178);
      }
     #addward,#removeward2,#removeward3{
         width:72px;
     }
    .container > header {
    padding: .6em 1.6em 0em 1.9em;
   }
}

@media screen and (max-width: 500px) {
    .tooltip-content1{
         margin: 0px 0px 30px -30px;
        width: 250px;
        height: 128px;
    }
    .leftdiv > .icon-clima-2 > img, .leftdiv .icon-clima-1 img, .leftdiv .icon-clima-4 img {
        height: 100px;
        width: 100px;
    }
    .container > header {
    padding: .6em 1.6em 0em 1.9em;
   }
    .codrops-demos a{
        font-size: 85%;   
    }
    .codrops-demos table tr td a img{
          width:22px;
          height: 16px;
    }
    .fhead{
        font-size:16px;
    }
    .headlabel{
    display: block;
    font-size: 25px;
    margin: -5px -15px 0px -15px;
    padding: 10px;
    position: fixed;
    height: 45px;
    width: 102%;
    top: 0;
    text-align:center;
    font-family: HandelGothic;
}

    .rb-city2{
        font-size: 20px;
        /*overflow-x:auto;*/
        width: 100%;
        padding-top: 50px;
    }
    .leftdiv{
        width:0px;
    }
    .rb-week > div:first-child {
    width: 0%;
}

    .para{
        font-size: 18px;
    }
    #ContactFieldset
    {
        padding-top:1%; text-align:left; width:100%;
    }
     
}
@media screen and (max-width: 320px) {

    .leftdiv > .icon-clima-2 > img, .leftdiv .icon-clima-1 img, .leftdiv .icon-clima-4 img {
        height: 80px;
        width: 80px;
    }

    .codrops-demos {
        font-size: 85%;
        float: left;
        padding-top: 0em;
        padding-bottom: 5px;
    }
   
}

