@charset "UTF-8";
/* CSS Document */


.panno_cont{
	width: 100%;
	height: 100%;
}

button.navbar-toggle{
	border: 1px solid #9DD6D8;
}

span.icon-bar{
	background-color: #9DD6D8;
}

.cat_icon{
	width: 50px;
	margin: -5px 0 5px 5px;
	position: fixed;
	top: 64px;
	left: 22px;
	z-index: 1040;
}

.event_icon{
	width: 50px;
}

.cat_icon:hover{
	cursor: pointer;
}

.badges{
    width: 140px;  
    margin-top: 25px;
}

.side-bar{
	margin-top: 20px;
	border: solid 1px rgba(21, 226, 226, 0.3);
	border-radius: 5px;
}

img.img-fluid.event_data{
	margin: 5px;
}

.event_icon:hover{
	cursor: pointer;
}

.of-hidden{
    overflow: hidden;
}

.custom-btn {
    padding: 10px 10px;
    background: rgba(21, 226, 226, 0.3);
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    border: 1px #9DD6D8;
    border-radius: 3px;
    letter-spacing: 3px;
    font-size: 12px;
    margin-left: 15px;
    outline: 0 !important;
}

.custom-btn:hover{
	background: rgba(21, 226, 226, 0.8);
}

body, div, h1, h2, h3, span, p {
				font-family: Verdana,Arial,Helvetica,sans-serif;
			}
			/* fullscreen */
			html {
				height:100%;
			}
			body {
				height:100%;
				margin: 52px 0 0 0;

				/*overflow:hidden;  disable scrollbars */
				font-size: 10pt;
				-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
			}
			/* fix for scroll bars on webkit & >=Mac OS X Lion */ 
			::-webkit-scrollbar {
				background-color: rgba(0,0,0,0.5);
				width: 0.75em;
			}
			::-webkit-scrollbar-thumb {
    			background-color:  rgba(255,255,255,0.5);
			}

body, a{
	color: #C4F7FD;
			}
body{
   background-color:rgba(1, 56, 74, 0.9); 
}

a:hover{
	text-decoration: none;
	color:white;
     /*text-shadow: 0 0 1px #C4F7FD, 0 0 1px #C4F7FD, 0 0 1px #C4F7FD, 0 0 2px #C4F7FD;*/
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #9DD6D8;
}

nav.navbar.bg-brown {
/*background-color: rgba(1, 56, 74, 0);*/
    background-color:rgba(1, 56, 74, 0.9); 
	border-bottom: 2px solid #9DD6D8;
}

.active a{
	text-decoration: underline;
	color: #fff;
	/*text-shadow: 0 0 1px #C4F7FD, 0 0 1px #C4F7FD, 0 0 1px #C4F7FD, 0 0 2px #C4F7FD;*/
}

.navbar-brand img {
	margin-top: -10px;
	height: 40px;
}

h3.title{
	margin-top: 20px;
}

footer{
	margin-top: 30px;
}

.main-content{
	/*height:80%;*/
}
	
.bg-navcollapse{
	background-color: rgba(1, 56, 74, 0.9);
}

a.nav-link{
	margin-top: 15px;
	margin-right: 10px;
}

li.nav-item {
	text-align: right;
	margin: 10px;
	font-size: 130%;
}

.navbar-nav.navbar-right.form-inline{
	width: 180px;
}

#w0 > table > tbody > tr{
	background-color: rgba(1, 56, 74, 0.9);
}

#w0 > tbody > tr {
	background-color: rgba(1, 56, 74, 0.9);
}

input.form-control.search{
	width: 150px;
	margin-top: 8px;
}

span.fixed-top.side-cat{
	width:60px;
}


.features_items{
	overflow: hidden;
}

.recommend_items img{
	height: 150px;
}

.product-image-wrapper{
	overflow: hidden;
	margin-bottom:30px;
}

.single-products {
  position: relative;
}

.productinfo{
	color: #F5FDFD;
	text-shadow:  0 0 5px rgba(21, 256, 256, 0.3); 
	font-size: 16px;
	font-weight: 500;
}

.productinfo img{
	margin: 20px auto;
	border-radius: 5px;
	box-shadow: 0 0 1px #9DD6D8, 0 0 2px #9DD6D8, 0 0 6px #9DD6D8, 0 0 12px #9DD6D8, inset 0 0 1px #9DD6D8, inset 0 0 2px #9DD6D8, inset 0 0 6px #9DD6D8, inset 0 0 12px #9DD6D8;
}
.productinfo img:hover{
	box-shadow:  0 0 20px rgba(21, 256, 256, 0.8);
}

