/***********************************************
 * SOME RESETS
 ***********************************************/

/* Remove dotted outline in Firefox */
:focus { outline:none; }
::-moz-focus-inner { border:0; }
a:focus { outline: none; text-decoration: none; }

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
	outline: 0px !important;
	-webkit-appearance:none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/*************************************************************************
 * MAIN LAYOUT
 *************************************************************************/
html {
	height: 100%;
	font-size: 100%;
}

body {
	position: relative;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.6;
	font-size: 14px;
	color: #777;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 1px transparent;
	/*-webkit-text-rendering: optimizeLegibility;*/
	-webkit-text-size-adjust: 100%;
	/*text-rendering: optimizeLegibility;*/
	-moz-osx-font-smoothing: grayscale;
}

/***********************************************************
 * GENERAL STYLES
 ***********************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #555;
}

h1 {
	font-size: 2.5em;
	line-height: 1.3em;
}

h2 {
	font-size: 2.1em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.6em;
	line-height: 1.1em;
}

h4, h5, h6 {
	font-size: 1.4em;
	line-height: 1.6em;
}

@media screen and (max-width: 767px) {
	body, p, #blog {
		font-size: 13px;
	}
}

a, a.visited {
	border: none;
	/*color: #1BB2E0;*/
	text-decoration: none;
	/*-webkit-transition: all 0.3s ease;*/
	/*-moz-transition: all 0.3s ease;*/
	/*-o-transition: all 0.3s ease;*/
	/*transition: all 0.3s ease;*/
}

.leading a {
	/*border-bottom: 1px solid #428bca;*/
}
.leading a:hover {
	/*border-bottom: 1px solid #000;*/
	text-decoration: none;
}
.leading h2 > a {
	text-decoration: none;
	border: 0;
}

img {
	border: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

ul {
	margin: 0 0 0 15px;
}

p {
	margin: 0 0 10px 0;
}

blockquote {
	margin: 5px;
	padding: 5px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-family: "Times New Roman", Times, serif;
	font-style: italic
}

element.style {
	height: auto;
}

hr {
	display: block;
	clear: both;
	border: none;
	height: 2px;
	background: #eee;
	margin: 0;
	padding: 0;
}

.clr {
	clear: both;
}

.highlight {
	background: #444444;
	color: #fff;
	padding: 0 1px;
}

.cestitka {
	/* style for your dialog */
	position: absolute;
	width: 504px;
	height: 1087px;
	border: groove black;
	box-shadow: 0 0 5px gray;
	border-radius: 10px;
	padding: 15px;
	left: 40%;
	top: 40%;
	z-index: 99999;
}

.background {
	width: 100%; /*background:#444444;*/
	background: #fff;
	margin: 0;
	padding: 0;
}

#header {
	padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
	#header {
		text-align: center;
		border-bottom: 1px solid #ddd;
	}
}
.logo a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
	line-height: 60px;
	font-size: 60px;
	text-align: left;
	text-decoration: none;
	font-weight: 300;
}


/* Top Login/Search Module */
#login, #search {
	float: right;
	margin: 5px 0;
	padding: 0;
}

#search form {
	margin: 0;
	padding: 0;
}

/* Login Module */
#login-form .login_label {
}

#login-form .span2 {
	width: 150px;
}

#login-form .login_remember {
	float: right;
}

#login-form a {
	display: block;
}

#login-form a i {
	margin: 0 10px 0 0;
}

/* Search Component */
.only-search label {
	display: inline;
	margin: 0 10px 5px 0
}

.search .inputbox {
	width: 120px;
}

/* System Messages */
#system-message {
}

#system-message dt {
	font-weight: bold;
}

#system-message dd {
	margin: 0;
	font-weight: bold;
}

#system-message dd ul {
	padding: 8px 35px 8px 14px;
	margin: 0 0 20px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c09853;
	list-style: none
}

/* System Standard Messages */
#system-message dt.message {
	display: none;
}

#system-message dd.message {
}

/* System Error Messages */
#system-message dt.error {
	display: none;
}

#system-message dd.error ul {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

/* System Notice Messages */
#system-message dt.notice {
	display: none;
}

#system-message dd.notice ul {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

/* Debug */
#system-debug {
	color: #ccc;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
}

