/* CSS Document */


body {
	font-family:Verdana,Arial,Helvetica,Sans-serif;
}

a {
	color: lightblue;
}

.site-container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family:Verdana,Arial,Helvetica,Sans-serif;
}

.mobile-site-container {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family:Verdana,Arial,Helvetica,Sans-serif;
}

/*
#site_container {
	font-family:Verdana,Arial,Helvetica,Sans-serif;
}
*/

.pure-g [class *= "pure-u"] {
	font-family:Verdana,Arial,Helvetica,Sans-serif;
}

@media screen and (min-width: 5em) { /*more then 568px*/
	.site-container, .mobile-site-container {
		font-size: 0.54em;
	}
    
	.site-container {
		width:60em;
	}
}


@media screen and (min-width: 35.5em) { /*more then 568px*/
	.site-container, .mobile-site-container {
		font-size: 0.54em;
	}
    
	.site-container {
		width:60em;
	}
}

@media screen and (min-width: 48em) { /* 48em more then 768px*/
	.site-container, .mobile-site-container {
		font-size: 0.72em;
	}
    
	.site-container {
		width:60em;
	}
}
@media screen and (min-width: 61em) { /* 64em more then 1024px*/
	.site-container, .mobile-site-container {
		font-size: 1em;
	}
    
	.site-container {
		width:60em;
	}
}

@media screen and (min-width: 80em) { /*more then 1280px*/
	.site-container, .mobile-site-container {
		font-size: 1em;
	}
    
	.site-container {
		width:60em;
	}
}

* { margin: 0; padding: 0; }
img 	{ border: 0; }

.large-font {
	font-size: 1.25em;
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.from-left {
	float: left;
}

.from-right {
	float: right;
}

.clear { /* Useful generic clearing class. */
	clear: both;
}

.text-paragraphed {
    line-height: 1.4em;
}

.text-paragraphed li {
    margin-bottom: 0.5em;
}

.nomargin {
	margin-top: 0px;
	margin-bottom: 0px; /*coment*/
	margin-left: 0px;
	margin-right: 0px;
}

.nopadding {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.padding-all-2px {
	padding: 2px 2px 2px 2px;
}

.padding-all {
	padding: 1em 1em 1em 1em;
}


.skip { display: none;}
.hidden { display: none;}

.highlight-div {
	//border: 1px solid rgb(169, 202, 252);
	//border-radius: 0.6em;
	background-image: url(../images/background/site_bg.png);
	background-repeat: repeat-y;
	background-size: 100%;
}

.border-highlight-window {
	border: 1px solid rgb(169, 202, 252);
	border-radius: 0.6em;
	background-image: url(../images/background/site_bg.png);
	background-repeat: repeat-y;
	background-size: 100%;
}

.border-none {
    border: 0px 0px 0px 0px;
}

.border-highlight {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
}

.border-highlight-hidden {
    border: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
}

.border-top {
	border-top: 1px solid #ddd;
	/*margin-top: 1em;*/
	padding-top: 1em;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
	/*margin-bottom: 1em;*/
	padding-bottom: 1em;
}

.border-right {
	border-right: 1px solid #ddd;
	/*margin-right: 1.6%;*/
	padding-right: 1.6%;
}

.border-left {
	border-left: 1px solid #ddd;
	/*margin-left: 1.6%;*/
	padding-left: 1.6%;
}

.margin-top {
	margin-top: 1em;
}

.margin-bottom {
	margin-bottom: 1em;
}

.margin-top-05 {
	margin-top: 0.5em;
}

.margin-bottom-05 {
	margin-bottom: 0.5em;
}

.margin-right {
	margin-right: 0.5em;
}

.margin-left {
	margin-left: 0.5em;
}

.margin-all {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
}

/*
.site { 
	background-color:#eff2f2;  
}
*/

.site{ 
	background-image: url(../images/background/site_bg.png);
	background-repeat: repeat-y;
	background-size: 100%;
}

.site.index .site-container {
	background: url(../images/abava_aero/abava_aero_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.site #page_content{
	color: #FFF;
	font-size: 0.8em;
}


.site.index #header_bar{
	background-image: url(../images/background/site_header_language_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#teritory_highlight{
	background-repeat: no-repeat;
	background-size: 100%;
}

#header {
	height: 4.5em;	
} 

/* augstumu regulē abavas logo
#bar {
	height:10.5em;
	position:relative;
	width:100%;
}
*/
/*
.site #bar { 
	background:#999;
	width: 100%
}
*/
.site #bar { 
	background: transparent url('../images/background/site_header_bar_bg.png') repeat 0 0; 
	background-size: 100%;
}


#header_menu_login {
	background-color: #03B1D1;
}

