/* user.css ----------------------------------------------------------------- */
@import url("sitemap_seo.css");
body {
   font-family: 'Roboto', sans-serif;
   font-size:21px;
   font-weight:500;
   background-color: #ffffff;
   background-image: none;
}

.wishlist-button.is-added {
  animation: wishlist-heart-pop 0.45s ease;
}

.wishlist-button.is-added .glyphicon-heart {
  color: #d9534f;
}

@keyframes wishlist-heart-pop {
  0% { transform: scale(1); }
  50% { transform: scale(1.14); }
  100% { transform: scale(1); }
}
.ff1 
{
    opacity: 1;
	line-height: 0.5;
	}
.information {
  border-left: 1px solid #ddd;
}

.ralfon{
font-size: 2.3em;
padding-top: 1.2em;
opacity: 0.7;}
.ralk{
    width: 100%;
    margin-left: auto;
    height: 70em;
}
label {
    cursor: pointer;
}
input[type=checkbox], input[type=radio] {
    
}
.list-group-item-heading { margin-top: 13px; margin-bottom: 0px; }

.filter_heading
{
  font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    opacity: 0.9;
    line-height: 9px;
}
 .wratter {
        text-align: center;
    }
    .wratter ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        /* For IE, the outcast */
        zoom:1;
        *display: inline;
    }
    .wratter li {
        float: center;
        padding: 2px 5px;
       
    }
