/*

USED FONTS:
font-family: 'Roboto Slab', serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;

*/


body {
	background: white;
	font-family: 'Roboto', sans-serif, arial;
	font-size: 14px;
	line-height: 1.231;
	min-width: 320px;

	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: underline;
}

	a:hover {
		color: inherit;
		text-decoration: none;
	}




/*

SITE CONTENT

*/





		/* MAIN CONTENT */
		#site_content > .inside > .content {
			float: left;
			width: 630px;
			padding: 15px 0;
		}

        .on_homepage #site_content > .inside > .content {
            padding-top: 0;
        }

		#site_content > .inside > .content:after {
			content: "";
			display: block;
			clear: both;
			width: 100%;
		}

		.on_subpage #site_content > .inside > .content {
			float: none;
			width: auto;
		}

		.content h1:not([class^="kdpcr_"]) {
			font-family: 'Roboto Slab';
			font-size: 46px;
			font-weight: bold;
			color: #2980b9;
			padding: 0;
			margin: 0;
		}
		.content h1:not([class^="kdpcr_"]) span.important:before {
			font-family:FontAwesome;
			content:"\f12a";
			padding-right:12px;
		}

		.content .page_article_text h1 {
			padding: 16px 0;
			line-height: 1.1;
		}

		.content h1:not([class^="kdpcr_"]).smaller {
			font-size:30px;
		}

		@media (max-width:600px){
			.content h1:not([class^="kdpcr_"]) {
				font-size:28px;
			}
		}


		/* 601-1200 PX TABLET */
		@media (max-width:1040px){
			#site_content > .inside > .content {
				float: none;
				width: auto;
			}

		}