.productinfo p{
	height: 44px;
	overflow: hidden;
}

#container{
	border-radius: 5px;
	box-shadow:  0 0 30px rgba(21, 256, 256, 0.6); 
	width:100%;
	height:100%;
	overflow:hidden;
}

.poster{
	margin: 10px;
}

.icons {
	width: 30px;
	margin: 0 0 5px 0;
	
}

.icons_afisha {
	height: 20px;
	margin: 0 5px 5px 0;

}

hr{
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(21, 256, 256, 0.75), rgba(0, 0, 0, 0));
}

h1, h2, h3{
	color: white;
	text-shadow: 0 0 1px #C4F7FD, 0 0 1px #C4F7FD, 0 0 1px #C4F7FD, 0 0 1px #C4F7FD;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #9DD6D8;
}
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1050; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
	margin: 0;
  background-color: rgba(1, 56, 74, 0.9);
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

h3.title.text-center{
    padding: 0;
}

/* The navigation menu links */
.sidenav a, h3 {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  /*font-size: 25px;*/
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
	
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

.iconsmall{
	height: 6px;
}



ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*body > div.container > div > div.col-12.col-md-4.side-bar > ul > li:nth-child(3) > ul > li:nth-child(1)*/
li.dcjq-parent-li {
	margin-top: 5px;
	margin-bottom: 10px;
}

ul.catalog li{
	margin-top: 5px;
	margin-bottom: 10px;
}

li.dcjq-parent-li > ul > li{
	margin-top: 5px;
	padding: 8px 8px 8px 32px;
}

.catalog ul{
	padding-left: 10px;
}
ul.pagination
{
	margin-left: 5%;
	border: solid 2px #9DD6D8;
}

ul.pagination li{
	padding: 5px;
	font-size: 110%;
	margin: 10px;
	border: solid 1px #9DD6D8;
	background-color: rgba(21, 256, 256, 0.3);
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Order page */

.form-control:focus {
	-webkit-box-shadow: 0 0 20px rgba(21, 256, 256, 0.6);
	box-shadow:  0 0 20px rgba(21, 256, 256, 0.6);
}

.order3d img{
	margin: 10px 0;
	border: solid 2px #9DD6D8;
	border-radius: 50%;
}

.order3d p{
	/*font-size: 70%;*/
}

@media (max-width: 768px) {
	.order3d p{
		font-size: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.order3d img {
		height: 100px;
	}

	form input.form-control.search{
		width: 200px;
		margin-left: 15px;
	}

	.cat_icon{
		top: 20px;
		left: 155px;
	}
}

@media (max-width: 992px){
	.navbar-nav.navbar-right.form-inline{
		width: 150px;
	}

	input.form-control.search{
		width: 120px;
	}
}

div.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top{
	background-color: rgba(10, 29, 36, 0.8);
}


/*CONTACT*/
.msg {
	padding-top: 50px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.text_area textarea,
input#order-name,
input#order-phone,
input#order-email,
input#order-city{
	width: 350px;
	border-radius: 3px;
	margin-bottom: 20px;
	border: solid 1px #9DD6D8;
	background:#DFDFDF;
	color: #696969;
}

li.fw-flash-message {
	color: red;
	font-size: 4rem;
}
.msg_title h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 20px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #9DD6D8;
}
.custom-btn {
	padding: 10px 10px;
	background: rgba(21, 226, 226, 0.3);
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px #9DD6D8;
	border-radius: 3px;
	letter-spacing: 5px;
	font-size: 14px;
	margin-left: 15px;
	outline: 0 !important;
}

.custom-btn:hover{
	background: rgba(21, 226, 226, 0.8);
}

button.btn.custom-btn{
	margin-left: 0;
}
.office {
	padding-top: 50px;
}
.office .title h5 {
	font-size: 18px;
	font-weight: 200;
	text-transform: uppercase;
	padding:0 0 20px 15px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #ffffff;
}
.office_location i span {
	padding-left: 15px;
	color: #9DD6D8;
	font-size: 14px;
}

.office_location i {
	padding-bottom: 15px;
}
.office_location {
	color: #9DD6D8;
}
.contact_area h3 {
	font-size: 26px;
	padding-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.contact_area p {
	font-size: 16px;
	color: #9DD6D8;
}

a span{
	height: 10px;
}

.tinyFont{
	font-size: 80%;
}
