/*
Theme Name: Shop Ideas
Theme URI: http://shopideas.lt
Author: the Shop Ideas
Author URI: https://shopideas.lt
Description: El.parduotuvių, svetainių kurimas
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Svetainės
Text Domain: dizainas
*/



h1, .h1, h2, .h2,  h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, body { 
font-family: 'Raleway', sans-serif !important;

}





body: {
	   position: relative;
}
body::before {
    content: '';
    position: fixed; 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/themes/shopideas/bg.png) no-repeat;
      background-position: center top; 
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  will-change: transform; 
	z-index:-1;
}

/*
@media (min-width: 1460px) {
.container {width: 1430px !important;}
.vidiniai body, .vidiniai .body, .vidiniai p, .vidiniai li, .vidiniai a, .vidiniai .text {font-size:16px !important;}
  
}

*/

@media (min-width: 1200px) {
/*Meniu*/



nav ul li > ul {display: none; }
nav ul li:hover > ul {display: block; }


nav ul li a {
  display: inline-block;
  outline: none;
  color: #1f2227;
  font-size: 16px;
  text-decoration: none;
   height: 1px;
}

nav .menu-pagrindinis-container ul li a {
padding:0 6px !important;
}
  
nav ul li a:hover {
  text-decoration: none;
}
  nav ul li a:hover:after,  nav li.current-menu-item a:after{ 
    content: '';
    height: 1px;
    background: #006749; 
    display:block;
    margin-top: 1px;
  }
  
  
  
    nav ul.sub-menu a:after {
    display:none;
  }

    nav ul.sub-menu li  {
   width:200px;
  clear: both
}

     nav .sub-menu  a:hover:after,    nav .menu-item-has-children  a:hover:after{ 
    height: 0px;
    margin-top: 0px;
  }
nav {
  display: inline-block;
  float:right;
}

nav ul	{
	margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
}
nav li	{
	display: block;
	float: left;
	margin: 0;
	padding:0;
	position: relative; 
}


nav .sub-menu li {
   padding:10px 0;
}

nav li a	{
	display: block;
	padding: 0 12px;
}

nav .sub-menu {
  padding:10px 0;
  background: #f5f5f5;
	left: 50%;
	transform: translate(-50%, 0%);
}

nav .sub-menu li {padding:10px 0;}
nav .sub-menu::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #f5f5f5 transparent;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translate(-50%, 0%);
}


nav ul ul ul { /* this targets all sub menus */
	position: absolute;
	top: 30px; /* this should be the same height as the top level menu -- height + padding + borders */
}
ul.pgr-menu li  {height:40px !important;}
.logo-konteineris input#nav {display:none !important;}

}


@media screen and (max-width: 1199px) {
.nav-container {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 280px;
    z-index: -1;
    background: #1f2227;
    opacity: 0;
    transition: all 0.2s ease;
}
.nav-container .menu-pagrindinis-container, .nav-container .menu-pagrindinis-english-container  {
margin-top:80px;
  }
  
   .nav-container ul ul ul li a {
    opacity: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
     font-style:italic;
    transform: translateY(-20px);
    transition: all 0.2s ease;
  }
  

  
  .nav-container ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
   
  }
   .nav-container ul.sub-menu li a {
    font-size:14px !important;
  }
.nav-container  ul.sub-menu {
     margin:5px 0 10px 0;
    
  }
  .nav-container ul li:nth-child(1) a {
    transition-delay: 0.05s;
  }
  .nav-container ul li:nth-child(2) a {
    transition-delay: 0.1s;
  }
  .nav-container ul li:nth-child(3) a {
    transition-delay: 0.15s;
  }
  .nav-container ul li:nth-child(4) a {
    transition-delay: 0.2s;
  }
  
  .nav-container ul li:nth-child(5) a {
    transition-delay: 0.25s;
  }
  .nav-container ul li:nth-child(6) a {
    transition-delay: 0.3s;
  }
  .nav-container ul li:nth-child(7) a {
    transition-delay: 0.35s;
  }
  .nav-container ul li:nth-child(8) a {
    transition-delay: 0.4s;
  }
  .nav-container ul li:not(:first-child) {
    margin-left: 0;
  }
  .nav-container ul li a {
   padding-right:10px;
    opacity: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transform: translateY(-20px);
    transition: all 0.2s ease;
  }
  
  .nav-container ul {
   padding:0 !important;
  }
  
  .nav-open {
    position: fixed;
    right: 10px;
    top: 5px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
  }
  .nav-open i {
    display: block;
    width: 30px;
    height: 2px;
    background: #1f2227;
    border-radius: 2px;
    margin-left: 14px;
  }
  .nav-open i:nth-child(1) {
    margin-top: 16px;
  }
  .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .nav-open i:nth-child(3) {
    margin-top: 4px;
	
  }
  


