/*
    Document   : style
    Author     : Tamara
*/

			#loader {
				z-index: 1999;
				height:100%;
			    width:100%;
			    position:fixed;
				background-color: rgb(0,0,0,0.8);
			    display: none;
			}
			
			#loaderSpinner {
			  position: fixed;
			  left: 50%;
			  top: 50%;
			  width: 150px;
			  height: 150px;
			  margin: -75px 0 0 -75px;
			  border: 16px solid #f3f3f3;
			  border-radius: 50%;
			  border-top: 16px solid #F3A73C;
			  border-bottom: 16px solid #F3A73C;
			  width: 120px;
			  height: 120px;
			  -webkit-animation: spin 2s linear infinite;
			  animation: spin 2s linear infinite;
			}
			
			@-webkit-keyframes spin {
			  0% { -webkit-transform: rotate(0deg); }
			  100% { -webkit-transform: rotate(360deg); }
			}
			
			@keyframes spin {
			  0% { transform: rotate(0deg); }
			  100% { transform: rotate(360deg); }
			}
			
			/* Add animation to "page content" */
			.animate-bottom {
			  position: relative;
			  -webkit-animation-name: animatebottom;
			  -webkit-animation-duration: 1s;
			  animation-name: animatebottom;
			  animation-duration: 1s
			}
			
			@-webkit-keyframes animatebottom {
			  from { bottom:-100px; opacity:0 } 
			  to { bottom:0px; opacity:1 }
			}
			
			@keyframes animatebottom { 
			  from{ bottom:-100px; opacity:0 } 
			  to{ bottom:0; opacity:1 }
			}


@media all and (min-width: 560px) {
	.footerline {
		display:none;
	}
}

