@charset "utf-8";




body {
    font-family: Open Sans, Verdana, Geneva, sans-serif;
    margin: auto;
    font-size: 14px;
    background-color: #FFF;
}

@media screen and (max-width:700px) {
	body {
        font-size: 1em;
    }
}

@media screen and (max-width:850px) {
	body {
        width: 100%;
    }
}

@media screen and (min-width:832px) {
	body {
        width:800px;
    }
}



/*Augsha--------------------------------------*/
.top{
    width: 100%;
    /*background-color: black;*/
    }

@media screen and (max-width:700px) {    
    .top_banner{
        display: none;
        position:relative;
        height:0px;
        width: 100%;
        opacity: 0.7;
        }
}

@media screen and (min-width:900px) {    
    .top_banner{
    	display: block;
        height: 120px;
        width: 100%;
        /*background:#ffffff url('header.png') no-repeat;*/
        opacity: 0.8;
        }
}
   
.augshas_bars {
	position:relative;
	top: -20px;
	background: #FFF url('/design/augsha_bar.png') no-repeat;
	z-index: 1;
	}
    
.paralax-layer {
	position:absolute;
    }
    
/*HorizontÄ�lÄ� nafigÄ�cija----------------------*/
nav {
    position: absolute;
    top: 120px;
	margin-top: 0px;
    margin-left: 0px;
	font-size: 1.6em;
    text-align: center;
    background-color: #FFF;
  

    
	}
    
@media screen and (max-width:838px) {  
	nav {
    	display:none;
    }    
}

#me {
	background-color: #09F;
	}
	
nav div {
	height: 50px;
	display: inline;
	/*border-radius: 15px 15px 0px 0px;*/
	text-align: center;
	padding: 10px 20px 10px 20px;
	background-color: #CCC;
	font-family: Dosis, sans-serif;
	font-weight: 400;
	/*opacity: 0.5*/; 
	}
    
nav div:hover {
	background-color: #09F;
	opacity: 0.5;
	}
    
/*@media screen and (max-width:300px) {
	nav div{
        width: 100%;
        height: 50px;
        display: block;
        margin-top:2px;
        border-radius: 0px;
    }
}*/
	

#me:hover {
	opacity: 1;
	}

nav a:link {
	text-decoration:none;
	color: #FFF;
	}
	
nav a:visited {
	text-decoration:none;
	color: #FFF;
	}
	
nav a:hover {
	text-decoration:none;
	color: #FFF;
	}
	
nav a:active {
	text-decoration:none;
	color: #FFF;
	}  
    
#me a:hover {
	text-decoration:none;
	color: #FFF;
	} 
    
/*Drop-down menu------------------------------*/    
.menu {
	text-align: center;
    /*position: fixed;*/
    background-color: #FFF;
	width: 100%;
    height: 30px;
    padding: 10px 0px 10px 0px;
    /*background: #CCC;*/
}

@media screen and (min-width:838px) {  
    .menu {
        display: none;
    }
}
    
@media screen and (max-width:838px) {  
    .menu {
        display: block;
        
    }
}

.menu select {
	width: 250px;
    padding: 5px;
    border: solid 1px #CCC;
}

.menu div {
    background: #CCC; 
    padding: 20px 13px 10px 13px;
    margin-top: 10px;
    display: inline;
    width:40px;
}

#top_menu img {
	height: 20px;
    margin-right: 5px;
    margin-bottom: -1px;
}

.menu img {
	height: 20px;
}

.menu div:hover {
	background: #09F; 
    opacity: 0.5;
}


/*Centrs--------------------------------------*/
.mainpart{
	width: 100%;
	margin-top:40px;
	}
    
.content{
	width:93%;
	padding: 5px 25px 0px 20px;
	}
    
    
    
@media screen and (max-width:700px) {
.content{
	width:100%;
	padding: 5px 10px 0px 0px;
    margin-top: 30px;
	}
}
    
/*Saturs--------------------------------------*/
.content p {
	text-indent: 15px;
	text-align: justify;
	line-height: 1.5em;
	}
	
em {
	/*color: #09F;*/
	font-style: italic;
	}
	
strong {
	font-weight: 700;
	}
    
.text_ul, {
	list-style-image: url('flower_sm.png');
	line-height:2em;
    text-align:left;
	}
    
ol {
	line-height: 1.5em;
    text-align: justified;
}

