body { font-family: 'Bauziet', sans-serif; font-weight: 600;margin: 0;  padding: 0; color: #282828;}
a {color: #282828; text-decoration: none;}

input, select { font-family: 'Bauziet', sans-serif; font-weight: 600; }
.clear {clear: both;}
.close {display: inline-block; cursor: pointer;}

@media only screen and (min-width: 768px) {
    .only-mobile {display: none}
}

header {
	position: relative;
    transition: all .5s;
    width: 100%;
    height: 60px;
    padding: 15px 10px;
	box-sizing: border-box;
    z-index: 10;
}

.container {
    max-width: 1400px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

header .logo {float: left; display: inline-block; transition: transform 0.3s ease; }
header .logo:hover { transform: rotate(10deg); }
header .container {text-align: center;}
header .logo svg {width: 90px;}
nav {
    /* KRISTAPA
	max-width: 1000px;*/
	max-width: 100%; /*LAUMAS*/
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: none;

    line-height: 40px;
}

.top-navbar {
	position: absolute;
	left:0;
	top:50px;
	background-color: #FFF;
	width: 100%;
    padding: 30px 0 50px;
	padding-right:15px; /*LAUMAS*/
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;

}

nav ul li {
	padding-left: 0rem;
	font-weight: 600;
    font-size: 1.1rem;
}

nav ul li a{text-decoration: none; color: #282828; transition: color 0.3s ease; padding: 1px 5px; }
header nav ul li a:hover {color: red; }
header nav ul li.active a {color: #FF0000;}

.lang-switch {display: none;}
.mobile-lang-switch {
	width: 38px;
	height: 38px;
	border: 1px solid #282828;
	box-sizing: border-box;
	border-radius: 19px;
    line-height: 38px;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase;
}

.mobile-menu {
	float: right;
	width: 38px;
	height: 38px;
	box-sizing: border-box;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.mobile-menu .menu-wrap {
	width: 38px;
	height: 76px;
	position: absolute;
	top:0;
	transition: 0.2s;
}

.mobile-menu .menu-wrap.open{
 top:-38px;
}

/*  HEADER DESKTOP */
/*@media only screen and (min-width: 768px)*/
@media only screen and (min-width: 1250px){
        nav { 
			display: inline-block;
			line-height: 23px;
			max-width: 1000px; /*laumas*/
		}


        .top-navbar { position: relative; left:0; top:0px; background-color: inherit; width: 100%; padding: 0;}
        nav ul {display: flex;-ms-flex-direction: row;  flex-direction: row;  }
        nav ul li {padding-left: 2rem;}
        .lang-switch {
        	float: right;
        	display: inline-block;
        	width: 38px;
        	height: 38px;
        	border: 1px solid #282828;
        	box-sizing: border-box;
        	border-radius: 19px;
            line-height: 38px;
            text-align: center;
            transition: transform 0.3s ease;
            text-transform: uppercase;
            margin-top: -5px;
        }
        .lang-switch:hover {color: red; border: 1px solid red; }

        .mobile-menu {display: none;}
        .mobile-lang-switch {display: none;}
}
/* END dekstop header */


footer{
 margin: 0;   
    margin-top:450px;
background-color: #FF0000;
width: 100%;

padding: 0;
color: #FFF;
font-weight: 300;
line-height: 1.5rem;
position: relative;
}


footer.yellow {
    background-color: #FFF001;
    color: #282828;
}


footer.yellow a {color: #282828;}

@keyframes jumpUp {
  0% { top:-50px; }
  100% { top:-60px; }
}

footer .up-sender {
    position: absolute;
    right: 30px;
    width: 32px;
    height: 32px;
    border: 1px solid #282828;
    background-color: #282828;
    box-sizing: border-box;
    border-radius: 16px;
    line-height: 38px;
    text-align: center;
    top: -60px;
    opacity: 0.8;
    cursor: pointer;

}





footer a {
    color: #FFF;
    text-decoration: none;
}

footer a:hover {
    opacity: 0.6;
}

footer .navbar {
    display: none;
}

footer .navbar ul{

}

footer .navbar a{
    color:#FFF;
}

footer.yellow .navbar a{
    color:#282828;
}

footer .contact-wrap {
    float: left;
    display: inline-block;
    margin-top: 20px;
}
footer .contact-wrap a:hover{
text-decoration: underline;
opacity: 1;
}

.subcribe-wrap {
    float: right;
    display: inline-block;
    text-align: left;
    width:100%;
    position: relative;
    margin-top: 20px;

}

.subcribe-wrap input{
    border: 0;
    border-bottom: 1px solid #FFF;
    background-color: #FF0000;
    width:100%;
    color: #FFF;
    font-family: 'Bauziet', sans-serif; font-weight: 400;
    padding: 5px 0px;
    box-sizing: border-box;
    font-size: 1.0rem;
    margin-top: -10px;
}

footer.yellow .subcribe-wrap input{
       border-bottom: 1px solid #282828;
       color: #282828;
    background-color: #FFF001;
}

.subcribe-wrap input::placeholder {
        color: #FFF;
        opacity: 0.8;
        font-weight: 400;
    }

footer.yellow  .subcribe-wrap input::placeholder {
        color: #282828;
        opacity: 0.8;
    }


.subcribe-wrap input:focus{
    outline: none;
}

.subscribe-submit{
    position: absolute;
    right:0;
    top:25px;
    width:20px;
    height: 20px;
    cursor: pointer;

}

.subscribe-submit svg{
    width:100%;
    fill:#FFF;
}

.sub-wrap{
    padding-top: 36px;
    position: relative;
}

.sub-wrap .sub{
    padding-right: 100px;
    float: left;
    display: inline-block;
    margin-bottom:20px;
}

footer .legal-notice {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 0 20px;
    font-weight: 300;
    opacity: 0.8;
    font-size: 0.9rem;
}

/* Footer Desktop */
@media only screen and (min-width: 768px) {

        footer .navbar {
            padding: 40px 40px 100px;
            display: block;
            text-align: center;
            width: 100%;
            font-weight: 400;
            display: block;
        }

        footer .subcribe-wrap {width:400px; }


        footer .legal-notice {padding: 100px 0 20px;    }
    }
/* Footer Desktop END */


/* Veikals */ 
#grozs {
    display: inline-block; 
    position: relative; 
    float: right;  
    margin: 0 20px;
    font-weight: 400;
    text-align: left;

}
#grozs .product-nr {
    position: absolute; 
    top:-5px; 
    right:-10px; 
    background-color: red; 
    color: #FFF; 
    border-radius: 12px; 
    width:24px; 
    height: 24px; 
    line-height: 24px; 
    text-align: center;
    cursor: pointer;
        font-size: 0.875rem;
}
  #grozs .lielais {
    position:fixed; 
    top:2em; 
    right:2em; 
    z-index: 10; 
    background-color: #F0F0F0;
    max-width: 800px;
    padding: 20px;
    text-align: left;
    display: none;
}

#grozs .border {height: 10px;  border-top: 1px solid #282828; width: 100%;  box-sizing: border-box;}
#grozs form {}


  .warning {color:red;}
  

  #grozs table, #grozs th, #grozs td{border:0; padding:3px; text-align: left;}
  #grozs select {border:0px; width:100%;  font-size:1em; font-weight: 400;     background: #F0F0F0;}
  #grozs input, #grozs textarea {width:90%; font-size:1em; margin: 3px 3px 15px; padding:3px; border:0;}
  #grozs input[type="submit"] { background-color:#333; color:#FFF; cursor:pointer; padding: 6px 3px; width:93%;}
  #grozs input[type="submit"]:hover { background-color:#999; color:#333; }
  #grozs .left {width:50%; float:left; text-align: left; margin-bottom: 30px;}
  #grozs h2 {font-size:1em; padding-bottom:0; }
  #grozs .rekins {display:block; background-color:#333; color:#FFF; cursor:pointer; padding: 6px 3px; width:93%; font-size:0.9em; margin:2px; }
  #grozs .rekins:hover { background-color:#555; box-shadow: 2px 2px 2px #888888; }
  #grozs .grozsinfo {color:red; font-size:0.8em; padding:3px;}

  #grozs .mazais { cursor:pointer; display:none;}
  #grozs .mazais:hover {color:red;}
  #grozs .aizvert {cursor:pointer; position: absolute; top: -15px; right: 1em; padding: 0px 8px 4px; background-color: #fff; border: 1px solid #000;}
  #grozs .aizvert:hover {color: red;}