/*
Theme Name: Bootstrap Basic
Theme URI: https://rundiz.com
Author: Vee Winch
Author URI: 
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy. You can support theme author by <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9HQE4GVV4KTZE" target="donate">donate</a>. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme.
Version: 1.1.3
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #232323;
}

.navbar-default .navbar-collapse{
	border: none;
	box-shadow: none;
	background-image: none;
}

.navbar-default{
	border: none;
	box-shadow: none;
	background-image: none;
	background-color: #FFF;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: #FFF;
	background-image: none;
	box-shadow: none;
}

.site-title{
	padding-right: 0;
}

h1, h2 {
	color: #1f3782;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a {
	color: #1f3782;
}

h1 a:hover, h1 a:focus, h1 a:active{
	text-decoration: none;
	color: #1f3782;
	opacity: 0.8;

}

h2.block-title{
	padding-bottom: 20px;
	background: url('/wp-content/themes/bootstrap-basic/img/title_bg.png') no-repeat;
	background-position: bottom center;
	text-align: center;
	margin-bottom: 30px;
}

h2.page-title{
	padding-bottom: 20px;
	background: url('/wp-content/themes/bootstrap-basic/img/title_bg.png') no-repeat;
	background-position: bottom left;
	text-align: left;
	margin-bottom: 20px;
	color: #FFF;
}

h2.double-title{
	text-transform: none;
	padding-bottom: 10px;
	position: relative;
	line-height: 36px;
	margin-bottom: 30px;
}

h2.double-title:after{
	content: "";
	background: #fed41e;
	width: 75px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;

}

h2.classes-title{
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 10px;
}

h2.classes-title:after{
	content: "";
	background: #fed41e;
	width: 75px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

p + h2, ul + h2{
	padding-top: 30px;
}

.main-block-wrapper{
	background-image: linear-gradient(to bottom, rgba(254,212,30,1), rgba(254,212,30,0.6))
}

.main-block-left{
	padding-top: 50px;
	padding-bottom: 40px;
}

.main-block-left img{
	max-width: 100%;
	filter: drop-shadow(0 0 0.55rem #232323);
}

.main-block-right{
	padding-top: 130px;
}

.main-block-right h2{
	text-align: center;
	line-height: 42px;
	font-size: 36px;
}

.main-header{
	padding-top: 15px;
}

.navbar-nav li a{
	color: #1f3782!important;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 18px!important;
	padding-right: 18px!important;
	background-color: #FFF!important;
}

.navbar-nav li a:hover{
	background-color: #FFF;
	background: #FFF!important;
}

.navigation-wrapper{
	padding-left: 0px;
	padding-top: 5px;
}

.navigation-wrapper .navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}

.navigation-wrapper ul{
	float: right;
}

.navbar-default{
	margin-bottom: 15px;
}

.department, .news-single{
	text-align: center;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    border-radius: 5px;
	padding: 20px 10px 0;
	display: block;
	color: #232323;
}

.department{
	position: relative;
	padding-bottom: 76px;
	height: 100%;
}

.department.inactive{
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-color: #fed41e;
}

.home .departments-block .department{
		position: relative;
		padding-bottom: 76px;
		height: 100%;
		-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	border-color: #fff!important;
}

.department:hover{
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	text-decoration: none!important;
	color: #232323;
}

.news-single{
	padding: 20px 20px 0px 20px;
	height: 100%;
	padding-bottom: 60px;
	position: relative;
}

.news-single{
	text-align: left;
}

.department img{
	max-width: 150px;
}

.department h3, .news-single h3{
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-bottom: 12px;
	padding-top: 10px;
	text-transform: uppercase;
}

.news-single h3 {
	text-align: left;
	padding-top: 0;
	line-height: 22px;
}

.news-single h3.gallery-title{
	margin-bottom: 50px;
}

.department h3:after, .news-single h3:after{
	content: "";
	background: #fed41e;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.news-single h3:after {
	right: auto
}

.departments-block, .news-block {
	padding-top: 30px;
	padding-bottom: 50px;
}

.departments-block .row{
	display: flex;
	flex-wrap: wrap;
}

.page-block{
	padding-bottom: 50px;
	padding-top: 30px;
}

.news-block .row{
	display: flex;
	flex-wrap: wrap;
}

.site-content .department-first, .home .departments-block .department-first:hover,  .frog-single{
	border-color: #87bf1c!important;
}

.site-content .department-second, .home .departments-block .department-second:hover{
	border-color: #fed41e!important;
}

.site-content .department-third, .home .departments-block .department-third:hover, .red-single{
	border-color: #f05c5c!important;
}

.site-content .department-fourth, .home .departments-block .department-fourth:hover, .blue-single{
	border-color: #1fc0ff!important;
}

.news-single{
	border-color: #fed41e;
}

.departments-button-area, .news-button-area{
	background: #f8f8f8;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: -10px;
	margin-right: -10px;
	border-radius: 0 0 5px 5px;
}

.departments-button-area{
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.home .departments-button-area{
	padding-left: 0;
}

.news-button-area{
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.news-button-area span{
	font-size: 14px;
	display: block;
	font-weight: 300;
}

.departments-button, .news-button{
	display: block;
	width: 130px;
	height: 36px;
	font-size: 16px;
	color: #232323;
	text-align: center;
	line-height: 36px;
	border-radius: 5px;
	margin: auto;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
}

.news-button{
	margin: initial;
}

.home .department:hover .departments-button, .departments-button:hover{
	text-decoration: none;
	color: #232323;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;


}

.news-button:hover{
	text-decoration: none;
	color: #232323;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.department-first .departments-button, .frog-single .news-button{
	background-color: #87bf1c!important;
}

.department-second .departments-button{
	background-color: #fed41e;
}

.department-third .departments-button, .red-single .news-button{
	background-color: #f05c5c!important;
}

.department-fourth .departments-button, .blue-single .news-button{
	background-color: #1fc0ff!important;
}

.news-button{
	background-color: #fed41e;
	color: #232323;
}

.news-button:hover{
	color: #232323;
	text-decoration: none;
}

.department p, .news-single p{
	font-weight: 300;
	padding-top: 5px;
	padding-bottom: 7px;
}

.info-block{
	padding-top: 30px;
	background: #30449c; 
	padding-bottom: 30px;
}

.info-block .container{
	position: relative;
}

.info-block .info-image-first{
	position: absolute;
	right: 140px;
	top: -117px;
}

.info-block .info-image-second{
	position: absolute;
	left: 140px;
	bottom: -117px;
	filter: drop-shadow(0 0 0.55rem #232323);
}

.info-block h2{
	color: #FFF;
}

.white-button{
	display: block;
	width: 260px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	background-color: #FFF;
	text-align: center;
	border-radius: 5px;
	color: #232323;
	margin: auto;
	margin-bottom: 20px;

	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
}

.white-button:hover{
	background-color: #f8f8f8;
	text-decoration: none;
	color: #232323;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.archiv-button{
	display: block;
	width: 180px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	background-color: #30449c;
	text-align: center;
	border-radius: 5px;
	color: #FFF;
	margin: auto;
	margin-top: 40px;

	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
}

.archiv-button:hover{
	background-color: #30449c;
	text-decoration: none;
	color: #FFF;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.about-btn{
	display: block;
	width: 180px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	background-color: #30449c;
	text-align: center;
	border-radius: 5px;
	margin-top: 40px;
	color: #fff;

	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
}

.about-btn:hover{
	text-decoration: none;
	color: #fff;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

footer{
	background-color: #30449c;
	color: #FFF;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}

footer a{
	color: #FFF;
	text-decoration: none;
}

footer a:hover{
	color: #FFF;
	text-decoration: underline;
}

.row-with-vspace{
	margin-bottom: 0px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	position: relative;
}

.navbar-default .navbar-nav>.active>a:after, .navbar-default .navbar-nav>.active>a:focus:after, .navbar-default .navbar-nav>.active>a:hover:after{
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background-color: #fed41e;
	bottom: 7px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}

.navbar-default .navbar-nav>li>a{
	position: relative;
}

.navbar-default .navbar-nav>li>a:hover:after, .navbar-default .navbar-nav>li>a:focus:after, .navbar-default .navbar-nav>li.current-page-ancestor>a:after{
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background-color: #fed41e;
	bottom: 7px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a{
	background-image: none;
	box-shadow: none;
	background-color: #FFF;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color: #FFF;
}

.navbar-nav>li>.dropdown-menu{
	border-radius: 5px;
	box-shadow: none!important;
	border: none!important;
}

.dropdown-menu>li>a{
	padding-top: 7px;
	padding-bottom: 7px;
	position: relative;
}

.dropdown-menu>li>a:hover{
	background-color: #FFF!important;
}

.dropdown-menu>li>a:hover:after, .dropdown-menu>li.active>a:after{
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background-color: #fed41e;
	bottom: 3px;
	left: 20px;
	display: block;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background-color: #FFF!important;
	background-image: none;
}

.title-area{
	background: #30449c;
	margin-bottom: 30px;
}

.title-area .container{
	position: relative;
}

.title-area img{
	position: absolute;
	right: 0px;
	bottom: -45px;
	max-width: 135px;
	filter: drop-shadow(0 0 0.55rem #232323);
}
.title-area img {
	/* Start the shake animation and make the animation last for 0.5 seconds */
	animation: shake 1.2s;
  
	/* When the animation is finished, start again */
	animation-iteration-count: infinite;
  }
  
  @keyframes shake {
	50% { transform: rotate(20deg); }
	100% { transform: rotate(0deg); }
  }

  .info-image-second {
	/* Start the shake animation and make the animation last for 0.5 seconds */
	animation: shake2 1.2s;
  
	/* When the animation is finished, start again */
	animation-iteration-count: infinite;
  }
  
  @keyframes shake2 {
	50% { transform: rotate(-20deg); }
	100% { transform: rotate(0deg); }
  }

