/* MAIN Bootstrap Amends */

body {
	background-color: #fff;
    font-family:'Open Sans','Arial',sans-serif;
	font-size: 14px;
	line-height: 24px;
	position: relative;
    color:#333;
     webkit-tap-highlight-color: #CAEBEF;
}

.left{
    float:left;
}

.right{
    float:right;
}

.clear{
    clear:both;
}

.margin-top-10{margin-top:10px;}
.margin-top-20{margin-top:20px;}
.margin-top-30{margin-top:30px;}
.margin-top-40{margin-top:40px;}
.margin-top-50{margin-top:50px;}

.margin-right-10{margin-right:10px;}
.margin-right-20{margin-right:20px;}
.margin-right-30{margin-right:30px;}
.margin-right-40{margin-right:40px;}
.margin-right-50{margin-right:50px;}

.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-20{margin-bottom:20px;}
.margin-bottom-30{margin-bottom:30px;}
.margin-bottom-40{margin-bottom:40px;}
.margin-bottom-50{margin-bottom:50px;}

.margin-left-10{margin-left:10px;}
.margin-left-20{margin-left:20px;}
.margin-left-30{margin-left:30px;}
.margin-left-40{margin-left:40px;}
.margin-left-50{margin-left:50px;}

.btn-default{
    border-radius:0px;
    background-color: #f6f6f6;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active{
    color:#fff !important;
    background:#94cc69 !important;
    border-color:#85c256;
    box-shadow:none;
}
/*********** TYPO ***********/

a {
    color: #333;
    }

a:hover {
	color: #333;
	text-decoration: underline;
}

a:focus, a:active {
    	color: #333;
	text-decoration: none;
}

.h1, h1{
    font-size:28px;
    font-weight: 200;
}
.h3, h3{
    font-size:22px;
}
::-moz-selection {
    text-shadow: none;
    background: #CAEBEF;
}

::selection {
    text-shadow: none;
    background: #CAEBEF;
}

hr{
    border-top:1px solid #dadada;
}

.failed{
    width:100%;
    background-color:#ff4500;
    color:#fff;
    text-align: center;
    padding:8px;
    margin-top:10px;
    margin-bottom:10px;
}

.success{
    width:100%;
    background-color:#75b43d;
    color:#fff;
    text-align: center;
    padding:8px;
    margin-top:10px;
    margin-bottom:10px;
    
}

/* AMENDS */
.carousel-caption{
    top:110px;
}
.carousel-caption h3{
    font-size:64px;
    font-weight:600;
}
.no-gutter > [class*=col-]{
    padding-right:0px;
    padding-left: 0px;
}
.portfolio-box{
    display: block;
    position: relative;
    margin:0 auto;
    max-width: 650px;
}
.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(135,174,18,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}
@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.contact-form .form-control{
    border-radius:0px;
    border:0px;
    background:#eaeaea;
    margin-bottom:10px;
    
}
.contact_button, .goto_button{
    border-radius:100px;
    padding:10px 30px;
    background:#6baa17;
}
a.contact_button, a.goto_button{
    text-decoration: none !important;
}
a.contact_button:hover, a.goto_button:hover{
    background:#79ba23;
}


#about, #services {
    margin-top: -100px;
    padding-top: 100px;
    height: 1px;
    visibility: hidden;
    display: block;
}
#contact {
    background:#fff;
    padding-top:20px;
    padding-bottom:75px;
}
.affix{
    top:0;
    width:100%;
    z-index:9999;
    
}
a.view_all_port{
       border-radius:100px;
    padding:10px 30px;
    background:#6baa17;
    text-decoration: none;
    color:#fff;
    margin-top:20px;
}
a.view_all_port:hover{
    background:#79ba23;
}
/*========== PAGING STYLE ==========*/

#pages{clear:both;margin-top:10px;float:left;margin-bottom:30px;}
#pages ul{margin:0;padding:0;}
#pages li{float:right;list-style:none;}
#pages ul a{font-size:16px;color:#696666;text-decoration:none;padding:13px 18px;line-height:50px;border-right:1px solid #E8E7E7;background:#fff;border-bottom:1px solid #E8E7E7;border-top:1px solid #E8E7E7;}
#pages ul a:hover{background:#F5F5F5;}
#pages .on{background:#F5F5F5;}
#pages2{float:left;padding:10px;color:#4f4a4a;clear:both;font-weight:bold}
#pages2 a{color:#4f4a4a;text-decoration:none}
#pages2 .on{text-decoration:underline}

/*========== PAGING STYLE END ==========*/


