/*=======================================================================*/
/*GLOBAL*/
/*=======================================================================*/	
html  {
    -webkit-overflow-scrolling: touch;
    background-size: cover!important;
    background-attachment: fixed!important;
}



body  {
	font-size: 14px;
	font-family: 'Open Sans',  sans-serif;
	color: #000;
	background:#fff;
    overflow-y: scroll;
    
    overflow:-moz-scrollbars-vertical;
	-webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-size: cover!important;
    background-attachment: fixed!important;
}

.fn{
    float:none
}

.fl{
    float:left
}

.fr{
    float:right
}
.center{
    display: block;
    margin: 0 auto
}

.m20{
    margin:20px auto!important;
}

.m10{
    margin:10px auto!important;
}

.w50{
    width:50%!important;
}

.w48{
    width:48%!important;
}

.textCenter{
    text-align: center!important;
}

.w100{
    width: 100%;
}

.clr{
    clear:both;
}

.clrLeft{
    clear:left;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}



h1{}
h2{
    font-size: 20px;
    font-weight: lighter;
/*    line-height: 15px;*/
}
h3{
    font-size: 13px;
    margin-top: 0;
}

button,
a,.products-index a h2 {
	color:#000;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	text-decoration:none!important;
}

a:hover {
	color:#444;
}


img {
	width: 100%;
	margin: 0 auto;
	display: block;
	vertical-align: middle;
}

header{
    line-height: 1;
}

.noPadding  {
   padding: 0!important;
}

.noBorder  {
   border: 0!important;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #ccc;
}
.asset{
    padding-left:40px;
    background:url('../images/pdf.gif') no-repeat; 
}
.asset a{
    line-height: 32px;
}
/*
.asset img{
    width:32px;
    height:32px;
    margin:0 5px 0 0;
    float:left;
}
*/

.collapse {
        overflow-y: scroll;
        height: 80%;
        overflow-x: hidden;
}
.intro{
    margin: 10px 0 20px 0;
}
/*

button{
    border:0;
    background: none;
    outline: none; 
    padding: 0;
}

button::-moz-focus-inner {
  border: 0;
}


.popupButton{
    background:#684fa3;
    color:#fff;
    font-weight: bold;
    font-size: 12px;
    float:left;
    text-transform: uppercase;
    width: 100%;
     display: block;
    margin: 0px auto;
    padding: 22px 15px;
    line-height: 25px;
    text-align: center;            
    margin: 35px 0 0 0;
}

.globalButton{
    background:#684fa3;
    color:#fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    max-width: 185px;
    display: block;
    margin: 0px auto;
    padding: 12px 15px;
    line-height: 25px;
    text-align: left;
    border-radius: 3px 3px;    
    -webkit-border-radius: 3px 3px;    
    -moz-border-radius: 3px 3px;    
    -khtml-border-radius: 3px 3px;
}


.popupButton:hover,
.globalButton:hover{
    color:#fff;
    background: #553e8c;
}

.icon{
     color:#fff;
     width: auto;
     float: left;
     margin-right: 15px;
}


.smallMenu{
    display: block;
    margin: 0 auto;
    width: 180px;
}


.smallMenu300{
    display: block;
    margin: 0 auto;
    width:  300px;
}


.smallButton{
    background: #fff;
    width:60px;
    height:40px;
    border:1px solid #dce1e3;
    border-bottom: 2px solid #dce1e3;
    text-align:center;
    margin: 0;
    float: left;
}

.smallButton:hover{
    background: #e5eaee;
}

.smallButton:first-child{
    border-right:0;
    border-radius: 3px 0px 0px 3px;    
    -webkit-border-radius: 3px 0px 0px 3px;    
    -moz-border-radius: 3px 0px 0px 3px;    
    -khtml-border-radius: 3px 0px 0px 3px;
}

.smallButton:last-child{
    border-left:0;
    border-radius: 0px 3px 3px 0px;    
    -webkit-border-radius: 0px 3px 3px 0px;    
    -moz-border-radius: 0px 3px 3px 0px;     
    -khtml-border-radius: 0px 3px 3px 0px;    
}

.smallButton .icon{
    float:none;
    margin: 0 auto;
}

.centerY {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
*/