.wratter ul:hover {
    color: black;
}
.footer h3 {
  padding: 0;
  margin: 0;
  opacity: 0.9;
  font-size: 1em;
  letter-spacing: 0.1em;
  color: rgb(142,11,0);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
a.skatitakais
{
   font-family: 'Roboto', sans-serif;
   font-size:16px;
   font-weight:500;
    color: #000000;
	opacity: 0.9;
   

   
}
.smal {
    display: block;
    font-size: medium;
    margin-top: 0.35rem;
	font-family: 'Roboto',sans-serif;
    color: #000;
    opacity: .5;
}
.product-model {
    line-height: 1.25;
}
.wishlist-button-wrap {
  margin-top: 12px;
}
.wishlist-button {
  display: inline-block;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
}
.wishlist-button:focus,
.wishlist-button:active,
.wishlist-button.focus,
.wishlist-button:focus:active {
  outline: none;
  box-shadow: none;
  border-color: rgba(173, 173, 173, 0.64);
}
.wishlist-success-alert {
  display: inline-block;
  margin: 0 0 15px;
  padding: 8px 14px;
  border-radius: 18px;
}
.piGal {
  width: 350px !important;
}
.phv {
padding:10px;}
a#btn1 {
    background-color: #f7b61f;
	border-color: #f7b61f;
}
.btn.btn-info.hidden-xs {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.productHolder h2 {
padding-top: 13px;
 font-size: 18px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    text-align: center;
    color: #000;}
.piGal img {
  max-width: 350px;
  height: auto;
}

 .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #4da003;
    border-color: #4da003;
}
/* Back-to-Top-Button*/
#toTop {cursor: pointer; position: fixed; bottom: 30px; right:15px; z-index: 2; display:none; border: 1px solid #000;  color: #D6E6C2;
  border-color: #529410;
  background-color: #4da003;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4da003), to(#4da003));
  background-image: -webkit-linear-gradient(top, #4da003, 0%, #4da003, 100%);
  background-image: -moz-linear-gradient(top, #4da003 0%, #4da003 100%);
  background-image: linear-gradient(to bottom, #4da003  0%, #4da003   100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4da003', endColorstr='#4da003', GradientType=0);}

#toTop:hover,
#toTop:focus {background-color:#fff;}

/*Header Dropdown-Menu*/

.nav > li > a {
  padding-right: 15px;
  padding-left:7;
  }
.nav-pills.nav-stacked.rfrfr > li :hover {color:#black; background-color:#fff;
    font-family: 'Roboto', sans-serif;
   font-size:18px;
   font-weight:500;
    color: #000000;
	opacity: 0.9;
    
    
   
}
.dropdown-menu>li /* To prevent selection of text */
{   position:relative;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor:pointer;
}

@media (min-width: 768px) {
.dropdown-menu {
    background-color: #fff;
    box-shadow: 8px 8px 15px 0 #666;}
.dropdown-menu .sub-menu>li>a:hover, 
.dropdown-menu >li>a:hover{
    background-color: #;   ////add your colors here
    color: #;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.dropdown-menu .sub-menu>li>a:not(:hover), 
.dropdown-menu >li>a:not(:hover){
    background-color: #fff;
    color: #000;}
.right-caret:after,.left-caret:after
 {  content:"";
    border: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left:10px;
}
.right-caret:after {   
    border-left: 5px solid #B70F43;
}
.left-caret:after {
    border-right: 5px solid #B70F43;
}
}

@media (max-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(245, 245, 245);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: rgb(245, 245, 245);
    background-color: transparent;
  }
.right-caret:after,.left-caret:after
 {  content:"";
    border: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left:10px;
}
  
.right-caret:after {   
    border-left: 5px solid #fff;
}
.left-caret:after {
    border-right: 5px solid #fff;
}

}
.dropdown-menu .sub-menu 
{
    left: 90%;
    position: absolute;
    margin-left:15px;
    top: -5px;
    display:none;
    margin-top: -1px;
    box-shadow: 8px 8px 15px 0 #666;
}
/*Header Dropdown-Menu*/
.thumbnail:hover{}



.caption {
font-family: 'Roboto', sans-serif;
   font-size:14px;
    color: #000000;
	opacity: 0.9;


text-align:center; }
 .caption a{font-family: 'Roboto', sans-serif;
   font-size:14px;
    color: #000000;
	opacity: 0.9;
}

.caption a:hover{font-size:14px; text-align:center; color: #000000;
	opacity: 0.9;}


/*BOF button colors*/
  .btn-success{
  background-color: #4da003;
  border-color: #4da003;
  }
   .asdf{
  text-align:center;
  }
  .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
  background-color: #4da003;
  border-color: #4da003;
  }
  .btn-info {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
	}
	.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
  background-color: rgba(255, 255, 255, 0);
  border-color:  rgba(255, 255, 255, 0);
  }
/*EOF button color*/

  
  
  .thumbnail {
    display: block;
    padding: 4px;
	
    margin-bottom: 20px;
    line-height: 1.19857143;
    background-color: #fff;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

img.img-responsive.group.list-group-image {
    margin-top: 3%;
    margin-bottom: -8%;
}
.navbar-inverse {



    border-top-color: rgb(245, 245, 245);
    border-right-color: rgb(245, 245, 245);
    border-bottom-color: rgb(215, 215, 215);
    border-left-color: rgb(245, 245, 245);


    background-color: rgb(245, 245, 245);}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #211F1F;
    background-color:    rgb(245, 245, 245);
}





.navbar-inverse .navbar-nav>li>a {
    color: #2A6127;
}
.navbar-inverse .navbar-nav>li>a :hover
{
    color: #2A6127;
	
}



.navbar-inverse .navbar-nav>li>a:hover {
    color: #2A6127;
    background-color: transparent;
	
	}
	
	

#hts_viewing  {
font-family:Verdana, Arial, sans-serif;
font-size:10px;
font-weight:400;
margin-bottom:0;
color:#9a9a9a;
padding:6px 5px;
text-align:center
}
 
#hts_viewing a  { color:#9a9a9a }
 
.hts_listing_text {
 font-family: 'Roboto', sans-serif;
   font-size:14px;
    color: #000000;
	opacity: 1;
margin-bottom:0;
padding:6px 5px;
}
.hts_listing_text a {  color: #000000;
	opacity: 0.9; }

.hts_sub_text {
font-family: 'Roboto', sans-serif;
   font-size:14px;
    color: #000000;
	opacity: 0.9;






margin-bottom:0;

padding:10px 0;
}

.hts_bookmarks {
padding:10px 0
}
#hts_page_top  {
margin:0;
color:#777; 
font-size:10px; 
text-align:center
}
#hts_header  {
position:absolute; 
top:0; 
left:40%; 
color:#777; 
font-size:10px; 
text-align:center
}
#hts_footer  {
background-color:#F5F5F5;
padding:6px 5px;
text-align:center
}
span.hts_footer_title {
font-size:1.2em;
color:#000;
text-align:center
}

