/*
 * Start Bootstrap - Full (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 
 @font-face {
	font-family: 'bpg_dejavu_sans';
	src: url('../fonts/bpg_dejavu_sans.eot');
	src: local('☺'), url('../fonts/bpg_dejavu_sans.woff') format('woff'), url('../fonts/bpg_dejavu_sans.ttf') format('truetype'), url('../fonts/bpg_dejavu_sans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'dejavu-sans';
	src: url('../fonts/dejavu-sans.eot');
	src: local('☺'), url('../fonts/dejavu-sans.woff') format('woff'), url('../fonts/dejavu-sans.ttf') format('truetype'), url('../fonts/dejavu-sans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family:'bpg_dejavu_sans','dejavu-sans';
	background: none !important;/*  margin-top: 50px;  Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

html { 
  background:url(../images/bg.png) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header{
	height:112px;

	width:100%;
	background-image:url(../images/header.jpg);
    background-position: center top;
	background-repeat: no-repeat;
    background-size: 100% auto;
	}
	


.navbar-toggle {
	background-color: #e6e7e9 !important;
}
.navbar-toggle .icon-bar {
	background: #01b7c4 !important;
}
.navbar-collapse {
	padding: 0px !important;
}
.brand {
	display: block;
	height: 85px;
	padding: 15px;
}
.navbar-nav>li{
	margin-right:6px;}
.navbar-nav>li>a {
	min-width: 86px;
	text-align: center;
	padding:5px  !important;
	margin: 5px 0px !important;
	border: 1px solid #01b7c4;
	color: #ffffff !important;
	background:#00B7C3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nav>li>a:focus, .nav>li>a:hover {
	color: #527475 !important;
}
.navbar-nav {
	margin-top: 45px;
}
.seri {
	background: repeat-y url("../images/left_bg.png");
	padding: 0px;
}
.seri ul {
	width: 100%;
	display: block;
	margin: 0px;
}
.seri li {
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
	padding: 7px 10px;
	list-style: none;
	font-size: 200%;
	width: 100%;
	display: inline-block;
}
/*.seri li:hover {
	cursor: pointer;
	background: repeat-y url("../images/seri_hover_bg.png");
}*/
.seri li::first-letter {
	color: #01b7c4;
}
.seri_didi {
	background: url("../images/seri_bg.png");
	padding: 10px;
}
.pad10 {
	padding-right: 10px;
	padding-bottom: 10px;
}
.about {
	width: 100%;
	max-width: 760px;
	display: block;
}
img[usemap] {
	border: none;
	height: auto;
	width: 100%;
	max-width: 760px;
}
map {
	display: block;
	width: 100%;
	max-width: 760px;
}
.loader {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -18px;
	z-index: 999;
}
#texti {
	z-index: 999;
	position: absolute;
	padding: 10px;
	background: rgba(255,255,255,0.7);
	overflow-y: auto;
	width: 400px;
	height: 230px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.pos1 {
	top: 160px;
	left: 130px;
}
.pos2 {
	top: 160px;
	left: 300px;
}
.pos3 {
	top: 180px;
	left: 300px;
}
.pos4 {
	top: 180px;
	left: 130px
}
#hidens {
	display: none;
}
.read_more {
	padding: 3px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-decoration: none;
}
.read_more:hover {
	padding: 3px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-decoration: none;
}
.all_content {
	margin-top: 10px;
}
.title-header {
	font-size: 18px;
	margin:0;
}
.title-header a{
	padding-top:5px;
	padding-left:30px;
	display:block;
	height:30px !important;
	background:url(../images/titles.png) no-repeat left center;
	color:#666666;
}

.caption-full{
	color:#066666;
	}

.caption-full h3{
	
	margin:0 0 10px 0;}

a {
	color: #01b7c4
}
.slogan {
	display: block;
	position: relative;
	max-height:112px;
	height:auto;
	display: table;
	padding-left: 20px;
	
}
.slogan > .text {
	padding-top:20px;
	display: table-cell;
	vertical-align: middle;
}

.search{
	position:relative;
	top: 70px;
	}
.search_feild{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}

.btn-main {
    color: #fff;
    background-color: #00B7C3;
    border-color: #00B7C3;
	padding: 3px 6px;
}

.heights25{
	height:25px !important; }

.languages{
	position:relative;
	float:right;
	right:10px;
	top:78px;
	
}



.languages a{
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
	padding:2px 3px ;
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}
.languages a:hover{
	background:#00B7C3;
	}
	
	
	
	@media (max-width: 992px) {
		.slogan > .text {
			padding:0 !important;}
.languages{
		display:block;
	z-index:999;
	position:relative;
	right: auto !important;
	top: auto !important;
	
}
.languages a{
	display:block;
	text-shadow:none !important;
	color:#333333 !important;
	}
.search{
	top:15px;
	}
	
}
	
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	border: 1px solid #01b7c4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
	position: absolute;
	background-color: #e6e7e9;
	min-width: 300px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
	padding:5px 5px 0 5px;
	z-index: 1;
}
.dropdown-content li {
	padding:0;
	list-style: none;
	margin-bottom: 5px;
}
.dropdown-content li a {
	color: #333333;
	display: block;
	text-decoration: none;
}
.dropdown-content li a:hover {
	color: #01b7c4;
	;
	text-decoration: none;
}
.dropdown:hover .dropdown-content {
	display: block;
	margin-top:-5px;
	margin-left: 15px;
}




.footer{
	margin-top:30px;
	min-height:50px;
	height:100%;
	padding-bottom:10px;
	
	}
	
	
	.copyright{
		margin:10px;
		 height:100%;
	bottom:0;
	font-size:11px;}
	
	
.footer_menu{
	
	}
.footer_menu li{
	margin:0;
	padding:0;
	list-style:none;}
	
	.navbar-collapse.in{
		overflow: visible !important;}