/* This stylesheet generated by Transfonter (http://transfonter.org) on January 28, 2016 7:15 PM */
@font-face {
	font-family: 'Source Sans Pro';
	src: url('fonts/SourceSansPro-Regular.eot');
	src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-Regular.woff2') format('woff2'),
		url('fonts/SourceSansPro-Regular.woff') format('woff'),
		url('fonts/SourceSansPro-Regular.ttf') format('truetype'),
		url('fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('fonts/SourceSansPro-Bold.eot');
	src: url('fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-Bold.woff2') format('woff2'),
		url('fonts/SourceSansPro-Bold.woff') format('woff'),
		url('fonts/SourceSansPro-Bold.ttf') format('truetype'),
		url('fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('fonts/SourceSansPro-Light.eot');
	src: url('fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-Light.woff2') format('woff2'),
		url('fonts/SourceSansPro-Light.woff') format('woff'),
		url('fonts/SourceSansPro-Light.ttf') format('truetype'),
		url('fonts/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('fonts/SourceSansPro-Semibold.eot');
	src: url('fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-Semibold.woff2') format('woff2'),
		url('fonts/SourceSansPro-Semibold.woff') format('woff'),
		url('fonts/SourceSansPro-Semibold.ttf') format('truetype'),
		url('fonts/SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Nudista';
	src: url('fonts/Nudista.eot');
	src: url('fonts/Nudista.eot?#iefix') format('embedded-opentype'),
		url('fonts/Nudista.woff2') format('woff2'),
		url('fonts/Nudista.woff') format('woff'),
		url('fonts/Nudista.ttf') format('truetype'),
		url('fonts/Nudista.svg#Nudista') format('svg');
	font-weight: normal;
	font-style: normal;
}




body {
	font-family: 'Source Sans Pro';
	font-weight: normal;
	overflow-x:hidden;
	color: #000;
	position: relative;
	min-width: 320px;
    -webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
}
#site-wrapper {
	position: relative;
	margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}
.container {
	padding-left: 55px;
	padding-right: 55px;
}
.grey-me {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.7;
}
.grey-me:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h1,h2,h3,h4 {
	color: #000;
}
:focus {
	outline: none;
}

/* ================= NAV ================= */
.nav {
	height: 81px;
	margin-bottom: 0;
}
.nav .container {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.nav-left {
	float: left;
}
.nav-left a {
	padding: 22px 0px;
}
.nav-center {
	width: 500px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.nav-center ul.sub-menu {
	display: none;
}
.nav-center a {
	font-size: 16px;
	line-height: 80px;
	display: block;
	color: #000;
	font-weight: 600;
}
.nav-center a:hover {
	color: #002d77;
}
/*
.nav-center li:hover ul {
	display: block;
}
*/
.nav-center li ul {
	position: absolute;
	width: auto;
	background-color: #fff;
	z-index: 999;
	list-style-type: square;
	padding: 19px 50px 15px 50px;
	top:51px;
	display: none;
}
.nav-center li ul li {
	padding-left: 5px;
}
.nav-center li ul li a {
	line-height: 40px;
	white-space:nowrap;
	text-decoration: none;
}

.nav-right {
	float: right;
	height: 80px;
	margin-bottom: 0;
}
.nav-right li {
	float:left;
}
.nav-right li a,
.nav.right li img {
	padding: 22px 10px;
	display: block;
}
.nav-right .nav-kdh a {
	padding-right: 20px;
}
.nav-right .nav-kdh img {
	width: 88px;
	height: 35px;
}
.nav-right .nav-ruzinov img {
	width: 106px;
	height: 35px;
}
.nav-right .nav-button {
		display: none;
		width: 57px;
		border-left: 2px solid #e9e9e9;
}
.nav-right .nav-button a {
	padding: 22px;
}
.nav-right .nav-button:hover {
		-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.7;
}
.nav-right .nav-button img {
	width: 35px;
	height: 35px;
	display: block;
}
/* ================= INDEX =============== */
#banner {
	width: 100%;
}
#banner .container {
	padding-left: 0;
	padding-right: 0;
	height: auto;
	position: relative;
}
#banner .container img {
	position: relative;
	top: -17px;
}
#banner #move-down {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background: #e1092a;
	border: 5px #fff solid;
		-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	color: #fff;
	text-align: center;
	padding-top: 29px;
	text-decoration: none;
}
#banner #move-down p {
	font-family: 'Nudista';
	font-size: 13px;
	line-height: 13px;

}
#banner #move-down img {
	position: relative;
	top: -5px;
}
#banner #move-down:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.video-block {
	position: absolute;
	width: 22%;
	height: 30%;
	max-width: 243px;
	max-height: 147px;
	top:58%;
	left: 5%;
	background-image: url('../img/front-video-img.jpg');
	background-size: cover;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.21);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.21);
	border-radius: 4px;
}
#banner .container .podpis {
	position: absolute;
	width: 20%;
	height: auto;
	max-width: 243px;
	max-height: 167px;
	top: 78%;
	left: 74%;
}
.video-meta {
	position: relative;
	display: block;
	top:105%;
}
.video-meta p {
	color: rgba(255,255,255,0.4);
	font-size: 14px;
}
.video-block p.left {
	float: left;
	text-decoration: none;
}
.video-block p.right {
	float: right;
	text-decoration: none;
}

