body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-family: 'open sans', 'Helvetica Neue', Helvetica, sans-serif;
}

html {
	width: 100%;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}

.search-div input[type="search"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #bbb;
	opacity: 1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #bbb;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #bbb;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #bbb;
}

.text-styles {
	font-family: 'Raleway', serif;
}

.text-styles h2 {
	font-weight: 300;
}


/*search-top*/

.search-div {
	position: absolute;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: white;
	border-radius: 20px;
	width: 200px;
}

.search-div input[type="search"] {
	border: 0;
	padding: 5px;
	font-size: 12px;
	margin-left: 12px;
	-moz-user-focus: none;
	width: 150px;
}

.portal-div {
	position: absolute;
	float: left;
	margin-left: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.portal-div a {
	text-decoration: none;
	background: #00bccf;
	border-radius: 20px;
	padding: 6px 20px;
	color: white;
	font-size: 12px;
}

input:focus {
	outline: none;
}


/*header top*/

.header-top {
	height: 30px;
	background: #10b0b8f2;
}

.header-main {
	height: 100px;
	background: #85f1b0;
	position: relative;
}

.name-highlights {
	float: left;
	display: inline-block;
	line-height: 30px;
	color: white;
	font-size: 14px;
	margin-left: 30px;
}

.main-logo {
/*	position: absolute;
	left: calc( 50% - 58px);*/
	margin: 0px auto;
    width: 600px;
}

.main-logo img {
	height: auto;
	width: 100%;
	margin-top: 2px;
}

.sticky-header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
	margin-bottom: 45px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
}

.top-ul {
	float: right;
	margin-right: 30px;
	list-style: none;
}

.top-ul li {
	float: left;
}


/* Menu barÂ */

.menubar {
	width: 380px;
	background: rgba(22, 160, 133, 1);
	height: 100%;
	position: fixed;
	height: 100%;
	top: 0px;
	left: -380px;
	z-index: 9999999;
	font-family: 'Raleway', serif;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}


/* LOGOÂ */

.radiant-logo {
	display: block;
	clear: both;
	width: 100%;
	margin: 60px 40px;
	font-size: 24px;
}

.top-ul li a {
	font-size: 12px;
	color: white;
	line-height: 30px;
	padding: 0px 15px;
	text-decoration: none;
}
.top-ul li a:hover{
	color: #bbb;
}

/*NAVBAR edit*/
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	background: #e7e7e7 !important;
}

.nav {
	position: relative;
	z-index: 98;
}

.navbar {
	margin: 0;
	border-radius: 0;
	background: white;
}

.navbar-edit {
	border: none;
	height: 45px;
}

.navbar-edit .navbar-nav>li>a {
	line-height: 20px;
	font-size: 15px;
}

.navbar-edit .navbar-nav>li>a {
	color: black;
}
.navbar-edit .navbar-nav>li>a:hover{
	background: #e7e7e7;
}

.navbar-default .navbar-nav>.active>a {
	background: none;
	color: black;
}

.dropdown-menu>li>a {
	padding: 8px 20px;
}

.navbar-nav>li>.dropdown-menu {
	border: none;
}

.navbar .navbar-nav {
	display: inline-block;
	float: none !important;
	vertical-align: top;
}

.navbar .navbar-collapse {
	text-align: center;
	background: white;
	position: relative;
	z-index: 99;
}


/*homepage-carousel*/

.homepage-img {
	width: 100%;
	height: 500px;
	background: url(../images/background/asd.jpg) center;
	background-size: cover;
	overflow: hidden;
}

.wrapper-intro {
	padding: 0px 80px !important;
}


.message2 .about-holder{
margin:0px !important;
padding:15px !important;
}

.intro h1 {
	font-family: 'open sans';
	font-size: 32px;
	margin-bottom: -5px;
}

.intro span {
	font-size: 42px;
	font-weight: bold;
}

.intro p {
	line-height: 24px;
	margin-top: 20px;
	font-size: 14px;
}

.message {
	padding: 10px;
}

.message-box {
	background: #3ea3caf0;
	height: 100%;
	padding-bottom: 10px;
}

.principal {
	padding: 5px;
}

.principal img {
	height: auto;
	margin: auto;
	width: 100%;
}

.message-content {
	padding: 10px;
	padding-top: 15px;
}

.message-content p {
	color: white;
	line-height: 20px;
	font-size: 14px;
	padding-top: 10px;
}

.message-content h3 {
	margin: 0;
	font-weight: bold;
	color: white;
	margin-bottom: 10px;
	font-size: 24px;
}

.dropdown-menu>li>a {
    font-size: 13px;
    color: #555 !important;
    border-bottom: 1px solid #f5f5f5;
    padding: 8px 20px;}


/*activity section*/

.wrapper-activity {
	padding-top: 20px;
	padding-bottom: 60px;
}

.activity-img {
	height: 500px;
	background-size: cover !important;
}

.activity-content {
	text-align: center;
	margin-top: 150px;
}

.activity-content h2 {
	font-size: 30px;
	font-weight: bold;
	color: white;
}

.activity-content p {
	margin-top: 30px;
	color: white;
}


/*owl-edit*/

.slider-text {
	/*background-color:rgba(236, 240, 241,1.0);*/
	height: 130px;
	width: 500px;
	position: relative;
	float: left;
}

.slider-para {
	margin: 10px;
}

.slider-para>a {
	text-decoration: none;
}

#close-carousel {
	height: 20px;
	width: 20px;
	position: absolute;
	right: 522px;
	top: 3px;
	z-index: 9;
}

.close-visible {
	bottom: 25%;
	position: absolute;
	right: -522px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

#sidebar-menu.rotated>span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(45deg);
	-moz-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	-o-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;

	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

#sidebar-menu.rotated>span:nth-of-type(2) {
	visibility: hidden;
	-webkit-transition: none 0s linear;
	-moz-transition: none 0s linear;
	-ms-transition: none 0s linear;
	-o-transition: none 0s linear;
	transition: none 0s linear;
}
#owl-demo .owl-next,
#activities .owl-next {
	right: 0;
	position: absolute;
	top: calc( 50% - 35px);
}

#owl-demo .owl-prev,
#activities .owl-prev {
	left: 0;
	position: absolute;
	top: calc( 50% - 35px);
}

#owl-demo .owl-next i,
#owl-demo .owl-prev i,
#activities .owl-next,
#activities .owl-prev {
	font-size: 50px;
}


/* JumbotronÂ */

.jumbotron {
	height: 600px;
	background-image: url('/img/blog-thumbnail6.jpg');
	background-position: center center;
	background-size: cover;
	font-family: 'Raleway', serif;
}

.owl-theme .owl-controls .owl-buttons div {
	background: transparent;
}

.owl-theme .owl-controls .owl-page span {
	background: white;
}


/*Info section*/