@media all and (max-width: 1199px) {

    .sidebar-banners-container,
    .content-banners-container {
        display: none;
    }
    .navbar-toggle.navbar-menu-categories {
        float: left;
        padding: 10px;
        margin: 0;
    }
    .navbar-toggle.navbar-menu-categories .icon-bar {
        background-color: #50504e;
    }
    .navbar-toggle.navbar-menu-categories {
        display: block;
        width: 100%;
        text-align: left;
    }
    .sidebar .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        margin-top: 47px;
        margin-left: 0px;
    }
    .sidebar .navbar-collapse.collapse {
        display: none!important;
    }
    .sidebar .navbar-collapse .nav-tabs {
        float: none!important;
        margin: 10px 0px;
    }
    .sidebar .navbar-collapse .nav-tabs>li {
        float: none;
    }
    .sidebar .navbar-collapse .nav-tabs>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sidebar .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .sidebar {
        background-color: #f9f7f4;
        padding: 2px 15px;
        min-height: 48px;
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    .sidebar #categories {
        padding: 0;
        margin-bottom: 10px;
        margin-top: -10px;
    }
    .icon-bar-container {
        text-align: left;
        display: inline-block;
        vertical-align: middle;
    }
    .text-bar {
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
        font-size: 15px;
    }
    #categories .categories-2 a {
        padding: 6px 22px;
        font-size: 14px;
    }
    .categories-text {
        max-width: 80%;
    }
    .breadcrumb {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .product-detail h4 {
        margin-top: 20px;
    }
    .thumbnail img {
        max-width: 100%;
        max-height: 100%;
    }
    .product-detail-img {
        max-width: 100%;
        max-height: 100%;
    }
}
@media all and (max-width: 992px) {

	.new, .akcia, .sale, .freeshipping  {
	    padding: 0 7px;
		height: 20px;
		position: absolute;
		color: white;
		border-radius: 20px;
		font-size: 12px;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 20px;
		left: 30px;
	}
	.martop {
		margin-top:26px;
	}
	.disclaimer {
		display:none; left:30px; top:36px; border: 2px solid #A4C756; width:200px; border-radius: 10px; position:absolute; padding:5px; font-size:11px; background: white;
	}
	.disclaimer-list {
		display:none; left:30px; top:40px; border: 2px solid #A4C756; width:200px; border-radius: 10px; position:absolute; padding:5px; font-size:11px; background: white; color:black;
	}


.rslides_tabs a:after, .rslides_here a:after {
	font-size: 25px !important;
	display:none;
}

	.topmenu_home {
		background-image: url('../images/design/home_mobile.png');
	}
	.topmenu_home:hover {
		background-image: url('../images/design/home_mobile_hover.png');
	}

	/*bottommenu buttons*/
.bottommenu_facebook {
	background-image: url('../images/design/facebook_mobile.png');
}
.bottommenu_facebook:hover {
	background-image: url('../images/design/facebook_mobile_hover.png');
}

.bottommenu_googleplus {
	background-image: url('../images/design/googleplus_mobile.png');
}
.bottommenu_googleplus:hover {
	background-image: url('../images/design/googleplus_mobile_hover.png');
}

.bottommenu_skype {
	background-image: url('../images/design/skype_mobile.png');
}
.bottommenu_skype:hover {
	background-image: url('../images/design/skype_mobile_hover.png');
}

.bottommenu_instagram {
	background-image: url('../images/design/instagram_mobile.png');
}
.bottommenu_instagram:hover {
	background-image: url('../images/design/instagram_mobile_hover.png');
}

.bottommenu_twitter {
	background-image: url('../images/design/twitter_mobile.png');
}
.bottommenu_twitter:hover {
	background-image: url('../images/design/twitter_mobile_hover.png');
}

	.btn2 {
		height:20px;
		font-size: 16px;
	}
    .navbar-toggle.navbar-header-top {
        float: left;
        padding: 10px;
        margin: 0;
    }
    .navbar-toggle.navbar-header-top .icon-bar {
        background-color: #eee;
    }
    /* zmena menu */
    .navbar-toggle.navbar-header-top {
        display: block;
    }
    .header-top .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        margin-top: 50px;
        margin-left: -60px;
        background-color: #f9f7f4;
        width: 50%;
    }
    .header-top .navbar-collapse.collapse {
        display: none!important;
    }
    .header-top .navbar-collapse .nav-tabs {
        float: none!important;
        margin: 10px 0px;
    }
    .header-top .navbar-collapse .nav-tabs>li {
        float: none;
    }
    .header-top .navbar-collapse .nav-tabs>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #222;
    }
    .header-top .nav-tabs > li > a:hover,
    .header-top .nav > li > a:focus,
    .header-top .nav > li > a:hover,
    .header-top .nav > li > a:active {
        color: #689c00;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .header-top .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .footer a,
    .footer-info span {
        padding: 0px 5px;
        color: #222;
    }
    .footer-links,
    .footer-info {
        float: none;
    }
    .footer-bg, .footer-bg-b2b {
        background: none;
        height: 0;
    }
    .footer {
        background-color: #f9f7f4;
        padding: 10px;
    }
    .basket-icon {
        width: 38px;
        height: 38px;
    }
    .btn-basket-top {
        padding: 0;
        padding-left: 10px;
    }
    .btn-basket-top:hover .basket-icon,
    .basket-product-icon:hover {
        width: 38px;
        height: 38px;
    }
    .header-middle {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    h2 {
        font-size: 14px;
    }
    .info-icon {
        width: 38px;
        height: 38px;
    }
    .info {
        margin-bottom: 20px;
    }
    .products-tabs .tabbable ul {
        margin: 10px 0;
        margin-top: 30px;
    }
    .pagination,
    .products-tabs .tabbable ul.pagination {
        margin-top: 0;
    }
    .product-detail-product h2 {
        margin-top: 40px;
    }
    .product-detail-product .basket-product-icon:hover,
    .thumbnail .basket-product-icon:hover {
        height: 44px;
        width: 44px;
    }
    .product-detail h4 {
        margin-top: 10px;
    }
    .description-detail-product h4 {
        margin-top: 0px;
    }
    .product-detail-product p {
        margin-bottom: 5px;
    }
    .breadcrumb {
        margin-bottom: 10px;
    }
    .thumbnail {
        /*min-height: 100%;*/
        min-height: auto;
    }
    .filter-category-select {
        margin-top: 0;
    }
    .users {
        margin-top: 0;
    }
    .title h3 {
        margin-top: 10px;
    }
    .footer a:hover, .footer a:focus, .footer a:active {
        color: #689c00;
    }
    .content-banners-container-c {
        display: none;
    }
}
@media all and (max-width: 768px) {
    .info-icon {
        display: none;
    }
    .header-middle {
        padding: 10px 0;
    }
    .info div {
        border-left: 1px solid #ddd;
    }
    .info div.mobile-border {
        border-left: 0;
    }
}
@media all and (max-width: 620px) {
    .products-tabs .tabbable ul {
        border: 0;
        border-radius: 0;
        padding: 0;
        margin: 20px;
        margin-top: 30px;
    }
    .products-tabs > .tabbable > ul > li > a {
        border: 1px solid #ddd;
        border-radius: 0;
        background-color: #f9f7f4;
    }
    .products-tabs > .tabbable > ul > li > a:active {
        background-color: #f9f7f4;
        border: 1px solid #ddd;
    }
    .products-tabs .tabbable li {
        border: 0;
        padding: 0;
        margin-left: -1px;
    }
    .products-tabs .tabbable .nav-tabs>li>a {
        margin: 0;
        padding: 10px;
    }
    .products-tabs .tabbable .nav-tabs > li.active > a,
    .products-tabs .tabbable .nav-tabs > li.active > a:focus,
    .products-tabs .tabbable .nav-tabs > li.active > a:hover {
        border: 1px solid #ddd;
        background-color: white;
    }
    .info {
        margin-bottom: 20px;
    }
    .products-tabs .tab-content ul.pagination {
        float: none;
        margin-top: 0;
    }
    .pagination li {
        display: inline-block;
        text-align: center;
    }
    .pagination>li>a, .pagination>li>span {
        margin-left: 0px;
    }
    .category-filter-container {
        margin-bottom: 20px;
    }
    .category-filter-container label.btn {
        padding: 6px;
    }
    .table tr td img {
        display: none;
    }
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 8px 3px;
    }
    
    .mobile-hide {
	    display:none;
    }
    .mobile-show {
	    display:block;
    }
}
@media all and (max-width: 559px) {
    .info, .foooter {
        display: none;
    }
    .mobile-info {
        display: block;
        margin-bottom: 20px;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        margin-left: 0px;
        margin-right: 0;
        margin-top: 20px;
    }
    .mobile-footer{
	    display: block;
    }
    .mobile-info .col-xs-4:last-child {
        display: none;
    }
    .mobile-info .col-xxs-6 {
        width: 50%;
    }
    .mobile-info div {
        border-left: 1px solid #ddd;
    }
    .mobile-info h2 {
        text-align: center;
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 20px;
    }
    .mobile-info div.mobile-border {
        border-left: 0;
    }
    .footer {
        margin-top: 30px;
    }
}
@media all and (max-width: 520px) {
    .products-tabs > .tabbable > ul > li {
        float: none;
        display: inline-block;
        margin-left: -3px;
    }

    .order-step {
	    font-size:12px;
	    padding:5px; border-radius:10px; border-bottom:1px solid #5B5043;
	}
}
@media all and (max-width: 485px) {
    .thumbnail-img-container {
        height: 175px;
        line-height: 175px;
    }
}
@media all and (max-width: 440px) {
    .logo {
        margin-top: 10px;
    }
    .count-basket {
        float: none;
    }
    .product-basket p a {
        padding: 6px 12px;
    }
    .product-detail-product .count-basket {
        float: left;
    }
    .thumbnail-img-container {
        height: 150px;
        line-height: 150px;
    }
}
@media all and (max-width: 380px) {
    .table td {
        word-break: break-word;
    }
    .thumbnail-img-container {
        height: 120px;
        line-height: 120px;
    }
    .filter-category-select {
        margin-bottom: 20px;
    }
    .col-xxs-12 {
        width: 100%;
        text-align: center;
    }
    .col-xxs-12 .logo {
        margin-top: 0;
        margin-left: 0;
    }

    .order-step {
	    font-size:11px;
	    padding:5px; border-radius:10px; border-bottom:1px solid #5B5043;
	}

}
@media all and (max-width: 340px) {
    .thumbnail-img-container {
        height: 90px;
        line-height: 90px;
    }
    .product-detail-img-container {
        height: 250px;
        line-height: 250px;

    }
}
@media (max-width: 460px) {
	.nav-tabs {
		font-size: 14px;
	}
}