#banner .video-block img {
	position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	width: 42px;
	height: 42px;
}
#banner .video-block:hover #playvideo {
	    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* =========== INFO ============= */
#info {
	margin-top: 50px;
	height: auto;
}
#info h1 {
	font-family: 'Source Sans Pro';
	font-size: 40px;
	margin-bottom: 1px;
}
#info p {
	max-width: 720px;
	margin-top: 20px;
	margin-bottom: 23px;
	font-size: 17px;
	line-height: 30px;
	color: #262729;
}
#info .divider2 {
	margin: 0;
	position: relative;
	top: 0;
	padding-bottom: 30px;
}
#info .front-banner {
	padding-left: 20px;
}
#info .front-banner:hover .info-img  {
	background-position: center 37px;
}
#info .front-banner img {
	position: static;
	width: 100%;
	height: auto;
	border: 1px solid #e9e9e9;
    margin-top: 20px;
    will-change: transition;
}

#info article {
	padding-bottom: 30px;
}
.info-button {
	color: #002d77;
	padding: 15px 19px;
	border: 1px solid #e9e9e9;
	text-decoration: none;
	font-size: 19px;
		-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	font-weight: 600;
	width: 250px;
	display: block;
	margin: 15px auto;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.info-button:hover {
	background-color: #002d77;
	color: #fff;
	text-decoration: none;
}
/* =============== TIMELINE ==============*/
#timeline {
	margin-top: 20px;
	margin-bottom: 100px;
}
#timeline p {
	color: #000;
	max-width: 560px;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	position: relative;
}
#timeline .timeline-img {
}
.cd-horizontal-timeline .container .events-content {
	margin-top: 0;
}
.cd-horizontal-timeline .container .timeline {
	margin-bottom: 53px;
}
.cd-horizontal-timeline .container .events li.down a {
	bottom: -47px;
	font-size: 13px;
}
.cd-horizontal-timeline .container .events li.down a::after {
	bottom: 40px;
}
#timeline h1 {
	line-height: 54px;
}
#timeline .events-content p::before{
	content: url('../img/square.jpg');
	position: absolute;
	top: -1px;
	left: -23px;
}
#timeline .events-content {
	padding-left: 70px;
}
#timeline .events-content h3 {
	font-size: 34px;
	font-family: 'Source Sans Pro';
	padding-bottom: 25px;
	margin-top: 0;
	    margin-left: -23px;
}
#timeline-18 {
	max-height: 385px;
	transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
#timeline-17 {
	max-height: 385px;
	transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
#timeline-16 {
	max-height: 380px;
	transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
#timeline-15 {
	max-height: 380px;
	transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
#timeline-14 {
	max-height: 380px;
	transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
#timeline .button-overlay {
	position: absolute;
	background: #fff;
	display: block;
	width: 150%;
	margin-left: -50px;
	height: 70px;
	/*top:273px;*/
	bottom: -10px;
}
#timeline .button-overlay button {
    color: #002d77;
    padding: 7px 25px;
    border: 1px solid #e9e9e9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    width: 140px;
    text-align: center;
	background-color: #fff;
	margin-top: 20px;
	margin-left: 47px;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	position: relative;
	z-index: 5;
}
#timeline .button-overlay button:hover {
	background-color: #002d77;
	color: #fff;
}
/* ================ NEWS =============== */
#news {
	    padding-top: 40px;
	}
.divider2 {
	display: block;
	margin: 0 auto 35px auto;
}

