.filter-category-wrapper {
    background-color: #222;
    box-shadow: 0px 0px 2px #555;
    text-align: center;
    height: 100%;
}

.filter-category-wrapper .filter_name {
	font-size: 18px;
	text-transform: uppercase;
}

.search-product-item {
	display: block;
	/*display: inline-block;*/
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px #999, inset 0px 0px 3px #000;
    margin: 10px 0px;
}

a:hover .search-product-item {
	color: #fff !important;
}

.btn-xs {
	padding: 2px 8px;
    margin-top: 10px;
}

.search-product-item .title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.search-product-item .title p {
    margin: 0.75em 0px !important;
}

.filter-container .col-sm-4 {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.filter-item {
	margin-bottom: 15px;
}

.product-page-file i {
	color: #252525;
}

.product-page-file a:hover {
	text-decoration: underline;
}

.product-page-file {
	padding: 7px 10px;
    display: inline-block;
    background-color: rgb(248, 114, 13);
}

label.checkbox-entry {
	padding: 3px;
}

.hidden {
	display: none;
}

.product-attributes-wrapper {
	background-color: #222;
	padding: 5px;
	text-align: center;
}

.product-attributes-wrapper .title {
	font-size: 24px;
}

.product-attributes-wrapper .attr {
	/*float: right;*/
	padding: 6px;
	vertical-align: text-bottom;
}


.nav-openTimes {
	font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.hp-news-box-wrapper {
	width: 60%;
    position: absolute;
    z-index: 999;
    top: 25%;
    left: 20%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px;
    box-shadow: 0px 0px 4px #000;
    text-align: center;
    text-shadow: 0px 0px 5px #222;
}

.hp-news-box-wrapper .news-item .title h2 {
	text-transform: uppercase;
}

.iframe-wrapper {
    width: 100% !important;
    position: relative !important;
    display: inline-block !important;
}

.iframe-wrapper:after {
    padding-top: 56.25% !important;
    /* 16:9 ratio */
    display: block !important;
    content: '' !important;
}

.iframe-wrapper iframe {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    /*left: 5% !important;*/
    right: 0 !important;
    /*width: 90% !important;*/
    width: 100% !important;
    height: 100% !important;
}

.same-h-25.blog .content, .same-h-50.blog .content {
	overflow-y: hidden !important;
}

.same-h-25.blog, .same-h-50.blog {
	background-color: #444 !important;
	color: #eee !important;
}

.same-h-25.blog .content em, .same-h-50.blog .content em {
	color: #aaa !important;
}

.same-h-25.blog .content a.btn-sm, .same-h-50.blog .content a.btn-sm {
	display: block;
	background-color: #000;
	color: #fff;
	border-color: transparent;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	padding: 10px 0px;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #1a1a1a;
	color: #fff;
	 padding-top:90px;
}

.btn:hover {
	cursor: pointer;
}

.address {
	display: none;
}

a {
	color: #eee;
}
a:hover {
	color: #2fbe00;
	text-decoration: none;
	cursor: pointer;
}

.line-through {
	text-decoration: line-through;
}

.table td, .table th {
	vertical-align: middle !important;
	border-top: 0px !important;
}

.table thead th {
	border-color: rgba(255, 255, 255, 0.25);
}

.table 

.navbar-toggler {
	transition: 0.3s;
}


h2.subtitle {
	font-size: 30px;
	margin: 30px 0;
	text-align: center;
}

.static-content {
	min-height: 30vh;
}

}

#map {
	padding-top: 75%;
}

.dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    margin-left: 20px;
    padding: 0;
}
.dropdown-menu .dropdown-item {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    padding: 0;
    height: 0;
}

.show .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    padding: initial;
    max-height: 300px;
    opacity: 1;
    margin-left: 0;
    padding: .5rem 0;
}
.show .dropdown-menu .dropdown-item {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    padding: 3px 1.5rem;
    height: auto;
}

.navbar {
	padding: 3px 10px;
	
}
.navbar .navbar-brand img {
	max-height: 70px;
	transition: 0.3s;
}
.navbar.sticked .navbar-brand img {
	max-height: 45px;
	transition: 0.3s;
}

.heading-title {
	text-align: center;
	padding: 150px 100px;
	background-size: cover;
	background-position: center;
	text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.4);
	margin-bottom: 75px;
}
.heading-title h1 {
	font-weight: bold;
}




.homepage-container {
	padding: 3px 0;
	margin-left: -3px;
	margin-right: -3px;
    width: 100%;
}

span.required {
	color: red;
}

.card.blog {
	height: 432px;
}

.category-header {
	background: #fff;
	margin-bottom: 2px;
}

ul.pagination {
	margin: 0;
    padding: 5px;
}

