/* General */

html, body {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#464646;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	font-family: 'Raleway', sans-serif!important;
}

/* Header */

.header { 
	padding:10px 0 35px 0;
}

.header.subpage {
	margin-bottom:-15px;
	padding:10px 0 15px 0;
}

	.header.subpage:before {
		display:block;
		position:absolute;
		content:" ";
		width:190px;
		height:4px;
		bottom:-4px;
		left:50%;
		margin-left:-95px;
		background:#dd235a;
		z-index:10;
	}
@media (min-width: 991px) {
	.header.subpage:before {
		left:37.5%;
	}	
}
/* Header: Backgrounds */

.background-header-home {
	background:url('images/bg_header_home.jpg');
	z-index:-1!important;
}

.background-header-pages {
	background:url('images/bg_header_pages.jpg');
	z-index:-1!important;
}

/* Header: Site slogan */

.header-slogan {
	font-weight:bold;
}

/* Header: Social buttons*/

.header-social {
	margin-bottom:10px;
}
	.header-social .caption {
		padding-right:10px;
		line-height:30px;
		font-weight:bold;
	}
	
	.header-social i {
		display:block;
		float:right;
		width:30px;
		height:30px;
		padding:0 3px;
		margin-left:10px;
		line-height:30px;
		color:#777;
		background:#fff;
		text-align:right;
	}
	
	i.fa-facebook { font-size:24px; }
	i.fa-twitter { font-size:22px; }
	i.fa-google-plus { font-size:16px; }


/* Header: Navigation */

.main-nav {
	margin:0 0 10px 0;
	border:none;
}