ol li {
	padding-bottom: 5px;
}
    
.gray_text {
	background-color: #CCC;
    color: #FFF;
    font-size: 1em;
    padding: 1px 3px 1px 3px;
    border-radius: 5px;
    }
    
.blue_text {
	background-color: #09F;
    color: #FFF;
    font-size: 1em;
    padding: 1px 3px 1px 3px;
    border-radius: 5px;
    }
    
.lasit_talak_poga {
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin: 30px;
	}
    
.piezime {
	font-size:0.8em;
	color: #999;
    text-align: justify;
    }
    
@media screen and (max-width:700px) {
    .piezime {
        font-size:0.6em;
        }
}
    
.atsauksme {
	margin: 10px;
    padding: 5px;
    border: solid 1px #CCC;
    }
    
.clear_float {
	clear:both;
    height:1px;
    }
    
.social_buttons img {
	opacity: 0.15;
	}
    
.social_buttons img:hover {
	opacity: 0.3;
	}

/*LabÄ� puse-----------------------------------*/
aside {
	float: right;
	width: 120px;
    margin-top: 15px;
	}
@media screen and (max-width:900px) {
	aside {
    	display: none;
    }
}

/*Jaunumi-------------------------------------*/
.jaunumi_title {
	font-size: 1em;
    color: #FFF;
	background-color: #CCC;
    padding: 5px;
    opacity: 0.5;
    margin: 2px;
    }
    
@media screen and (max-width:700px) {
	.jaunumi_title {
        font-size: 1.2em;
        margin: 0px;
    }
}
    
.jaunums {
	border: solid 1px #CCC;
    margin: 2px;
    padding: 5px;
    font-size: 0.8em;
    }
    
@media screen and (max-width:700px) {
	.jaunums {

        margin-top: 10px;
        padding: 5px;
        font-size: 1em;
    }
}
    
.jaunums a:link {
	text-decoration:none;
	color: #09F;
	}
	
.jaunums a:visited {
	text-decoration:none;
	color: #09F;
	}
	
.jaunums a:hover {
	text-decoration:none;
	color: #09F;
	}
	
.jaunums a:active {
	text-decoration:none;
	color: #CCC;
	}  

/*Apaksha--------------------------------------*/
.bottom{
	height: 100px;
	width: 100%;
	clear: both;
	margin-top: 100px;
	padding-top: 10px;
	/*border: solid 1px #CCC;*/
	background:#FFF url('design/footer.png') no-repeat left;
	font-size: 0.8em;
	color: #CCC;
	}

@media screen and (max-width:700px) {
    .bottom{
        background:#CCC;
        font-size: 0.6em;
        color: #FFF;
        }
}
	
.apaksha {
	text-align:center;
	padding:5px;
	}
    
.apaksha img {
	opacity: 0.3;
	}
    
.apaksha img:hover {
	opacity: 0.5;
	}
    
.contacts {
	display:inline;
	width: 50px;
	text-align:left;
	padding:5px;
	float:right;
	}
	
/*Linki bottom--------------------------------*/
.bottom a:link {
	text-decoration:none;
	color: #09F;
	}
	
.bottom a:visited {
	text-decoration:none;
	color: #09F;
	}
	
.bottom a:hover {
	text-decoration:none;
	color: black;
	}
	
.bottom a:active {
	text-decoration:none;
	color: black;
	}
	
/*Linki tekstaa-------------------------------*/
.content a:link {
	text-decoration:none;
	color: #09F;
	}
	
.content a:visited {
	text-decoration:none;
	color: #09F;
	}
	
.content a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #09F;
	}
	
.content a:active {
	text-decoration:none;
	font-weight: bold;
	color: #09F;
	}

/*headeri-------------------------------------*/	