#tagcloud {
color:#ededed;
text-align:center;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
padding:10px
}

#tagcloud a:link,#tagcloud a:visited {
text-decoration:none;
color:#151313;
}

#tagcloud a:hover {
text-decoration:underline;
}

#tagcloud span {
padding:4px
}

#tagcloud .smallest {
font-size:x-small
}

#tagcloud .small {
font-size:small
}

#tagcloud .medium {
font-size:medium
}

#tagcloud .large {
font-size:large
}

#tagcloud .largest {
font-size:larger
}
#storeLogo
{
margin-left:28%;
margin-top:2%;
visibility: hidden;
}
.noaugsas 
{

margin-top: 4%; }
.expinfo{
background-color: rgba(255, 196, 28, 0.92);
    border-color: rgba(189, 60, 60, 0.15);
	
 }
 .expinfo.active, .expinfo.focus, .expinfo:active, .expinfo:focus, .expinfo:hover{
 background-color: rgba(255, 196, 28, 0.92);
    border-color: rgba(189, 60, 60, 0.15);
 }
 .exper:hover{

color: #000506; 
font-size:22px;}
.exper {

color: #000506; 
font-size:22px;}


.exper ,.exper:active, .exper:focus{

color: #000506; 
font-size:22px;}



.exper .glyphicon-earphone {

color: #000506; 
font-size:22px;}