/*
nav.pure-css-menu#header_menu> ul > li > a:hover, nav.pure-css-menu#header_menu> ul > li > a:focus {
text-decoration: none;
background-color: #199CEF;
}
*/

/*
#header_menu_language div {
    position: absolute;
    top:0; left:0;
    z-index:1;
    background-color: white;
    width: 100%;
    height: 100%;
}
*/

#main_menu {
	overflow:visible;
	position: relative;
	width: 100%;
}

#main_menu #main_menu_logo {
	display: block;
	position: relative;
	width: 100%;
	height: 10.3125em;
	background: transparent url('../images/abava_logo.png') no-repeat 0 0; /* w310 x h165*/
	background-color: white;
	background-size: 100% 100%;
	z-index: 1;
	outline: none;
	}

#main_menu #main_menu_logo:hover { background-color: #00A68A; }
#main_menu.mobile #main_menu_logo { background-color: #00A68A; }

#main_menu #main_menu_logo25 img{
    width: 100%;
    position: relative;
    background: transparent url('../images/web-logo-white-background.png') no-repeat 0 0; /* w310 x h165*/
    background-size: 100% 100%;
    top: -3.2em;
}

#main_menu #main_menu_logo25 img:hover { background-image: url('../images/web-logo-color-background.png'); }
#main_menu.mobile #main_menu_logo25 img { 
    background-image: url('../images/web-logo-color-background.png'); 
    top: 0em;
}

#main_menu #main_menu_logo30 img{
    width: 100%;
    position: relative;
    
    background: transparent url('../images/web-logo-white-background.png') no-repeat 0 0; /* w310 x h165*/
    background-size: 100% 62%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    top: -4.2em;
}
/*#main_menu #main_menu_logo30 img:hover { background-image: url('../images/web-logo-color-background.png'); }*/

#main_menu.mobile #main_menu_logo30_mobile img { 
background-image: url(../images/web-logo-white-background.png);
    width: 100%;
    position: relative;
    background-size: 100% 62%;
    background-position-y: 50%;
    top: 0em;
    background-repeat-y: no-repeat;
}



#main_menu #main_menu_logo30web {
	display: block;
	position: relative;
	width: 100%;
	height: 10.3125em;
	background: transparent url('../images/Abava-logo-balts 30web.png') no-repeat 0 0; /* w310 x h165*/
	background-color: white;
	background-size: 100% 100%;
	z-index: 1;
	outline: none;
	}

#main_menu #main_menu_logo30web:hover { background-color: #00A68A; }
#main_menu.mobile #main_menu_logo30web { background-color: #00A68A; }


#main_menu ul {
	/*width: 630px;*/
	/*height: 165px;*/
	line-height: 0.8em;
	font-weight: bold;
	margin-left: 0.625em;
	}

/* firefox gļučī
#main_menu ul li {
	display: inline;
}
*/

#main_menu ul a {
	position: relative;
	display: block;
	width: 85%;
	height: 6em;
	float: left;
	padding: 0px 5% 0.3em 5%;
	color: #ddd;
	cursor: pointer;
	margin: 0px 5% 5% 0px;
	background: transparent url('../images/background/main_menu_rule_bg.png') repeat-x 0 100%;
	font-size: 0.7em;
	text-decoration: none;
}

#main_menu ul a div {
    position: absolute;
    top:0; left:0;
    width: 100%;
    height: 100%;
    z-index:1;
    background-color: white;
}