/*

EDUCATION ORDER STEPS

*/
.education_order_steps {
	margin: 10px 0;
	border-bottom: 3px solid #E2E2E2;
	text-align: center;
}

	.education_order_steps > .item {
		position: relative;
		display: inline-block;
		padding: 10px 45px 10px 50px;
		margin-right:10px;
		font-size: 18px;
		color: gray;
		text-decoration: none;
		opacity: 0.5;
	}

	.education_order_steps > .item:before {
		position: absolute;
		top: 7px;
		left: 10px;
		bottom: 10px;
		width: 20px;
		font-size: 25px;
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		color: gray;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
		text-align: center;
	}

	.education_order_steps > .item:after {
		content: "";
		position: absolute;
		top: 16px;
		right: 6px;
		width: 10px;
		height: 10px;
		border-top: 3px solid rgba(0,0,0,0.15);
		border-right: 3px solid rgba(0,0,0,0.15);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.education_order_steps > .item:last-child:after {
		display: none;
	}

	.education_order_steps > .item.active > span {
		display: block;
		width: 7px;
		height: 7px;
		position: absolute;
		bottom: -5px;
		left: 48%;
		background: silver;
		border-radius: 6px;
	}

	.education_order_steps > .item.highlight {
		opacity: 1;
	}

	.education_order_steps > .item.active {
		font-weight: bold;
		color: black;
	}

	.education_order_steps > .item.active:before {
		color: black;
	}

	.education_order_steps > .item.num1:before {
		content: "\f0ae";
	}

	.education_order_steps > .item.num2:before {
		content: "\f15b";
	}

	.education_order_steps > .item.num3:before {
		content: "";
		width: 23px;
		height: 21px;
		top: 10px;
		background: url(/layout/img/theme/icon_basket.png) no-repeat;
	}

	.education_order_steps > .item.highlight.num3:before,
	.education_order_steps > .item.active.num3:before {
		background: url(/layout/img/theme/icon_basket_active.png) no-repeat;
	}

/*

BOOKING ORDER

*/
.booking_order {}


	.booking_order .section_title {
		font-family: 'Roboto Slab';
		font-size: 22px;
		font-weight: bold;
		padding: 10px 0;
		color: #2980b9;
	}

	.booking_order .booking_basic_info {
		border-spacing: 0;
		border: 0;
		margin: 0 0 10px 0;
	}

		.booking_order .booking_basic_info th,
		.booking_order .booking_basic_info td {
			padding: 3px 0;
			text-align: left;
			vertical-align: top;
		}

		.booking_order .booking_basic_info th {
			padding-right: 20px;
		}

	.booking_order .booking_table_2 {
		width: 100%;
		border-spacing: 0;
		border: 0;
		margin: 0 0 10px 0;
	}

		.booking_order .booking_table_2 thead th {
			text-align: left;
			padding: 7px;
			border-bottom: 1px solid #D6D6D6;
			font-family:'Roboto Slab';
		}

		.booking_order .booking_table_2 tbody td {
			padding: 7px;
		}

		.booking_order .booking_table_2 tbody td .cms_error{
			font-size: 12px;
		}

		.booking_order .booking_table_2 tbody tr {
			background: #F7F7F7;
			color: #4A4A4A;
		}

		.booking_order .booking_table_2 tbody tr:nth-child(even) {
			background: #F0F0F0;
		}

			.booking_order .booking_table_2 tbody tr td input {
				cursor: pointer;
			}

			.booking_order .booking_table_2 tbody tr td button.remove {
				width: 20px;
				line-height: 20px;
				background: #2980b9;
				border-radius: 20px;
				color: white;
				border: 0;
				float: right;
				cursor: pointer;
				text-align: center;
			}

			.booking_order .booking_table_2 tbody tr td button.remove:before{
				font-family: FontAwesome;
				font-weight: normal;
				content: "\f00d";
			}

			.booking_order .booking_table_2 tbody tr td button.remove:hover {
				opacity: 0.8;
			}

		.booking_order .booking_table_2 tfoot tr {
			background: #F2F2F2;
		}

			.booking_order .booking_table_2 tfoot tr td {
				padding:7px;
				border-top:1px solid #D6D6D6;
				color: #4A4A4A;
			}

			.booking_order .booking_table_2 tfoot tr td div.item {
				padding:3px 0;
			}

			.booking_order .booking_table_2 tfoot tr td span.error {
				font-size:12px;
				color:red;
				padding:0 4px;
			}

			.booking_order .booking_table_2 tfoot tr td input.text {
				border: 1px solid #BCCFC9;
				border-radius: 2px;
				box-shadow: inset 0 0 10px #f4f4f4;
				font-family: 'Roboto',Arial;
				font-size: 14px;
				padding: 3px 8px;
				outline: none;
				color: #454545;
				/*
				float: left;
				width: 100%;
				*/
			}

			.booking_order .booking_table_2 tfoot tr td button.ok {
				padding: 3px 10px 3px 10px;
				background: #3498db;
				border: 0;
				border-bottom: 2px solid #2980b9;
				border-radius: 2px;
				cursor: pointer;
				font-family: 'Roboto Condensed',arial;
				font-size: 13px;
				color: white;
				text-transform: uppercase;
				text-decoration: none;
				/*
				float: right;
				*/
			}

			.booking_order .booking_table_2 tfoot tr td button.ok:hover {
				border-bottom: 2px solid #3498db;
			}

	.booking_order table .add_person_area {}

		.booking_order table .add_person_area td {
			vertical-align:top;
		}
		.booking_order table .add_person_area label.switch_type {
			display: inline-block;
			padding: 10px;
			font-size: 14px;
			line-height: 14px;
			cursor: pointer;
			overflow: hidden;
		}

		.booking_order table .add_person_area label.switch_type:hover {
			color: #2980b9;
		}

			.booking_order table .add_person_area label.switch_type input {
				float: left;
				margin: 0 5px 0 0;
			}

		.booking_order table .add_person_area .form_new_person {
			padding: 10px;
		}

			.booking_order table .add_person_area .form_new_person label {
				display: inline-block;
				width: 140px;
				font-size: 14px;
			}

			.booking_order table .add_person_area .form_new_person .opts {
				padding: 8px 0 0 143px;
			}
	.booking_order table .select_person_area {
		border: 1px solid #E4E4E4;
		padding: 10px;
		margin: 10px;
		background: white;
	}

		.booking_order table .select_person_area strong {
			display: block;
			padding: 0 0 5px 0;
			font-family: 'Roboto Slab';
			font-size: 16px;
			font-weight: bold;
			color: #2980b9;
		}

		.booking_order table .select_person_area a {
			display: block;
			padding: 5px 0;
			font-size: 14px;
			font-weight: 300;
			color: #34495e;
			cursor: pointer;
		}

	.booking_order .booking_warning {
		font-family: 'Roboto Slab';
		font-size: 15px;
		padding: 10px 0;
		color: #2980b9;
	}

	.booking_order button.submit,
	.booking_order .button.submit {
		padding: 10px 15px 10px 15px;
		background: #3498db;
		border: 0;
		border-bottom: 3px solid #2980b9;
		border-radius: 3px;
		cursor: pointer;
		font-family: 'Roboto Condensed',arial;
		font-size: 20px;
		color: white;
		text-transform: uppercase;
		text-decoration: none;
		margin-right: 10px;
	}

	.booking_order button.submit:hover,
	.booking_order .button.submit:hover {
		border-bottom: 3px solid #3498db;
	}

	.booking_order button.submit.continue:after {
		font-family: FontAwesome;
		content: "\f054";
		padding-left: 12px;
	}

	.booking_order .button.submit.complete:before {
		font-family: FontAwesome;
		content: "\f00c";
		padding-right: 12px;
	}

	.booking_order .button.back:before {
		font-family: FontAwesome;
		content: "\f053";
		padding-right: 12px;
	}

	.booking_order .button.back {
		padding: 10px 15px 10px 15px;
		background: #ecf0f1;
		border: 0;
		border-bottom: 3px solid #dbdfe1;
		border-radius: 3px;
		cursor: pointer;
		font-family: 'Roboto Condensed',arial;
		font-size: 20px;
		color: #34495e;
		text-transform: uppercase;
		text-decoration: none;
	}

	.booking_order .button.back:hover {
		border-bottom: 3px solid #ecf0f1;
	}

	.booking_order .success {
		padding: 10px 10px 20px 10px;
		font-family: 'Roboto Slab';
		text-align: center;
		font-size: 22px;
		color: #2980b9;
	}







		.kdp_form_error {
			color: red;
			display: inline-block;
			padding: 3px;
		}
		.kdp_form_error.nospace {
			padding:0 5px;
		}

		.kdp_form_info {
			display: inline-block;
			padding: 3px;
			color: #4B4B4B;
		}
		.kdp_form_info.phone {
			padding-left:140px;
			font-size:13px;
			color:gray;
		}






/*

ARTICLES LIST

*/
.acat_page_wrap {

}


@media (max-width:600px){
	.acat_page_wrap {
		padding: 30px 0 0 0
	}
}

.acat_page_wrap.no_title {
	padding: 0;
}

	.acat_page_wrap > .left_sidebar {
		float: left;
		width: 250px;
		padding: 20px 0 0 0;
		margin: 0 30px 0 0;
	}

	@media (max-width:760px){
		.acat_page_wrap > .left_sidebar {
			float: none;
			width: 100%;
		}
	}

		.acat_page_wrap > .left_sidebar .articlescat0.box15 {
			border: 4px solid #ecf0f1;
			padding: 0 5px;
		}

			.acat_page_wrap > .left_sidebar .articlescat0.box15 ul {
				list-style: none;
			}

				.acat_page_wrap > .left_sidebar .articlescat0.box15 ul > li {
					display: block;
				}

					.acat_page_wrap > .left_sidebar .articlescat0.box15 ul > li a {
						display: block;
						padding: 10px;
						font-family: 'Roboto Slab';
						font-size: 16px;
						font-weight: 500;
						color: #7f8c8d;
						text-decoration: none;
					}

					.acat_page_wrap > .left_sidebar .articlescat0.box15 ul > li a:hover {
						color: black;
					}

					.acat_page_wrap > .left_sidebar .articlescat0.box15 ul > li.active a {
						color: #2980b9;
						font-weight: bold;
					}

	.acat_page_wrap.plus_sidebar > .page {
		overflow: hidden;
	}

		.acat_page_wrap.plus_sidebar > .page > h1 {
			padding-top:10px;
		}

		.page_articles_list .item {
			position: relative;
			padding: 20px 0 20px 0;
		}

		.page_articles_list .item:after {
			position: absolute;
			bottom: 0;
			left: 0;
			content: "";
			width: 60px;
			height: 4px;
			background: #ecf0f1;
		}

			.page_articles_list .item h3 {
				font-family: 'Roboto Slab';
				font-size: 30px;
				line-height: 40px;
				font-weight: normal;
				color: #2980b9;
				padding: 0;
			}

			/* SMALLER FONT FOR MOBILES */
			@media (max-width:500px){
				.page_articles_list .item h3 {
					font-size: 22px;
					line-height: 35px;
				}
			}

			.page_articles_list .item h3 a {
				text-decoration: none;
				line-height: 30px;
			}

			.page_articles_list .item h3 a:hover {
				text-decoration: none;
				color: #145082;
			}

			.page_articles_list .item h3 a span {
				border-bottom: 1px solid rgba(20,80,130,0.2);
			}

			.page_articles_list .item h3 a:hover span {
				border-bottom-color: transparent;
			}

			.page_articles_list .item p.headline {
				padding: 10px 0;
				font-size: 16px;
				line-height: 22px;
				font-weight: 300;
				color: #2b2b2b;
			}

			.page_articles_list .item div.infos {
				font-size: 16px;
				font-weight: 300;
				color: #7f8c8d;
				padding: 7px 0 3px 0;
			}

				.page_articles_list .item div.infos span {
					display: inline-block;
					position: relative;
					padding: 0 15px 0 35px;
				}

				.page_articles_list .item div.infos span:before {
					display: block;
					width: 30px;
					height: 30px;
					content: "";
					position: absolute;
					top: -5px;
					left: 0;
				}

				.page_articles_list .item div.infos span.date:before {
					background: url(/layout/img/theme/icon_calendar.jpg) no-repeat;
				}

				.page_articles_list .item div.infos span.category {
					padding-left: 30px;
				}

				.page_articles_list .item div.infos span.category:before {
					background: url(/layout/img/theme/icon_papers.jpg) 0 1px no-repeat;
				}

/*

SUBARTICLES OVERVIEW - ACAT TYPE TPL

*/
.subarticles_overview {
	padding: 0;
}

	.subarticles_overview  .item {
		display:block;
		position: relative;
		margin: 0 0 20px 0;
		padding: 15px 60px 15px 15px;
		border: 4px solid #ecf0f1;
		text-decoration: none;
	}

	.subarticles_overview  .item:after {
		position: absolute;
		top: 50%;
		margin-top: -20px;
		line-height: 40px;
		right: 20px;
		font-family: FontAwesome;
		font-size: 30px;
		content:"\f054";
		color: #E0E0E0;
	}

		.subarticles_overview  .item h2 {
			font-family: 'Roboto Slab';
			font-size: 22px;
			font-weight: bold;
			color: #2980b9;
			padding: 0;
			margin: 0 0 10px 0;
			text-decoration: underline;
		}

		.subarticles_overview  .item:hover h2 {
			text-decoration: none;
		}

		.subarticles_overview  .item p {
			font-size: 16px;
			font-weight: 300;
			color: #2b2b2b;
		}





	/* GLOBAL SUBTITLE 1 */
	.global_subtitle_1 {
		font-family: 'Roboto Slab';
		font-size: 22px;
		font-weight: bold;
		padding: 10px 0;
		color: #2980b9;
	}

	/* ORDER COMPLETE - BUTTONS */
	.buttons_order_sent {
		padding: 10px;
	}

		.buttons_order_sent > a {
			display: inline-block;
			padding: 5px 8px 5px 8px;
			background: #ecf0f1;
			border-bottom: 2px solid #dbdfe1;
			border-radius: 3px;
			font-family: 'Roboto Condensed';
			font-size: 14px;
			color: #34495e;
			text-decoration: none;
			text-transform: uppercase;
			text-align: center;
		}

		@media (max-width:600px){
			.buttons_order_sent > a {
				display: block;
				padding: 7px;
				font-size: 18px;
				margin: 7px 0;
			}
		}

		.buttons_order_sent > a:hover {
			border-bottom: 2px solid #ecf0f1;
		}

		.buttons_order_sent > a.continue {
			background: #3498db;
			border-bottom: 3px solid #2980b9;
			color: white;
		}

		.buttons_order_sent > a.continue:hover {
			border-bottom: 3px solid #3498db;
		}









#payu_tt {
	z-index: 2000;
}




