@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:300,400,500,700&subset=latin-ext');

html {
	background: #f4f4f4;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
	color: #45763c;
}

h1, h2, h3, h4, h5,
.uk-h1, .uk-h2, .uk-h3, .uk-h4,
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
	font-family: 'Raleway', sans-serif;
}
.uk-navbar-item, .uk-navbar-nav>li>a {
	font-weight: 600;
	letter-spacing: 1.4px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
	background: transparent;
}

.navbar-small .uk-navbar {
	height: 40px;
	padding: 10px;
}

.mobile-menu {
    background: #45763c;
    color: #fff;
    padding: 5px;
    position: relative;
}
.mobile-menu:after {
    content: "Menu";
    position: absolute;
    left: -10px;
    color: #45763c;
    left: -35px;
    font-size: 10px;
}

#mobile-menu .mod-languages {
	margin: 30px 0 -20px 0;
	background: rgba(255,255,255,.2);
}

#mobile-menu .mod-languages .lang-active a {
	border-bottom: 2px solid tomato;
}

.uk-navbar-sticky,
.uk-navbar-sticky .logo,
.uk-navbar-sticky .logo img,
.uk-navbar-sticky .logo svg {
	-webkit-transition: all 0.3s cubic-bezier(0.2, 0.5, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.2, 0.5, 0.3, 1);
}

.uk-sticky-below .uk-navbar-sticky {
	height: 85px;
}
.uk-sticky-below .uk-navbar-sticky .logo {
	padding: 3px;
}
.uk-sticky-below .uk-navbar-sticky .logo img,
.uk-sticky-below .uk-navbar-sticky .logo svg {
	width: 100px;
}

header {
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
}

header nav .uk-navbar-nav li a,
header nav a {
	color: #fff;
	border-bottom: 2px solid transparent;
}
header nav .uk-navbar-nav li a:hover,
header nav a:hover {
	color: #fff;
	border-bottom: 2px solid rgba(255,255,255,.6);
}
header nav .uk-navbar-nav li.active a {
	color: #fff;
	border-bottom: 2px solid rgba(255,255,255,1);
}
header nav .uk-navbar-nav li a:focus {
	color: #f4f4f4 !important;
	border-bottom-color: #45763c4d !important;
}

.logo {
	background: #fff;
	padding: 10px 20px;
	border-bottom-left-radius: 24px;
}

.logo-img #Group {
	fill: #45763c;
}
#footer-logo #logo {
	fill: #ffffff;
}
footer a {
	color: #fff;
	font-weight: bold;
}
footer a:hover {
	color: #f4f4f4;
}

.sub-logo {
	border-bottom-right-radius: 18px;
}


.intro {
	margin-top: -20px;
}

@media only screen and (max-width: 820px) {
	.logo-img {
		width: 90px;
	}
}


/*
	
@media only screen and (max-width: 1024px) {
	.intro {
		margin-bottom: -210px;
	}
}
@media only screen and (max-width: 1680px) {
	.intro {
		margin-bottom: -100px;
	}
}

@media only screen and (max-width: 900px) {
	.intro {
		min-height: auto;
		margin-bottom: 420px;
	}
}
@media only screen and (max-width: 700px) {
	.intro {
		min-height: auto;
		margin-bottom: 360px;
	}
}
@media only screen and (max-width: 420px) {
	.intro {
		min-height: auto;
		margin-bottom: 200px;
	}
}
*/

.icon-fade {
	color: rgba(255,255,255,.2);
	top: 18%;
	left: 6%;
	font-size: 22px;
}

.circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	padding: 10px;
	background: #fff;
	position: relative;
	border: 3px solid rgba(255,255,255,.6);
}

.circle-secondary-fade {
	background-color: #3c7276cc;
	color: #fff; 
}
.circle-white-fade {
	background-color: rgba(255,255,255,.7);
	color: #3c7276;
}

.from-top img {
	position: relative;
}
.from-top:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: -4%;
	left: -3%;
	background: #ddd;
	content: "";
	border-radius: 4px;
}

.from-top.from-top-white:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: -4%;
	left: -3%;
	background: #ffffff4d;
	content: "";
	border-radius: 4px;
}

.features {
	background: #fff;
}

.learn {
	position: relative;
}
.learn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
}
.learn .uk-container {
	position: relative;
}

.uk-card-primary {
	background: #45763c; /* #3c7276 */
}

.uk-card-secondary {
	background: #934c4c;
	color: #fff;
}

.uk-card-gray-light {
	background-color: #E3E3E3;
}

.uk-text-primary {
	color: #45763c !important; /* #3c7276 */
}

.uk-text-secondary {
	color: #934c4c !important;
}

.tm-text-white {
	color: #fff !important;
}

.uk-button {
	border-radius: 8px;
}