#system-debug div {
	font-size: 11px;
}

#error {
	padding: 20px;
	text-align: center
}

#error .error {
	color: #FF0000;
	background: #fff;
	display: block;
	padding: 0;
	font-size: 200px;
	font-weight: bold;
	line-height: 200px;
}

#error .center {
	width: 400px;
	margin-left: -200px;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 20%
}

#error .error {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9), 0 1px 0 rgba(255, 255, 255, 0.7);
}

#error .error > span {
	display: inline-block;
	position: relative;
}

#error .error > span:before {
	content: "";
	position: absolute;
	top: 70%;
	left: -30px;
	right: -30px;
	height: 80px;
	background: url(../images/error.png) no-repeat;
	background-size: 100% 100%;
}

#error ol li {
	text-align: left;
}

/* Offline */
.error-offline .error > span:before {
	top: 65%;
}

.error-offline .message {
	width: 350px;
}

#topcontrol {
	background: url(../images/arrow_up.png) 50% 50% no-repeat;
	width: 60px;
	height: 60px;
	white-space: nowrap;
	cursor: pointer;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	bottom: 20px;
	right: 20px;
}

.btn-white {
	padding: 10px 16px;
	font-size: 10px;
	line-height: 100%;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-left: 0;
	vertical-align: middle;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	zoom: 1;
	letter-spacing: 1px;
	-webkit-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
	-moz-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
	-ms-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
	-o-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
	transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: rgba(0, 0, 0, 0.05);
	color: #fff;
	background-color: #ccc;
	background-color: rgba(0, 0, 0, 0.35);
}
.btn-white:hover {
	background-color: #fff;
	color: #414141;
}

/*******************************************************************************************
 * TRANSITIONS
 *******************************************************************************************/
@-webkit-keyframes fadeBottom { 0% { opacity: 0; -webkit-transform: translateY(50%);} 100% { opacity: 1; -webkit-transform: translateY(0);} }
@-moz-keyframes fadeBottom { 0% { opacity: 0; -moz-transform: translateY(50%); } 100% { opacity: 1; -moz-transform: translateY(0); } }
@-o-keyframes fadeBottom { 0% { opacity: 0; -o-transform: translateY(50%); } 100% { opacity: 1; -o-transform: translateY(0); } }
@keyframes fadeBottom { 0% { opacity: 0; transform: translateY(50%); } 100% { opacity: 1; transform: translateY(0); } }

/***********************************************************************************
 * MAIN NAVIGATION
 ***********************************************************************************/
#main-navigation {
	background: #fff;
}
@media screen and (max-width: 1000px) {
	#main-navigation .menu-facebook {
		display: none;
	}
	#main-navigation .menu-youtube {
		display: none;
	}
}