h1 {
	font-size: 1.6em;
    font-weight: 400;
	width: 97%;
	font-family: Dosis, sans-serif;
	/*background-color: #EEE;;*/
	margin-top: 40px;
    padding: 10px 10px 10px 10px;
	text-align: center;
	background: -webkit-linear-gradient(left, #EEE , white); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(right, #EEE, white); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(right, #EEE, white); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to right, #EEE , white); /* Standard syntax */
	}
    
.lanc_h1 {
	margin-left: -20px;
    width: 100%;
    font-weight: 400;
    background: rgba (255,255,255,0.8);
}

h2 {
	font-size: 1.2em;
    font-weight: 700;
	margin: 40px 0px 20px 0px;
	padding: 0px 0px 5px 20px;
    border-bottom: solid 1px #CCC;
    font-family: Dosis, sans-serif;

	}

h3 {
	font-size: 1em;
	padding-left: 20px;
	}

h4 {
	font-size: 1em;
	padding-left: 0px;}

h5 {
	font-size: 0.9em;
	padding-left: 0px;}

h6 {}

/*Blogs---------------------------------------*/
.bloga_ieraksts {
	margin: 20px;
	padding: 15px;
	border: solid 1px #CCC; 
	}

.bloga_ieraksta_thumbnail {
    width: 90px;
    height: 90px;
    }

@media screen and (max-width:700px) {
	.bloga_ieraksta_thumbnail {
        margin: auto;
        }	
}

@media screen and (min-width:480px) {
    .bloga_ieraksta_thumbnail {
        float: left;
        margin: 0px 25px 0px 0px;
        }
}

.bloga_ieraksta_nosaukums {
	padding: 1px;}

.bloga_ieraksta_ievads {
	margin: 15px 0px 6px 0px;
	}

.bloga_ieraksta_teksts {
	font-size: 12px;
	padding-left: 0px;
	margin: 15px 0px 6px 0px;
	text-align: justify;
	line-height: 1.5em;
	}
    
.bloga_ieraksta_bilde {
	border: solid 1px #CCC;
	padding: 3px; 
	width: 90px;
	height: 90px;
	float: left;
	margin: 15px 20px 10px 0px;
	}
    
/*.short {
	border: solid 1px #CCC;
    float: right;
    position: relative;
    top: 18px;
    padding: 5px;
    font-size: 1em;
    background-color: #CCC;
    color: #FFF}

.short:hover {
    background-color: #999;
}*/
.tldr {
    padding: 0px 0px 5px 0px;
    font-size: 1em;
    z-index: 30;

}

.tldr_header {
    float: left;
    background-color: #CCC;
    color: #FFF;	
    padding: 10px;
    cursor: hand; 
	cursor: pointer;
}

.tldr_content {
    display:none;
    border: solid 1px #CCC;
    height: 26px;
    padding: 3px;

}

@media screen and (max-width:700px) {
	.tldr_content {
        border: none;
    }
}
    
/*Bildes saturÄ�-------------------------------*/
.bilde_left {
	border: solid 1px #CCC;
	padding: 3px; 
	float: left;
	margin: 15px 20px 10px 0px;
	}
    
.bilde_left_close {
	border: solid 1px #CCC;
	padding: 3px; 
    padding-bottom: 0px;
	float: left;
	margin: 0px 20px 0px 0px;
	}
	
.bilde_right {
	border: solid 1px #CCC;
	padding: 3px; 
	float: right;
	margin: 0px 0px 0px 20px;
	}

.bilde_center {
	border: solid 1px #CCC;
	padding: 3px; 
	margin: auto;
	}

.bilde {
	border: solid 1px #CCC;
	padding: 3px; 
	margin: 5px;
	}
  
/*Komentari-----------------------------------*/   
.comment {
    width: 100%;
    }
    
  
.komentaru_lauks {
    margin-top:20px;
    }
    
.komentaru_lauks form {
	margin-bottom: 20px;
    }

.komentet_poga {
	color: #09F;
    font-weight: bold;
    }
    
.atsauksme {
	margin: 10px 0px 10px 0px;
    padding: 5px;
    border: solid 1px #CCC;
    }

/*Collapsable---------------------------------*/
.col_header {
	font-size: 1.1em;
    font-weight: bold;
	margin-left: 0px;
	border-bottom: solid 1px #CCC;
    /*cursor: hand; */
	/*cursor: pointer;*/
	}
    
.col_content {
	margin-left: 20px;
	}
	
/*fotodainu klucishi--------------------------*/
.fotodaina {
	display: inline;
	float: left;
	padding: 5px;
	margin: 5px;
	font-size: 0.9em;
	font-style: italic;
	border: solid 1px #CCC;
	}
    
/*Projektu galerija---------------------------*/
.projekts {
  	padding: 2px;
 	margin: 2px;
  	border: solid 1px #CCC;
  	height:150px;
  	width:125px;
  	float:left;
  	text-align:center;
  	}
.projekts img
  	{
  	display:inline;
  	margin:10px;
  	}
  
.projekts:hover {
  	border:1px solid #09F;
  	}
    
.projekta_nosaukums
  	{
  	text-align:center;
  	font-size: 0.8em;
  	width:100px;
  	margin:-10px 0px 0px 10px;
  	}

/*Foto galerija-------------------------------*/	
.foto_galerija {
  	padding: 0px;
 	margin: 3px;
  	border: solid 1px #CCC;
  	height:125px;
  	width:125px;
  	float:left;
  	text-align: center;
    cursor: hand; 
	cursor: pointer;
  	}
    
.foto_galerija:hover
  	{
  	border:1px solid #09F;
  	}
     
/*BilÅ¾u apskate-------------------------------*/
    
#bilzu_apskate {
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	z-index:21;
	background-color: #FFF;
	border: solid 1px #CCC;
    border-radius: 0px 0px 0px 0px;
    text-align:center;
    /*resize:both;*/
    padding: 20px;
	}
   