#news .container {
	padding-left: 0;
	padding-right: 0;
}
#news .news {
	padding: 15px;
}
#news .divider2 {
	margin-bottom: 25px;
}
section h2 {
	font-family: 'Source Sans Pro';
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#news p.date {
	color:#757575;
	font-size: 15px;
	padding: 0;
	padding-bottom: 0px;
}
#news p {
	color:#262729;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#news h4 {
	font-family: 'Source Sans Pro';
	color: #002d77;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 15px;
	max-height: 75px;
	overflow: hidden;
}
#news .new1 {
	min-height: 406px;
}
#news .new1-image {
	position: relative;
	overflow: hidden;
	height: 210px;
}
#news .new1-image img{
	position: absolute;
	top:0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
    min-width: 100%;
    max-height: 120%;
}
#news .new1-text {
	padding: 25px 15px 0 15px;
}
#news .news .new {
	border: 1px solid #c4c5c8;
	height: auto;
	overflow: hidden;
}
#news a {
	text-decoration: none;
}
.content-404 .news-button,
#news .news-button {
	color: #002d77;
	padding: 15px;
	border: 1px solid #e9e9e9;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	text-decoration: none;
	font-size: 19px;
	font-weight: 600;
	width:250px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.content-404 .news-button:hover,
#news .news-button:hover {
	background-color: #002d77;
	color: #fff;
}
#news .news-row-button {
	margin-top: 25px;
}
#news .news .new:hover .new1-text h4 {
	color: #ff0909;
}
#news .news .new:hover {
	border: 1px solid #dd4451;
}
/* ============== SOCIALS =================*/
#socials {
	padding-top: 80px;
	margin-top: 0;
}
#socials .container .row {
	position: relative;
}
#socials .prechod {
	width: 100%;
	height: 90px;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(60%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	position: absolute;
	bottom: 0;
}
#socials button {
	color: #002d77;
	border: #e9e9e9 solid 1px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	font-size: 19px;
	font-weight: 600;
	text-align: center;
    padding: 10px 20px;
    height: 55px;
    display: block;
    margin: 0 auto;
    width: 182px;
    position: static;
    margin-bottom: 65px;
    background: #fff url('../img/arr-down-3.png') no-repeat 86px 38px;
    -webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
#socials .divider2 {
	margin-bottom: 25px;
}

#socials button:hover {
	color: #fff;
	border: #002d77 solid 1px;
	background: #002d77 url('../img/arr-down-3-hover.png') no-repeat 86px 38px;
}
#socials button p {
	margin-bottom: 0;
	    position: relative;
    top: -4px;
}
#socials button img {
	vertical-align: top;
}
#socials .socials-fb {
	display: block;
	height: 34px;
	position: relative;
}
#socials .socials-fb img {
	position: absolute;
	right: 10px;
}

.input-group {
	padding-top: 20px;
	width: 400px;
}
.divider {
	width: 100%;
	height: 3px;
	background: url('../img/divider.png');
}
footer {
	width: 100%;
	text-align: center;
}
#topfooter {
	background-color: #124291;
	color: #fff;
	padding: 25px;
	height: auto;
}
#topfooter a {
	color: #fff;
	padding-right: 25px;
}
#topfooter h1 {
	margin-top: 50px;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: 'Source sans pro';
	font-weight: bold;
	font-size: 35px;
	color: #fff;
}
#topfooter h3 {
	font-weight: bold;
	margin-bottom: 50px;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
}
#bottomfooter {
	height: auto;
	background-color: #002d77;
	padding-left: 20px;
	padding-right: 20px;
}
#bottomfooter p {
	line-height: 75px;
	color: #fff;
	color: rgba(255,255,255,0.5);
	margin: 0;
}
#bottomfooter a {
	color:#fff;
	color: rgba(255,255,255,0.5);
}
.rfbp-container {
	box-sizing: border-box;
	max-height: 350px;
	overflow: hidden;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.rfbp-container.shown {
	max-height: 1500px;
}
.rfbp-post {
	width: 25%;
	float: left;
	padding: 10px;
	height: 320px;
	box-sizing: border-box;
	border-bottom: none;
	position: relative;
}
.rfbp-post .insider {
	border: #e9e9e9 solid 1px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
}
.rfbp-post .insider::after {
	background: url('../img/icon-fb-3.png');
	background-size: cover;
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	    bottom: 16px;
    right: 18px;
}
.rfbp-post .insider:hover {
	border-color: #4564A4;
	background-color: #fff;
}
.rfbp-image-wrap {
	height: 150px;
	overflow: hidden;
	width: 100%;
}
.rfbp-link-wrap {
	height: 150px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.rfbp-image-wrap a{
	width: 100%;
}
.rfbp-image-wrap img {
	display: block;
	margin: 0 auto;
}
.rfbp-text {
	height: 90px;
	overflow: hidden;
}

/* ============ ALL PAGE HEADER=============== */
.page.container {
	padding-left: 0;
	padding-right: 0;
}
.page.container .header{
	width: 100%;
	height: 190px;
	background: url('../img/bg-banner.jpg') no-repeat bottom center;
	position: relative;
	overflow: hidden;
}
.page.container .header h1 {
	font-size: 60px;
	color: #fff;
	text-shadow: 2px 2px rgba(0,0,0,0.3);
	font-family: 'Source Sans Pro';
	margin-top: 50px;
	margin-left: 25px;
	z-index: 600;
	position: absolute;

}
.page.container .header img {
	position: absolute;
    right: 0;
    top: -55px;
    width: 330px;
    height: auto;
    z-index: 500;
}
.page.container .header .breadcrumbs {
	position: absolute;
	bottom: 10px;
	left: 330px;
	color: #fff;
	z-index: 600;
}
.page.container .header .breadcrumbs a {
	color:#fff;
}
#archive .posts-wrapper header {
	margin-top: 65px;
}
#archive .posts-wrapper .divider2 {
	margin-bottom: 50px;
}
/* ===================== ARCHIVE =============== */