.menu-item {
	float: left;
	width: 100%;
}
.menu-item-link {
	float: none;
	margin-right: 0;
	padding-right: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.menu-item-link .icon-caret-down {
	margin-left: 4px;
	font-size: 11px;
}
.nav > li > a.menu-item-expand {
	display: none;
	float: left;
	width: 40px;
	padding: 10px;
	text-align: center;
}

/*** Default/Main navigation bar ***/
.navbar-default {
	margin-bottom: 0;
	background-color: #fff;
	border-radius: 0;
	border-left: none;
	border-right: none;
}
.navbar-default .menu > li > a {
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
	background: #fff;
}
.navbar-default .navbar-nav > li > a:hover:after {
	border-top: 2px solid #F19C1D;
}
.navbar-default .navbar-nav > li > a:after {
	content: '';
	border-top: none;
	width: 100%;
	position: absolute;
	top: -2px;
	left: 0;
}
.navbar-default .navbar-nav > li.active,
.navbar-default .navbar-nav > li.hovered {
	background: #fff;
}
.navbar-default .navbar-nav > li {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.navbar-default .navbar-nav > li.hovered {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.navbar-default .navbar-nav > li.active:after,
.navbar-default .navbar-nav > li.hovered:after {
	content: '';
	border-top: 2px solid #F19C1D;
	width: 100%;
	position: absolute;
	top: -2px;
	left: 0;
}

/*** Top/Secondary navigation bar ***/
.navbar-top {
	float: right;
	margin-bottom: 0;
	background-color: #fff;
}
.navbar-top .navbar-nav > .active > a,
.navbar-top .navbar-nav > .active > a:hover,
.navbar-top .navbar-nav > .active > a:focus {
	color: #f19b1f;
	background-color: #fff;
	text-transform: uppercase;
}
.navbar-top .navbar-nav > li > a {
	color: #555;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
}
.navbar-top .navbar-nav > li > a:hover {
	background: #fff;
	color: #f19b1f;
}
.navbar-top .navbar-nav > li > a.lang {
	border-bottom: 1px solid #ddd;
	padding: 8px 12px;
	font-size: 11px;
}
.navbar-top .navbar-nav > li > a.lang.selected {
	color: #f19b1f;
}
.navbar-top .navbar-nav > li > a.lang.selected .menutitle {
	border-color: #f19b1f;
}
.navbar-top .navbar-nav > li > a.lang-hr {
	margin-left: 30px;
	border-left: 1px solid #ddd;
	padding-right: 8px;
}
.navbar-top .navbar-nav > li > a.lang-en {
	border-right: 1px solid #ddd;
	padding-left: 8px;
}
.navbar-top .navbar-nav > li > a.lang:hover {
	background: none;
	color: #888;
}
.navbar-top .navbar-nav > li > a.lang:hover .menutitle {
	border: 1px solid #bbb;
}
.navbar-top .navbar-nav > li > a.lang .menutitle {
	padding: 2px 3px;
	border: 1px solid #fff;
	border-radius: 2px;
}
@media screen and (max-width: 991px) {
	.navbar-top .navbar-nav > li > a {
		padding: 15px 7px;
		font-size: 12px;
	}
	.navbar-top .navbar-nav > li > a.lang {
		padding: 7px 8px;
		font-size: 10px;
	}
	.navbar-top .navbar-nav > li > a.lang-hr {
		margin-left: 15px;
		padding-right: 3px;
	}
	.navbar-top .navbar-nav > li > a.lang-en {
		padding-left: 3px;
	}
}

.dropdown-menu {
	border-color: #eee;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
}
.dropdown-menu > li > a {
	border-bottom: 1px solid #f5f5f5;
	padding-top: 7px;
	padding-bottom: 7px;
}
.dropdown-menu > li > a:hover {
	color: #F19C1D;
	/*padding-left: 23px;*/
	background: #F5F5F5;
}
@media screen and (max-width: 767px) {
	.navbar-nav {
		overflow-x: hidden;
	}
	.nav .caret {
		display: none;
	}
	.nav > li > a.menu-item-expand {
		/*display: block !important;*/
		/*text-align: center !important;*/
	}
	.menu-item-link {
		float: left;
		padding-right: 40px;
		margin-right: -40px;
	}
	.menu-item-link .icon-caret-down {
		display: none;
	}
	.navbar-default .container {
		/*padding-left: 15px;*/
		/*padding-right: 15px;*/
	}
	.navbar-collapse {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.navbar-collapse .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar-collapse .navbar-nav > li {
		border-bottom: 1px solid #eee;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color: #f5f5f5;
		/*border-top: 2px solid #F19C1D;*/
		border-bottom: 1px solid #eee;
	}
	.navbar-default .navbar-nav > li > a {
		text-align: left;
		margin-right: -50px;
	}
	.navbar-default .navbar-nav > li > a:hover:after {
		border: 0;
	}
	.navbar-default .navbar-nav > li a:active {
		color: #f19b1f;
	}
	.navbar-default .navbar-nav > li.active a {
		/*background: #FFE4BD;*/
		color: #f19b1f;
		border-bottom: 1px solid #f19b1f;
		border-top: 1px solid #f19b1f;
	}
	.navbar-default .navbar-nav > li.active:after,
	.navbar-default .navbar-nav > li.hovered:after {
		border: none;
	}
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	border-color: #f19c1d;
	background: none;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #f19c1d;
}
.navbar-toggle {
	padding: 13px 9px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-left: 15px;
}

/*** Bootstrap overrides ***/
.container {
	/*padding-left: 0;
	padding-right: 0;*/
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

/***********************************************************
 * SEARCH BAR MOBILE
 ***********************************************************/
#mobile-search-form {
	margin-top: 8px;
	overflow: hidden;
	float: right;
	height: 42px;
	width: 42px;
	border-radius: 20px;
	border: 1px solid #ddd;

	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
}
#mobile-search-button {
	width: 42px;
	height: 42px;
	display: inline-block;
	float: right;
	background: none;
	padding: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	color: #888;
	cursor: pointer;
	font-size: 20px;
	position: relative;
	text-align: center;
	padding-top: 6px;
	padding-left: 11px;
}
#mobile-search-form:hover {
	border-color: #f19c1d;
}
#mobile-search-form:hover .button {
	text-decoration: none;
	color: #f19c1d;
	border-color: #f19c1d;
}
#mobile-search-form input {
	display: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	float: left;
	width: 0em;
	height: 2em;
	margin: 6px 10px 6px 20px;
	background: white;
	color: #6a5d4f;
	font-size: 1em;
	font-weight: 600;
	padding: 0px;
	border: none;
	border-radius: 0;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
}
#mobile-search-form input:focus {
	outline: none;
}
#mobile-search-form.container-wide {
	width: 25em;
	border: 1px solid #f19c1d;
}
#mobile-search-form .input-wide {
	display: inline-block;
	width: 19em;
}
#mobile-search-form .button-colored {
	border: none;
	color: #f19c1d;
}
@media screen and (max-width: 450px) {
	#mobile-search-form.container-wide {
		width: 16em;
	}
	#mobile-search-form .input-wide {
		width: 10em;
	}
}

