@font-face
{
    /*
	font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v4/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff');
	*/
}
body {
  font-family: "Roboto", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-family: "Roboto", "Myriad Pro",Georgia,Serif;
  position: relative;
}  


@keyframes wind{
  0% {
    background-position: 0 200px, 0 300px, 100px 250px;
  }
  100% {
    background-position: 1000px 200px, 1200px 300px, 1100px 250px;
  }

}

ul li {
  list-style: none;
}

a,a:visited {
  color: #767472;
  -webkit-transition: 0ms;
  -moz-transition: 0ms;
  -o-transition: 0ms;
  transition: 0ms;
  outline:none;
  text-decoration:none;
  outline-offset: 0;
}
a:hover,a:focus,a:active {
  color: #ff0000;
  outline: none;
  color: #ff0000;
  text-decoration:none;
  outline-offset: 0;
}

a.selected,a.selected:visited {
  color: #ff0000;
  -webkit-transition: 0ms;
  -moz-transition: 0ms;
  -o-transition: 0ms;
  transition: 0ms;
  outline:none;
  text-decoration:none;
  outline-offset: 0;
}
a.selected:hover,a.selected:focus,a.selected:active {
  color: #ff0000;
  outline: none;
  color: #ff0000;
  text-decoration:none;
  outline-offset: 0;
}


a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #FE980F;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp i{
  font-size: 30px;
}


/*************************
*******Header CSS******
**************************/
#header {
  background: url("./img/headerImage.png") no-repeat;
 	background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 1920 / 790;
  padding: 0 20px;
  position: relative;
  margin-bottom: 60px;
}

#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust opacity for the effect */
}

#header01 {

}

#header02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 50px;
  margin: auto;
}

#header03 {
  position: absolute;
  bottom: -50px;
  background-color: black;
  width: 80%;
  left: 10%;
  padding: 20px;
}

#header03 ul {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

#header03 a {
  color: white;
  font-weight: 200;
  font-size: 25px;
  text-transform: uppercase;
}

#header03 a:hover {
  color: #ff8208;
  background-color: unset;
}

.firstAdDiv {
  width: 50%;
}

.firstAdDiv img {
  width: 100%;
  height: auto;
}


.header_top .container {

  
}

.contactinfo ul li:first-child{
    margin-left: -15px;
}

.contactinfo ul li a{
  font-size: 12px;
  color: #F2F1ED;
  background:#06761A;
  
}

.contactinfo ul li a:focus{
  color: #F2F1ED;
  background:#06761A;
  
}


.contactinfo ul li a:hover{
	background:#06761A;
}


.social-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #F2F1ED;
  padding:0px;
}


.social-icons ul li{
	display:inline-block;
}