.uk-button-primary {
	background: #45763c; /* #3c7276 */
	color: #fff;
}
.uk-button-primary:hover {
	background: #ad946d;
	color: #fff;
}
.uk-button-outline {
	background-color: transparent;
	color: #45763c; /* #3c7276 */
	border: 1px solid #45763c; /* #3c7276 */
}
.uk-button-outline:hover {
	background-color: #ad946d;
	color: #fff;
}
.uk-button-outline-white {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.uk-button-outline-white:hover {
	background-color: #45763c; /* #3c7276 */
	color: #fff;
}

.uk-card-primary-fade h1, 
.uk-card-primary-fade h2,
.uk-card-primary-fade h3,
.uk-card-primary-fade h4,
.uk-card-primary-fade h5 {
	color: #fff;
}

.uk-background-primary {
	background: #45763c; /* #3c7276 */
}


.move-top {
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.5, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.5, 0.3, 1);
}
.move-top:hover {
	-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}


.tm-heading-line-bold span:before,
.tm-heading-line-bold span:after {
 border-width: 2px;
}

.tm-heading-line-bold.uk-text-primary span:before,
.tm-heading-line-bold.uk-text-primary span:after {
	border-color: #45763c; /* #3c7276 */
}

.tm-heading-line-bold.uk-text-secondary span:before,
.tm-heading-line-bold.uk-text-secondary span:after {
	border-color: #477ba7;
}


.tm-padding-horizontal {
	padding-left: 30px;
	padding-right: 30px;
}

.tm-padding-horizontal-large {
	padding-left: 60px;
	padding-right: 60px;
}
.tm-padding-xlarge {
 padding: 50px 100px;
}

.tm-box-shadow-none {
	box-shadow: none;
}

footer {
	background: #45763c; /* #3c7276 */
	position: relative;
	color: #fff !important;
}
footer h1,
footer h2,
footer h3,
footer h4 {
	color: #fff !important;
}

footer ul li a {
	color: #fff !important;
}

.page-header {
	background-color: #ddd;
	position: relative;
	margin-top: -20px;
}
.page-header:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(255,255,255,.85);
	background: linear-gradient(120deg, rgba(0,0,0,.4), rgba(255,255,255,.6), rgba(255,255,255,.8), rgba(255,255,255,.9));
}
.page-header .uk-container {
	position: relative;
}

.heading-primary {
	color: #45763c;
}
.heading-primary > ::after, .heading-primary > ::before {
	border-bottom-color: #45763c;
}

.heading-white {
	color: #fff;
}
.heading-white > ::after, .heading-white > ::before {
	border-bottom-color: #fff;
}

.language ul li.lang-active {
	border-bottom: 2px solid rgba(255,255,255,.6);
}

.uk-alert-muted {
	background: #e0e0e0;
}



/*
/* PAGES
*/

.page-home .top-a {
	background: #45763c;
	color: #fff;
}
.page-home .top-a a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.page-about .top-b {
	background: #45763c;
	color: #fff;
}
.page-about .top-d  {
	background: #fff;
}

.page-course .top-b {
	background: #a86363;
}

.page-course .bottom-a {
	background: #fff;
}

.page-visitors .top-b,
.page-visitors .bottom-b {
	background: #fff;
}
.page-visitors .bottom-a {
	background: #a86363;
	color: #fff;
}
.page-visitors .bottom-a .uk-text-large {
	color: #fff;
}

.page-accomodation .top-b {
	background: #a86363;
}
.page-accomodation .top-c,
.page-contact .top-b {
	background: #fff;
}


.uk-subnav-pill > * > :first-child {
	background: #fff;
	color: #45763c;
}
.uk-subnav-pill > .uk-active > a {
	background-color: #45763c;
}
.tm-subnav-large > * > :first-child {
	font-size: 18px;
	padding: 10px 15px;
}

.quote {
	position: relative;
}
.quote blockquote {
	font-size: 2rem;
}
.quote .quote-icon {
	position: absolute;
	top: -50px;
	left: -50px;
	opacity: .3;
	color: #45763c;
}

.acym_form input.cell {
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	border: 0 none;
	padding: 0 10px;
	background: #fff;
	color: #666;
	border: 1px solid #e5e5e5;
	transition: .2s ease-in-out;
    transition-property: all;
	transition-property: color,background-color,border;
}
.acym__users__creation__fields__title {display: none;}


.uk-navbar-right .uk-icon-button {
	background: #45763c;
	color: #fff;
	padding: 5px;
}

.scroll-down {
	bottom: 15%;
}

.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
}

.arrows path {
	stroke: #fff;
	fill: transparent;
	stroke-width: 1px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}

@media only screen and (max-width: 1800px) {
	.uk-navbar-item, .uk-navbar-nav>li>a {
		font-size: .690rem;
		padding: 0 10px;
	}
}
div.mod-languages a {
	font-size: 12px;
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}



@media only screen and (max-width: 1280px) {
	nav .uk-navbar-center.uk-margin-medium-left {
		padding-left: 0;
		margin-left: 0 !important;
	}
	.uk-navbar-item, .uk-navbar-nav > li > a {
	    font-size: .650rem;
	    padding: 0 10px;
	}
	div.mod-languages ul li a {
		font-size: .750rem;
	}
}