/* =============*/
.row.content {
	width: 100%;
	position: relative;
	padding-left: 320px;
	min-height: 600px;
}

.row.content .sidebar {
	position: absolute;
	left: -30px;
	top: -75px;
	width: 280px;
}
.row.content .sidebar a {
	text-decoration: none;
}



/* =============*/








#archive #posts {
	margin-bottom: 15px;
}
#archive #posts .row {
	margin-bottom: 75px;
}
#archive #posts .row .archive-post-text:hover h3 {
	color: #000;
}
#archive #posts .posts-image {
	overflow: hidden;
	display: block;
}
#archive #posts a {
text-decoration: none;
}
#archive #posts h3 {
	margin-top: 0;
	font-family: 'Source Sans Pro';
	font-size: 23px;
	color: #002d77;
	font-weight: 400;
	margin-bottom: 19px;
}
#archive #posts p.meta,
#archive #posts p.meta a {
	margin-top: 20px;
	color: #757575;
	font-size: 14px;
}
#archive #posts p.meta a:hover {
	color: #000;
}
#archive #posts p.archive-excerpt {
	font-size: 15px;
}
#archive #posts p.archive-excerpt span:hover {
	color: #0B254F;
}
#archive .page-title h1 {
	font-family: 'Source Sans Pro';
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sidebar-nav h3 {
	font-family: 'Source Sans Pro';
	font-size: 22px;
	color: #000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.sidebar h3 {
	margin-bottom: 25px;
}
.sidebar .divider5 {
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
	margin-bottom: 50px;
}
.divider4 {
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	width: 14sidebar-nav0%;
	height: 5px;
	margin-left: -24px;
	margin-right: -24px;
	margin-top: 15px;

}
.sidebar-nav ul {
	margin-left: -24px;
	margin-right: -24px;
}
.sidebar-nav ul li {
	padding-left: 24px;
}
.sidebar-nav ul li a {
	color: #696969;
	font-size: 16px;
	line-height: 45px;
	text-decoration: none;
	display: inline-block;
	width: 92%;
}
.sidebar-nav ul li a:hover {
	color: #002d77;
}
.sidebar-nav {
	border: 1px #e9e9e9 solid;
	padding: 24px;
	padding-bottom: 3px;
	background-color: #fff;
	overflow: hidden;
}
.sidebar-nav ul li::before{
	content: url('../img/arr-right.png');
	position: relative;
	top: 2px;
}
.sidebar-nav ul li:hover:before{
	content: url('../img/arr-right-hover.png');
}
.sidebar-nav ul li a {
	padding-left: 10px;
}

#archive-sidebar ul li.current-cat a {
	color: #002d77;
}
.sidebar-nav ul li.current-cat:before{
	content: url('../img/arr-right-hover.png');
}