.social-icons ul li a i {
  padding: 11px 15px;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover{
  color: #fff;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}


.header-middle {
  /*
  background-image: url("http://www.warm.lv/css/shopheader.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 76% 100%;*/
  margin-bottom:15px;
}



.header-middle .container .row {
  
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height:103px;
  margin: 0px auto;
  
}

.header-middle .container .row .pull-bottom {
    display: inline-block;
    vertical-align: bottom;

}

.header-middle .container .row .col-sm-4{
  padding-left: 0;
  
}

.header-middle .container .row .col-sm-8 {
	padding-right:0; 
}

.header-middle .container .row .logo img {
  margin-top: 5px;
  margin:0px auto;
}

.btn-group.open .dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.header-bottom {
  padding-bottom: 5px;
  padding-top: 0px;
}

.navbar-collapse.collapse{
  padding-left: 0;
}

.mainmenu ul li{
  padding-right: 15px;
  padding-left: 15px;
}

.mainmenu ul li:first-child{
  padding-left: 0px;
}

.mainmenu ul li a {
	color: #696763;
	font-size: 17px;
	font-weight: 300;
	padding: 0;
	padding-bottom: 10px;
}

.mainmenu ul li a:hover, .mainmenu ul li a.active,  .shop-menu ul li a.active{
	background:none;
	color:#fdb45e;
}

.search_box input {
  background: #F0F0E9;
  border: medium none;
  color: #B2B2B2;

  font-size: 12px;
  font-weight: 300;
  height: 35px;
  outline: medium none;
  padding-left: 10px;
  width: 155px;
  background-image: url(../images/home/searchicon.png);
  background-repeat: no-repeat;
  background-position: 130px;
}


/*  Dropdown menu*/

.navbar-header 
.navbar-toggle .icon-bar {
    background-color: #fff;
}


.nav.navbar-nav > li:hover > ul.sub-menu{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

ul.sub-menu {
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
}

.dropdown ul.sub-menu li .active{
  color: #FDB45E;
  padding-left: 0;
}


.navbar-nav li ul.sub-menu li{
  padding: 10px 20px 0 ;
}

.navbar-nav li ul.sub-menu li:last-child{
  padding-bottom: 20px;
}

.navbar-nav li ul.sub-menu li a{
  color: #fff;
}

.navbar-nav li ul.sub-menu li a:hover{
    color: #FDB45E;
}

.navbar-nav > li.active {
    position: relative;
    z-index: 1;
    margin: -30px -20px; /* "Pop out" effect */
    padding: 30px 20px;
    background-color: orange;
    border-radius: 6px;
}

.navbar-nav > li.active > a {
    color: white !important;
    font-weight: bold;
    background: none; /* Remove Bootstrap default if any */
}

.fa-angle-down{
  padding-left: 5px; 
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
  
/*************************
*******Footer CSS******
**************************/

#footer {
  background: #F2F1ED;
}


.footer-top .container {
  border-bottom: 1px solid #E0E0DA;
  padding-bottom: 20px;
}

.companyinfo {
  margin-top: 57px;
}

.companyinfo h2 {
  color: #B4B1AB;
  font-size: 27px;
  text-transform: uppercase;
}

.companyinfo h2  span{
  color:#ff0000;
}

.companyinfo p {
  color: #B3B3AD;
  font-size: 12px;
  font-weight: 300;
}

.footer-top .col-sm-3{
  overflow: hidden;
}

.video-gallery {
  margin-top: 57px;
  position: inherit;
}

.video-gallery img {
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  border: 1px solid #CCCCC6;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}


.video-gallery p {
  color: #8C8C88;
  font-size: 12px;
  font-weight: 500;
  margin-bottom:0px;
}

.video-gallery p a.simplelink {
  color: #8C8C88;
}

.video-gallery p.price {
  font-size:10px;
}


.video-gallery  h2 {
  color: #8c8c88;
  font-size: 12px;
  font-weight: 300;
  text-transform:uppercase;
  margin-top:0px;
}


.address {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.address  img {
	width:100%;
}

.address p {
  color: #666663;
  font-size: 14px;
  font-weight: 300;
  left: 25px;
  position: absolute;
  top: 50px;
}
.footer-contacts p {
color:gray;
margin:3px;
}

.footer-contacts p .fa {
color:gray;
}
.footer-contacts p .fa:hover {
color:gray;
background
}

.footer-contacts a {
color: #8C8C88;
}

.footer-contacts a:hover {
	background:none;
	color:#ff0000;
}

.footer-contacts a:visited {
color: #8C8C88;
}

.footer-contacts ul {
margin-top:20px;
list-style:none;
padding:0px;
}
.footer-contacts ul li{
padding-bottom:5px;
display:inline;
}
.footer-contacts ul li img{
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

.footer-contacts ul li:hover img{
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.footer-widget {
  margin-bottom: 68px;
}

.footer-widget .container {
  border-top: 1px solid #FFFFFF;
  padding-top: 15px;
}

.single-widget h2 {
  color: #666663;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.single-widget h2 i{
	margin-right:15px;
}

.single-widget ul li a{
	color: #8C8C88;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 0;
}

.single-widget ul li a i {
  margin-right: 18px;
}

.single-widget ul li a:hover{
	background:none;
	color:#06761A;

}


.searchform input {
  border: 1px solid #DDDDDD;
  color: #CCCCC6;
  font-size: 14px;
  margin-top: 0;
  outline: medium none;
  padding: 7px;
  width: 212px;
}


.searchform button {
 
  border: medium none;
  border-radius: 0;
  margin-left: -5px;
  margin-top: -3px;
  padding: 7px 17px;
}

.searchform button i {
  color: #FFFFFF;
  font-size: 20px;
}

.searchform  button:hover, 
.searchform  button:focus{

}

.searchform p {
  color: #8C8C88;
  
  font-size: 14px;
  font-weight: 300;
  margin-top: 25px;
}

.footer-bottom {
  background: #4d4d4d;
  padding-top: 10px;

  
}

.footer-bottom p {
  color: #F2F1ED;
  font-weight: 300;
  margin-left: 15px;
}



.footer-bottom p.devp{
  margin-right: 10px;
} 

.footer-bottom p span a {
  color: #F2F1ED;
  font-weight:bold;
  text-decoration: none;
}
.footer-bottom p span a:visited {
  color: #F2F1ED;
}
.footer-bottom p span a:hover {
      color : #FFFFFF;
}



.mainPageTitleBlock{
  width:100%;
  color:#ff8208;
  padding: 0px;
  margin: 0px;
  text-align:left;
  border: 0px solid red;
  clear:both;
  margin-bottom:2px;
}

.mainPageTitleBlock h1{
  padding:0px;
  padding-top:10px;
  padding-bottom:10px;
  margin:0px;
font-size: 138.462%;
  font-weight:bold;
  color:#ff0000;
   text-transform: uppercase;
}

/******************************************************************************/
/*Buttons start*/
.buttons a, .buttons button{
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    display:block;
    margin:0 0px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:14px;
    line-height:130%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px;}

.buttons button{
    overflow:visible;
    padding:4px 10px 3px 7px;}

.buttons button[type]{
    padding:5px 10px 5px 7px;
    line-height:17px;}
    
*:first-child+html button[type]{
    padding:4px 10px 3px 7px;}
    
.buttons button img, .buttons a img{
    margin:0;
    margin-left:5px;
    margin-right:5px;
    padding:0;
    border:none;
    width:18px;
    height:18px;
    vertical-align:middle;}

/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#fcdbbb;
    border:1px solid #c2e1ef;
    color:#336699;
    text-decoration:none;
	
	
	}
    
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;}

/* POSITIVE */
button.positive, .buttons a.positive{
    color:#FFFFFF;
    background-color:#ff8208;
    border:1px solid #D0CECB;}
    
.buttons a.positive:hover, button.positive:hover{
    background-color: #ff8208;
    border:1px solid #ff8208;
    color:#FFFFF;
    box-shadow: 2px 2px 5px #ff8208;
    text-decoration:none;}

.buttons a.positive:active{
    background-color:#ff8208;
    border:1px solid #ff8208;
    color:#FFFFF;
    box-shadow: 2px 2px 5px #ff8208;
    text-decoration:none;}
    
#buttons a.positive:hover {
    background-color:#ff8208;
    border:1px solid #ff8208;
    color:#FFFFFF;
    box-shadow: 2px 2px 5px #ff8208;
    text-decoration:none;}

/* NEGATIVE */
.buttons a.negative, button.negative{
    color:gray;
    
  }
    
.buttons a.negative:hover, button.negative:hover{
    background:#ffcccc;
    border:1px solid #ddd;
    color:gray;}
    
.buttons a.negative:active{
    background-color:#ffcccc;
    border:1px solid #ddd;
    color:gray;}

/* REGULAR */
button.regular, .buttons a.regular{
    color:#910782;
    background-color:#ffccff;
    border:1px solid #C6D880;}
    
.buttons a.regular:hover, button.regular:hover{
    background-color:#ffccff;
    border:1px solid #c2e1ef;
    color:#910782;}
    
.buttons a.regular:active{
    background-color:#ffccff;
    border:1px solid #c2e1ef;}

.orderBtn {
  clear:both;
  float:left;
  margin-bottom:35px;
 }    
/*Buttons end*/
/******************************************************************************/
/*************************
******* ArticlePage CSS ********
**************************/
.article-info .heading, 
.article-form .heading {
  text-transform: capitalize;
}

.article-form img {
  border:1px solid;
  border-color:#dde1df;
  /*box-shadow: 3px 3px 4px #BDB9BD;*/
}

.article-page {
min-height:600px;
margin-bottom:20px;
/*padding-right:15px;*/
}

.article-page .TitleBlock{
 width: 100%;
background: #ff0000;
color: #FFFFFF;
padding: 0px;
margin: 0px;
    margin-bottom: 0px;
text-align: left;
border: 1px solid #ff0000;
clear: both;
margin-bottom: 2px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.article-page .TitleBlock a,.article-page .TitleBlock a:visited{
 color:#FFFFFF;
}

.article-page .TitleBlock a:focus,.article-page .TitleBlock a:hover,.article-page .TitleBlock a:active{
 color:#FFFFFF;
}

.article-page .TitleBlock2 a,.article-page .TitleBlock2 a:visited{
 color:#FFFFFF;
}

.article-page .TitleBlock2 a:focus,.article-page .TitleBlock2 a:hover,.article-page .TitleBlock2 a:active{
 color:#FFFFFF;
}

.article-page .TitleBlock h1 {
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 10px;
	padding-left: 15px;
	margin: 0px;
}

.article-page .TitleBlock2{
 width: 100%;
background: #ff8208;
color: #FFFFFF;
padding: 0px;
margin: 0px;
    margin-bottom: 0px;
text-align: left;
border: 1px solid #ff8208;
clear: both;
margin-bottom: 2px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.article-page .TitleBlock2 h1 {
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 10px;
	padding-left: 15px;
	margin: 0px;
}

.article-page a{
 color:#696763;
 text-decoration:none;
}

.article-page a:hover{
  text-decoration:none;
  color:#ff0000;
}

.article-page a:visitde{
  text-decoration:none;
}

.article-page a.relatedLinks{
 color:#ff0000;
 text-decoration:none;
}

.article-page a.relatedLinks:hover{
  color:#ff0000;
  text-decoration:underline;
}

.article-page a.relatedLinks:visited{
  text-decoration:none;
}

.article-page h2 {
  text-transform: uppercase;
position: relative;
color: #5e5e5e;
font-size: 14px;
font-weight: bold;
width: auto;
padding: 0px;}


.article-page h2.blocktitle {
 text-transform: none;}
 
.article-page h2.articletitle {
 color: #910782;
 font-size: 18px;}

 
.article-page h1 {
	/*text-transform: uppercase;*/
	margin: 0px 0px 17px;
	position: relative;
	width: auto;
	font-size: 14px;
	padding: 0px;
	}


.article-page h1.title {
  color: #5e5e5e;
font-size: 138.462%;
font-weight: bold;
text-transform: uppercase;
margin-top: 0px;}

.article-page ul.additionalLinks {
  list-style-type: none;
  border:0px solid red;
  padding:0;
  margin:0;
  padding-top:0px;
  padding-bottom:15px;
  padding-left:0px;
}

.article-page ul.additionalLinks li{
  padding-bottom:5px;
}

.article-page ul.additionalLinks li a{
  margin-bottom: 0px;
  color: #ff8208;
  font-size: 14px;
  line-height: 25px;
}

.article-page ul.additionalLinks li a:hover{
  text-decoration:underline;
  color:#ff0000;
}

.article-page ul.additionalLinks li a:visited{
  text-decoration:none;
}

.article-form ul {
border:0px solid red;
}

.article-form ul li {
    list-style-type: circle;
}



 

.article-page input[type="text"], .article-page input[type="password"], .article-page textarea, .article-page select {
    width: 400px;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #C0C0C0 #A0C73F #A0C73F #C0C0C0;
    background: none repeat scroll 0% 0% #FFF;
    padding: 8px 5px;
    font: 14px Arial,Tahoma,Helvetica,sans-serif;
    box-shadow: 0px 0px 5px #C0C0C0;
    border-radius: 4px;
}

.article-form .form-group {
  margin-bottom: 20px;
}

#article-page 
.form-control::-moz-placeholder {
  color: #8D8D8D;
}

#article-page .form-control {
  background-color: #fff;
  border: 1px solid #ddd; 
  color: #696763;
  height: 46px;
  padding: 6px 12px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  box-shadow:inherit;
}

#article-page .error{
  border: 1px solid #ff6666; 
  
}

#article-page .alert-error {
    color: #FFFFFF;
    background-color: #ff6666;
    border-color: #D6E9C6;
}

#article-page #message {
  height:160px;
  resize:none;
}

#article-page .form-control:focus, 
#article-page .form-control:hover {
    border-color: gray gray gray gray;
    outline: none;
    -moz-box-shadow: 0 0 4px gray;
    -webkit-box-shadow: 0 0 4px gray;
    box-shadow: 0 0 4px gray;
}

#article-page .error:focus, 
#article-page .error:hover {
    border-color: #ff0000 #ff0000 #ff0000 #ff0000;
    outline: none;
    -moz-box-shadow: 0 0 10px #ff0000;
    -webkit-box-shadow: 0 0 10px #ff0000;
    box-shadow: 0 0 4px #ff0000;
}

#article-page .article-info {
  padding: 0 20px;
}


#article-page .article-info p {
  margin-bottom: 0;
  margin:0;
  padding:0;
  color: #696763;
  line-height: 25px;
}

#article-page .article-info p.aboutus {
text-align:justify;
padding-bottom:35px;
border:0px solid red;
line-height: normal;
font-size:12px;

}

.social-networks ul li a i{
  background: none;
}

.columns h4 {
  color: white;
  font-size: 15px;
}

.columns ul  {
  padding: 0px !important;
}

.columns ul li {
  margin-bottom: 10px;
}

.columns ul li a{
  color: white;
}

.social-networks ul li a:hover{
  color: #ff0000;
}

.article-image-wrapper{
	border:0px solid red;
	overflow: hidden;
	margin:0px;
  padding:8px;
  
}

.article-image-wrapper .single-products .productinfo h2.article-image-name {
padding-top:20px;
}

.article-image-wrapper .product_name {
margin-top:15px;
}


/**/

#main-contact-form .btn-primary {
  margin-bottom: 15px;
  margin-top: 20px;
}

