/** Your theme modifications here **/
html {
  position: relative;
  min-height: 100%;
}
body {
	background: #fff;
	margin-bottom: 60px;
}
a:focus { outline: none; }
.box {
    -webkit-box-shadow: none;
    box-shadow: none;
	border: none;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #e8e9ea;
}
@media (max-width:768px){ .footer{position:absolute;width:100%;} }
@media (min-width:768px){ .footer{position:absolute;bottom:0;height:60px;width:100%;}}

@media all and (min-width:768px) {
.navbar-nav > li > a {
    padding-top: 35px;
    padding-bottom: 10px;
}
}

#top {
    background: #fff;
	padding: 5px;
}

.kalba-list {
	margin: 0px;
	margin-top: 5px;
}
.kalba-list a {
	color: #333333;
}

.top-rask {
	padding-left: 50px;
	padding-right: 20px;
}
.form-control,
button {
    border-radius: 0px !important;
}
.form-control:focus{
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}




.navbar-collapse form[role="search"] {
		position: relative;
		top: 0px;
		right: 0px;
		width: 100%;
		padding: 0px;
		margin: 0px;
		z-index: 0;
	}
	.navbar-collapse form[role="search"] button,
	.navbar-collapse form[role="search"] input {
		padding: 8px 12px;
		border-radius: 0px;
		border-width: 0px;
		color: rgb(119, 119, 119);
		background-color: rgb(248, 248, 248);
		border-color: rgb(231, 231, 231);
		box-shadow: none;
		outline: none;
	}
	.navbar-collapse form[role="search"] input {
		padding: 16px 12px;
		font-size: 14pt;
		font-style: italic;
		color: rgb(160, 160, 160);
		box-shadow: none;
	}
	.navbar-collapse form[role="search"] button[type="reset"] {
		display: none;
	}


@media (min-width: 768px) {
.navbar-collapse {
    float: none;
}
  
		.navbar-collapse form[role="search"] {
			width: 38px;
			
		}
		.navbar-collapse form[role="search"] button,
		.navbar-collapse form[role="search"] input {
			
		}
		.navbar-collapse form[role="search"] input {
			opacity: 0;
			display: none;
		}
		.navbar-collapse form[role="search"].active {
			overflow: visible;
			background: red;
			z-index: 999;
		}
		.navbar-collapse form[role="search"].active button,
		.navbar-collapse form[role="search"].active input {
			display: table-cell;
			opacity: 1;
		}
    	.navbar-collapse form[role="search"].active input {
			width: 150px;
		}
}




.meniu-top ul {
	margin: 5px 0px 0px 0px;
}
#top .meniu-top a {
    color: #333333;
    background-color: transparent;
	text-decoration: none;
	padding: 0px 7px;
}
#top .meniu-top a:hover {
	color: #000;
}
#top .meniu-top .active>a {
	color: #3474a7;
}

#bottom-info {
	padding-top: 20px;
    background: #e8e9ea;
	color: #030000;
}

#bottom-info a {
    color: #030000;
}
#bottom-info p {
    margin: 10px 0px;
}
#bottom-info p.BotHead {
	font-size: 16px;
    font-weight: bold;
	color: #222;
	margin-top: 0px;
}
.meniu-bottom .navbar-nav > li {
	float: none;
}
.meniu-bottom .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

#copyright {
    background: none;
    color: #888;
    padding: 10px 0px;
    font-size: 12px;
}
#copyright a {
    color: #888;
}

.navbar {
    margin-bottom: 0px;
	padding-bottom: 20px;
    border-bottom: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #3474a7;
    background-color: #fff;
}

@media all and (min-width:768px) and (max-width:998px) {
.navbar-nav > li > a {
    padding-left: 0px;
}
}

.breadcrumb {
    -webkit-box-shadow: none;
    box-shadow: none;
}


#TopGrupeHeader0,
#TopGrupeHeader3,
#TopGrupeHeader4 {
	background: #3474a7;
	padding: 0px;
}
#TopGrupeHeader0 .container,
#TopGrupeHeader3 .container,
#TopGrupeHeader4 .container {
	height: 125px;
}
#TopGrupeHeader0 h1,
#TopGrupeHeader3 h1,
#TopGrupeHeader4 h1 {
	margin-top: 40px;
	color: #fff;
}
#TopGrupeHeader1 {
	background: #3474a7;
	padding: 0px;
}
#TopGrupeHeader1 .container {
	background-image: url('../webimages/topgrupe1-bg.png');
	background-repeat: no-repeat;
	background-position: center right;
	height: 125px;
}
#TopGrupeHeader1 h1 {
	margin-top: 40px;
	color: #fff;
}
#TopGrupeHeader2 {
	background: #e1f4fd;
	padding: 0px;
}
#TopGrupeHeader2 .container {
	background-image: url('../webimages/topgrupe2-bg.png');
	background-repeat: no-repeat;
	background-position: center right;
	height: 125px;
}
#TopGrupeHeader2 h1 {
	margin-top: 40px;
	color: #3474a7;
}