#archive .archive-excerpt a {
	color:#000;
	line-height: 25px;
}
#archive #posts img {
	height: auto;
}
#archive .archive-excerpt span {
	color: #234887;
}
/* ================= BANNERy =============*/
#banner-volby {
	width: 280px;
	height: 104px;
	border: 1px solid #e9e9e9;
	padding: 20px;
	margin-top: 30px;
}
#banner-volby img {
	float: left;
	margin-top: 5px;
}
#banner-volby p {
	float: left;
	margin-left: 10px;
	font-size: 16px;
	color: #234887;
	padding-left: 12px;
	font-weight: 600;
}
#banner-volby:hover p {
	color: #000;
}
#banner-volby:hover p::after {
	content: url('../img/arr_banner-volby-hover.png');
}
#banner-volby p::after{
	content: url('../img/arr_banner-volby.png');
	padding-left: 10px;
}
#banner-contact {
	width: 280px;
	height: 137px;
	border: 1px solid #e9e9e9;
	padding: 20px;
	margin-top: 40px;
	overflow: hidden;
	background: url('../img/bg-banner-kontakt.jpg') no-repeat right;
}
#banner-contact p {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	padding-top: 15px;
}
#banner-contact p.link::after {
	content: url('../img/arr_banner-volby.png');
	padding-left: 10px;
}
#banner-contact:hover p.link::after {
	content: url('../img/arr_banner-volby-hover.png');
}
#banner-contact p.link {
	font-size: 13px;
	color: #234887;
}
#banner-contact:hover p.link {
	color: #000;
}
.shadow {
	-webkit-box-shadow: 3px 2px 3px rgba(105,105,105,0.1);
	-moz-box-shadow: 3px 2px 3px rgba(105,105,105,0.1);
	box-shadow: 3px 2px 3px rgba(105,105,105,0.1);
}
/* ======================= SPOZNAJTE MA ============== */

#page-sidebar .divider5 {
	margin-bottom: 50px;
}

#spoznajtema h4 {
	font-family: 'Source Sans Pro';
	font-size: 20px;
	color: #000;
	margin-top: 50px;
	margin-bottom: 20px;
}
#spoznajtema table td {
	font-size: 15px;
	color: #000;
	line-height: 33px;
}
#spoznajtema ul {
	padding-left: 25px;
	list-style-image: url('../img/square.jpg');
	padding-bottom: 50px;
}
#spoznajtema ul li {
	line-height: 21px;
	font-size: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}

#spoznajtema table td {
    vertical-align: top;
}
#table-job td {
	margin-bottom: 10px;
}
#spoznajtema .content h1 {
	font-family: 'Source Sans Pro';
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 65px;
}
#spoznajtema .divider2 {
	display: block;
	margin: auto;
	margin-bottom: 20px;
}
#table-job h4 {
	margin-bottom: 50px;
}
/* ========================= KONTAKT ==================== */

#kontakt .content h1 {
	text-align: center;
	margin-top: 65px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro';
	font-size: 40px;
}
.video .content h1 {
	text-align: center;
	margin-top: 65px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro';
	font-size: 40px;
}
.video-section {
	padding-bottom: 50px;
}
#kontakt .contacts,
#kontakt .contact-form {
	display: block;
	max-width: 751px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#kontakt .contacts {
	height: 100px;
}
#kontakt .contacts a{
	float: left;
	display: block;
	width: 47%;
	height: 100px;
	border: 1px solid #e9e9e9;
	font-size: 20px;
	line-height: 98px;
	text-align: center;
	text-decoration: none;
}
#kontakt .contacts a img {
	padding-right: 12px;
	position: relative;
	top:-4px;
}
#kontakt .contacts .email {
	color: #dd4451;
	margin-right: 6%;
}
#kontakt .contacts .email:hover {
	border-color: #dd4451;
}
#kontakt .contacts .facebook:hover {
	border-color: #337ab7;
}
#kontakt .contacts .facebook {
	color: #4464a2;
}
#kontakt .contact-form h3 {
	font-size: 30px;
	font-family: 'Source Sans Pro';
	text-align: center;
	margin-top: 60px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#kontakt .contact-form p.require {
	font-size: 13px;
	text-align: center;
	margin-bottom: 35px;
}
#kontakt .contact-form p {
	margin-bottom: 3px;
	font-size: 13px;
}
#kontakt .form-control {
	height: 50px;
	background-color: #f9f9f9;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	border-color: #e9e9e9;
	margin-bottom: 0px;
}
#kontakt textarea.form-control {
	height: 231px;
}
#kontakt .row.contact-bottom {
	width: 100%;
	max-width: 514px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 70px;
	padding-top: 30px;
}
#kontakt .row.contact-bottom .captcha {
	width: 304px;
	float: left;
}