.wrapper-info {
	padding: 40px 80px;
}

.info-div {
	border-right: 1px solid #e1e1e1;
	padding-left: 30px;
	padding-right: 30px;
}
.info-div:nth-of-type(1){
	padding-left: 15px;
}
.info-div:last-of-type {
	border: none;
	padding-right: 15px
}

.info-img {
	width: 100%;
	height: 15vw;
	background-size: cover !important;
}

.info-div h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}

.info-div p {
	font-size: 14px;
	line-height: 24px;
}


/*EVENTS NEW*/

.wrapper-events-half {
	padding-top: 0px;
}

.events-half {
	background: #107db8;
	height: 605px;
	overflow: hidden;
}

.events-half h2 {
	font-weight: bold;
	font-size: 24px;
	color: white;
	margin-top: 25px;
	text-align: center;
}

.bulletin-half {
	background: url(../images/background/book.jpg) center;
	background-size: cover;
	height: 605px;
	overflow: hidden;
	position: relative;
}

.bulletin-half::before {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
	left: 0;
	content: ' ';
	background: rgba(255, 255, 255, .9);
}

.more-event {
	color: #444;
	position: relative;
	z-index: 91;
	font-size: 13px;
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
}

.search-box {
	border-radius: 0px;
	position: absolute;
	right: 159px;
	top: 50px;
	font-family: 'Raleway', serif;
}

.bulletin-half h2 {
	font-weight: bold;
	font-size: 24px;
	color: #444;
	margin-top: 25px;
	text-align: center;
	position: relative;
	z-index: 91;
}

.events-all {
	margin-top: 30px;
	position: relative;
	z-index: 91;
}

#news {
	position: relative;
	position: relative;
	z-index: 91;
}

.events-box {
	width: 380px;
	height: 100px;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
}

.events-date {
	width: 60px;
	height: 60px;
	float: left;
	background: white;
}

.events-date span {
	display: block;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
	color: #107db8;
}

.events-des {
	float: right;
	text-align: left;
	width: 300px;
}

.news-des {
	float: right;
	text-align: left;
	width: 300px;
}

.events-des h3 {
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-align: left;
}

.news-des h3 {
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	text-align: left;
}

.events-des p {
	margin-left: 10px;
	font-size: 14px;
	margin-top: 10px;
	color: white;
}

.news-des p {
	margin-left: 10px;
	font-size: 14px;
	margin-top: 10px;
	color: #444;
}

#news .owl-next i,
#news .owl-prev i {
	font-size: 25px;
	color: #444;
}

#events .owl-next i,
#events .owl-prev i {
	font-size: 25px;
}


/* News and eventsÂ */

.btn-home {
	border-radius: 0px;
	padding: 16px 24px;
	background: #67b871;
	border-width: 0px;
	color: white;
	/*border-top:1px solid #77c881;*/
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .22);
	box-shadow: 0 2px 0 rgba(0, 0, 0, .22);
}

.btn-home:hover {
	color: white;
	background: #0e0c4d;
}

.newsandevents {
	margin: auto;
	text-align: center;
	margin-bottom: 100px;
	font-size: 38px;
	height: 100%;
	line-height: 50px;
	font-weight: 300;
	width: 100%;
}

.header-line {
	top: calc(50% - 1.5px);
	height: 3px;
	width: 100%;
	background: black;
	position: absolute;
	/*line-height:50px;*/
}

.header-box {
	position: relative;
	height: 50px;
	width: 45%;
	margin: auto;
	margin-bottom: 100px;
	font-family: 'Questrial';
	font-family: 'Raleway', serif;
}

.header-style {
	height: 50px;
	width: 350px;
	position: relative;
	margin: auto;
	background: white;
	z-index: 99;
	overflow: hidden;
}


/* eventsÂ */

.event-image {
	/*background:black;*/
}

.event-mini-image {
	/*background:black;*/
	margin-bottom: 20px;
}

.no-user-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.event-date {
	display: block;
	margin-top: 5px;
	margin-bottom: 8px;
	padding-top: 5px;
	border-top: 1px solid #e1e1e1;
	font-style: italic;
	color: #bbb;
	font-family: 'Questrial';
}

.container {
	padding: 10px 80px 80px 50px;
	width: 100%;
}

.gallery-container {
	padding: 80px 80px;
	width: 100%;
}


/* galleryÂ */

.other-events {
	text-align: center;
	margin-top: 8px;
	text-decoration: none;
	color: white;
}

.other-events .btn {
	border-radius: 0px;
	color: white;
	font-size: 14px
}

.other-events:hover {
	color: white;
	opacity: 1;
}

.footer {
	width: 100%;
	padding: 0px;
	font-size: 13px;
	color: white;
	background: #10b0b8f2;
	font-family: 'Questrial';
	font-family: 'Raleway', serif;
}

.footer h4 {
	color: white;
	padding: 10px 0px;
	display: block;
	font-family: 'open sans';
	font-size: 16px;
}

.footer h5 {
	padding: 5px 0px;
	font-size: 13px;
	font-family: 'open sans';
}

.footer a {
	color: white;
	padding: 5px 0px;
	font-family: 'open sans';
	font-size: 13px;
}

.footer a:hover {
	color: white;
	text-decoration: none;
	font-size: 13px;
}

hr.style-two {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(236, 240, 241, 0), rgba(236, 240, 241, .8), rgba(236, 240, 241, 0));
}

.footer i {
	font-size: 12px;
	margin-right: 8px;
}

.school-detail {
	display: inline-block;
	margin-left: 20px;
}

.ico {
	position: absolute;
}


/*
COL-SMALL


Â */

.navbar-form input {
	border-radius: 0px;
	outline: none !important;
	border: none;
	border-bottom: 1px solid #fff;
	background: transparent;
	
}

.navbar-form input:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
	box-shadow: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-shadow: 1px rgba(0, 0, 0, .8);
	/*	    background:rgba(0,0,0,.6);
	    outline:none;
	    color:#fff;
*/
}

.navbar-form button {
	border-radius: 0px;
	outline: none;
	border: 0px solid #fff;
	border: 1px solid transparent;
}

.navbar-form button:hover {
	/*background:rgba(0,0,0,1);*/
	background: #0e0c4d;
	color: #fff;
	border: 1px solid white;
}

.download-links {
	text-align: right;
	display: block;
	font-size: 15px;
}

.download-links img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.download-links img {
	-webkit-transition: all .45s;
	-ms-transition: all .45s;
	-o-transition: all .45s;
	transition: all .45s;

	overflow: hidden;
}

.copyright {
	font-size: 15px;
	margin-top: 10px;
}

.block a {
	display: block
}

body {
	/*width:100%;*/
	/*	box-sizing: border-box !important;
    max-width: 100vw !important;
    width: 100%;
    overflow-x: hidden !important;
*/
}

