/* nav effect */

.navbar-toggle {
	height: 34px
}

.navbar-toggle .icon-bar {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}

.navbar-toggle:not(.collapsed ) .icon-bar:nth-child(2) {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.navbar-toggle:not(.collapsed ) .icon-bar:nth-child(3) {
	opacity: 0
}

.navbar-toggle:not(.collapsed ) .icon-bar:nth-child(4) {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -8px
}

/* nav effect */

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.select2-container{
	width: auto !important;
}
.select2-hidden-accessible.form-control + .select2-container{
	width: 100% !important;
}
.select2-container--default .select2-selection--multiple{
	border-radius: 0px;
	border: 1px solid #ccc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.select2-container--default .select2-search--inline .select2-search__field{
	min-width: 120px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding: 0px 12px;
}
.radio input[type="radio"]{
	position: absolute;
	left: -9999px;
}
.radio input[type="radio"] + span{
	display: inline-block;
	border: 1px solid #ccc;
	height: 14px;
	width: 14px;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
}
.radio input[type="radio"]:checked + span:before{
	position: relative;
	top: -2px;
	left: -1px;
	color: #555;
	content: "\e013";
	display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.checkbox label {
	padding-left:0;
}

.checkbox input[type="checkbox"]{
	position: absolute;
	left: -9999px;
}
.checkbox input[type="checkbox"] + span{
	display: inline-block;
	border: 1px solid #ccc;
	height: 14px;
	width: 14px;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
}
.checkbox input[type="checkbox"]:checked + span:before{
	position: relative;
	top: -2px;
	left: -1px;
	color: #555;
	content: "\e013";
	display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

body{
	color: #767575;
	background: url('../image/background.gif') repeat center top;
}
body > .container > div{
	background: #fff;
}

body > .container > div.header{
	background: #fff url('../image/header-bg.jpg') no-repeat bottom right;
    font-size: 10px;
    color: #1d2b58;
    font-weight: bold;
}
.decor {
	position: relative;
	padding-top: 160px;
	padding-bottom: 260px;
	background: url('../image/main_bg_new.png') no-repeat center top;
}
.decor:before{
	position: absolute;
	left: 0px;
	bottom: -20px;
	content: '';
	height: 264px;
	width: 329px;
	background: url('../image/left-bg.png') no-repeat left bottom;
}
.header img{
	max-width: 100%;
	max-height: 110px;
}
.header a{
	display: inline-block;
}
.header .flags{
	margin-top: 10px;
	margin-right: 15px;
}
.header .flags a{
	margin: 0px 2px;
}
.header .info{
	margin-top: 40px;
	text-align: right;
}
.header .info span{
	white-space: nowrap;
	margin-right: 20px;
	display: inline-block;
}
@media(max-width: 1200px){
	.header .info{
		text-align: center;
	}
	.header .info span{
		margin: 10px;
	}
}
.navbar-default{
	background: transparent;
	border: none;
}
.navbar-brand img{
	max-height: 100%;
}
.navbar-header, .navbar-collapse{
	background: #202e53;
}
.navbar-toggle{
	margin-top: 4px;
	margin-bottom: 4px;
}
@media (max-width: 1200px){
	.navbar-collapse{
		background: #2e4a7a;
	}
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background: #fff;
}
.navbar-default .navbar-nav > li > a{
	text-transform: uppercase;
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #afc7e0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border: none;
}
@media (min-width: 768px){
	.navbar-nav > li > a {
	    padding-top: 11px;
	    padding-bottom: 11px;
	}
}
.navbar{
	min-height: 0px;
	margin-bottom: 0px;
}
.left ul, .left ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.left ul{
	margin: 0px 10px 10px 10px;
}
.left ul li a{
	font-size: 12px;
	display: block;
	padding: 10px;
	color: #1d2b58;
	border-bottom: 1px #afb4c4 solid;
}
.left ul li a:hover{
	text-decoration: none;
	color: #879094;
}
.content{
	margin-bottom: 20px;
}
.content h1 {
    font-weight: bold;
    color: #1d2b58;
    padding: 0 0 15px 0;
    margin: 0;
    display: block;
    font-size: 18px;
}
.content h1 a{
	color: #1d2b58;
}
.content h2 {
	font-weight: bold;
    color: #1d2b58;
    padding: 0 0 15px 0;
    margin: 0;
    display: block;
    font-size: 16px;
}
.content h2 a{
	color: #1d2b58;
}
.content h3 {
	font-weight: bold;
    color: #1d2b58;
    padding: 0 0 15px 0;
    margin: 0;
    display: block;
    font-size: 14px;
}
.content h3 a{
	color: #1d2b58;
}
.content h4 {
	font-weight: bold;
    color: #1d2b58;
    padding: 0 0 15px 0;
    margin: 0;
    display: block;
    font-size: 14px;
}
.content h4 a{
	color: #1d2b58;
}
.content h5 {
	font-weight: bold;
    color: #1d2b58;
    padding: 0 0 15px 0;
    margin: 0;
    display: block;
    font-size: 12px;
}
.content h5 a{
	color: #1d2b58;
}
.content h6 {
	font-weight: bold;
    color: #1d2b58;
    padding: 0 0 15px 0;
    margin: 0;
    display: block;
    font-size: 12px;
}
.content h6 a{
	color: #1d2b58;
}
.news .item{
	margin-bottom: 20px;
}
.news .item .title{
	margin-bottom: 10px;
}
.images img{
	margin: 5px;
	cursor: pointer;
	border: 3px #fff solid;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.images {
	margin-bottom: 20px;
}
.pswp__button--share{
	display: none;
}

#contact_form label.error{
	color: #ff0000;
}
#contact_form input.error, #contact_form textarea.error, #contact_form select.error {
	border-color: #ff0000;
}
#contact_form select.error + .select2-container--default .select2-selection--multiple{
	border-color: #ff0000;
}

body > .container > div.footer{
	background: #202e53;
}
.footer{
	border-bottom: 20px #fff solid;
	color: #fff;
}
.footer a{
	position: relative;
	z-index: 2;
	padding: 11px;
	margin-left: 10px;
	display: inline-block;
	color: #fff;
}
.footer span{
	margin-top: 15px;
	margin-right: 15px;
	color: #dfdfdf;
	font-size: 10px;
}
@media (max-width: 375px){
	.footer span{
		font-size: 8px;
	}
}

.serviceOfferButton {
	white-space: inherit;
}

.nav > li > a {
	padding: 10px 23px;
}

@media (max-width: 425px) {
	body > .container {
		padding-left: 0;
		padding-right: 0;
		overflow: hidden;
	}
}

.sidebar-tanusitvanyok {
	font-size: 18px;
	display: block;
	padding: 30px 0 20px;
	color: #1d2b58;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-tanusitvanyok:hover {
	color: #879094;
	text-decoration: none;
}

.nav {
	padding-left: 20px;
}