#kontakt .row.contact-bottom .contact-buttn {
	width: 170px;
    height: 55px;
    float: left;
    margin-left: 25px;
    padding-top: 9px;
}
#kontakt .row.contact-bottom .contact-buttn button{
	width: 170px;
	height: 55px;
	background-color: #234887;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	border: 1px solid #234887;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
#kontakt .row.contact-bottom .contact-buttn button:hover {
	color: #234887;
	background-color: #fff;
}
/* ========================== SINLGE ================= */

#single .header .breadcrumb {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	background-color: transparent;
}
#single .header .breadcrumbs,
#single .header .breadcrumbs a,
#single .header .breadcrumbs span {
	color: #fff;
	font-size: 13px;
}
#single h1 {
	font-family: 'Source Sans Pro';
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#single .content .divider2 {
	display: block;
	margin: auto;
	margin-bottom: 50px;
}
#single .span-10 p.meta {
	text-align: center;
	font-size: 15px;
	margin-bottom: 30px;
}
#single .content img {
	margin: 10px auto;
	display: block;
}
#archive #nav-below a,
#single .post-navigation a {
	text-align: center;
	width: 157px;
	color: #002d77;
	background-color: #fff;
	border: #e9e9e9 solid 1px;
	font-size: 18px;
	text-align: center;
    padding: 10px 17px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
	display: block;
}

#archive #nav-below a:hover,
#single .post-navigation a:hover {
	background-color: #002d77;
	color: #fff;
	border: #002d77 solid 1px;
}
#single .post-navigation {
	padding-bottom: 70px;
}
#single .span-10 {
	padding-top: 40px;
}
#single .span-10 p {
	font-size: 17px;
	line-height: 30px;
}
/* FORM */

.form input.form-control, .form select.form-control{
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #585858;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 10px;
  line-height: 50px;
  display: bloc
  k;
  height: 50px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  margin-bottom:14px;
  box-shadow: none;
}
.form textarea.form-control{
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #585858;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 10px;
  line-height: 19px;
  display: block;
  min-height: 100px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  margin-bottom:14px;
  box-shadow: none;
}
.form p.form-info{
  color:#000000!important;
  font-weight:300!important;
  font-size:13px!important;
}
#kontakt form > .col-xs-12 {
	margin-bottom: 15px;
}
#kontakt input[type=submit] {
    background-color: #002d77;
	color: #fff;
	border: #e9e9e9 solid 1px;
	font-size: 18px;
	text-align: center;
    padding: 8px 20px;
    width: 100%;
}
#kontakt input[type=submit]:hover {
    color: #002d77;
	background-color: #fff;
}
#kontakt h4 {
	font-size: 15px;
	margin-bottom: 20px;
}
#kontakt .col-sm-5 p {
	font-size: 16px;
	margin-bottom: 20px;
}
#kontakt .col-sm-7 h4 {
	margin-top: 25px;
	padding-left: 15px;
}

#site-overlay {
	right: 0;
	left: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 998;
	position: absolute;
	display: none;
}

/* SIDE NAV */
#sidenav {
	position: fixed;
	width: 320px;
	right: -320px;
	background: #fff;
	top: 0;
	z-index: 999;
	height: 100%;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
    border-left: 1px solid #333399;
}
#sidenav header {
	background-color: #224984;
    position: relative;
    height: 58px;
}
#sidenav header h2 {
	font-size: 20px;
    line-height: 58px;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 25px;
    font-weight: bold;
}
#sidenav header i {
	position: absolute;
    top: 21px;
    right: 20px;
    font-size: 8px;
    width: 13px;
    height: 13px;
    background: url("../img/icon_modal_cross_white.png") no-repeat center center;
    background-size: 13px;
    cursor: pointer;
	-moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
#sidenav header i:hover {
    background-image: url("../img/icon_modal_cross_hover.png");
    color: white;
}

#sidenav ul{
	list-style-type: none;
    padding: 30px 40px 10px 40px;
}
#sidenav ul li{
    border-bottom: 1px solid #e6e7ea;
}

