@import url('reset.css');
/*@import url('btn.css');*/

html,
body {
  dbackground-image: url(../img/shum.png);
  background-image: url(../img/pexels-pixabay-159299c.jpg);
  dbackground-image: url(../img/pexels-neo-2653362.jpg);
	-ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
	
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	color: #fff;
    text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
	text-align:center;
	
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body:after {
    content: ' ';
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%,rgba(0, 0, 0, 0.55) 31%,rgba(0, 0, 0, 0.55) 70%,rgba(0, 0, 0, 0.85) 100%);
    dbackground: -webkit-linear-gradient(top, rgba(56,61,66, 0.25) 0%,rgba(56,61,66, 0.55) 31%,rgba(56,61,66, 0.55) 70%,rgba(56,61,66, 0.85) 100%);
    display: block;
    dposition: absolute;
	position: fixed;
    left: 0;
    top: 0;
	bottom:0;
    width: 100%;
    dheight: 100%;
	min-height:100% !important;
	min-height:100vh !important;
    dwidth: 100%;
    dheight: 100vh;
    dz-index: 200;
    dopacity: 0.5;
    dbackground-image: url(img/voda-3i.png);
    dbackground-color: rgba(0,0,0, 0.65);
    dbackground-attachment: fixed;
    dbackground-repeat: no-repeat;
    dbackground-position: 50% 0;
    dbackground-position: center;
    dz-index: 2;
    -ms-background-size: cover;
    -o-background-size: cover;
    d-moz-background-size: cover;
    d-webkit-background-size: cover;
    dbackground-size: cover;
    dz-index: 1;
}

.FirstPage{
	display:grid;
	grid-template-rows: 48px 1fr 68px;
	grid-template-columns: 23% 1fr 23%;
	dgrid-template-columns: calc(100vw / 23 * 3) 1fr calc(100vw / 23 * 3);
	grid-template-areas:
	'. h .'
	'. c .'
	'. f .';
	position:relative;
	dheight:100vh;
	dmin-height:100%;
	min-height:100vh;
	z-index:2;
}
@media (max-width: 767px){
	.FirstPage{
		grid-template-rows: 96px 1fr 68px;
		grid-template-columns: 5% 1fr 5%;
	}
}
header{
	grid-area:h;
}
.content{
	position:relative;
	grid-area:c;
	align-self: center;
}
footer{
	grid-area:f;
	align-self: center;
}

h1{
	font-size: 2.5rem;
	font-size: calc(28px + 10 * (100vw / 1280));
	font-size: calc(32px + 2 * (100vw / 1600));
    font-weight: 600;
    line-height: 1.5;
}
.h1{
	font-size: 2.5rem;
	font-size: calc(28px + 2 * (100vw / 1600));
    font-weight: 600;
    line-height: 1.5;
}

.h2{
	font-size: 2.5rem;
	font-size: calc(24px + 2 * (100vw / 1600));
    font-weight: 600;
    line-height: 1.5;
}

p{
	font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5;
	font-size: calc(22px + 2 * (100vw / 1600));
}
span.nbsp-min{
	font-size:1px;
	font-weight: 100;
}




