
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: url('img/bg-body.jpg');
	background-repeat: repeat;
	font-family: 'Droid Sans';
	font-size: 12px;
	color: #666;
}

header {
	width: 100%;
	text-align: center;
	background-image: url('img/r_atr-header-main.jpg');
	border-bottom: 3pt solid white;
}


header a:hover
{
     color:white;
     text-decoration:none;
     cursor:pointer;
		 	text-decoration: none;
}
header ul li{
	display: inline-block;
	list-style: none;
	margin-left: 34px;
	font-family: "Alegreya";
	color: white;
}
.divai{
margin-right: 8.5%;
}

img[src="img/zaisti.png"]{
width: 2%;
float: left;
padding: 0;
position: absolute;
margin-left: -5%;
margin-top: -1.5%;
}

img[src="img/zaisti2.png"]{
width: 2%;
float: left;
padding: 0;
display: inline-block;
position: absolute;
margin-left: -5%;
margin-top: -1.5%;
}


.slideriai {
		margin: 0px auto;
	text-align: center;
}
.sliders {
		margin: 0px auto;
		width: 95%;
		border: solid 5px;
		border-color: white;
		margin-bottom: 0px;
}
.slideriai>h1{
position:relative;
width: 700px;
background-color: black;
opacity: 0.7;
padding: 20px;
color: white;
font-size:2rem;

text-align: center;
top: -80px;
right: -150px;
}
img[src="img/egile.svg"] {
	width: 400px;

}
.info {
	background: rgba(77, 77, 77, 0.7) url(../img/bg-k10.png);
	border-left: 4px solid #89c236;
	padding: 13px 13px 13px 15px;
	font-style: italic;
	margin: 0px auto;
	width: 93.8%;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
	font-size: 1.3rem;
	line-height: 30px;
	text-align: justify;
	color: white;
}
button {
	background-image: url('img/button.jpg');;
	padding: 10px;
	color: white;
	border-radius: 10px;
	font-size: 12pt;
	margin-top: 8px;
	cursor:pointer;
}

.topnav {
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 100%;
}

.topnav a {
    
    margin: auto;
    display:inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.topnav a:hover {
    background-color: black;
    color: white;
}
.facebook{
	width: 50px;
	margin-bottom: 25%;
}
.play{
	width: 50px;
	margin-bottom: 25%;
}

.topnav .icon {
    display: none;
}
.active{
	background-color: #111 !important;
}



footer {
	height: 100px;
	background-image: url('img/r_atr-header-main.jpg');
}
footer ul {
	padding: 0;
	font-family: "Alegreya";
	text-transform: uppercase;
	color: white;
	font-size: 12pt;
	text-decoration:none;
	list-style: none;
	letter-spacing: 2pt;
	float: left;
}
footer li {
	padding-left: 1pt;
}
footer a{
	color: white;
	 text-decoration: none;
}

footer a:hover
{
     color:white;
     text-decoration:none;
     cursor:pointer;
		 	text-decoration: none;
}
footer ul li{
	display: inline-block;
	list-style: none;
	font-family: "Alegreya";
	color: white;
}
img[src="img/egile2.svg"]{
	width: 150px;
	margin: 0px auto;
	float: left;
	margin-left: 100px;
}
.active {
	color: #fff;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
		 -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
					box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
					padding: 10px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 95%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.container {
	background-color: white;
}

.text>h2 {
	font-size: 14pt;
	text-align: center;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	text-transform: uppercase;
	letter-spacing: 2pt;
	font-weight: lighter;
}
.text {
	width: 100%;
}
.playlist {
	float: left;
	margin-left: 20%;
}
.playlist2 {
	float: right;
	margin-right: 20%;
}
.playlistai {
	margin: 0, auto;
	text-align: center;
	padding-bottom: 20%;
	background-color: #404040;
	opacity: 0.7;
}
.playlistai>h1{
color: white;
font-size: 20pt;
padding: 20px;
padding-top: 2.5%;
padding-bottom: 3%;
}

.playlist>p{
	color: white;
	font-size: 14pt;
	padding: 10px 20px;
}
.playlist2>p{
	color: white;
	font-size: 14pt;
	padding: 10px 20px;
}
.asoctestas>img{
	border-radius: 18px;
	width: 100%;
	cursor: pointer;
}
.zaidimaspop>img{
	border-radius: 18px;
	width: 100%;
	cursor: pointer;
}
.veiklos>h1{
	font-size: 18pt;
	text-align: center;
	color: white;
	font-weight: bold;
	margin-bottom: 3%;
}
.asoctestas>p{
	font-size: 14pt;
	color: white;
	margin-top: 2%;
	line-height: 25px;
	margin-left: 2%;
}
.zaidimaspop>p{
	font-size: 14pt;
	color: white;
	margin-top: 2%;
	line-height: 25px;
	margin-left: 2%;
}
.asoctestas>button{
	margin-bottom: 3%;
	margin-left: 3%;
	margin-top: 3%;
}
.zaidimaspop>button{
	margin-bottom: 3%;
	margin-left: 3%;
	margin-top: 3%;
}
.veiklos{
	display: inline-block;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
}
.asoctestas{
	margin-left: 7%;
	float: left;
	width: 40%;
	position: relative;
	display: block;
	background-color: rgba(140, 4, 69, 0.7);
	border-radius: 18px;

}
.zaidimaspop{
	margin-right: 7%;
	float: right;
	width: 40%;
	position: relative;
	display: block;
	background-color: rgba(18, 119, 49, 0.7);
	border-radius: 18px;
}
.video {
	margin: 0px auto;
	text-align: center;
	padding-bottom: 5%;
}
.titlas>h1 {
	color: white;
	font-size: 20pt;
	padding: 10px;
	text-align: center;
	margin-top: 2%;
}
.forma {
	color: white;
	font-size: 20pt;
	padding: 10px;
	text-align: center;
	margin-top: 2%;
}


@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
margin: 0px auto;
text-align: center;
margin-bottom: 2%;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:60px;
	width: 450px;
	text-align: center;
	margin: 0px auto;
  margin-top:30px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

#name{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-image: url('img/button.jpg');
	/*background-color: #3498db;*/
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}

.submit:hover {
	color: #3498db;
}

.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}
@media only screen and (min-width: 967px) and (max-width: 1078px){
#myTopnav a{
font-size: 12px;
}


}
@media only screen and (min-width: 800px) and (max-width: 967px){
#myTopnav a{
font-size: 11px;
letter-spacing: 1px;
padding: 14px 10px;
font-weight: bold;
}


}