.footer a,
.footer a:hover,
.media-ul li a:hover,
.menu-ul li,
.menu-ul li a,
.menu-ul li:hover a,
.menu-ul li:hover,
.transition-ease-in,
.transition-ease-in:hover {
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

.defaultColor {
	/*	background:rgba(41, 128, 185,1.0);
	background:rgba(14,12,77,1);*/
	background: rgba(46, 53, 125, 1);
}

.btn.defaultColor:hover {
	background: #0e0c4d;
}


/*::-webkit-input-placeholder {
  color: pink;
}
::-moz-placeholder {
  color: pink;
}
:-ms-input-placeholder {   color: pink;
}
:-moz-placeholder {
  color: pink;
}*/

.block {
	display: block;
}

.border-btm {
	border-bottom: 1px solid rgba(236, 240, 241, .3);
}

.fontbig {
	font-size: 30px;
}

.slider-button {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 50px;
	top: 7px;
	cursor: pointer;
	color: #000 !important;
}

.slider-button.right-arrow {
	right: 0px;
}

.login-all {
	font-size: 20px;
	text-decoration: none;
	position: absolute;
	right: 50px;
	top: 9px;
	font-weight: 200 !important;
}

.login-all a {
	height: 32px;
	width: 90px;
	margin-top: 4px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0px;
	font-size: 12px;
}

.login-all a:hover {
	color: white;
	border: 1px solid white;
}

.logo-brand-all {
	font-size: 32px;
	float: left;
	margin: 12px;
	left: 600px;
	position: absolute;
}

.logo-brand-all a {
	color: white;
	text-decoration: none;
}

.banner-all {
	background-image: url('../images/website/all.jpg');
	background-position: center center;
	background-size: cover;
	height: 36vw;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner-all::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.18);
	z-index: 9;
	overflow: hidden;
}

.banner-all img {
	position: center;
}

.body-contents {
	background: white;
	font-family: 'open sans';
}

.body-contents p {
	font-size: 18px;
	margin-bottom: 55px;
}

.contact-style {
	font-size: 18px;
	display: block;
	color: #8E8E93;
}

.social-icon {
	margin: 5px 15px;
}

.social-net {
	margin-top: 50px;
}

.contact-us-form {
	font-family: 'Raleway', serif;
}

.contact-us-form input[type=text] {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	box-shadow: none;
	-webkit-box-shadow: none;
	height: 52px;
	line-height: 52px;
	outline: none;
	border-radius: 0;
	width: 80%;
	padding: 12px 20px;
	margin: 8px 0;
	display: block;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .12)
}

.contact-us-form input[type=text]:focus {
	background: rgba(0, 0, 0, .02);
	-webkit-box-shadow: none;
	box-shadow: none;
	/*border:1px solid rgba(0,0,0,1)*/
	border: 1px solid #107db8;
}

.contact-us-form label {
	color: #999;
	font-weight: 100;
	font-size: 14px;
	display: block;
	color: #555;
	margin-top: 28px;
}

.contact-us-form input[type=submit] {
	background: #107db8;
	color: white;
	padding: 14px 20px;
	margin: 15px 0;
	border: none;
	cursor: pointer;
	display: inline-block;
}

.contact-us-form input[type=reset] {
	background: #107db8;
	color: white;
	padding: 14px 20px;
	margin: 15px 15px;
	border: none;
	cursor: pointer;
	display: inline-block;
}

.contact-us-form input[type=submit]:hover {
	background: #0e0c4d;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.contact-us-form input[type=reset]:hover {
	background: #0e0c4d;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.contact-us-form textarea {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	box-shadow: none;
	-webkit-box-shadow: none;
	display: block;
	line-height: 20px;
	outline: none;
	border-radius: 0;
	width: 80%;
	padding: 12px 20px;
	margin: 8px 0;
	display: block;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .12);
}

.contact-us-form textarea:focus {
	background: rgba(0, 0, 0, .02);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #107db8;
}
.contact-details{
	margin-top: 20px;
}
.imageGallery1{
	display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center;
}
.image-block {
	width: 200px;
    height: 200px;
    margin: 3px;
    opacity: .93;
}
.back{
	padding: 10px 20px;
	background: #107db8;
	color: white;
	display: inline-block;
	margin:auto;
	margin-top: 40px;
}
.back:hover{
	text-decoration: none;
	color: #ddd;

}
.volunteer-img{
	background: grey;
	width: 130px;
	height: 130px;
	float: left;
	margin-top: 30px;
    margin-right: 20px;
}
.volunteer-form{
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 20px 15px;
}
.volunteer-apply{
	background: #96CC40;
	padding: 10px 20px;
	color: white;
	margin-top: 45px;
}
.volunteer-note{
	font-size: 13px;
	margin-bottom: 25px;
	line-height: 20px;
}
.volunteer-apply p{
	margin: 0 !important;
	font-size: 16px;
	font-weight: 600;
}
.volunteer-label{
	font-size: 13px;
	margin-top: 10px;
	font-weight: 600;
}
.submit-volunteer{
	font-size: 14px;
	border: none;
	padding: 8px 20px;
	color: white;
	border-radius: 4px;
	background: #107db8;
	float: right;
	margin-right: 15px;
}
.input-v{
	border-bottom: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
    width: 100%;
}
.b-border{
	border: 1px solid #ddd;
}
.margin-l{
	margin-left: 20px !important;
}
.form-group{
	overflow: hidden;
}
.social-media-icon {
	padding-top: 20px;
}

.social-media-icon a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	cursor: pointer;
}

.social-media-icon i {
	font-size: 27px;
	color: #666;
}

.social-media-icon a:first-of-type:hover i {
	color: #3b5998;
}

.social-media-icon a:nth-of-type(2):hover i {
	color: #1da1f2;
}

.social-media-icon a:nth-of-type(3):hover i {
	color: #405de6;
}

.social-media-icon a:last-of-type:hover i {
	color: #cd201f;
}

.cotact-details>span {
	display: block;
	line-height: 28px;
	font-size: 14px;
}

.contact-style {
	line-height: 28px;
	font-size: 14px;
	color: #555;
}

.heading {
	/*width: 600px;*/
	width:100%;
	margin: auto;
	font-size: 38px;
	font-weight: 600;
	color: white;
	line-height: 320px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 2px 2px rgba(0, 0, 0, .1);
	font-family: 'open sans';
	position: relative;
	z-index: 10;
	
	position:absolute !important; 
	line-height:inherit !important;
	height:60px;
	bottom:40px;
}

.notification-holder {
	width: 960px;
	height: auto;
	/*border: 1px dotted #555;*/
	margin: 32px auto;
}

.notification-box {
	background: #fff;
	/*margin-top:40px;*/
	margin-bottom: 32px;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 100%;
	padding: 20px 30px;
	height: auto;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, .12);
}

