@charset "utf-8";
/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin-ext');*/
/*@import url('https://fonts.googleapis.com/css?family=Varela+Round&subset=latin-ext');*/
/*font-family:'Montserrat', sans-serif;*/
/*font-family: 'Roboto Slab', serif;*/

@import url('../fonts/style.css?v=1.4.1');
@import url('../fonts/Roboto/fonts.css?v=1.4.1');
@import url('../fonts/VarelaRound/fonts.css?v=1.4.1');
@import url('../fonts/icomoon/style.css?v=1.4.1');
@import url('../fonts/icomoon3/style.css?v=1.4.1');
@import url('../../formbuilder/css.css?v=1.4.1');
@import url('../../membership/css.css?v=1.4.1');
@import url('../../membershipplans/css.css?v=1.4.1');
@import url('../../orders/css.css?v=1.4.1');
@import url('../../orderpayments/css.css?v=1.4.1');
@import url('../../orderitems/css.css?v=1.4.1');
@import url('../../courses/css3.css?v=1.4.1');
@import url('../../coursetrainers/css.css?v=1.4.1');
@import url('../../comments/css.css?v=1.4.1');
@import url('../../coursecontents/css3.css?v=1.4.1');
@import url('../../courseclasses/css.css?v=1.4.1');
@import url('../../contents/css.css?v=1.4.1');
@import url('../../careers/css.css?v=1.4.1');
@import url('../../sliders/css.css?v=1.4.1');
@import url('../../forms/css.css?v=1.4.1');
@import url('../../sales/css.css?v=1.4.1');
@import url('../../paymentmethods/css.css?v=1.4.1');
@import url('../../paymentbanks/css.css?v=1.4.1');
@import url('../../online/css.css?v=1.4.1');
@import url('../../lesson/css.css?v=1.4.1');

/* RESET */
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

* {
	font-family: 'Roboto', sans-serif;
}

code,
kbd,
pre,
samp {
	font-family: 'Roboto', sans-serif !important;
}

*:before,
*:after {
	box-sizing: inherit;
}

a,
button {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

body {
	background: #f6f9fc;
}

:root {
	--prime: #27AAE1;
	/*		--blue:#27AAE1;*/
	--blue: #1a73e8;
	--darkblue: #0D336D;
	--navyblue: #0D336D;
	--red: #F00;
	--green: #c8e130;
}

.govde {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 10px;
}

.body {
	width: 100%;
	overflow: hidden;
}

.genely {
	position: relative;
	overflow: hidden;
	float: left;
}

.bodycontent {
	width: 100vw;
}

/* HEADER */
.header-box {
	width: 100%;
	height: 90px;
}

.header-box .header {
	margin-top: .5rem;
}

.headertop-main {
	width: 100%;
	background: #f5f8fa;
	border-bottom: solid 1px #EEE;
}

.header-main {
	width: 100%;
	/*background:#FFF;*/
	margin-bottom: 20px;
}

.header-main.fixedheader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}

.header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 100;
	position: relative;
	margin: 1.5rem 0 .5rem;
}

.header .logo {
	width: 340px;
	height: 50px;
	background: url(../images/logo.svg) no-repeat;
	background-size: 340px 50px;
	background-position: 0px -2px;
}

.header .left,
.header .right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header .educat {
	height: 50px;
	position: relative;
}

