.fix_left_btn{
    position:fixed;
    bottom:100px;
    z-index:1000;
    background:#da2b2c;
    color:#fff;
    -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;
    text-transform:uppercase;
    border:1px solid #000;
    padding:8px 10px;
    letter-spacing:0.1em;
    font-size:20px;
    font-weight:bold;
    border-left:none;
    left:0;
    text-decoration:none;
}
.fix_left_btn:hover{
    background:#f8d00a;
    color:#000;text-decoration:none;
}
.mfp-bottom-bar{
	display:inline-block !important;
	top:0 !important;
	margin-top:0 !important;
	bottom:auto !important;
	width:auto !important;
}
.mfp-bottom-bar .mfp-title{
    font-size: 30px;
	    font-family: 'Indie Flower', cursive;
}
.mfp-bottom-bar .mfp-counter{
	display:none;
}
.what_we_do_top_wrap{
    position:absolute;
    top:50px;
    right:0;
    z-index: 100;
}
.what_we_do_top_wrap .buttons_wrap{
    float:left;
    display:inline-block;
}
.what_we_do_top_wrap .buttons_wrap .anchor_color{
	margin-right:5px;
	margin-left:5px;
}
.branches_list_wrap{
    margin-top:20px;
}
.branches_list_wrap .single_branch_wrap{
    width:33.33%;
    float:left;
    display:inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-left:10px;
    padding-right: 10px;
}
.branches_list_wrap .single_branch_wrap .title_wrap{
    font-size:17px;
    color:#da2b2c;
    margin-top:5px;
}
.branches_list_wrap .single_branch_wrap .desc_wrap{
    font-size:16px;
    color:#000;
    margin-top:5px;
}
.branches_list_wrap .single_branch_wrap .anchor_color{
    margin-top:5px;
}

