/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.5
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.scrollToPageTop {
    cursor: pointer;
}

.hilite {
    border: 2px red solid;
    border-radius: 15px;
    padding: 0 5px;
}
.default-badge {
    border-radius: 0;
    position: absolute;
    border-color: transparent;
    top: 5px; 
    left: 5px; 
    padding: 0 5px;
    font-size: larger; 
    font-weight: bold; 
    font-style: italic;
    background-color: #0090a0;
    color: #fff;
}
.hilite-badge {
    border-radius: 3px;
    position: absolute;
    border-color: transparent;
    top: 5px; 
    left: 5px; 
    padding: 0 5px;
    font-size: larger; 
    font-weight: bold; 
    font-style: italic;
    background-color: #e20b0b;
    color: #fff;
}
img.hilite-badge-img {
    position: absolute;
    top: 0;
    left: 0;
}
#headerimg {
    display: none;
}
.headerimg {
    display: none;
}

.strikethrough {
    position: relative;
    font-size: 16px;
    font-weight: bold;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: -5px;
    top: 50%;
    right: -5px;
    border-top: 2px solid;
    border-color: red;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.mobile-cart {
    display: none;
}
.form-group input .form-control {
    height:36px;
}
.payButton {
    float: left; 
    margin: 1.8em 0 10px;
    width: 148px;
    height: 36px;
    background: url(/images/payment/button-disabled-148x36.png);
}
@media (max-width: 800px) {
  .mobile-cart {
    display: block;
    color: #ffffff;
    position: fixed;
    bottom: 5px;
    right: 5px;
    text-align: center;
    cursor: pointer;
    z-index: 1005;
    width: 90px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .mobile-cart a {
    color:white;
    text-decoration:none;
    line-height: 60px;
    font-size: 30px;
  }
  .mobile-cart-button i,
  .mobile-cart-button span {
  }
  .payButton {
    margin: 10px 0 20px;
  }
  
  
  #logo {
    max-height: 100%;
    width: 100%;
  }
  h1 {
    font-size: 22px;
  }
}


@keyframes blink_grn {
    0% {
        background-color: #5cb85c;
    }
    100% {
        background-color: none;
    }
}

.blink_green {
    animation: blink_grn 1s linear 2;
}   
@media (min-width: 1200px) {
  /* first level menu item */
  .main-navigation .navbar-nav > li {
    margin: 0; 
    padding: 0 0 0 15px;
  }
}

.btn-brand {
    color: #0090a0;
    font-weight: bold;
    background-color: #ff9;
    border-color: #ff9;
}
.btn-brand:hover {
    color: #0090a0;
    font-weight: bold;
    background-color: #ffee92;
    border-color: #ffee92;
}

.btn-secondary {
    color: #fff;
    background-color: #b663ca;
    border-color: #b663ca;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #739;
    border-color: #739;
}

.btn-grad1 {       color: white; background-color: #a4d78d; border-color: #a4d78d; }
.btn-grad1:hover { color: white; background-color: #66945f; border-color: #66945f; }
.btn-grad2 {       color: white; background-color: #8eb77c; border-color: #8eb77c; }
.btn-grad2:hover { color: white; background-color: #5a7e54; border-color: #5a7e54; }
.btn-grad3 {       color: white; background-color: #739c61; border-color: #739c61; }
.btn-grad3:hover { color: white; background-color: #476b45; border-color: #476b45; }
.btn-grad4 {       color: white; background-color: #577d49; border-color: #577d49; }
.btn-grad4:hover { color: white; background-color: #355637; border-color: #355637; }
.btn-grad5 {       color: white; background-color: #4a7051; border-color: #4a7051; }
.btn-grad5:hover { color: white; background-color: #2a4b3a; border-color: #2a4b3a; }

/* VK login */
/*
#vk_login a.dropdown-toggle { padding: 6px 19px 6px 5px; }
#vk_login a.dropdown-toggle img { width: 32px; border-radius: 50%; }
*/

.vk-auth-btn { min-width: unset; margin: 0; padding: 5px 0 !important; }
.vk-auth-btn img { height: 32px; width: 32px; border-radius: 50%; }

#vk_login { position: relative; }
#vk_group { position: absolute; bottom: -3px; right: -7px; z-index: 900; color: lightgreen; }

.vk-enter-over {
	position:absolute;
	bottom:5px; right:1px;
	width:32px; height:32px;
	background:#fff;
	opacity:0;
	z-index: 200;
	transition: 1s;
}
#vk_login:hover .vk-enter-over { opacity:0.5; }