/*********** HEADERS ***********/

header{
    padding:15px 0px;
}

ul.languages {
    margin-right: 15px;
}

ul.languages li{
    float:right;
    list-style: none;
    margin-left:10px;
}
ul.languages .active{
    text-decoration: underline;
}

ul.languages li a{
        text-transform: uppercase;
        font-size:14px;
}

ul.languages li a.on{
    text-decoration: underline;
}

/*********** MAIN MENU ***********/

.navbar{
    margin-bottom:0px;
    border:0px;
}

.navbar-brand{
    padding:0px 15px;
}

.navbar-default{
    border-color:#fff;
    background-color: #fff; /* BG KRASA */
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

.navbar-default .navbar-nav>li>a{
    font-size:16px;
    text-transform: uppercase;
    color:#333; /* BURTU KRASA */
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover{
    color:#72c02c;
}

.dropdown-menu>li>a{
    padding:10px 20px;
    border-bottom:1px solid #eee;
}

/* Lai desktop submenu on hover, nevis click */
@media (min-width: 770px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu { 
        display: block; 
    }
    .navbar-right .dropdown-menu{
        right:auto;
    }
} 

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color:transparent;
    color:#72c02c;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*********** CONTENT ***********/

/******* home *******/

.page-header{
    margin:40px 0 10px;
}

.home-content {
    padding-bottom:50px;
    padding-top:20px;
    border-bottom:1px solid #ddd;
}

.home-content .page-header{
    border:0px;
} 

.news-item{
    min-height:410px;
}

.back{
    font-size:14px;
    cursor:pointer;
}

.submenu1{
    text-align:left;
    font-weight:600;
    white-space:normal;
    text-transform:uppercase;
}
.submenu2{
    white-space:normal;
    text-align:left;
    padding-left:30px;
    font-weight:600;  
}
.submenu3{
    white-space:normal;
    text-align:left;
    padding-left:50px;
}
.submenu4 {
    white-space:normal;
    text-align:left;
    padding-left:80px;
}

/********** products **********/

.filters{
    margin-bottom:30px;
}
#filters{
    margin-bottom:15px;
}
.filters .form-control.pricef{
    width:100px;
}
.filters .form-control{
    border:1px solid #E0E0E0;
    border-radius: 5px;
    width: auto;
    display:inline-block;
    margin-right:10px;
    margin-top:5px;
        
}
.filters .price{
    width:85px;
}

.filters .keyword{
    width:265px;
}
.showfilters{
    width:100%;
    text-align:center;
    display: block;
    margin-top:10px;
}
.showfilters a{
    border:1px solid #ddd;
    padding:5px;
    margin-bottom:10px;
    display: inline-block;
    border-radius:4px;
}
.showfilters a:hover, .showfilters a:active, .showfilters a:focus{text-decoration:none;border:1px solid #c2c2c2;color:#333;}

.colsproducts figcaption{
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
}

.colsproducts figcaption span{
    font-weight: 400;
}

.product-thumb{
    display: block;
    float: left;
    width:33.3%;
}
.product-thumb a{
    display: block;
    padding-bottom: 100%;
}

.thumbnail{
border:0px;
}

figure {
    text-align: center;
}
figure.mheight{
    min-height:280px;
}
figure.mheightcms{
    min-height:310px;
}

figure .img-responsive{
    display: inline-block;
    max-height:215px;
 
}

.img-responsive{
       border-radius:4px;
}

.price.new, .pricep.new{
    color:red;
}

.price.old{
    text-decoration:line-through;
}
.price{
    font-size:16px;
}
.pricep{
    font-size: 26px;
    font-weight: 200;
}
.pricep.old{
    text-decoration:line-through;
    color:grey;
    font-size: 18px;
}
.price-wrap{
    display:block;
    margin-bottom:15px;
}
figcaption .title{
    display: block;
}

.cms-title i{
    font-size:26px;
}

.nav-tabs{
    border:0px;
}

.nav-tabs>li>a{
    border-radius:0;
    border:1px solid #ddd;
    background-color:#f6f6f6;
    margin-right:5px;
}

.nav-tabs>li>a:focus, .nav-tabs>li>a:hover{
    background-color:#94cc69;
    color:#fff;
     border:1px solid #94cc69;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color:#94cc69;
    color:#fff;
    border:1px solid #94cc69;
}

.options-field{
    width:120px;
}
.outofstock{
    color:red;
    font-weight: 600;
}
/******* SIDEBAR *******/

.btn-group, .btn-group-vertical{
    display: block;
}

.btn-group-vertical .sublevel{
    background-color:#f7f6f6; /* SIDEBAR APAKSIZVELNES FONA KRASA */
}

.btn-default.on{
    font-weight:600; /* SIDEBAR IZCELTA IZVELNE */
}

.leftsidebar .page-header, .leftsidebar h1{
    margin-top:0px;
}

/*********** FOOTERS ***********/

footer{
    background-color: #3e3e3f; /* FOOTERA KRASA */
    color:#eaeaea;
}

footer .bottom-line{
    background-color: #323232;
    padding-top:10px;
    padding-bottom: 10px;
    margin-top:35px;
}

footer img{
    margin-bottom:15px;
}

footer p{
    font-size:13px;
}

footer a i{ /* SOC.IKONU STILS */
    font-size:36px !important;
    margin-right: 15px;
}

footer a i:hover{
    color:#fff;
}

footer a{
    text-decoration: underline;
    color:#eaeaea;
}

footer a:link, footer a:visited{
    text-decoration: underline;
    color:#d0cccc;
} 

footer a:focus, footer a:hover, footer a:active {
    text-decoration: none;
    color:#d0cccc;
}


/* CMS */

.table-head{
    font-weight: 600;
    background:#e5e3e3;
    margin-bottom:15px;
}

.user-table i{
    font-size:24px;
    margin-right:10px;
}

.menu-table i{
    font-size:18px;
    margin-right:5px;
}

.cms-input {
    width:19%;
    display: inline-block;
    margin-bottom:10px;
}

.cms-price{
        display: inline-block;
    margin-bottom:10px;
    width:40%;
}

.cms-input-prod{
    margin-bottom:20px;
}

.add-language{
    cursor:pointer;
    display:inline-block;
    margin-right:15px;
    margin-left:15px;
    margin-bottom:15px;
}

.slider-block{
    border:1px solid #ddd;
    padding:10px;
    text-align:center;
    margin-bottom:10px;
}
/* Ja uz balta fona melni burti, tad aktivizet sho
*/
.carousel-caption{
    text-shadow:none;
}

.user-table .titles{
    font-size:22px;
    margin:10px 0px;
    display: block;
    font-weight: 600;
}

.column2{
    text-align: center;
}

.column2 .img-responsive{
    display:inline;
    margin-bottom: 15px;
}

.big-icon{
    font-size:72px !important;
}

.colorpicker-component{
    width:210px;
    margin-left:10px;
}

figcaption.gallery{
 min-height: 115px;   
}

figure .cover-bg{
padding-bottom:99%;
    margin-bottom:0px;
    border-radius:4px;
    display:block;
    position:relative;
}

.overtitle{
    z-index: 1000;
    bottom:0;
    color:#fff;
    position: absolute;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    width:100%;
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 50px;
}
.dates{
    width:100px;
}



/* CHECKBOX STYLE */

.ck-button label {
    float:left;
    
}

.ck-button label #cipars:before{
           content: "\f372";
      font-family: "Ionicons";
    margin-right:6px;
font-size: 20px;
}

.ck-button label #cipars {
    text-align:center;
    padding:5px;
    display:block;
    margin:3px;
    font-size:14px;
    font-weight:normal;
    border-radius:4px;
    cursor:pointer;
}
/*
.ck-button label #cipars:hover:before{       content: "\f373";
      font-family: "Ionicons";
    margin-right:6px;
    font-size: 20px;}
*/
.ck-button label input {
    position:absolute;
    top:-20px;
}

.ck-button input:checked + #cipars:before {
       content: "\f373";
      font-family: "Ionicons";
    margin-right:6px;
    font-size: 20px;
    
}

@media (max-width: 350px){
    figure.mheightcms{
        min-height:230px;
    }


}
@media (max-width: 500px){
    .carousel{
        display:none;
    }
    .overtitle{
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
    }
    .btn-warning{
        width:100%;
    }

}

@media (max-width: 767px){
    #filters .pricef{
        margin-bottom:10px;
    }
    #filters .transp{
        width:100%;
        margin-top:10px;
    }
    .cms-input{
        width:100%;
    }
    .nav-tabs>li{
        width:100%;
        margin-top:10px;
    } 
 .dropdown-submenu > .dropdown-menu{
        display: block;
     margin-left:15px;
    }
.dropdown-submenu>a:after{
    display: none;
}
    .goto_button{
font-size: 12px;
    padding:10px 8px;
   
}
}


/* To TOP Button BOTTOM */

.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #a6a6a6 url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 30px;
    bottom: 30px;
  }
}