#sidenav ul li a{
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    line-height: 37px;
}
#sidenav ul li a:hover {
	color: #224984;
}
#sidenav ul li a::before {
	display: inline-block;
    content: "";
    width: 15px;
    height: 12px;
    background: url("../img/arr_subnav.png") no-repeat left center;
}
#sidenav ul li ul{
    padding: 0 0 0 17px;
    padding-bottom: 0;
}
#sidenav ul li ul li:last-of-type{
	border:none;
}
#sidebar p {
	text-align: center;
}
.link--aside {
    padding-left: 18px;
    line-height: 34px;
    background: url("../img/icon_modal_cross_gray.png") no-repeat left center;
    background-size: 13px;
    color: #c4c4c4;
    text-decoration: underline;
    cursor: pointer;
}
.link--aside:hover {
    text-decoration: none;
    background-image: url("../img/icon_modal_cross_hover.png");
    color: #000;
}
.page.container .header .breadcrumbs img {
	width: 5px;
	height: 7px;
	position: static;
	    margin-left: 6px;
    margin-right: 6px;
    margin-top: -4px;
}
.single-image {
	max-width: 70%;
}
#archive #nav-below {
	padding-bottom: 80px;
}
#nav-below .nav-next {
	width: 50%;
	float: left;
}
#nav-below .nav-next a{
	float: left;
}
#nav-below .nav-previous {
	float:right;
	width: 50%;
}
#nav-below .nav-previous a{
	float:right;
}

