body {
/*    padding-top: 54px;*/
	padding-top: 22%;
}

@media (min-width: 992px) {
    body {
        padding-top: 170px;
    }
}

/*
@media (min-width: 576px) {
	.logo_img {
		width: 50px !important;
	}
}
*/

.info {
	/*float:left;*/
	margin-left:-1.2em;
	margin-top: -1.1em;
	font-size:0.74em;
	font-weight:bolder;
	font-style:italic;
	color:#666666;
	
}

.a_logo_img {
		display:inline-block !important;
		color:#f1f8ff !important;
		width: 40%;
		height:auto;
		font-size: 1.3em;
		font-size: 4.4vw;
	}
.logo_img {
		width: 42%;
		height:auto;
		max-width:160px;
		min-width:50px;
	}

@media screen and (min-width: 560px) {
  .a_logo_img {
     font-size: 1.3em;
  }
  
  /*ves: 04.12.2017*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  /* min-width: 10rem; */
  min-width: 8rem;
  /* padding: 0.5rem 0; */ 
  padding: 0.5rem 0.5rem 0.5rem 0.9rem;*/
  margin: 0.125rem 0 0;
  /*margin: 0.125rem;*/
  font-size: 1rem;
  /* color: #212529; */
  color:#333333;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  line-height: 1.5;
    
}

/*ves: 04.12.2017*/
.dropdown-menu li {
	padding: 0.5rem;
	
}
.dropdown-menu li a {
	color:#275480;
	text-decoration:none;
}

.dropdown-menu li a:hover {
	color:#4b81b5;
	text-decoration:none;
	border-bottom: 1px dashed #4b81b5;
}

.no_border {
   border: none !important;
}
}

/*	
@media (max-width: 260px) {
	body {
		padding-top: 40px !important;
	}
	.logo_img {
		width: 20px !important;
	}
	.a_logo_img {
		display: inline !important;
		font-size:0.9em !important;
		width: 100px !important;
	}
}

@media (max-width: 320px) {
	body {
		padding-top: 60px !important;
	}
	.logo_img {
		width: 40px !important;
	}
	.a_logo_img {
		display: inline !important;
		font-size:0.9em !important;
		width: 100px !important;
	}
}

@media (max-width: 560px) {
	body {
		padding-top: 100px !important;
	}
	
	.logo_img {
		width: 80px;
	}
	
	.a_logo_img {
		display: inline !important;
		font-size:0.9em !important;
		width: 250px !important;
	}
}
*/

/* Paging */
  #paginator {
    font-size:0.8em;
    overflow:auto;
    padding:4px;
  }
	
  .pageselected {
    font-size:1.1em;
    font-weight:bold;
    color:#ddd;
    background-color:#555;
    border:1px solid #666 !important;
    padding:1px 3px 1px 2px !important;
    margin:0 2px 0 2px !important;
  }

  #paginator li, .pageselected {
    font-size:1.1em;
    line-height: 1.4em;
    border:1px solid #a6a6a6;
    padding:1px 6px 0px 5px !important;
    margin:0 7px 0 0!important;
    list-style-type:none !important;
    float:left;
    display:block;
  }
  
  a:hover.page {
    color:#444;
    background:#f0f0f0;
  }

/*news items*/

.news_item {
	margin: 1.25rem 0; 
	padding: 0.75rem 0.25rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	
}


/* flags for lang */

.f_RU {
	/* width: 36px;  */
	height: 24px;
	border: none;
	margin: 12px 5px 0px 0px; 
	background-image: url('/en/public/themes/osh/images/f_RU.png');
	/* background-position: center; */
	background-position: left;
	background-repeat: no-repeat;
}

.f_RU1 a {
	width: 36px; 
	height: 24px;
	border: none;
	/* margin: 10px 0px 0px 0px; */
	background-image: url('/en/public/themes/osh/images/f_RU.png');
	background-position: center;
	background-repeat: no-repeat;
}

.f_UK {
	/* width: 36px;  */
	height: 24px;
	border: none;
	margin: 12px 0px 0px 0px; 
	background-image: url('/en/public/themes/osh/images/f_UK.png');
	/* background-position: center; */
	background-position: left;
	background-repeat: no-repeat;
}

.f_KG {
	width: 36px;  
	height: 24px; 
	border: none;
	margin: 10px 0px 0px 0px; 
	background-image: url('/en/public/themes/osh/images/f_KG.png');
	background-position: center;
	
	background-repeat: no-repeat;
}

 