img.i1 {
  margin: 0px auto;
padding: 0px;
text-decoration: none;
display: block;
border: 4px solid #FFF;
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
z-index: 990;
transition: all 0.2s ease 0s;
margin-right:10px;
margin-left:10px;
margin-bottom:10px;
width:210px;
}

img.i2 {
  margin: 0px auto;
padding: 0px;
text-decoration: none;
display: block;
border: 4px solid #FFF;
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
z-index: 990;
transition: all 0.2s ease 0s;
margin-right:10px;
margin-left:10px;
margin-bottom:10px;
width:100px;
}
/******************************************************************************/
#navbarright {
border:0px solid red;
}

#navbarright a:hover{
background-color: transparent;
}

#navbarright a:focus{
background-color: transparent;
}

#sc_header_link a:hover{
color: #ff8208;
}

#sc_header_link a:focus{
color: #ff8208;
}

.disableSelect {
outline:none;-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;

}


input[type="number"] { 
    border: 1px solid;
    border-color: #C0C0C0 #C0C0C0 #C0C0C0 #C0C0C0;
    background: #FFF;
    padding: 4px 5px;
    border-radius: 2px;
    cursor:pointer;
}

input[type=number]::-webkit-inner-spin-button { 
    cursor:pointer;
    display:block;
    color: #333;
    text-align:center;
    position:relative;
}
input[type="number"]:focus { 
    border-color: #C0C0C0 #C0C0C0 #C0C0C0 #C0C0C0;
    outline: none;
    -moz-box-shadow: 0 0 10px #ff8208;
    -webkit-box-shadow: 0 0 10px #ff8208;
    box-shadow: 0 0 10px #ff8208;
}