.notification-header {
	overflow: hidden;
	width: 100%;
	padding: 10px;
	display: block;
	position: relative;
	/*border:1px solid blue;*/
	height: auto;
}

.notification-heading {
	width: 60%;
	padding: 10px;
	float: left;
	/*border:1px solid #999;*/
	height: 50px;
	font-weight: bold;
}


.notification-date {
	width: 40%;
	padding: 10px;
	float: right;
	/*border:1px solid #999;*/
	text-align: right;
	height: 50px;
	color: rgba(0, 0, 0, .6);
}

.notification-body {
	width: 100%;
	padding: 10px;
	/*border:1px solid yellow;*/
	display: block;
	color: rgba(0, 0, 0, .7);
}

.notification-parents {
	padding: 10px;
	width: 100%;
	/*border:1px solid blue;*/
	height: 50px;
	color: rgba(0, 0, 0, .6);
}

.notification-box p {
	margin: 0px;
	font-size: 15px;
	line-height: 23px;
}

.member-list {
	margin-top: 25px;
}

.member-list li {
	font-size: 15px;
	font-family: 'open sans';
}

.about-holder {
	width: 95%;
	margin: auto;
	height: auto;
	padding: 10px;
}

.about-holder p {
	margin: 0px;
	font-family: 'open sans';
	font-size: 15px;
	line-height: 30px;
	margin-top: 20px;
}

.principal-images {
	padding: 10px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-top: 30px;
}

.principal-images img {
	width: 200px;
	height: auto;
}

.big-images {
	padding: 10px;
	width: 50%;
	float: left;
}

.big-images img {
	width: 100%;
	height: auto;
}

.shift-right {
	width: 50% !important;
	float: right;
}

.space {
	padding-top: 0;
	margin-top: -5px !important;
	padding-left: 10px;
}

.about-box {
	width: 100%;
	margin-top: 0px;
	overflow: hidden;
}

.about-heading {
	color: #000;
	width: 100%;
	padding: 10px;
	font-weight: bold;
}

.about-heading>p {
	font-size: 24px !important;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 14px;
	font-family: 'open sans'
}

.about-body {
	width: 100%;
	padding: 10px;
	font-size: 11px;
	line-height: 35px;
	color: rgba(0, 0, 0, .7)
}

.routine-holder {
	width: 960px;
	padding: 0px;
	margin: auto;
	margin-top: 60px;
	font-size: 14;
}

.routine-holder p {
	margin: 0px;
	font-size: 14px;
}

.routine-tabs {
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
	;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
	;
}

.routine-tabs .nav-tabs {
	background-color: white;
}

.routine-tabs .tab-content {
	background-color: white;
	color: #fff;
	padding: 0px;
}

.routine-tabs .nav-tabs>li {
	width: 50%;
	display: block;
	text-align: center;
}

.routine-tabs .nav-tabs>li>a {
	border: 1px solid rgba(0, 0, 0, 0.0) !important;
	border-bottom: none !important;
	color: rgba(0, 0, 0, .5);
	margin-right: 0;
}

.routine-tabs .nav-tabs>li>a:hover {
	background-color: transparent !important;
	border: medium none;
	/*border-radius: 4px 4px 0px 0px;*/
	color: black;
}

.routine-tabs .nav-tabs>li.active:hover>a {
	background-color: #107db8 !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-bottom: none !important;
	border-radius: 0;
	color: rgba(0, 0, 0, .8);
	margin: 0px;
}

.routine-tabs .nav-tabs>li.active>a {
	background-color: #107db8 !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-bottom: none !important;
	border-radius: 0;
	color: white !important;
	opacity: 1 !important;
	margin: 0px;
}

.select-all {
	padding: 15px;
	width: 50%;
	overflow: hidden;
	margin: 15px 0px;
}

.select-first {
	width: 50%;
	float: left;
	text-align: center;
}

.select-first select {
	background: white;
	width: 80%;
	padding: 5px;
	font-size: 13px;
	line-height: 1;
	border-radius: 0;
	height: 34px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px !important;
	/*  -webkit-appearance: none;*/
	color: black;
	outline: none;
}

.select-second {
	width: 50%;
	float: right;
	text-align: center;
}

.select-second select {
	background: white;
	width: 80%;
	padding: 5px;
	font-size: 13px;
	line-height: 1;
	border-radius: 0;
	height: 34px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px !important;
	/*  -webkit-appearance: none;*/
	color: black;
	outline: none;
}

.day-tabs .nav-tabs {
	background-color: white;
}

.day-tabs .tab-content {
	background-color: white;
	color: rgba(0, 0, 0, .8);
	padding: 0px;
}

.day-tabs .nav-tabs {
	border-bottom: 1px solid rgba(0, 0, 0, .0);
}

.day-tabs .nav-tabs>li {
	display: block;
	text-align: center;
	width: 16%;
}

.day-tabs .nav-tabs>li>a {
	/*border:1px solid rgba(0,0,0,0.0) !important;*/
	/*border-bottom: 1px solid rgba(0,0,0,0.0) !important;*/
	border: 0px solid rgba(0, 0, 0, 0.0) !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0.0) !important;
	color: rgba(0, 0, 0, .5);
}

.day-tabs .nav-tabs>li>a:hover {
	background-color: transparent !important;
	/*  border: medium none;*/
	border: 0px solid rgba(0, 0, 0, 0.0) !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0.0) !important;
	/*border-radius: 4px 4px 0px 0px;*/
	color: black;
}

.day-tabs .nav-tabs>li.active:hover>a {
	background-color: transparent !important;
	border: 0px solid rgba(0, 0, 0, 0.0) !important;
	border-bottom: 2px solid #0e0c4d !important;
	border-radius: 0px;
	color: rgba(0, 0, 0, .8);
}

.day-tabs .nav-tabs>li.active>a {
	background-color: transparent !important;
	border: 0px solid rgba(0, 0, 0, 0.0) !important;
	border-bottom: 2px solid #107db8 !important;
	border-radius: 0px;
	color: rgba(0, 0, 0, 1) !important;
	opacity: 1 !important;
}

.day-tabs .period-box {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 35px 20px;
	width: 100%;
	overflow: hidden;
	color: rgba(0, 0, 0, .6);
}

.day-tabs .period-box:last-of-type {
	border-bottom: none;
}

.day-tabs .period-time {
	width: 33%;
	float: left;
	text-align: center;
}

.day-tabs .period-subject {
	width: 33%;
	float: left;
	text-align: center;
}

.day-tabs .period-teacher {
	width: 33%;
	float: left;
	text-align: center;
}

.day-tabs .period-box:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.22);
}


/* ///////////////////Â */


/*exam tabs in the routine page*/

.exam-tabs .nav-tabs {
	background-color: white;
}

.exam-tabs .tab-content {
	background-color: white;
	color: rgba(0, 0, 0, .8);
	padding: 0px;
}

