Aligner-item2ct
modalDialog.pinchColor{color:#b3b3b3;font-weight:bold}.zoomColor{color:#1a1a1a;font-weight:bold}.erColor{color:#3fa9f5;font-weight:bold;font-style:italic}.touchColor{color:#414042}.touchLightColor{color:#ccc}.nColor{color:#2aace3}.swipeColor{color:#939598}.headerColor{color:#58595b}.footerLink,.footerLink a{font-size:12px;text-decoration:none;color:#666;cursor:pointer;font-weight:bold}.footerLink:hover{color:#414042;text-decoration:none}.footerCopyright{font-size:10px}.infobox{background:#EEE;border:1px solid #AAA;margin:15px auto 10px auto;padding:10px}.topPad{margin-top:20px}.codeHeight{max-height:160px;overflow:auto;}



body{  color: #666;
  font: 14px/24px "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-lerif;
  
  background: url('../texture.jpg');

  }

.layer2 {
position:fixed;
width:100%;
height:160px;
            bottom:0px;
        background: #58bad3;
z-index:100;
text-align:center;
color:white;
  display: block;

  margin-left: auto;
  margin-right: auto;
     opacity: .93; 
    font-size: 1.5em
}


h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1, h2, h3 {
    line-height: 40px
}

h1 {
    font-size: 38.5px
}

h2 {
    font-size: 31.5px
}

h3 {
    font-size: 24.5px
}

h4 {
    font-size: 17.5px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 11.9px
}

h1 small {
    font-size: 24.5px
}

h2 small {
    font-size: 17.5px
}

h3 small {
    font-size: 14px
}

h4 small {
    font-size: 14px
}


table {
  border-collapse: separate;
  border-spacing: 0;
margin-left:2%;margin-right:2%; background-color: #fff
}
.pointer:hover{
  cursor:pointer;
}
th,
td {
  padding: 6px 15px;
}
th {
  background: #42444e;
  color: #fff;
  text-align: left;
}
tr:first-child th:first-child {
  border-top-left-radius: 0px;
}
tr:first-child th:last-child {
  border-top-right-radius: 0px;
}
td {
  border-right: 1px solid #c6c9cc;
  border-bottom: 1px solid #c6c9cc;
}
td:first-child {
  border-left: 1px solid #c6c9cc;
}
tr:nth-child(even) td {
  background: #sdsdsd;
}
tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

tr:nth-child(even) {background-color: #f2f2f2}

















* Modal Content/Box */



.top {
    width: 100%;
}

.bottom {
    float: left;
    margin-left: 10px;
    display:inline-block;
}

#left {
    width:50%;
    clear: left;
}

#right {
    width: 46%;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 200%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: fixed;
    background-color: #fefefe;
    margin: auto;
    left:10%;
    padding: 0;
    border: 0px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s
}

.modal-content img {
    position: relative;


    padding: 20;

    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.03),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s
}











/* Add Animation */
@-webkit-keyframes animatetop {
    from {opacity:0} 
    to {opacity:1}
}

@keyframes animatetop {
    from {opacity:0}
    to {opacity:1}
}



.modal-header {
    padding: 2px 16px;
    background-color: #017c9e;
    color: white;
}

.modal-body {padding: 2px 16px;}
.modal img{padding: 20px;width:700px;}



.modal-footer {
    padding: 2px 16px;
    background-color: #017c9e;
    color: white;
}




input{
border:0; padding:8px !important
}

.modal-header input{
    padding: 10px 6px;
    background-color: #017c9e;
    color: white;
	border:0;width:47%;  font-size: 2em;
}





.alignright{text-align:right}

.modal-header input{
    padding: 10px 6px;
    background-color: #017c9e;
    color: white;
  border:0;width:47%;  font-size: 2em;
}





.alignright{text-align:right}



textarea{
  border:0;font-size: 1em; 
}



.closebg span{    color: #666;
	padding:10px  ;
 border-radius: 50%;
  border-style: solid;
  border-color: #eee;cursor: pointer;}

.close {
  float: right;
  font-size: 2.5em;
  font-weight: 700;
  opacity: 1;

}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;    background-color: #ccc;
}




.txtstuff {
  resize: none; /* remove this if you want the user to be able to resize it in modern browsers */
  overflow: hidden;
}

.hiddendiv {
  position: absolute;
  left: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
}

.txtstuff {
  resize: none; /* remove this if you want the user to be able to resize it in modern browsers */
  overflow: hidden;
}

.hiddendiv {
  position: absolute;
  left: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
}

/* the styles for 'commmon' are applied to both the textarea and the hidden clone */
/* these must be the same for both */
.common {
  width: 600px;
  min-height: 250px;
  font-family: Arial, sans-serif;

  overflow: hidden;
}


.Aligner {
  display: flex;
  align-items: left;
  justify-content: left;
}

.Aligner-item-square {
  max-width: 50%;
}
.Aligner-item {
  max-width: 50%;
padding-left: 100px;
	padding-right: 60px;
		padding-top: 60px;
}



.Aligner2 {
  display: flex;
  align-items: top;
  justify-content: center;
}

.Aligner-item2 {
  max-width: 30%;
padding-left: 50px;padding-right: 50px;
border-right:1px solid  rgba(160,220,220,0.8);
		margin-top:30px;	margin-bottom:30px;
}








.hideme{    display: none; /* Hidden by default */}



.layerImg{visibility:hidden ! important;


}

#vardsL{display: inline-block; font-size: 1.5em}
#uzvardsL{display: inline-block; font-size: 1.5em}
#valstsL{display: inline-block; font-size: 1.5em}
#pilsetaL{display: inline-block; font-size: 1.5em}

