@charset "utf-8";

/*
* ========================================================================================
* FONTS
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic-ext,latin-ext,cyrillic);
/*font-family: 'Open Sans', sans-serif;*/
/*
* </> FONTS
* ========================================================================================
*/


/*
* ========================================================================================
* DEFAULT
*/
html {
	overflow-y:scroll;
}
html,body { 
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;

	height:100%;
	text-align:center;
}

/*
* ------------------------------------------------------------------------------------- 
* TEXT ELEMENTS
*/
p {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#5c5859;
	line-height:28px;
	
	margin-bottom:25px;
}

div p:last-child,
table p:last-child,
ul p:last-child,
li p:last-child,
ol p:last-child  {
	margin-bottom:0!important;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	text-decoration:none;
}

p a,
p a:link,
p a:visited,
p a:active {
	color:#0095da;
	text-decoration:none;
}
p a:hover {
	color:#f58220;
	text-decoration:none;
}



h1,
.pavadinimas1 {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:36px;
	color:#005882;
	line-height:30px;
	
	margin:0 0 25px 0;
}

h2,
.pavadinimas2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#3a4c54;
	line-height:26px;
	
	margin:0 0 5px 0;
}

h3,
.pavadinimas3 {
    font-weight: normal;
    font-size: 30px;
    color: #231e1f;
    line-height: 60px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.small {
	font-size:11px;
}
/* 
* </> TEXT ELEMENTS
* ------------------------------------------------------------------------------------- 
*/


/* 
* ------------------------------------------------------------------------------------- 
* UL ELEMENTS
*/
ul.bullet {
	list-style-image: url("../img/bullet.png")!important;
}
ul.bullet,
ol.bullet {
	margin:0 0 10px 20px;
}
ol,
ul.bullet li,
ul.bullet li p
ol.bullet li, 
ol.bullet li p {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#2e2e2e;
	line-height:26px;
	
	padding:0 0 0 10px!important;
}
ul.bullet li {
	/*margin-bottom:10px;*/
}
ol.bullet li {
	/*margin-bottom:25px;*/
}
ul.bullet li p,
ol.bullet li p {
	margin-bottom:25px;
}

ul.bullet li ul {
	/*list-style-image: url("../img/bullet_sub.png")!important;*/
}
ul.bullet li ul,
ol.bullet li ol {
	margin:0 0 0 20px!important;
}
/* 
* </> UL ELEMENTS
* ------------------------------------------------------------------------------------- 
*/


/* 
* ------------------------------------------------------------------------------------- 
* FORM ELEMENTS
*/
input,
textarea,
select,
button,
.form-control {
	font-family: 'Open Sans', sans-serif;
}
#bottom .form-control.input-sm {
	border-color:#e0e0df;
}
.form label{
	float:left;
}
.pc_form_thank_you{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;	
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
	margin-top:0px;	
}
/* 
* </> FORM ELEMENTS
* -------------------------------------------------------------------------------------
*/


/* 
* ------------------------------------------------------------------------------------- 
* TABLE ELEMENTS
*/
table th,
table td,
table td p {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#2e2e2e;
	line-height:26px;
}
table td p{
	margin-bottom:25px;
}

table.table thead {
	background-color:#e5f7ff;
}
table.table thead th {
	padding-top:20px!important;
	padding-bottom:20px!important;
}

table.object td,
table.object th {
	padding-top:8px!important;
	padding-bottom:8px!important;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #e5f7ff;
}
/* 
* </> TABLE ELEMENTS
* -------------------------------------------------------------------------------------
*/

hr.line {
	color:#d2d2d2!important;
	background-color:#d2d2d2!important;
	border-color:#d2d2d2!important;
	margin-bottom: 10px;
    margin-top: 10px;
	/*border:0;*/
}

.shadowed {
	-webkit-box-shadow: 0 2px 4px -2px #ccc;
	   -moz-box-shadow: 0 2px 4px -2px #ccc;
	        box-shadow: 0 2px 4px -2px #ccc;
}
.shadowed2 {
	-webkit-box-shadow: 0 4px 8px -4px #000;
	   -moz-box-shadow: 0 4px 8px -4px #000;
	        box-shadow: 0 4px 8px -4px #000;
}
.bordered {
	border:8px solid #FFF;
	-moz-box-shadow:0px 0px 1px 0px #e0e0d8;
	-webkit-box-shadow:0px 0px 1px 0px #e0e0d8;
	box-shadow:0px 0px 1px 0px #e0e0d8;
}
/*
* </> DEFAULT
* ========================================================================================
*/