.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 45px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}



.navbar-affixed-top {
	top: -50px;
}
.navbar-affixed-top.affix-top {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navbar-affixed-top.affix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #cccccc;
  box-shadow: 0 0 5px #cccccc;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navbar-affixed-top.affix > #navbar {
  margin-bottom: 0px;
  padding-bottom: 5px;
}

#content .sidebar-menu.panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
	border: none;
}

.left-search {
  background: #f5f5f5;
  margin: 0 0 0 0px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.left-search .form-control, .panel-rask .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4285;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #4993e4;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.left-search .form-control[disabled], .panel-rask .form-control[disabled] {
    border: 1px solid #ccc;
}


.left-search :-ms-input-placeholder.form-control {
    color: #cccccc;
}


.topjuosta {
	background: #146fb4;
}
.topjuosta .spalva1
{
	background: #00a4e7;
}
.topjuosta .spalva2
{
	background: #0095da;
}
.topjuosta .spalva3
{
	background: #118acb;
}
.topjuosta .spalva4
{
	background: #1678bb;
}
.topjuosta .spalva1:hover
{
	background: #188cd1;
}
.topjuosta .spalva2:hover
{
	background: #0081c8;
}
.topjuosta .spalva3:hover
{
	background: #1c9fda;
}
.topjuosta .spalva4:hover
{
	background: #1b81c0;
}
.topjuosta .item a {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	background: none;
	padding: 30px 0px;
}
.topjuosta a:hover {
	text-decoration: none;
}

.titulinis-topjuosta {
	margin-top: -9px;
}
.titulinis-topjuosta .topjuosta .item a {
	padding: 70px 0px;
}
.topjuosta .item a img {
	display: block;
	margin: 0 auto;
}
.topjuosta .item a .Pavadinimas {
	color: #fff;
}

@media (max-width: 992px) {
.titulinis-topjuosta .topjuosta .item a,
.topjuosta .item a {
	padding: 10px 0px;
}

}
@media (max-width: 767px) {
.titulinis-topjuosta .topjuosta .item a,
.topjuosta .item a {
	padding: 10px 0px;
	padding-left: 50px;
	text-align: left;
}
 .topjuosta .item a img {
	display: inline;
}

}

#main-slider-full {
	margin: 0px;
	padding: 0px;
}
#main-slider-full .item {
	height: 470px;
}
@media (max-width: 992px) {
#main-slider-full .item {
	height: 400px;
}
}
@media (max-width: 767px) {
#main-slider-full .item {
	height: 200px;
}
}


#FiltrasTxt  {
	border-radius: 0px;
}
#FiltrasTxt:focus  {
	outline-color: transparent;
	outline-style: none;

    border: 1px solid #4993e4;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.katalogas .HeaderPav {
	margin: 10px 5px 10px 5px;
	padding: 0px 10px 5px 10px;
	border-bottom: 1px solid #3474a7;
}
.katalogas .HeaderPav .HeaderNrMeniu {
	font-size: 16px;
	font-weight: bold;
	color: #3474a7;
	padding-right: 20px;
}
.katalogas .HeaderPav .HeaderNr0 {
	font-size: 16px;
	font-weight: bold;
	color: #3474a7;
	padding-right: 20px;
}
.katalogas .HeaderPav .HeaderNr1 {
	font-size: 16px;
	font-weight: bold;
	padding-right: 20px;
}
.katalogas .HeaderPav .HeaderNr2 {
	font-size: 16px;
	color: #3474a7;
	padding-right: 20px;
}