/***********************************************************
 * FOOTER NAVIGATION - VISIBLE ONLY ON MOBILE
 ***********************************************************/
.navbar-footer .navbar {
	margin: 0;
}
.navbar-footer .search {
	display: none;
}
.navbar-footer .navbar-nav {
	margin: 20px 0;
	text-align: center;
}
.navbar-footer .nav > li {
	position: relative;
	display: inline-block;
}
.navbar-footer .navbar-nav > li > a {
	color: #ddd;
	text-transform: uppercase;
	text-align: center;
}
.navbar-footer .navbar-nav > li > a:hover {
	background: #303135;
	color: #f19b1f;
}
.navbar-footer .navbar-nav > li > a.lang {
	padding: 8px 12px;
	font-size: 11px;
}
.navbar-footer .navbar-nav > li > a.lang.selected {
	color: #f19b1f;
}
.navbar-footer .navbar-nav > li > a.lang.selected .menutitle {
	border-color: #f19b1f;
}
.navbar-footer .navbar-nav > li > a.lang-hr {
	margin-left: 20px;
	border-left: 1px solid #666;
	padding-right: 8px;
	padding-left: 30px;
}
.navbar-footer .navbar-nav > li > a.lang-en {
	padding-left: 8px;
}
.navbar-footer .navbar-nav > li > a.lang:hover {
	background: none;
	color: #888;
}
.navbar-footer .navbar-nav > li > a.lang:hover .menutitle {
	border: 1px solid #bbb;
}
.navbar-footer .navbar-nav > li > a.lang .menutitle {
	padding: 2px 3px;
	border: 1px solid #fff;
	border-radius: 2px;
}
.navbar-footer .navbar-nav > li.active > a {
	color: #f19b1f;
}
@media screen and (max-width: 600px) {
	.navbar-footer .nav > li {
		display: block;
	}
	.navbar-footer .navbar-nav > li > a.lang {
		margin: 0;
		border: none;
		padding: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	}
	.navbar-footer .navbar-nav > li > a.lang {

	}
}

/****************************************************************
 * OTHER
 ****************************************************************/
.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

/****************************************************************
 * BANNER
 ****************************************************************/