.header .educata {
	height: 49px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header .educata .icon {
	margin-right: 10px;
	font-size: 2rem;
	width: 20px;
	margin-right: 10px;
}

.header .educata .icon div {
	background: #333;
	height: 3px;
	margin: 3px 0px;
}

.header .educata .icon div:after {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	background: var(--blue);
}

.header .educat:hover .icon div:after {
	width: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header .educata .icon .icon1 {
	width: 12px;
}

.header .educata .icon .icon1:after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.header .educata .icon .icon2 {
	width: 18px;
}

.header .educata .icon .icon2:after {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.header .educata .icon .icon3 {
	width: 15px;
}

.header .educata .icon .icon3:after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.header .educata span {
	font-size: 1rem;
	color: #333;
	font-weight: 300;
}

.header .educat:hover span {
	color: var(--blue);
}

.header .mobilemenu {
	display: none;
	flex-wrap: wrap;
	align-items: center;
}

.header .mobilemenu .icon {
	font-size: 2rem;
	width: 25px;
}

.header .mobilemenu .icon div {
	background: #333;
	height: 3px;
	margin: 3px 0px;
}

.header .mobilemenu .icon div:after {
	content: '';
	display: block;
	width: 0px;
	height: 3px;
	background: var(--blue);
	-webkit-animation: mobilebtnload 1.5s infinite ease-in-out;
	animation: mobilebtnload 1.5s infinite ease-in-out;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: 2;
}

.header .mobilemenu .icon .icon1 {
	width: 18px;
	margin-left: 7px;
}

.header .mobilemenu .icon .icon2 {
	width: 25px;
}

.header .mobilemenu .icon .icon3 {
	width: 21px;
	margin-left: 4px;
}

.header .mobilemenu span {
	font-size: 0.9rem;
	color: #333;
}

@-webkit-keyframes mobilebtnload {
	0% {
		width: 0px;
	}

	50% {
		width: 100%;
	}

	100% {
		width: 0px;
	}
}

@keyframes mobilebtnload {
	0% {
		width: 0px;
	}

	50% {
		width: 100%;
	}

	100% {
		width: 0px;
	}
}

.mm-menu {
	background: #FFF !important;
	border-left: solid 1px #EEE;
}

.header .educat .menu {
	visibility: hidden;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 72px;
	z-index: 99;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header .educat .menu .e-container {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}

.header .educat .menu .mainsub {
	width: 100%;
	position: relative;
	background: #FFF;
	border-bottom: solid 2px #EEE;
}

.header .educat:hover .menu {
	visibility: inherit;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.header .educat .menu.close {
	visibility: hidden;
}

.header .educat .menu .main {
	display: none;
	width: 15rem;
	padding: 10px 0px;
	border-radius: 0.2rem 0 0 0.2rem;
}

.header .educat:hover .menu .main {
	display: inline;
}

.header .educat .menu .main li {
	line-height: 1.2rem;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.header .educat .menu .main li:hover,
.header .educat .menu .main li.active {}

.header .educat .menu .main li a {
	font-size: 0.9rem;
	line-height: 2.2rem;
	color: #333;
	opacity: 0.9;
	font-weight: 500;
	letter-spacing: 0.3px;
}

.header .educat .menu .main li:hover a,
.header .educat .menu .main li.active a {
	color: var(--blue);
}

.header .educat .menu .sub {
	display: none;
	width: 35rem;
	position: relative;
	background: #FFF;
	border-radius: 0px 0.2rem 0.2rem 0px;
	border-left: solid 1px #EEE;
}

.header .educat:hover .menu .sub {
	display: inline;
}

.header .educat .menu .sub .educatsm {
	display: none;
	width: 100%;
	left: 0px;
	top: 0px;
	padding: 10px;
}

/*.header .educat .menu .sub .educatsm{display:none; width:100%; height:100%; position:absolute; left:0px; top:0px; padding:10px;}*/
.header .educat .menu .sub ul {
	width: 100%;
	max-height: 25rem;
	float: left;
}

.header .educat .menu .sub ul li {
	line-height: 1.2rem;
	position: relative;
	z-index: 2;
	border-bottom: solid 1px #EEE;
}

.header .educat .menu .sub ul li a {
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 2.2rem;
	color: var(--darkblue);
	opacity: 0.9;
	padding: 0px 5px;
}

.header .educat .menu .sub ul li a:hover {
	color: var(--blue);
}

.header .educat .menu .sub .educatsm:first-child {
	display: block;
}

.header .educat .menu .sub .all {
	float: left;
	width: 100%;
	padding: 10px;
}

.header .educat .menu .sub .all a {
	float: right;
	cursor: pointer;
	box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
	color: #FFF;
	font-weight: 300;
	border: 0.125rem solid transparent;
	background: var(--blue);
	border-radius: 0.25rem;
	line-height: 1.8rem;
	padding: 0px 20px;
	font-size: 0.9rem;
}

.header .educat .menu .sub .all a:hover {
	box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
	background: #3DA0CB;
}

.header .eduschedule {
	font-size: 1rem;
	color: #333;
	margin-left: 20px;
	line-height: 30px;
	font-weight: 300;
}

.header .eduschedule:hover {
	color: var(--blue);
}

.header .right {
	justify-content: flex-end;
}

.header .mainmenu {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0px;
}

.header .mainmenu li {
	margin-left: 20px;
}

.header .mainmenu li a {
	font-size: 16px;
	color: #333;
	font-size: 1rem;
	line-height: 30px;
	font-weight: 300;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header .mainmenu li a i {
	font-size: 1.2rem;
	margin-right: .25rem;
	margin-bottom: .2rem;
}

.header .mainmenu li a small {
	position: absolute;
	right: -.5rem;
	top: -.375rem;
	border: solid 1px var(--green);
	color: var(--green);
	font-size: .5rem;
	line-height: 1;
	padding: .125rem .25rem;
	border-radius: .125rem;
}

/*.header .mainmenu li:last-child a{font-weight:bold;}*/
.header .mainmenu li a:hover,
.header .mainmenu li a.active {
	color: var(--blue);
}

@media only screen and (max-width:1034px) {
	.header-main {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:768px) {

	.header .logo-kurumsal {
		margin-left: 0px;
	}

	.header .educat,
	.header .eduschedule,
	.header .mainmenu {
		display: none;
	}

	.usermenu {
		display: none;
	}

	.header .mobilemenu {
		display: flex;
	}
}

@media only screen and (max-width:767px) {
	.header {
		margin: 1rem 0 .5rem;
	}

	.header .left,
	.header .right {
		width: 20%;
	}
}

@media only screen and (max-width:425px) {
	.header .logo {
		width: 200px;
		height: 30px;
		background-size: 200px 30px;
		margin: 5px 0px 5px;
	}

	.header .logo.finearts {
		width: 112px;
		height: 40px;
		background-size: 112px 40px;
		margin: 10px 0px 5px;
	}
}

/* HEADER SEARCH */
.header-main .search-user-phone {
	background: #F5F8FA;
	border-bottom: solid 1px #E8E8E8;
}

.header-main .search-user-phone .e-container {
	display: flex;
	flex-wrap: nowrap;
	padding: .5rem 0;
	align-items: center;
}

.header-main .search-user-phone .search {
	border: 1px solid #E2E2E2;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: 2.5rem;
	border-radius: .125rem;
	position: relative;
}

.header-main .search-user-phone .search .form {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}

.header-main .search-user-phone .search .form input {
	background: #FFF;
	color: var(--blue);
	width: 100%;
	height: 2.375rem;
	padding: 0 1rem;
	font-size: .875rem;
	line-height: 2.5rem;
}

.header-kurumsal {
	background-color: #000;
	color: #FFF;
}

.header-main .search-user-phone .search .form input::-webkit-input-placeholder {
	color: #EEE;
}

.header-main .search-user-phone .search .form input:-ms-input-placeholder {
	color: #EEE;
}

.header-main .search-user-phone .search .form input::placeholder {
	color: #EEE;
}

.header-main .search-user-phone .search .form i {
	line-height: 2.375rem;
	width: 2.375rem;
	text-align: center;
}

.header-main .search-user-phone .search .result {
	display: none;
	width: 100%;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 2rem;
	z-index: 100000;
	padding: 1rem;
	border-radius: 0 0 .25rem .25rem;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
}

.header-main .search-user-phone .search .result ul {
	width: 100%;
}

.header-main .search-user-phone .search .result ul li {
	width: 100%;
	margin-bottom: 1rem
}

.header-main .search-user-phone .search .result ul li a {
	font-size: 1rem;
	color: var(--blue);
}

.header-main .search-user-phone .search .result ul li a:hover {
	text-decoration: underline;
}

.header-main .search-user-phone .phone {
	font-size: 1.5rem;
	line-height: 2.5rem;
	padding-left: 2.5rem;
	color: #333;
	white-space: nowrap;
}

.header-main .search-user-phone .usermenu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	position: relative;
	padding-left: 1rem;
}

.header-main .search-user-phone .usermenu li a {
	margin-left: .5rem;
	line-height: 1.875rem !important;
	display: flex;
	flex-wrap: wrap;
	white-space: nowrap;
}

@media only screen and (max-width:767px) {
	.header-main .search-user-phone {
		padding: 0px 1rem;
	}

	.header-main .search-user-phone .phone {
		display: none;
	}

	.header-main .search-user-phone .usermenu {
		display: none;
	}
}

/* COOKIE */
.cookie-main {
	width: 100%;
	padding: .5rem 0px;
	background: #333;
	position: relative;
}

.cookie-main .cookie {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}

.cookie-main .cookie .info {
	width: 100%;
	font-size: .8rem;
	color: #FFF;
	font-weight: 300;
}

.cookie-main .cookie .info a {
	color: var(--blue);
}

.cookie-main .cookie .info a:hover {
	text-decoration: underline;
}

.cookie-main .cookie .buttons {
	width: 120px;
	flex: 0 0 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

/* FOOTER */
.footer-main {
	background: #FFF;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 30px 0px 80px;
	margin-bottom: 0px !important;
}

.footer-main .top {
	padding: 1rem 0px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-bottom: 70px;
}

.footer-main .logo {
	width: 100%;
	margin-bottom: 10px;
}

.footer-main .logo a {
	display: inline-block;
	width: 140px;
	height: 48px;
	background: url(../images/logo.svg) no-repeat;
	background-size: 140px 48px;
}

.footer-main .logo.finearts a {
	background: url(../images/finearts-logo.svg) no-repeat;
}

.footer-main .company {
	margin-bottom: 50px;
	width: 250px;
}

.footer-main .company .title {
	font-size: 1rem;
	line-height: 1.2rem;
	color: #333;
	font-weight: 400;
}

.footer-main .company i {
	display: inline;
	font-size: 1.5rem;
	line-height: 1.3rem;
	margin-right: 10px;
	color: var(--blue);
}

.footer-main .company .address {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0.8rem;
	justify-content: flex-start;
}

.footer-main .company .address span {
	width: 80%;
	font-size: 0.875rem;
	line-height: 1.3rem;
	font-style: normal;
	color: #525C65;
	margin-top: -4px;
}

.footer-main .company .email {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0.8rem;
}

.footer-main .company .email a {
	font-size: 1.2rem;
	line-height: 1.3rem;
	color: #525C65;
	font-weight: 300;
}

.footer-main .company .email a:hover {
	color: var(--blue);
}

.footer-main .company .phone {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-main .company .phone p {
	font-size: 1.2rem;
	color: #999;
	font-weight: 300;
}

.footer-main .company .phone a {
	font-size: 2.5rem;
	line-height: 2.8rem;
	color: #333;
	font-weight: 300;
	margin-top: 3px;
}

.footer-main .company .phone a:hover {
	color: var(--blue);
}

.footer-main .submenu {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.footer-main .submenu1 {
	width: 200px;
}

.footer-main .submenu2 {
	width: 230px;
}

.footer-main .submenu3 {
	width: 500px;
}

.blog .footer-main .submenu3 {
	width: 400px;
}

.footer-main .submenu .title {
	width: 100%;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5rem;
	color: var(--darkblue);
	margin-bottom: 0.5rem;
}

.footer-main .submenu li {
	width: 100%;
	margin-bottom: 4px;
}

.footer-main .submenu li a {
	font-size: 17px;
	line-height: 1.5rem;
	color: #525C65;
	font-weight: 300;
}

.footer-main .submenu li a:hover {
	color: var(--blue);
}

.footer-main .submenu.two li {
	width: 50%;
	margin-bottom: 4px;
}

.footer-main .partner {
	margin: 10px 0px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.footer-main .partnerright {
	position: absolute;
	right: 0px;
	bottom: 50px;
}

.footer-main .bottom {
	border-top: 1px solid #dbe2e8;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px 0px 10px;
}

.footer-main .bottom .bottommenu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-main .bottom .bottommenu li {
	line-height: 2rem;
	font-size: 0.875rem;
	margin-left: 15px;
	color: #525C65;
}

.footer-main .bottom .txt {
	text-align: justify;
	line-height: 1rem;
	font-size: 0.75rem;
	margin-left: 65px;
	color: #525C65;
	margin-top: 8px;
}

.footer-main .bottom .bottommenu li a {
	line-height: 2rem;
	font-size: 0.875rem;
	color: #525C65;
}

.footer-main .bottom .bottommenu li a:hover {
	color: var(--blue);
}

.footer-main .bottom .social {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-main .bottom .social li {
	margin-right: 15px;
}

.footer-main .bottom .social li a {
	width: 32px;
	line-height: 2rem;
	text-align: center;
	font-size: 1.2rem;
}

@media only screen and (max-width:767px) {
	.footer-main .top {
		justify-content: center;
	}

	.footer-main .logo {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-main .company {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-main .company p {
		width: 100%;
		text-align: center;
	}

	.footer-main .company .phone {
		justify-content: center;
	}

	.footer-main .submenu {
		display: none;
	}

	.footer-main .partner {
		margin: 0px;
	}

	.footer-main .partnerright {
		position: relative;
		right: 0px;
		bottom: 0px;
	}
}

/* COURSES */
/* Search */
.courses-search {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.courses-search .input {
	position: relative;
	width: 100%;
	margin-right: 20px;
	background: #FFF;
	border: solid 1px #DEDEDF;
	height: 40px;
	border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	-ms-border-radius: 0.2rem;
	-o-border-radius: 0.2rem;
}

.courses-search .input input {
	font-size: 0.8em;
	color: #3A3A3C;
	line-height: 38px;
	width: 100%;
	padding: 0px 10px;
	border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	-ms-border-radius: 0.2rem;
	-o-border-radius: 0.2rem;
}

.courses-search .input i {
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 1.2rem;
	line-height: 38px;
}

.courses-search .buttons {
	height: 40px;
	width: 81px;
	padding: 1px;
	flex: 0 0 81px;
	background: #FFF;
	border: solid 1px #DEDEDF;
	border-radius: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	-ms-border-radius: 0.2rem;
	-o-border-radius: 0.2rem;
}

.courses-search .buttons a {
	width: 38px;
	height: 36px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #333;
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	-ms-border-radius: 0.2rem;
	-o-border-radius: 0.2rem;
}

.courses-search .buttons a:hover,
.courses-search .buttons .active {
	background: #DEDEDF;
}

/* Grid */
.courses-grid {
	transition: all 0.3s ease;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	border: 1px solid #dbe2e8;
	box-shadow: 2px 2px 3px 0 rgba(117, 124, 129, 0.12);
	border-radius: 0.2rem;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: space-between;
}

.courses-grid:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.courses-grid .dateup {
	z-index: 2;
	position: absolute;
	top: -5px;
	left: 10px;
	background: #FFF;
	color: #005883;
	border-bottom: solid 3px #97D4E9;
	border-left: solid 1px #97D4E9;
	border-right: solid 1px #97D4E9;
	border-radius: 0.2rem;
	padding: 5px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}

.courses-grid .dateup p {
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
}

.courses-grid .dateup span {
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
}

.courses-grid .dateup samp {
	width: 100%;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 400;
}

.courses-grid .image {
	width: 100%;
}

.courses-grid .image img {
	width: 100%;
	border-radius: 0.2rem 0.2rem 0px 0px;
	float: left;
}

.courses-grid .info {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.courses-grid .title {
	width: 100%;
	padding: 5px 10px;
	height: 70px;
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.9);
}

.courses-grid .title.mb {
	margin-bottom: 10px;
}

.courses-grid .title:hover {
	color: #666;
}

.courses-grid .location {
	width: 100%;
	padding: 5px 10px;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8em;
	font-weight: 400;
	color: #25AAE1;
	line-height: 1.1em;
	margin: 10px 0px;
}

.courses-grid .location:hover {
	text-decoration: underline;
}

@media only screen and (max-width:767px) {
	.courses-grid .title {
		font-size: 0.9rem;
		font-weight: 500;
		height: 66px;
		overflow: hidden;
	}
}

/* List */
.courses-lists {
	display: none;
	margin-bottom: 20px;
}

.courses-lists .list-title {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #DEDEDF;
	padding: 2px 0px;
	border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	-ms-border-radius: 0.2rem;
	-o-border-radius: 0.2rem;
}

.courses-lists .list-title div {
	font-size: 0.7em;
	border-left: solid 1px #f5f8fa;
	padding: 5px 10px;
}

.courses-lists .list-title .name {
	width: 30%;
	border-left: none;
}

.courses-lists .list-title .date {
	width: 100px;
}

.courses-lists .list-title .time {
	width: 100px;
}

.courses-lists .list-title .qouta {
	width: 100px;
}

.courses-lists .list-title .location {
	width: 20%;
}

.courses-lists .courses-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 4px 0px;
	background: #FFF;
	margin-top: 5px;
	border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	-ms-border-radius: 0.2rem;
	-o-border-radius: 0.2rem;
}

.courses-lists .courses-list:hover {
	background: #DEDEDF;
}

.courses-lists .courses-list div {
	font-size: 0.8em;
	min-height: 18px;
	border-left: solid 1px #f5f8fa;
	padding: 5px 10px;
}

.courses-lists .courses-list .name {
	width: 30%;
	font-size: 0.9rem;
	padding: 5px 10px;
	color: #125D9B;
	font-weight: 700;
}

.courses-lists .courses-list .date {
	width: 100px;
}

.courses-lists .courses-list .time {
	width: 100px;
}

.courses-lists .courses-list .qouta {
	width: 100px;
}

.courses-lists .courses-list .location {
	width: 20%;
	font-size: 0.8em;
	min-height: 18px;
	border-left: solid 1px #F5F8FA;
	padding: 5px 10px;
	color: #25AAE1;
}

.courses-lists .courses-list .location:hover {
	text-decoration: underline;
}

@media only screen and (max-width:767px) {
	.courses-lists .list-title .name {
		width: 100%;
		border-left: none;
	}

	.courses-lists .list-title .date {
		width: 25%;
		border-left: none;
	}

	.courses-lists .list-title .time {
		width: 15%;
	}

	.courses-lists .list-title .qouta {
		width: 15%;
	}

	.courses-lists .list-title .location {
		width: 45%;
	}

	.courses-lists .courses-list .name {
		width: 100%;
	}

	.courses-lists .courses-list .date {
		width: 25%;
	}

	.courses-lists .courses-list .time {
		width: 15%;
	}

	.courses-lists .courses-list .qouta {
		width: 15%;
	}

	.courses-lists .courses-list .location {
		width: 45%;
	}
}

/* Title */
.course-title {
	width: 100%;
	flex-wrap: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0px 100px;
	margin-bottom: 20px;
	color: #333;
	font-size: 45px;
	font-weight: 600;
	display: block;
	letter-spacing: -0.04em;
	line-height: 1.15;
}

@media only screen and (max-width:1024px) {
	.course-title {
		padding: 0px 20px;
	}
}

@media only screen and (max-width:767px) {
	.course-title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}

/* Sticky Detail */
.course-stickydetail {
	display: none;
	background: #fff;
	width: 100%;
	padding: 0px 15px;
	position: fixed;
	top: 0px;
	left: 0px;
	min-height: 60px;
	z-index: 1001;
	border-bottom: solid 1px #dedede;
	box-shadow: 0px 3px 3px rgba(138, 127, 127, 0.09);
}

.course-stickydetail .stickydetail {
	display: flex;
	flex-wrap: nowrap;
}

.course-stickydetail .title {
	width: 100%;
	min-height: 60px;
}

.course-stickydetail .title p {
	font-size: 27px;
	font-weight: 600;
	line-height: 27px;
	font-weight: 400;
	margin: 13px 0px;
	font-family: "Roboto Condensed", sans-serif;
}

.course-stickydetail .title .info {
	font-size: 14px;
	color: #565656;
	opacity: 0.7;
	margin: 10px 0px !important;
}

.course-stickydetail .title .info i {
	margin-right: 5px;
}

.course-stickydetail .title .info span {
	margin-right: 10px;
}

.course-stickydetail .title .info .interim {
	margin: 0px 10px;
}

.course-stickydetail .buttons {
	width: 160px;
	flex: 0 0 160px;
	display: flex;
	flex-wrap: wrap;
}

.course-stickydetail .buttons .button {
	transition: all 0.3s ease;
	width: 100%;
	margin: 8px 0px 3px;
	background: #F00;
	border: solid 1px #F00;
	border-radius: 0.2rem;
	padding: 6px 0px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
}

.course-stickydetail .buttons .button:hover {
	background: #FFF;
	color: #F00;
}

.course-stickydetail .buttons .phone {
	width: 100%;
	text-align: center;
	display: inline-block;
	clear: right;
	color: gray;
	font-size: 20px;
	font-weight: 700;
}

.course-stickydetail .buttons .phone:hover {
	color: #F00;
}

@media only screen and (max-width:768px) {
	.course-stickydetail {
		padding: 0px;
	}
}

@media only screen and (max-width:767px) {
	.course-stickydetail {
		display: none;
	}
}

/* COURSE CATEGORIES */
.coursecategories .images {
	margin-bottom: 20px;
	box-shadow: 2px 2px 10px 0px rgba(46, 61, 73, 0.2);
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.coursecategories .images img {
	border-radius: 0.2rem;
	width: 100%;
}

.coursecategories .contents {
	background: #FFF;
	padding: 10px;
	border-radius: 0.2rem;
	margin-bottom: 20px;
	box-shadow: 2px 2px 10px 0px rgba(46, 61, 73, 0.2);
}

.coursecategories .title {
	margin-bottom: 10px;
	font-size: 1rem;
}

.coursecategories .content {
	margin-bottom: 20px;
	font-size: 0.8rem;
}

/* COURSE LOCATION */
.courselocation {
	margin-bottom: 20px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
}

.courselocation .images {
	width: 100px;
	height: 100px;
	padding: 5px;
	background: #FFF;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	border-radius: 0.2rem;
	margin-right: 20px;
}

.courselocation .images img {
	border-radius: 0.2rem;
	width: 100%;
	float: left;
}

.courselocation .title {
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: 300;
}

/* COURSE CONTENT */
.coursecontent {
	margin-bottom: 20px;
}

@media only screen and (max-width:767px) {
	.coursecontent {
		margin-bottom: 10px;
	}
}

/* COURSE SCHEDULE */
.schedule {
	margin-bottom: 20px;
}

.schedule .month {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.schedule .month-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}

.schedule .month-title i {
	margin-right: 10px;
	font-size: 1.2rem;
	color: #666;
}

.schedule .month-title:hover i {
	color: var(--blue);
}

.schedule .month-title .title {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-right: 10px;
	font-size: 1.5rem;
	font-weight: 300;
	color: #333;
}

.schedule .month-title:hover .title {
	color: var(--blue);
}

.schedule .month-title .line {
	width: 100%;
	height: 2px;
	border-top: solid 1px rgba(0, 0, 0, 0.3);
	border-bottom: solid 1px rgba(255, 255, 255, 0.9);
}

.schedule .month-course {
	width: 100%;
	border-radius: 0px 0px 0.2rem 0.2rem;
	display: none;
}

/* TRAINERS */
.trainers {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.trainers h1 {
	font-size: 1.5rem;
	margin: 10px 0 30px;
	font-weight: 400;
	width: 100%;
	text-align: center;
}

.trainers .item {
	margin: 50px 0px 20px;
	padding: 10px;
	min-height: 250px;
	background: #FFF;
	border-radius: 0.2px;
	box-shadow: 2px 2px 10px 0px rgba(46, 61, 73, 0.2);
	transition: all 0.3s ease;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
}

.trainers .item:hover {
	box-shadow: 5px 5px 10px 0px rgba(46, 61, 73, 0.2);
}

.trainers .item .image {
	margin: -50px 0px 10px;
	height: 100px;
}

.trainers .item .image img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.trainers .item .name {
	font-size: 1.1rem;
	width: 100%;
	text-align: center;
	color: #000;
}

.trainers .item .position {
	font-size: 0.9rem;
	width: 100%;
	text-align: center;
	color: #333;
}

.trainers .item .description {
	font-size: 0.8rem;
	width: 100%;
	text-align: center;
	color: #999;
	margin-top: 10px;
	overflow: hidden;
	max-height: 110px;
}

/* CONTENT */
.content {
	display: flex;
	flex-wrap: wrap;
}

.content .title {
	width: 100%;
	font-size: 30px;
	letter-spacing: .8px;
	font-weight: 400;
	color: #2E3D49;
	margin-bottom: 15px;
}

@media only screen and (max-width:767px) {
	.content .title {
		display: none;
	}

	#s-kurumsalgelisimmetodolojisi .content .title {
		display: block;
	}

	#s-nedenmindsetdegeronerisianasayfa .content-textbox {
		padding: 0px 1rem !important;
	}
}

.content .text {
	width: 100%;
	font-size: 1rem;
	line-height: 1.75rem;
	color: #525C65;
}

.content .text img {
	max-width: 100%;
	height: auto;
}

.content .text p {
	width: 100%;
	margin-bottom: .25rem;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 300;
	color: #525C65;
}

.content .text h2 {
	width: 100%;
	margin-bottom: .25rem;
	line-height: 2rem;
	font-weight: 400;
	font-size: 1.75rem;
}

.content .text a {
	color: #125D9B;
}

.content .text a:hover {
	text-decoration: underline;
}

.content .text ul {
	list-style: disc !important;
	padding-left: 20px;
}

.content .text ul li {
	width: 100%;
	margin-bottom: .25rem;
	list-style: disc !important;
}

/* Embed */
.content-embed iframe {
	width: 100%;
}

/* Title */
.content-title {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	font-weight: 400;
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	color: rgba(0, 0, 0, 0.9)
}

/*.content-title.grey{color:#666;}*/
/*.content-title.blue{color:var(--blue);}*/
@media only screen and (max-width:767px) {
	.content-title {
		font-size: 1.5em;
	}
}

/* Title Decripiton */
.content-titledescription {
	width: 100%;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}

.coursedetail .content-titledescription {
	padding-left: 45px;
}

.content-titledescription span {
	width: 60%;
	padding-right: 5%;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -.5px;
	color: #0D336D;
	font-family: 'Roboto Slab', serif;
}

.small .content-titledescription span {
	font-size: 1.75rem;
	opacity: .9;
}

.center .content-titledescription span {
	text-align: center;
}

.content-titledescription span b {
	font-weight: 700;
	font-size: 1em !important;
}

.content-titledescription samp {
	width: 35%;
	font-weight: 400;
	line-height: 1.50;
	font-size: 22px;
	opacity: .8;
	margin-top: 4px;
	color: #0D336D;
}

.center .content-titledescription samp {
	text-align: center;
}

/*.left .content-titledescription{padding-left:45px;}*/
/*.left .content-titledescription span, .left .content-titledescription samp{text-align:left;}*/
.left .content-titledescription span {
	font-size: 3rem;
}

.left .content-titledescription samp {
	font-size: 1.1rem;
}

@media only screen and (max-width:767px) {
	.content-titledescription {
		padding: 0 .5rem;
		margin-top: 1rem;
		margin-bottom: 20px;
	}

	.content-titledescription span {
		width: 100%;
		font-size: 24px;
		margin-bottom: 5px;
	}

	.small .content-titledescription span {
		font-size: 1.25rem;
		opacity: .9;
	}

	.content-titledescription samp {
		width: 100%;
		font-size: 16px;
	}
}

/* Content */
.content-content {
	width: 100%;
	margin-bottom: 20px;
}

/* Icon Link Box */
.content-iconlinkbox {
	height: 12rem;
	background: #FFF;
	box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
	border-radius: 0.375rem;
	transition: all 0.3s ease;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.content-iconlinkbox:hover {
	box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.content-iconlinkbox .left {
	width: 26%;
	text-align: center;
}

.content-iconlinkbox .right {
	width: 74%;
	padding-right: 40px;
}

.content-iconlinkbox .title {
	font-size: 1.5rem;
	line-height: 2.25rem;
	margin-bottom: 0.5rem !important;
	font-weight: 300;
}

.content-iconlinkbox .title.blue {
	color: var(--blue);
}

.content-iconlinkbox .title.green {
	color: #15c26b;
}

.content-iconlinkbox .desc {
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #606C78;
}

@media only screen and (max-width:767px) {
	.content-iconlinkbox {
		margin: 10px 0px;
	}
}

/* Content */
.content-note {
	padding: 13px 20px;
	font-size: 18px;
	font-weight: 300;
	border: solid 1px #CCC;
	border-radius: 0.2rem;
	color: #525C65;
}

.content-note2 {
	padding: 13px 20px;
	font-size: 18px;
	font-weight: 300;
	border: solid 1px #FC0107;
	border-radius: 0.2rem;
	color: #525C65;
}

/* Content */
.content-thanks {
	width: 100%;
	padding: 30px 100px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}

.content-thanks span {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 10px;
}

.content-thanks span b {
	font-weight: 700;
	font-size: 1em !important;
}

.content-thanks samp {
	font-family: 'Montserrat' !important;
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 1.2em;
}

.content-thanks ul {
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.content-thanks ul li {
	width: 24%;
	margin: 0.5%;
}

.content-thanks ul li a {
	float: left;
	width: 100%;
	background: #FFF;
	border-radius: 0.2rem;
	line-height: 3rem;
	font-size: 1rem;
	color: #333;
}

.content-thanks ul li a:hover {
	background: var(--blue);
	color: #FFF;
}

@media only screen and (max-width:767px) {
	.content-thanks {
		padding: 20px;
	}

	.content-thanks span {
		font-size: 1.5em;
	}

	.content-thanks samp {
		font-size: 1.0em;
	}

	.content-thanks ul li {
		width: 49%;
		margin: 0.5%;
	}

	.content-thanks ul li a {
		line-height: 2.2rem;
		font-size: 0.9rem;
	}
}

/* Icon Text Box */
.content-icontextbox {
	position: relative;
	height: 25rem;
	margin-bottom: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.content-icontextbox .box {
	padding-bottom: 30px;
}

.content-icontextbox .icon {
	margin-bottom: 1.5rem;
	justify-content: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background-color: #FFF;
	box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
}

.content-icontextbox .icon img {
	float: left;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
}

.content-icontextbox .title {
	font-size: 1.75rem;
	line-height: 2.25rem;
	margin-bottom: 0.75rem;
	font-weight: 300;
}

.content-icontextbox .title.blue {
	color: var(--blue);
}

.content-icontextbox .title.magenta {
	color: #63c8c7;
}

.content-icontextbox .title.purple {
	color: #ed4851;
}

.content-icontextbox .desc {
	font-size: 1rem;
	line-height: 1.75rem;
	color: #525C65;
	font-weight: 300;
}

@media only screen and (max-width:767px) {
	.content-icontextbox {
		height: auto;
		margin: 1rem 0px;
	}

	.content-icontextbox .box {
		padding-bottom: 0px;
	}
}

/* Big Icon Text Box */
.content-bigicontextbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.content-bigicontextbox .img {
	width: 100%;
	height: 8rem;
	margin-bottom: 1rem;
	justify-content: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.freeimg .content-bigicontextbox .img {
	height: auto !important;
}

.content-bigicontextbox .img img {
	max-width: 100%;
	max-height: 100%;
}

.content-bigicontextbox .title {
	font-size: 1.75rem;
	line-height: 2.25rem;
	margin-bottom: 0.75rem;
	font-weight: 300;
}

.content-bigicontextbox .desc {
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.75rem;
	color: #525C65;
	font-weight: 300;
	text-align: center;
	padding: 0px 20px;
}

@media only screen and (max-width:767px) {
	.content-bigicontextbox {
		margin-bottom: 10px;
	}
}

/* CONTACT */
.contact {
	width: 100%;
	margin-bottom: 20px;
}

.contact .title {
	width: 100%;
	font-size: 1.4em;
	font-weight: 400;
	color: #333;
	margin-bottom: 20px;
}

.contact .descripiton {
	width: 100%;
	font-size: 0.9em;
	color: #333;
}

.contact .item {
	width: 100%;
	margin-bottom: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.contact .item i {
	display: inline;
	font-size: 1.5rem;
	line-height: 1.3rem;
	margin-right: 10px;
	color: var(--blue);
}

.contact address {
	width: 100%;
	margin-bottom: 5px;
	font-size: 1rem;
	font-style: normal;
}

.contact a {
	color: #333;
	font-size: 1.2rem;
	font-weight: 700;
}

.contact a:hover {
	color: var(--blue);
}

/* IMAGES */
/* One */
.images-one {
	display: inline-block;
	margin-bottom: 20px;
}

.images-one img {
	float: left;
	width: 100%;
	border-radius: 0.2rem;
}

@media only screen and (max-width:767px) {
	.images-one {
		margin-bottom: 10px;
	}
}

/* Logos */
.images-logo {
	width: 100%;
	padding: 0px 10%;
	margin-bottom: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.images-logo .item {
	width: 20%;
	text-align: center;
}

.images-logo .item:first-child {
	border: none;
}

.images-logo .item img {
	max-width: 80%;
	margin: 10px 0px;
	float: none !important;
}

@media only screen and (max-width:767px) {
	.images-logo {
		justify-content: center;
	}

	.images-logo .item {
		width: 25%;
	}

	.images-logo .item:nth-child(5n+5) div {
		background: url(../images/logoap_dikey.png) repeat-y right;
	}

	.images-logo .item:nth-child(4n+4) div {
		background: none;
	}

	.images-logo .item img {
		max-width: 80%;
	}
}

@media only screen and (max-width:425px) {
	.images-logo .item {
		width: 33%;
	}

	.images-logo .item:nth-child(5n+5) div {
		background: url(../images/logoap_dikey.png) repeat-y right;
	}

	.images-logo .item:nth-child(4n+4) div {
		background: url(../images/logoap_dikey.png) repeat-y right;
	}

	.images-logo .item:nth-child(3n+3) div {
		background: none;
	}
}

/* Reference */
.images-reference {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	background: #FFF;
	border-radius: 0.2rem;
}

.images-reference .border {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 3px;
}

.images-reference .item {
	display: flex;
	flex-wrap: wrap;
	width: 18.8%;
	margin: .6%;
	border: 1px solid #dadce0;
	border-radius: .5rem;
}

.images-reference .item div {
	width: 100%;
	text-align: center;
}

.images-reference .item img {
	float: left;
	max-width: 70%;
	margin: 20px 0px;
	float: none !important;
}

@media only screen and (max-width:768px) {
	.images-reference .item {
		width: 23%;
		margin: 1%;
	}
}

@media only screen and (max-width:767px) {
	.images-reference .item {
		width: 31.33%;
	}

	.images-reference .item img {
		max-width: 80%;
	}
}

@media only screen and (max-width:425px) {
	.images-reference .item {
		width: 48%;
	}
}

/* Two */
.images-two {
	position: relative;
	height: 25rem;
	margin-bottom: 1rem;
}

.images-two.left {
	padding-right: 110px;
}

.images-two .big {
	position: relative;
	top: 0px;
	max-width: 100%;
	max-height: 20rem;
	box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
}

.images-two.left .big {
	left: 100px;
}

.images-two .small {
	position: absolute;
	bottom: 0px;
	max-width: 80%;
	max-height: 230px;
	box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
}

.images-two.right .small {
	left: 100px;
}

@media only screen and (max-width:767px) {
	.images-two {
		height: auto;
		margin: 1rem 0px;
	}

	.images-two.left {
		padding-right: 0px;
	}

	.images-two .big {
		width: 100%;
		max-height: auto;
	}

	.images-two.left .big {
		left: 0px;
	}

	.images-two .small {
		display: none;
	}
}

/* Two Bg*/
.images-twobg {
	position: relative;
	height: 25rem;
	margin-bottom: 1rem;
}

.images-twobg.left {
	padding-right: 110px;
}

.images-twobg .big {
	position: relative;
	z-index: 2;
	top: 0px;
	max-width: 100%;
	max-height: 20rem;
	box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
}

.images-twobg.left .big {
	left: 100px;
}

.images-twobg .small {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	max-width: 100%;
	/*max-height:100%;*/
}

.images-twobg.right .small {
	left: 100px;
}

@media only screen and (max-width:767px) {
	.images-twobg {
		height: auto;
		margin: 1rem 0px;
	}

	.images-twobg.left {
		padding-right: 0px;
	}

	.images-twobg .big {
		width: 100%;
		max-height: auto;
	}

	.images-twobg.left .big {
		left: 0px;
	}

	.images-twobg .small {
		display: none;
	}
}

/* BG */
.bg-coursegradient-tb {
	background-image: linear-gradient(to bottom, #F5F8FA, #EAFBFF);
	padding: 20px 0px;
	margin-top: -20px;
}

.bg-coursegradient-bt {
	background-image: linear-gradient(to bottom, #EAFBFF, #F5F8FA);
}

.bg-cdWhitePM {
	background: #FFF;
	padding-top: 20px;
	margin-top: -20px;
}

.bg-cdWhiteM {
	background: #f5f8fa;
	margin-top: -20px;
}

.bg-cdWhite {
	background: #FFF;
}

.bg-acikmavi {
	background-image: linear-gradient(to bottom, #F5F8FA, #EAFBFF);
	padding: 20px 0px;
	margin-top: -20px;
}

.bg-acikmavix {
	background-image: linear-gradient(to bottom, #EAFBFF, #F5F8FA);
}

.bg-whiteb {
	padding: 24px 30px;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 300;
	color: #333;
	background: #FFF;
	-moz-box-shadow: 0 4px 2px -2px #e6e6e6;
	box-shadow: 0 4px 2px -2px #e6e6e6;
}

.bg-grey {
	background-color: #FAFBFC !important;
}

.bg-white {
	background-color: #FFF !important;
}

.bg-whitex {
	background-image: linear-gradient(to bottom, #FFFFFF, #EAFBFF);
}

.bg-whitey {
	background-image: linear-gradient(to bottom, #EAFBFF, #F5F8FA);
}

@media only screen and (max-width:767px) {
	.bg-cdWhitePM {
		margin-bottom: 20px;
		margin-top: -10px;
	}

	.bg-cdWhiteM {
		padding: 20px 0px 0px;
		background: none;
	}

	.bg-cdBlue {
		background: none;
	}

	.bg-cdWhite {
		background: none;
	}

	.bg-coursegradient-tb {
		margin-top: 0px;
	}

	.bg-whiteb {
		padding: 15px;
		font-size: 1.1em;
		line-height: 1.5em;
		font-weight: 300;
		color: #333;
		background: #FFF;
		-moz-box-shadow: 0 4px 2px -2px #e6e6e6;
		box-shadow: 0 4px 2px -2px #e6e6e6;
	}
}

/* MOBILE ACCORDION */
.mobileaccordion-link {
	width: 100%;
	padding: 10px 20px 22px;
	border-bottom: solid 1px #DBE2E8;
	color: #005883;
	display: none;
}

.mobileaccordion-link span {
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 400;
}

.mobileaccordion-link i {
	float: right;
	font-size: 1rem;
	line-height: 1rem;
	margin-top: .125rem;
}

.mobileaccordion-content {
	padding: 3rem 0px;
}

@media only screen and (max-width:767px) {
	.mobileaccordion-link {
		display: inline-block;
	}

	.mobileaccordion-content {
		display: none;
		padding: 0rem 0px;
		border: solid 1px #DBE2E8;
		border-top: none;
		border-radius: 0 0 .25rem .25rem;
	}
}

/* MAP */
.map {
	width: 100%;
	height: 100%;
}

.mapiframe {
	width: 100%;
	height: 100%;
	display: flex;
	flex: wrap;
}

.mapiframe iframe {
	width: 100%;
	height: 100%;
}

/* TEST */
.testform {
	width: 100%;
	padding-top: 40px;
}

.testform .projectform {
	width: 100%;
}

@media only screen and (max-width:767px) {
	.testform {
		padding: 1rem;
	}
}

/* Title */
.test-title {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 2px solid #EEE;
	margin-bottom: 5px;
}

.test-title span {
	font-size: 1.2rem;
	font-weight: 600;
}

.test-title p {
	font-size: 0.8rem;
}

/* Description */
.test-description {
	width: 100%;
	font-size: 0.9rem;
	color: #333;
}

.test-question {
	width: 100%;
	font-size: 1.2rem;
	color: #333;
	font-weight: 700;
	margin: 20px 0px;
}

.test-question small {
	width: 100%;
	font-size: 1rem;
	color: #333;
	font-weight: 700;
}

.test-answers {
	width: 100%;
	margin-bottom: 20px;
}

.test-answers textarea {
	width: 100%;
	height: 150px;
	border: solid 1px #EEE;
	font-size: 1rem;
	padding: .5rem;
}

.test-answers .test-answer {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.test-answers .test-answer input {
	position: absolute;
	left: 0px;
	top: 7.5px;
}

.test-answers .test-answer label {
	width: 100%;
	font-weight: 600;
	font-size: 0.9rem;
}

.test-answers .test-answer label:hover {
	color: var(--blue);
}

/* Buttons */
.test-buttons {
	width: 100%;
	margin-bottom: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* Progressbar */
.test-progressbar {
	width: 100%;
	color: #CCC;
	margin-bottom: 20px;
}

.test-progressbar p {
	width: 100%;
	font-size: 0.9rem;
	margin-bottom: 3px;
}

.test-progressbar .progressbar {
	width: 100%;
	background: #EEE;
	height: 10px;
	transition: 0.3s;
}

.test-progressbar .progressbar div {
	background: var(--blue);
	height: 10px;
	transition: 0.3s;
}

/* Note */
.test-note {
	font-size: 0.8rem;
}

/* Result Point */
.test-resultpoint {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.test-resultpoint .score {
	width: 150px;
	height: 150px;
	margin: 20px 0px;
	background: var(--blue);
	color: #FFF;
	font-size: 2rem;
	border-radius: 50%;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.test-resultpoint .description {
	width: 100%;
	font-size: 0.9rem;
	padding: 10px 0px;
	text-align: center;
	font-weight: 700;
	background: #CCC;
	border-radius: 0.2rem;
}

/* Result Description */
.test-resultdescription {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.test-resultpoint .title,
.test-resultdescription .title {
	width: 100%;
	background: #5B5B5B;
	border-radius: 0.2rem;
	text-align: center;
	font-size: 0.9rem;
	padding: 5px 0px;
	color: #FFF;
}

.test-resultdescription .info {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.test-resultdescription .info div {
	width: 24%;
	margin: 10px 0.5%;
	padding: 5px 0px;
	background: #EEE;
	border-radius: 0.2rem;
	text-align: center;
	font-size: 0.8rem;
}

.test-resultdescription .content {
	width: 100%;
	font-size: 1rem;
	padding: 20px 0px 10px;
}

/* Bant */
.test-bant {
	background: var(--blue);
	border-radius: 0.2rem;
	padding: 25px;
	margin-top: 40px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.test-bant .image {
	width: 160px;
}

.test-bant .image img {
	float: left;
	width: 120px;
	padding: 5px;
	background: #fff;
	border-radius: 50%;
}

.test-bant .buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.test-bant .buttons a {
	background: #FFF;
	color: var(--blue);
	border-radius: 0.2rem;
	padding: 20px;
	font-size: 1.1rem;
	font-weight: 700;
	margin-left: 25px;
	text-align: center;
}

.test-bant .buttons a:hover {
	background: #333;
	color: #FFF;
}

/* BUTTON */
.elements-buttons {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.buttons {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.buttonicon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 0.2rem;
}

.buttonicon i {
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-right: 10px;
}

.buttonicon.left i {
	margin-left: 10px;
}

.buttonicon span {
	font-size: 0.8rem;
	line-height: 1.5rem;
}

.buttonicon.full {
	width: 100%;
}

.buttonicon.small {
	height: 30px;
	padding: 0px 15px;
	font-size: 0.8rem;
}

.buttonicon.medium {
	height: 40px;
	padding: 0px 20px;
}

.buttonicon.medium.left {
	height: 40px;
	padding: 0px 0px 0px 20px;
}

.buttonicon.large {
	height: 50px;
	padding: 0px 25px;
}

.buttonicon.redd {
	background: #FF4500;
	color: #FFF;
	border: solid 1px #FF4500;
}

.buttonicon.redd:hover {
	background: #FFF;
	color: #FF4500;
}

.buttonicon.red {
	background: #F00;
	color: #FFF;
	border: solid 1px #F00;
}

.buttonicon.red:hover {
	background: #FFF;
	color: #F00;
}

.buttonicon.green {
	background: #198764;
	color: #FFF;
	border: solid 1px #198764;
}

.buttonicon.green:hover {
	background: #FFF;
	color: #198764;
}

.buttonicon.black {
	background: #333;
	color: #FFF;
	border: solid 1px #000;
}

.buttonicon.black:hover {
	background: #FFF;
	color: #333;
}

.buttonicon.blue {
	background: var(--blue);
	color: #FFF;
	border: solid 1px var(--blue);
}

.buttonicon.blue:hover {
	background: #FFF;
	color: var(--blue);
}

/* GENERAL Popup */
.popup {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0px;
	display: none;
	overflow-y: scroll;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99999;
}

.popup .box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.popup .popupcontent {
	width: 100%;
	height: 100%;
	padding: 3% 10%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width:767px) {
	.popup .popupcontent {
		width: 100%;
		height: 100%;
		padding: 0;
	}
}

/* LINK BUTTON */
.link {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.center .link {
	justify-content: center;
}

.link-button {
	border-radius: 4px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
}

.link-button i {
	background: url(../images/icon3.svg) no-repeat;
	background-size: 50px 40px;
	width: 50px;
	height: 40px;
}

.link-button.xlsmall {
	line-height: 1.75rem;
	padding: 0px 1rem;
	font-size: 0.7rem;
	font-weight: 300;
	border: solid 1px;
}

.link-button.small {
	line-height: 2rem;
	padding: 0px 1rem;
	font-size: .9rem;
	font-weight: 300;
	border: solid 1px;
}

.link-button.medium {
	line-height: 2.125rem;
	padding: 0px 30px;
	font-size: 1rem;
	font-weight: 500;
	border: solid 1px;
}

.link-button.large {
	line-height: 2.5rem;
	padding: 0px 30px;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 1px;
	border: solid 2px;
}

.link-button.full {
	width: 100%;
	text-align: center;
	justify-content: center;
}

.link-button.white {
	color: #3d4251;
	background: #FFF;
	border-color: #FFF;
}

.link-button.blue {
	color: #FFF;
	background: var(--blue);
	border-color: var(--blue);
}

.link-button.darkblue {
	color: #FFF;
	background: var(--darkblue);
	border-color: var(--darkblue);
}

.link-button.purple {
	color: #FFF;
	background: #8427e1;
	border-color: #8427e1;
}

.link-button.red {
	color: #FFF;
	background: var(--red);
	border-color: var(--red);
}

.link-button.green {
	color: #FFF;
	background: var(--green);
	border-color: var(--green);
}

.link-button.yellow {
	color: #FFF;
	background: #FAC834;
	border-color: #FAC834;
}

.link-button.orage {
	color: #FFF;
	background: #FB6C2C;
	border-color: #FB6C2C;
}

.link-button:hover {
	background: none;
	box-shadow: 0px 0px 20px 0px rgba(46, 61, 73, 0.2);
}

.link-button.white:hover {
	color: #FFF;
}

.link-button.blue:hover {
	color: var(--blue);
}

.link-button.darkblue:hover {
	color: var(--darkblue);
}

.link-button.purple:hover {
	color: #8427e1;
}

.link-button.red:hover {
	color: var(--red);
}

.link-button.green:hover {
	color: var(--green);
}

.link-button.yellow:hover {
	color: #FAC834;
}

.link-button.orage:hover {
	color: #FB6C2C;
}

/* LINK BORDER */
.link-border {
	border-radius: 4px;
	transition: all 0.3s ease;
}

.link-border.xlsmall {
	line-height: 1.75rem;
	padding: 0px 1rem;
	font-size: .7rem;
	font-weight: 300;
	border: solid 1px;
}

.link-border.small {
	line-height: 2rem;
	padding: 0px 20px;
	font-size: 0.8rem;
	font-weight: 300;
	border: solid 1px;
}

.link-border.medium {
	line-height: 2.125rem;
	padding: 0px 30px;
	font-size: 1rem;
	font-weight: 500;
	border: solid 1px;
}

.link-border.large {
	line-height: 2.5rem;
	padding: 0px 30px;
	font-size: 1.1rem;
	border: solid 2px;
	font-weight: 500;
	letter-spacing: 1px;
}

.link-border.full {
	width: 100%;
	text-align: center;
}

.link-border.white {
	border-color: #FFF;
	color: #FFF;
}

.link-border.blue {
	border-color: var(--blue);
	color: var(--blue);
}

.link-border.darkblue {
	border-color: var(--darkblue);
	color: var(--darkblue);
}

.link-border.darkblue span {
	color: var(--darkblue);
}

.link-border.red {
	border-color: var(--red);
	color: var(--red);
}

.link-border.green {
	border-color: var(--green);
	color: var(--green);
}

.link-border.green span {
	color: var(--green);
}

.link-border.black {
	border-color: #000;
	color: #000;
}

.link-border:hover {
	color: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(46, 61, 73, 0.2);
}

.link-border.white:hover {
	background: #FFF;
	color: #333;
}

.link-border.blue:hover {
	background: var(--blue);
}

.link-border.darkblue:hover {
	background: var(--darkblue);
	color: #FFF
}

.link-border.darkblue:hover span {
	color: #FFF
}

.link-border.red:hover {
	background: var(--red);
}

.link-border.green:hover {
	background: var(--green);
	color: #FFF;
}

.link-border.green:hover span {
	color: #FFF;
}

.link-border.black:hover {
	background: #000;
}

/* LINK TETX */
.link-text {
	border-radius: 4px;
	transition: all 0.3s ease;
}

.link-text.xlsmall {
	line-height: 1.75rem;
	padding: 0px 1rem;
	font-size: .7rem;
	font-weight: 300;
}

.link-text.small {
	line-height: 2rem;
	padding: 0px 20px;
	font-size: 0.8rem;
	font-weight: 300;
}

.link-text.medium {
	line-height: 2.125rem;
	padding: 0px 30px;
	font-size: 1rem;
	font-weight: 500;
}

.link-text.large {
	line-height: 2.5rem;
	padding: 0px 30px;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 1px;
}

.link-text.full {
	width: 100%;
	text-align: center;
}

.link-text.white {
	border-color: #FFF;
	color: #FFF;
}

.link-text.blue {
	border-color: var(--blue);
	color: var(--blue);
}

.link-text.red {
	border-color: var(--red);
	color: var(--red);
}

.link-text.green {
	border-color: var(--green);
	color: var(--green);
}

.link-text.black {
	border-color: #000;
	color: #000;
}

.link-text:hover {
	color: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(46, 61, 73, 0.2);
}

.link-text.white:hover {
	background: #FFF;
	color: #333;
}

.link-text.blue:hover {
	background: var(--blue);
}

.link-text.red:hover {
	background: var(--red);
}

.link-text.green:hover {
	background: var(--green);
}

.link-text.black:hover {
	background: #000;
}

/* TITLE */
.e-title {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.e-textcenter {
	text-align: center;
}

.e-title.blue {
	color: var(--blue);
}

.e-title.medium {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 300;
}

.e-brackets {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}

.e-brackets .border {
	width: 100px;
	height: 5px;
	background: #CCC;
}

.e-description {
	width: 100%;
	font-size: 1rem;
	color: #333;
	margin-bottom: 20px;
	text-align: center;
}

/* PROJECT FORM */
.projectform .title {
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.projectform .description {
	width: 100%;
	font-weight: 300;
	font-size: 1rem;
	margin-bottom: 20px;
	color: #666;
}

/* FORM ITEM */
.contactform {
	margin-bottom: 30px;
	width: 100%;
}

.courseform {
	padding: 0px 50px 50px;
}

.trainerform {
	width: 100%;
	margin-bottom: 20px;
}

.trainerform .title {
	width: 100%;
	font-size: 1.5em;
	font-weight: 300;
	color: #2e3d49;
	margin-bottom: 20px;
	text-align: center;
}

@media only screen and (max-width:767px) {
	.courseform {
		padding: 10px 20px 20px;
	}
}

.formstyle1 {
	width: 100%;
	margin-top: 1rem;
	position: relative;
}

.formstyle1.between {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}

.formstyle1 label {
	font-size: 0.9rem;
	color: #999;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.05rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.formstyle1 label.question {
	font-size: 1rem;
	color: #333;
	letter-spacing: 0.05rem;
	font-weight: bold;
}

.formstyle1 fieldset {
	position: relative;
	z-index: 2;
	border: solid 1px #EEE;
	width: 100%;
	border-radius: 0.2rem;
}

.formstyle1 fieldset:hover {
	border: solid 1px var(--blue);
}

.formstyle1.bgwhite fieldset {
	background: #FFF;
	align-items: center;
	display: flex;
}

.formstyle1 fieldset small {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #D62626;
	z-index: 1000;
	font-size: 1rem;
	padding: 0px 5px;
}

.formstyle1 fieldset .mce-tinymce {
	margin-top: 10px;
}

.formstyle2 {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.formstyle2 label {
	font-size: 0.9rem;
	color: #999;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.05rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #dbe2e8;
	box-shadow: 5px 5px 10px 0 rgba(46, 61, 73, 0.05);
}

.formstyle2 label.question {
	font-size: 1rem;
	color: #333;
	letter-spacing: 0.05rem;
	font-weight: bold;
}

.formstyle2 fieldset {
	position: relative;
	z-index: 2;
	border: solid 1px #EEE;
	width: 100%;
	border-radius: 0.2rem;
}

.formstyle2.bgwhite fieldset {
	background: #FFF;
	min-height: 2.6rem;
	align-items: center;
	display: flex;
}

.formstyle2 fieldset:hover {
	border: solid 1px var(--blue);
}

.formstyle2 fieldset small {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #D62626;
	z-index: 1000;
	font-size: 1rem;
	padding: 0px 5px;
}

.formstyle2 fieldset .mce-tinymce {
	margin-top: 10px;
}

.formstyle1-note {
	font-size: 0.9rem;
	color: #333;
	line-height: 1.4rem;
}

.formstyle2-note {
	font-size: 1rem;
	color: #333;
	line-height: 1.4rem;
	margin-top: 3px;
	font-weight: 300;
}

.formstyle1 .bordernone {
	border-color: #FFF;
}

.formstyle2 .bordernone {
	border-color: #FFF;
}

.formstyle2 .select2 {
	width: 100% !important;
}

.formstyle1 .input,
.formstyle1 .textarea {
	width: 100%;
	height: 3rem;
	font-size: 1.2rem;
	line-height: 25px;
	letter-spacing: .5px;
	color: #333;
	padding: 10px 1rem;
	position: relative;
	z-index: 2;
	border-radius: 2px;
	background: #FFF;
	font-weight: 300;
}

.formstyle1 .select {
	width: 100%;
	height: 3rem;
	font-size: 1.2rem;
	line-height: 25px;
	color: #333;
	padding: 10px 1rem;
	position: relative;
	z-index: 2;
	border-radius: 2px;
	background: #FFF;
	font-weight: 300;
}

.formstyle1 .textarea {
	min-height: 100px;
	float: left;
}

.formstyle1 .white {
	background: #FFF;
}

.formstyle2 .input,
.formstyle2 .select,
.formstyle2 .textarea {
	width: 100%;
	height: 40px;
	font-size: 0.9rem;
	line-height: 25px;
	letter-spacing: 0.5px;
	color: #333;
	padding: 10px;
	position: relative;
	z-index: 2;
	border-radius: 2px;
	background: #FFF;
}

.formstyle2 .textarea {
	min-height: 122px;
	float: left;
}

.formstyle2 .input::-webkit-input-placeholder,
.formstyle2 .textarea::-webkit-input-placeholder {
	color: #333 !important;
	font-weight: 300;
}

.formstyle2 .input::-moz-placeholder,
.formstyle2 .textarea::-moz-placeholder {
	color: #333 !important;
	font-weight: 300;
}

.formstyle2 .input:-ms-input-placeholder,
.formstyle2 .textarea:-ms-input-placeholder {
	color: #333 !important;
	font-weight: 300;
}

.formstyle2 .input:-moz-placeholder,
.formstyle2 .textarea:-moz-placeholder {
	color: #333 !important;
	font-weight: 300;
}

.formstyle2 .input,
.formstyle2 .select {
	color: #333;
	height: 2.5rem;
	padding: 0 0.8rem;
	font-size: 0.875rem;
}

.formstyle1 .info,
.formstyle2 .info {
	font-style: italic;
	font-size: 0.8rem;
	line-height: 1rem;
	color: #999;
	font-weight: 300;
}

.formstyle1 .info a,
.formstyle2 .info a {
	text-decoration: underline;
	color: #999;
}

.formstyle1 .info a:hover,
.formstyle2 .info a:hover {
	text-decoration: none;
	color: var(--blue);
}

.formstyle1 .feedback,
.formstyle2 .feedback {
	width: 100%;
	font-size: 12px;
	opacity: 0.5;
}

.formstyle1.error .feedback,
.formstyle2.error .feedback {
	color: #FF5722;
}

.formstyle1.warning .feedback,
.formstyle2.warning .feedback {
	color: #FFC107;
}

.formstyle1.success .feedback,
.formstyle2.success .feedback {
	color: #4CAF50;
}

.formstyle1.error fieldset,
.formstyle2.error fieldset {
	border: solid 1px rgba(255, 87, 34, 0.5);
}

.formstyle1.error fieldset label,
.formstyle2.error fieldset label {
	color: #FF5722;
}

.formstyle1.error .input,
.formstyle1.error .textarea,
.formstyle2.error .input,
.formstyle2.error .textarea {
	color: #FF5722;
	background: rgba(255, 87, 34, 0.05);
}

.formstyle1.warning fieldset,
.formstyle2.warning fieldset {
	border: solid 1px rgba(255, 193, 7, 0.5);
}

.formstyle1.warning fieldset label,
.formstyle2.warning fieldset label {
	color: #FFC107;
}

.formstyle1.warning .input,
.formstyle1.warning .textarea,
.formstyle2.warning .input,
.formstyle2.warning .textarea {
	color: #333;
	background: rgba(255, 193, 7, 0.05);
}

.formstyle1.success fieldset,
.formstyle2.success fieldset {
	border: solid 1px rgba(76, 175, 80, 0.5);
}

.formstyle1.success fieldset label,
.formstyle2.success fieldset label {
	color: #4CAF50;
}

.formstyle1.success .input,
.formstyle1.success .textarea,
.formstyle2.success .input,
.formstyle2.success .textarea {
	color: #4CAF50;
	background: rgba(76, 175, 80, 0.05);
}

.resultmessage {
	display: none;
}

.resultmessage div {
	font-size: 0.8rem;
	padding: 5px;
	border-radius: 0.2rem;
}

.resultmessage .error {
	color: #FF5722;
	border: dotted 1px rgba(255, 87, 34, 0.5);
	background: rgba(255, 87, 34, 0.01);
}

.resultmessage .warning {
	color: #333;
	border: dotted 1px rgba(255, 193, 7, 0.5);
	background: rgba(255, 193, 7, 0.01);
}

.resultmessage .success {
	color: #4CAF50;
	border: dotted 1px rgba(76, 175, 80, 0.5);
	background: rgba(76, 175, 80, 0.01);
}

.formstyle1 .button {
	cursor: pointer;
	border-radius: 0.24rem;
	letter-spacing: 0.05rem;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.formstyle1 .button i {
	margin: 2px 0px 0px 15px;
	font-size: 0.9rem;
}

.formstyle1 .button.full {
	width: 100%;
}

.formstyle1 .button.small {
	padding: 0px 15px;
	font-size: 1rem;
	line-height: 2rem;
}

.formstyle1 .button.medium {
	padding: 0px 25px;
	font-size: 1.1rem;
	line-height: 2.8rem;
}

.formstyle1 .button.medium i {
	font-size: 1.3rem;
}

.formstyle1 .button.large {
	padding: 0px 50px;
	font-size: 1.2rem;
	line-height: 3.2rem;
	font-weight: 300;
}

.formstyle1 .button.large i {
	font-size: 1.3rem;
}

.formstyle1 .button.blue {
	background: var(--blue);
	color: #FFF;
}

.formstyle1 .button.blue:hover {
	background: #2291C0;
}

.formstyle1 .button.darkblue {
	background: #3659A2;
	color: #FFF;
}

.formstyle1 .button.darkblue:hover {
	background: #315297;
}

.formstyle1 .button.navyblue {
	background: var(--navyblue);
	color: #FFF;
}

.formstyle1 .button.navyblue:hover {
	background: #444444;
}

.formstyle1 .button.red {
	background: #ED0015;
	color: #FFF;
}

.formstyle1 .button.red:hover {
	background: #BA0010;
}

.formstyle1 .button.green {
	background: var(--green);
	color: #FFF;
}

.formstyle1 .button.green:hover {
	background: #333;
}

.formstyle1 .buttonborder {
	cursor: pointer;
	border-radius: 0.24rem;
	letter-spacing: 0.05rem;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.formstyle1 .buttonborder i {
	margin: 2px 0px 0px 15px;
	font-size: 0.9rem;
}

.formstyle1 .buttonborder.full {
	width: 100%;
}

.formstyle1 .buttonborder.medium {
	padding: 0px 25px;
	font-size: 1.1rem;
	line-height: 2.8rem;
}

.formstyle1 .buttonborder.medium i {
	font-size: 1.3rem;
}

.formstyle1 .buttonborder.large {
	padding: 0px 50px;
	font-size: 1.2rem;
	line-height: 3.2rem;
	font-weight: 300;
}

.formstyle1 .buttonborder.large i {
	font-size: 1.3rem;
}

.formstyle1 .buttonborder.blue {
	border: solid 1px #3659a2;
	color: var(--blue);
}

.formstyle1 .buttonborder.blue:hover {
	background: var(--blue);
	color: #FFF;
}

.formstyle1 .buttonborder.red {
	border: solid 1px #ED0015;
	color: #ED0015;
}

.formstyle1 .buttonborder.red:hover {
	background: #ED0015;
	color: #FFF;
}

.formstyle1 .buttonborder-box {
	cursor: pointer;
	border-radius: 0.24rem;
	font-weight: 300;
	letter-spacing: 0.05rem;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.formstyle1 .buttonborder-box a {
	text-decoration: underline;
	color: #333;
	margin-left: 5px;
}

.formstyle1 .buttonborder-box a:hover {
	text-decoration: none;
}

.formstyle1 .buttonborder-box.full {
	width: 100%;
}

.formstyle1 .buttonborder-box.medium {
	padding: 0px 25px;
	font-size: 1.1rem;
	line-height: 2.8rem;
}

.formstyle1 .buttonborder-box.large {
	padding: 0px 50px;
	font-size: 1.2rem;
	line-height: 3.2rem;
	font-weight: 300;
}

.formstyle1 .buttonborder-box.black {
	border: solid 1px rgba(0, 0, 0, 0.1);
	color: #333;
}

.formstyle1 .buttonborder-box.blue {
	border: solid 1px var(--blue);
	color: var(--blue);
}

.formstyle1 .buttonborder-box.red {
	border: solid 1px #ED0015;
	color: #ED0015;
}

.formstyle1 .buttonload {
	display: none;
	border-radius: 0.2rem;
	position: relative;
}

.formstyle1 .buttonload.full {
	width: 100%;
	height: 2.5rem;
}

.formstyle1 .buttonload.small {
	width: 2rem;
	height: 2rem;
}

.formstyle1 .buttonload.medium {
	width: 2.5rem;
	height: 2.5rem;
}

.formstyle1 .buttonload.large {
	width: 3rem;
	height: 3rem;
}

.formstyle1 .buttonload.blue {
	background: var(--blue);
}

.formstyle1 .buttonload.green {
	background: var(--green);
}

.formstyle1 .buttonload.darkblue {
	background: #3659A2;
}

.formstyle1 .buttonload .load1,
.formstyle1 .buttonload .load2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #FFF;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: btnload 2.0s infinite ease-in-out;
	animation: btnload 2.0s infinite ease-in-out;
}

.formstyle1 .buttonload .load2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes btnload {

	0%,
	100% {
		-webkit-transform: scale(0.0)
	}

	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes btnload {

	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.formstyle1 .checkbuttons {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.formstyle1 .checkbuttons .item {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	padding: 0px 0px 0px 7px;
	overflow: hidden;
	align-items: start;
}

.formstyle1 .checkbuttons .item .checkbox {
	margin: 3px 0px 0px 0px;
	width: 20px;
}

.formstyle1 .checkbuttons .item .checkbox::before {
	transition: all 0.5s ease;
	content: '';
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 5px;
	background: #FFF;
	border: solid 2px #EAEAEA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.formstyle1 .checkbuttons .item .checkbox::after {
	transition: all 0.5s ease;
	content: '';
	width: 10px;
	height: 5px;
	position: absolute;
	top: 5px;
	left: 10px;
	border: 3px solid #FFF;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	transform: rotate(-45deg);
}

.formstyle1 .checkbuttons .item .checkbox:hover::before {
	border: solid 2px var(--blue);
}

.formstyle1 .checkbuttons .item .checkbox[type=checkbox]:checked::before {
	border: solid 2px var(--blue);
	background: var(--blue);
}

.formstyle1 .checkbuttons .item .checkbox[type=checkbox]:checked::after {
	opacity: 1;
}

.formstyle1 .checkbuttons .item label {
	border: none !important;
	font-size: 0.9rem;
	box-shadow: none;
	position: relative;
	color: #333;
	margin-top: -1px;
	line-height: 20px;
	height: auto !important;
	padding: 1px 0px 0px 7px;
	cursor: pointer;
	letter-spacing: 0;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif !important;
	display: flex;
	flex-wrap: wrap;
}

.formstyle1 .checkbuttons .item label a {
	color: #333;
	text-decoration: underline;
}

.formstyle1 .checkbuttons .item label a:hover,
.formstyle1 .checkbuttons .item p a:hover {
	text-decoration: none;
}

.formstyle1 .checkbuttons .item label:hover {
	color: var(--blue);
}

.formstyle1 .checkbuttons .item label:after {
	display: none;
}

.formstyle1 .checkbutton {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.formstyle1 .checkbutton {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	padding: 0px 0px 0px 7px;
	overflow: hidden;
	align-items: start;
}

.formstyle1 .checkbutton .checkbox {
	margin: 3px 0px 0px 0px;
	width: 20px;
}

.formstyle1 .checkbutton .checkbox::before {
	transition: all 0.5s ease;
	content: '';
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 5px;
	background: #FFF;
	border: solid 2px #EAEAEA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.formstyle1 .checkbutton .checkbox::after {
	transition: all 0.5s ease;
	content: '';
	width: 10px;
	height: 5px;
	position: absolute;
	top: 5px;
	left: 10px;
	border: 3px solid #FFF;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	transform: rotate(-45deg);
}

.formstyle1 .checkbutton .checkbox:hover::before {
	border: solid 2px var(--blue);
}

.formstyle1 .checkbutton .checkbox[type=checkbox]:checked::before {
	border: solid 2px var(--blue);
	background: var(--blue);
}

.formstyle1 .checkbutton .checkbox[type=checkbox]:checked::after {
	opacity: 1;
}

.formstyle1 .checkbutton label {
	border: none !important;
	font-size: 0.9rem;
	box-shadow: none;
	position: relative;
	color: #333;
	margin-top: -1px;
	line-height: 20px;
	height: auto !important;
	padding: 1px 0px 0px 7px;
	cursor: pointer;
	letter-spacing: 0;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif !important;
	display: flex;
	flex-wrap: wrap;
}

.formstyle1 .checkbutton label a {
	color: #333;
	text-decoration: underline;
}

.formstyle1 .checkbutton label a:hover,
.formstyle1 .checkbutton p a:hover {
	text-decoration: none;
}

.formstyle1 .checkbutton label:hover {
	color: var(--blue);
}

.formstyle1 .checkbutton label:after {
	display: none;
}

.formstyle2 .checkbuttons {
	width: 100%;
	min-height: 40px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-top: 10px;
}

.formstyle2 .checkbuttons .item {
	min-height: 22px;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	padding: 0px 5px 0px 10px;
	margin-bottom: 10px;
	overflow: hidden;
	align-items: start;
}

.formstyle2 .checkbuttons .item .checkbox {
	margin: 3px 0px 0px 0px;
	width: 20px;
}

.formstyle2 .checkbuttons .item .checkbox::before {
	transition: all 0.5s ease;
	content: '';
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 10px;
	background: #FFF;
	border: solid 2px #EAEAEA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.formstyle2 .checkbuttons .item .checkbox::after {
	transition: all 0.5s ease;
	content: '';
	width: 10px;
	height: 5px;
	position: absolute;
	top: 6px;
	left: 14px;
	border: 3px solid #FFF;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	transform: rotate(-45deg);
}

.formstyle2 .checkbuttons .item .checkbox:hover::before {
	border: solid 2px var(--blue);
}

.formstyle2 .checkbuttons .item .checkbox[type=checkbox]:checked::before {
	border: solid 2px var(--blue);
	background: var(--blue);
}

.formstyle2 .checkbuttons .item .checkbox[type=checkbox]:checked::after {
	opacity: 1;
}

.formstyle2 .checkbuttons .item label {
	border: none !important;
	font-size: 0.9rem;
	box-shadow: none;
	position: relative;
	color: #333;
	margin-top: -1px;
	line-height: 20px;
	height: auto !important;
	padding: 1px 0px 0px 7px;
	cursor: pointer;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif !important;
	display: flex;
	flex-wrap: wrap;
}

.formstyle2 .checkbuttons .item label.pl {
	padding: 1px 0px 0px 14px;
}

.formstyle2 .checkbuttons .item label a {
	color: #7d97ad;
	text-decoration: underline;
}

.formstyle2 .checkbuttons .item label a:hover,
.formstyle2 .checkbuttons .item p a:hover {
	text-decoration: none;
}

.formstyle2 .checkbuttons .item label:hover {
	color: var(--blue);
}

.formstyle2 .checkbuttons .item label:after {
	display: none;
}

.formstyle3 .checkbuttons {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.formstyle3 .checkbuttons .item {
	width: 100%;
	min-height: 22px;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	justify-content: space-between;
}

.formstyle3 .checkbuttons .item div {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
}

.formstyle3 .checkbuttons .item .checkbox {
	margin: 3px 0px 0px 0px;
	width: 20px;
}

.formstyle3 .checkbuttons .item .checkbox::before {
	transition: all 0.5s ease;
	content: '';
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0px;
	background: #FFF;
	border: solid 2px #EAEAEA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.formstyle3 .checkbuttons .item .checkbox::after {
	transition: all 0.5s ease;
	content: '';
	width: 10px;
	height: 5px;
	position: absolute;
	top: 5px;
	left: 5px;
	border: 3px solid #FFF;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	transform: rotate(-45deg);
}

.formstyle3 .checkbuttons .item .checkbox:hover::before {
	border: solid 2px var(--blue);
}

.formstyle3 .checkbuttons .item .checkbox[type=checkbox]:checked::before {
	border: solid 2px var(--blue);
	background: var(--blue);
}

.formstyle3 .checkbuttons .item .checkbox[type=checkbox]:checked::after {
	opacity: 1;
}

.formstyle3 .checkbuttons .item label {
	border: none !important;
	font-size: 0.9rem;
	box-shadow: none;
	position: relative;
	color: #333;
	margin-top: -1px;
	line-height: 20px;
	height: auto !important;
	padding: 1px 0px 0px 7px;
	cursor: pointer;
	letter-spacing: 0;
	font-family: 'Open Sans', sans-serif !important;
	display: flex;
	flex-wrap: wrap;
}

.formstyle3 .checkbuttons .item label a {
	color: #333;
	text-decoration: underline;
}

.formstyle3 .checkbuttons .item label a:hover,
.formstyle3 .checkbuttons .item p a:hover {
	text-decoration: none;
}

.formstyle3 .checkbuttons .item label:hover {
	color: var(--blue);
}

.formstyle3 .checkbuttons .item label:after {
	display: none;
}

.formstyle1 .radiobuttons {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-top: 8px;
}

.formstyle1 .radiobuttons .item {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	padding: 0px 15px 0px 0px;
	margin-bottom: 8px;
	overflow: hidden;
	align-items: center;
}

.formstyle1 .radiobuttons .item .radio {
	margin-left: .5rem;
	width: 1.25rem;
	height: 1.25rem;
	position: relative;
}

.formstyle1 .radiobuttons .item .radio::before {
	transition: all 0.5s ease;
	content: '';
	width: 1.25rem;
	height: 1.25rem;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0px;
	background: #FFF;
	border: solid 2px #EAEAEA;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.formstyle1 .radiobuttons .item .radio::after {
	transition: all 0.5s ease;
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 6px;
	left: 6px;
	background: #FFF;
	opacity: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.formstyle1 .radiobuttons .item .radio:hover::before {
	border: solid 2px var(--blue);
}

.formstyle1 .radiobuttons .item .radio[type=radio]:checked::before {
	border: solid 2px var(--blue);
	background: var(--blue);
}

.formstyle1 .radiobuttons .item .radio[type=radio]:checked::after {
	opacity: 1;
}

.formstyle1 .radiobuttons .item label {
	border: none !important;
	font-size: 1rem;
	font-weight: 300;
	box-shadow: none;
	position: relative;
	color: #333;
	line-height: 1.25rem;
	height: auto !important;
	padding-left: .25rem;
	cursor: pointer;
	letter-spacing: 0;
	font-family: 'Open Sans', sans-serif !important;
	display: flex;
	flex-wrap: wrap;
}

.formstyle1 .radiobuttons .item label a {
	color: #333;
	text-decoration: underline;
}

.formstyle1 .radiobuttons .item label a:hover,
.formstyle1 .radiobuttons .item p a:hover {
	text-decoration: none;
}

.formstyle1 .radiobuttons .item label:hover {
	color: var(--blue);
}

.formstyle1 .radiobuttons .item label:after {
	display: none;
}

.formstyle2 .radiobuttons {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-top: 8px;
}

.formstyle2.bgwhite .radiobuttons {
	padding-top: 11px;
}

.formstyle2 .radiobuttons .item {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	padding: 0px 15px 0px 0px;
	margin-bottom: 8px;
	overflow: hidden;
	align-items: center;
}

.formstyle2 .radiobuttons .item .radio {
	margin-left: 10px;
	width: 20px;
	height: 18px;
	position: relative;
}

.formstyle2 .radiobuttons .item .radio::before {
	transition: all 0.5s ease;
	content: '';
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0px;
	background: #FFF;
	border: solid 2px #EAEAEA;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.formstyle2 .radiobuttons .item .radio::after {
	transition: all 0.5s ease;
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #FFF;
	opacity: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.formstyle2 .radiobuttons .item .radio:hover::before {
	border: solid 2px var(--blue);
}

.formstyle2 .radiobuttons .item .radio[type=radio]:checked::before {
	border: solid 2px var(--blue);
	background: var(--blue);
}

.formstyle2 .radiobuttons .item .radio[type=radio]:checked::after {
	opacity: 1;
}

.formstyle2 .radiobuttons .item label {
	border: none !important;
	font-size: 0.9rem;
	box-shadow: none;
	position: relative;
	color: #333;
	font-weight: 300;
	height: auto !important;
	padding: 1px 0px 0px 5px;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif !important;
	display: flex;
	flex-wrap: wrap;
}

.formstyle2 .radiobuttons .item label a {
	color: #7d97ad;
	text-decoration: underline;
}

.formstyle2 .radiobuttons .item label a:hover,
.formstyle2 .radiobuttons .item p a:hover {
	text-decoration: none;
}

.formstyle2 .radiobuttons .item label:hover {
	color: #0747A6;
}

.formstyle2 .radiobuttons .item label:after {
	display: none;
}

.formstyle3 {
	width: 100%;
	margin-top: 1rem;
}

.formstyle3 .label {
	font-size: 1rem;
	color: #666;
	display: flex;
	flex-wrap: wrap;
	padding: .25rem .5rem .25rem;
	margin-bottom: .5rem;
	font-weight: 300;
}

.formstyle3 fieldset {
	position: relative;
	z-index: 2;
	border: solid 1px #EEE;
	width: 100%;
	border-radius: 0.2rem;
}

.formstyle3 fieldset:hover {
	border: solid 1px var(--blue);
}

.formstyle3 fieldset small {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #D62626;
	z-index: 1000;
	font-size: 1rem;
	padding: 0px 5px;
}

.formstyle3 .items {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.formstyle3 .items .item {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	margin-bottom: .5rem;
	overflow: hidden;
	align-items: start;
}

.formstyle3 .items .item .radio {
	margin: 3px 0px 0px 10px;
	width: 20px;
}

.formstyle3 .items .item .radio::before {
	transition: all 0.5s ease;
	content: '';
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 10px;
	background: #FFF;
	border: solid 2px #EAEAEA;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.formstyle3 .items .item .radio::after {
	transition: all 0.5s ease;
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 5px;
	left: 15px;
	background: #FFF;
	opacity: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.formstyle3 .items .item .radio:hover::before {
	border: solid 2px var(--blue);
}

.formstyle3 .items .item .radio[type=radio]:checked::before {
	border: solid 2px var(--blue);
	background: var(--blue);
}

.formstyle3 .items .item .radio[type=radio]:checked::after {
	opacity: 1;
}

.formstyle3 .items .item label {
	border: none !important;
	font-size: 1.1rem;
	margin-top: -.24rem;
	box-shadow: none;
	position: relative;
	color: #666;
	height: auto !important;
	padding-left: 5px;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif !important;
	display: flex;
	flex-wrap: wrap;
}

.formstyle3 .items .item label:hover {
	color: var(--blue);
}

.formstyle3 .items .item label:after {
	display: none;
}

@media only screen and (max-width:767px) {
	.formstyle3 .items .item .radio {
		margin: 0px 0px 0px 10px;
	}
}

.formspecial {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.formspecial .link {
	font-size: 0.9rem;
	width: auto;
	color: #333;
}

.formspecial .link:hover {
	text-decoration: underline;
}

.formspecial .checkbuttons {
	width: auto;
	padding: 0px;
}

.formspecial .items {
	width: auto !important;
	padding: 0px !important;
}

.formcontent {
	width: 100%;
	border: 1px solid #DBE2E8;
	background: #FAFBFC;
	padding: 25px 35px;
	border-radius: 0.4rem;
}

.formstyle1 .form-link {
	display: flex;
	flex-wrap: nowrap;
}

.formstyle1 .form-link a {
	font-size: .9rem;
	width: auto;
	color: #333;
}

.formstyle1 .form-link a:hover {
	text-decoration: underline;
}

@media only screen and (max-width:767px) {
	.formcontent {
		padding: 15px;
	}

	.formstyle1 .button.small {
		padding: 0px 15px;
		font-size: 1rem;
		line-height: 2rem;
	}

	.formstyle1 .button.medium {
		padding: 0px 20px;
		font-size: 1.1rem;
		line-height: 2.4rem;
	}

	.formstyle1 .button.large {
		padding: 0px 40px;
		font-size: 1.1rem;
		line-height: 2.8rem;
	}

	.formstyle1 .buttonborder-box.medium {
		padding: 10px 20px;
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.formstyle1 .buttonborder-box.large {
		padding: 10px 20px;
		font-size: 1.1rem;
		line-height: 1.5rem;
	}
}

.formstyle1.link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.formstyle1.link a {
	font-style: 1.1rem;
	text-decoration: underline;
	color: #333;
}

.formstyle1.link a:hover {
	color: var(--blue);
}

.formstyle1.info {
	width: 100%;
	font-weight: 300;
	font-size: 0.9rem;
}

.formstyle1.info a {
	font-style: 1rem;
	text-decoration: underline;
	color: #333;
}

.formstyle1.info a:hover {
	color: var(--blue);
}

#top {
	position: fixed;
	top: 20px;
	right: 20px;
	font-size: 12px;
	color: #333;
	z-index: 100000;
}

/* GENERAL POP */
.epop {
	z-index: 10000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	display: none;
}

.epop-contentmain {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.epop-content {
	width: 500px;
	background: #FFF;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.epop-content.transparent {
	background: transparent;
	padding: 0px;
}

.epop-content .titlemain {
	width: 100%;
	padding-bottom: 1.5rem;
	position: relative;
	background: #0D336D;
	margin-bottom: 2rem;
}

.epop-content .popupclose {
	display: none;
	position: absolute;
	right: 20px;
	top: 0;
	width: 2rem;
	height: 2rem;
	border-radius: 0 .4rem 0 0;
	font-size: 1rem;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	line-height: 2rem;
}

.epop-content .popupclose:hover {
	background: #333;
}

.epop-content .title {
	width: 100%;
	padding: 40px 100px 0px 50px;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1.15;
}

.epop-content .title2 {
	width: 100%;
	padding: 0px 50px;
	margin-top: 0.5rem;
	color: #FFF;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.15;
}

.requestscourse .popupclose {
	display: inline;
	width: 100%;
	left: 0px;
	top: 0px;
	padding-left: 50px;
	text-align: left;
	font-size: .875rem;
}

.requestscourse .popupclose:hover {
	background: none;
	text-decoration: underline;
}

@media only screen and (max-width:767px) {
	.epop-content {
		width: 100%;
		height: 100vh;
		overflow-y: auto;
	}

	.epop-content .popupclose {
		display: inline-block;
		padding-left: 20px;
		margin-top: 15px;
	}

	.epop-content .titlemain {
		padding-bottom: 1rem;
		padding-top: 35px;
		margin-bottom: 1rem;
	}

	.epop-content .title {
		padding: 1rem 1rem 0 20px;
	}

	.epop-content .title2 {
		padding: 0px 20px;
	}
}

/* TRAINER */
.trainer-detail {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	background: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 0.2rem;
}

.trainer-detail .image {
	width: 100px;
	height: 100px;
	flex: 0 0 100px;
}

.trainer-detail .image img {
	width: 100%;
}

.trainer-detail .info {
	width: 100%;
	padding-left: 20px;
}

.trainer-detail .title {
	width: 100%;
	font-size: 1.4em;
	font-weight: 600;
}

.trainer-detail .position {
	width: 100%;
	font-size: 1em;
	font-weight: 300;
}

.trainer-detail .link {
	width: 100%;
}

.trainer-detail .link a {
	width: 100%;
	font-size: 0.8em;
	color: #125D9B;
}

.trainer-detail .link a:hover {
	text-decoration: underline;
}

.trainer-detail .content {
	width: 100%;
	font-size: 0.9em;
	line-height: 1.4rem;
	margin-top: 20px;
}

.trainer-detail .content p {
	width: 100%;
	margin-bottom: 0.5rem;
}

.trainer-detail .content ul {
	list-style: disc !important;
	padding-left: 20px;
}

.trainer-detail .content ul li {
	width: 100%;
	margin-bottom: 5px;
	list-style: disc !important;
}

.trainer-detail .content img {
	max-width: 100%;
}

@media only screen and (max-width:767px) {
	.trainer-detail {
		flex-wrap: wrap;
		margin-bottom: 0px;
	}

	.trainer-detail .info {
		padding: 10px 0px 20px 0px;
	}
}

.trainer-menu {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.trainer-menu .title {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: 400;
}

.trainer-menu ul {
	width: 100%;
}

.trainer-menu ul li {
	float: left;
	width: 100%;
}

.trainer-menu ul li a {
	float: left;
	font-size: 1rem;
	line-height: 1.8rem;
	color: #333;
}

.trainer-menu ul li a:hover {
	color: var(--blue);
}

.trainer-menu ul li a i {
	font-size: 0.8rem;
	margin-right: 5px;
}

.instructorapplication {
	margin-top: -20px;
	background: #ececec;
	padding-top: 40px;
}

.instructorapplication-white {
	padding: 40px 0px 20px;
	background: #FFF;
}

@media only screen and (max-width:767px) {
	.trainer-menu {
		padding: 0px 20px;
		margin-bottom: 40px;
	}
}

/* BLOG */
.blog-featured {
	width: 100%;
}

.blog-popular {
	width: 100%;
}

.blog-title {
	width: 100%;
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
}

.blog-title h2 {
	padding: 0.4rem 2rem 0.4rem 1rem;
	font-size: 1rem;
	background: var(--blue);
	color: #FFF;
	font-weight: 500;
	border-radius: 0.2rem;
}

/* BLOG LIST BOX */
.blog-listbox {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.blog-listbox .box {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	background: #EAF0F6;
	border-radius: 0.2rem;
	overflow: hidden;
}

.blog-listbox .box:hover {
	box-shadow: 0px 0px 8px 0px rgba(46, 61, 73, 0.2);
}
}

.blog-listbox .image {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.blog-listbox .image img {
	width: 100%;
	float: left;
}

.blog-listbox .title-desc {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.blog-listbox .title {
	width: 100%;
	padding: 1rem 1rem 0.5rem;
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #33475b;
	font-weight: 500;
}

.blog-listbox .box:hover .title {
	color: var(--blue);
}

.blog-listbox .desc {
	width: 100%;
	padding: 0rem 1rem 1rem;
	font-size: 0.9rem;
	line-height: 1rem;
	color: #33475b;
}

.blog-listbox.big {
	height: auto;
}

.blog-listbox.big .title {
	font-size: 2.3rem;
	line-height: 2.5rem;
}

/* BLOG LIST */
.blog-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
	padding: 0.75rem;
	background: #EAF0F6;
	border-radius: 0.2rem;
	-webkit-transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
	transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
	transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
	transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out
}

.blog-list:hover {
	box-shadow: 0px 0px 8px 0px rgba(46, 61, 73, 0.2);
}

.blog-list .title {
	width: 100%;
	padding-bottom: 0.5rem;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #33475b;
	font-weight: 500;
}

.blog-list:hover .title {
	color: var(--blue);
}

.blog-list .desc {
	width: 100%;
	font-size: 0.9rem;
	line-height: 1rem;
	color: #33475b;
}

.blog-allpost {
	margin-bottom: 20px;
	background: #FFF;
	border-radius: 0.2rem;
	padding: 20px;
}

.blog-allpost .item {
	border-bottom: solid 1px #EEE;
	margin-bottom: 30px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: nowrap;
}

.blog-allpost .item:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.blog-allpost .item .image {
	width: 300px;
	flex: 0 0 300px;
	margin-right: 20px;
}

.blog-allpost .item .image img {
	float: left;
	border-radius: 0.2rem;
	width: 100%;
	height: auto;
}

.blog-allpost .item .info {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.blog-allpost .item .info .title {
	width: 100%;
	font-size: 1.8rem;
	line-height: 2rem;
	margin-bottom: 10px;
	color: var(--blue);
	font-weight: 400;
}

.blog-allpost .item .info .title:hover {
	color: #333;
}

.blog-allpost .item .info .description {
	width: 100%;
	font-size: 1rem;
	line-height: 1.8rem;
	color: #555;
	font-weight: 300;
	margin-bottom: 10px;
}

@media only screen and (max-width:767px) {
	.blog-allpost .item {
		flex-wrap: wrap;
	}

	.blog-allpost .item .image {
		width: 100%;
		flex: 0 0 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

.blog-allpostt {
	margin-bottom: 20px;
}

.blog-allpostt .item {
	border-bottom: solid 1px #EEE;
	margin-bottom: 30px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.blog-allpostt .item:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.blog-allpostt .item .title {
	width: 100%;
	font-size: 1.8rem;
	line-height: 2rem;
	margin-bottom: 10px;
	color: var(--blue);
	font-weight: 700;
}

.blog-allpostt .item .title:hover {
	color: #333;
}

.blog-allpostt .item .description {
	width: 100%;
	font-size: 1rem;
	line-height: 1.8rem;
	color: #555;
	font-weight: 300;
	margin-bottom: 10px;
}

.blog-post {
	margin: 10px 0px 20px;
}

.blog-post .title {
	width: 100%;
	font-size: 2.5rem;
	line-height: 2.7rem;
	margin-bottom: 20px;
	color: #f42;
	font-weight: 700;
}

.blog-post .image {
	width: 100%;
	margin-bottom: 20px;
}

.blog-post .image img {
	width: 100%;
}

.blog-post .share {
	width: 100%;
	margin-bottom: 10px;
}

.blog-post .text {
	width: 100%;
	font-size: 1rem;
	line-height: 1.8rem;
	color: #555;
	font-weight: 300;
}

.blog-post .text h2 {
	font-size: 1.3rem;
	line-height: 2rem;
	margin-bottom: 5px;
	font-weight: 400;
}

.blog-post .text a {
	color: var(--blue);
}

.blog-post .text p {
	width: 100%;
	margin-bottom: 5px;
}

.blog-post .text a {
	color: #125D9B;
}

.blog-post .text a:hover {
	text-decoration: underline;
}

.blog-post .text ul {
	list-style: disc !important;
	padding-left: 20px;
}

.blog-post .text ul li {
	width: 100%;
	margin-bottom: 5px;
	list-style: disc !important;
}

.blog-post .text img {
	max-width: 100%;
}

.blog-lastpost {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.blog-lastpost .title {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: 700;
}

.blog-lastpost .item {
	width: 100%;
	border-bottom: solid 1px #EEE;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

.blog-lastpost .item .img {
	position: relative;
	margin-bottom: 10px;
}

.blog-lastpost .item .img samp {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #333;
	opacity: 0.2;
}

.blog-lastpost .item .img img {
	float: left;
	border-radius: 0.2rem;
	opacity: 0.7;
	width: 100%;
}

.blog-lastpost .item span {
	float: left;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.8rem;
	color: #333;
}

.blog-lastpost .item:hover span {
	color: var(--blue);
}

.blog-lastpost .item:hover .img samp {
	opacity: 0.05;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog-menu {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.blog-menu .title {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: 700;
}

.blog-menu ul {
	width: 100%;
}

.blog-menu ul li {
	float: left;
	width: 100%;
}

.blog-menu ul li a {
	float: left;
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
}

.blog-menu ul li a:hover {
	color: var(--blue);
}

.blog-menu ul li a i {
	font-size: 0.8rem;
	margin-right: 5px;
}

/* CATEGORIES */
.categories-menu {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.categories-menu .title {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: 400;
}

.categories-menu ul {
	width: 100%;
}

.categories-menu ul li {
	float: left;
	width: 100%;
	border-bottom: solid 1px #EEE;
}

.categories-menu ul li a {
	float: left;
	font-size: 1.1rem;
	line-height: 2.2rem;
	color: #333;
}

.categories-menu ul li a:hover {
	color: var(--blue);
}

.categories-menu ul li a i {
	font-size: 0.8rem;
	margin-right: 10px;
}

/* BREADCRUMB */
.breadcrumb {
	width: 100%;
	margin-bottom: 10px;
}

.breadcrumb a,
.breadcrumb samp {
	font-size: 0.8rem;
	color: #333;
}

.breadcrumb a:hover {
	color: var(--blue);
}

.breadcrumb span {
	padding: 0px 5px;
	font-size: 0.8rem;
	color: #333;
}

/* NOFOUND */
.nofound {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

.nofound .center {
	width: 300px;
	padding: 50px 0px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

.nofound span {
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}

/* GENEL */
.fw300 .text {
	font-weight: 300;
	line-height: 1.75rem;
	opacity: 0.9;
}

.fw300 .text p {
	line-height: 1.75rem;
}

.fw300 .content .text h2 {
	color: #333;
	font-size: 1.5rem;
}

/*--[ FIGURE 1 ]--*/
.figure-1 {
	position: relative;
	width: 100%;
	height: 0px;
}

.figure-1::before {
	content: "";
	width: 100%;
	height: 500px;
	z-index: -1;
	transform-origin: left bottom 0px;
	position: absolute;
	top: 10s0%;
	left: 0;
	transform: skew(0deg, -15deg);
	background: rgb(247, 247, 247);
}

.figure-1::after {
	content: "";
	width: 100%;
	height: 500px;
	z-index: -1;
	transform-origin: right bottom 0px;
	position: absolute;
	top: 10s0%;
	left: 0px;
	transform: skew(0deg, 15deg);
	background: rgba(145, 218, 238, 0.1);
}

@media only screen and (max-width:767px) {
	.figure-1 {
		display: none;
	}
}

.figure-3 {
	position: relative;
	width: 100%;
	height: 0px;
	overflow: hidden;
}

.figure-3::before {
	content: "";
	width: 100%;
	height: 500px;
	z-index: -1;
	transform-origin: left bottom 0px;
	position: absolute;
	top: 10s0%;
	left: 0;
	transform: skew(0deg, -15deg);
	background: rgb(247, 247, 247);
}

.figure-3::after {
	content: "";
	width: 100%;
	height: 500px;
	z-index: -1;
	transform-origin: right bottom 0px;
	position: absolute;
	top: 10s0%;
	left: 0px;
	transform: skew(0deg, 15deg);
	background: rgba(145, 218, 238, 0.1);
}

@media only screen and (max-width:767px) {
	.figure-3 {
		display: none;
	}
}

/* SPECIAL LAYOUT --*/
.speciallayout {
	width: 975px;
	margin: 0px auto;
}

.speciallayout .header {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.speciallayout .logo {
	width: 140px;
	height: 50px;
	background: url(../images/logo.svg) no-repeat;
	background-size: 140px 50px;
	display: flex;
	flex-wrap: wrap;
}

.speciallayout .logo a {
	width: 140px;
	height: 50px;
	float: left;
}

.speciallayout .body {
	width: 100%;
}

.speciallayout .body .bg {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-content: flex-start;
	border: 1px solid #DBE2E8;
	box-shadow: 0 0 5px 0 hsla(205, 5%, 48%, .12);
	background: #FFF;
	padding: 56px 70px;
	margin-bottom: 2rem;
}

@media only screen and (max-width:974px) {
	.speciallayout {
		width: 100%;
		margin: 0px;
	}
}

/*--[ ONLINE SECTION MENU ]--*/
.section-menu {
	width: 64px;
	height: 100vh;
	flex: 0 0 64px;
	position: relative;
}

.section-menu div {
	width: 64px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	background: #1C262F;
	position: fixed;
	left: 0;
	top: 0;
}

.section-menu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.section-menu ul li {
	width: 100%;
	display: flex;
	flex: wrap;
}

.section-menu a {
	width: 100%;
	color: #FFF;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.section-menu a i {
	font-size: 2rem;
	line-height: 2rem;
	padding: 1rem;
}

.section-menu a span {
	font-size: 0.8rem;
	line-height: 1rem;
}

.section-menu a:hover,
.section-menu a.active {
	color: var(--blue);
}

/* REGISTER */
.register {
	width: 100%;
}

.register .course-info {
	width: 100%;
	margin-bottom: 1rem;
	border: 1px solid #DBE2E8;
	background: #FAFBFC;
	padding: 2rem 2rem 1rem 2rem;
	border-radius: 0.4rem;
}

.register .course-info .title {
	width: 100%;
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
}

.register .student {
	width: 100%;
	padding: 1.5rem;
	background: #FFF;
	border: solid 1px #EEE;
	border-radius: 0.3rem;
	margin-bottom: 1rem;
}

.register .student:hover {
	background: #EEE;
}

.register .student .title {
	width: 100%;
	margin-bottom: 0.2rem;
	font-size: 1.1rem;
	font-weight: 400;
}

.contentscroll {
	width: 100%;
	position: fixed;
	top: 71px;
	left: 0px;
	z-index: 1000;
}

.contentscroll .bar {
	width: 100%;
	height: 7px;
	background: #EEE;
}

.contentscroll .completed {
	width: 0px;
	height: 7px;
	background: var(--blue);
}

.coursetrainerinfo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.coursetrainerinfo p {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	width: 100%;
	text-align: center;
}

.full {
	width: 100%;
}

/* GENERAL TEXT */
.generaltext {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 1rem;
	line-height: 1.75rem;
	color: #333;
}

.generaltext img {
	max-width: 100%;
	height: auto;
}

.generaltext p {
	width: 100%;
	margin-bottom: .25rem;
	line-height: 1.75rem;
	font-size: 1rem;
	font-weight: 300;
	color: #333;
}

.generaltext h2 {
	width: 100%;
	margin-bottom: .25rem;
	line-height: 2rem;
	font-weight: 400;
	font-size: 1.75rem;
}

.generaltext a {
	color: #125D9B;
}

.generaltext a:hover {
	text-decoration: underline;
}

.generaltext ul {
	list-style: disc !important;
	padding-left: 20px;
}

.generaltext ul li {
	width: 100%;
	margin-bottom: .25rem;
	list-style: disc !important;
	font-weight: 300;
}

/* E-CHECK LINK */
.e-checklink {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
}

.e-checklink input {
	margin: 1px 1rem 0 0;
	width: 1rem;
	height: 1rem;
	flex: 0 0 1rem;
}

.e-checklink .check {
	transition: all .5s ease;
	content: '';
	width: 1.25rem;
	height: 1.25rem;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0px;
	background: #FFF;
	border: solid 2px #EAEAEA;
	border-radius: .25rem;
}

.e-checklink .check:hover {
	border: solid 2px var(--prime);
}

.e-checklink .check::after {
	transition: all .5s ease;
	content: '';
	width: 10px;
	height: 5px;
	position: absolute;
	top: 5px;
	left: 3px;
	border: 3px solid #FFF;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	transform: rotate(-45deg);
}

.e-checklink .checkbox[type=checkbox]:checked+.check {
	border: solid 2px var(--prime);
	background: var(--prime);
}

.e-checklink .checkbox[type=checkbox]:checked+.check::after {
	opacity: 1;
}

.e-checklink .radio[type=radio]:checked+.check {
	border: solid 1px var(--prime);
	background: var(--prime);
}

.e-checklink .radio[type=radio]:checked+.check::after {
	opacity: 1;
}

.e-checklink .info {
	width: 100%;
	min-width: 1.25rem;
	font-size: .875rem;
	color: #333;
	cursor: pointer;
	font-weight: 300;
	display: flex;
	flex-wrap: wrap;
}

.e-checklink .info a {
	color: var(--prime);
	text-decoration: underline;
}

.e-checklink .info a:hover,
.e-checklink a:hover {
	text-decoration: none;
}

.e-checklink:hover .info {
	color: var(--prime);
}


.special-slider {
	margin-top: -20px;
	padding: 20px 0px;
}

@media only screen and (max-width:767px) {
	.mobilehide {
		display: none;
	}
}



.calendar {
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
}

.calendar .title-tabnav {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: .5rem;
}

.calendar .title-tabnav .title {
	font-size: 30px;
	font-weight: 300;
}

.calendar .title-tabnav .tabnav {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: .25rem;
	align-items: flex-end;
}

.calendar .title-tabnav .tabnav .tab {
	display: flex;
	flex-wrap: nowrap;
}

.calendar .title-tabnav .tabnav .tab a {
	font-size: .875rem;
	color: #333;
	margin-left: .5rem;
}

.calendar .title-tabnav .tabnav .tab a:hover,
.calendar .title-tabnav .tabnav .tab .active {
	text-decoration: underline;
}

.calendar .title-tabnav .tabnav .nav {
	display: flex;
	flex-wrap: nowrap;
	margin-left: 1rem;
}

.calendar .title-tabnav .tabnav .nav a {
	border-radius: .25rem;
	font-size: 1rem;
	border: solid 1px #EEE;
	margin-left: .25rem;
	width: 1.75rem;
	height: 1.75rem;
	padding-bottom: .5rem;
	font-size: 1.25rem;
	line-height: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #333;
}

.calendar .title-tabnav .tabnav .nav a:hover {
	background: #EEE;
}

.calendar .daytitle {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.calendar .daytitle div {
	width: 14.28%;
	padding: .25rem;
	font-size: .875rem;
	text-align: right;
}

.calendar .daytitle div:nth-child(7n) {
	border-right: none;
}

.calendar .daytitle.one div {
	width: 100%;
	border-right: none;
}

.calendar .days {
	width: 100%;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	border: 1px solid #DBE2E8;
	border-radius: .25rem;
}

.calendar .day {
	width: 14.28%;
	border-right: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
	position: relative;
	padding: .125rem .125rem 0 .125rem;
	min-height: 6rem;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.calendar .day:nth-child(7n) {
	border-right: none
}

.calendar .one .day {
	width: 100%;
	border-right: none
}

.calendar .day:hover {
	background: #EEE
}

.calendar .day .info {
	width: 100%;
	text-align: right;
	font-size: .75rem;
	padding: .125rem;
}

.calendar .day .lesson {
	width: 100%;
	margin-bottom: .125rem;
	background: #EEE;
	padding: .25rem;
}

.calendar .day .lesson:hover {
	background: #DDD;
}

.calendar .day .lesson .class {
	width: 100%;
	height: 16px;
	overflow: hidden;
	font-size: .75rem;
	color: #333;
}

.calendar .day .lesson .class a {
	text-decoration: underline;
}

.calendar .day .lesson .class a:hover {
	color: var(--blue);
}

.calendar .day .lesson .name {
	width: 100%;
	font-size: .75rem;
	font-weight: 700;
}

.calendar .day .lesson .time {
	width: 100%;
	font-size: .75rem;
	color: #333;
}

.uploadbutton {
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	padding: 10px;
	text-align: center;
	font-size: 14px;
}



.epopup {
	width: 100%;
	height: 100vh;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .75);
	z-index: 100000;
	justify-content: center;
	align-items: center;
	overflow-y: auto;
}

.epopup.active {
	display: flex;
}

.epopup .mainbody {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-height: 100vh;
	align-items: center;
	z-index: 100000;
}

.epopup .mainbody.w500 {
	width: 500px;
}

.epopup .body {
	background: #FFF;
	border-radius: 3px;
	position: relative;
	max-height: 80vh;
	overflow-y: scroll;
	position: relative;
}

.epopup .close {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.epopup .close a {
	width: 20px;
	height: 20px;
	background: url(../images/close-white.svg) no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

.epopup .close a:hover {
	background: url(../images/close-blue.svg) no-repeat;
	background-size: cover;
	background-position: center;
}

.epopup .close2 {
	width: 15px;
	height: 15px;
	background: url(../images/close-black.svg) no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}

.epopup .close2:hover {
	background: url(../images/close-blue.svg) no-repeat;
	background-size: cover;
	background-position: center;
}


@media only screen and (max-width: 767px) {
	.epopup .mainbody {
		padding: 0 20px;
	}

	.epopup .mainbody.w500 {
		width: 100%;
	}
}

.lacivert-kutu {
	background-color: #11204b;
}

.lacivert-kutu .content-titledescription span,
.lacivert-kutu .content-titledescription samp,
.lacivert-kutu .content-title,
.lacivert-kutu .title,
.lacivert-kutu .desc {
	color: rgba(255, 255, 255, 0.95);
}

.lacivert-kutu .content-textbox .box {
	border-bottom: 0px;
}

.isgarantisi {
	padding: 80px 0px 0px;
	background-image: url(job-g2.jpg);
	background-size: 70% auto;
	background-repeat: no-repeat;
	background-position: top right;
}

.isgarantisi .content-titledescription {
	margin-top: 30px;
	width: 48%;
	padding: 40px 40px;
}

.isgarantisi .content-titledescription span {
	font-weight: 400;
}

.isgarantisi .content-titledescription .content-title {
	text-align: left;
	font-size: 2.5em;
}

#s-isgarantisimumkunkilannedir .content-title {
	text-align: left;
	justify-content: left;
}

#s-isgarantisimumkunkilannedir .mobileaccordion-content {
	padding: 0px !important;
}

@media only screen and (max-width:860px) {
	.isgarantisi {
		padding: 200px 0px 0px;
		background-size: 100% auto;
	}

	.isgarantisi .content-titledescription {
		width: 100%;
	}

	#s-isgarantisimumkunkilannedir {
		padding-top: 0px;
	}

	#s-isgarantisimumkunkilannedir .mobileaccordion-content {
		border: 0px !important;
	}

	#s-isgarantisimumkunkilannedir .mobileaccordion-link span,
	#s-isgarantisimumkunkilannedir .mobileaccordion-icon {
		color: #FFF !important;
	}

	#s-isgarantisimumkunkilannedir .mobileaccordion-link {
		border-bottom: 0px !important;
	}

	#s-isgarantisimumkunkilannedir #module-baslik {
		display: none;
	}

	#s-isgarantisimumkunkilannedir {
		padding-bottom: 0px !important;
	}
}

.kurumsal #module-kursdonemler2,
.kurumsal #sonrakidonemler {
	display: none;
}

#coursedetail .kurumsal_grup,
.kurumsal #coursedetail .kurumsalbox {
	display: none;
}

.kurumsal #coursedetail .coursetab,
.kurumsal #coursedetail .bireysel_grup,
.kurumsal #kayitveodeme,
.kurumsal #module-sonrakidonemler,
.kurumsal #s-period,
.kurumsal #egitmenler,
.kurumsal .courses-detail .detail .left .logos,
.kurumsal .courseclasses-classes,
.kurumsal .courses-detail .detail .left .title span,
.kurumsal #sertifika,
.kurumsal #siksorulansorular,
.kurumsal #programhedefi,
.kurumsal .courses-box4 .item .dateup,
.kurumsal #sikcasorulansorular,
.kurumsal .course-menu,
.kurumsal #nedenbuworkshopfarkli,
.kurumsal #nelerdahil,
.kurumsal #avantajlar,
.kurumsal #programamaci,
.kurumsal #nedenmindset,
.kurumsal #module-kimlerkatilmali,
.kurumsal #module-programhedefi,
.kurumsal #module-egitimsonundakikazanimlar,
.kurumsal #module-not {
	display: none;
}

.kurumsal #coursedetail .kurumsal_grup,
.kurumsal #coursedetail .kurumsalbox {
	display: block;
}

#s-nedenmindsetdegeronerisianasayfa .content-textbox {
	padding: 0px;
}