.find_right_img{
    width:50%;
    float:right;
    display:inline-block;
}
.icons_list_wrap .single_icon_wrap{
    width:33.33%;
    padding:0 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size:16px;
    color:#000;
    float: left;
    display: inline-block;
}
.icons_list_wrap .single_icon_wrap .title_wrap{
    margin-top:15px;
}
.margin_bottom_20{
    margin-bottom: 20px;
}
.buttons_center_wrap{
    text-align: center;
}
.buttons_center_wrap .anchor_color{
    float:none;
}
.custom_image_popup_wrap{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background:rgba(255,255,255,0.9);
	text-align:center;
	display:none;
	padding:20px;
}
.custom_image_popup_wrap .close_img{
	position:fixed;
	top:10px;
	right:10px;
	color:#000;
	z-index:10;
	font-size:35px;	
}
.hills_top_patti{
	background:#5b9b21;
	color:#fff;
	font-size:16px;
	line-height:20px;
	padding:5px;
	padding-top:3px;
	padding-bottom:2px;
}
.hills_top_patti marquee{
	padding-bottom:5px;
}
.table_wrap{
	width:100%;
	height:100%;
	float:left;
	display:table;
}
.table_wrap .cell_wrap{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}
.large.anchor_color{
	width:210px;
	text-align:center;
	background-image: url(../images/green_btn.png);
}
.vlarge.anchor_color{
	width:270px;
	text-align:center;
	background-image: url(../images/button_green_big.png);
}
.flying_bird{
        position:fixed;
        top:-200px;
        left:-200px;
        z-index: 1000;
        width:150px;
    }
    .flying_bird.animate_1{
        -webkit-animation: flying_1 20s 1 linear;
        -moz-animation: flying_1 20s 1 linear;
        animation: flying_1 20s 1 linear;
    }

    .flying_bird.animate_2{
        -webkit-animation: flying_2 5s 1 linear;
        -moz-animation: flying_2 5s 1 linear;
        animation: flying_2 5s 1 linear;
    }
    .flying_bird.animate_3{
        -webkit-animation: flying_3 20s 1 linear;
        -moz-animation: flying_3 20s 1 linear;
        animation: flying_3 20s 1 linear;
    }
    .flying_bird.animate_4{
        -webkit-animation: flying_4 10s 1 linear;
        -moz-animation: flying_4 10s 1 linear;
        animation: flying_4 10s 1 linear;
    }
    .flying_bird.animate_5{
        -webkit-animation: flying_5 10s 1 linear;
        -moz-animation: flying_5 10s 1 linear;
        animation: flying_5 10s 1 linear;
    }

    @keyframes flying_1 {
        0% {
            left:-300px;
            top:-200px;
        }
        20% {
            left:10%;
            top:20%;
        }
        35% {
            top:30%;
            left:35%;
        }
        50% {
            top:20%;
            left:50%;
        }
        70% {
            top:50%;
            left:60%;
        }
        90% {
            top:70%;
            left:80%;
        }
        100% {
            top:50%;
            left:105%;
        }
    }

    @keyframes flying_2 {
        0% {
            top:80%;
            left:-5%;
        }
        50% {
            left:40%;
            top:60%;
        }
        70% {
            top:30%;
            left:60%;
        }
        100% {
            top:10%;
            left:105%;
        }
    }

    @keyframes flying_3 {
        0% {
            top:50%;
            left:-5%;
        }
        10% {
            top:45%;
            left:10%;
        }
        20% {
            top:55%;
            left:20%;
        }
        30% {
            top:45%;
            left:30%;
        }
        40% {
            top:55%;
            left:40%;
        }
        50% {
            top:45%;
            left:50%;
        }
        60% {
            top:55%;
            left:60%;
        }
        70% {
            top:45%;
            left:70%;
        }
        80% {
            top:55%;
            left:80%;
        }
        90% {
            top:45%;
            left:90%;
        }
        100% {
            top:55%;
            left:100%;
        }
    }

    @keyframes flying_4 {
        0% {
            top: 100%;
            left: 20%;
        }
        33% {
            top:80%;
            left:40%;
        }
        66% {
            top:60%;
            left:60%;
        }
        100% {
            top:90%;
            left:100%;
        }
    }
    @keyframes flying_5 {
        0% {
            top: 30%;
            left: -100px;
        }
        20% {
            top:40%;
            left:20%;
        }
        40% {
            top:20%;
            left:40%;
        }
        60% {
            top:60%;
            left:60%;
        }
        100% {
            top:20%;
            left:100%;
        }
    }
	
	html,a{
		cursor: url(../images/cursor.cur),default;
	}

a.fc-event{
	display:inline-block;
}
.admission_table .header_font td, .admission_table .header_font th {
	font-size: 20px
}
.admission_table th,.admission_table td {
	border: 1px dashed #666;
}
.h1_border_bottom{
	border-bottom:1px solid #F00 !important;
}
.align_center{
	text-align:center !important;
}
.fc-header-title h2{
	font-family: 'Indie Flower', cursive !important;
}
.calendar_images_full{
	margin-top:30px;
}
.calendar_images_full .fc-header-left{
	margin-bottom:20px;
	float:left;
}
.fc-widget-header, .fc-widget-content {
    border-color: #000 !important;
}
.fc-grid .fc-day-number{
	font-weight:600 !important;
}
.legends {
	width: 100%;
	margin-top: 20px;
	background-color: #FFF;
}
.legend-item {
	padding: 5px;
	width: auto;
	float: left;
	font-family: 'Indie Flower', cursive !important;
	font-size: 15px;
	border: 1px solid #000;
	background-color: #fff;
	margin-right: 10px;
	font-weight:bold;
	margin-bottom:10px;
}
.legend-item span {
	margin-top: 1px;
	margin-right: 5px;
	height: 14px;
	width: 14px;
	float: left;
	border: 1px solid #000;
}
.legend-holiday {
	background-color: #A52A2A;
}
.legend-assessments {
	background-color: #FF0;
}

.legend-skg_assessments {
	background-color: #00fdf7;
}
.legend-jkg_assessments {
	background-color: #eb4cf8;
}
.legend-nursery_assessments {
	background-color: #ea7d54;
}

