/* general */

.content-wrapper{
    margin-top: 66px;
    background: transparent;
}

.t-center {
	text-align: center;
}
.t-left {
	text-align: left;
}
.t-right {
	text-align: right;
}
.p-box-y {
	padding: 30px 0px; 
}
.p-box-x {
	padding: 0px 30px;
}
.shadow-box {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.shadow-box-h {
	box-shadow: none;
	transition: .2s;
}
.shadow-box-h:hover {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.y-grey-box {
	background-color: #edf4f8;
	padding: 15px;
}
.b-radius {
	border-radius: 4px;
}
.y-bottom-align {
	margin-top: auto;
}
.g-box {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #85bc42;
	color: #fff;
	font-size: 18px;
}
/* typography */

.y-text {
	font-size: 14px;
	line-height: 18px;
	color: #2d3e50;
}
.y-text p {
	font-size: 14px;
	line-height: 18px;
	color: #2d3e50;
}
.y-text-g {
	color: #6e767c;
}
.y-box-heading {
	color: #2d3e50;
	margin: 5px 0px;
	font-size: 18px;
}

.y-heading {
	display: inline-block;
	color: #2d3e50;
	font-weight: 300;
	margin: 5px 0px 25px 0px;
	position: relative;
	min-width: 260px;
	width: auto;
}
.y-heading p {
	margin: 3px 0px;
	font-size: 16px;
	line-height: 20px;
}
.y-heading.h-s {
	font-size: 24px;
	line-height: 28px;
}
.y-heading.h-m.md-s {
	min-width: auto;
}
@media (max-width: 768px) {
	.y-heading.h-m.md-s {
		font-size: 24px;
		line-height: 1;
	}
}
.y-heading.h-m {
	font-size: 36px;
	line-height: 40px;
}
.y-heading.h-l {
	font-size: 44px;
	line-height: 50px;
}
.icon:before {
	position: absolute;
	display: block;
	font-family: 'FontAwesome';
	font-size: 20px;
	width: 34px;
	height: 22px;
	background-color: #fff;
	line-height: 22px;
	text-align: center;
	bottom: -22px;
	z-index: 3;
	left: calc(50% - 17px);
}
.y-heading.w-divider:after {
	position: absolute;
	display: block;
	content: '';
	min-width: 260px;
	height: 1px;
	bottom: -10px;
	left: calc(50% - 130px);
	background-color: #85bc42;
	z-index: 0;
}

.y-heading.y-color-white {
	color: #fff;
}
.y-heading.y-color-white.w-divider:after {
	background-color: #fff;
}

/* heading divider icons */

.icon.graduation:before {
	content: '\f19d';
}
.icon.question:before {
	content: '\f059';
}
.icon.news:before {
	content: '\f1ea';
}
.icon.quotes:before {
	content: '\f10e';
}

/* buttons */

.button {
	outline: none;
	text-decoration: none;
	border: none;
	display: inline-block;
	padding: 0px 15px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	background-color: #9ac947;
	border-radius: 4px;
	cursor: pointer;
	transition: .2s;
	margin: 10px 0px;
}
.button:hover,
.button:active,
.button:focus {
	background-color: #86bc42;
	color: #fff;
}

/* navigation */

.navbar.navbar-default.navbar-fixed-top.top-navigation {
	height: auto;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.navbar-header,
.navbar-collapse {
	text-align: center;
}
.navbar-brand img {
	width: 100px;
	height: auto;
	margin-top: 12px;
}
.navbar-brand {
	margin: 0px !important;
}
.navbar-collapse .navbar-nav {

}
.navbar-collapse .navbar-nav li:hover {

}
.navbar-collapse .navbar-nav li a {
	font-size: 18px;
	padding: 22px 15px;
	color: #2d3e50;
	transition: .3s;
}
.navbar-collapse .navbar-nav li a:hover {
}
.navbar-collapse .navbar-nav li.active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
	color: #86bc42;
}
.navbar-collapse .navbar-nav li.active a {

}
.navbar-collapse .navbar-nav li a:after {
	position: absolute;
	top: 50px;
	left: 0px;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #86bc42;
    transition: width .3s;
}
.navbar-collapse .navbar-nav li a:hover::after {
	width: 100%;
}
.navbar-default .navbar-nav>.open>a {
	color: #86bc42 !important;
	background-color: transparent !important;	
}
.dropdown-menu>li>a:hover {
	background-color: transparent !important;
	padding: 10px 15px !important;
}
.dropdown-menu>li>a {
	padding: 10px 15px !important;
}


.right-menu {
	width: 20%;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 65px;
	/*overflow-y: hidden;*/
	background-color: #85bc42;
}
.nav-triangle {
	display: inline-block;
	width: 0;
	height: 65px;
	background: #fff;
	margin: 0px -2px 2px 0px;
	border-style: solid;
	border-width: 0 0 65px 76px;
	border-color: transparent transparent #85bc42 transparent;
}
.social-links {
	display: inline-block;
}
.social-links ul {
	margin: 0px;
	padding: 0px 10px;
}
.social-links ul li {
	list-style-type: none;
	float: left;
	line-height: 66px;
	margin-right: 10px;
}
.social-links ul li a {
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
}
.menu-control {
	position: relative;
	height: 66px;
	/*min-width: 130px;*/
	width: auto;
	display: inline-block;
	flex-direction: column;
}
.menu-control .lang {
	position: absolute;
	top: 22px;
	left: 0px;
}
.menu-control .lang ul.dropdown-menu {

}

/* carousel */

.carousel-indicators {
	display: none;
}
.carousel-caption.y-slide-caption {
	bottom: auto;
	top: 50px;
	text-shadow: none;
}
@media (max-width: 768px) {
	.header-carousel-button-wrapper {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 30px;
	}
	.header-carousel-button {
		/*position: absolute;*/
	}
}
@media (max-width: 768px) {
	.carousel-caption.y-slide-caption {
		height: 100%;
	}
}
.bottom-banner .carousel-caption.y-slide-caption {
	top: 20px;
}
.carousel-caption.y-slide-caption .y-heading.h-m {
	color: #fff;
}
.bottom-banner .carousel-inner .img {
    height: 550px;
}

/* pages */

.schedule-wrapper {
	padding-top: 70px;
}
.news-general-wrapper {
	padding-top: 0px;
}

/* pagination */

.pagination {

}
.pagination span {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: #2d3e50;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
}
.pagination span a {
	color: #fff;
}
.pagination span.current {
	background-color: #85bc42;
}

/* feedback form */

.feedback-form-button {
	cursor: pointer;
	display: inline-block;
	position: fixed;
	height: 60px;
	width: 60px;
	background-color: #f3c600;
	border-radius: 50%;
	bottom: 20%;
	right: 10%;
	z-index: 999;
	line-height: 74px;
	text-align: center;
}
.feedback-form-button .bloom-circle {
	display: inline-block;
	position: absolute;
	height: 76px;
	width: 76px;
	border: 3px solid red;
	border-radius: 50%;
	top: -8px;
	left: -8px;
	animation: bloom ease-in-out .75s infinite;
}
.feedback-form-button svg {
	color: #fff;
	height: 26px;
	width: 26px !important;
}
#feedback-modal .y-heading {
	margin: 0px;
	width: auto;
	display: inline-block;
	text-align: center;
}
#feedback-modal .modal-footer {
	text-align: center;
}

