@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,900|Roboto:400,700,900&display=swap&subset=cyrillic');
* {
	font-family: 'Roboto', sans-serif;
}
.serif {
	font-family: 'Roboto Slab', serif;
}
.animated.standby {
	-webkit-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
	visibility: hidden;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.o-hidden {
 overflow:hidden;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
body, html {
	width: 100%;
	height:100%;
}
body {
	color:black;
	background:white;
	font-size:16px;
	font-weight:400;
}
.light {
	font-weight:300;
}
b, strong {
	font-weight:700;
}
.bolder {
	font-weight: 900;
}
p {
	line-height:24px;
}
.row {
 	margin:0;
}
img {
	max-width: 100%;
}
.objectfit {
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: center center;
}
hr {
	position:relative;
 	background:url(images/line.png) no-repeat bottom center;
	border: 0px;
	height: 1px;
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}
.contoverallhead hr {
 	background:url(images/line2.png) no-repeat bottom center;
}
.inlineblock {
	text-align:center;
	letter-spacing:0;
	word-spacing:0;
	font-size:0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Roboto Slab', serif;
	color:#C79E5E;
	font-weight:900;
}	
h1, .h1 {
	font-size:36px;
}
.bg-none {
	background:none;
	padding-bottom:0;
}
a {
 	color:#715F52;
 	text-decoration:none;
}
a:hover {
 	color:#C79E5E;
	text-decoration:none;
}
a.drug {
	color:#C79E5E;
 	text-decoration:none;
}
a.drug:hover {
 	color:#715F52;
	text-decoration:none;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
  background-color: #C79E5E !important;
  border-color: #ffffff !important;
  color:white;
	font-size: 14px;
	text-transform: uppercase;
	height:50px;
	line-height:38px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-o-border-radius:25px;
}
.btn-primary:hover {
  background-color: #000000 !important;
  border-color: #ffffff !important;
	color:white;
}
.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
  background-color: #000000 !important;
  border-color: #ffffff !important;
	font-size: 14px;
	text-transform: uppercase;
	color:white;
	height:50px;
	line-height:38px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-o-border-radius:25px;
}
.btn-secondary:hover {
  background-color: #C79E5E !important;
  border-color: #ffffff !important;
	color:white;
}
a.buton, a.buton:hover {
	display:inline-block;
 	width:auto;
	line-height:26px;
	text-align:left;
  	background:url(images/right.png) no-repeat left center;
	padding-left:40px;
 	color:#3e6ebc;
}
a.buton:hover {
  color:#3cb8f2;
}
.thumbnail {
	display:block;
	width:100%;
	height:100%;
	background:url(images/thumbnail.gif) no-repeat center center white;
}
.border {
	border: 1px solid #e2e2e2;
}
#page ul {
  padding-left:15px;
}
#page li {
  list-style-image: url(images/li.png);
	padding-left:10px;
	margin-bottom:10px;
}
.pointer {
  cursor:pointer;
}
a.pagesvideo, a.pagesvideo:hover {
	width:100%;
	max-width:100%;
	display:block;
	position:relative;
}
a.pagesvideo:after {
  position: absolute;
  top:0;
  left:0;
  content: '';
  display:block;
  width:100%;
  height:100%;
  background: url(images/playvideo.png) no-repeat center center;
}
.contoverallup {
	background:url(images/bulgaria.jpg) no-repeat right center;
	background-size: cover;
	display: block;
	width:100%;
 	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;	
}
.clogo {
	width:182px;
	height:182px;
}
.clogo2 {
	width:106px;
	height:106px;
}
.contoverallmenu {
	background:#333;
	display: block;
	width:100%;
 	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;	
}
.contoverallmenufixed {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	box-shadow: rgba(0,0,0,0.22) 0px 0px 5px 0;
}
.navbar-light .nav-item {
    color:white;
}
.navbar-light .nav-item.devider {
	line-height:40px;
	color:rgba(255,255,255,0.5);
}
.navbar-light .navbar-nav a.nav-link, .navbar-light .navbar-nav a.nav-link:active, .uplink {
    color:white;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	font-size:16px;
}
.navbar-light .navbar-nav a.nav-link:hover {
    color:#F5EBDA;
}
.navbar-light .navbar-toggler {
	width:40px;
	font-size: 22px;
}
.navbar-light .navbar-toggler-icon {
	width:16px;
	height:24px;
	background:url(images/menu.png) no-repeat center center;
	background-size: 100% auto;
}
.navbar-light .navbar-collapse.show a.nav-link {
	border-bottom:1px solid rgba(255,255,255,0.3);
}
@media only screen and (max-width:479px) {	
	.nav-tabs .nav-link {
		width:100%;
		padding-left:0;
		padding-right:0;
	}
}
.navbar-light .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}
.contoverallhead {
	background:#c69d5e;
}
.contoveralldown {
	background:rgba(245,235,218,0.5);
}
.contoverallbottom {
	background:#c7c4be;
	font-size:14px;
}
.contoverallunder {
	background: #333;
}
a.scrollTop, a.scrollTop:hover {
	width:44px;
	height:44px;
	display:block;
	position: fixed;
	bottom:0;
	right:20px;
	background: url(images/arrowup.png) no-repeat;
	opacity:0;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.progress {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url(images/loading.gif) no-repeat center center rgba(255,255,255,0.7);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
.w30 {
	width:30%;
}
.w50 {
	width:50%;
}
.w100 {
	width:100%;
}
@media only screen and (max-width:479px) {
	.w30, .w50 {
		width:100%;
 	}
}




.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #C79E5E;
  background-color: rgba(246,242,235,1);
  border: 1px solid #C79E5E;
}
.page-item.disabled .page-link {
  color: #C79E5E;
  pointer-events: none;
  cursor: auto;
  background-color: white;
  border-color: #C79E5E;
}
.page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color: #C79E5E;
  border-color: #C79E5E;
}
.page-link:focus, .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #C79E5E;
  border-color: #C79E5E;
}
.loading {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
  left:0;
  text-align:center;
  color:#888;
	background-color:rgba(255,255,255,0.7);
}
.loading div {
  width:100px;
  height:100px;
  display: block;
  overflow:hidden;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);	
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}
.form-control:focus, .custom-select:focus {
  border-color: #C79E5E !important;
  box-shadow: 0 0 5px #C79E5E !important;
}
.custom-control-label:before {
  box-shadow: 0 0 5px #C79E5E !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color:#C79E5E;
  box-shadow: 0 0 5px #C79E5E !important;
}
.custom-control-input:active~.custom-control-label::before {
  background-color:#C79E5E;
  box-shadow: 0 0 5px #C79E5E !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color:#C79E5E;
  box-shadow: 0 0 5px #C79E5E !important;
}
.custom-select {
	background:url(images/down.png) no-repeat right .75rem center white;
}
a.pagerlink, a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#C79E5E;
	color: white;
	display:inline-block;
	font-size:18px;
	width:40px;
	height:40px;
	line-height:38px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	margin:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px; 	
}
a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#d3be9c;
}
.form-group label.error {
	color:red;
  font-size: 14px;
  display: block;
  width:100%;
}
a.btnTerms {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #C79E5E;
	background: url(images/checkbox.png) no-repeat center center white;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.btnTermsChecked {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #C79E5E;
	background: url(images/checkbox.png) no-repeat center center #C79E5E;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.table .thead-light th {
	background-color:#e5e6eb;
}
.table td {
	background-color:white;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color:#f6f6f6;
}
a.updown, a.updown:hover {
	display:inline-block;
	height:18px;
	line-height:18px;
	vertical-align:middle;
	font-size:24px;
	overflow:hidden;
  margin-left:5px;
  margin-top:10px;
}
#btnDown {
	line-height:16px;
}