html {
	width: 100%;
	height: 100%;
	padding:0;
	margin:0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family:'Open Sans',sans-serif;
	color: #333333;
	background: #011726;
	font-size: 14px;
	line-height: 100%;
}

a {
	text-decoration:none;
	color:#b5a1a4;
	border:0;
	outline:none;
}

a:hover {
	text-decoration:none;
	border:0;
}

a img {
	border:none;
}

input:-webkit-autofill {
	-webkit-box-shadow:0 0 0 1000px #fff inset;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.empty {
	padding: 10px 0;	
}

.clear {
	clear:both;
}

.relative {
	position: relative;
}

.center {
	text-align: center;
}

.disabled {
	display: none;
}

div, label, ul, li, a, span, iframe, body {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.outer {
	position: relative;
	width:100%;
	height: 100%;
}

.outer.product-container {
	background: #ccc;
	height: auto;
	min-height: 100%;
}


.inner {
	position: relative;
	margin: auto;
	max-width: 1400px;
}

.content {
	width:100%;
	padding:0 0 90px 0;
}

header {
	/*background: #01030f;*/
	background: #000818;
	width: 100%;
	height: 100px;
	/*
	-webkit-box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.3);*/
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

.intro {
	height: 100px;
	overflow: hidden;
	float: left;
	width: 50%;
	line-height: 120%;
}

.intro h2 {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 20px;
	color: #ccc;
	line-height: 150%;
}

.introscroll {
	overflow: auto;
	max-height: 100%;
	margin-right: -100px;
    padding-right: 100px;
    overflow-y: hidden;
}



.product-container footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;
	margin:auto;
}

.titul {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.main-container header {
	top: 0px;
	/*background: #020914;*/
}

header .logo {
	top: 10px;
	width: 164px;
	height: 90px;
}


header .menu {
	position: absolute;
	top: 34px;
}

.logo {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 225px;
	height: 123px;
}

.logo img {
	width: 100%;
	height: auto;
}

.titul .inner {
	height: 100%;
}

.titul .main {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
}

.titul h1 {
	margin: 0;
	padding: 0 0 30px 0;
	font-weight: 300;
	font-size: 40px;
	color: #ccc;
	line-height: 100%;
}

.titul p {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 20px;
	color: #ccc;
	line-height: 150%;
	/*width: 50%;*/
}

.titul .next {
	width: 60px;
	height: 60px;
	background: url(../include/images/arrow-down.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 50px;
	cursor: pointer;
}

.block {
	width: 100%;
	padding: 40px 20px;
	min-height: 200px;
}

.block.noheight {
	min-height: auto;
}

.block.gray {
	/*background: #ccc;*/
	background: white;
}

.block.white {
	background: #fff;
}

.block {
	border-top: 30px solid #ccc;
}

.block.nospace {
	border: none;
	padding: 20px 0;
}

.block:first-of-type { 
	border-top: none;
}

.block h2, .block h1 {
	text-align: center;
	/*color: #B72009;*/
	color: #333;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 30px;
	padding: 10px 0;
	margin: 0;
	line-height: 100%;
}

#myVideoHorizontal, #myVideoVertical {
	/*
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;*/
    
    position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#myVideoVertical {
	display: none;
}


.menu {
	position: absolute;
	top: 82px;
	right: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li {
	float: left;
	margin: 0 20px 0 0;
}

.menu li.language {
	margin: 0 0 0 5px;
}

.menu li a {
	display: block;
	padding: 8px 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 13px;
	color: #ccc;
}


.menu li a:hover {
	background: #000;
	color: white;
}

.menu li.language.active a {
	background: #ccc;
	color: black;
}


.menu li.language a {
	width: 32px;
	text-align: center;
	padding: 8px 0;
	font-size: 11px;
}

.menu li.language a:hover {
	background: none;
}

.menu li.language.active a:hover {
	background: white;
	border: 1px solid white;
}

.text {
	margin: auto;
	max-width:1300px;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	line-height: 150%;
	padding-left: 20px;
	padding-right: 20px;
}

.paragraph {
	margin: auto;
	max-width:1300px;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	line-height: 150%;
	padding-left: 20px;
	padding-right: 20px;
}


.video {
	margin: auto;
	max-width: 1000px;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	line-height: 150%;
	padding: 20px 0;
}

.video iframe {
	border: 10px solid white;
}

footer {
	/*background: #011726;*/
	background: #01030f;
	width: 100%;
	text-align: center;
	color: #999;
	font-weight: 300;
	padding: 20px 0;
}

footer.titulfooter {
	background: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 8;
}


footer.titulfooter .links {
	background: none;
}

footer.titulfooter .links a {
	color: white;
}




footer .soc {
	padding: 10px 0 0 0;
}

footer .soc a {
	display: inline-block;
	padding: 0 5px;
}

#map {
	width: 100%;
	height: 600px;
}

/* Products */

.products {
    max-width: 1300px;
    padding: 20px 0;
}

.products:after {
	content: '';
    display: block;
    clear: both;
}

.product {
	float: left;
	width: 30.33%;
	margin: 1.5%;
}

.product {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}

.product .mask {
	width: 100%;
	height: 350px; 
	position: relative;
	border: 10px solid white;
}
.product .mask img {
	height:100%;
	width:100%;
	object-fit:cover;
}

.product .thumbs {
	padding: 0 10px 0 10px;
}

.product .thumbs div {
	float: left;
	width: 23%;
	margin: 0 1.33%;
}

.product .thumbs div:first-child {
	margin: 0 1.33% 0 0;
}

.product .thumbs div:last-child {
	margin: 0 0 0 1.33%;
}

.product .thumbs div img {
	width: 100%;
	height: auto;
}

.product .thumbs:after {
	content: '';
    display: block;
    clear: both;
}

.product h2 {
	margin: 0;
	padding: 15px 0 0 10px;
	text-align: left;
	font-size: 20px;
	font-weight: 300;
	text-transform: none;
	line-height: 130%;
	color: black;
	height: 80px;
}

.product .more {
	background: #1A1F25;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: white;
	float: left;
	padding: 8px 35px;
	font-weight: 300;
	font-size: 13px;
	margin-left: 5px;
}

.product .more:hover {
	background: black;
}


.album-thumb {
	float:left;
	margin:5px 10px 5px 0;
	border:5px solid #efefef;
}

.album-container {
	float:left;
	margin:5px 10px 5px 0;
	width:160px;
	position:relative;
}

.album-container .album-thumb {
	margin:5px 10px 5px 0;
	border:5px solid #efefef;
}

.album-title {
	clear:both;
	text-align:center;
	padding:0 10px;
	height:70px;
	overflow:hidden;
	font-size:12px;
}

.album-thumb img {
	border:0;
}

.album {
	padding:10px 0 20px;
	position:relative;
	max-width: 1250px;
	margin: auto;
}

.album h2 {
	font-size:18px;
	font-weight:400;
	margin:10px 0 0;
	padding:10px 0;
}

.album-text {
	color:#666;
	padding:0 0 20px;
	line-height:130%;
	text-align:justify;
}

.grid:after {
	content:'';
	display:block;
	clear:both;
}

.grid-item,.grid-sizer {
	width:20%;
}


.grid-item {
	float:left;
	height:250px;
	width:20%;
	margin:0;
	padding:0;
	border:5px solid #fff;
}

.grid-item--width2 {
	width:40%;
}

.grid-item--height2 {
	height:500px;
}

.grid-item--height3 {
	height:315px;
}

.grid .album-container a {
	display:block;
	width:100%;
	height:100%;
}

.grid .album-container img {
	height:100%;
	width:100%;
	object-fit:cover;
}

.grid .album-thumb img {
	height:100%;
	width:100%;
	object-fit:cover;
}

.grid-title {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	color:#fff;
	padding:10px;
	font-size:12px;
	line-height:110%;
	background:url(../include/images/grid-title.png);
	pointer-events:none;
}

.photo .album {
	padding:3px;
}

.product-info {
	padding: 100px 0 0 0;
}

.links {
	background: #ccc;
	text-align: center;
	padding: 15px;
}
.links a {
	color: black;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	padding: 10px 20px;
	line-height: 100%;
}

.links h3, .links h2 {
	display: inline-block;
	margin: 0;
	padding: 0;
}

/*
.ugunsbumbas {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	z-index: 0;
}*/

.ugunsbumbas img {
	width: 50%;
	height: auto;
	margin-top: 30px;
}

#lastPostsLoader {
	width: 30px;
	height: 30px;
	margin: 10px auto;
	position: relative;
	display: none;
}


/*
.lightgallery {
	border: 3px solid white;
}*/