.banner-wrapper {
	position: relative;
	width: 100%;
	height: 196px;
}
.banner {
	width: 100%;
	height: 196px;
	position: absolute;
	top: 0;
	left: 0;

	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner span {
	color: #fff;
	font-size: 2.8em;
	margin-top: 74px;
	display: block;
	font-weight: 500;
}
.banner-project {
	background-image: url('../images/banners/project.jpg');
}
.banner-partners {
	background-image: url('../images/banners/partners.jpg');
}
.banner-team {
	background-image: url('../images/banners/team.jpg');
}
.banner-services {
	background-image: url('../images/banners/services.jpg');
}
.banner-contact {
	background-image: url('../images/banners/contact.jpg');
}
.banner-news {
	background-image: url('../images/banners/news.jpg');
}
@media screen and (max-width: 1023px) {
	.banner {
		background-position: -200px;
	}
}
@media screen and (max-width: 767px) {
	.banner {
		background-position: -300px;
	}
}
@media screen and (max-width: 767px) {
	.banner {
		background-position: -300px;
	}
}
@media screen and (max-width: 479px) {
	.banner-wrapper {
		display: none;
	}
}



#blog {
	background: #f8f8fa;
	font-size: 14px;
	line-height: 1.75em;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.08);
}
#blog .leading {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px;
	padding-top: 10px;
}
#blog img {
	/*margin-left: 0px !important;*/
}
#blog img.thumb {
	margin: 0;
}
#blog .leading:first-child {
	padding-top: 0px;
}
#blog .leading:last-child {
	border: none;
}
#blog h1.item-page-title {
	font-size: 2.2em;
	margin: 25px 0 10px 0;
}
#blog h2.item-page-title {
	font-size: 2.0em;
	margin: 25px 0 10px 0;
}
#blog .item-page-title a {
	color: #555;
}
#blog .item-page-title a:hover {
	border-bottom: none;
	color: #f19b1f; /*#FF5C30;*/
	text-decoration: none;
}
#blog .iteminfo {
	color: #b5b5b5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1;
	padding: 6px 6px 12px 0px;
}
#blog .iteminfo span:not(:last-child):after {
	color: #b5b5b5;
	content: '  |  ';
	white-space: pre;
}

#content {
	min-height: 250px;
	margin-top: 20px;
	margin-bottom: 60px;
	background: #FFF;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border-top: 1px solid #efefef;
	padding: 00px 25px 25px 25px;
	font-family: 'Helvetica', Arial, sans-serif;
}
#content h1,
#content h2 {
	margin: 25px 0;
}
.item-page a {
	color: #3E87C5;/*#2a6496; /*#59616a;*/
	text-decoration: none;
	text-shadow: none;
}
.item-page a:hover {
	/*color: #f19c1d;*/
	border-bottom: 1px solid #3E87C5;
	text-decoration: none;
}

/*********************************************************************
 * OFF-CANVAS MENU
 *********************************************************************/

.sidebar-menu .manu {
	margin: 0;
	float: none;
}
.sidebar-menu .navbar-nav > li {
	float: none;
}
.row-offcanvas.active .btn-offcanvas {
	color: #f19c1d;
	border-color: #f19c1d;
	background: none;
}
.sidebar-menu {
	border-top: 1px solid #efefef;
	margin-top: 20px;
	margin-bottom: 60px;
	background: #FFF;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 0;
}
.sidebar-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.sidebar-menu li {
	/*border-bottom: 1px solid #efefef;*/
}
.sidebar-menu li > a {
	/*color: #2a6496;*/
	color: #888;
	display: block;
	line-height: 20px;
	position: relative;
	font-weight: 400;
	padding: 10px 25px 10px 23px;
	text-align: left;
	border-bottom: 1px solid #efefef;
	background: url('../images/bullet-arrow.png') 10px 13px no-repeat
}

.sidebar-menu li.parent li > a {
	padding-left: 45px;
	background: url('../images/bullet-arrow.png') 30px 13px no-repeat;
}
.sidebar-menu li.parent li.parent li > a {
	padding-left: 60px;
	background: url('../images/bullet-dot.png') 45px 14px no-repeat;
}
.sidebar-menu li.parent .menu-item-link i {
	display: none;
}
.sidebar-menu li.parent .menu-item-expand {
	display: none;
}