.exam-tabs .nav-tabs {
	border-bottom: 1px solid rgba(0, 0, 0, .0);
}

.exam-tabs .nav-tabs>li {
	display: block;
	text-align: center;
	width: 20%;
}

.exam-tabs .nav-tabs>li>a {
	border: 0px solid rgba(0, 0, 0, 0.0) !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0.0) !important;
	color: rgba(0, 0, 0, .5);
}

.exam-tabs .nav-tabs>li>a:hover {
	background-color: transparent !important;
	border: 0px solid rgba(0, 0, 0, 0.0) !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0.0) !important;
	/*border-radius: 4px 4px 0px 0px;*/
	color: black;
}

.exam-tabs .nav-tabs>li.active:hover>a {
	background-color: transparent !important;
	border: 0px solid rgba(0, 0, 0, 0.0) !important;
	border-bottom: 2px solid #0e0c4d !important;
	border-radius: 0px;
	color: rgba(0, 0, 0, .8);
}

.exam-tabs .nav-tabs>li.active>a {
	background-color: transparent !important;
	border: 0px solid rgba(0, 0, 0, 0.0) !important;
	border-bottom: 2px solid #107db8 !important;
	border-radius: 0px;
	color: rgba(0, 0, 0, 1) !important;
	opacity: 1 !important;
}

.exam-tabs .exam-box {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 35px 20px;
	width: 100%;
	overflow: hidden;
	color: rgba(0, 0, 0, .7);
}

.exam-tabs .exam-box:last-of-type {
	border-bottom: none;
}

.exam-tabs .exam-box:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.exam-tabs .exam-date {
	width: 33%;
	float: left;
	text-align: center;
}

.exam-tabs .exam-time {
	width: 33%;
	float: left;
	text-align: center;
}

.exam-tabs .exam-subject {
	width: 33%;
	float: left;
	text-align: center;
}


/* Â */

.calender-holder {
	width: 960px;
	margin: auto;
	/*	border:1px dotted blue;*/
	overflow: hidden;
}

.calender-holder p {
	margin: 0px;
	font-size: 14px;
	color: rgba(0, 0, 0, .7);
}

.date-holder {
	overflow: hidden;
	width: 400px;
	margin: auto;
}

.select-year {
	width: 180px;
	text-align: center;
	display: block;
	float: left;
}

.select-months {
	width: 180px;
	text-align: center;
	display: block;
	margin: auto;
	float: right;
}

.select-year select {
	background: white;
	width: 180px;
	padding: 5px;
	font-size: 13px;
	line-height: 1;
	border-radius: 0;
	height: 34px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px !important;
	color: black;
	outline: none;
}

.select-months select {
	background: white;
	width: 180px;
	padding: 5px;
	font-size: 13px;
	line-height: 1;
	border-radius: 0;
	height: 34px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px !important;
	color: black;
	outline: none;
}

.calender-body {
	/*padding: 10px;*/
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 80px;
}

.calender-all {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
}

.calender-box {
	width: 45%;
	overflow: hidden;
	margin-left: 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: 10px 0px;
	float: left;
}

.calender-date {
	width: 30%;
	float: left;
	text-align: center;
	line-height: 20px;
	padding: 10px;
}

.calender-num {
	width: 100%;
	display: block;
}

.calender-day {
	width: 100%;
	display: block;
}

.calender-events {
	width: 70%;
	float: right;
	text-align: center;
	line-height: 20px;
	padding: 10px;
}


/* eventsÂ */

.event-container {
	padding: 30px 80px;
	width: 100%;
}

.event-holder {
	width: 90%;
	margin: auto;
	overflow: hidden;
}

.event-holder p {
	margin: 0px;
}

.event-all {
	padding: 15px;
	overflow: hidden;
	width: 33.3%;
	width: calc(100% / 3);
	float: left;
}

.event-box {
	border: 1px solid rgba(0, 0, 0, .1);
	width: 100%;
	float: left;
}

.event-img {
	width: 100%;
	height: 200px;
	/*padding-bottom:56.25%;*/
	background: url('../images/background/mountain.png') center center;
}

.event-img img {
	width: 100%;
	height: auto;
}

.event-body {
	width: 100%;
	padding: 18px;
	height: 180px;
	overflow: hidden;
}

.modal-body .event-body {
	height: auto;
}

.event-foot {
	width: 100%;
	padding: 18px;
}

.event-heading p {
	font-size: 17px;
	font-weight: 600;
	margin: 10px 0px;
	text-transform: uppercase;
}

.event-content p,
.event-time p,
.event-venue p {
	font-size: 14px;
	color: rgba(0, 0, 0, .7);
	line-height: 25px;
}

.event-box {
	-webkit-transition: all .22s ease;
	-moz-transition: all .22s ease;
	-ms-transition: all .22s ease;
	-o-transition: all .22s ease;
	transition: all .22s ease;
}

.event-box:hover {
	box-shadow: 0px 2px 12px rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
	cursor: pointer;
}

.gallery-holder {
	width: 90%;
	margin: auto;
	margin-top: 20px;
}

#gallery-buttons {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.gallery-box {
	margin: 5px 5px;
	width: 320px;
	background: #999;
	height: 180px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	transition: all .15s ease-in;
}

.gallery-box:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 8;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+62,107db8+100&0+0,0+63,1+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 62%, rgba(249, 252, 253, 0) 63%, rgba(16, 125, 184, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 62%, rgba(249, 252, 253, 0) 63%, rgba(16, 125, 184, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 62%, rgba(249, 252, 253, 0) 63%, rgba(16, 125, 184, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#107db8', GradientType=0);
	/* IE6-9 */
	z-index: 99;
}

.gallery-box:nth-of-type(1) {
	background: url('../images/background/group.jpg')
}

.gallery-box:nth-of-type(2) {
	background: url('../images/background/bus.jpg')
}

.gallery-box:nth-of-type(3) {
	background: url('../images/background/puzzle.png')
}

.gallery-box:nth-of-type(4) {
	background: url('../images/background/discuss.jpg')
}

.gallery-box:nth-of-type(5) {
	background: url('../images/background/bus.jpg')
}

.gallery-box:nth-of-type(6) {
	background: url('../images/background/bus.jpg')
}

.gallery-box:nth-of-type(7) {
	background: url('../images/background/puzzle.png')
}

.gallery-box:nth-of-type(8) {
	background: url('../images/background/discuss.jpg')
}

.clear {
	clear: both;
	float: none;
	width: 100%;
}


/* line 22, ../sass/demo.scss */

.wrap {
	max-width: 1170px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}


/* line 32, ../sass/demo.scss */

.wrap .gallery a img {
	float: left;
	width: 20%;
	height: auto;
	border: 2px solid #fff;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-ms-transition: -ms-transform .15s ease;
	transition: transform .15s ease;
	position: relative;
}


/* line 46, ../sass/demo.scss */

.wrap .gallery a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 5;
}


/* line 57, ../sass/demo.scss */

.wrap .gallery a.big img {
	width: 40%;
}


/* line 65, ../sass/demo.scss */

.align-center {
	text-align: center;
}

.gallery {
	display: none
}

#gallery {
	display: block
}


