@charset "utf-8";
/* CSS Document */


.varor{
    float: left;
    width: 100%;
}


.varor_r1{
    float: left;
    width: 100%;
      border-bottom: 1px #CCCCCC solid;
}


.varor_r1_left{
    float: left;
margin-left: 30px;
line-height: 40px;
color: #333333;
      text-transform: uppercase;
}



.varor_r1_right{
    float: right;
    padding-right: 20px;

      
}




.varor_r2{
    float: left;
    width: 100%;
}

.varor_mr{
    float: right;
    width: 10px;
}



.varor_dmenu{
    
    
    width: 415px;
    z-index: 400;
    position: absolute;
    right: 40px;
   display: none;
}

.varor_dmenu_2{
    
    
    width: 250px;
    z-index: 400;
    position: absolute;
    right: 40px;
   display: none;
}








.varor_dmenu_content {
    width: 100%;
    display: inline-block;
    position: relative;
    border: 1px solid #777777;
    text-decoration: none;
    border-radius: 2px;
    padding: 5px;
    margin-top: 20px;
    background-color: #fff;
    
    background-color: #fff;
    z-index: 800000;
}
.varor_dmenu_content:before {
    content: '';
    display: block;  
    position: absolute;
    right: 38px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: black;
}

.varor_dmenu_content:after {
    content: '';
    display: block;  
    position: absolute;
    right: 39px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: white;
}




.varor_dmenu_content_t {
    width: 100%;
    display: inline-block;
    position: relative;
    border: 1px solid #777777;
    text-decoration: none;
    border-radius: 2px;
    padding: 5px;
    margin-top: 20px;
    background-color: #fff;
    
    background-color: #fff;
    z-index: 800000;
}
.varor_dmenu_content_t:before {
    content: '';
    display: block;  
    position: absolute;
    right: 136px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: black;
}

.varor_dmenu_content_t:after {
    content: '';
    display: block;  
    position: absolute;
    right: 137px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: white;
}




.varor_dmenu_content_c {
    width: 100%;
    display: inline-block;
    position: relative;
    border: 1px solid #777777;
    text-decoration: none;
    border-radius: 2px;
    padding: 5px;
    margin-top: 20px;
    background-color: #fff;
    
    background-color: #fff;
    z-index: 800000;
}
.varor_dmenu_content_c:before {
    content: '';
    display: block;  
    position: absolute;
    right: 215px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: black;
}

.varor_dmenu_content_c:after {
    content: '';
    display: block;  
    position: absolute;
    right: 216px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: white;
}


.varor_varor{
    float: left;
    width: 100%;
    min-height: 400px;
}


.varor_vara{
    float: left;
    width: 25%;
    margin-bottom: 10px;
    margin-top: 20px
}


.varor_vara_pic{
    float: left;
    width: 98%;
    text-align: center;
}

.varor_vara_desk{
    float: left;
    width: 100%;
    text-align: center;
}
.varor_vara_price{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

h3.varor_vara_desk_h{
font-size: 15px;
padding: 0;
margin: 0;
font-weight: normal;
text-transform: uppercase;

}



a.varor_mainlink{
    color: #A1A1A1;
    
}

a.varor_mainlink:hover{
    color: #363636;
}

.varor_vara_img{
    
    width: 100%;
    max-width: 400px;
    height: auto;
    }



    .onclick-menu {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    
    
}
.onclick-menu:before {
    



    
}
.onclick-menu:focus {
    /* clicking on label should toggle the menu */
    pointer-events: none;
    outline:none;
    }

.onclick-menu:focus .varor_dm2 {
    border-left: 1px #dddddd solid; border-right: 1px #dddddd solid;

}

.onclick-menu:focus .varor_dm1 {
    border-bottom: 0px #ffffff solid; 

}


.onclick-menu:focus .onclick-menu-content {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    visibility: visible;

    /* don't let pointer-events affect descendant elements */
    pointer-events: auto;
}
.onclick-menu-content {
    outline:none;
    position: absolute;
    top: 40px;
    z-index: 1;
   right: 0px;
    width: 420px;
   
    

    /* use opacity to fake immediate toggle */
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
}




.varor_boxes{   width: 100%;float:left;  }



.varor_cbr{ width: 100%;float:left; margin-top: 20px; margin-bottom: 10px;
 background-color: #ffffff;
    border: 1px #dddddd solid;
        padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}




.varor_cbc{ width: 100%;float:left; margin-top: 0px; margin-bottom: 10px;

}







.varor_dm1{cursor: pointer;  
    outline: 0;
text-align: right;
padding-right: 10px;
line-height: 40px;
float: right;
color: #333333;}

.varor_dm1:hover .varor_mp{
    
    color: #01BCB5;


}


.varor_dm1:focus .varor_mp{
     color: #01BCB5;
}

.varor_cba{float:left; margin-top: 7px;
width: 80px;


}

.varor_cba_1{ float:left;
    text-align: center;

    height: 50px;
width: 100%; }

.varor_cba_2{ float:left;
    text-align: center;
width: 100%;
margin-bottom: 10px; }
a.varor_boxlink{
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}

a.varor_boxlink:hover{
    color: #01BCB5;

}


a.varor_boxlink2{
    color: #333333;
    
    text-transform: uppercase;
    text-decoration: none;
}
a.varor_boxlink2:hover{
    color: #01BCB5;

}


.varor_varacor{
border-radius: 50%;
float:left; 
width: 45px;
height: 45px;
background-repeat: no-repeat;
  background-size: 50px 50px;
   background-position: center;
margin-left: 18px;
font-size: 20px;
line-height:45px;


}

.varor_varacor2{
border-radius: 50%;
float:left; 

background-repeat: no-repeat;
  background-size: 50px 50px;
   background-position: center;
margin-left: 18px;
font-size: 20px;
line-height:43px;
border: 1px #dddddd solid; width: 43px; height: 43px;


}

.varor_sor{
float: left;
    height: 25px;
    width: 100%;
}
.varor_sor1{
float: left;
    width: 25px;
    text-align: center;
    color: #01BCB5; 
    height: 25px;
    line-height: 25px;
}

.varor_sor2{
float: left;
    height: 25px;
    line-height: 25px;
  
}

.varor_r4{
    float: left;
    width: 100%;
    border-top: 1px #CCCCCC solid;
      border-bottom: 1px #CCCCCC solid;
      line-height: 40px;
      margin-bottom: 20px;
      font-size: 16px;
}

.varor_r4_a{
    float: left;
    padding-left: 20px;
    }

    .varor_r4_b{
        float: right;
        padding-right: 40px;
    }

    .varor_paging{
float:left;
margin-right:0px;

}


    .varor_paging_2{
float:left;
margin-right:0px;

}

    .varor_paging_3{
float:left;
margin-right:0px;
}



    .varor_paging_numbers{
float:left;
margin-right:0px;
color: #01BCB5;

}
a.varor_paging_link{
    color: #333333;
    
    text-transform: uppercase;
    text-decoration: none;
}
a.varor_paging_link:hover{
    color: #01BCB5;

}
    .varor_paging_active{
float:left;
color: #01BCB5;

}



@media only screen and (max-width: 1028px){
.varor_vara{
    width: 33%;

 }
 
 
 }


  /* Small devices (phones) */

       @media screen and (max-width: 767px){
.varor_vara{
    width: 50%;
 }
.onclick-menu-content {
width: 300px;



}

 
}




        @media screen and (max-width: 440px){


          .varor_dmenu{
        width: 260px;
}

 }





        @media screen and (max-width: 400px){
.varor_vara{
    width: 95%;

 }
           
}