#content-menu #top-list {
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
#content-menu #top-list>div {
  padding-left: 5px;
  padding-right: 5px;
}
#content-menu #top-list .irasastop {
  background: #fff;
  margin: 0 0 30px;
  border: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  overflow: hidden;
}
#content-menu #top-list .irasastop h2 {
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 0px;
  width: 95%;
  display: none;
}
#content-menu #top-list .irasastop .imgtop {
  height: 500px;
  overflow: hidden;
  background: none;
}
#content-menu #top-list .irasastop .imgtop img {
	margin-left: -35px;
	width: 135%;
}
#content-menu #top-list .irasastop-xs {
  background: #fff;
  margin: 0 0 30px;
  border: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  overflow: hidden;
}
#content-menu #top-list .irasastop-xs h2 {
  text-align: center;
  font-size: 20px;
}

#content-menu #grupe-list {
  margin-bottom: 60px;
}

#content-menu #grupe-list .irasastop {
  margin-bottom: 60px;
  background: #fff;
  margin: 0 0 30px;
  border: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#content-menu #grupe-list .irasastop .imgtop {
  height: 200px;
}
@media (max-width: 767px) {
#content-menu #grupe-list .irasastop .imgtop {
	min-height: auto;
}
#content-menu #grupe-list .irasastop {
	height: auto;
}
}
#content-menu #grupe-list .irasastop img {
  margin: 0px auto;
}
#content-menu #grupe-list .irasastop h2 {
  text-align: center;
  font-size: 26px;
}

.katalogas #grupe-list {
  margin-bottom: 60px;
}

.katalogas #grupe-list .irasas {
  background: none;
  margin: 0px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.katalogas #grupe-list .irasas h2 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}
.katalogas #grupe-list .irasas .year {
  font-size: 15px;
  color: #777;
}

.ribbon .theribbon {
  width: 100px;
}
.ribbon.new {
  top: 0px;
}
.ribbon.new .theribbon {
  background-color: #ff0000;
  text-shadow: 0px 1px 2px #bbb;
}
.ribbon.new .theribbon:after {
  border-color: #880000 #880000 transparent transparent;
}

#content .products {
	padding: 20px;
}
@media (max-width: 767px) {
#content .products {
	padding: 0px;
}
}

#content .product {
  border-bottom: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px;
  /* entire container, keeps perspective */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /*  UPDATED! front pane, placed above back */
  /* back, initially hidden pane */
}
.product .image {
  overflow: hidden;
}
.product .image img {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  margin: 0 auto;
  max-height: 150px;
}
@media (max-width: 767px) {
  .product .image {
    padding: 10px;
  }
  .product .image img.img-responsive {
    max-width: 100%;
  }
}
.product:hover .image img {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#content .product .invisible {
  visibility: hidden;
}
@media (max-width: 767px) {
  #content .product .invisible img.img-responsive {
    min-width: 100%;
  }
}
#content .product .bulb {
  background: none;
}
@media (min-width: 768px) {
  #content .product .bulb {
    float: right;
  }
}
#content .product .bulb p {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
#content .product .text {
  padding: 0px 10px 0;
  background: none;
}
#content .product .text h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
#content .product .text .tyc {
  font-weight: bold;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
}
#content .product .text .tyc a {
  color: #333333;
  line-height: 30px;
}
#content .product .text .Remarks {
  font-size: 16px;
}
#content .product .text .tyc .sign-inline {
  margin-left: 20px;
}
#content .text .lamp .sign-inline img {
  height: 20px;
  margin: 5px;
}
#content .text .mirror .sign-inline img {
  height: 20px;
  margin: 0px 5px 5px 5px;
}
#content .text .radiator {
  margin-top: 20px;
  font-size: 8pt;
}
#content .text .radiator img {
  height: 30px;
  margin: 0px 5px 5px 5px;
}
@media (max-width:767px) {
#content .text .radiator .table > tbody > tr > td {
    white-space: normal;
}
}
#content .product .text .oe {
	margin: 10px 0px;
}
#content .product .text .MirrorRemarks {
	margin: 20px 0px 0px 0px;
	font-size: 16px;
}
#content .product .text h3 a {
  color: #555555;
}

#content .product .text .sign {
  padding: 0px;
  margin: 10px 0px;
}
#content .product .text .sign img {
  height: 30px;
  margin-right: 10px;
}
#content .product .text .cooling img {
  height: 30px;
}

#content .product .text .cooling dt {
    margin-top: 10px;
}

#content .product .buttons .btn {
  margin-bottom: 10px;
}

#content #productMain {
  margin-bottom: 0px;
}
#content #productMain .box {
  margin-bottom: 0px;
}

#content #productMain h1 {
	margin-top: 0px;
}