input[type="number"]:hover { 
    border-color: #C0C0C0 #C0C0C0 #C0C0C0 #C0C0C0;
    outline: none;
    -moz-box-shadow: 0 0 10px #ff8208;
    -webkit-box-shadow: 0 0 10px #ff8208;
    box-shadow: 0 0 10px #ff8208;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  cursor:pointer;
}

/* Photo gallery start */
#gallery {
 margin-bottom:20px;
}

.gallery-title  {
padding-top:10px;
padding: 0px;
padding-bottom:10px;
text-transform: uppercase;
margin: 0px 0px 17px;
position: relative;



text-align: center;
width: auto;

  color: #06761A;

 font-weight: 600;
 font-style: bold;
 font-size: 138.462%;


border-bottom:1px solid #E4E6E5;

}

.gallery-image-wrapper {
 	border:0px solid #E4E6E5;
	overflow: hidden;
	margin:0px;
  padding:8px;
}

.image_stack { /* css style for photo stack */
	position: relative;
  margin:0;
  margin:0px auto;
  padding:0;
  width:110px;
}

.image_stack h2{
	font-size: 13px;
	font-weight: bold;
  margin:0;
  margin-top:10px;
  padding:0;
  display:block;
  clear:both;
  margin:0;
  margin-top:10px;
  margin-bottom:10px;
  padding:0;
  text-align:center;
  
  
}