/*=======================================================================*/
/*CONTENT*/
/*=======================================================================*/	


 
#nav{
    width:250px;
    float: left;
    height: 100vh;
/*    background: ;*/
    background:#e6e6e6;/* url('../images/menu2.png') bottom left no-repeat;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    
}
#news-container{
    background: url('../images/dot.png') repeat-y center;
}
#logo{
  width: 100%;
  height: 100px;
  padding-top:20px;
  background-color: #fff;
}

.collapse.in{
    overflow-y: auto;
}
.navbar-default{
    position: relative;
    z-index: 3;
}
.social-icon-wrapper i.fa{
    color:#242424;
    font-size:20px;
    line-height: 40px;
}
.copRights{
    font-size:10px;
    line-height:24px;
    margin:0;
    height: 27px;
}
.social-icon-wrapper {
	position: absolute;
    top:auto;
    bottom:10px;
    left:auto;
    right:5px;
    width:40px;
    height:40px;
    z-index: 2;
}
.social-icon img{
    width:40px;
    height:40px;
}
/*
.social-icon i.fa {
	color: #fff;
}
.social-icon:hover {
	background: #fff;
}
.social-icon:hover i.fa {
	color: #099ffe;
}
*/

#logo img{
  width: 160px;
  height: auto;
  display: block;
  margin: 0 auto;
}

#contributors{
    background: url('../images/ekkk22.png') top right no-repeat;
    min-height: 500px;
}
.menu-screen{
    position:absolute;
    top:auto;
    bottom:0;
    left:0;
    z-index: 1;
    width:auto;
    max-height: 400px;
}


#wrapper{
    width: -webkit-calc( 100% - 250px );
    width: -moz-calc( 100% - 250px );
    width: calc( 100% - 250px );
    float: left;
    margin-left: 250px;
    padding:0;
}
.top-header{
    width: 100%;
    height:100px;
}
#wrapper header {
    position: absolute;
    z-index: 2;
    top:0;
}
ul.lang{width:auto;margin-left:5px;margin-right:10px;}
ul.lang li{width:25px; height:25px;float: left;margin: 2px;}
ul.lang li a {
    width:25px;
    height:25px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
    color:#000;
    background: #fff;
    margin-top: 30px;
    font-size:12px;
}
ul.lang li a:hover {
    background: #d0d0d0;
}
ul.lang li a.active {
    width:100%;
    height:100%;
    display:inline-block;
    background: #099ffe;
    color:#fff;
}
#search:focus {outline:0!important;}
#search-btn{
    position:relative;
}
#search-btn button{
	width:50px;
    height:50px;
    margin-top:25px;
    text-align: center;
    color:#242424;
    border:none;
    background: none;
    font-size:30px;
}
#nav,footer,#index-carousel,.products-index a,.screen,.top-menu-products,#form,.dist-button{
    -webkit-box-shadow: 0px 1px 7px rgba(34, 34, 34, 0.41);
    -moz-box-shadow: 0px 1px 7px rgba(34, 34, 34, 0.41);
    box-shadow: 0px 1px 7px rgba(34, 34, 34, 0.41);
}

.product-image a{
    display: block;
    overflow: hidden;
    width:70%;
    margin:0 auto;
    padding:10px;
}
#search-btn button:hover,#search-btn button.active{
    color: #fff;
    background: #099ffe;
}
.min600{min-height: 400px;}
#main h1{
    margin-top: 0;
    color:#099ffe;
}
#wrapper header #search-container {
    position: absolute;
    top:25px;
    right:50px;
    width:200px;
    z-index:3;
    height:50px;
    background: #fff;
    display: none;
    border:1px solid #099ffe;
    padding:10px;
}
#wrapper header #search-container #search {
	width: 100%;
    padding:5px;
    margin:10px;
    height:30px;
    margin:0;
    line-height: 30px;
    border:none;
}

#main{min-height: calc(100vh - 100px);
    padding-bottom: 190px;
    padding-top:15px;
}