.main-nav .nav-container,
.main-nav .navbar-header {
	overflow:hidden;
	background:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

	.main-nav .logo {
		height:auto;
		padding:10px 10px 8px 10px;
	}
	
	.main-nav .navbar-toggle .icon-bar {
		background:#dd235a;
	}
	
	.main-nav li a {
		padding:20px 18px;
		text-align:center;
		user-select: none;
	}
	
	.main-nav li a:hover,
	.main-nav li a:active {
		background:none;
		color:#dd235a;
	}
	
	.main-nav .profile, .main-nav .register { background-color:#eb2963; }
	.main-nav .logout, .main-nav .login { background-color:#dd235a; }
	
	.main-nav .profile a, .main-nav .register a,
	.main-nav .logout a, .main-nav .login a {
		padding:20px 27px; 
		color:#fff;
		cursor:pointer;
	}
	
	.main-nav .profile a:hover, .main-nav .register a:hover,
	.main-nav .logout a:hover, .main-nav .login a:hover {
		color:#fff;
	}
	
		.main-nav .dropdown-item {
		    color: #444!important;
		    font-size: 12px!important;
		    padding: 10px!important;
		    line-height: 36px;
		    font-weight: 500;
		}
		
		.main-nav .dropdown-item:hover {
			text-decoration:none!important;
			color:#dd235a!important;
		}
	
	.main-nav .profile i { margin-left:10px; }
	
	.main-nav .nav .open > a, .main-nav .nav .open > a:hover, .main-nav .nav .open > a:focus {
	    background-color:transparent;
	    border-color:transparent;
	}
	
	.navbar-toggle {
		margin-top:12px;
	}
	
@media (max-width: 1200px) {
	.main-nav li a {
		padding:20px 12px!important;
		font-size:14px;
	}
}

@media (min-width: 768px) {
	.header .navigations.sticky {
		width:100%;
		position:fixed;
		top:0;
		padding:10px 0;
		background:url('images/bg_header_pages.jpg');
		box-shadow:0 0 10px rgba(0,0,0,0.5);
		z-index:800;
		display:none;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.logo img { margin-left:20px; }
	.main-nav ul {
		width:100%;
		display:table;
	}
	.main-nav ul li {
		float:none;
		display:table-cell;
	}
}

@media (max-width: 768px) {
	.header { padding-top:0!important; }
	.main-nav ul { margin-bottom:0; }
	.main-nav ul li { padding-left:10px; }
	.main-nav .dropdown-menu {
		background:#fff!important;
		margin-left:-5px;
		border-radius:0;
		text-align:center;
	}
	.logo img { margin-left:5px; }
}

@media (max-width: 490px) {
	.logo img { max-width:180px; height:auto; margin-top:1px; }
	.header-slogan { text-align:center; padding:6px 0; }
}	

/* Header: Filter bar */

.filterbar {
	margin:0;
	padding:5px 10px;
	background:rgba(255,255,255,0.30);
	opacity:1;
}

	.filterbar .btn-group {
		width:100%!important;
	}
	
		.filterbar .dropdown-toggle {
			width:100%!important;
			height:40px;
			margin:5px 0;
			padding:0 0 0 23px;
			background:#fff;
			border:none;
			border-radius:1px;
			text-align:left;
			font-size:14px;
			color:#4c5039;
			line-height:40px;
		}
		
			.filterbar .dropdown-toggle i {
				display:block;
				position:absolute;
				width:50px;
				height:40px;
				top:0;
				right:0;
				background:#fff;
				border-left:1px #cdd596 solid;
				line-height:40px;
				text-align:center;
				font-size:22px;
				color:#cdd596;
			}
			
		.filterbar .open > .dropdown-toggle {
			background:#fff;
			color:#4c5039;
		}
		
		.filterbar .dropdown-menu {
			width:100%;
    		border-radius:2px;
		}
		
			.filterbar .dropdown-menu a {
				display:block; 
				padding:8px 15px;
				color:#444;
			}
			.filterbar .dropdown-menu a:hover {
				color:#dd235a;
				text-decoration:none;
			}

		.filterbar .btn-search {
			height:40px;
			margin:5px 0;
			padding:0;
			border:none;
			border-radius:1px;
			line-height:44px;
			font-size:16px;
			font-weight:bold;
			text-transform:uppercase;
		}
		
			.icon-search {
				display:inline-block;
				margin-right:20px;
				width:20px;
				height:20px;
				background:url('images/icon_search.png');
			}
		
			.filterbar .btn-search:hover {
				background-color: #afc51a;
			}
		
		.filterbar .adv-search-holder {
			text-align:right;
		}
			
			.filterbar .adv-search {
				display:inline-block;
				height:40px;
				margin:5px 0;
				line-height:40px;
				color:#fff;
				font-size:14px;
				font-weight:bold;
				text-transform:uppercase;
			}
			
				.filterbar .adv-search:hover {
					color:#fff;
					text-decoration:none;
				}
				
	.header .page-title {
		margin:0;
		font-size:30px;
		font-weight:bold;
		color:#fff;
	}
	
	.header .breadcrumb {
		/*margin:20px 0 5px 0;*/
		margin:0;
		padding:8px 0;
		background:none;
		font-size:16px;
		color:#fff;
	}
	
		.header .breadcrumb a {
			font-weight:bold;
			text-decoration:underline;
			color:#afc51a;
		}
			
			
@media (max-width: 991px) {
	.filterbar .adv-search-holder {
		text-align:center;
	}
}

/* Header: Boxes*/

.home-boxes {
	margin-top:76px;
	margin-bottom:30px;
	background:url('images/arrows.png') bottom center no-repeat;
}

	.home-boxes h2 {
		font-size:40px;
		font-weight:800;
	}
	
	.home-boxes h3 {
		margin:14px 20px 45px 20px;
		font-size:22px;
		font-weight:500;
	}
	
	.home-boxes ol {
		margin:0 10px 45px 55px;
	}
	
		.home-boxes ol li {
			padding-left:2px;
			list-style-image: url('images/list-item.png');
			line-height:30px;
		}
	
	.home-boxes .btn {
		min-width:260px;
		margin-bottom:25px;
		text-transform:uppercase;
		font-size:20px;
		font-weight:bold;
		border-radius:2px;
	}
	
	.home-boxes .btn-search { background:#afc51a; border-color:#afc51a; }
	.home-boxes .btn-register { background:#dd235a; border-color:#dd235a; }

@media (max-width: 1200px) {
	.home-boxes h3 {
		margin:14px 10px 45px 10px;
	}
	.home-boxes  {
		margin-top:50px;
		background-size:20%;
	}
}

@media (max-width: 991px) {
	.home-boxes  {
		margin-top:25px;
		background:none;
	}
}

/* Sidebar */

.sidebar {}

	.sidebar .btn-search {
		margin-bottom:10px;
		border-radius:2px;
		border-color:#afc51a;
		text-transform:uppercase;
		font-size:16px;
		font-weight:bold;
	}
	
		.sidebar .btn-search i {
			margin-right:15px;
			font-size:16px;
		}
	
		.sidebar .btn-search:hover {
			background:#afc51a;
			border-color:#afc51a;
		}

	.sidebar .top-teachers {
		padding:15px 10px 15px 20px;
		background:#97929b;
	}
	
	.sidebar .courses {
		padding:15px 10px 5px 20px;
		background:#79747e;
	}
	
	.sidebar .useful-links {
		margin-top:20px;
		padding:15px 10px 5px 20px;
		background:#f4f4f4;
	}
	
	.sidebar .top-teachers h2,
	.sidebar .courses h2,
	.sidebar .useful-links h2 {
		margin:0;
		font-size:40px;
		font-weight:bold;
	}
	
	.sidebar .top-teachers h3,
	.sidebar .courses h3,
	.sidebar .useful-links h3 {
		margin:0;
		font-size:24px;
		font-weight:500;
	}
	
	.sidebar .top-teachers,
	.sidebar .courses,
	.sidebar .top-teachers a,
	.sidebar .courses a {
		color:#fff;
	}
	
	.sidebar .courses .list-container {
		margin:35px 0 5px 0;
		max-height:530px;
		overflow:hidden;
	}
	
	.sidebar .useful-links a {
		text-decoration:underline; 
		color:#93a517;
	}
		
		.sidebar .useful-links a:hover { 
			color:#93a517;
		}
		
		.sidebar .useful-links a i { 
			font-size:12px;
		}

	.sidebar .top-teachers ol {
		padding:30px 0 0 15px;
		line-height:24px;
	}
	
	.sidebar .courses ul,
	.sidebar .useful-links ul {
		list-style-type:none;
		padding:30px 0 0 0px;
		line-height:24px;
	}

	.sidebar .courses ul {
		padding:0;
	}

	.sidebar .btn-teacher-search {
		border-radius:0;
		border-color:#afc51a;
		padding:14px 0;
		text-transform:uppercase;
		font-size:20px;
		font-weight:bold;
	}
	
		.sidebar .btn-teacher-search i {
			margin-left:13px;
			font-size:28px;
		}
	
		.sidebar .btn-teacher-search:hover {
			background:#afc51a;
			border-color:#afc51a;
		}


/* Contents */

/* Search results */

.result-summary {
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
}

	.result-summary a {
		text-decoration:underline;
		color:#afc51a;
	}

	.result-summary .btn-group {
		width:190px;
		margin:0 0 0 7px;
	}
	
		.result-summary .dropdown-toggle {
			height:40px;
			margin:0;
			padding:0 0 0 10px;
			background:#fff;
			border:1px #e0e0e0 solid;
			border-radius:1px;
			text-align:left;
			font-size:14px;
			color:#4c5039;
			line-height:40px;
			text-decoration:none;
		}
		
			.result-summary .dropdown-toggle i {
				display:block;
				position:absolute;
				width:50px;
				height:38px;
				top:0;
				right:0;
				background:#fff;
				border-left:1px #cdd596 solid;
				line-height:40px;
				text-align:center;
				font-size:22px;
				color:#cdd596;
			}
			
		.result-summary .open > .dropdown-toggle {
			background:#fff;
			color:#4c5039;
			border:1px #ccc solid;
		}
		
		.result-summary .dropdown-menu {
			width:100%;
    		border-radius:2px;
		}
		
			.result-summary .dropdown-menu a {
				display:block; 
				padding:8px 15px;
				font-weight:normal;
				text-decoration:none;
				color:#444;
			}
			.result-summary .dropdown-menu a:hover {
				color:#dd235a;
				text-decoration:none;
			}

/* Result boxes */

.result-boxes .box {
	margin-bottom:20px;
}

	.result-boxes .box .inside {
		position:relative;
		padding:20px 20px 17px 20px;
		border:4px #f2f2f2 solid;
		overflow:hidden;
	}
	
	.result-boxes .box .inside.featured { border-color:#dd235a; }
	.result-boxes .box .inside.new { border-color:#afc51a; }
	
	.result-boxes .box .inside.featured:before,
	.result-boxes .box .inside.new:before {
		display:block;
		position:absolute;
		width:105px;
		height:35px;
		top:16px;
		left:0;
		content:"";
	}
	
	.result-boxes .box .inside.featured:before { background:url('images/box_tags.png') top left; }
	.result-boxes .box .inside.new:before { background:url('images/box_tags.png') bottom left; }
	
	.result-boxes .title {
		margin:22px 0 2px 0;
		font-weight:bold;
		font-size:20px;
		line-height:24px;
	}
	
	.result-boxes .where {
		font-size:14px;
	}
	
	.result-boxes .price {
		margin:12px 0 12px 0;
		font-weight:bold;
		font-size:18px;
		color:#dd235a;
	}
	
	.result-boxes p {
		padding:1px 0 3px 0;
		font-size:16px;
		line-height:20px;
	}
	
	.result-boxes .btn-more {
		display:inline-block;
		width:auto;
		min-width:150px;
		border:1px #e0e0e0 solid;
		border-radius:2px;
		text-transform:uppercase;
		font-weight:800;
		font-size:14px;
		color:#444;
	}
	
	.teachers-pagination ul {
		margin-top:10px;
		margin-bottom:30px;
	}
	
	.teachers-pagination ul:last-of-type {
		margin-bottom:0px;
	}

	.pagination {
		width:100%;
		text-align:center;
	}
	
	.pagination li {
		margin:0 1px;
		display:inline-block;
	}
	
	.pagination .p, .pagination .pp { float:left; }
	.pagination .n, .pagination .nn { float:right; }
	
	.pagination .p a, .pagination .pp a,
	.pagination .n a, .pagination .nn a { float:right; color:#afc51a; }
	
	.pagination > li > a, .pagination > li > span  {
		min-width:24px;
		height:24px;
		padding:0 5px;
		border:none;
		font-size:16px;
		font-weight:bold;
		color:#444;
	}
	
	.pagination > li > a:hover { background:none; color:#444; }
	
	.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, 
	.pagination > .active > span:hover, .pagination > .active > a:focus, 
	.pagination > .active > span:focus {
		background-color:#afc51a;
	}


@media (max-width: 768px) {
	.teachers-pagination {
		margin-bottom:40px;
	}
	.pagination li a {
		float:none!important;
	}
	.pagination .p, .pagination .pp,
	.pagination .n, .pagination .nn { width:100%; clear:both; }
	.pagination .p { margin-bottom:10px; }
	.pagination .nn { margin-top:10px; }
}


/* Profile */

.person-profile {
	margin-top:30px;
}
	
	.person-profile .btn-contact {
		margin:20px 0;
		padding:10px;
		border-radius:0;
		font-weight:bold;
		font-size:20px;
		text-transform:uppercase;
		white-space:normal;
	}
	
		.person-profile .btn-contact:hover {
			background-color:#dd235a;
			border-color:#dd235a;
		}
	
	.person-profile h3 {
		margin:25px 0 20px 0;
		padding:0 0 15px 0;
		border-bottom:1px #cfcfcf solid;
		font-weight:bold;
		font-size:16px;
		text-transform:uppercase;
		color:#97929b;
	}
	
	.person-profile h3:first-of-type { margin-top:0px; }
	
	.person-profile .btn-course {
		margin-right:5px;
		padding-left:40px;
		padding-right:40px;
		border-color:#afc51a;
		border-radius:2px;
		font-weight:bold;
		text-transform:uppercase;
		margin-bottom:5px;
		max-width:300px;
		overflow:hidden;
	}
	
	.person-profile .btn-course:hover {
		background-color:#afc51a;
		border-color:#afc51a;
	}
	
	.person-profile .datatable td { padding:5px 0; }
	.person-profile .datatable td:first-of-type { width:105px; }
	.person-profile .datatable td:last-of-type{ font-weight:bold; }
	.person-profile .datatable tr:last-of-type{ color:#dd235a; }
	.person-profile .datatable.oradijak tr:last-of-type{ color:#464646; }
	
	.person-profile .bio p {
		padding-bottom:10px;
		line-height:19px;
	}
		
	.person-profile .students, 
	.person-profile .where {
		margin:0;
		padding:0;
		font-weight:500;
		color:#afc51a;
		list-style:none;
	}
	
	.person-profile .students li, 
	.person-profile .where li {
		margin:5px 0;
		padding-left:30px;
		padding-top:3px;
		/*height:22px;
		line-height:22px;*/
	}
	
		.person-profile .students li { background:url('images/icon_check.png') 0 0 no-repeat; }
		.person-profile .where li { background:url('images/icon_house.png') 0 0 no-repeat; }  
	
	
	.person-profile .callendar {
		width:100%;
		text-transform:uppercase;
		font-size:12px;
		font-weight:bold;
		color:#97929b;
	}
	
		.person-profile .callendar td {
			padding:13px 0;
		}
		
		.person-profile .callendar thead {
			text-align:center;
			background:#f4f4f4;
		}
		
		.person-profile .callendar thead td {
			border:1px #fff solid;
		}
		
		.person-profile .callendar tbody td {
			border:1px #f4f4f4 solid;
		}
		
		.person-profile .callendar tbody td:first-of-type { padding-left:10px; border-left:none; }
		.person-profile .callendar tbody td:last-of-type { border-right:none; }
		
		.person-profile .callendar tfoot td {
			padding:20px 20px 10px 20px;
			text-transform:none;
			text-align:center;
			font-weight:normal;
			font-size:14px;
		}
		
		.person-profile .callendar td.y { background:url('images/icon_check_small.png') center center no-repeat; }
		.person-profile .callendar td.n { background:#fea7a7; }
		
		.person-profile .callendar .sday {
			min-width:40px; 
			display:none;
		}
		
		.person-profile .btn-maps {
			padding:7px 0;
			border-color:#afc51a;
			border-radius:0px;
			font-weight:bold;
			text-transform:uppercase;
		}
		
		.person-profile .btn-maps:hover {
			background-color:#afc51a;
			border-color:#afc51a;
		}
			
    .google-maps {
        position: relative;
        margin-bottom:50px;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
		
		
@media (max-width: 1200px) {
	.person-profile .callendar .sday { display:block; }
	.person-profile .callendar .lday { display:none; }
}

@media (max-width: 991px) {
	.person-profile .callendar .lday { display:block; }
	.person-profile .callendar .sday { display:none; }
}	

@media (max-width: 600px) {
	.person-profile .callendar .sday { display:block; }
	.person-profile .callendar .lday { display:none; }
}	

@media (max-width: 576px) {
	.person-profile .btn-course {
		margin:5px 0;
	}
	.person-profile .callendar .sday {
		min-width:20px;
	}
	.person-profile .callendar td {
		padding:6px 0;
	}
}	


/* Block: Welcome */

.welcome {}

	.welcome h1 {
		margin:0;
		font-weight:bold;
		font-size:40px;
		color:#dd235a;
	}
	
	.welcome h2 {
		margin:0 0 40px 0;
		font-weight:normal;
		font-size:24px;
		color:#444;
	}
	
	.welcome p {
		padding:0 0 25px 0;
	}


/* Block: Why Us */

.why-us {
	background:url('images/bg_whyus.jpg');
}

	.why-us h2 {
		margin:0;
		font-size:40px;
		font-weight:bold;
		color:#dd235a;
	}
	
	.why-us h3 {
		margin:0 0 16px 0;
		font-size:24px;
		font-weight:normal;
		color:#444;
	}

	.why-us .box {
		margin-top:20px;
		padding:55px 0 50px 0;
		background-color:rgba(255,255,255,0.5);
	}
	
		.why-us .icon {
			display:block;
			width:86px;
			height:70px;
			margin:0 auto;
		}
		
			.why-us .icon.icon-1 { background:url('images/icon_1.png') center center no-repeat; }
			.why-us .icon.icon-2 { background:url('images/icon_2.png') center center no-repeat; }
			.why-us .icon.icon-3 { background:url('images/icon_3.png') center center no-repeat; }
			.why-us .icon.icon-4 { background:url('images/icon_4.png') center center no-repeat; }
	
		.why-us .number {
			display:block;
			font-weight:800;
			font-size:40px;
			color:#dd235a;
			line-height:70px;
		}
		
		.why-us .caption {
			display:block;
			font-size:22px;
			color:#464646;
			line-height:10px;
		}
		
	.why-us .btn-register {
		min-width:300px;
		margin-top:40px;
		font-size:24px;
		font-weight:bold;
		text-transform:uppercase;
		border-radius:2px;
	}
	
	.why-us .btn-register:hover {
		background:#dd235a; border-color:#dd235a;
	}


/* Block: Offers */

.offers {}

	.offers h2 {
		margin:0;
		font-size:40px;
		font-weight:bold;
		color:#dd235a;
	}
	
	.offers h3 {
		margin:0 0 16px 0;
		font-size:24px;
		font-weight:normal;
		color:#444;
	}

	.offers-table {
		width:100%;
		margin:20px 0 15px 0;
	}
	
		.offers-table th {
			min-width:150px;
			padding:15px 0;
			border:none!important;
			text-align:center!important;
			font-size:20px;
		}
	
		.offers-table tbody td {
			position:relative;
			width:17%;
			height:60px;
			border:1px #e0e0e0 solid;
			text-align:center;
			font-weight:bold;
		}
		
		.offers-table td:first-of-type {
			padding-right:20px;
			text-align:right;
			font-size:14px;
			font-weight:normal;
		}
		
		.offers-table .price {
			font-size:24px;
			font-weight:800;
			line-height:24px;
			white-space:nowrap;
		}
		
		.sprice { font-size:20px; }
		
		.offers-table .sprice.magenta,
		.offers-table .price.magenta { color:#f3487b; }
		
		.offers-table .sprice.green,
		.offers-table .price.green { color:#afc51a; }
		
		.offers-table strike {
			display:block;
			font-weight:normal;
			font-size:14px;
		}
		
		.offers-table span.small { font-size:14px; }
	
	 	.offers-table tbody td.featured {
	 		position:relative;
	 		background:#ee3169;
	 		color:#fff!important;
	 		border-color:#f3487b;	
	 	}
	 	
	 	.offers-table tbody td.featured:before {
	 		position:absolute;
	 		display:block;
	 		content:" ";
	 		background:#f8d2dd;
	 		top:-10px;
	 		left:-10px;
	 		right:-10px;
	 		bottom:-10px;
			z-index:-1;
	 	}
	 	
	 	.offers-table th.featured {
	 		color:#f3487b;
	 	}
	 	
	 	.offers-table tfoot td {
	 		padding:20px 0;
	 		border:none!important;
	 		text-align:center;
	 	}
	 	
	 	.offers-table tfoot .btn {
	 		padding:8px 22px;
	 		border:1px #e0e0e0 solid;
	 		border-radius:2px;
	 		text-transform:uppercase;
	 		font-weight:bold;
	 		font-size:16px;
	 	}
	 	
	 		.offers-table tfoot .btn:hover {
	 			color:#ee3169;
	 		}
	 	
	 	.offers-table tfoot .featured .btn {
	 		border-color:#ee3169;
	 		background-color:#ee3169;
	 		color:#fff;
	 	}
	 	
	 		.offers-table tfoot .featured .btn:hover {
	 			color:#fff;
	 		}
	 	
	 	.offers-table .fa { font-size:20px; }
	 	.offers-table .fa-times { color:#ee3169; }
	 	.offers-table .fa-check { color:#afc51a; }
	 	
	 	.offers-table .icon.precent {
	 		position:absolute;
	 		display:block;
	 		width:50px;
	 		height:60px;
	 		top:0;
	 		left:0;
	 	}
	 	
	 	.offers-table .icon.precent.magenta { background:url('images/icons-price.png') top left; }
		.offers-table .icon.precent.green   { background:url('images/icons-price.png') center left; }
		.offers-table .icon.precent.white   { background:url('images/icons-price.png') bottom left; }
	

@media (max-width: 1200px) {
	.offers-table td:first-of-type {
		width:1%!important;
	}
}


/* Block: Recents */

.recents {
	padding-top:0;
	padding-bottom:0;
	position:relative;
	background:#79747e;
}

.recents:before {
	display:block;
	position:absolute;
	content:" ";
	top:0;
	bottom:0;
	left:0;
	width:50%;
	background:#97929b;
}

	.recents .box-left,
	.recents .box-right {
		min-height:470px;
		padding-top:35px;
		padding-left:20px;
	}

	.recents .box-left {
		background:#97929b;
	}
	
	.recents .box-right {
		padding-right:0;
		background:#79747e;
	}

	.recents h2 {
		margin:0;
		font-weight:bold;
		font-size:40px;
		color:#fff;
	}
	
	.recents h3 {
		margin:0;
		font-weight:normal;
		font-size:24px;
		color:#fff;
	}
	
	.recents ul, .recents ol {
		position:relative;
		margin-left:0;
		margin-top:0;
		margin-bottom:0;
		padding-left:20px;
		font-size:18px;
		color:#fff;
		z-index:10;
	}
	
	.recents ul {
		list-style-type:none;
		font-size:16px;
	}
	
	.recents ol {
		margin-top:30px;
	}
	
		.recents ol li a { 
			line-height:30px; 
			color:#fff;
		}
		
		.recents ul li a { 
			display:inline-block; 
			padding-top:7px; 
			color:#fff;
		}
		
		.recents li a:hover { text-decoration:none; }
		
	.recents .list-container {
		margin-top:20px;
		max-height:330px;
		overflow:hidden;
	}
	
	.recents .row-2 ul { padding-left:0px; }
	
	.recents .btn-search {
		position:absolute;
		min-width:295px;
		padding:24px;
		right:0;
		bottom:0;
		border-radius:0;
		border-color:#afc51a;
		text-transform:uppercase;
		font-size:24px;
		font-weight:bold;
		z-index:10;
	}
	
		.recents .btn-search:hover {
			background-color:#afc51a;
			border-color:#afc51a;
		}
		
		.recents .btn-search i {
			margin-left:8px;
			font-size:32px;
		}
	
	.recents .man {
		position:absolute;
		right:-12px;
		bottom:0;
		width:373px;
		height:499px;
		background:url('images/man.png') 0 0 no-repeat;
		z-index:1;
	}

@media (max-width: 1200px) {
	.recents .btn-search {
		min-width:200px;
		padding:18px 24px;
	}
}

@media (max-width: 991px) {
	.recents,
	.recents:before {
		background:none;
	}
	.recents .box-right {
		padding-right:15px;
	}
	.recents ul { margin-left:-10px; padding-left:0; }  
}

@media (max-width: 768px) {
	.recents .man { display:none; }
	.recents .btn-search {
		position:relative;
		margin:20px auto;
	}
}

/* Block: Testimonials */

.testimonials {
	padding-top:25px;
	padding-bottom:22px;
}

	.testimonials h2 {
		margin:0 0 15px 0;
		font-size:40px;
		font-weight:bold;
		color:#dd235a;
	}
	
	.testimonial-carousel {
		padding:0 30px 34px 30px;
	}
	
	.testimonial-carousel .carousel-indicators {
		bottom:10px;
	}
	
	.testimonial-carousel .carousel-indicators > li {
		margin:0 2px;
		width:8px;
		height:8px;
		background-color: #dcdcdc;
		border: none;
	}
	
	.testimonial-carousel .carousel-indicators > li.active {
		background-color: #dd235a;
	}
	
	.testimonial-carousel blockquote {
		text-align: center;
		border: none;
		color:#444444;
	}
	
		.testimonial-carousel p {
			margin:0;
			font-size:14px;
		}
		
		.testimonial-carousel p.text {
			padding-bottom:25px;
			font-size:16px;
			line-height:24px;
		}
		
		.testimonial-carousel p.name {
			font-size:16px;
			font-weight:bold;
		}


/* Block: Footer */

/* Footer: Newsletter */

.footer .newsletter {
	padding-top:25px;
	padding-bottom:20px;
	background:#f4f4f4;
}

	.footer .newsletter h2 {
		margin:0;
		font-size:40px;
		font-weight:bold;
		color:#dd235a;
	}
	
	.footer .newsletter h3 {
		margin:0 0 20px 0;
		font-size:24px;
		font-weight:normal;
		color:#444;
	}

	.footer .newsletter .input {
		width:100%;
		height:58px;
		margin-top:10px;
		padding:0 20px;
		border:1px #e0e0e0 solid;
		line-height:58px;
		font-size:14px;
		color:#4c5039;
	}
	
		.footer .newsletter .input::-webkit-input-placeholder { color:#4c5039; }
		.footer .newsletter .input:-moz-placeholder { color:#4c5039; }
		.footer .newsletter .input::-moz-placeholder { color:#4c5039; }
		.footer .newsletter .input:-ms-input-placeholder { color:#4c5039; }
	
	.footer .newsletter .btn {
		width:100%;
		height:58px;
		margin-top:10px;
		border-radius:2px;
		font-weight:bold;
		font-size:18px;
		text-transform:uppercase;
	}
	
		.footer .newsletter .btn:hover {
			background:#dd235a;
			border-color:#dd235a;
		}

/* Footer: Site */

.footer .site {
	padding-top:20px;
	padding-bottom:0;
}

	.footer a:hover { text-decoration:none; }

	.footer .contact {
		font-size:16px;
	}
		.footer .logo img { margin-bottom:13px; }
		
		.footer p { line-height:22px; }
		.footer p.slogan { padding-bottom:10px; }
		.footer p.browsers { font-size:14px; }
	
	.footer .social {
		margin-top:10px;
		margin-bottom:20px;
		line-height:30px;
	}
	
		.footer .social .caption {
			padding-right:8px;
			font-weight:bold;
		}
	
		.footer .social i {
			float:right;
			margin-left:10px;
			width:30px;
			height:30px;
			text-align:center;
			line-height:30px;
			color:#fff;
		}
		
			.footer .social i.fa-facebook { background:#2d86be; padding-right:3px;  text-align:right; }
			.footer .social i.fa-twitter { background:#00c6ff; }
			.footer .social i.fa-google-plus { background:#dd235a; }
	
	.footer .quicknav {
		padding-top:35px;
		border-bottom:1px #d8d8d8 solid;
	}
	
		.footer .quicknav .breadcrumb {
			padding:0;
			margin-bottom:15px;
			background:none;
			font-size:14px;
		}
		
		.footer .quicknav .breadcrumb > li + li:before {
		    padding: 0 9px;
		    color: #444;
		}
		
		.footer .quicknav a { color: #444; }
		.footer .quicknav a:hover { color: #dd235a; }

/* Footer: Copyright */

.footer .copyright {
	padding-top:20px;
}

	.footer .copyright p {
		padding-top:25px;
		border-top:1px #d8d8d8 solid;
		font-size:14px;
	}
	
@media (max-width: 768px) {
	.footer .contact,
	.footer .social,
	.footer .quicknav,
	.footer .browsers {
		text-align:center;
	}
	.footer .social i {
		margin-top:10px;
		float:none;
	}
	.footer .quicknav { padding-top:0!important; }
	.footer .browsers { margin:20px 0 0 0!important; }
}

/* Scroll top */

.scroll-top {
	position:fixed;
	display:none;
	width:40px;
	height:40px;
	right:90px;
	bottom:30px;
	background-color:rgba(0,0,0,0.3);
	color:#fff;
	cursor:pointer;
	text-align:center;
}

	.scroll-top:hover {
		color:#fff;
	}

	.scroll-top i {
		line-height:36px;
		font-size:26px;
	}

@media (max-width: 768px) {
	/*.scroll-top { display:none!important; }*/
}

/* Scrollbar styles */

.scrollable { position: relative; }
.scrollable:focus { outline: 0; }

.scrollable .viewport {
	position: relative;
	overflow: hidden;
	width:100%!important;
}

.scrollable .viewport .overview {
	position: absolute;
	width:100%!important;
}

.scrollable .scroll-bar { display: none; }

.scrollable .scroll-bar.vertical {
	position: absolute;
	right: 0;
	height: 100%;
}

.scrollable .scroll-bar.horizontal {
	position: relative;
	width: 100%;
}

.scrollable .scroll-bar .thumb { position: absolute; }

.scrollable .scroll-bar.vertical .thumb {
	width: 100%;
	min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
	height: 100%;
	min-width: 10px;
	left: 0;
}

.not-selectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.scrollable.default-skin {
	padding-right: 10px;
	padding-bottom: 6px;
}

.scrollable.default-skin .scroll-bar.vertical {
	width: 10px;
	opacity:0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	cursor:pointer;
}

.scrollable.default-skin:hover .scroll-bar.vertical {
	opacity:1;
}

.scrollable.default-skin .scroll-bar.horizontal { height: 6px; }

.scrollable.default-skin .scroll-bar .thumb {
	background-color: #928d97;
	opacity: 1;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.scrollable.default-skin .scroll-bar:hover .thumb { opacity: 1; }
#dialog { display: none; }
.form-register{
	font-family:"Raleway",​sans-serif;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;

    font: bold 14px sans-serif;
    text-align: center;
}
.form-register-with-email{
    /*position: relative;*/
    display: inline-block;
    vertical-align: top;
   /* margin-right: 130px;*/
    text-align: center;
	width: 570px;
}

.form-register-with-email .form-white-background{
    width: 570px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 60px 80px;
    margin-bottom: 35px;
}

.form-register-with-email .form-row{
    text-align: left;
    margin-bottom: 23px;
}

.form-register-with-email .form-title-row{
    text-align: center;
    margin-bottom: 50px;
}

.form-register-with-email h1{
    display: inline-block;
    box-sizing: border-box;
    color:  #4c565e;
    font-size: 24px;
    padding: 0 20px 15px;
    border-bottom: 2px solid #6caee0;
    margin: 0;
}

.form-register-with-email .form-row > section span.formspan,.form-register-with-email .form-row > section > div{
    display: inline-block;
    box-sizing: border-box;
    color:  #5f5f5f;
    width: 180px;
    text-align: right;
    padding-right: 10px;
	position:relative;
}
.form-register-with-email .form-row > section > div.error{
	color:  #ff0000;
}
.form-register-with-email .form-row > section.bottom{
margin-bottom:30px;
}
.form-register-with-email input,.form-register-with-email div select{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 230px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 18px;
    border: 1px solid #dbdbdb;
	text-align: left;
}
.form-register-with-email input.bottom{
	margin-bottom:5px;
	
}
.form-register-with-email input.btn{
    color:  #ffffff;
   /* border-radius: 2px;*/
    font-size: 18px;
    font-weight: bold;
    height: 58px;
    margin-top: 10px;
    text-transform: uppercase;
	text-align:center;
	font-family:inherit;
}

.form-register-with-email input[type=checkbox]{
    width: auto;
}
.form-register-with-email .form-checkbox input{
    margin-left: 128px;
    margin-right: 10px;
    width: auto;
    vertical-align: top;
}

.form-register-with-email .form-row .form-checkbox span.formspan{
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    text-align: left;
    width: 220px;
    margin: 0;
	
}

.form-register-with-email .form-checkbox span.formspan a{
    text-decoration: none;
    color:  #6caee0;
}

.form-register-with-email button{
    display: block;
    border-radius: 2px;
    background-color:  #6caee0;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 15px 35px;
    border: 0;
    margin: 55px auto 0;
    cursor: pointer;
}

.form-register-with-email .form-log-in-with-existing{
    text-decoration: none;
    padding: 4px 8px;
    font-weight: normal;
    color: #7b9d62;
    background-color: #d6f0c3;
}

@media (max-width: 900px) {

    .form-register{
        margin: 20px auto;
    }

    .form-register-with-email{
        position: relative;
        display: block;
        margin: 0 10px;
		width: calc(100% - 20px);
    }
	.form-register-with-email .form-row{
    text-align: center;
}	
    .form-register-with-email .form-white-background{
        margin: 0 auto 32px;
    }
}

@media (max-width: 600px) {
	


   .form-register-with-email{
	   
        position: relative;
        display: block;
        margin: 0 10px;
		width: calc(100% - 20px);
    }
	.form-register-with-email .form-row{
    text-align: center;
}	
    .form-register-with-email .form-white-background{
        margin: 0 auto 32px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .form-register-with-email .form-row > section span.formspan{
        display: inline-block;
        text-align: center;
        padding: 0 0 10px;
	
    }

    .form-register-with-email input{
        display: inline-block;
        margin: 0 auto;
			clear:both;
    }
    .form-register-with-email input[type=checkbox]{
        display: inline;
        margin: 0;
    }
    .form-register-with-email .form-checkbox input{
        display: inline-block;
        margin-left: 0;
    }

    .form-register-with-email .form-checkbox span.formspan{
        width: 200px !important;
    }
}
label.error,div.error { /*float:right; */clear:both;color: red; padding-left: .5em; vertical-align: top;font-size:11px; }
input.error,textarea.error,select.error{/*float: left;*/background:none repeat scroll 0 0 #F8DBDB;border:1px solid #E77776;}

@media (min-width: 768px){
#terkep {
width: 500px;
height: 500px;
margin:10px;
border: 1px solid #000000;
}
}
@media (max-width: 767px){
	#terkep {
width: 290px;
height: 290px;
}
}
}
.section{
	padding-left: 5px;
	padding-right: 5px;
}
/*2016.12.19*/
input[type=checkbox].css-checkbox {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						input[type=checkbox].css-checkbox + label.css-label,input[type=checkbox].css-checkbox +div+ label.css-label {
							padding-left:35px;
							height:30px; 
							display:inline-block;
							line-height:30px;
							background-repeat:no-repeat;
							background-position: 0 0;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=checkbox].css-checkbox:checked + label.css-label,input[type=checkbox].css-checkbox:checked + div+label.css-label {
							background-position: 0 -30px;
						}
						label.css-label {
				background-image:url(/images/checkbox1.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
#tabs-container {
	font-family:"Raleway",​sans-serif;
	border:1px solid #C3C3C3;
	width:96%;
	margin:0 0 10px 11px;
}

#tabs-container h3 {
	/*color:#fff;*/
	padding:10px 5px 5px 5px;
	/*text-align:center;*/
	font-size:16px;
	margin:0 0px;
	/*height:100px;*/
	clear:both;
}

#tabs-container h3 a {
	color:#fff;
	text-decoration:none;
}

#tabs-container .tabs-menu {
    float: left;
    clear: both;
	padding-left:0px;
	margin-left:5px;
	width:100%;
}

#tabs-container .tabs-menu li {
    height: 48px;
  line-height: 15px;
    float: left;
    margin:0 1px;
	color:#B1C627;
    border: 1px solid #d4d4d1;
	border-radius:5px;
	list-style-type:none;
	width:46%;
	background-color: #fff;
}

#tabs-container .tabs-menu li.current {
    position: relative;
    background-color: #B1C627;
	color:#FFF;
    z-index: 5;
}

#tabs-container .tabs-menu li a {
	/*width:88px;*/
	text-align: center;
	display:block;
	padding: 10px 5px 5px 0px;
    color: #B1C627;
    text-decoration: none; 
	font-size:1.2em;font-weight:bold;
}

#tabs-container .tabs-menu .current a {
    color: #FFF;
}

#tabs-container .tab {
	margin:10px 2% 5px 2%;
	padding:0 0 15px 0;
	background-color:#FFF;
	/*color:#fff;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
    /*float: left;*/
    width: 96%;
}

#tabs-container .tab li {
	margin-bottom:10px;
}

#tabs-container .tab a {
	color:#fff;
	display:block;
}

#tabs-container .tab .tab-content {
	width:96%;
}

.tab-content {
    width: 100%;
   /*padding: 20px;*/
    display: none;
}
#tab-1 {
 display: block;   
}
.center{
	font-family:"Raleway",​sans-serif;
		text-align:left;
}
.center h1
{
		margin:0;
		font-weight:bold;
		font-size:30px;
		color:#dd235a;
		margin-bottom:10px;
		text-align:center;

}
.kozep{
			text-align:center;
}
.teachers-pagination h1
{
		font-size:30px;
}

ul.tabs-menu li.current a{
	outline:0;
}
ul.gyakori{
	display:inline-block;
	clear:both;
	width:100%;
	height:auto;
	margin:0;
	font-size:14px;
	font-weight:700;
}
ul.gyakori li{
	float:left;
	display:block;
	margin:5px;
	min-width:200px;
}
ul.gyakori li a,ul.gyakori a:link,ul.gyakori a:visited {
    color: #afc51a;
}
ul.gyakori li a:hover{
	color:#666666;
}

	.sprice.magenta.r,.sprice.green.r,.sprice.r{
		display:block;
		text-align:right;
	}
@media (max-width: 600px) {
	.offers-table tbody td .sprice.magenta,.offers-table tbody td .sprice.green{
		display:block;
		text-align:right;
	}
	.offers-table tbody td.featured .sprice{
		display:block;
		text-align:right;
	}
	.panel-body
	{
		padding-left:5px;
		padding-right:5px;
	}
	
	
}
	.panel-body p
	{
		font-weight:normal;
		font-size:16px;
		line-height:22.85px;
	}
#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #eee;
	display:block;
	padding-top:5px;
	margin:0;
	height:100px;
	border:1px solid #CCC;
	opacity: 1;
	padding:5px;
	font-size:14px;
	filter:alpha(opacity=100);
	/*overflow:hidden;*/
	background: #EEE ;/*transparent url(/images/tooltip_bg.gif) no-repeat scroll 0 0;*/
	}

/*blog*/
.blog-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.blog-content .img-auto {
  width: auto !important;
}

.img-thumbnail {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin-bottom: 15px;
}
.post-widget img {
  max-width: 120px;
  height: auto;
  float: left;
  margin: 0 10px 10px 0;
}

.post-widget .post-small {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.post-meta {
  margin: 10px 0;
}

.post-meta i {
  color: #c8c9c9;
  font-size: 0.875rem;
}

.post-meta p {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.post-meta a {
  display: inline-block;
  vertical-align: middle;
  margin-left:5px;
}

.post-content {
  background-color: rgba(200, 200, 200, 0.1);
  border-bottom: 2px solid #dd235a;
  padding: 15px 30px 30px 30px;
}
.recent-posts {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.recent-posts.first {
  margin-top: 0;
}


.recent-post-image img {
  max-width: 70px;
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
}
.sidebar-widget h6.widget-title{
	font-size:20px;
}
.post-content img.block-image-big
{
	margin-bottom:15px;
}
.post-content h1, .post-content h2{
	font-size:30px;
	color:#dd235a;
}
.sidebar-widget div.tag-cloud a.btn.btn-sm.btn-outline-primary.rectangle, .post-content div.cimke a.btn.btn-sm.btn-outline-primary.rectangle{
	border: 1px solid #dd235a;
	margin-right: 4px;
margin-top: 2px;
margin-bottom: 2px;
}

h3.title.hcim{
	overflow-y:hidden;
}
h3.title.hcim:hover{
	overflow-y:scroll;
}
.akcio {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:16px 68px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	width: 100%;
}
.akcio:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
	color:#ffffff;
}
.akcio:active, .akcio:visited, .akcio:focus {
	position:relative;
	top:1px;
	color:#ffffff;
}
.form-register-with-email.w100 {
	width:100%;
}
.form-register-with-email.w100 .input, .form-register-with-email.w100 textarea, .form-register-with-email.w100 .btn-primary{
	width:100%;
}
.form-register-with-email.w100 #kuldes{
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
}