.glyphicon-earphone  {

font-size: 22px;
color: #F7B61F; }
.tel {
margin-top: 65px;
font-size: 22px;
color: #F7B61F; }
A {
color: #867D7D;}
A:hover {
color: #000000;
	
}



.subkategorijas a{

font-family: 'Roboto', sans-serif;  
   
    
    color: #000000;
	opacity: 0.9; font-weight: 600;
font-size:large;



}
.subkategorijas A:hover {
font-size:large;
font-family: 'Roboto', sans-serif;  
   
    
    color: #000000;
	
opacity: 0.5;
font-weight: 600;
}

.footer-extra {
    background:none repeat scroll 0% 0% #e7e7e7;
    color: #867D7D;
line-height: inherit;
	    opacity: 0.7;
       height: 40px;
    padding-top: 10px;
    margin-top: 15px;
}
.footer {opacity: 50%;
    border-top: 2px solid #ddd;}
	
	.apaksa a{
   color: #A9A6A6;}
   .apaksa {
   color: #A9A6A6;}
   
   
   .alert-info {
    color: white;
    background-color:white;
    border-color: white;
}

.productHolder {
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 10px;
  border-radius: 4px;
  -webkit-transition: border .5s ease-in-out;
       -o-transition: border .5s ease-in-out;
          transition: border .5s ease-in-out;
}



.dropdown-submenu { position:relative;}
.dropdown-menu > .dropdown > .dropdown-menu, .dropdown-submenu > .dropdown-menu{top:0;left:100%;margin-top:-6px;;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-menu > .dropdown > a:after, .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:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover > a:after{border-left-color:#555;}

.apr {
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 10px;
  border-radius: 4px;
  -webkit-transition: border .5s ease-in-out;
       -o-transition: border .5s ease-in-out;
          transition: border .5s ease-in-out;
		  font-size:14px;
    color: #151313;
}
.btn-default:hover  .glyphicon-heart
{
 color:#D32F2F;

}
.btn-default:hover  .glyphicon-envelope
{
 color:#529410;

}
.btn-default:hover  .glyphicon-plus
{
 color:#529410;

}
.btn-default:hover  .glyphicon-info-sign
{
 color:#388E3C;

}
.btn-default:hover  .glyphicon-backward
{
 color:#212121;

}
 .box-shadow--4dppoik:hover
{
 
 box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .open>.dropdown-toggle.btn-default {
    color: #867D7D;
    background-color: #F5F5F5;
    border-color: rgba(173, 173, 173, 0.64);
    outline: none;
    box-shadow: none;
}

@media (max-width: 767px) {
  .smal {
    margin-top: 0.2rem;
  }

  .wishlist-button-wrap {
    margin-top: 10px;
  }

}
 .nosaukums  a{
  
   
   
    
	font-family: 'Roboto', sans-serif;  
   
    text-align: center;
    color: #000000;
	opacity: 0.9;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}
.modelis {
    font-size: 14px;
  color: #DCD3D3;
   text-align: center;
   
}

h4 {
    font-size: 16px;
  color: #867D7D;
   
}
address {
    font-size: 14px;
 font-family: 'Roboto', sans-serif;  
   
    
    color: #000000;
	opacity: 0.9;
   
}
a.skatitakais:hover {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    opacity: 0.9;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     font-family: 'Roboto', sans-serif;
    
    font-weight: 500;
    color: #000000;
    opacity: 0.9;
    font-weight: 500;
    line-height: 1.1;   
}

.nesen a
{
 font-family: 'Roboto', sans-serif;  
   
    color: #000000;
	opacity: 0.9;
   
 
 
 }
 .kontaktiem { padding: 0;
    margin: 0;
    opacity: .9;
    font-size: 1em;
    letter-spacing: .1em;
    color: #8e0b00;
    text-shadow: 1px 1px 1px rgba(255,255,255,.6);
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .nakam  
  {font-family: 'Roboto', sans-serif;  
       font-size: 18px;

    color: #000000;
	opacity: 0.9;
  box-shadow: 2px 2px 4px 0 rgba(253, 253, 253, 0);}
  
   .tumba  
  {    box-shadow: 2px 2px 4px 0 rgba(226, 226, 226, 0);
border: 1px solid rgba(245, 245, 245, 0);}

  .nakam a:hover
{font-family: 'Roboto', sans-serif;  
       font-size: 18px;

    color: #000000;
	opacity: 0.9;
 color:#151313;}
   .nakam a
{font-family: 'Roboto', sans-serif;  
       font-size: 18px;

    color: #000000;
	opacity: 0.9;
 color:#151313;}
 
 .caption.ggga a {
    font-size: 16px;
	font-family: 'Roboto', sans-serif;  
   
   font-weight:500;
    text-align: center;
    color: #000000;
	opacity: 0.9;
        font-weight: 600;
}

p.fin {
    text-indent: initial;
}
.caption.nakam {
    margin-top: -2%;
}
a#btn2 {
    color: #867D7D;
	background-color: #fff;
    border-color: #ccc;
	
}
a:active#btn2 {
    color: #867D7D;
	background-color: #fff;
    border-color: #ccc;
}
a:focus#btn2 {
    color: #867D7D;
	background-color: #fff;
    border-color: #ccc;
}
a:hover#btn2 {
    color: #867D7D;
	background-color: #fff;
    border-color: #ccc;
}
a#btn3 {
    color: #867D7D;
}
#btn3 {
    color: #867D7D;
	border-color:#ccc;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.btn444:hover{
    -webkit-transition: all 250ms;
      -moz-transition: all 250ms;
     transition: all 250ms;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)}
.btn333:hover{
    -webkit-transition: all 250ms;
      -moz-transition: all 250ms;
     transition: all 250ms;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)}

a:hover#btn2 {
    color: #867D7D;
	background-color: #fff;
    border-color: #ccc;box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}
#btn2 {
    color: #867D7D;
	border-color:#867D7D;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
button.btn.btn-default.pvgpi {
    color: #867D7D;
}

.pvgpi  {
    color: #867D7D;
}

button.btn.btn-default {
     color: #867D7D;
}

.piks {
    margin-top: -1%;
}
.nspi {
    border-right: rgba(226, 226, 226, 0.4) 1px solid;
    border-bottom-right-radius: 1px;
    border-top-left-radius: 1px;
	box-shadow: 2px 2px 4px 0 rgba(226, 226, 226, 0);
	border-bottom: 1px solid rgba(245, 245, 245, 0);
	border-top: 1px solid rgba(245, 245, 245, 0);
	border-left: 1px solid rgba(245, 245, 245, 0);
	}
	
	.page-header.klasenoh4 {
	 
	font-family: 'Roboto', sans-serif;  
   
    color: #000000;
	opacity: 0.5;
    font-size: 16px;
	
	
	
  
    
    line-height: 1.1;
	font-size: 16px;
    
	display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	    margin-top: 4%;
}
a#btn5 {
    margin-left: 30px;
    color: #867D7D;
}
.apaksejalinija 
{
  border-bottom:1px solid #eee;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0);
}

ul.shoppingCartList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family:  'Roboto', sans-serif;
    color: #151313;
	}
	.panel-heading {
   
    font-family: 'Roboto', sans-serif;
   
    color: #000000;
    opacity: 0.5;
}
.panel-heading.pievilkt {
    margin-bottom: -10%;
}
.krasa  {
   color: #151313;
}
.krasa:hover {
   color: #151313;
}

.hr {width:2px;height:100%;background-color:#000000;position:absolute;top:0px;left:50px;z-index:10;} 
.tkrasa {
    color: #867D7D;
}

table.table.table-striped.table-hover.table-responsive {
    color: #867D7D;
}

.col-sm-6.pagenumber.hidden-xs {
      font-family: 'Roboto', sans-serif;
   font-size:14px;
    color: #000000;
    opacity: 0.5;
}
span.pull-right.rlapas {
   font-family: 'Roboto', sans-serif;
   font-size:14px;
    color: #000000;
    opacity: 0.5;
}
.trp  {
      font-family: 'Roboto', sans-serif;
   font-size:18px;
    color: #000000;
    opacity: 0.5;
}
a.btn.btn-default.wlmk {
    color: #867D7D;
}

a.wishk {
    color: #4da003;
	font-family: 'Roboto', sans-serif;  
   font-size:16px;
    
	opacity: 0.5;
}

.nav.nav-pills.nav-stacked.rfrfr a {
    font-family: 'Roboto', sans-serif;
   font-size:18px;
   font-weight:500;
    color: #000000;
	opacity: 0.9;
}
.text-center.grrr > a {
    
	font-family: 'Roboto', sans-serif;  
   
    color: #000000;
	opacity: 0.5;
  
}
.aklas
 {
    
	font-family: 'Roboto', sans-serif;  
   
    color: #000000;
	opacity: 0.5;
  
}
.nav.nav-pills.nav-stacked.rfrfr > li a
{
    font-family: 'Roboto', sans-serif;
   font-size:18px;
   font-weight:500;
    color: #000000;
	opacity: 0.9;
	line-height: 19px;
}

.page-header.kategorija h1

{
 font-family: 'Roboto', sans-serif;
  
   font-weight:500;
    color: #000000;
	opacity: 0.9;
}
p { 
   text-indent: 30px;
}
.htcdstils
{ 
      
    font-size: 18px;
   
	
	
	
	 font-family: 'Roboto', sans-serif;
  
   
    color: #000000;
	opacity: 0.9;
}
.apraksts
{ 
        
    
	font-family: 'Roboto', sans-serif;  
   
    color: #000000;
	opacity: 0.9;
    font-size: 18px;
   
}
.papraksts
{ 
      font-family: 'Roboto', sans-serif;
   
    color: #000000;
    opacity: 0.9;
    font-size: 18px;
   
}ul{ 

list-style-type: square;}

.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
	-webkit-transition: all 250ms;
      -moz-transition: all 250ms;
     transition: all 250ms;
}
.box-shadow--4dppoik {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
	-webkit-transition: all 250ms;
      -moz-transition: all 250ms;
     transition: all 250ms;
}
/* user.css ----------------------------------------------------------------- .box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;} */
.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);

	}