.page-block a{
	color: #30449c;
}

.page-block a:hover{
	text-decoration: underline;
}

.svp-image img{
	border: 1px solid #ebebeb;
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
max-width: 100%;
height: auto;
}

.svp-image img:hover {
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.second-row{
	padding-top: 30px;
}

.second-row .department{
	padding-bottom: 25px;
}

.rl-gallery-container{
	margin-top: 40px;
}

.page-block ul, .page-block ol{
	padding-left: 20px;
}

.page-block p{
	margin-top: 20px;
}

.page-block p:first-of-type{
	margin-top: 0;
}

.gallery-thumb{
	max-width: 100%;
	max-height: 239px;
}

.news-single p a{
	color: #30449c;
}

.news-single p a:hover{
	text-decoration: underline;
}

.rows-block .news-wrapper{
	margin-bottom: 30px;
}

.about-left{
	padding-top:75px;
	padding-bottom: 25px;
}

.about-right{
padding-right: 0;
padding-top: 20px;
padding-bottom: 20px;
}

.page-template-fotogallery .news-wrapper{
	margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
	.main-block-right {
		padding-top: 75px;
	}

	.info-block .info-image-second{
		width: 200px;
	}

	.about-left{
		padding-top: 30px;
	}

	.about-right{
		padding-top: 25px;
	}

	h1.site-title-heading{
		font-size: 28px;
	}

	.navbar-nav li a{
		padding-left: 12px!important;
		padding-right: 12px!important;
	}

	.navigation-wrapper{
		padding-top: 0;
	}
  }

  @media only screen and (max-width: 991px) {
	.main-block-left{
		display: none;
	}

	.site-title{
		padding-left: 0;
	}

	.main-block-right{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.site-title-heading{
		text-align: center;
	}

	.info-image-second{
		display: none;
	}

	.department-wrapper{
		margin-bottom: 30px;
	}

	.about-left{
		text-align: center;
	}

	.about-btn{
		margin: auto;
		margin-top: 30px;
	}

	.about-right{
		padding-bottom: 30px;
	}

	.title-area img{
		display: none;
	}
  }

  @media only screen and (max-width: 767px) {
	.main-block-right h2{
		font-size: 24px;
		line-height: 32px;
	}

	.main-block-right{
		padding: 30px 0px!important;
	}

	h2.page-title{
		text-align: center;
		background-position: bottom center;
	}

	.row{
		margin-left: 0;
		margin-right: 0;
	}

	.about-right{
		padding-left: 0;
	}

	.home .news-wrapper{
		margin-bottom: 30px;
	}

	.navigation-wrapper ul:first-child{
		float: none;
		width: 228px;
		margin: auto!important;
		margin: 0;
		text-align: left;
		left: 0;
		right: 0;
		z-index: 10000;
		background: #fff;
		display: block;
		padding-top: 10px;
		padding-bottom: 5px;
	}

	.navigation-wrapper{
		padding-right: 0;
	}

	.navbar-toggle{
		margin: auto;
		display: block;
		float: none;
	}

	.navbar-default{
		margin-bottom: 0;
		margin-top: 20px;
	}

	.navbar-default .navbar-toggle .icon-bar{
		background-color:#1f3782;
		width: 30px;
		height: 3px;
		margin-bottom: 5px;
	}

	.navbar-default .navbar-toggle{
		padding: 0;
		border: none;
		width: 205px;
		position: relative;
		background-color: transparent!important;
	}

	.navbar-default .navbar-toggle:before{
		content:'MENU';
		font-size: 14px;
		position: absolute;
		left: 38px;
		top: -3px;
	}

	.navbar-default .navbar-nav li a:after{
		margin: initial!important;
		left: 12px!important;
	}

	h2.page-title{
		font-size: 24px;
		line-height: 32px;
	}

	#main-column{
		padding-left: 0;
		padding-right: 0;
	}

	h2{
		font-size: 24px;
		line-height: 32px;
	}
  }