.contact__form label {
	text-transform: uppercase;
}
.contact__input {
	margin-bottom: 15px;
}
#kontakt .form-control.wpcf7-not-valid {
	border-color: #DD4451;
}
.contact__form span.wpcf7-not-valid-tip {
	padding: 5px 0px;
    color: #DD4451;
}
.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-spam-blocked {
	margin: 0px 0px 35px;
	padding: 15px;
    background: #F7E7E7;
    color: #DD4451;
    border: 1px solid #DD4451;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
	margin: 0px 0px 35px;
	padding: 15px;
    background: #A9F1A8;
    color: #196133;
    border: 1px solid #196133;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 60px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 404 */
.row.content-404 {
    width: 100%;
    position: relative;
    padding-left: 0px;
    min-height: 600px;
}
.content-404 h1 {
    font-family: 'Source Sans Pro';
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 80px;
}
.nowrap {
	white-space: nowrap;
}

/* fb feed */
.pagination-links_0 .first-page,
.pagination-links_0 .first-page-0,
.pagination-links_0 .last-page,
.pagination-links_0 .last-page-0,
.pagination-links_0 .paging-input_0,
.ffwd_blog_style_object_from_pic_container_0,
.ffwd_blog_style_object_story_0,
.bwg_blog_style_object_description_0,
.ffwd_comments_0 {
	display: none !important;
}

.blog_style_object_container_0 {
    margin: 40px 0 !important;
    display: flex !important;
	flex-wrap: wrap !important;
	border: none !important;
	border-bottom: 1px solid #e3e3e3 !important;
    padding: 0 0 30px !important;
}

.ffwd_blog_style_object_info_container_0 {
	flex: 0 0 65% !important;
	width: 65% !important;
	max-width: 65% !important;
	margin: 0 !important;
    padding: 0 0 0 30px !important;
}

.blog_style_image_container_0 {
	flex: 0 0 35% !important;
	width: 35% !important;
	max-width: 35% !important;
	order: -1 !important;
}

.ffwd_blog_style_img_0 {
	max-width: 100% !important;
}

@media (max-width: 479px) {
	.ffwd_blog_style_object_info_container_0 {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 20px 0 0 0 !important;
	}
	.blog_style_image_container_0 {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

.ffwd_from_time_post_0 {
	padding: 0 0 5px !important;
	margin: 0 !important;
	background: transparent !important;
	color: #757575 !important;
    font-size: 14px !important;
}

.ffwd_blog_style_object_name_0 {
    font-family: 'Source Sans Pro' !important;
    font-size: 23px !important;
    color: #002d77 !important;
    font-weight: 400 !important;
    margin: 0 0 15px !important;
    display: inline-block !important;
}

.ffwd_blog_style_object_from_pic_container_0 + div {
	max-width: unset !important;
	width: 100% !important;
}

/* .ffwd_blog_style_object_story_0,
.ffwd_blog_style_object_from_name_0 {
	font-size: 10px !important;
    line-height: 11px !important;
    color: #9E9E9E !important;
    font-weight: 600 !important;
    width: 100% !important;
}

.ffwd_blog_style_object_story_0 {
	display: block !important;
	margin-bottom: 10px !important;
} */

.ffwd_blog_style_object_from_name_0 {
	font-weight: 700 !important;
	color: #757575 !important;
}

.ffwd_blog_style_object_messages_0 {
	color: #000 !important;
    line-height: 25px !important;
    font-size: 15px !important;
}

.ffwd_title_spun1_0 {
	width: 100% !important;
    background: transparent !important;
	border: none !important;
	cursor: default !important;
}

.ffwd_blog_style_object_ver_al_0 {
	vertical-align: unset !important;
}

.ffwd_see_more_description,
.ffwd_see_less_description,
.ffwd_see_more_message,
.ffwd_see_less_message,
.ffwd_view_on_facebook_0 {
	font-size: 0 !important;
	color: #fff !important;
}

.ffwd_see_more_description::before,
.ffwd_see_less_description::before,
.ffwd_see_more_message::before,
.ffwd_see_less_message::before,
.ffwd_view_on_facebook_0::before {
	content: 'Zobraziť menej';
    font-size: 15px;
    color: #224987;
    text-decoration: underline;
    white-space: nowrap;
	vertical-align: top;
}

.ffwd_see_more_description::before,
.ffwd_see_more_message::before {
	content: 'Zobraziť celý text';
}

.ffwd_view_on_facebook_0::before {
	content: 'Zobraziť na Facebooku';
	font-size: 14px;
    color: #656565;
	text-decoration: none;
}

.ffwd_view_on_facebook_0:hover::before {
	color: #224987;
	text-decoration: underline;
}

.tablenav-pages_0 {
	margin: 0 0 50px 0 !important;
}

.pagination-links_0 {
	display: flex !important;
	justify-content: space-between;
}

.pagination-links_0 .prev-page,
.pagination-links_0 .prev-page-0,
.pagination-links_0 .next-page,
.pagination-links_0 .next-page-0 {
	font-size: 0 !important;
	color: #fff !important;
	display: block !important;
	padding: 2px 20px !important;
}

.pagination-links_0 .prev-page.disabled,
.pagination-links_0 .prev-page-0.disabled,
.pagination-links_0 .next-page.disabled,
.pagination-links_0 .next-page-0.disabled {
	opacity: 0.3 !important;
	cursor: not-allowed !important;
}

.pagination-links_0 .prev-page::before,
.pagination-links_0 .prev-page-0::before,
.pagination-links_0 .next-page::before,
.pagination-links_0 .next-page-0::before {
	content: 'Staršie >>';
    font-size: 15px;
    color: #224987;
    white-space: nowrap;
	vertical-align: top;
}

.pagination-links_0 .prev-page:not(.disabled):hover,
.pagination-links_0 .prev-page-0:not(.disabled):hover,
.pagination-links_0 .next-page:not(.disabled):hover,
.pagination-links_0 .next-page-0:not(.disabled):hover {
	background: #134291 !important;
    border-color: #fff !important;
}

.pagination-links_0 .prev-page:not(.disabled):hover::before,
.pagination-links_0 .prev-page-0:not(.disabled):hover::before,
.pagination-links_0 .next-page:not(.disabled):hover::before,
.pagination-links_0 .next-page-0:not(.disabled):hover::before {
	color: #fff;
}

.pagination-links_0 .prev-page-0::before,
.pagination-links_0 .prev-page::before {
	content: '<< Novšie';
}

.index-fb-feed {
	padding-left: 50px;
}

.index-fb-feed .blog_style_object_container_0 {
    margin: 0 !important;
	border-bottom: none !important;
	padding: 0 !important;
	display: none !important;
}

.index-fb-feed .blog_style_object_container_0:first-child {
	display: flex !important;
}

.index-fb-feed .tablenav-pages_0 {
	display: none !important;
}

.index-fb-feed .ffwd_blog_style_object_info_container_0 {
	flex: 0 0 55% !important;
	width: 55% !important;
	max-width: 55% !important;
    padding: 10px 0 0 30px !important;
}

.index-fb-feed .blog_style_image_container_0 {
	flex: 0 0 45% !important;
	width: 45% !important;
	max-width: 45% !important;
}

@media (max-width: 992px) {
    #timeline .index-fb-feed p {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .index-fb-feed {
        padding: 0;
    }
    .index-fb-feed .blog_style_image_container_0 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .index-fb-feed .ffwd_blog_style_object_info_container_0 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px 0 0 0 !important;
    }
}