.image_stack h2 a {
	color: #40403E;
  cursor:pointer;
  text-decoration:none;
}

.image_stack h2 a:hover {
	color: #910782;
   cursor:pointer;
  text-decoration:underline;
}

.image_stack h2 a:visited {
	color: #40403E;
   cursor:pointer;
  text-decoration:none;
}

.image_stack h2 a:focus {
	color: #40403E;
   cursor:pointer;
  text-decoration:none;
}




.image_stack img { /* css style for photo stack */
	margin:0px auto;
  padding:0;
  width: 100px;
	height: 100px;
  cursor:pointer;
  text-decoration: none;
  display:block;
 	border: 4px solid #FFF;

	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	z-index: 990;
	/* Firefox */
	-moz-transition: all 0.2s ease;
	/* WebKit */
	-webkit-transition: all 0.2s ease;
	/* Opera */
	-o-transition: all 0.2s ease;
	/* Standard */
	transition: all 0.2s ease;
	
}
.image_stack #photo0 {  /* position of last photo in the stack */ 
	top: 0px;
	left: 0px;
  visibility: hidden;
  border:4px solid green;
}

.image_stack #photo1 {  /* position of last photo in the stack */ 
  position:absolute;
	top: 0px;
	left: 0px;
}
.image_stack #photo2 {/* position of middle photo in the stack */
  position:absolute;
	top: 0px;
	left: 5px;
}
.image_stack #photo3 {/* position of first photo at the top in the stack */
  position:absolute;
	top: 0px;
	left: 10px;
}
/* Photo gallery end */
.scrollToTop{
	width:73px; 
	height:100px;
	padding:10px; 
	text-align:center; 
	text-decoration: none;
	position:fixed;
  bottom:80px;
  right:50px;
	display:none;
  border:0px solid red;
  cursor:pointer;
	background: url('./img/arrow_up.png') no-repeat 0px 20px;
}
.scrollToTop:hover{
	text-decoration:none;
}