#index-carousel.owl-carousel {
position: relative;
}
.carousel-image {
	width: 100%;
    height: auto;
    
}
.carousel-content {    
    width: 20%;
    background: #fff;
    position: absolute;
    right: 0;
    top: auto;
    color: #000;
    margin: 20% 10% 0 0;
    text-align: center;
    bottom: 20%;
}
.carousel-item p{
    color:#000;
	margin:0;
}
.carousel-content p{
	line-height: 2em;
}
a.download-link{
    color:#099ffe;
}
a.download-link:hover{
    text-decoration: underline;
}
.carousel-content h2 {
	line-height: 2em;
    font-size: 2em;
    width:auto;
    border-bottom: 1px solid #ccc;
    margin:0 0 10px 0;
}
/*
.carousel-content h2 {
	line-height: 2em;
    font-size: 3em;
    width:auto;
    background: #999;
    margin-top:0;
}
*/
.carousel-content a{
    padding: 10px;
    background: #099ffe;
    width:100%;
    color:#FFF;
    margin-top: 20px;
    font-weight: bold;
    display: inline-block;
}
.carousel-item {
	width:100%;
    float:left;
}
#index-carousel .owl-controls{
    position:absolute;
    bottom:10px;
    left:50%;
    margin-left:-50px;
}
.product-name{
    margin-top:20px!important;
}
.min-600{
    min-height: 600px;
}
#product-carousel .owl-controls,#accesory-carousel .owl-controls{
    left:45%;
}

#product-carousel{display: block}
#product-carousel .carousel-item img{
	width:auto;
    display: block;
    margin: 0 auto;
    float:none;
    max-width: 100%;
}

#product-carousel .owl-page{
    width:20px;
    height:20px;
    background: #eeeeee;
    margin:5px;
}

#product-carousel .owl-page.active{
    background: #099ffe;
}

#product-carousel .owl-page .owl-numbers{
    display:none;
}

.mtop10 {margin-top: 10px;}
.mtop40 {margin-top:40px;}
.box25 {
     box-sizing: border-box;
    margin-bottom:10px;
}

/*
.products-index {
	margin:20px 0 20px 0;
}
.products-index a h2 {
	font-size: 1.5em;
    text-align: center;
    border-top: 1px solid #242424;
    padding:10px 0 10px 0;
    margin:0;
    font-weight: bold;
}

.products-index .col-sm-3{
	padding:0;
}

.products-index a{
    display: block;
	border: 1px solid #242424;
}
.products-index a:hover h2{
	background: #099ffe;
    color:#fff;
}
*/

.box25 h2 {
	font-size: 2em;
}
.box25 .bottom{
    position: absolute;
    bottom:0;
    color:#fff;
    width:100%;
    padding: 10px;
    word-break: break-word;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: bold;
}
.box25 .bottom-wrapper{
	position: relative;
    width: 100%;
}

.products-index img {

        margin: 0 auto;
        display: block;
        vertical-align: middle;

}
.products-list{
    margin-top:40px;
}
.screen {
	background: #eeeeee;
    padding:10px 0 10px 0;
}
.screen h2{
	font-size:3em;
    line-height: 1em;
    margin-top:10px;
}
.bold {
    font-weight: bold;
}
.screen ul li{
	list-style: circle;
}

.product-image2 a {
    width: 100%;
}
.product-image2 img {
    width: 70%;
    margin-bottom: 5px;
}