#main_menu ul a div img {
    position: absolute;
    top:0; left:0;
}

#main_menu ul a:hover {
    cursor: pointer;
}


#main_menu ul a strong {
	color: white;
	line-height: 2em;
	text-decoration: none;
}

#main_menu ul strong {
	position: relative;
	display: block;
	//width: 150px;
	font-size: 1.6em;
	font-weight: normal;
	margin-top:-3px;
	text-decoration: none;
}

#main_menu ul a:focus, #main_menu ul a:hover, #main_menu ul a:focus strong, #main_menu ul a:hover strong { 
	color: white; 
	text-decoration: none; 
}

.site #main_menu ul a:focus, .site #main_menu ul a:hover, .site #main_menu ul .active a:hover, .site #main_menu ul .active a {
	background: #199CEF;	
}

/*
.site.about #main_menu ul .active a { background: #96A3AA; color: white; }
.site.about #main_menu ul a:focus, .site.about #main_menu ul a:hover, .site.about #main_menu ul .active a:hover { background: #A5B5BD; }
*/
/*
#content{
	height: auto;
	position: relative;
	margin: 35px 0 1.5em 0px;
}
*/
.site.index #content{
	height: 31em;
	margin: 8em 0em 3em 0em;
}

.down-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.right-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-left: 4px solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.left-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 2px;
	vertical-align: middle;
	border-right: 4px solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.input-error {
	background-color: red;
}

.closable-message-window {
    display: none;  /* ensures it’s invisible until it’s called */
}

.modal-message-window {
/*    display: none; *//* ensures it’s invisible until it’s called */
    position: absolute;  /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); /* IE 6 & 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000)"; /* IE8 */
    /*-moz-opacity: 0.7;*/ /* makes the div transparent, so you have a cool overlay effect */
    /*opacity: .70;*/
    /*filter: alpha(opacity=70);*/
    width: 100%;
    height: 100%;
    z-index: 90; /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}

.modal-message-window .message-window {
	/* display: none; */
	position: relative;
	/*left: 40%;*/
	top: 40%;
	margin-left: auto;
	margin-right: auto;
	/* padding: 25px; */
	border: 1px solid rgb(169, 202, 252);
	border-radius: 0.6em;
	/*background-color: lightgrey;*/
	background-image: url(../images/background/site_bg.png);
	background-repeat: repeat-y;
	background-size: 100%;
	width: 20em;
	/*height: 10em;*/
	z-index: 100;
	opacity: 1;
	font-size: 1.3em;
}

.message-window  .message-window-header  {
	/* outline: none; */
	/* border-width: 1px; */
	/* border-bottom: 1px solid transparent; */
	border-top-left-radius: 0.6em;
	border-top-right-radius: 0.6em;
	/* overflow: hidden; */
	padding: 0.3em; /*5px;*/
	height: auto;
	/* white-space: nowrap; */
	background-color: rgba(0,0,0,0.7);
	font-weight: bold;
	text-align: center;
}

.message-window  .message-window-content  {
    /*outline: none;*/
    /*overflow: auto;*/
    text-align: center;
    background-color: transparent;
    padding: 0.3em; /*5px;*/
    /*-webkit-background-clip: padding-box; background-clip: padding-box;*/
	height: auto;
	color: white;
}
.message-window  .message-window-footer  {
    /*outline: none;*/
    /*overflow: auto;*/
    text-align: center;
	height: auto;
	padding: 0.3em; /*5px;*/
}

.message-window  .message-window-footer > button  {
    /*outline: none;*/
    /*overflow: auto;*/
	padding: 0.1em; /*5px;*/
	border-radius: 0.3em;
	background-color: rgba(200,200,200,0.7);
}

/* pure CSS menu with 2 levels */