.cms-output-text h1, .cms-output-text h2, .cms-output-text h3 {
	color:#000000;
}

.cms-output-text img {
	margin-left:4px;
	margin-right:4px;
}

.cms-output-text {
	padding:4px;
}

.cms-output-text a,.cms-output-text a:visited {
  color: #ff8208;
  -webkit-transition: 0ms;
  -moz-transition: 0ms;
  -o-transition: 0ms;
  transition: 0ms;
  outline:none;
  text-decoration:none;
  outline-offset: 0;
}
.cms-output-text a:hover,.cms-output-text a:focus,.cms-output-text a:active {
  outline: none;
  color: #ff8208;
  text-decoration:underline;
  outline-offset: 0;
}



#prod_accordion a,#prod_accordion a:visited {
  color: #333;
}
#prod_accordion a:hover,#prod_accordion a:focus,#prod_accordion a:active {

  color: #ff0000;
}




.introToHome {
  display: flex;
  padding: 50px;
  gap: 20px;
}

.introToHome .textSection h1 {
  color: black;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

.introToHome .textSection p {
  font-weight: 16px;
  color: black;
}

.introToHome .imageSection img{
  object-fit: contain;
}


.backgroundBlack {
  padding: 15px 40px;
  background-color: white;
}

.backgroundBlack div {
  float: none !important;
}

.floatNone div{
  float: none !important;
}

.firstRow {
  display: flex;
}

.secondRow {
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
  padding: 15px;
}


.service-wrapper {
    position: relative;
    background: white;
    border: none !important;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 0 !important;
}

.service-wrapper:hover {
    box-shadow: none !important;
    transform: scale(1.05);
}

.service-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
    border: none !important;
    border-radius: 0 !important;
    object-fit: contain;
}