#content #productMain p {
	margin-bottom: 10px;
}

#content #mainImage {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 20px;
  border: solid 1px #e6e6e6;
  margin-bottom: 20px;
}
#content #mainImage img {
  margin: 0 auto;
  max-height: 260px;
}
@media (max-width: 767px) {
  #content #mainImage {
    padding: 10px;
  }
  #content #mainImage img.img-responsive {
    max-width: 100%;
  }
}

#content #productMain .sign {
  padding: 0px;
  margin: 10px 0px;
}
#content #productMain .sign img {
  height: 30px;
  margin-right: 10px;
}
#content #productMain .cooling img {
  height: 30px;
  margin-bottom: 20px;
}
#content #productMain dl {
	margin-bottom: 10px; 
}
#content #productMain dt.oe {
	margin-top: 20px; 
}

@media (min-width: 768px) {
#content #productMain dt {
    width: 50px;
}
#content #productMain dd {
    margin-left: 80px;
}
#content #productMain dt.oe,
#content #productMain dd.oe {
	margin-top: 20px; 
}

#content #productMain .cooling dt {
    width: 110px;
}
#content #productMain .cooling dd {
    margin-left: 120px;
}
}

#content #details {
	margin-top: 20px; 
	margin-bottom: 30px; 
	padding: 0px;
}
#content #details dl {
	margin-bottom: 30px; 
}

@media (min-width: 768px) {
#content #details dt {
    width: 80px;
}
#content #details dd {
    margin-left: 100px;
}
}


#content #details img {
  height: 20px;
  margin-top: 10px;
  margin-right: 15px;
}

#content #details .radiator,
#content #details .cooling {
  margin-top: 0px;
  font-size: 10pt;
}
#content #details .radiator img,
#content #details .cooling img {
  height: 30px;
  margin: 0px 5px 5px 5px;
}
@media (max-width:767px) {
#content #details .radiator .table > tbody > tr > td,
#content #details .cooling .table > tbody > tr > td {
    white-space: normal;
}
}

#content #details #fitment {
  margin-top: 30px;
}
#content #details #fitment h3 {
  margin: 0px;
}
#content #details #fitment p {
  margin: 0px;
  padding-top: 10px;
}

#content #details #related {
  margin-top: 30px;
}
#content #details #related h3 {
  margin: 0px;
}
#content #details #related p {
  margin: 0px;
  padding-top: 10px;
  font-weight: bold;
}
#content #details #related a {
  font-weight: normal;
}

.hoverDiv {background: #fff;}
.hoverDiv:hover {background: #f5f5f5;}

.klientasinfo {
	color: #fff;
	font-size: 10pt;
}
@media (max-width: 991px) {
  .klientasinfo {
	text-align: center;
}
}


.IdetaKrepselis {
	background: #fff; 
	border: 1px solid #d1d3d4; 
	padding: 20px 0px 20px 0px; 
	z-index: 10;
	position: absolute; 
	display: none;
	text-align: center;
}
.IdetaKrepselis span {
	font-size: 14px; 
	font-weight: normal; 
	color: #282714;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

#FiltrasTxt::-ms-clear {  display: none; width : 0; height: 0; }
#FiltrasTxt::-ms-reveal {  display: none; width : 0; height: 0; }
#FiltrasTxt::-webkit-search-decoration,
#FiltrasTxt::-webkit-search-cancel-button,
#FiltrasTxt::-webkit-search-results-button,
#FiltrasTxt::-webkit-search-results-decoration { display: none; }

.makerirasas .irasas,
.modelirasas .irasas {
    background: none;
    margin: 0px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.makerirasas .irasas h2,
.modelirasas .irasas h2 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
}

.modelirasas .irasas .year {
    font-size: 15px;
    color: #777;
}

.galerija-list {
   padding-bottom: 20px;
}
.galerija-list .item {
   border: 1px solid #d1d3d4; 
   padding: 0px;
   margin: 15px 0px;
   width: 250px;
   text-align: center;
}
.galerija-list .item img {
   display: block;
    margin-left: auto;
    margin-right: auto;
}

@media all and (min-width:992px) and (max-width:1200px) {
.galerija-list .item {
    width: 100%;
}
}

.btn-main {
    color: #aaa;
    background-color: #fff;
    border-color: #aaa;
	border-width: 2px;
	border-radius: 0px;
}
.btn-main:hover {
    color: #fff;
    background-color: #ccc;
	border-color: #ccc;
}