nav.pure-css-menu > ul > li > ul {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	right: 0;
	left: auto;
	position: absolute;
	top: 100%;
	z-index: 1000;
	float: left;
	min-width: 10em;
	border-radius: 4px;
	-webkit-box-shadow: 0 0.4em 0.8em rgba(0, 0, 0, 0.175);
	box-shadow: 0 0.4em 0.8em rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

nav.pure-css-menu ul ul {
	display: none;
}
nav.pure-css-menu ul li:hover > ul, nav.pure-css-menu ul li:active > ul, nav.pure-css-menu ul li:focus > ul {
	display: block;
}
nav.pure-css-menu ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
nav.pure-css-menu ul:after {
	content: ""; clear: both; display: block;
}
nav.pure-css-menu ul li {
	float: left;
}
nav.pure-css-menu ul li:hover a{
	background_color: #199CEF;
}
nav.pure-css-menu ul li a { 
	line-height: 1.5em;
	display: block; 
	text-decoration: none;
}


/*toggle a*/

nav.pure-css-menu > ul > li > a { 
	font-size: 1.12em;
	padding: 0em 0.5em 0em 0.5em;
	color: #FFFFFF; 
}

/* menu a*/

nav.pure-css-menu ul ul li a { 
	padding: 0.3em 1.25em;
	color: #fff;
}	
nav.pure-css-menu ul ul li a:hover {
	background: #4b545f;
}

nav.pure-css-menu ul ul {
	background: #5f6975; 
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 100%;
}
nav.pure-css-menu ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
}
nav.pure-css-menu ul ul ul {
	position: absolute; left: 100%; top:0;
}

/* pure CSS menu with 2 levels */


#home_submenu {
	background-image: url(../images/background/index_home_submenu_bg.png);
/*	height:416px;*/
/*	width:550px;*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 90%;
	color: #DDD;
}

/* sub-menu.....................................................*/ 
.sub-menu ul {
	list-style-type: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	/*background: transparent url('../images/submenu/submenu_rule.png') no-repeat 0 0px;*/
	/*background-size: 100%;*/
	margin: 0px;
	padding:0px;
}

.sub-menu ul li { display: inline; }

.sub-menu ul a {
	display: block;
	padding: 3px 0 2px 12px;
	/*background: transparent url('../images/submenu/sub.png') no-repeat 0 0;*/
	/*background-size: 100%;*/
	border-top: 1px dotted;
	width: auto;
	color: #DDD;
	font-weight: bold;
	text-decoration: none;
}
.sub-menu ul li:first-child a{
	border-top: none;
}

.sub-menu ul a:visited { color: #AAA; }
/*
.sub-menu ul a:focus, .sub-menu ul a:hover {	
	background-color: white;
	text-decoration: none;
	background: transparent url('../images/submenu/sub_hover.png') no-repeat 0 0;
	background-size: 100%;
	color: #FFF;
}
*/

.sub-menu ul a:focus, .sub-menu ul a:hover {	
	background-color: grey;
	text-decoration: none;
	color: #FFF;
}

.sub-menu.caret-right ul a:focus::after, .sub-menu.caret-right ul a:hover::after {	
	content: "";
	float: right;
	margin-right: 0.4em;
	margin-top: 0.3em;
	/*.right_caret*/
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-left: 0.3em solid;
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
}

.sub-menu.caret-left ul a:focus::before, .sub-menu.caret-left ul a:hover::before {	
	content: "";
	float: left;
	/*margin-left: 0.4em;*/
	margin-top: 0.3em;
	/*.left_caret*/
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 0.4em;
	vertical-align: middle;
	border-right: 0.3em solid;
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
}

.sub-menu ul .back a {
	padding: 3px 0 2px 24px;
	background: transparent url('../images/submenu/sub_back.png') no-repeat 0 0;
	width: 178px;
}

.sub-menu ul .back a:focus, .sub-menu ul .back a:hover {	
	background-image: url('../images/submenu/sub_back_hover.png');
}

#content .sub-menu ul a.active, #content .sub-menu ul a.active:visited {
	color: #333;
}

.sub-menu ul ul {
	font-size: .93em;
	border: none;
	background: transparent url('../images/submenu/sub.png') no-repeat 0 0;
	padding: 5px 0 5px 0;
	margin-bottom: 0;
}

