@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
/*OLD*/
#recomanda{
	display:none;
	margin-top:7px;
	position:absolute;
	z-index:1000;
}
/*END OLD*/

/*GENERAL*/
img {
	width: 100%;
	height: auto;
}
.navbar-nav li, .nav-stack li {
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
p {
	text-align: justify;
}
body {
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 1.6em;
}
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
}
/*.justify-none {
	text-align: left;
}*/
.nopadding {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
hr {
	background-color:#6DA094; 
	border-width:0; 
	color:#6DA094; 
	height:2px; 
	line-height:0; 
	margin:3% auto; 
	page-break-after:always; 
	text-align:center; 
	width:80%; 
	clear:both; 
	float: none;
}
h1, h2, h3 {
	padding: 8px;
	margin-bottom: 30px;
	margin-top: 30px;
	line-height: 1.4em;
}
h1 {
	font-size: 30px;
	text-align: center;
	border: 4px dashed rgba(153,198,187,0.5);
}
h2 {
	font-size: 25px;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #99C6BB;
	box-shadow: 2px 2px 5px -1px #99C6BB;
}
h3 {
	border-bottom: 1px dotted #6DA094;
}
.important-info {
	color: #dd4b4b;
}
td {
	padding: 5px;
	border-bottom: 1px dotted #CCE3DD;
}
/*END GENERAL*/

/*HEADER*/
.top {
	padding-top: 2%;
}
.language-buttons button {
	background-color: rgba(255,255,255,0.4);
}
.n-p-l {
	padding-left: 0 !important;
}
.n-p-r {
	padding-right: 0 !important;
}
header {
	background: #fff url('../images/headerbg.jpg') no-repeat top;
    background-size: 100%;
	margin-bottom: 1.5%;
}
.logo {
	max-width: 304px;
}
.contact-up, .contact-up a {
	font-size: 15px;
	font-weight: bold;
	color: rgba(255,255,255,0.8);
}
.contact-up a {
	text-decoration: underline;
}
.contact-up span {
	color: #fff;
}
.navbar-toggle {
	margin-right: 30px;
	position: relative;
}
.menu-top {
	position: relative;
	height: 120px;
}
.navbar {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3000;
	margin-top: 3%;
	background-color: rgba(255,255,255,0.7);
	-webkit-box-shadow: 10px 10px 15px rgba(0,0,0,0.6);
	box-shadow: 10px 10px 15px rgba(0,0,0,0.6);
	border: 1px solid #1B463A;
}
.navbar-collapse, .meniu-top {
	padding: 0;
}
.navbar-nav {
	width: 100%;
}
.navbar-nav li {
	text-align: center;
	border-right: 2px solid rgba(28,71,58,0.05);
	border-left: 2px solid rgba(28,71,58,0.2);
}
@media (min-width: 768px) {
	.navbar-nav li {
		width: 16.667%;
	}
}
.navbar-nav li:first-child {
	border-left: none;
}
.navbar-nav li:last-child {
	border-right: none;
}
.navbar-nav li a {
	font-size: 15px; 
	color: #000 !important;
	font-size: 18px;
}
.navbar-nav li:hover, .navbar-nav li:focus {
	background-color: #1E4A3B;
	border: none;
}
.navbar-nav li:hover a {
	color: #fff !important;
}

/*END HEADER*/

/*SIDEBAR*/
.sidebar {
	position: relative;
	min-height: 880px;
}
.first, .second {
	position: absolute;
	width: 90%;
}
.first h3, .second h3 {
	margin-bottom: 5px;
	text-align: center;
}
.first {
	z-index: 1000;
}
.second {
	top: 515px;
	margin-top: 0px;
}
.nav-stack li {
	width: 100%;
	border: 3px solid transparent;
}
.nav-stack li:after {
	border:none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.nav-stack li a, .nav-stack li a:link, .nav-stack li a:visited {
	background-color: #DEE5E3;
	-webkit-box-shadow: 7px 7px 15px -3px rgba(101,153,141,0.5);
	box-shadow: 7px 7px 15px -3px rgba(101,153,141,0.5);
}
.nav-stack li a:hover {
	border:none;
}
.nav-stack li.header-li {
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.nav-pills li:hover, .nav-pills li:focus, .nav-pills li:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
}
/*END SIDEBAR*/

/*FOOTER*/
footer {
	background: #fff url('../images/footerbg.jpg') no-repeat bottom center fixed;
	-webkit-box-shadow: inset 0 50px 100px #fff;
	box-shadow: inset 0 50px 100px #fff;
	padding-bottom: 2.5%;
	padding-top: 40px;
}
footer a {
	font-weight: bold;
	font-size: 15px;
	color: #1C483A;
}
.contact-footer {
	border-left: 2px solid #6DA094;
	border-right: 2px solid #6DA094;
}
.random-faq {
	padding: 10px;
	margin-bottom: 15px;
}
.parteneri img {
	max-width: 200px;
}
/*END FOOTER*/

/*CONTACT*/
.form-group input, .form-group textarea {
	border: 1px dashed #6FA397;
}
select.form-control  {
	height: 45px;
}
input[type='checkbox']:hover {
	display: inline !important;
}
/*END CONTACT*/

/*STANDARDS*/

/*XS*/
@media (max-width: 767px) {
	header {
		background-image: url('../images/headerbg-xs.jpg');
	}
	.logo {
		max-width: 200px;
		margin: 15px auto 0px;
	}
	footer {
		background-image: url('../images/footerbg-xs.jpg');
	}
	.facebook {
		text-align: center;
		margin: 15px auto;
		border-bottom: 2px solid #6DA094;
	}
	.menu-top {
		height: 85px;
	}

	.navbar ul {
		border: none;
		width: 100%;
		position: relative;
		left: 0;
		right: 0;
		margin: auto;
	}
	.navbar ul li{
		background-color: #A3D7CE;
		margin-bottom: 4px;
		-webkit-box-shadow: 15px 15px 15px rgba(59,119,104,0.7);
		box-shadow: 15px 15px 15px rgba(59,119,104,0.7);
	}
	.navbar-header {
		border: none !important;
	}
	.first, .second {
		position: relative;
		top: 0;
	}
	.sidebar {
		min-height: inherit;
	}
}

/*SM*/
@media (min-width: 768px) and (max-width: 992px) {
	header {
		background-image: url('../images/headerbg-sm.jpg');
	}
	footer {
		background-image: url('../images/footerbg-sm.jpg');
	}
	.copyright {
		margin-top: 25px;
	}
	.facebook {
		border-right: 2px solid #6DA094;
	}
	.menu-top {
		height: 100px;
	}
}
/*XS-SM*/
@media (max-width: 992px) {
	.footer-menu ul li {
		text-align: center;
	}
	.contact-footer {
		border: 0;
		border-bottom: 2px solid #6DA094;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

}
/*MD-LG*/
@media (min-width: 992px) {
	.tarife-tabel-2 {
		margin-top: 125px;
	}
}