.bestsellers h1{
	font-size: 3em;
}
.products-index{
    margin-top:20px;
}
.products-index .bottom{
	    background: #099ffe;
}
.products-index a{
	display: block;
	padding: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.products-index a h2{
    color:#fff;
    margin:0;
    text-transform: initial;
}

.products-index p{
    opacity: 1;
}

	
.products-index .zoom {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #099ffe;
        color: #fff;
        font-size: 30px;
        line-height: 60px;
        text-align: center;
        position: absolute;
        left: 50%;
        margin: -30px 0 0 -30px;
        top: 50%;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
}

.products-index a:before {

        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(51, 51, 51, 0.2);
        width: calc(100% - 30px);
        margin-left:15px;
        height: 100%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.empty{
    font-size: 15px;
        margin: 0 0 0 15px;
} 
.acc-product h3{
    font-size:1.5em;
    font-weight: bold;
}

.products-index a:hover .bottom {
	background: #099ffe;
}

.box25 .bottom-wrapper {

        position: relative;
        width: 100%;
        z-index: 1;

}


.products-index a:hover .zoom {


        opacity: 1;
    z-index:1

}



.products-index a:hover::before{

        opacity: 1;

}

.carousel {
    position: relative;
    margin:20px 0 20px 0;
}
.bestseller-navigation{
    font-size:40px;
    color:#242424;
    position: absolute;
    top:50%;
    cursor: pointer;
    margin-top:-20px;
    font-weight: bold;
}
.bestseller-navigation:hover {
	color:#099ffe;
}
.bestseller-product {
	text-align: center;
    font-size:2em;
}

#best-prev{
    left:0;
}
#best-next{
    left:auto;
    right:0;
}
footer {
    max-width: 100%;
    background: #242424;
    padding-top: 20px;
    color: #fff;
    position: absolute;
    top: auto;
    bottom: 0;
    width: calc(100% - 30px);
/*    position: relative;*/
}
footer a {
    color:#fff;
}
footer ul{
    float:right;
}
footer h2 {
    margin: 0 0 10px 0;
}
footer a:hover {
    color:#099ffe;
}
footer li {
    padding: 5px;
    float:left;
}
.logo-footer{
    width:100px;
    height: auto;
}
.footer-address {
	margin-bottom:20px;
}
footer .to-top {
    background: #099ffe;
    font-size:14px!important;
    width:25px;
    height: 25px;
    line-height: 25px!important;
    margin-right: -20px;
    margin-left: 10px;
/*
    position: absolute;
    top:auto;
    bottom: 0;
    left:auto;
    right:0;
*/
    color:#fff;
/*    z-index: 3;*/
}
footer .to-top-cont{
    text-align: center;
    line-height: 30px;
    display: inline-block;
    height: 30px;
}
.top-menu-products {
	font-size:1.5em;
    line-height: 1em;
    display: block;
    width:100%;
    padding:10px;
    margin-bottom: 10px;
    background: #e6e6e6;
}
.top-menu-products:hover,.top-menu-products.active {
	background: #099ffe;
    color:#fff;
}

.visible-xs .top-menu-products {
	text-align: center;
    margin-bottom: 10px;
}

.breadcrumb {
	background: none;
}

.breadcrumb  a{
	color: #099ffe;
}
.breadcrumb > .active {
	color: #099ffe;
}
.breadcrumb > li + li:before {
    content: ">";
    color: #099ffe
}
#sorting {
    padding:20px;
    background: #eeeeee;
    overflow: hidden;
}
#sorting a,#sorting li{
    height:35px;
    line-height: 35px;
    line-height: 35px;
    padding:0 10px;
    border-right: 1px solid #000;
}
#sorting a:last-child{
    border:none;
}

#alert {
    padding:20px 20px 10px 20px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    
}
#alert span{
    display: inline-block;
    padding: 5px 10px 5px 10px;
    background: #099ffe;
    color:#fff;
    font-weight: bold;
    margin: 0 0 0 10px;
}
#alert a i, #alert a {
    color:#099ffe;
    font-weight: bold;
}
#alert .close-alert{
    padding:5px 0 0 0;
}
.acordition h1{
    cursor: pointer;
}
.acordition img{
    width:auto;
}
.acordition  h1 i{
	font-size:0.4em;
    float:right;
    line-height: 100%;
    padding-top:10px;
    color:#099ffe;
}
.acordition-content{
    display:none;
}
.form-control{
    border-radius: 0;
}
textarea.form-control{
    min-width: 100%;
}
.productWidget{
    width:280px;
    float:left;
}
.productsList{
    width: calc( 100% - 280px );
    float:left;
}
#form{
    background:#242424;
    width: 100%;
    max-width: 280px;
    padding: 25px 10px 25px 25px;
    float: left;
    text-align: left;
}

#formList li,
#formList li h2,
#formList{
    float: left;
    width: 100%;
}

#form h2{
    color: #5db5ed;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