@keyframes bloom {
	0% {
		opacity: 1;
	}
	40% {
		opacity: .6;
	}
	100% {
		opacity: .3;
	}
}

/* subscribe news */

.subscribe-news-wrapper {
	min-height: 200px;
	height: auto;
	width: 100%;
	background-color: grey;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.subscribe-news-wrapper .overlay {
	background-color: rgba(45, 62, 80, .7);
	min-height: 200px;
	height: auto;
	width: 100%;
}
.subscribe-news-wrapper form {
	text-align: center;
}
.subscribe-news-wrapper #subscribe_email {
	background-color: #2d3e50;
	outline: none;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 4px;
	height: 34px;
	line-height: 34px;
	padding: 0px 10px;
	color: #fff;
	min-width: 200px;
	margin-right: 10px; 
}

/* footer */

.footer {
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #85bc42;
	text-align: center;
}
.mt-0 {
    margin-top: 0;
}
.mt-1 {
	margin-top: 10px;
}
.mb-5 {
	margin-bottom: 50px;
}
@media (max-width: 450px) {
	.w-xxs-100 {
		width: 100%;
	}
	.w-xxs-80 {
		width: 80%;
	}
	.w-xxs-50 {
		width: 50%;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.col-smd-4 {
		float: left;
		width: 33.3333333333%;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-smd-6 {
		float: left;
		width: 50%;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