@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}
h5 {
	color: white;
	font-size: 20pt;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: rgba(179, 0, 95, 0.7);
	font-weight: bold;
}
@media only screen and (min-width: 320px) and (max-width: 1500px) {
  .nav {
    width:100%;
		font-size: 14px;
		font-weight: bold;
  }
 .navigation .nav > li > a:focus,
.navigation .nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px;
}
	footer ul {
		width:100%;
		font-size: 8px;
	}
  .nav-item {
    width:100%;
    float:none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1250px) {

	footer ul {
		width:100%;
		font-size: 9px;		
		letter-spacing: 1pt;
		font-weight: bold;
	}

}
@media only screen and (min-width: 1250px) and (max-width: 1830px) {

	footer ul {
		width:100%;
		font-size: 12px;		
		letter-spacing: 1pt;
		font-weight: bold;
	}

}
@media only screen and (min-width: 320px) and (max-width: 1300px) {
img[src="img/egile2.svg"] {
		width: 120px;
		margin-top: 1.5%;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1300px) {
.nav>li {
   		font-size: 10pt;
		font-weight: bold;
		letter-spacing: 1pt;
  }

}

@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.nav>li {
		display: block;
		position: relative;
		line-height: 20pt;
		margin: 0px auto;
	}
	#return-to-top {
		display: none;
		opacity: 0;
}
	#return-to-top i {
    display: none;
    opacity: 0;
}
.icon-chevron-up{
	display: none;
	opacity: 0;
}

	img[src="img/egile.svg"]{
	width: 200px; 
}
footer {
	display: none;
}
header {
	background-image: url('img/header2.png');
	background-size: cover;
}
.nav {
	width:100%;
	font-size: 15px;
	font-weight: 800;
	margin: 0px auto;
}
.active {
	background-size: 100%;
}
.active {
	margin: 0px auto;
}

}
@media only screen and (min-width: 500px) and (max-width: 1100px) {
	img[src="img/egile.svg"]
	{
	width: 300px;
	}

}

@media only screen and (min-width: 120px) and (max-width: 914px) {
.slideriai > h1{
	font-size: 16px;
	padding: 5px;
	width: 320px;
	top: -140px;
right: -20px;

	}
	.sliders {
		margin-bottom: 8%;
	}

}

@media only screen and (min-width: 810px) and (max-width: 1395px) {
.playlistai {
	width: 100%;
	height: 200px;
}

}

@media only screen and (min-width: 120px) and (max-width: 1173px) {
.playlistai {
	display: block;
	height: 500px;
}
.playlist{
	float: none;
	text-align: center;
	position: relative;
	display: block;
		margin: 0px auto;
}
.playlist2 {
	float: none;
	text-align: center;
	position: relative;
	display: block;
	margin: 0px auto;
}
.playlistai > h1{
	font-size: 16pt;
}
.titlas > h1 {
	font-size: 16pt;
}
.forma>h1 {
	font-size: 16pt;
}
}
@media only screen and (min-width: 120px) and (max-width: 540px) {
	.playlistai {
		display: block;
		height: 600px;
	}
}

@media only screen and (min-width: 120px) and (max-width: 580px) {
.info {
	width: 90%;
}

#form-div {
	margin: 0px auto;
}

}
@media only screen and (min-width: 100px) and (max-width: 500px) {
	iframe {
		width: 90%;
	}
th{
font-size: 1.15rem;
}
td{
font-size: 1.15rem;
text-align: center;
}
#vartotojas{
font-size: 1.3rem;
}
#zaidejas{
font-size: 1.3rem;
}
}

@media only screen and (min-width: 100px) and (max-width: 354px) {

	.slideriai > h1{
		width: 80%;
	}
}
@media only screen and (min-width: 100px) and (max-width: 315px) {

	.slideriai > h1{
		top: -120px;
	}
}
@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    position: absolute;
    top: 0;
  }
  .veiklos {
	display: block;
}
.veiklos>p{
	font-size: 2rem;
}
.asoctestas{
	float: none;
	position: relative;
	display: block;
		margin: 0px auto;
		width: 80%;
		margin-bottom: 3%;
}
.zaidimaspop {
	float: none;
	position: relative;
	display: block;
	margin: 0px auto;
	width: 80%;
}
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .icon{
  	position: absolute;
  	right: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .active {
  	width: -webkit-fill-available;

  }
  #myTopnav a{
  	  }
  #myTopnav{
padding-left: 0%;
text-align: center;
  }}
  #return-to-top {
    position: fixed;
    bottom: 60px;
    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;
}