#nav:checked + .nav-open {
  transform: rotate(45deg);
}
#nav:checked + .nav-open i {
  background: #fff;
  transition: transform 0.2s ease;
}
#nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}
#nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}
#nav ~ .nav-container {
  pointer-events: none;
}
#nav:checked ~ .nav-container {
  z-index: 9990;
  opacity: 1;
   pointer-events: inherit;
    overflow: auto;

}
#nav:checked ~ .nav-container ul li a {
  opacity: 1;
  transform: translateY(0);
}

.hidden {
  display: none;
}


}



/* meniu 2
------------------------------------------ */



@media (min-width: 1200px) {
.pgr-menu  li.neigalico  a:before  { 
	content: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzEuNSA0NzEuNSI+PHN0eWxlPi5zdDB7ZmlsbDojNTg1ODVhfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIyNy40IDEyNC40QTY0LjQgNjQuNCAwIDEgMCAyNzMuOSA0LjNhNjQuNCA2NC40IDAgMCAwLTQ2LjUgMTIwLjF6TTI4Mi42IDMzNGwxOS42LTIwMC42LTk3LjMgMTAuMi05LjUgMTIyLTc4LjcgMTMuN0w0NyA0NTYuNmw1NS43IDE0LjkgNTItMTMzLjR6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQwNC43IDI0NC4yYTE1My4zIDE1My4zIDAgMCAwLTg1LjYtNjkuNmwtNC45IDUwLjIuNy4zYTEwMi44IDEwMi44IDAgMSAxLTEzNC40IDEzOC41bC0xMi40LjUtMTYuNyA0NS4yYTE1MS42IDE1MS42IDAgMCAwIDI1My4zLTE2NS4xeiIvPjwvc3ZnPg==); 
	position: absolute !important;
	width:20px;
	height:20px !important;
	top: 0; 
  left:0;
}

.pgr-menu  li.paieskaico a:before  {  
	content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAuMyAyNTAuMyI+PHBhdGggZD0iTTI0NC4yIDIxNC42bC01NC40LTU0LjQtLjktLjhhMTAzIDEwMyAwIDEgMC0yOS40IDI5LjVsLjguOSA1NC40IDU0LjRhMjAuOSAyMC45IDAgMSAwIDI5LjUtMjkuNnptLTE0MS4zLTQ0LjVhNjcuMiA2Ny4yIDAgMSAxIDAtMTM0LjQgNjcuMiA2Ny4yIDAgMCAxIDAgMTM0LjR6IiBmaWxsPSIjNTg1ODVhIi8+PC9zdmc+); 
	 position: absolute !important;
	width:20px;
	height:20px;
	top: 0;
    left:0;
}
  
.pgr-menu  li.paieskaico a {
	font-size: 0px;

 }
  
.pgr-menu  li.neigalico  a {
	font-size: 0px;
 }
  
  
span.wpml-ls-native {
	font-weight: bold !important;
	text-transform: uppercase; 
	color: #58585a;
  }
  
  .wpml-ls-legacy-list-horizontal {
    padding: 0 0 0 15px !important;
  }
    .wpml-ls-legacy-list-horizontal a {
    padding: 0 5px !important;}

 
  

 
  

}

/*Headeris*/