#bilzu_apskate img{
	position: absolute;
    top: 10px;
    left:10px;
    z-index: 22;
	}  

#next_pic {
    position: relative;
    float: right;
	z-index: 31;
    cursor: hand; 
	cursor: pointer;
	}
    
#prev_pic {
    position: relative;
    float: left;
	z-index: 31;
    cursor: hand; 
	cursor: pointer;
	}
    
#bilzu_apskate_close {
    position: relative;
    padding-top: 5px;
	padding-left: 5px;
	text-align:center;
	width: 45px;
	height: 40px;
	border: none;
	border-radius: 0px 0px 0px 40px;
	background-color: #FFF;
	color: black;
	font-size: 24px;
	font-weight:bold;
	cursor: hand; 
	cursor: pointer;
	z-index: 30;
	}

#bilzu_apskate_close:hover {
	color: #09F;
    }
	
#bilzu_apskate_next {
	position: relative;
    padding-top: 5px;
	padding-left: 5px;
	text-align:center;
	width: 60px;
	height: 30px;
	border: none;
	border-radius: 10px 0px 0px 10px;
	background-color: #FFF;
	color:black;
	font-size: 18px;
	cursor: hand; 
	cursor: pointer;
	z-index: 26;
	}
    
   
#bilzu_apskate_prev {
	position: relative;
    padding-top: 5px;
	padding-left: 5px;
	text-align:center;
	width: 60px;
	height: 30px;
	border: none;
	border-radius: 0px 10px 10px 0px;
	background-color: #FFF;
	color:black;
	font-size: 18px;
	cursor: hand; 
	cursor: pointer;
	z-index: 26;
	}

.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
	display:none;
}
	
/*Socialie------------------------------------*/
.social_buttons {
	width: 50%;
    margin: auto;
}

.social_like {
	display: inline;
   
	float: left;
	padding: 5px;
	margin-top: 20px;
	}

/*Randomizer----------------------------------*/
.rand_result {
	margin: 10px;
    padding: 5px;
    border: solid 1px #CCC;
    text-align: center;
	}
    
.rand_form {
	margin: 10px;
    padding: 5px;
    border: solid 1px #CCC;
    font-size:12px;
	}

.rand_button_frame {
	padding: 10px;
    text-align: center;
    }
    
.rand_button {
	border: solid 1px #CCC;
    border-radius: 10px;
    height:15px;
    width: 80px;
    background-color: #CCC;
    padding: 10px;
    color: #FFF;
    margin: 30px, 0px 0px 50px;
    cursor: hand; 
	cursor: pointer;
    }

#shuffle_result {
	display:none;
    }

/*Admin page----------------------------------*/
.admin_page {
	margin-top:18px;
    font-size: 12px;
    }
    
.admin_page fieldset {
	margin-top:15px;
    }
    
/*Tabulas-------------------------------------*/
table {
	border: solid 1px #CCC;
    padding: 5px;
    }
    
th {
	background-color: #CCC;
    padding:5px;
    }
td {
	background-color: #EEE;
    padding:5px;
    }
    
.total {
	background-color: #DDD;
    }
    
/*CV------------------------------------------*/
.cv {
	float: left;
    background-color: #CCC;
    padding: 7px;
    color: #FFF;
    text-align: center;
    margin: 2px;  
    }
    