.service-name {
    font-weight: bold;
    font-size: 18px;
    color: black !important;
    padding: 10px 0;
    background: none !important;
}

.short-descr {
    opacity: 0;
    max-height: 0;
    transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
    padding: 0 10px;
    font-size: 14px;
}

.service-wrapper:hover .short-descr {
    opacity: 1;
    max-height: 200px;
}


.product-container {
  padding: 15px;
}


.product-wrapper {
    position: relative;
    background: white;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    border-radius: 0 !important;
    border: none !important;
}

.product-wrapper:hover {
    border: 2px solid rgba(255, 130, 8, 1) !important;
    transform: scale(1.05);
}

.sub-articles {
    max-height: 0;
    transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    overflow-y: hidden;
    overflow-x: hidden;
}

.product-wrapper:hover .sub-articles {
  max-height: 200px;
}

.sub-articles {
  border-top: none !important;
}

.sub-articles ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-articles li {
    padding: 5px 0;
}

.sub-articles li a:hover {
  color: rgba(255, 130, 8, 1);
  border-bottom: 2px solid rgba(255, 130, 8, 1);
}

.sub-articles a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    display: block;
}


.product-image {
  width: 100%;
  object-fit: contain;
}

.sub-articles {
  z-index: 2;
}

.thirdRow {
  text-align: center;
  background-color: white;
  padding-bottom: 50px;
}

.thirdRow h1 {
  font-weight: 600;
  font-size: 32px;
}

.thirdRowlineUnder {
  width: 70px;
  height: 2px;
  background-color: red;
  margin: auto;
}

.thirdRow .rowPartnerList {
  display: flex;
  list-style: none;
  gap: 10px;
}

.rowPartnerList, li {
  display: flex;
}

.rowPartnerList li img{
  object-fit: contain;
  min-height: 125px;
  width: 100%;
}

.footer-widget {
  background-color: rgba(24, 24, 24, 1);
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin: 0;
}

.footer-widget .footerPart1 {
  display: flex;
  flex-direction: column;
}

.footer-widget .footerPart1 p {
  color: white;
}

.footer-widget .footerPart1 ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.cat-content {
  color: black;
  font-size: 18px;
}

.cat-content p {
  color: black;
}