/*vacancy*/

.meet-all {
	margin: 20px 0px;
	overflow: hidden;
	font-family: 'open sans';
	font-size: 14px;
}

.meet-tabs {
	width: 25%;
	float: left;
	position: relative;
	z-index: 9;
}

.meet-content {
	width: 75%;
	float: right;
	padding: 0px 30px;
}

.meet-tabs li {
	float: none;
}

.meet-tabs li.active a {
	background: #107db8;
}

.meet-tabs li a {
	border-radius: 0;
	color: #333;
	padding: 10px 15px;
}

.meet-header {
	font-weight: bold;
	font-size: 20px;
}

.meet-para {
	margin-top: 10px !important;
}

.nav-pills>li+li {
	margin-left: 0;
}

.vacancy-btn {
	text-decoration: none;
	color: white;
	padding: 2px 15px;
	background: #95ca3e;
	margin-top: 20px;
	display: inline-block;
}

.vacancy-btn:nth-last-of-type(1) {
	margin-left: 10px;
}

.vacancy-btn:hover {
	color: white;
}


/*bootstrap modal*/

.vacancy-modal .modal-dialog {
	width: 60%;
}

.vacancy-modal .modal-body {
	overflow: hidden;
}

.vacancy-input {
	width: 50%;
	float: left;
	padding: 10px;
	font-size: 13px;
}

.vacancy-modal input[type="text"],
.vacancy-modal input[type="email"],
.vacancy-modal input[type="number"] {
	width: 100%;
}

.vacancy-modal label {
	font-size: 13px;
	margin-bottom: 2px;
}

.vacancy-div {
	width: 100%;
	overflow: hidden;
}

.vacancy-modal select {
	width: 100%;
}

.vacancy-modal .vacancy-submit {
	font-size: 13px;
	padding: 10px 15px;
	color: white;
	background: #95ca3e;
	border-radius: 4px;
	border: none;
}

.vacancy-modal textarea {
	width: 100%;
	border: 1px solid #ddd;
}


/*FORUM SECTION*/

.forum-div {
	margin-top: 50px;
	width: 50%;
	float: left;
	padding: 10px;
	overflow: hidden;
}

.forum-box {
	height: auto;
	background: #ddd;
	overflow: hidden;
}

.forum-pic {
	background-size: cover !important;
	height: 200px;
}

.h2-forum {
	font-weight: bold;
	font-size: 20px;
	margin-top: 80px;
	text-align: center;
}

.forum-heading {
	padding: 10px;
	border-bottom: 1px dotted #ddd;
	margin-top: 10px;
}

.post-artist {
	color: darkblue;
	margin-top: 0 !important;
}

.post-title {
	margin-top: 2px !important;
	color: #444;
}

.more {
	font-size: 14px;
	color: red;
	margin-top: 0 !important;
	display: inline-block;
}

.forum-link {
	text-decoration: none !important;
}

.discussion-artist {
	font-size: 14px;
	color: darkblue;
}

.comment-artist {
	font-size: 13px;
	color: darkblue;
}

.discussion-comment {
	font-size: 13px;
	color: darkblue;
}

.discussion-title {
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
}

.discussion-inner {
	margin-top: 20px;
	font-size: 15px;
	line-height: 20px;
}

.input-discussion {
	margin-top: 40px;
}
.input-discussion input[type=text]{
	width: 50%;
	border: 1px solid #ddd;
	font-size: 15px;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 20px;
}
.input-discussion textarea {
	width: 100%;
	border: 1px solid #ddd;
	font-size: 15px;
	border-radius: 4px;
	padding: 10px;
	
}
.chat-img{
	margin-top: 23px;
}
.textarea-control{
	height: 100px;
	font-family: 'open sans';
	font-size: 13px;
	color: #222;
}
.emoji-wysiwyg-editor:empty:before {
    content: attr(placeholder);
    color: #777;
	font-family: 'open sans' !important;
}
.input-discussion textarea:focus {
	outline: none;
}
.chat-div{
	overflow: hidden;
}
.chat-div input[type="submit"] {
	border: none;
	font-size: 14px;
	padding: 10px 15px;
	background: #95ca3e;
	color: white;
	margin-top: 10px;
	float: right;
}

.discussion-comment {
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 70%;
	margin-left: 70px;
	padding: 10px;
}

.discussion-holder {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}



.discussion-pp {
	height: 60px;
	width: 60px;
	background: navy;
	position: absolute;
	font-size: 24px;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 55px;
}

.comment-content {
	margin-top: 10px;
	color: #222;
	line-height: 18px;
}

.bold {
	font-weight: bold;
}

.director-image {
	height: 150px;
	width: 150px;
	border: 1px solid #ddd;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.director-image p {
	background: rgba(0, 0, 0, .3);
	font-size: 12px;
	color: white;
	line-height: 18px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 5px;
	width: 100%;
}

.directors {
	margin-bottom: 25px;
	float: left;
	width: 180px;
	text-align: center;
}

.director-image {
	background-size: cover !important;
}

.multiple-pictures {
	height: 120px;
	width: 180px;
	background: black;
	margin: 10px;
	display: inline-block;
}

.imgG {
	margin-top: 20px;
}

.map {
	height: 320px;
	width: 100%;
}

.extra-img {
	width: 100%;
	height: 350px;
	background-size: cover !important;
	margin-top: 30px;
}
.download-div{
	border: 1px solid #ddd;
	overflow: hidden;
}
.download-img{
	width: 120px;
	height: 120px;
	background: url(../images/background/download.png) center;
	background-size: cover;
	float: left;
}
.download-content{
	float: left;
	padding-left: 60px;
}
.download-content a{
	font-size: 14px;
}


@media all and (max-width: 1160px) {
	.event-holder {
		width: 100%;
	}
	.event-container {
		padding-right: 35px;
		padding-left: 35px;
	}
}

@media all and (max-width: 1120px) {
	.notification-holder {
		width: 100%;
	}
	.about-holder {
		width: 100%;
	}
	.routine-holder {
		width: 100%;
	}
	.calender-holder {
		width: 100%;
	}
	.calender-box {
		width: 100%;
		clear: both;
		margin-top: 15px;
		margin-left: 0px;
	}
	.calender-all {
		margin-top: 0px;
	}
}

