/*
Theme Name: Švietimo nacionalinė agentūra
Theme URI: https://www.nsa.smm.lt
Description: Švietimo nacionalinės agentūros svetainė
Author: Darius Eberson
Author URI: www.eberson.lt
Version: 1.0
*/

/* MAIN TEMPLATE */
body {
	font-family: 'Raleway', sans-serif !important;
	background-color:#F5F5F5  !important
}
.mobile {
	display:block;
}
.mobile2 {
	display:block;
}
.mobilenav {
	margin-bottom:10px;
}
.mobile1 {
	text-align:center !important;
}
.desktop {
	display:none !important;
}
.desktop2 {
	display:none !important;
}

/* Leidiniai pagal temas */
.tema_a {
	color: #FFF !important;
    display: block;
    font-size: 13px;
    padding: 10px;
    background: #1A5040 !important;
    margin: 10px;
    text-align: center;
}
.tema_a:hover {
	color:#FFF;
}
.col-md-12 a {
	color:#1A5040;
	word-break: break-word;
}
.col-md-12 a:hover {
	color:#1A5040;
	text-decoration:none;
	opacity:0.8;
}
.h1, h1 {
	font-size:30px !important;
	text-transform:uppercase;
	font-weight:200 !important;
	padding-bottom:20px;
}
.h2, h2 {
	font-size:20px !important;
	font-weight:600 !important;
}
h2.pasiekimas {
	font-size:18px !important;
	margin-bottom:1.4em !important;
}
.h3, h3 {
	font-size:18px !important;
	text-transform:uppercase;
	font-weight:200 !important;
}
.h4, h4 {
	font-size:16px !important;
	text-transform:uppercase;
	font-weight:200 !important;
}
/* header */
header {
	border-top:4px solid #296151;
	height:186px;
	padding:20px 0;
	color:#999;
	margin-bottom:13px;
	background-color:#FFF;
}
header a {
	color:#444444;
	font-size:12px;
}
header a:hover {
	color:#ccc;
	text-decoration:none;
}
nav {
	/*position: relative !important;*/ 
	z-index: 999 !important;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open,
#pojo-a11y-toolbar {
	z-index: 99999  !important;
}
.searchform {
	margin-top:20px;
}
.searchform input {
	padding:4px 5px 7px;
	color:#444;
}
.searchform .btn-success {
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	background-color:transparent;
	border:1px solid #BFBFBF;
}
.searchform .btn-success:hover {
	background-color:transparent;
	opacity:0.9;
	border:1px solid #CCC
}
.searchform .btn-success i {
	color:#BFBFBF;
}
#rev_slider_1_1 {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* nav */
.bg-bordo {
	background-color:#296151;
	margin:15px auto 0px;
}
.bg-bordo a {
	font-size:16px;
	color:#FFF;
	font-weight:600;
	padding:0 10px;
	text-transform:uppercase;
}
.bg-bordo a:hover {
	color:#FFF;
	opacity:0.8
}
.navbar-toggler-icon i {
	padding-top:4px;
	color:#FFF
}
.navbar-right {
	margin:0px auto;
}
.dropdown-menu {
	background:rgb(36, 117, 51,0.85) !important;
	background: rgba(36, 117, 51,0.85) !important;
	border:none !important;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	text-align:center !important;
}

.dropdown-menu li {
	padding:5px 18px;
}
/* Second meniu */
.navbar-default {
	padding-bottom:20px;
}
.navbar-default .dropdown-menu {
	z-index:99999;
}
.navbar-default a {
	color:#FFF !important;
	display:block;
	padding:10px 20px;
}
.navbar-default a:hover {
	text-decoration:none !important;
	background:#296151 !important
}
.navbar-default li {
	display:inline-block !important;
	text-transform:uppercase;
}
/* Submenu aprašymas */
.submenu {
	display:block;
	width:300px;
	position:absolute;
	margin:50px 20px 0;
}
.submenu li {
	padding:10px;
	background-color: rgba(16, 117, 71, 0.8);
	list-style:none;
	margin-top:1px;
}
.submenu li:hover {
	background-color: rgba(16, 117, 71, 0.5);
}
.submenu li:hover i {
	color:#00B285;
}
.submenu a {
	color:#FFF;
	text-transform:uppercase;
	font-size:14px;
	font-weight:200;
}
.submenu a:hover {
	opacity:0.9;
	color:#FFF;
	text-decoration:none;
}
.submenu i {
	color:#FFF;
	padding-right:5px;
	font-size:16px;
}
/* Lightbox */
#cboxTitle,
#cboxPrevious,
#cboxNext {
	display:none !important;
}