/*.cv:hover {
	background-color: #09F;
    
}*/

#cv2 {
	color: black;
    font-weight: bold;
    }
    
#cv2:hover {
	background-color: #09F;
    
}
    
.cv a:link {
	text-decoration:none;
	color: black;
	}
	
.cv a:visited {
	text-decoration:none;
	color: black;
	}
	
.cv a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	}
	
.cv a:active {
	text-decoration:none;
	font-weight: bold;
	color: #FFF;
	}
    
/*Video---------------------------------------*/
.youtube_embed {
	width: 560px;
    height: 315px;
    border: 0px;
}

@media screen and (max-width:700px) {
    .youtube_embed {
        width: 200px;
        height: 112px;
    }
}

/*Previous-next no tabulas--------------------*/
.previous {
	float: left;
    padding: 10px
}

.next {
	float:right;
    padding: 10px;
}


/*----Kolonnas-------------------------------*/
.left_column {
	float: left;
    width: 42%;
    /*border-right: solid 1px #CCC;*/
    padding: 10px;
}

.lanc_latviski {
	float: left;
    width: 42%;
    padding-left: 20px;
}

.lanc_in_english {
	float: right;
    width: 42%;
    padding-left: 20px;
}

.lanc_jaun {
}

.lanc_news {
	display: none;
}

.lanc_news_item {
	border-bottom: solid 1px #CCC;
    margin-bottom: 60px;
    padding-left: 10px;

}

.lanc_news_title {
	/*text-transform: uppercase;
    font-size: 1.5em;*/
}

.lanc_news_date {
	font-size: 0.8em;
    font-style: italic;
    color: #555;
    text-align: right;
    margin-top: -40px;
    margin-bottom: 10px;
}

.lanc_news_item img {
	padding: 10px;
    width: 100%;
}

.right_column {
	float: right;
    width: 42%;
    padding: 10px;
}

.counter {
	border: solid 1px #CCC;;
    margin: auto;
    margin-top: 20px;
    background-color: rgba(255,255,255,0.4);
    width: 50%;
    height: 37px;
    border-radius: 10px;
}

.counter_fill {
	background-color: #09F;
    /*width: 100%;*/
    padding: 7px;
    color: white;
    text-align: center;
    margin: 2px;
    border-radius: 10px;
}

.mission_goal {
	color: #09F;
    font-size: 1.2em;
    margin: auto;
    width: 50%;
    text-align: center;
}

.small_date {
	font-size: 0.8em;
    color: #CCC;
    font-style: italic;
    text-align: center;
}

.paypal{
	margin-left: 20%;
}

.lancaster {
	margin-top: 60px;
    background-image: url("lancaster_header.jpg");
    background-repeat: no-repeat;
}

.lancaster img{
	width: 100%;
}

.lanc_menu {
	text-align: center;
	display: block;
    margin-top: 50px;
}

.lanc_menu_short {
	text-align: center;
	display: none;
    margin-top: 50px;
}

@media screen and (max-width:460px) {
	.lanc_menu_short {
        display: block;
    }
    .lanc_menu {
        display: none;
    }
}

@media screen and (max-width:700px) {
	.lanc_in_english {
        display: none;
    }
    .lanc_latviski {
        width: 92%;
    }
}

.lanc_menu div, .lanc_menu_short div {
	display: inline;	
    /*color: #333;*/
    border: solid 1px #CCC;
    padding: 5px;
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
}

.lanc_menu div:hover {
	color: #09F;
    border-color: #09F;
    cursor: pointer;
}

.lanc_menu_active {
	color: #09F;
}
.lanc_menu_inactive {
	color: #333;
}

.lanc_visible {
	display: block;
    width: 92%;
    float: left;
}

.lanc_invisible {
	display: none;
}

.lanc_button2 {
	text-align: center;
    display: inline-block;
    margin: auto;	
    text-align: center;
    margin-top: 40px;
    border: solid 1px #CCC;
    padding: 5px;
    text-transform: uppercase;

}

.lanc_button a:link {
	color: #444;
    border-color: #09F;
}

.lanc_button a:visited {
	color: #444;
    border-color: #09F;
}

.lanc_button a:hover {
	color: #09F;
    border-color: #09F;
    font-weight: 400;
}

.lanc_button a:active {
	color: #444;
    border-color: #09F;
}