hr.seselis{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;width:100%;border:0;top:-20px;position:absolute;z-index:2;pointer-events:none;}
@media (min-width:1200px){hr.seselis{-webkit-box-shadow:0px 20px 80px 80px rgba(0,0,0, 0.7);-moz-box-shadow:0px 20px 80px 80px rgba(0,0,0, 0.7);box-shadow:0px 20px 80px 80px rgba(0,0,0, 0.7);} }


.header-pgr{
	 padding:10px 0;
	background-color:rgba(255, 255, 255, 0.96);
	z-index:111;
	position:fixed;
	width:100%;
	-webkit-transition:height 0.3s;
	-moz-transition:height 0.3s;
	-ms-transition:height 0.3s;
	-o-transition:height 0.3s;
	transition:height 0.3s;
	-webkit-box-shadow: 0px 13px 53px -20px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 13px 53px -20px rgba(0,0,0,0.31);
box-shadow: 0px 13px 53px -20px rgba(0,0,0,0.31);
}

@media (max-width:1199px) {
		.header-pgr{ min-height:55px; }
}


/* logo */
.logo-konteineris {
  display: inline-block;
}


@media (max-width: 1199px) {
.logo-konteineris {width:100% !important; text-align:center;}
#site-logo img {width:100px; height:43px}
}

@media (min-width: 1200px) {
#site-logo img { width:130px; height:56px;  }

}

@media (min-width: 1200px) {
/* blizgesys */
#site-logo {
  color:#fff;
  display:inline-block;
  text-decoration:none;
  width:100%;

	text-align:center;

  position: relative;
  overflow: hidden;
      transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#site-logo::before {
	 pointer-events: none;
	position: absolute;
	top: 0px;
	left: -120%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
height:56px;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
  visibility: hidden;
}
#site-logo:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
 visibility: visible;
  pointer-events: none;
 
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
}



@media (min-width: 1200px) {


header.shrink {
  width:100%;
  z-index:99;
      padding-top: 2px;
padding-bottom: 2px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}


header.shrink  ul {margin-bottom: 0px !important;}
header.shrink #site-logo img {width:100px; height:43px padding:10px}
header.shrink #site-logo::before {display:none;}



}



/*vidiniai */

.bottom10 {margin-bottom:10px;}
#sidebar .widget_nav_menu  ul li {list-style: none; padding: 4px 0px ;}
#sidebar .widget_nav_menu  ul ul  { padding:6px 0 0px 20px; font-style: italic; }

@media screen and (max-width: 991px) {
  #sidebar {display:none;}
}
@media (max-width: 1199px) {
.pradzia {min-height:250px;}
.vidiniai {padding-top:66px;}


}


@media (min-width: 1200px) {
.home .vidiniai {padding-top:100px;}
.vidiniai {padding-top:100px;}
.pradzia {min-height:400px;}

}

@media (min-width: 1460px) {

}



/*Fotogalerija*/
table.katimg{
     margin-left:auto;
     margin-right:auto;
     clear: both !important;
}

.project.col-sm-6.col-md-3 {
    padding-right: 7px !important;
    padding-left: 7px !important;	
}


