/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,900&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,700&subset=latin,cyrillic);*/

body, p, td, div{
	font-family: 'source-sans-pro', sans-serif;
	font-size: 15px ;
	line-height: 21px;
	color:#000000;
	font-weight: 300;
}
body{
	background-color: #fff;
	margin:0px;
}
div {
	margin: 3px 0;
	padding:0px;
}

p {	margin: 0px 0px 20px 0px;
	padding:0px;
	text-align:justify;
	padding-right:0px;
	font-weight: 300;
}

a, a:link{
	color: #000;
	font-weight: 900;
	text-decoration: none !important;
	border-bottom: 2px #000 solid;
	-webkit-transition:border-color .2s ease-in;
        -moz-transition:border-color .2s ease-in;
        -o-transition:border-color .2s ease-in;
        transition:border-color .2s ease-in;
}
a:focus, a:hover, a:active{
	border-bottom: 2px #c4d60f solid;
}

h1 {  
	font-size: 32px ;
	font-weight: 900;
	line-height:38px;
	margin: 10px 0px 16px 0px;
	color: #000000;
}

h2 { 
	font-weight: 900;
	font-size: 20px ;
	line-height:26px;
	margin: 10px 0px 14px 0px;
	color: #000000;
}

h3 {
	font-size: 14px ;
	line-height:20px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color : #000000;
}

h4 {
	font-size: 14px ;
	line-height:20px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 10px 0px;
}

h5 {
	font-size: 14px ;
	line-height:20px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 10px 0px;
}

h6 {
	font-size: 12px ;
	line-height:16px;
	font-weight: normal;
	color: #000000;
	margin: 10px 0px 10px 0px;
}
ul, ol, li{
	margin: 0px;
	padding: 0px;
}
ul{
	margin-top: 3px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 20px;
	overflow:hidden;
	list-style-type:none;
}
ol{
	margin-top: 3px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 30px;
	overflow:hidden;
}
ul li {
	padding:0 0 0 10px;
	margin:3px 0 3px 0px;
	overflow: hidden;
	background: transparent url('../img/bullet.png') 0 9px no-repeat;
}
li {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: 300;
}
li > p {
    margin:0px;
    padding:0px;
}
form{
	margin:0px;
	padding:0px;
}
input {
	font-family: 'Source Sans Pro', sans-serif; 
	color:#000;
	line-height: 50px;
	background-color: #ffffff;
	height: 50px;
	border: 0px;
	font-size: 15px;
	font-weight: 300;
}

input[type=text],
input[type=email],
input[type=password] {
    margin: 0;
    padding: 0 10px;
    border:none;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=checkbox]{
	margin:0px;
	margin-top:3px;
	padding:0px;
	height:auto;
}
input[type=radio]{
	margin:0px;
	padding:0px;
	height:auto;
}
input[type=submit], input[type=button]{
	height:50px;
	color: #fff;
	font-weight: 900;
	/*padding:0 35px;*/
	width: 70px;
	border: none;
	margin:0;
	cursor:pointer;
	background: #c4d60f url('../img/icon_submit.png') 13px 14px no-repeat;
	-webkit-transition: background-color .2s ease-in;  
        -moz-transition: background-color .2s ease-in;  
        -o-transition: background-color .2s ease-in;  
        transition: background-color .2s ease-in; 
}

input[type=submit]:hover, input[type=button]:hover, button[type=submit]:hover, button[type=button]:hover{
	background-color: #adbd0d;
}
input[type=button]{
	height:36px;
}
input[disabled]{
	background-color:#ddd;
}
input[type=submit]:hover, input[type=button]:hover, input[type=image]:hover{
	/*filter: alpha(opacity = 60);
	-moz-opacity: 0.6;*/
}
button[type=submit],
button[type=button]{
	font-family: 'Source Sans Pro', sans-serif; 
	background-color: #c4d60f;
	border:0px;
	color: #ffffff;
	font-size: 19px;
	font-weight: 900;
	padding: 20px 30px;
	cursor: pointer;
	-webkit-transition: background-color .2s ease-in;  
        -moz-transition: background-color .2s ease-in;  
        -o-transition: background-color .2s ease-in;  
        transition: background-color .2s ease-in; 
}
textarea {
	font-family: 'Source Sans Pro', sans-serif; 
	font-size: 12px ;
	color:#c4d60f;
	padding:10px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 2px solid #d7e0e8;
	padding:10px 5px 5px 10px;
	font-weight: 300;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus{
	color: #333;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #202121;
    font-weight:normal;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #202121;
    opacity:  1;
     font-weight:normal;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #202121;
    opacity:  1;
     font-weight:normal;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #202121;
     font-weight:normal;
}

fieldset {
	margin:0px;
	padding:6px;
	border:1px solid #ddd;
	
}
select{
	border: 1px solid #ddd;
}
select, option{
	z-index:-1;
	height:28px;
	margin:0px;
	color: #c4d60f;
	font-family: 'Source Sans Pro', sans-serif; 
	font-size: 15px ;
	font-weight:300;
}
pre {
	/*font-family: "Verdana" , sans-serif, "Tahoma" , sans-serif,  "Arial" , sans-serif; */
	font-family: monospace;
	margin:0px;
	padding: 12px;
	border:1px solid #999;
	background-color: #f6f6f6;
}
legend{
	padding:2px 8px 2px 8px;
	/*font-style:italic;*/
	font-weight: bold;
	font-size: 12px;
	
	/*color:#869119;*/
	/*border:1px solid  #869119;*/
	/*border-right:3px double  #ddd;
	border-left:3px double  #ddd;*/
}
table{
	empty-cells: show;
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	/*border-collapse: collapse !important;*/
	border-spacing: 0 !important;
	/*border:2px #d7e0e8 solid;*/
}

table th, 
table td {
        padding: 10px 11px;
	/*border: 1px solid #f00;*/
        text-align: left;
}

table thead td{
	background-color: #d2d6d5;
	font-weight: 900;
	/*border-bottom:3px solid #c4d60f;*/
}

table tbody td{
	border-bottom: 1px #d2d6d5 solid;
}

table tbody tr:last-of-type td{
	border-bottom: 0px #d2d6d5 solid;
}

table tr.lenteles_antraste td, table td.lenteles_antraste {
	font-weight: 900;
	border-bottom:3px solid #c4d60f;
}

.paveiksliukas_prie_teksto{
	float:left;
	margin-right:15px;
}

.lentele_be_remo{
	border:0px;
}

table.lentele_be_remo, .lentele_be_remo td{
	border:0px;
}

/* pirmam ir paskutiniam paragrafui netaikyti margino*/

table td p:first-of-type{
	margin-top:0;
}

table td p:last-of-type{
	margin-bottom:0;
}