#title{visibility:hidden}

h3{margin-top:50px;
font-family: 'Sanchez', serif;
    
    
    
    font-size:1.6em;font-weight:normal; line-height:1.2em;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 2em 10% 2em 10%;
  margin: 1.5em 0;
  position: relative;}



.flexContainer {
  display:flex;
width:100%;
  

}
.flexContainer > img {
flex:1;
border:1px solid;
margin:1px;

}

h2{margin-bottom:0px;}
h1{font-family: 'Cinzel', serif;padding:0px; text-align: center;font-size:2.3em; }

.quilt{margin-top:70px;}

.controlHolder{    display: none ! important; /* Hidden by default */}





.modalDialog1 {
        position: fixed;

        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(255,255,255,0.6);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;

        
    }

    .modalDialog1:target {
        opacity:1;
        pointer-events: auto;
    }

    .modalDialog1 > div {
        width: 600px;
        position: relative;
        margin: 10% auto;
        padding: 20px 40px;
        border-radius: 0px;
        background: #58bad3;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        color: white;

    }

.closeintro {

        color: #FFFFFF;
        text-decoration: none;
        font-weight: normal;

    padding:20px;
line-height: 32px !important;
    }

.closetext:hover {  color: #FFFFFF;        background: rgba(0,0,0,0.1);        text-decoration: none; }
.closeintro:hover {  color: #FFFFFF;     text-decoration: none; }
.closetext {font-weight: normal;    
    
        border: solid 2px  rgba(255,255,255,0.4);padding: 5px;   padding-top:15px;padding-right:25px;text-decoration: none; margin-top:14px;     box-shadow: 0 6px 20px 0 rgba(0,0,0,0.03),0 6px 20px 0 rgba(0,0,0,0.03);}
        
.closetext:hover a{text-decoration: none}





        
.closetext2:hover {  color: #FFFFFF;        background: rgba(0,0,0,0.15);        text-decoration: none; }
.closeintro2:hover {  color: #FFFFFF;     text-decoration: none; }
.closetext2 {font-weight: normal;    background: rgba(0,0,0,0.1);  
    
        border: solid 2px  rgba(255,255,255,0.4);padding: 5px;   padding-top:15px;padding-right:25px;text-decoration: none; margin-top:14px;     box-shadow: 0 6px 20px 0 rgba(0,0,0,0.03),0 6px 20px 0 rgba(0,0,0,0.03);}
        
.closetext2:hover a{text-decoration: none}
        


input[type=search] {
  padding: 12px;
margin-top:5px;
  font-size: 17px;
  border: none;
    width:250px;
}

.search-container button {

  padding:5px;
        border-radius: 18px;
margin-bottom:0px;
  background: #ddd;
  font-size: 16px;
  border: none;
  cursor: pointer;
    width:50px;
}

.search-container button:hover {
  background: #ccc;
  
  
}
  
  
  .modal.in {
   display:block;

}



select {

width:260px;
padding:0px;
margin-top:7px;
border-radius:5px;
font-size:14px;
color:#666;

}











	#main {
		
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		max-width: 100%;
		z-index: 3;


margin-left:150px;
margin-right:150px;
height:880px;

background: rgba(255,255,255,1); 

	}

		#main article {
			
    height:94vh;
			position: relative;
			width: 3026px;
			max-width: 100%;

			border-radius: 4px;
			opacity: 0;
			background: rgba(255,255,255,1); 
		}

			#main article.active {
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
				opacity: 1;
			}

			#main article .close {
				display: block;
				position: absolute;
				top: 0;
				right: 0;
				width: 4rem;
				height: 4rem;
				cursor: pointer;
				text-indent: 4rem;
				overflow: hidden;
				white-space: nowrap;
				          margin-top:90px;
				          
				          
				      border-radius: 100%;
					background-position: center;
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 1%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E");
					background-size: 20px 20px;
					background-repeat: no-repeat;
                  background: rgba(0,0,0,0.1);     
				          
				          
			}

				#main article .close:before {
					-moz-transition: background-color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out;
					content: '';
					display: block;
					position: absolute;
					top: 0.75rem;
					left: 0.75rem;
					width: 2.5rem;
					height: 2.5rem;
					border-radius: 100%;
					background-position: center;
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 1%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E");
					background-size: 20px 20px;
					background-repeat: no-repeat;
				}

				#main article .close:hover:before {
					background-color: rgba(255, 255, 255, 0.075);
				}

				#main article .close:active:before {
					background-color: rgba(255, 255, 255, 0.175);
				}

		@media screen and (max-width: 736px) {

			#main article {
				padding: 3.5rem 2rem 0.5rem 2rem ;
			}

				#main article .close:before {
					top: 0.875rem;
					left: 0.875rem;
					width: 2.25rem;
					height: 2.25rem;
					background-size: 14px 14px;
				}

		}

		@media screen and (max-width: 480px) {

			#main article {
				padding: 3rem 1.5rem 0.5rem 1.5rem ;
			}

		}

iframe{ border-left: solid 10px white;border-right: solid 10px white;height:1300px;}
.inner li a{color:white;font-size: 20px;}
ul{list-style: none;}

form{padding:0;margin:-15px}


#whereSquare {
 	
  	width: 90%;
  	height: 20vh;
	
}
#whereSquare:hover {
    cursor: pointer;   
}


.resulttext{margin-left:5%;margin-right:5%;

    background-color: #c5c5c5;

    border: 0px solid #888;

padding: 10px 0 10px 20px;
    line-height:18px;

}

.kur{    font-size: 18px;line-height: 28px;color:#adadad;padding-bottom:10px;    text-transform: uppercase;}