@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');

@font-face{font-family: 'WebFont';src: url('11967.ttf');}
#logo {text-align:center;}
#logo img {padding:20px;padding-top:0px;width:100px;}
.container {background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.4);border:0px groove #3498c6;border-top:none;width:100%;}
.navbar {margin:0;padding:0;width:100%;color:#000;}
.nav-item {font-family:WebFont;width:100%;color:#000;}
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col {margin:0px;padding:0px;}
.widget {margin:5px;border:2px groove #d4d9eb;border:1px #ddd solid;}
#footer {border-top:1px solid #ccc;background:#fff url(menu_footer_bg.jpg) top center no-repeat;color:#000;}
#top {border-bottom:1px solid #ccc;background:#fff url(menu_header_bg.jpg) bottom center no-repeat;color:#000;}

.imgfooter {width: 30px;height: auto;padding:25px;padding-right:0px;opacity:1;}
#about1 {text-align:left;font-family:WebFont;font-size:14px;padding:10px;font-weight:bold;}
#contacts {text-align:left;font-family:WebFont;font-size:14px;padding:10px;font-weight:normal;color:#666;}
#online {text-align:center;font-family:WebFont;font-size:14px;padding:10px;font-weight:bold;}
#time {text-align:center;font-family:WebFont;font-size:15px;background:#000;font-weight:normal;}
#time input,#time select {height:30px;border:1px solid #ddd;}

.nav-item {border-top:2px solid #f0f2f2;}
.nav-item:hover {border-top:2px solid #016fb8;background:#d7e1e1;}
.dropdown-item {font-size:13px;padding:10px;text-align:center;}
.dropdown-item:hover {font-weight:bold;}
.slider {border-bottom:1px solid #aaa;border-top:1px solid #aaa;}
li {list-style-type: none;}


.dropdown-menu {background:#d7e1e1;border:3px solid #fff;position:absolute;left:0px;top:65px;}




        #txt1
        {
	font-family:WebFont;
        font-size: 16px;
	font-weight:normal;
        width: 100%;
        height: 300px;
	background:#eee;
	border:1px solid #ddd;
	text-align:center;
	margin:0;
	padding:0;
        }

        #txt2
        {
	font-family:WebFont;
        font-size: 16px;
	font-weight:normal;
        width: 100%;
        height: 300px;
	background:#eee;
	border:1px solid #ddd;
	text-align:center;
        }


.dropdown-menu {min-width:350px;}
.navbar-toggler{border:none;}
.slidernext,.sliderprev {display1:none;}
input::placeholder { color: white; text-shadow: 1px 1px 2px black;}
textarea::placeholder { color: white; text-shadow: 1px 1px 2px black;}

.dropdown:hover .dropdown-menu {display: block;}

.dropdown-item {color:#007bff;font-weight:bold;}

#blink {
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}
@-webkit-keyframes blink {
  50% { color: rgb(34, 34, 34); }
  51% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink {
  50% { color: rgb(34, 34, 34); }
  51% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 0); }
}