/*

FAVORITES

*/
.article_head_actions {
	position: relative;
	display: flex;
	align-items: center;

	padding: 15px 0 5px 0;

	flex-wrap: wrap;

	font-size: 16px;
	color: #7f8c8d;
}


@media (min-width: 992px){
	.article_head_actions {
		flex-wrap: nowrap;
	}
}

	.article_head_actions > .main {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;

		padding-right: 10px;
	}

		.article_head_actions > .main > .published {
			display: flex;
			align-items: center;

			margin-right: 20px;

			font-family: 'Roboto', sans-serif, arial;
			font-weight: 300;
		}

			.article_head_actions > .main >  .published:before {
				display: block;
				width: 30px;
				height: 30px;
				margin-right: 10px;

				content: "";

				background: url(/layout/img/theme/icon_calendar.jpg) no-repeat;
			}

			.article_head_actions > .main >  .published > span {
				width: calc(100% - 30px - 5px);
			}

		.article_head_actions > .main >  .author {
			display: flex;
			align-items: center;

			font-family: 'Roboto', sans-serif, arial;
			font-weight: 300;
		}

			.article_head_actions > .main > .author:before {
				display: block;
				width: 30px;
				height: 30px;

				margin-right: 10px;

				content: "";
				background: url(/layout/img/theme/icon_person.jpg) no-repeat;
			}

	.article_head_actions > .links {
		display: flex;
		flex: 1 1 auto;
		flex-wrap: wrap;
		align-items: center;

		padding-top: 5px;
	}

	@media (min-width: 992px){
		.article_head_actions > .links {
			flex-wrap: nowrap;
			justify-content: flex-end;

			padding-top: 0;
		}
	}

		.article_head_actions > .links > .socials {
			display: flex;
			align-items: center;

			width: 100%;
			padding-right: 20px;
		}

		@media (min-width: 430px){
			.article_head_actions > .links > .socials {
				width: auto;
			}
		}

			.article_head_actions > .links > .socials span {
				padding-right: 5px;
			}


			.article_head_actions > .links > .socials button {
				width: 30px;
				height: 30px;
				margin-left: 5px;

				border: 0;
				border-radius: 100%;

				cursor: pointer;

				font-size: 14px;
				color: white;
				opacity: 0.8;
			}

			.article_head_actions > .links > .socials button:hover {
				opacity: 1;
			}

				.article_head_actions > .links > .socials button._facebook {
					background: #1877f2;
				}

				.article_head_actions > .links > .socials button._twitter {
					background: #000;
				}

				.article_head_actions > .links > .socials button._linkedin {
					background: #0a66c2;
				}

		.article_head_actions > .links > button.print-link {
			display: flex;
			align-items: center;

			border: 0;
			background: none;

			padding: 10px 0;
			margin-right: 10px;

			font-family: 'Roboto', sans-serif, arial;
			font-size: 16px;
			font-weight: 300;
			color: #7f8c8d;

			cursor: pointer;
		}

		.article_head_actions > .links > button.print-link:hover {
			color: #f39c12;
		}

			.article_head_actions > .links > button.print-link:before {
				font-family: FontAwesome;
				font-size: 18px;
				padding-right: 7px;

				content: "\f02f";
			}

		.article_head_actions > .links > a.favorite-link {
			display: flex;
			align-items: center;

			padding: 10px;

			text-decoration: none;

			font-family: 'Roboto', sans-serif, arial;
			font-size: 16px;
			font-weight: 300;
			color: #7f8c8d;
		}

		.article_head_actions > .links > a.favorite-link:hover {
			color: #f39c12;
		}

			.article_head_actions > .links > a.favorite-link:before {
				font-family: FontAwesome;
				font-size: 18px;
				padding-right: 7px;

				content: "\f006";
			}

			.article_head_actions > .links > a.favorite-link.attached:before {
				content: "\f005";
				color: #f39c12;
			}



    .sidebox.banner {
        padding: 0 0 0 0;
    }