.sidebar-menu li > a:hover {
	color: #F47979;/*#4399ea;/*#2a6496;*/
	/*background: #2a6496;*/
	/*border-left: 3px solid #FF678C;*/
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.sidebar-menu li.active > a {
	color: #F25D5D; /*#F25D5D;*/
	font-weight: 600;
}
.sidebar-menu li > a:hover,
.sidebar-menu li.active > a {
	background: url('../images/bullet-arrow-pressed.png') 10px 13px no-repeat;
}
.sidebar-menu li.parent li > a:hover,
.sidebar-menu li.parent li.active > a {
	padding-left: 45px;
	background: url('../images/bullet-arrow-pressed.png') 30px 13px no-repeat;
}
.sidebar-menu li.parent li.parent li > a:hover,
.sidebar-menu li.parent li.parent li.active > a {
	background: url('../images/bullet-dot-pressed.png') 45px 14px no-repeat;
}
/*.sidebar-menu li.active > a:after,*/
/*.sidebar-menu li > a:hover:after {*/
	/*content: '';*/
	/*border-top: 25px solid transparent;*/
	/*border-bottom: 25px solid transparent;*/
	/*border-left: 15px solid #2a6496;*/
	/*width: 0;*/
	/*height: 0;*/
	/*position: absolute;*/
	/*right: -15px;*/
	/*top: 0;*/
	/*z-index: 5;*/
/*}*/
/*.sidebar-menu li.active > a:before,*/
/*.sidebar-menu li > a:hover:before {*/
	/*content: '';*/
	/*border-left: 4px solid #2a6496;*/
	/*width: 0;*/
	/*height: 50px;*/
	/*position: absolute;*/
	/*left: -4px;*/
	/*top: 0;*/
	/*z-index: 6;*/
/*}*/
/*.sidebar-menu li > a:hover:after {*/
	/*border-left: 15px solid #3690cf;*/
/*}*/
/*.sidebar-menu li > a:hover:before {*/
	/*border-left: 4px solid #3690cf;*/
/*}*/


/*** PROJEKT page ****/
/*.about-project-page a {*/
	/*color: #e57586;*/
/*}*/
/*.about-project-page a:hover {*/
	/*color: #E00037;*/
	/*border-bottom: 1px solid #E97373;*/
	/*text-decoration: none;*/
/*}*/
/*.about-project-menu li > a {*/
	/*color: #e57586;*/
	/*font-weight: 500;*/
/*}*/
/*.about-project-menu li.active > a,*/
/*.about-project-menu li > a:hover {*/
	/*color: #fff;*/
	/*background: #e57586;*/
	/*border-left: 3px solid #FF678C;*/
	/*text-decoration: none;*/
	/*-webkit-transition: none;*/
	/*-moz-transition: none;*/
	/*-o-transition: none;*/
	/*transition: none;*/
/*}*/
/*.about-project-menu li.active > a:after,*/
/*.about-project-menu li > a:hover:after {*/
	/*content: '';*/
	/*border-top: 25px solid transparent;*/
	/*border-bottom: 25px solid transparent;*/
	/*border-left: 15px solid #e57586;*/
	/*width: 0;*/
	/*height: 0;*/
	/*position: absolute;*/
	/*right: -15px;*/
	/*top: 0;*/
	/*z-index: 5;*/
/*}*/
/*.about-project-menu li.active > a:before,*/
/*.about-project-menu li > a:hover:before {*/
	/*content: '';*/
	/*border-left: 4px solid #e57586;*/
	/*width: 0;*/
	/*height: 50px;*/
	/*position: absolute;*/
	/*left: -4px;*/
	/*top: 0;*/
	/*z-index: 6;*/
/*}*/
/*.about-project-menu li > a:hover {*/
	/*background: #EC8E9C;*/
/*}*/
/*.about-project-menu li > a:hover:after {*/
	/*border-left: 15px solid #EC8E9C;*/
/*}*/
/*.about-project-menu li > a:hover:before {*/
	/*border-left: 4px solid #EC8E9C;*/
/*}*/

@media screen and (max-width: 767px) {
	h1 {
		font-size: 1.6em;
		line-height: 1.3em;
	}
	h2 {
		font-size: 1.4em;
		line-height: 1.3em;
	}
	#blog .container {
		padding: 0;
	}
	.content-wrapper {
		background: #fff;
		border-left: 1px solid #ddd;
		padding-left: 15px;
		padding-right: 15px;
	}
	#content {
		padding: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
	}
	.row-offcanvas {
		position: relative;
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	.row-offcanvas-left {
		left: 0;
	}
	.row-offcanvas-left .sidebar-offcanvas {
		left: -50%; /* 6 columns */
	}
	.row-offcanvas-left.active {
		left: 50%; /* 6 columns */
	}
	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 50%; /* 6 columns */
	}

	.btn-offcanvas {
		padding: 5px 16px;
		background: none;
		color: #888;
		border: 1px solid #ddd;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		font-size: 11px;
		text-transform: uppercase;
		line-height: 23px;
	}
	.btn-offcanvas i {
		font-size: 14px;
		margin-right: 5px;
		vertical-align: top;
		display: inline-block;
		padding-top: 4px;
	}
	.btn-offcanvas:hover {
		color: #f19c1d;
		border-color: #f19c1d;
		background: none;
	}
	.btn-offcanvas:active,
	.btn-offcanvas:focus {
		color: #f19c1d;
		border-color: #f19c1d;
		background: none;
		outline: none;
	}
	.btn-offcanvas .icon-bar {
		background-color: #fff;
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		margin-bottom: 4px
	}
	.btn-offcanvas .icon-bar:nth-last-child(1) {
		margin-bottom: 0;
	}
	.btn-offcanvas-wrapper {
		border-bottom: 1px solid #ddd;
	}

	.sidebar-menu {
		height: 100%;
		background: #fff;
		padding-right: 0;
		margin-right: 0;
		border: 0;
		/*border-right: 1px solid #ddd;*/
		margin-top: 0;
		background: #f8f8f8;

		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.sidebar-menu .menu {
		margin: 0;
	}
	.sidebar-menu li {
		/*border-bottom: 1px solid #eee;*/
	}
	.sidebar-menu li.active a {
		/*color: #F25D5D;*/
	}
	.sidebar-menu li > a {
		/*padding: 17px 10px;*/
		color: #777;
	}
	.sidebar-menu li > a:hover {
		background: #e7e7e7;
		color: #F25D5D;
	}
	.sidebar-menu .menu > li {
		padding-left: 0px;
	}
	.sidebar-menu li > a:hover:after {
		border: none;
	}
	.sidebar-menu li > a:hover:before {
		border: none;
	}
	.sidebar-menu li.active > a {
		color: #F25D5D;
		font-weight: 600;
	}
	.sidebar-menu li.active {
		color: #F25D5D;
		font-weight: 600;
	}
	.sidebar-menu li > a:hover,
	.sidebar-menu li.active > a {
		background: url('../images/bullet-arrow-pressed.png') 10px 13px no-repeat;
	}
	.sidebar-menu li.parent li > a:hover,
	.sidebar-menu li.parent li.active > a {
		padding-left: 45px;
		background: url('../images/bullet-arrow-pressed.png') 30px 13px no-repeat;
	}
	.sidebar-menu li.parent li.parent li > a:hover,
	.sidebar-menu li.parent li.parent li.active > a {
		background: url('../images/bullet-dot-pressed.png') 45px 14px no-repeat;
	}

	.banner span {
		font-size: 2.3em;
	}

	.sidebar-menu li.parent .menu-item-expand {
		display: block;
		visibility: hidden;
	}
}