.same-h-25 {
	width: calc(25% - 6px);
	padding-top: calc(25% - 6px);
	position: relative;
	margin: 3px;
}
.same-h-25.inner {
	width: calc(20% - 6px);
	padding-top: calc(20% - 6px);
}
.same-h-50 {
	width:48vw;
	width: calc(50% - 6px);
	padding-top: calc(50% - 6px);
	
	position: relative;
	margin: 3px;
	background-size: 100%;
	
}
.same-h-502 {
	width: calc(50% - 6px);
	padding-top: 0;
	
	position: relative;
	margin: 3px;
	background-size: 100%;
	height:103vh;
	
}
.same-h-25 .text-muted, .same-h-50 .text-muted {
	font-size: 75%;
	color: #bbb;
}
.same-h-25 .content, .same-h-50 .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 25px;
	overflow-y: auto;
}
.same-h-25 .content table, .same-h-50 .content table {
	height: 100%;
	width: 100%;
}
.same-h-25 .content table td, .same-h-50 .content table td {
	text-align: center;
}
.same-h-25.blog {
	background-color: #fff;
	color: #444;
}
.same-h-25.prod, .same-h-50.prod {
	background-size: cover;
	background-position: center;
}
.same-h-50.prod.inner table {
	width: 75%;
	margin: 0 auto;
}
.same-h-50.gallery .content {
	padding: 0;
}
.same-h-25.prod.category h1, .same-h-50.prod.category h1 {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 30px;
    display: inline-block;
}
.same-h-25.prod a, .same-h-50.prod a {
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.same-h-25.prod a .btn, .same-h-50.prod a .btn {
	text-shadow: none;
}

footer {
	padding-top: 75px;
	padding-bottom: 75px;
	color: #999;
}

.pp_expand {
	display: none !important;
}

@media screen and (max-width: 1366px){
	.hp-news-box-wrapper {
		width: 75%;
		left: 12.5%;
		top: 15%;
	}
}
@media screen and (max-width: 1100px){
	.nav-openTimes{
		
		display: block;
		
	}
}
@media screen and (max-width: 991px){
	.hp-news-box-wrapper {
		position: initial;
		top: initial;
		left: initial;
		width: 100%;
	}
	.navbar-toggler {
		margin-top: 20px;
	}
	.navbar-toggleable-md .navbar-nav .dropdown-menu {
		position: absolute;
		float: left;
		display: none;
	}
	.navbar-toggleable-md .navbar-nav .show .dropdown-menu {
		display: block;
	}
	.same-h-25 .content, .same-h-50 .content {
		padding: 7px 12px;
	}
	.same-h-25 {
		width: calc(33.333% - 6px);
	}
	.same-h-25.inner {
		width: calc(50% - 6px);
		padding-top: calc(50% - 6px);
	}
	.navbar-collapse {
		padding-bottom: 20px;
	}
	.nav-openTimes{
		
		
		font-size:10px;
		
		
	}
	.navbar-brand{
		float:left;
		position:absolute;
		top:0;
		left: 0;
	}
	
}
@media screen and (max-width: 767px){
	.navbar-brand{
		float:right;
		position:relative;
		top:0;
		left: 0;
	}
	.navbar .container {
		width: 100%;
	}
	.navbar-toggler {
		margin-top: 4px;
	}
	.navbar .navbar-brand img, .navbar.sticked .navbar-brand img {
		max-height: 40px;
	}
	.heading-title {
		padding: 50px 15px;
		margin-bottom: 40px;
	}
	.heading-title h1.display-3 {
		font-size: 20px;
	}
	.same-h-25, .same-h-50, .same-h-25.inner {
		width: calc(100% - 6px);
		padding-top: calc(100% - 6px);
	}
	.same-h-50.prod.inner h1 {
		font-size: 24px;
	}
	.same-h-50.prod.inner p {
		font-size: 14px;
	}
	#map {
		margin-bottom: 50px;
	}
	.blog p.lead {
		font-size: 12px;
	}
	footer {
		padding-top: 20px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 350px) {
	.nav-openTimes {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	#navbarSupportedContent {
	    width: 60%;
	}
}

.contact-wrapper .contacts a {
	font-size: 25px;
	color: #f24f4f;
}

.contact-wrapper .contacts a:hover {
	text-decoration: underline;
}

.go-to-contact {
	position: absolute;
	top: 10;
	left: 10;
}




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
#myCarousel{
	padding-top:1vh;
}


@media only screen and (max-width: 1000px) {
  	#myCarousel{
		
}
	.carousel-caption p,.carousel-caption h1{
		
		font-size: 14px;
	}
	.carousel-caption{
				
		
		bottom: 8rem;
		
	}
}
#myImgCaro {
	
  height: 100vh;
  
  
 
   background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;

}
.mycar2,  .mycar2 .container{
	overflow:hidden;
	padding:0; margin:0;
	height:auto;
}

.mycar2 .carousel-item {
	/*overflow: hidden;
	padding:0; margin:0;*/
	
	height:auto;
	padding:0;

	
}
.mycar2 *{
overflow-x: hidden;
overflow-y: hidden;
	
	
}
#myImgOpa{
	background: rgba(38,38,38, 0.5);
}
.font-weight-bold{font-weight:700}