.legend-activities {
	background-color: #080;
}
.holiday {
	background-color:#A52A2A !important;
	color:#fff !important;
	padding:3px !important;
	margin:5px !important;
}
.activities {
	background-color:#080 !important;
	color:#fff !important;
	padding:3px !important;
	margin:5px !important;
}
.assessments {
	background-color:#FF0 !important;
	color:#000 !important;
	padding:3px !important;
	margin:5px !important;
}
.skg_assessments {
	background-color:#00fdf7 !important;
	color:#000 !important;
	padding:3px !important;
	margin:5px !important;
}
.jkg_assessments {
	background-color:#eb4cf8 !important;
	color:#000 !important;
	padding:3px !important;
	margin:5px !important;
}
.nursery_assessments {
	background-color:#ea7d54 !important;
	color:#000 !important;
	padding:3px !important;
	margin:5px !important;
}
.margin_top_20{
	margin-top:20px;
}
.home_wrap .half_wrap {
	    background: transparent !important;
		padding:0px !important;
}
.address_list_wrap p{
	margin-top:0;
}
.menu_wrap ul li img{
	width:auto !important;
	height:auto !important;
}
.top_social_icons{
	float:right;
	margin-left:15px;
	font-size:15px !important;
	color:#000;
	padding-top:12px;
	padding-bottom:12px;
}
.width_100per{
	width:100% !important;
}
.no_padding{
	padding:0 !important;
}
.top_social_icons i.fa{
	font-size:22px !important;
	color:#000;
}
.breadcrumb{
	background-color:rgba(192, 230, 247, 1) !important;
}
.breadcrumb a{
	  color: #000000;
}
/* Slider Custom CSS Starts */
.home_master_slider_top .ms-slide-bgcont {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.home_master_slider_top .master-slider-parent, .home_master_slider_top .master-slider-parent > div, .home_master_slider_top .ms-container, .home_master_slider_top .ms-inner-controls-cont, .home_master_slider_top .ms-view, .home_master_slider_top .ms-slide-container, .home_master_slider_top .ms-slide, .home_master_slider_top .ms-slide-bgcont {
	height: 100% !important;
}
.home_master_slider_top .ms-slide-container .ms-slide .ms-slide-bgcont img {
	display: none !important;
}
/* Slider Custom CSS Ends */
.cloudzoom-gallery-active,.cloudzoom-gallery:hover{
  opacity:0.7
}
.thumb_container{
	margin-top:20px;
}
.thumb_inner_container {
  padding: 0 !important;
  overflow: hidden;
  padding-left: 20px;
  width: 85% !important;
  padding-right: 20px;
}
.thumb_container ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin: 0;
}
.thumb_inner_container ul {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4999;
}
.thumb_container ul li {
  padding: 0;
  margin: 0;
  width: auto;
  margin-right: 20px;
  cursor: pointer;
  list-style-type: none;
  zoom: 1;
  float: left;
}
#thumb_slide_left {
  position: absolute;
  top: 35%;
  left: 20px;
  z-index: 5000;
}
#thumb_slide_right {
  position: absolute;
  top: 35%;
  right: 20px;
  z-index: 5000;
}
.f_none{
	float:none !important;
}
.filter_container ul li a.active {
  background-color: #FEBE36;
  text-decoration: none;
}
.cart_wrap{
	overflow-x: hidden;
}
.gallery_ul li .title,.category_ul li .title{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gallery_ul li .title{
	  padding-right: 10px !important;
}
.category_ul li .title{
	  padding-right: 20px !important;
}
.inquiry_form table td input[type=submit]:active, .inquiry_form table td input[type=submit]:focus {
	outline: none !important;
}
.no_pointer_events {
	pointer-events: none !important;
}
.informative_wrap {
	padding-left: 20px;
	padding-right: 20px;
}
.informative_wrap h2.header_title {
	padding: 0;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	font-size: 26px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 4px solid #FEBE36;
	border-bottom: 4px solid #3DB8F0;
	font-weight: normal;
}
.informative_wrap > .full_wrap {
	margin-top: 10px;
}
.informative_wrap p {
	text-align: justify;
	width: 100%;
	float: left;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.informative_wrap ul {
	text-align: justify;
	width: 100%;
	float: left;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 10px;
}
.informative_wrap ul li {
	width: 100%;
	float: left;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: circle;
	padding-left: 10px;
}
.margin_left_10 {
	margin-left: 10px !important;
}
.margin_top_10 {
	margin-top: 10px !important;
}
.loader {
	margin-top: 10px;
	margin-left: 10px;
	float: left !important;
}
.acf-map {
	height: 150px !important;
	border: 2px solid #333;
}
#contact_loader {
	float: right;
	margin-right: 10px;
}
.hidden {
	display: none !important;
}
.input_error {
	border-color: #F00 !important;
}
.error_full_wrap {
	width: 100%;
	display: inline-block;
	float: left;
	color: #F00 !important;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.success_full_wrap {
	width: 100%;
	display: inline-block;
	float: left;
	color: #060 !important;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.form_table td input[type=button], .common_btn_anchor {
	float: right;
	background-color: #f58220;
	border: none;
	padding: 15px;
	color: #000;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none !important;
}
.form_table td input[type=button]:visited, .common_btn_anchor:visited, .form_table td input[type=button]:focus, .common_btn_anchor:focus {
	text-decoration: none !important;
	color: #000 !important
}
.form_table td input[type=button]:hover, .common_btn_anchor:hover {
	background-color: #353535;
	color: #FFF;
	text-decoration: none !important;
}
.gallery_ul li .name_wrap {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product_loader {
	text-align: center;
	width: 100%;
	float: left;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	margin-top: 20px;
}
.contact_wrap {
	margin-top: 10px;
}
.contact_left > .full_wrap {
	background-color: #FFF;
}
.contact_wrap .contact_content {
	border: 1px dashed #000000;
	padding: 10px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.contact_wrap .contact_left .company_title {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	color: #F58220;
	text-transform: uppercase;
	font-weight: 600;
}
.contact_wrap .contact_left p {
	margin-top: 5px;
}
.enquiry_list_ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	  padding: 10px;
	overflow-x: hidden;
	overflow-y: auto;
}
.enquiry_list_ul li {
	list-style: none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.enquiry_list_ul li input[type="checkbox"] {
	vertical-align: sub;
}
.enquiry_list_ul li img {
	width: 100% !important;
}
.enquiry_list_ul li .enq_name {
	width: 100%;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.enquiry_list_ul li .action {
	display: block;
	height: 26px;
	width: 26px;
	border: 1px solid #BBB;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border: 0 none;
	padding: 1px;
	background: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 2px;
	right: 2px;
	visibility: hidden;
	opacity: 0;
	-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;
}
.enquiry_list_ul li:hover .action {
	visibility: visible;
	opacity: 1;
}
.enquiry_list_ul li .cart_loader {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	position: absolute;
	background-color: #FFF;
	opacity: 0.5;
	padding-left: 38%;
	padding-top: 34%;
	display: none;
}
.single_product_container {
	padding: 15px;
	margin: 0;
	border: 1px solid #000;
	height: 100%;
	color: #000;
	background-color: #FFF;
}
.single_product_container .half_wrap:nth-child(1) {
	padding-right: 15px;
}
.single_product_container .half_wrap:nth-child(2) {
	padding-left: 15px;
}
.single_product_container .name_wrap {
	text-align: left;
	font-family: 'Arvo', serif;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
}
.single_product_container .description_wrap p {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: justify;
}
.single_product_container .attributes_wrap table {
	border-collapse: collapse;
	border: 1px solid #333;
	width: 100%;
	margin-top: 10px;
}
.single_product_container .attributes_wrap td, .single_product_container .attributes_wrap th {
	border: 1px solid #333;
	text-align: left;
	padding: 10px;
}
.margin_right_10 {
	margin-right: 10px !important;
}
.added_to_bag_anchor {
	background-color: #090 !important;
	color: #FFF !important;
}
.how_data_wrap .large p{
    font-size:20px;
}
.parent_data_parent_wrap .how_data_wrap{
    margin-bottom: 10px;
}
.how_data_wrap ul li,
.how_data_wrap ol li{
    font-size: 16px;
    color: #000;
    line-height: 1.7em;
    text-align: left;
}
.green_school_parent .top_image_wrap.inner_page img{
    max-width:100%;
}

@media only screen and (max-width: 481px) {
    .fix_left_btn{
        bottom:50px;
    }
	.mfp-bottom-bar .mfp-title{
    font-size: 20px;
}
    .what_we_do_top_wrap{
        width:100%;
        top:auto;
        float:left;
        position:relative;
        right:auto;
        padding-left: 0;
    }
    .what_we_do_top_wrap .buttons_wrap .anchor_color{
        float:left;
        margin-bottom: 10px;

    }
    .branches_list_wrap .single_branch_wrap .anchor_color{
        float:none;
    }
    .branches_list_wrap .single_branch_wrap{
        padding-left:0;
        padding-right: 0;
    }
    .branches_list_wrap .single_branch_wrap{
        width:100%;
    }
    .home_animate{
        display:inline-block;
        text-align: center;
        position: relative;
        top:auto;
        left:auto;
        right:auto;
        margin-bottom: 30px;
    }
    .home_wrap {
        text-align: center;
    }
    .home_wrap .half_wrap{
        text-align: left;
    }
    .icons_list_wrap .single_icon_wrap{
        width:100%;
    }
	.hills_top_patti{
		font-size:14px;
	}
    .how_data_wrap ul,
    .how_data_wrap ol{
        padding-left: 20px;
    }

    .how_data_wrap ul li,
    .how_data_wrap ol li{
        font-size: 14px;
    }
    .how_data_wrap .large p{
        font-size:16px;
    }
	.flying_bird{
		width:50px;
	}
	.home_40yr_logo {
    position: absolute;
    top: -80px;
    left: -40px;
    width: 180px;
    z-index: 10;
}
.fc-header td{
	width:100%;
	display:inline-block;
	float:left;
}
.powered_by{
	float:right;
	width:100%;
}
.powered_by a{
	color:#000;
	font-weight:700;
	border-bottom:1px dashed transparent;
}
.powered_by a:hover{
	color:#000;
	border-bottom:1px dashed #000;
	text-decoration:none;
}
.thumb_inner_container {
  width: 70% !important;
}
#thumb_slide_left {
  left: 10px;
}
#thumb_slide_right {
  right: 10px;
}
.home_master_slider_top {
	height: 355px !important;
}
.home_master_slider_top .ms-slide-info {
	position: absolute !important;
	bottom: 20px !important;
	right: 0px !important;
	z-index: 5000 !important;
	width: auto !important;
	height: auto !important;
	min-height: initial !important;
	text-transform: uppercase !important;
	font-size: 26px !important;
	position: absolute !important;
	color: #FFF !important;
	text-shadow: 1px 1px 0px #000 !important;
	width: 100% !important;
	background: rgba(0, 0, 0, 0.4) !important;
	text-align: center !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.enquiry_list_ul li {
	width: 100%;
}
    .top_image_wrap.inner_page{
        margin-top:20px !important;
        z-index: 0;
    }
    .green_school_innerpage_desc_wrap{
        z-index: 1;
    }
    .find_right_img{
        width:100%;
    }
}


@media only screen and (min-width: 481px) and (max-width: 786px) {
    .what_we_do_top_wrap{
        width:55%;
        top:20px;
        text-align: right;
        padding-left: 30px;
    }
    .what_we_do_top_wrap .buttons_wrap .anchor_color{
        float:right;
        margin-bottom: 10px;

    }
    .home_animate{
        display:inline-block;
        text-align: center;
        position: relative;
        top:auto;
        left:auto;
        right:auto;
        margin-bottom: 30px;
    }
    .home_wrap {
        text-align: center;
    }
    .home_wrap .half_wrap{
        text-align: left;
    }
    .find_right_img{
        width:100%;
    }
    .icons_list_wrap .single_icon_wrap{
        width:25%;
    }
    .top_image_wrap.inner_page{
        margin-top:-150px !important;
        z-index: 0;
    }
    .green_school_innerpage_desc_wrap{
        z-index: 1;
    }
    .green_school_innerpage_desc_wrap p{
        background:rgba(255,255,255,0.7);
        padding:0 20px;
    }
}
@media only screen and (min-width: 786px) and (max-width: 1100px) {
    .top_image_wrap.inner_page{
        margin-top:-300px !important;
        z-index: 0;
    }
    .green_school_innerpage_desc_wrap{
        z-index: 1;
        padding:0 50px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 1100px) {

    .how_data_wrap .large p{
        font-size:16px;
    }
	.home_40yr_logo{
	    position: absolute;
    top: -40px;
    left: 0;
    width: 180px;
    z-index: 10;
}
.powered_by{
	float:right;
}
.powered_by a{
	color:#000;
	font-weight:700;
	border-bottom:1px dashed transparent;
	    font-size: 16px;
    font-weight: bold;
}
.powered_by a:hover{
	color:#000;
	border-bottom:1px dashed #000;
	text-decoration:none;
}
.copyright_wrap{
	float:left;
}
.home_master_slider_top {
	height: 455px !important;
}
.home_master_slider_top .ms-slide-info {
	position: absolute !important;
	bottom: 20px !important;
	right: 20px !important;
	z-index: 5000 !important;
	width: auto !important;
	height: auto !important;
	min-height: initial !important;
	text-transform: uppercase !important;
	font-size: 28px !important;
	position: absolute !important;
	color: #FFF !important;
	text-shadow: 1px 1px 0px #000 !important;
}

}

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

    .top_image_wrap.inner_page{
        margin-top:-300px !important;
        z-index: 0;
    }
    .green_school_innerpage_desc_wrap{
        z-index: 1;
        padding: 0 100px;
    }
	.green_school_parent .top_data_wrap{
		padding-right:62%;
	}
	.green_school_parent .top_image_wrap{
		margin-top: -380px;
	}
	.green_school_parent .top_image_wrap img{
		max-width: 83%;
		}
	.home_40yr_logo{
	    position: absolute;
    top: 0;
    left: 0;
    width: 211px;
    z-index: 10;
}
.powered_by{
	float:right;
}
.powered_by a{
	color:#000;
	font-weight:700;
	border-bottom:1px dashed transparent;
	    font-size: 16px;
    font-weight: bold;
}
.powered_by a:hover{
	color:#000;
	border-bottom:1px dashed #000;
	text-decoration:none;
}
.copyright_wrap{
	float:left;
}
.home_master_slider_top {
	height: 635px !important;
}
.home_master_slider_top .ms-slide-info {
	position: absolute !important;
	bottom: 20px !important;
	right: 20px !important;
	z-index: 5000 !important;
	width: auto !important;
	height: auto !important;
	min-height: initial !important;
	text-transform: uppercase !important;
	font-size: 35px !important;
	position: absolute !important;
	color: #FFF !important;
	text-shadow: 1px 1px 0px #000 !important;
}
}

@media only screen and (min-width: 1400px) {
.powered_by{
	float:right;
}
.powered_by a{
	color:#000;
	font-weight:700;
	border-bottom:1px dashed transparent;
	    font-size: 16px;
    font-weight: bold;
}
.powered_by a:hover{
	color:#000;
	border-bottom:1px dashed #000;
	text-decoration:none;
}
.copyright_wrap{
	float:left;
}
.home_master_slider_top {
	height: 635px !important;
}

}
