/* thumbnail loader */
.thumbnail-slider-wrapper {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width:590px;
    height: 500px;
    overflow: hidden;
    visibility: hidden;
}
.thumbnail-slides {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width:600px;
    height: 424px;
    overflow: hidden;
}
/* loader */
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#search_icon{
    background:url(../template/img/lupe.png)no-repeat;
    height:30px;
    width:30px;
	border:0;
}
/*------Parralllaxx------------------*/

.container_para {
     background-image:url(../template/img/parallax_background.jpg) !important;
     padding: 50px 0;
     background-size: 100%;
     background-position: 50% 50%;
 }

.back_slide{
    background:#fff;
    width:100% important;

}

.breadarr{
    height:45px;
    width:45px;
    background:url(../template/img/breadarr.png)no-repeat;
    border:none;
}
.breadarr_active{
    height:45px;
    width:45px;
    background:url(../template/img/breadarr_active.png)no-repeat;
    border:none;
}

.info_btn {
    background: url(../template/img/info_btn.png)no-repeat;
    height: 40px;
    width: 40px;
    border: none;
}
.druck_btn{
    background: url(../template/img/arrow_down.png)no-repeat;
    height: 45px;
    width: 45px;
    border: 0;

    margin-left: 10px;
}
.soc_m{
    float:left;
    margin: 10px;
}

.cat-area-heading h2 {
  color: #55f;
}