@media screen and (max-width: 479px) {
	.row-offcanvas-left .sidebar-offcanvas {
		left: -80%; /* 6 columns */
	}
	.row-offcanvas-left.active {
		left: 80%; /* 6 columns */
	}
	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 80%; /* 6 columns */
	}
	.sidebar-menu .menu > li {
		/*padding-left: 10px;*/
	}
}

@media (min-width: 768px) {
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
		margin-right: -15px;
		margin-left: 0;
	}
}

.menutitle {
	text-shadow: 0;
}


/***********************************************
 * MOBILE MENU
 ***********************************************/
#mobile-menu {
	border-bottom: 1px solid #ddd;
}
#mobile-menu-button {
	float: right;
	height: 42px;
	width: 42px;
	border-radius: 20px;
	border: 1px solid #ddd;
}
#mobile-menu-button .icon-bar {
	background: #888;
}
#mobile-menu-button:hover {
	text-decoration: none;
	color: #f19c1d;
	border-color: #f19c1d;
}
#mobile-menu-button:hover .icon-bar {
	background: #f19c1d;
}
/*#mobile-menu .menu li  {*/
	/*border-top: 1px solid #eee;*/
	/*border-bottom: none;*/
/*}*/
/*#mobile-menu .menu li > a {*/
	/*color: #333;*/
/*}*/
#mobile-menu .menu li > a.menu-item-expand {
	display: none;
}

/*************************************************
 * LANGUAGE SWITCHER
 *************************************************/