/* ADMIN LINKS */
.admin_links_box {
	position: fixed;
	top: 0;
	left: 50%;

	z-index: 2000;

	width: 200px;

	padding: 5px 0;
	margin-left: -350px;

	text-align: center;
}

	.admin_links_box a.primary {
		display: inline-block;

		padding: 10px 15px 7px 15px;
		margin: 0 2px;

		background: white;

		border-bottom: 3px solid #dbdfe1;
		border-radius: 3px;

		text-align: center;
		text-decoration: none;
		text-transform: uppercase;

		font-size: 15px;
		color: #34495e;
	}

	.admin_links_box a.primary:hover {
		background: #3498db;
		border-bottom: 3px solid #2980b9;

		color: white;
	}

	.admin_links_box a.secondary {
		display: inline-block;

		padding: 10px 15px 7px 15px;
		margin: 0 2px;

		background: #e67e22;
		border-bottom: 3px solid #ca6f1e;
		border-radius: 3px;

		text-align: center;
		text-transform: uppercase;

		font-size: 15px;
		text-decoration: none;
		color: white;
	}

	.admin_links_box a.secondary:hover {
		background: #ca6f1e;
		border-bottom: 3px solid #ca6f1e;

		color: white;
	}





.ui_meta {
	overflow: hidden;
	font-size: 16px;
	padding-bottom: 5px;
	color: #797979;
}

	.ui_meta a {
		color: #1B91D3;
	}


/*

ADVERTISING - FORM

*/
.page_advertising_form {
	overflow: hidden;
}


	@media (min-width:768px){
		.page_advertising_form .column {
			float: left;
			width: 50%;
		}
	}

	.page_advertising_form .options {
		clear: both;
	}

	.page_advertising_form .submit {
		display: inline-block;
		padding: 10px 25px;
		background: #3498db;
		border: 0;
		border-bottom: 3px solid #2980b9;
		border-radius: 3px;
		cursor: pointer;
		font-family: 'Roboto Condensed',arial;
		font-size: 18px;
		color: white;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
	}

	.page_advertising_form .submit:hover {
		color: white;
		border-bottom: 3px solid #3498db;
	}

/*

ADVERTISING - DETAIL

*/
.page_advert_detail .adv_detail_text {
	border: none;
	border-top: 1px solid #E2E2E2;
	padding: 55px 0px 10px;
	white-space: pre-line;
	background-color: rgba(0, 0, 0, 0);
	margin: 0;
	font-family: 'Roboto', sans-serif, arial;
}