@media (min-width: 768px) {
	.project { height:270px; }
	.galeri { border:1px solid #e7e7e7;}
  .galeri:hover { border:1px solid #bcbcbc;}
}

img.blogimg  {width:100%; height:auto; max-height:185px;  }
 @media (min-width: 1200px) {
  img.blogimg  { max-width:275px;  }
}


h4.kattext {
text-align: center;
font-size: 16px;
line-height: 1em;
height: 3.15em;
overflow: hidden;
}
.project a  {
 color:#606060;
 text-decoration: none !important;
}

.clear {clear:both;}
@media (min-width: 768px) { nav.pagination{float:right; margin-right:15px;} }
h2.screen-reader-text{display:none;}
.nav-links a.page-numbers, .nav-links span.page-numbers{padding:8px 10px;border:1px solid #d3ced2;margin-left:0px;margin-right:0px;margin:0px;}
.nav-links a.page-numbers:hover{text-decoration:none;}
 .nav-links span.page-numbers{background-color:#ebe9eb;}
 
 /*Naujienos*/
.galerijanews .entry-date {
  color:#006749;
  font-weight:bold;
  font-size:16px;
  margin-right:10px;
}

.galerijanews .news_category {
  font-weight:bold;
  font-size:16px;
}

.galerijanews {
    margin-top:20px;
  padding-bottom:20px;
 border-bottom:1px solid #c1c1c1;
}

.galerijanews a {
  color:#606060;
   text-decoration: none !important;

}
.galerijanews a:focus, .galerijanews a:active {
   text-decoration: none !important;

}

@media (max-width: 767px) {
    .galerijanews, .entry-header.naujie  {text-align:center;}
}

.backimg {width:30px; height:22px; float:right; margin-right:10px;}

.entry-header.naujie h2{
    margin-top: 10px;
    margin-bottom: 20px;
}


/* WordPress Gallery 
------------------------------------------ */


.gallery {
	 text-align: center;
	margin-left: -0.5em;
	margin-right: -0.5em;
}
@media (min-width: 768px) {
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.gallery-columns-2 {
 -webkit-column-count: 2;
 -moz-column-count: 2;
 column-count: 2;
}
.gallery-columns-3 {
 -webkit-column-count: 3;
 -moz-column-count: 3;
 column-count: 3;
}
.gallery-columns-4 {
 -webkit-column-count: 4;
 -moz-column-count: 4;
 column-count: 4;
}
.gallery-columns-5 {
 -webkit-column-count: 5;
 -moz-column-count: 5;
 column-count: 5;
}
.gallery-columns-6 {
 -webkit-column-count: 6;
 -moz-column-count: 6;
 column-count: 6;
}
.gallery-columns-7 {
 -webkit-column-count: 7;
 -moz-column-count: 7;
 column-count: 7;
}
.gallery-columns-8 {
 -webkit-column-count: 8;
 -moz-column-count: 8;
 column-count: 8;
}
.gallery-columns-9 {
 -webkit-column-count: 9;
 -moz-column-count: 9;
 column-count: 9;
}

}

.gallery-item {
 display: inline-block;
 text-align: center;
 vertical-align: middle;
     margin-left:auto;
     margin-right:auto;
     clear: both !important;
  margin:10px 0;
}

.gallery-item img {
 width:100%; height:auto;  max-height:185px;   }

 @media (min-width: 1200px) {
   .gallery-item img { max-width:275px; }
   .gallery-item {height:185px;}

}

@media (max-width: 767px) {
     .gallery-item   { padding:0 20px; }
}


/*footer */

@media (min-width: 768px) {
.col-sm-5.fo6 {width: 37.66666667% !important;}
.col-sm-1.fo5 {width: 12.33333333% !important;padding-right: 0px !important;}
footer .menu-item  {text-align:left; }

}
@media (max-width: 767px) {
.footer2 p, .footer .widget-title, footer .textwidget, .footer .widget_nav_menu    {text-align:center  }
}
@media (min-width: 992px) {
	.col-sm-6.fo7 {text-align:right;}
}

.col-sm-1.fo5, .col-sm-5.fo6, .col-sm-6.fo7 {margin:20px 0; }

.footer {
  margin-top:20px;
  background-color: #f1f1f1; 
  padding:30px 0 30px 0;
}
.footer2 {
	 padding-top:10px;
}
footer .widget_nav_menu .menu-item, footer .widget_nav_menu .menu-item a{
    font-size:16px;
 padding:2px 0;
}

footer .textwidget {
    font-size:16px;
}

footer ul{list-style: none}

.footer2 a {color:#797979}
.footer2 a:hover {color: #000;}
.footer .menu-pagrindinis-container {padding-top: 0px;}
.footer .widget_nav_menu  ul  {list-style: none; padding-left:0; padding-top:10px; padding-bottom:10px;}
.footer ul li.menu-item a {color:#1a705c; font-weight:bold;}
.footer ul.sub-menu  a  {color:#606060 !important;font-weight:normal !important;}
.fo7 img { max-width:341px !important; width:100%; height:auto !important; vertical-align: top !important; margin-left:5px; }
.fo5  {text-align:center; }
.fo5 img { max-width:120px !important; width:100%; height:auto !important;}
.fo4 h2.widget-title{text-transform: none !important; color:#1a705c; font-size: 16px !important; font-weight:bold !important; }
.fo4 .widget_text {margin-bottom:20px;}
.fo4 h2.widget-title::after {display:none !important;;}
.fo6 p {font-size:14px;}
@media (min-width: 992px) {
  .fo4 h2.widget-title{text-align:left !important; }
}

/* titulinis
------------------------------------------ */

#gridcontainer{margin: 20px 0; width: 100%; }
#gridcontainer a h2{color: #77787a; font-size: 14px;   margin-top: 5px; margin-bottom:0px; }
#gridcontainer .entry-date  {color: #77787a !important; font-size:16px}
#gridcontainer  a span:hover   {  text-decoration: none !important; }

@media (min-width: 480px) {
#gridcontainer .griditemleft{float: left; width: 50%; margin: 0 0 20px 0; padding-right:20px;}
#gridcontainer .griditemright{float: left; width: 50%;}
}

.em-calendar-wrapper { display: inline-table;}
@media (max-width: 991px) {
  .col-md-3.vid3, .col-md-3.vid2, .col-md-8.vid5 .widget-title {text-align:center;}
}


.home h2.widget-title {
  font-size:16px;
  font-weight:bold;
  text-transform: uppercase;
   margin-top: 10px;
  
}
.home h2.widget-title:after {
content: "";
    display: block; 
    width: 100%; 
    padding-top: 10px; 
    border-bottom: 1px solid #1b6b56;

}

h2.titabout {
  font-size:16px;
  font-weight:bold;
  text-transform: uppercase;
   margin-top: 10px;
  
}
 h2.titabout:after {
content: "";
    display: block; 
    width: 100%; 
    padding-top: 10px; 
    border-bottom: 1px solid #1b6b56;

}

a.titnau {text-decoration: none !important;}

@media (min-width: 992px) {
.vid1 {height:400px;
  background-color: #f4f4f4;}
  
 .pavadinimas {
 max-height:108px;
  overflow: hidden;
   padding-bottom:10px;
   line-height:1.3;
  }
  

  
}


@media (min-width: 1200px) {
table.em-calendar td {padding: 4px 10px;}
  .widget_em_widget {margin-top:20px !important;}
}

@media (min-width: 310px) and (max-width: 991px) {
 table.em-calendar td {padding: 4px 10px;}
  .widget_em_widget {margin-top:20px !important;}
}


@media (min-width: 992px) {
  .col-md-3.vid2 h2.widget-title {text-align:left !important;}
   .col-md-3.vid2  {text-align:center;}
}

table.em-calendar .days-names {
  font-weight:bold;
}

table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
    color: #1a705c;
  font-weight:bold;
  text-decoration: underline;
}

.widget_em_widget li {
    list-style-type: none;
}

@media (min-width: 992px) {
	.widget_em_widget li {text-align:left;}
	.vid4 {margin-top:10px}
}
@media (max-width: 991px) {
	.vid3, .vid4, .vid5 {margin-top:20px}
}
.widget_em_widget ul {
  padding-left:0
}


/* renginiai
------------------------------------------ */
 table.events-table td {
    padding: 10px 0 !important;
}


/* paieska
------------------------------------------ */
.paieskapus input.search-field {
    border: 1px solid #cccccc;
   height: 40px;
padding-top:0px;
 padding:0 10px;
  margin-right:-3px;
  
}
@media (min-width: 480px)  {
	.paieskapus input.search-field {width:250px;}
	
}

.paieskapus .screen-reader-text {display:none;}

.paieskapus input.search-submit {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQyIDQyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzMuNSwzMWwtNy4zLTcuM2MxLjMtMS44LDIuMS00LjEsMi4xLTYuNGMwLTYuMi01LTExLjEtMTEuMS0xMS4xcy0xMS4xLDUtMTEuMSwxMS4xczUsMTEuMSwxMS4xLDExLjFjMi4zLDAsNC42LTAuOCw2LjQtMi4xbDcuMyw3LjNjMC43LDAuNywxLjgsMC43LDIuNiwwbDAsMEMzNC4zLDMyLjgsMzQuMywzMS44LDMzLjUsMzF6IE0xNy4yLDI1LjhjLTQuNywwLTguNS0zLjgtOC41LTguNWMwLTQuNywzLjgtOC41LDguNS04LjVzOC41LDMuOCw4LjUsOC41QzI1LjYsMjIsMjEuOSwyNS44LDE3LjIsMjUuOHoiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 50%;
     height: 40px;
  width:50px;
    background-color: #606060;
    color: #fff;
    border: 1px solid #606060;
    border-radius: 0 4px 4px 0;
  font-size:0px;
  padding-top:10px;

}


/* lenteles
------------------------------------------ */

.page-template-page2 table {
        display: block;
        overflow-x: auto;
     
    }
.page-template-page2 table th, 
.page-template-page2 table td {
  
    padding: 10px 12px;
	border: 1px solid #b6b6b6;
    text-align: left;
	background: #fff;

	line-height:1.3;
}





.cookie-notice-container {
  padding: 20px 0;
  font-size:14px;
  text-align: left;
  font-weight:600
  
}


.cookie-notice-container {
   padding-right:15px;
 padding-left:15px;
 margin-right:auto;
 margin-left:auto;

  
}


#cn-notice-text a {
color:#fff !important;
  text-decoration: underline
  
}

@media (min-width:768px) {
.cookie-notice-container {
  width:750px
    
 }
}
@media (min-width:992px) {
.cookie-notice-container {
  width:970px
 }
}
@media (min-width:1230px) {
 .cookie-notice-container {
  width:1200px
 }
}


@media (min-width: 767px) {

#cn-notice-text {
	display: inline-block !important;
	text-align:left !important;
  width: calc(100% - 180px);
  
}

#cookie-notice .cn-button {
display: inline-block;
float: right;
height: 40px;
line-height: 36px;
margin: 0;
border: 2px solid #fff;
color:#fff;
border-radius: 20px;
font-weight: bold;
padding: 0 27px;
}

#cookie-notice .cn-button {
display: inline-block;
float: right;
 height: 40px;
line-height: 36px;
margin: 0;
border: 2px solid #fff;
color:#fff;
border-radius: 20px;
font-weight: bold;
padding: 0 27px;

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

#cn-notice-text {
	clear: both !important;
display: block;
   width: 100%;
	
}
  
  
  .cookie-notice-container {
  padding: 5px 10px;
  font-size:12px;
  text-align: left;
  font-weight:400
  
}

#cookie-notice .cn-button {
	clear: both !important;
  float:left !important;
height: 30px !important;
line-height: 26px !important;
margin: 15px 0 !important;
border: 2px solid #fff;
color:#fff;
border-radius: 20px;
font-weight: bold;
padding: 0 20px !important;
}

}



#cookie-notice .cn-button:after {
display: inline-block;
content: ">";
margin-left: 9px;
}


.dalintis {margin-top:40px;color: #1a705c;}



.ssba-share-text {

display:none;
}



@media (max-width: 768px) {
  #cookie-notice .cookie-notice-container {
  flex-direction: column;
  }
  #cookie-notice .cookie-notice-container .cn-buttons-container {
  margin: 0px 0 0 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  #cookie-notice .cookie-notice-container .cn-close-icon {
  position: relative !important;
  top: -0px !important;
  right: 0 !important;
  margin: 0 !important;
  
  }
  }
    
    
  
  @media (min-width:1400px) {
  
    #cookie-notice .cookie-notice-container .cn-close-icon {
    position: relative !important;
    top: 9px !important;
    right: auto !important;
    margin: 0 !important
    }
    
    #cookie-notice .cookie-notice-container {
    margin: 0 auto !important;
    display: flex !important;
    min-width: 1400px;
    max-width: 1400px;
    
    
    }
    }