.oo11{
	dtext-align:left;
}
.oo11 .sl{
	letter-spacing:3px;
	font-size: 1.5rem;
	font-size: calc(22px + 2 * (100vw / 1600));
	dfont-size: calc(22px + 10 * (100vw / 1280));
    font-weight: 400;
    line-height: 1.5;
	margin-top:5px;
	margin-bottom:10px;
}
.oo11 .fs{
	font-size:1.2rem;
}
.oo11 .btn{
	/*
	padding: .75rem 1.25rem;
    font-weight: 700;
	
	color: #333;
    text-shadow: none;
    background-color: #fff;
    border: .05rem solid #fff;
	
	padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
	
	color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
	
	    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	
	--breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
	*/
}
.oo11 .btn-p{
	margin-top:20px;
}
.oo11 .btn-p .btn-a{
	dbackground-color: #6c757d;
	display: inline-block;
	vertical-align: middle;
	padding: .375rem .75rem;
	padding: 10px 30px;
	line-height: 1.5;
	font-size: 1.2rem;
	border: 1px solid #6c757d;
	border-radius: .25rem;
	
	
	font-weight: 500;
    
	color:#fff;
	text-shadow: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.oo11 .btn-p .btn-a:hover{
	background-color: #fff;
	color: #212529;
}
@media (max-width: 767px){
	.oo11 .sl{
		letter-spacing:1px;
		font-size: 1.5rem;
		font-size: calc(22px + 2 * (100vw / 1600));
		font-weight: 400;
		line-height: 1.5;
		margin-top:5px;
		margin-bottom:10px;
	}
}




.oo12 p{
	font-size: 1rem;
	font-size: calc(16px + 2 * (100vw / 1600));
	color: rgba(255, 255, 255, .5);
}
@media (max-width: 767px){
	.oo12 p{
		font-size: calc(14px + 2 * (100vw / 1600));
		color: rgba(255, 255, 255, .5);
	}
}





.oo13 main{
	margin: 80px 0 60px 0;
	text-align:left;
	text-align:center;
	text-align:justify;
	text-align:left;
}
.oo13 main h1{
	font-size:2rem;
	font-size: calc(24px + 2 * (100vw / 1600));
	font-weight: 600;
	margin-bottom:25px;
}
.oo13 main p{
	font-size:1.2rem;
	font-size: calc(18px + 2 * (100vw / 1600));
	margin-bottom:20px;
	letter-spacing:1px;
	
	dborder-left: .25rem solid transparent;
	dborder-left-color: rgba(255, 255, 255, .25);
	dpadding-left:20px;
}
.oo13 main p:hover{
	border-left-color: rgba(255, 255, 255, .75);
}
.oo13 main h2{
	font-size: 1.75rem;
	font-size: calc(24px + 2 * (100vw / 1600));
    font-weight: 600;
    line-height: 1.5;
	margin-top:70px;
	margin-bottom:25px;
}
@media (max-width: 767px){
	.oo13 main{
		margin: 40px 0 60px 0;
		dtext-align:justify;
	}
}



.oo14{
	text-align:left;
}
.oo14 h1{
	margin-bottom:20px;
}
.oo14 .form-group{
	margin-bottom: 1rem;
}
.oo14 label{
	display: inline-block;
    margin-bottom: .5rem;
}
.oo14 .form-control{
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: rgba(255,255,255, 0.95);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.oo14 .form-control:focus{
    color: #495057;
    dborder-color: rgba(255,255,255, 0.99);
    outline: 0;
	doutline-color:rgba(0,123,255,.25);
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.65);
}
.oo14 small{
	display: block;
    margin-top: .25rem;
	font-size: 80%;
    font-weight: 400;
	dcolor: #6c757d!important;
	color: rgba(255,0,0, 0.00);
	text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, .0);
}
.oo14 small.error{
	color: rgba(255,0,0, 0.95);
	text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, .5);
}
.oo14 textarea{
	overflow: auto;
    resize: vertical;
	min-height:100px;
}
.oo14 .btn{
	margin-top:20px;
}
.oo14 .btn{
	background-color: rgba(255,255,255, 0.00);
	display: inline-block;
	vertical-align: middle;
	padding: .375rem .75rem;
	padding: 10px 30px;
	line-height: 1.5;
	font-size: 1.2rem;
	border: 1px solid #6c757d;
	border-radius: .25rem;
	
	
	font-weight: 500;
    cursor:pointer;
	color:#fff;
	text-shadow: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.oo14 .btn:hover{
	background-color: #fff;
	color: #212529;
}
.form-control-file{
    display: block;
    width: 100%;
	border-color: rgba(255,255,255, .0);
	border-bottom-color:rgba(255,255,255, .29);
	border-width:1px;
	border-style:dotted;
}
.legal_information{
	..display:none;
	margin-top:50px;
}
.legal_information .o1{
	margin-top:10px;
}







.oo20{
	display:grid;
	height:100%;
	
}
.oo20 .inner{
	display:grid;
	grid-template-columns: 1fr 1fr;
	align-self: center;
	grid-row-gap: 1em;
}
.oo20 .inner h4{
	font-size: 1.75rem;
	font-size: 1.55rem;
	font-weight: 500;
    line-height: 1.2;
	text-align:left;
}
.oo20 .inner .nav{
	display:grid;
	grid-template-columns: auto auto auto;
	justify-self: end;
	dgrid-row-gap: 1em;
	grid-column-gap: 10px;
}
.oo20 .inner .nav a{
	padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}
.oo20 .inner .nav .active{
	color: #fff;
    border-bottom-color: #fff;
}
.oo20 .inner .nav a:hover{
	border-bottom-color: rgba(255, 255, 255, .25);
}
@media (max-width: 767px){
	.oo20 .inner{
		grid-template-columns: auto;
	}
	.oo20 .inner h4{
		justify-self: center;
		margin-top:10px;
	}
	.oo20 .inner .nav{
		justify-self: center;
	}
}





.v_404 .text{
	font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
	color: rgba(255, 255, 255, .5);
}
.v_404 .text a{
	color: rgba(255, 255, 255, 1);
}
.v_404 div .a{
	margin:10px;
}
.v_404 div .a a{
	
	color: rgba(255, 255, 255, 1);
	line-height: 1.5;
}
.v_404 div a:hover{
	text-decoration: underline;
}





#myCanvas
{
  dheight:200px;
  dheight:100%;
  dwidth:100%;
  dmax-width:99%;
  dmin-width:800px;
  dposition:absolute;
  dbottom:0;
}
.canvas{
	position:relative;
	z-index:100;
	height:200px;
}
body
{
  dbackground:black url(https://s.cdpn.io/16327/texture_bg.jpg) no-repeat 50% 0px;
}
ddiv
{  
  dfont-family: 'Exo 2', sans-serif;
  dfont-size:24px;
  dtext-align:center;
  dcolor:white;
  
  dposition:absolute;
  
  dheight:100px;
  dwidth:200px;
  
  dtop:50%;
  dleft:50%;
  
  dmargin-top:-50px;
  dmargin-left:-100px;    
}
ddiv p
{
  dfont-size:15px;  //the subtitle is smaller
}
/*
.cover-container {
    max-width: 48em;
}
.zIndex{
	z-index:10;
}
.FirstPage{

}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #2ecc71;
  color: #2ecc71;
}
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
*/