/*
* ========================================================================================
* CLEARFIX
*/
.clearfix2:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix2 {
	display: inline-block;
}
 
html[xmlns] .clearfix2 {
	display: block;
}
 
* html .clearfix2 {
	height: 1%;
}
/*
* </> CLEARFIX
* ========================================================================================
*/


/*
* ICONS
* ========================================================================================
*/
.icon_search1 {
	display:block;
	background:url("../img/main.png") no-repeat;
	width:41px;
	height:41px;
	background-position: -20px 0;
}
/*
* </> ICONS
* ========================================================================================
*/


/*
* ========================================================================================
* LAYOUT
*/
#wrap {
	min-height: 100%;
}
#main,
#inner {
	overflow:hidden;
	padding-bottom:120px;
}
#footer {
	width:100%;
	margin:auto;
	
	position: relative;	
	z-index:2;
	clear:both;
	
	margin-top: -120px;
	height: 119px;
	border-top:1px solid #e2e2e2;
}
.container {
	position:relative;
}

/*
* </> LAYOUT
* ========================================================================================
*/


/*
* ========================================================================================
* TOP
*/
#top {
	height:100px;
	border-bottom:1px solid #e2e2e2;
}
#logo {
	text-align:center;
	margin:30px 0 0 0;
}
#slogan {
	font-weight:normal;
	font-size:48px;
	color:#231e1f;
	line-height:60px;
	margin-top:60px;
	margin-bottom:60px;
}
/*
* </> TOP
* ========================================================================================
*/


/*
* ========================================================================================
* CONTENT
*/
#cms_content {
	text-align:center;
	margin-top:85px;
	margin-bottom:50px;
}
#cms_content .row .col-md-3,
#cms_content .row .col-sm-6 {
	border-left:1px solid #e2e2e2;
	min-height:350px;
	padding-top:60px;
}
#cms_content .row .col-md-3:first-child,
#cms_content .row .col-sm-6:first-child {
	border-left:0;
}
#cms_content .logo {
	margin-bottom:45px;
	height:75px;
}
/*
* </> CONTENT
* ========================================================================================
*/


/*
* ========================================================================================
* LOGOS
*/
.logos {
	float:right;
}
.logos a{
	color:#333333;
}
.logos ul {
	margin:0;
}
.logos ul li {
	float:left;
	display:table;
    height:53px;
	margin-left:25px;
}
.logos ul li span {
	display:table-cell;
	vertical-align:middle;
}
.logos ul li:first-child {
	margin-left:0px;
}
/*
* </> LOGOS
* ========================================================================================
*/


/*
* ========================================================================================
* FOOTER
*/
#copyright {
	padding-top:50px;
}
#copyright,
#solution {  
	font-weight:normal;
    font-size: 14px;
	color: #5c5859;
	line-height:20px;
	text-align:left;
}
#copyright a,
#copyright a:link,
#copyright a:visited,
#copyright a:active,
#solution a,
#solution a:link,
#solution a:visited,
#solution a:active {
	color:#005b82;
	text-decoration:none;
	border-bottom:1px solid #005b82;
}
#copyright a:hover,
#solution a:hover {
	color:#005b82;
	text-decoration:none;
	border-bottom:0
}
#footer p{
	font-size:13px;
	text-align:left;
    line-height: 23px;	
}
.bottom-label{
	font-size:13px;
}
#footer .container{
	padding-top: 13px;	
}
@media(max-width:991px){
	#footer p {
		padding-bottom: 20px;
	}	
	.logos .text-left{
		text-align:center;
	}
}
/*
* </> FOOTER
* ========================================================================================
*/


/*
* ========================================================================================
* BUTTONS
*/
.btn_green {
	border:0;
	background-color:#89b739;
	color:#FFF!important;
}
.btn_green:hover {
	background-color:#95c73e;
	color:#FFF!important;
}

.btn_blue {
	border:0;
	background-color:#2485b2;
	color:#FFF!important;
}
.btn_blue:hover {
	background-color:#2892c4;
	color:#FFF!important;
}
.btn_pink {
	border:0;
	background-color:#d9165a;
	color:#FFF!important;
}
.btn_pink:hover {
	background-color:#ea1861;
	color:#FFF!important;
}
/*
* </> BUTTONS
* ========================================================================================
*/


.last {
	margin-right:0!important;
}
.last_bottom {
	margin-bottom:0!important;
}
@media(max-height:768px){
    .margin-top-20-small-height {
        margin-top:20px;
    }
}