div.mod-languages {
	float: right;
	margin-top: 0;
	margin-left: 20px;
	padding: 6px 5px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
div.mod-languages ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 12px;
}
div.mod-languages li {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #ddd;
	padding: 4px 5px;
	border-radius: 3px;
}
div.mod-languages ul.lang-inline li {
	display: inline-block;
	border: 1px solid #fff;
}
div.mod-languages ul.lang-inline li:hover {
	background: none;
	border-color: #bbb;
}
div.mod-languages ul.lang-inline li.lang-active {
	border-color: #f19b1f;
}
div.mod-languages ul.lang-block li {
	display:block;
}
div.mod-languages img {
	border:none;
}
div.mod-languages a {
	text-decoration: none;
	display: block;
}
@media screen and (max-width: 767px) {
	div.mod-languages {
		float: none;
		border: none;
		text-align: center;
		margin-left: 0;
	}
	div.mod-languages ul.lang-inline li {
		border-color: #303135;
	}
}


/*************************************************
 * FACEBOOK BAR MODULE OVERRIDES
 *************************************************/
.fbar, .fbar_blog {
	background: none;
	padding-left: 0;
}
.fbar_share, .fbar_blog_share, .fbar_blog_comment_button {
	height: 20px;
	margin-top: 3px;
	padding: 0px 6px 4px;
	display: inline-block;
}
.fbar_like {
	line-height: 23px;
	display: inline-block;
}
.fbar_tweet {
	top: 3px;
	display: inline-block;
}

#content a.btn-readmore {
	padding: 3px 8px;
	border: 1px solid #555;
	color: #555;
	float: right;
	text-shadow: none;
}
#content a.btn-readmore:hover {
	text-decoration: none;
	text-shadow: none;
	color: #f19b1f;/*#FF5C30;*/
	border-color: #f19b1f; /*#FF5C30;*/
	outline: none;
}
.thumbnail {
	margin-right: 10px;
	display: inline-block;
}

.menu-facebook {
	padding: 9px 25px !important;
}
.menu-facebook .menutitle {
	display: none;
}
.menu-facebook .menudesc {
	background: url('../images/menu_facebook_circle.png') no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}	
.menu-facebook .menudesc:hover {
	background: url('../images/menu_facebook_circle.png') no-repeat;
}	

.menu-youtube {
	padding: 9px 25px !important;
}
.menu-youtube .menutitle {
	display: none;
}
.menu-youtube .menudesc {
	background: url('../images/menu_youtube_circle.png') no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}	
.menu-youtube .menudesc:hover {
	background: url('../images/menu_youtube_circle.png') no-repeat;
}	

.items-row,
.items-leading {
	padding-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
}

.items-row:last-child {
	border-bottom: 0;
}

.zoomin-img {
	background-image: url('/images/expand_2.png');
	width: 22px;
	height: 22px;
	bottom: 6px;
	right: 6px;
}
.thumbnail.with-zoomin-img {
	border: 1px solid #ddd !important;
}
.thumbnail.with-zoomin-img:hover {
	border-color: #428bca !important;
}

.item-page .link-apple,
.link-apple {
	background: #444;
	padding: 4px 5px;
	color: #fff;
	border-radius: 4px;
}
.item-page .link-apple:hover,
.link-apple:hover {
	background: #666;
	text-decoration: none;
	border: none !important;
	color: #fff;
}
.link-apple span {
	background: url('../images/icon_apple.png') no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	color: transparent;
}
.item-page .link-android,
.link-android {
	background: #76B624;
	padding: 4px 5px;
	color: #fff;
	border-radius: 4px;
}
.item-page .link-android:hover,
.link-android:hover {
	background: #8DCA3F;
	text-decoration: none;
	border: none !important;
	color: #fff;
}
.link-android span {
	background: url('../images/icon_android.png') no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	color: transparent;
}
#pagination {
	text-align: center;
	margin-top: 6px;
}
#pagination .counter {
	display: inline-block;
	float: right;
	font-size: 12px;
	margin-top: 5px;
}
#pagination .pagination {
	float: left;
	margin: 2px 0px;
}
.pagination>li>a, .pagination>li>span {
	padding: 4px 10px;
}
.category-list {
	margin-top: 25px;
}