@media all and (max-width: 992px) {
	
	.wrapper-intro {
		padding-left: 80px;
		padding-right: 80px;
	}
	
	.wrapper-info {
		padding-left: 80px;
		padding-right: 80px;
	}
	.news-carousel {
		top: -30px;
		padding: 0px;
		position: relative;
		right: 0px;
		background: rgba(236, 240, 241, 0.8);
		-webkit-transition: all .15s linear;
		-moz-transition: all .15s linear;
		-ms-transition: all .15s linear;
		-o-transition: all .15s linear;
		transition: all .15s linear;
	}
	.swiper-container {
		width: 100%;
		height: auto;
		background: white;
		box-shadow: -2px 2px 6px rgba(0, 0, 0, .12)
	}
	#close-carousel {
		display: none;
	}
	.newsandevents {
		margin: auto;
		text-align: center;
		font-size: 36px;
		height: 100%;
		line-height: 50px;
		font-weight: 300;
		position: relative;
		float: left;
	}
	.header-line {
		display: none;
	}
	.header-box {
		position: relative;
		height: 50px;
		margin: auto;
		margin-bottom: 100px;
	}
	.header-style {
		height: 50px;
		position: relative;
		margin: auto;
		background: white;
		z-index: 99;
		overflow: hidden;
	}
	.download-links {
		margin-top: 30px;
		text-align: center !important;
	}
	.copyright {
		text-align: center;
	}
	.footer h4 {
		margin-top: 15px;
	}
	.search-box {
		border-radius: 0px;
		position: absolute;
		width: 100%;
		top: 0px;
		right: 20px;
		width: 240px;
		font-family: 'Raleway', serif;
	}
	.login,
	.login-all {
		right: 24px;
	}
	.event-all {
		width: 50%;
		float: left;
	}
	.search-box {
		right: 0px;
		width: 100%;
		width: 100%;
		height: 50px;
		padding: 0;
		overflow: hidden;
		background: rgba(0, 0, 0, .8);
		font-family: 'Raleway', serif;
	}
	.search-box>form {
		height: 50px;
		padding: 0;
		margin: 0;
		overflow: hidden;
		padding-top: 5px;
		width: 220px;
		position: absolute;
		right: 5px;
	}
	.search-box>form>input {
		width: 140px;
		height: 40px;
		display: inline-block;
	}
	.search-box>form>input::placeholder {
		color: white;
	}
	.search-box-all {
		right: 0px;
		width: 100%;
		width: 100%;
		height: 50px;
		padding: 0;
		overflow: hidden;
		/*background:rgba(0,0,0,.8);*/
		font-family: 'Raleway', serif;
	}
	.search-box-all>form {
		height: 50px;
		padding: 0;
		margin: 0;
		overflow: hidden;
		padding-top: 5px;
		width: 220px;
		position: absolute;
		right: 5px;
	}
	.search-box-all>form>input {
		width: 140px;
		height: 40px;
		display: inline-block;
	}
	.newsandevents {
		margin: auto;
		text-align: center;
		margin-bottom: 0px;
		height: 100%;
		line-height: 50px;
		font-weight: 300;
		width: 100%;
	}
	.header-box {
		margin-bottom: 20px;
	}
	.footer-li-manage{
		width:100px !important;margin-top:10px;
		
	}
	/*.footer-li-manage:last-of-type{
		clear: both;
	}*/
	.list-unstyled{
		clear:both;
		width: 100%;
		overflow: hidden;
	}

.clear-both-div{
		clear: both;
		margin-top:50px;
		padding-top: 10px;
	}
	.inline-last{
		float:left;
		width:auto !important;margin-top:10px;padding-right: 50px;
		
	}
	

	.download-links>span{
		display: block;

	}
	.copyright{
		/*text-align: left;
		position: absolute;
		bottom: -120px;*/
		display:  none;
	}
	.download-links{
		margin: 0px !important;
	}
	.download-links>a{
		display: block;
		float: left;
		/*margin-bottom: 10px;*/
	}
	.download-links>a:last-of-type{
		
		padding-top:7px
	}
	.download-links>a:first-of-type{
		margin-right: 20px;
	}
}