#formList li button{
    background: none;
    color: #fff;
    border: 0;
    float: left;
    padding: 0;
    margin: 0 2% 0 0;
    outline: 0;
    width: 48%;
    text-align: left;
    line-height: 28px;
    font-size: 14px;
}
#formList li button.long{
    width: 100%;
}

#formList li button .check{
    background: #fff;
    width: 15px;
    height: 15px;
    margin: 5px;
    float: left;
    display: block;
}

#formList a{
    color: #F8FCFF;
    width: 25px;
    height: 26px;
    background-color: #3BA7ED;
    display: inline-block;
    text-align: center;
    float: right;
    line-height: 26px;
}

#formList li button.active .check{
    background: #099ffe;
}

.bold{
    font-weight: bold;
}

.product-image{
    text-align: center;
    font-size:1.2em;
    font-weight: bold;
    margin-bottom:50px;
}

.product-image:hover a{
	color:#099ffe;
}

#tabs{
    border:none;
    margin-top:50px;
}
#tabs li {
    width:25%;
}
#tabs a {
    margin-right:10px;
    text-align: center;
    background: #eee;
    word-break: break-word;
}
.tab-pane {
	padding:50px;
    overflow: hidden
}
.issues .icon-left i{
    float:left;
    font-size:5em;
    padding-right:30px;
}
.issues .icon-right i{
    float:right;
    font-size:5em;
    padding-left:30px;
}
.issues .icon-right{
    text-align: right;
}
.issues p {
	margin-bottom:50px;
}
#accesory-carousel h3{
    color:#099ffe;
    font-size:2em;
    margin-top:10px;
}

#files li {
    overflow: hidden;
}
#files p{
    margin:0;
}
#files p span.bold{
    display: inline-block;
    border-right:1px solid #000;
    padding-right:10px;
    margin: 15px;
}
#files p span.file{
    display: inline-block;
    margin: 15px;
}
#files p:nth-child(odd){
/*    background: #eee;*/
}
#files a.download{
    float:right;
    display:block;
    padding:15px;
    color:#fff;
}

.tab-pane table th, .tab-pane table td{
    padding: 5px;
}

#files p:nth-child(odd) a{
/*    background: #4c4c4c;*/
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
    margin: 0 0 1px 1px;
}
#files p:nth-child(even) a{
    background: #7c7c7c;
}
h1 span.small{
    font-size:0.4em;
    margin-left:1em;
    white-space: nowrap;
}
p.small{
    margin:0
}
.social-icon-grey{
    width: 20px;
    height: 20px;
/*    background: #7c7c7c;*/
    color:#242424;
    font-size:20px;
    line-height: 20px;
    margin:5px;
    text-align: center;
    border:none!important;
}

#captcha-element img{
    width:auto;
    margin:5px 0;
}
.social-icon-grey:hover{
    color:#099ffe;
/*    background: #099ffe;*/
}
.social-icon-grey:focus {
	color:#fff;
}
#alert a:hover i{
    color:#242424;
}

a.more {
    color: #099ffe;
}
.acordition-content{
    margin-top:20px;
}
.acordition-content ul{
    padding-left:20px;
}
.acordition-content ul li{
    list-style: circle;
}
.news{padding:20px 20px 20px 20px;}
.news:nth-child(even){
    background: #eeeeee;
}
.news .news-content{
    margin-top: 10px;
}
.fa-skype.active {
	color:#099ffe
}
.btn-submit {
    padding: 10px 30px;
    background: #099ffe;
    width:auto;
    color:#FFF!important;
    border-radius: 0;
    font-weight: bold;
}
#map {max-height:600px;height:600px;}

.dist-button{
    margin:10px 10px 10px 0;
    text-align: center;
    display: block;
    padding:15px;
    text-transform: uppercase;
    background: #e6e6e6;
    font-weight: bold;
}
.dist-button.active {
	background: #099ffe;
    color:#fff;
}