/* slider */
.bg-slider {
	background-color:#296151;
	margin:10px auto 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align:center;
	color:#FFF;
	font-size:14px;
	padding-right: 0px !important;
    padding-left: 0px !important; 
}
.bg-slider .row {
	max-width:900px;
	margin: -10px auto 0;
}
.item {
	background: rgba(25,1,5);
	background:rgba(25,1,5,0.5);
	height:131px;
	margin:10px 0;
}
.item .button,
.item .button1 {
	color:#FFF;
	padding:5px 10px;
	margin:5px auto;
	text-transform:uppercase;
	display:block;
	font-size:10px;
	width:160px;
}
.item .button {
	background:rgb(98,123,122);
	background:rgba(98,123,122,0.8);
}
.item .button1 {
	background:rgb(98,123,122);
	background:rgba(98,123,122,0.5);
}
.item .button:hover,
.item .button1:hover {
	opacity:0.7;
	text-decoration:none;
}
.item .itemurl {
	color:#FFF !important;
}
.itemurl:hover {
	text-decoration: none !important;
}
.itemurl h4 {
	color:#FFFFFF;
	font-weight: 400 !important;
}
.itemurl h4:hover {
	text-decoration: none;
	opacity: 0.7;
}
.item .itemurl i {
	padding:25px 0 10px;
	color:#7198F8
}
.owl-carousel .owl-item img {
    display: block;
    margin: 0 auto;
	padding:10px;
}
.left20 {
	margin-left: 14px;
}
.slider {
	height:151px;
	background:url(images/bg_mob.jpg) no-repeat right bottom fixed; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 4px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1f6443 !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #76A195 !important;
}
input:focus {
	outline:none !important;
}
.bg-slider .col-md-3 a {
	color: #D8FE51 !important;
	}	
.bg-slider .col-md-3 a:hover {
	color: #D8FE51 !important;
	opacity:0.8
}
.bg-slider .col-md-2 a {
	color: #D8FE51 !important;
	}	
.bg-slider .col-md-2 a:hover {
	color: #D8FE51 !important;
	opacity:0.8
}
/* Slider kontaktai */
@keyframes vienaslangelis { 
	0% {
	  opacity: 0;
	}
  
	100% {
	  opacity: 1;
	}
  }
.bg-slider .col-md-3 .fa-2x {
	position: absolute;
    margin-top:28px;
	color:#D8FE51
}
.bg-slider .col-md-2 .fa-2x {
	position: absolute;
    margin-top:28px;
	color:#D8FE51
}
.fa-clock {
	 margin-left:-90px;
}
.col-md-2 .fa-envelope {
	margin-left:-80px;
}
.col-md-2 .fa-youtube {
	margin-top: 0px !important;
    margin-left: -50px;
}
.col-md-2 .fa-facebook-square {
	margin-top: 0px !important;
    margin-left: -8px;
}
.col-md-2 .fa-linkedin{
	margin-top: 0px !important;
    margin-left: 30px;
}