@media all and (max-width:768px) {
	.header-main{
/*		height: 160px;*/
width:100%;
	}
	.main-logo img{height:13vh;}
	.wrapper-intro {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.wrapper-info {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.wrapper-info .info-div{
		padding-left: 10px;
		padding-right: 10px;
		border-right: 0px solid #000;
	}
	.search-div {
		display: none;
	}
	.portal-div {
		display: none;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.navbar .navbar-nav {
		display: block;
		clear: both;
		text-align: center;
		vertical-align: top;
		margin-left: 0;
	}
	.navbar .navbar-collapse {
		text-align: left;
	}
	.wrapper-intro {
		padding-left: 5%;
		padding-right: 5%;
	}
	.info-div {
		padding: 0px 5%;
	}
	.activity-content {
		padding: 50px;
		margin-top: 0;
	}
	.select-year {
		width: 180px;
		clear: both;
		float: none;
		width: 100%;
	}
	.select-months {
		margin-top: 20px;
		width: 180px;
		clear: both;
		float: none;
		width: 100%;
	}
	.fontbig {
		margin-top: 50px;
	}
	.select-first {
		width: 100%;
		clear: both;
	}
	.select-second {
		width: 100%;
		clear: both;
		margin-top: 15px;
	}
	.notification-heading {
		clear: both;
	}
	.notification-date {
		clear: both;
		text-align: left !important;
		width: 100%;
		margin-top: -10px;
	}
	.content>h2 {
		font-size: 30px !important;
	}
	.header-box {
		/*padding: 0 !important;*/
		/*clear: both !important;*/
		width: 100%;
		text-align: left;
	}
	.header-style {
		/*clear: both;*/
		/*margin: 0 0;*/
		width: 100%;
		/*text-align: left;*/
	}
	.header-style h2 {
		text-align: left;
		width: 100%;
	}
	.header-line {
		display: none;
	}
	.search-box {
		right: 0px;
		width: 100%;
		width: 100%;
		height: 50px;
		padding: 0;
		overflow: hidden;
		background: rgba(0, 0, 0, .8);
		font-family: 'Raleway', serif;
	}
	.search-box>form {
		height: 50px;
		padding: 0;
		margin: 0;
		overflow: hidden;
		padding-top: 5px;
		width: 220px;
		position: absolute;
		right: 5px;
	}
	.search-box>form>input {
		width: 140px;
		height: 40px;
		display: inline-block;
	}
	.search-box-all {
		right: 0px;
		width: 100%;
		width: 100%;
		height: 50px;
		padding: 0;
		overflow: hidden;
		/*background:rgba(0,0,0,.8);*/
		font-family: 'Raleway', serif;
	}
	.search-box-all>form {
		height: 50px;
		padding: 0;
		margin: 0;
		overflow: hidden;
		padding-top: 5px;
		width: 220px;
		position: absolute;
		right: 5px;
	}
	.search-box-all>form>input {
		width: 140px;
		height: 40px;
		display: inline-block;
	}
	.logo-brand {
		font-size: 26px;
		float: left;
		margin: 30px 40px;
		position: absolute;
	}
	.event-all {
		width: 100%;
		clear: both;
	}
	.info-img {
		height: 45vw;
		margin-top: 20px;
	}

	.navbar-nav .open .dropdown-menu{
		position: relative !important;
		border:0px !important;
		width:100%
	}
		.navbar-nav .open .dropdown-menu li a{
			height: 42px;
			border-bottom: 1px solid #eee;
			line-height: 42px;
		}
}

@media all and (max-width:605px) {
	.big-images {
		width: 100%;
		clear: both;
	}
	.shift-right {
		width: 100% !important;
		clear: both;
	}
	.download-links img {
		margin: 8px 0px;
		display: block;
		margin: auto;
		margin-top: 5px;
	}
	.heading {
		width: 100%;
	}
	.swiper-slider {
		height: auto;
	}
	.newsandevents {
		margin: auto;
		text-align: center;
		margin-bottom: 0px;
		font-size: 32px;
		height: 100%;
		line-height: 50px;
		font-weight: 300;
		width: 100%;
	}
	.header-box {
		margin-bottom: 20px;
	}


	
}

.gallery-box {
	/*height:160px;*/
	width: 200px;
	height: 200px;
	margin: 3px 2px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	opacity: .93;
}

.gallery-box>div {
	position: relative;
	padding: 20px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.05);
}

.gallery-box div p {
	/*height:20px;*/
	margin: 0px;
	position: relative;
	z-index: 99;
}

.gallery-box>div>div {
	position: absolute;
	bottom: 10px;
	right: 10px;
	;
}

.gallery-box>div {
	color: #fff;
	text-align: right;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

/*.gallery-box>div>div>p:nth-of-type(1) {
	font-size: 48px;
}*/

.gallery-box:hover {
	opacity: 1 !important;
	-webkit-transform: scale(1.04) !important;
	-ms-transform: scale(1.04) !important;
	-moz-transform: scale(1.04) !important;
	-o-transform: scale(1.04) !important;
	transform: scale(1.04) !important;
}

.clickable {
	text-decoration: none;
	color: #111;
}

.clickable:hover {
	opacity: .8;
	color: #333;
}

.slider-text {
	width: 100%;
	height: auto;
}

.slider-para {
	width: 100%;
	height: auto;
}

 .comment-textarea-emoji{
	 font-size: 14px !important;
	 color:#222 !important;
	 font-weight: 400 !important;
	 padding: 0px;
 }

 .event-img{
	 background-size: cover !important;
 }

 .event-page-header{
	 background-size: cover;
	 background-position: center;
	 padding: 0;
	 margin: 0;
	 width: 100%;
	 background-repeat: no-repeat;
 }

 .event-page-header  img{
	 width: 100%;
 }


 .about-body p{
 margin: 0px !important;
    font-family: 'open sans' !important;
    font-size: 15px !important;
    line-height: 30px !important;
    /*margin-top: 20px;*/
 }
 .member-list li{
	 padding-top:5px;
 }
 .event-title-text{
	position:absolute;top:calc(32% - 20px);width:100%;text-align:center;font-size:40px;text-shadow: 2px  2px rgba(0,0,0,.3);color:#fff;font-weight:bold
 }

 .event_page_body{
	 position: relative;
	 margin: 0 auto;
	 max-width: 900px;
	 padding: 60px 40px;
	 font-size: 15px;
	 line-height: 26px;
 }

 @media screen and (max-width: 620px) {
	  .event-title-text{
   top:calc(12% - 20px) !important;}
}

.footer-li-manage{
	float:left;width: 50%;
}

*{
	 text-align: justify;
    text-justify: inter-word;
}
@media all and (min-width:769px){
/*------commented here----*/
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.day-tabs .nav-tabs>li.active>a, 
.day-tabs .nav-tabs>li.active>a:hover{
	background:#107db8 !important;
	border-bottom-color: #107db8 !important;
	color:#fff !important;
}
}
.about-body h3{
	font-weight: bold !important;
	margin-top: 38px !important;
}

.about-holder div.principal-images{
		margin-top:10px;
}


.member-list.circles li:before{
	content:'\f178';
	font-family: FontAwesome;
	padding-right: 9px;
}
.member-list.circles li{
	padding-top: 10px !important;
}

.about-body.rules li:before{
	content:'\f178';
	font-family: FontAwesome;
	padding-right: 9px;
	
}
.about-body.rules li{
	padding-top: 20px !important;
}



 #___gcse_0{ position: absolute;
    width: 262px;
    right: 65px;
    top: 60px;
 }

 .cse .gsc-control-cse, .gsc-control-cse{
	 background: rgba(0,0,0,0) !important;
	 border:0px solid #fff !important;
 }

 .gsc-search-button.gsc-search-button-v2, .gsc-search-button.gsc-search-button-v2:focus, .gsc-search-button.gsc-search-button-v2:hover{
	 width:25px !important;
	 height: 25px !important;
	 background: rgba(0,0,0,0) !important;
	 border-radius: 4px !important;
	 border: 1px solid rgba(0,0,0,0) !important;
	 position: relative !important;
	 z-index: 4 !important;
	 display: none;
 }
h-button input{
		width:100px !important;
	}

	@media all and (max-width:800px){

			#___gcse_0{ position: absolute;
				width: 160px;
				right: 0px;
			}

	}

		@media all and (max-width:768px){

			#___gcse_0{ position: absolute;
				width: 210px;
				left: calc(50% - 105px);
				top:136px
			}

	}


		@media all and (max-width:580px){

			#___gcse_0{ position: absolute;
				right: -20px;
			}

	}

	.message-2{
		display: none;
	}

	@media all and (min-width:605px)  and (max-width:992px){
		.message-box{
			display: none
		}
		.message-2{
		display: block;
	}
	}

	@media all and (max-width:576px){
		.name-highlights{
			width:100%;
			text-align: center;
			margin: 0px;
		}
	}
/*
	.owl-wrapper-outer,.owl-carousel{
		height:28vw !important
	}*/

	@media all and (max-width:719px){
		.imageGallery1 > a{
			width: 50%;
			padding-bottom:50%;
			display: block;
			float: left;
			position: relative;
			overflow: hidden;
		}

		.imageGallery1 > a >div{
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;

		}

		#gallery-buttons > a{
			width: 50%;
			padding-bottom:50%;
			display: block;
			float: left;
			position: relative;
			overflow: hidden;
		}

		#gallery-buttons > a >div{
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;

		}
		#gallery-buttons > a >div p{
			font-size: 14px;
			text-align: right;
			width:100%;
			
		}
		.event-container{
			padding-left: 20px;
			padding-right: 20px;
		}
	}