.select {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
/*    */
}
.select:before {
    content: "\f0dc";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ccc;
    line-height: 100%;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right:20px;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
#region-element{
    margin-bottom:15px;
}
.select select {
    padding: 5px 8px;
    width: 110%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
ul.errors li {
    font-size:12px;
    font-weight: bold;
    color:#900;
    margin-bottom:5px;
}
.select select:focus {
    outline: none;
}

.address{
    margin-top:50px;
}
.nagroda {
	text-align: center;
    font-weight: bold;
    padding:25px;
    background: #efefef;
}

.nagroda a {
    display: block;
    height: 50px;
	font-size:1.5em;
    line-height: 50px;
}
.nagroda .image {
	position: relative;
}
.nagroda .image span{
    width:100%;
    height:50px;
    font-size:16px;
    line-height: 50px;
    color:#fff;
    text-align: right;
    padding-right: 10px;
    position: absolute;
    bottom: 0;
    right:0;
    z-index: 3;
    background: rgba(0,0,0,0.5)
}
#clear-filters{
    border: none;
    background: #099FFE;
    color:#fff;
    font-weight: bold;
    margin:10px 0 0 0;
    padding: 10px 10px;
}
#pagination{
    margin-top:15px;
    background: #eeeeee;
    float:left;
    width:100%;
}

.pagination{
    margin:10px 0;
}

.pagination a,.pagination span
{
	border-radius: 0!important;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius:none;
    border:none;
}
.pagination>li:first-child>a:hover, .pagination>li:first-child>span:hover,.pagination>li:last-child>a:hover, .pagination>li:last-child>span:hover{
    border-left: 1px solid #099ffe;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
    border-right: 1px solid #ddd;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-left: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #099ffe;
    
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
        background: #099ffe;
    color:#fff;
}
/*
.pagination > li > a, .pagination > li > span {
    border:none;
    background: #eeeeee;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus{
    background: #eeeeee;
}
*/

.priceMeUp{
    position: absolute;
    display: block;
    background-color: rgba(9, 159, 254, 0.74);
    padding: 5px 10px;
    color: #fff;
    left: auto;
    right: 0;
}



    
@media (min-width: 1200px) {
    .products-index a:hover .zoom {
        display: block;
        opacity:1;
    }
}


/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        body {font-size:12px;}
    #wrapper {
        margin-left: 55px;
        width: calc(100% - 55px);
        padding: 0;
    }
    #nav {
      width: 50px;
      height: 100vh;
    
      position: fixed;
      z-index: 10;
      left: 0;
    }
        .menu-screen{
            display:none;
        }

    .navbar .globalButton span,
    .navbar-nav a span{
/*        display: none*/
    }
    
    #logo {
          display: none;
    }

    #account {
          width: 100%;
          padding: 0 2px;
    }
        .navbar-nav>li>a {

            padding: 15px 5px!important;
        }

   
    .bestsellers h1{
    	font-size: 2em;
    }
        .screen h2{
        font-size:2em;
        line-height: 1.2em;
    }
    .carousel-content h2 {
        font-size:2em;
	    line-height: 2em;
        font-weight: bold;
    }
    .box25 h2{
	line-height: 1em;
    }
    .products-index a:hover .zoom {
        display: block;
    }
        
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        .carousel-content h2 {
            margin:0 10px 10px 10px;
        }
        
        .products-index a:hover .zoom {
            display: block;
            top:10%;
        }
        
    }
@media only screen and (max-width : 900px) {
    
    .products-index a:hover .zoom {
            display:none;
        }
    
}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        .carousel-content h2 {
            font-size:1.5em;
            line-height: 1em;
            margin:10px 10px 10px 10px;
            border:none;
        }
        .carousel-content p{
	        display: none;
        }
        .acordition h1{
            font-size:1em;
        }
        
        .productsList{
            width:100%;
        }
        .navbar-nav>li>a {

                padding: 15px 5px!important;
                display: block;
                float: left;
                width: 100%;
        }
        #contributors{
            background: none;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        .carousel-content h2 {
            font-size:10px;
            line-height: 1em;
        }
        .carousel-content a{
            margin:0;
            padding:2px;
            font-size:10px;
        }
        .carousel-content p{
	        display: none;
        }
        .carousel-content {
	        width:30%;
        }
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }



@media (max-width: 1080px) {
    
    
}
    


     