.bg-slider .fa-phone-square {
	margin-left:-90px;
	animation: vienaslangelis 3s infinite;
	color: #D8FE51 !important
}
.bg-slider .fa-envelope {
	animation: vienaslangelis 3s infinite;
	color: #D8FE51 !important
}
.fa-map {
	margin-left:-100px;
}
.bordtitle {
    position:relative;
    display:block;
}
.bordtitle:after {
    content:'';
    position:absolute;
    left:0; right:0;
    top:100%;
    margin:10px auto;
    width:50%;
    height:3px;
    background:#3B9E71;
}
/* egzaminai */
.current_page_item900 {
	color:#000 !important;
	pointer-events: none;	
}
/* page */
.border {
	border-bottom:2px solid #7E0A1A;
	width:30%;
	display:block; 
	margin-top:10px;
}
.bg-grey {
	background-color:#FFF;
	margin:30px 0;
	padding:30px !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bg-grey2 {
	background-color:#FFF;
	margin:15px 0;
	padding:30px !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	height:240px;
}
.egzaminai i {
	color:#218F5D  !important
}
.egzaminai a {
	color:#666 !important;
}
.egzaminai a:hover {
	text-decoration: none !important;
	opacity:0.8;
}
.bg-grey1 {
	background-color:#FFF;
	margin:0px 0px 30px;
	padding:30px !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* show if pass */
.customize-support .passnotshow {
	display:none !important;
}
/* logo */
.wpls-logo-showcase-slider-wrp {
	margin:0 0 -15px;
}
.wpls-logo-showcase .slick-dots {
	display:none !important;
}
.wpls-logo-cnt.slick-slide {
	-ms-filter:grayscale(100%);
	filter:grayscale(100%);
	opacity:0.4
}
.wpls-logo-cnt.slick-slide:hover {
	-ms-filter:grayscale(0%);
	filter:grayscale(0%);
	opacity:0.4
}
.partners {
	padding-bottom:30px;
}
/* naujienos */
.featimg {
	width:200px;
	height:auto;
}
.date {
	padding-bottom: 20px;
    font-size: 10px;
    color: #666;
    margin-top: -20px;
}
.news {
	margin-bottom:35px;
}
.border-bottom:last-child {
	border-bottom:none !important
}
.alignleft {
	float:left;
	margin-right:10px;
}
.alignright {
	float:right;
	margin-left:10px;
}
.panel-body {
	padding:15px;
}
/* navigation */
.navigation {
	margin:0 auto;
}
/* Įsivertinimas */
.submenuvertinimas {
	text-transform: initial;
	margin-left:20px;
}
.submenuvertinimas_3 {
	text-transform: initial;
	margin-left:30px;
}
.topvertinimas {
	margin-top:20px;
}
/* Naujienų archyvas */
ul.bycategories {
	margin: 0;
	padding: 0;
	}
	ul.bycategories li {
	list-style: none; 
	list-style-type: none;
	margin: 0; 
	padding: 0;
	}
	ul.bycategories li a {
	list-style: none; 
	list-style-type: none;
	margin: 0 20px 15px 0; 
	float: left; 
	background: #FFF; 
	color: #464646; 
	padding: 5px 10px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border:1px solid #0A7E48
	}
	ul.bycategories li a:hover{
	text-decoration: none; 
	background: #F1F1F1; 
	color: #333;
	}
	.clear{clear: both;}
/* DUK */
.duk li {
list-style: none;
padding:0 10px 0 0;
border-left:1px solid #CCC;
margin:0;
}
.duk {
	margin:0;
	padding:0 0 30px 10px;
}
.duk li a {
	padding-left:10px;
	display:block;
}
.duk li a:hover {
	opacity: 0.8;
}
/* analizes */

.wheel1 {
	width: 550px;
	height:650px;
	display:block;
	margin: auto;
	position: relative;
  }
.wheel {
	width: 550px;
	height:650px;
	display:block;
	margin: auto;
	position: relative;
  }
  .menu_opener {
	display: none;
  }
  
  .menu_opener:checked ~ .link_one {
	top: -36px;
	left:-50px;
	width:400px;
	height:400px;
  }
  .menu_opener:checked ~ .link_two {
	top: -36px;
	left: 210px;
	width:400px;
	height:460px;
  }
  .menu_opener:checked ~ .link_three {
	top: 225px;
	left:210px;
	width:400px;
	height:400px;
  }
  .menu_opener:checked ~ .link_four {
	left: -48px;
	width:300px;
	height:500px;
  }
  .menu_opener:checked ~ .barre_hamburger {
	opacity: 0;
  }
  .menu_opener:checked ~ .menu_opener_label:after {
	transform: rotate(45deg);
	top: 70px;
  }
  .menu_opener:checked ~ .menu_opener_label:before {
	transform: rotate(-45deg);
	top: 70px;
  }
  
  .menu_opener_label {
	background:url(images/ratas.svg) no-repeat;
	width: 300px;
	height: 300px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 180px;
	left: 180px;
	z-index: 10;
  }
  .menu_opener_label1 {
	background:url(images/turinys.svg) no-repeat;
	width: 400px;
	height: 400px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 168px;
    left: 160px;
	z-index: 10;
  }
  
  .link_general {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 225px;
	left: 225px;
	background: #ecf0f1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  a:hover {
	opacity:0.5
  }
  .link_one {
	background:url(images/rezultatai.svg) no-repeat
  }
  
  .link_two {
	background:url(images/pagalba_mokiniui.svg) no-repeat
  }
  
  .link_three {
	background:url(images/ugdymas.svg) no-repeat
  }
  
  .link_four {
	background:url(images/bendruomene.svg) no-repeat
  }
/* pagination */
.page-numbers {
	border: 1px solid #ccc;
    padding: 6px;
    margin: 5px;	
}
/* footer */
footer {
	background-color:#296151;
	color:#FFF;
	padding:20px 0;
	font-size:12px;
}
.copyright {
	font-size:10px;
	margin-top:30px;
}
footer .col-md-5 {
		margin-top:30px;
	}
footer a {
	color:#FFF;
}
footer a:hover {
	color:#FFF;
	text-decoration:none;
	opacity:0.8;
}
footer .top20 {
	margin-top:40px;
}
.logo-foot {
	width:300px;
}
footer img {
	width:140px;
}
/* Į viršų */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.sppc {
	font-size:10px;
}
/* Analizė */
.analize h3 {
	font-size:15px !important;
	font-weight: 400 !important;
}
.analize1 h3 {
	font-size:15px !important;
	font-weight: 400 !important;
	text-transform: none;
}
.tag {
	color:#CCC;
	display:inline-block;
	padding:10px;
	border:1px solid #ccc;
	font-size:12px;
	margin-bottom:5px;
}
.wp-core-ui .button-primary {
	background-color:#218F5D;
	border-color:#218F5D;
}
@media screen and (max-width:768px) {
	.news img {
	width: auto !important;
	height: auto !important;
	}
	iframe {
		width: 100%;
	}
	.wheel {
		width: 320px;
		display: block;
		margin: auto;
		position: relative;
		margin: 0 auto;
		text-align: center;
		height: 340px;
	}
	.link_general {
		width: 100px;
		height: 100px;
		display: block;
		border-radius: 50%;
		position: absolute;
		top: 105px;
		left: 105px;
		background: #ecf0f1;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.menu_opener_label {
		background: url(images/ratas.svg) no-repeat;
		width: 200px;
		height: 200px;
		display: block;
		cursor: pointer;
		position: absolute;
		top: 69px;
		left: 60px;
		z-index: 10;
	}
	.menu_opener:checked ~ .link_one {
		top: -6px;
		left: -20px;
		width: 200px;
		height: 200px;
	}
	.menu_opener:checked ~ .link_two {
		top: -7px;
		left: 120px;
		width: 199px;
		height: 260px;
	}
	.menu_opener:checked ~ .link_three {
		top: 132px;
		left: 120px;
		width: 200px;
		height: 200px;
	}
	.menu_opener:checked ~ .link_four {
		left: -18px;
		width: 150px;
		height: 300px;
		top: 131px;
	}
	.link_one {
		background:url(images/rezultatai.svg) no-repeat;
		background-size: 200px 200px;
	  }
	  
	  .link_two {
		background:url(images/pagalba_mokiniui.svg) no-repeat;
		background-size: 200px 200px;
	  }
	  
	  .link_three {
		background:url(images/ugdymas.svg) no-repeat;
		background-size: 200px 200px;
	  }
	  
	  .link_four {
		background:url(images/bendruomene.svg) no-repeat;
		background-size: 200px 200px;
	  }
}
@media screen and (min-width: 480px) {
.logo-foot {
	width:400px;
}
}
@media screen and (min-width: 768px) {
.slider {
		background:url(images/bg.jpg) no-repeat right bottom fixed; 
}
.latin {
	font-size:39px;
}
footer .text-center {
	text-align:left !important;
}
footer img {
	width:100px;
}
.submenu {
	margin:50px 0px 0px 440px;
}
.navbar-default {
	display:inline-block !important;
	padding-bottom:20px;
}
.mobile1 {
	text-align:left !important;
}
.mobile2 {
	display:none !important;
}
.desktop2 {
	display:block !important;
}
/* eurydice leidiniai */
#heading_citem_32f5-43b6 img {
	float: left;
    padding: 10px 10px 10px 0;
    margin-top: 10px;
}
.page-id-23685 .news img {
	float: left;
    padding: 10px 10px 10px 0;
}
}
@media screen and (min-width: 1024px) {
	.slider {
		background:url(images/bg.jpg) no-repeat left bottom fixed; 
		-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	}
	header {
	height:160px;
}
.logo {
	width:250px;
}
.navbar-brand {
	display:none !important;
}
.mobile {
	display:none;
}
.desktop {
	display:block !important;
}
footer .left40 {
	margin-left:110px;
}
footer img {
	width:100px;
}
.bg-bordo a {
	font-size:10px;
}
.submenu {
	margin:50px 0px 0px 690px;
}
.sppc {
	font-size:14px;
}
.dropdown-menu {
	background:rgb(16, 117, 71) !important;
	background:rgba(16, 117, 71,0.95) !important;
	border:none !important;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	width:230px;
	text-align:left !important;
	margin-top:8px !important
}
.dropdown-menu a {
	font-size:11px !important;
	padding:0;
}
.social {
	padding-top:15px;
}
}
@media screen and (min-width: 1280px) {
header {
	height:180px;
}
.logo {
	width:200px;
	margin-top:15px;
}
.submenu {
	right:60px
}
.bg-bordo a {
	font-size:11px;
}
}
@media screen and (min-width: 1440px) {
	.submenu {
	right:150px
}
.bg-bordo a {
	font-size:13px;
}
}
@media screen and (min-width: 1680px) {
	body {
		font-weight:400
	}
	.submenu {
	right:260px
}
}
@media screen and (min-width: 1920px) {
	.submenu {
	right:380px
}
}