.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}
.btn444 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
	-webkit-transition: all 250ms;
      -moz-transition: all 250ms;
     transition: all 250ms;
}
.btn333 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
	-webkit-transition: all 250ms;
      -moz-transition: all 250ms;
     transition: all 250ms;
}
input#inputFromName {
    color: #4da003;
}

.grid-group-item .list-group-item-text {
 line-height: 1.3;
 display: block;
 
 
 
 
 
 
 
 
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 .modal-dialog {
      width: 100%;
      height: 100%;
      padding: 0;
      margin:0;
}
.modal-content {    
      height: 100%;
      border-radius: 0;
      color:white;
      overflow:auto;
}
.modal-header .close {
  font-size: 80px;
}
 .close
    {
      color:white ! important;
      opacity:1.0;
    } 
 #first-child
    {
       
      height:80px; line-height: 80px; background-color:#C8B471 
    }
    #second-child
    {
     
       height:80px; line-height: 80px; background-color:#D0B084 
    }
    #third-child
    {
     
      background-color: crimson;
    }
    #fourth-child
    {
      
      background-color: lightseagreen;
      color:black;
    }
    .big-box
    {
     text-align:center;
      height:85px;
     font-size:12px;
      color:white;
    }
    .big-box .hh
    {
      vertical-align: middle; line-height:normal; display:inline-block; cursor:pointer;
    }
  .ululul
  {
      list-style:none;
      display: inline-block; margin: 0; padding: 0; zoom: 1;
    }
    
    .lilili {
      line-height:normal;
    }
    @media screen and (max-width: 46.5em) 
    {
      .big-box h2
      {
        font-size:16px;
        padding-left:0px;
        
      }
    }

    @media screen and (max-width: 20.5em) 
    {
      .big-box h2
      {
        font-size:12px;
        padding-left:0px;
        margin-top:30%;
        }
    }
    .modal-dialog {
      width: 100%;
      height: 100%;
      padding: 0;
      margin:0;
    }
    .modal-content {
      
      height: 100%;
      border-radius: 0;
      color:white;
      overflow:auto;
    }
    .modal-title
    {
      font-size: 3em;
      font-weight: 300;
      margin: 0 0 20px 0;
     
    }
    .modal-content-one
    {
      background-color:#C8B471 ;
    }
    .modal-content-two
    {
      background-color:#D0B084;
    }
    .modal-content-three
    {
      background-color:crimson;
    }
    .modal-content-four
    {
      background-color:lightseagreen;
    }
	
	
	
	
	h1.entry-title {text-align: center;     color: #006400; font-weight: 500;
    line-height: 1.1; font-size:  2.250em;
}
.ralk1{
    width: 100%;
    margin-left: auto;
    height: 70em;
}
 .thumbnail1 {
    display: block;
    padding: 4px;
	
    margin-bottom: 20px;
    line-height: 1.19857143;
    background-color: #fff;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.caption1 {
font-family: 'Roboto', sans-serif;
   font-size:14px;
    color: #000000;
text-align:center; }

.productHolder1 {
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 10px;
  border-radius: 4px;
  -webkit-transition: border .5s ease-in-out;
       -o-transition: border .5s ease-in-out;
          transition: border .5s ease-in-out;
		      padding-right: 12%;

}
.wratter1 {
        text-align: center;
		line-height: 0.5em;
    margin-right: 10%;
    }
    .wratter1 ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        /* For IE, the outcast */
        zoom:1;
        *display: inline;
    }
    .wratter1 li {
        float: center;
        padding: 2px 5px;
         
  
    }
	
.wratter1 ul:hover {
    color: black;
}
.ralfon1{
font-size: 1.8em;
padding-top: 1.2em;
opacity: 0.7;}
.ralbckg
{
    background-image: url('blog/wp-content/uploads/2018/12/ral-backg.jpg');
    background-repeat: repeat-y; /* for vertical repeat */
    background-repeat: repeat-x; /* for horizontal repeat */
    height:100%;
}