.sub-menu ul ul a {
	padding: 0 0 0 20px;
	width: 182px;
	background-image: none;
	font-weight: normal;
}
.sub-menu ul ul a:hover {
	padding-left: 20px;
	width: 182px;
	background-image: none;
}


.sub-menu #clasifieds_menu_left a {
	color: #DDD;
}


.sub-menu .services_menu_header ul {
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.sub-menu .services_menu_header > a::before {
	content: "";
	float: left;
	/*margin-left: 0.4em;*/
	margin-top: 0.3em;
	/*.left_caret*/
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 0.4em;
	vertical-align: middle;
	border-right: 0.3em solid;
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
}


.sub-menu .services_menu_header > a {
	display: block;
	color: #AAA;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0 5px 0;
}


.sub-menu .services_menu_header.active > a {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0 5px 0;
}


.sub-menu .services_menu_header.active ul a {
	color: #DDD;
}


.sub-menu .services_menu_header > a:hover {
	color: #FFF;
}

/*
.sub-menu li.services_menu_header:hover ul {
	display: block;
}
*/


/*
.footer {
	border-top: 1px solid #ddd;
	margin-top: 2em;
	padding-top: 1em;
	padding-bottom: 2em;
}
*/

.footer {
	color: #FFF;
	margin-top: 1em;
	padding-bottom: 2em;
}

.footer p{
	margin: 0.5em 0;
	font-size: 0.8em;
}

#footer_menu {
	background: transparent;
	border: none;
}

#footer_menu a {
	color: #DDD;
	padding: 0px 20px;
	border: none;
	line-height: 1.2em;
}

#footer_menu li a:hover, #footer_menu li a:focus {
	background: none;
	color: aquamarine;;
}

.site.about #content .intro 		{ color: #999; }
.site.training #content .intro 	{ color: #666; }
.site.people #content .intro 	{ color: #7D7976; }
.site.rewards #content .intro 	{ color: #456397; }
.site.apply #content .intro 		{ color: #67505A; }
.site.meetus #content .intro 	{ color: #50611F; }

#content-body ul {
	margin: 1em 0 1em 3px;
}
#content-body li {
	margin: .4em 0 0 1em;
}

#content-body ol {
	margin: 1em 0 1em 8px;
}

/* Location */
/*
.static-img {
	width: 100%;
}
*/

#left_maps .static-img {
	height: 13em;
}

#center_maps .static-img {
	/*height: 23.4em;*/
    height: 40.64em;
}

.dynamic-img-container {
	position: relative; 
	width: 100%;
}

#left_valde_small .dynamic-img-container {
	height: 11.195em;
}

#left_valde .dynamic-img-container {
	height: 33.369em;
}

#left_maps .dynamic-img-container {
	height: 13em;
}

#left_services_small .dynamic-img-container {
	height: 5.407em;
}

#left_services .dynamic-img-container {
	height: 16.098em;
}

#center_maps .dynamic-img-container {
	height: 23.4em;
}

.dynamic-img-a {
	width: 100%;
}
/*
#left_maps .dynamic-img-a {
	height: 13em;
}
*/
#center_maps .dynamic-img-a {
	height: 23.4em;
}

.dynamic-img {
	width: 97%; 
	height: 100%;
	position: absolute; 
	left: 0px; 
	top: 0px;
	float: left;
}

.dynamic-img-strench {
	max-width: 97%; 
	max-height: 21em; 
    width: auto;
	height: auto;
	/*position: absolute; 
	left: 0px; 
	top: 0px;
	float: left;*/
}

.static-img {
	width: 97%; 
    display: block;
    margin: auto;
}

#clients_logo {
    background-color: #FFF;
    height: 35em;
    overflow: scroll;
}

#clients_logo [class *= "pure-g"] {
    display: block;
    vertical-align: middle;
}

#clients_logo div [class *= "pure-u"] {
    display: inline-block;
    vertical-align: middle;
}

.pure-table td {
    font-size: 0.85em;
}