.cat-details h2:first-child{
  text-decoration: underline;
  font-size: 30px;
  font-weight: 600;
  color: black
}

.cat-content table:last-child {
  border-spacing: 30px;
  border-collapse: separate;
}

.cat-content table:last-child td {
  background-color: white;
  max-width: 380px;
  font-size: 23px;
  font-weight: 600;
  color: black;
}

#main-contact-form .form-group .form-control{
  border: none;
  border-bottom: 1px solid gray;
  width: 100%;
  border-radius: 0;
}

#main-contact-form {
  display: flex;
  flex-direction: column;
}

.displayMob {
  display: none;
}

.displayMob2 {
  display: none;
}

.displayDesktop {
  display: flex;
}

#main-contact-form #message {
  border: 1px solid gray;
}

.mobile-icons {
  display: none;
}

@media (max-width: 1000px) {
  .introToHome {
    flex-direction: column;
  }

  .introToHome .textSection {
    text-align: center;
  }

  .introToHome .imageSection img {
    width: 100%;
  }

  .floatNone div{
    float: none !important;
  }

  .header-middle {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 90px;
  }

  .navbar-header {
    display: flex;
  }

  .navbar-header button {
    height: 28px;
  }

  #menu {
    justify-content: space-between;
    width: unset;
    flex-direction: column;
  }

  #menu .collapse .nav {
    display: none !important;
  }

  #menu .navbar-collapse.collapse {
    width: unset;
  }

  #header02 {
    padding: 0;
  }

  #authform {
    aspect-ratio: unset;
    min-width: unset;
    margin: 20px auto;
  }

  .w-100 {
    width: 100%;
  }

  #header03 {
    position: unset;
    width: 100%;
  }

  #header03 .collapse .nav {
    display: flex !important;
    margin: auto;
    width: unset;
  }

  #header03 .collapse .nav li a {
    font-size: 15px;
  }

  #header03 .collapse .nav li {
    margin: auto;
  }

  .firstRow {
    flex-direction: column;
  }
  .secondRow {
    flex-direction: column;
  }

  .mobHeader {
    flex-direction: row;
    justify-content: center;
  }

  .mob122 {
    flex-direction: row;
    align-items: center;
  }
  #shopsearchform {
    width: unset !important;
    margin: unset !important;
  }
  /* .displayMob {
    display: flex !important;
  } */
  .displayDesktop {
    display: none !important;
  }

  .displayDesktop2 {
    display: none !important;
  }

  .rowdd {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
  }
  
  #header {
    background-size: cover;
    background-position-x: center;
  }

  .w-mob-100 {
    width: 100%;
  }

  #authform {
    min-height: unset;
    min-width: unset;
    /* display: none; */
  }

  .displayMob2 {
    display: block;
  }

  .logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  /* Show mobile icons on small screens */
  .mobile-icons {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
  }
  
  /* Styling for each icon */
  .mobile-icons .icon {
    font-size: 1.8rem; /* Adjust as needed */
    color: #d6d6d6;
    text-decoration: none;
    transition: color 0.3s ease;
    text-align: left;
  }
  
  .mobile-icons .icon:hover {
    color: #555;
  }
  
  /* Adjust logo container for mobile layout */
  .logo-container {
    flex-grow: 1;
    text-align: center;
  }

  .nnn {
    display: flex;
    padding: 10px;
  }

  .nnn, div {
    flex: 1;
  }

  .sc_header_link {
    padding-right: 0px !important;
  }

  #fs_input{
    width: 150px !important;
    padding: 5px 10px;
    border: 1px solid #ccc;
    opacity: 1;
    visibility: visible !important;
  }

  #header02 {
    display: none !important;
  }

  #header {
    background: black !important;
  }

  .navbar-nav > li.active {
    position: relative;
    z-index: 1;
    margin: -10px -20px; /* "Pop out" effect */
    padding: 10px 20px;
    background-color: orange;
    border-radius: 6px;
  }
}