/*--------------- resets START ---------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; 
}

body {
	line-height: 1; 
}

ol, ul {
	list-style: none; 
}

blockquote, q {
	quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; 
}

table {
	border-collapse: collapse;
	border-spacing: 0; 
}

a, img, div {
	border: none;
	outline: none;
}

/*--------------- resets END ---------------*/

/*--------------- template START ---------------*/
html {
	overflow-y:scroll;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background: #000;
	font-family: 'Titillium Web';
	font-weight: normal;
	font-size: 15px;
	color: #b5b5b5;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

p {
	padding: 0 20px;
	line-height: 26px;
	font-size: 18px;
}

p span {
	color: #fff;
}

p a {
	text-decoration: underline;
}

h1, h2 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	line-height: 1.2em;
}

h3 {
	font-weight: normal;
	font-size: 20px;
	padding: 0 0 34px 20px;
}

h4 {
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	padding: 3px 20px;
}

/* homepage new */

.ns_homepage footer.first-page {
	position: relative;
	margin: 0;
}


.ns_homepage #logo {
	position: static; 
	margin: 45px auto 0 auto;
}

.ns_homepage header.first-page {
	background: url(../images/header_bg.jpg) no-repeat bottom center;
	height: 170px;
}



.ns_homepage .ns_land_wrap .ns_land {
	position: relative;
	overflow: hidden;		
		width: 50%;
		/*float: left;*/
	left: 25%;
}

@media screen AND (max-width: 768px) {
	.ns_homepage .ns_land_wrap .ns_land {
		width: 100%;
	}

	.ns_homepage #logo {
	    /* width: 120px; */
	    width: 167px;
	}
}



.ns_homepage .ns_land_wrap .ns_land img.big {
	width: 100%;
	height: auto;
}

.ns_homepage .ns_land_wrap .ns_land img.napis {
	bottom: 5px;
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	margin: auto;
	width: 279;
	text-align: center;
	height: 43px;
}



.ns_homepage .ns_land_wrap .ns_land:before {
	content: "";
	    background: rgb(0,0,0);
	    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 82%, rgba(0,0,0,0.5) 100%);
	    height: 100%;
	    width: 100%;
	    z-index: 1;
	    position: absolute;	
}



.ns_homepage .ns_land_wrap .ns_land:hover:before {
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 82%, rgba(0,0,0,0.3) 100%);
	transition: all 0.5s ;
}



/*.ns_homepage .ns_land_wrap h2 {
	font-family: 'Titillium Web';
	font-weight: bold;
	position: absolute;
	z-index: 99999999;
	bottom: 64px;
	color: #ddd;
	left: 0;
	right: 0;
	margin: auto;
	width: 400px;
	text-align: center;
	font-size: 40px;
	}
}*/

.ns_homepage #header-content,
.ns_homepage #footer-content {
	width: 100%;
}

.ns_homepage #footer-content {
	padding: 0;
}

 
/* header */

header {
	width: 100%;
	float: left;
	height: 101px;
	position: relative;
	z-index: 2;
	background: url(../images/header_bg.jpg) no-repeat top center;
	overflow: hidden;
}

header.first-page {
	background: url(../images/header_bg.jpg) no-repeat top center;
}

#header-content {
	width: 996px;
	margin: 0 auto;
	height: 83px;
	position: relative;
	/*background: url(../images/crta.png) bottom right no-repeat;*/
}

#logo-shadow {
	width: 194px;
	height: 83px;
	position: relative;
	background: url(../images/logo_shadow.png) no-repeat;
	float: left;
}

#logo {
	position: absolute;
	width: 167px;
	margin-top:7px;
}

header.first-page #logo {
	background: none;
}

.animate-line {
	position: absolute;
	background: /*#00dd00*/ url(../images/arrow.png) no-repeat;
	height: 1px;
	width: 200px;
	left: -200px;
	bottom: 0;
}

.animate-line_2 {
	position: absolute;
	background: /*#00dd00*/ url(../images/arrow.png) no-repeat;
	height: 1px;
	width: 200px;
	right: 0;
	
}
/*top nav */

#top-nav {
	float: right;
	margin-top: 26px;
	clear: right;
}

#top-nav ul {
	float: left;
	margin: 0;
}

#top-nav ul li {
	float: left;
	margin-left: 47px;
	margin-right:2px;
	letter-spacing:2px;
}

#top-nav ul li a {
	font-size: 15px;
	float: left;
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
	color: #c8c8c8;
	text-transform:uppercase;
}

#top-nav ul li a:hover {
	color: #fff;
	text-decoration: none;
    transition: all 0.5s ease 0s;
}

#top-nav ul li.active a,
#top-nav ul li.active a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}

/*big nav */

#big-nav {
	float: right;
	margin:1px 0px 0 0;
	width:600px;
	clear: right;
}

#big-nav ul {
	float: right;
	margin: 0;
	text-transform:uppercase;
}

#big-nav ul li {
	float: left;
	margin:0 0 0 5px;
}

#big-nav ul li a {
	font-size: 20px;
	padding: 10px 0px 10px 28px;
	color: #ddd;
	float:left;
	font-weight:bold;
	letter-spacing:2px;
}

#big-nav ul li a:hover {
	color: #fff;
	text-decoration: none;
    transition: all 0.5s ease 0s;
}

#big-nav ul li.active a,
#big-nav ul li.active a:hover {
	color: #fff;
}

/* main */

#main {
	width: 100%;
	float: left;
}

#main-content {
	width: 990px;
	min-height: 528px;
	padding: 35px 0 50px 0;
	margin: 0 auto;
}
#main-content p {
	padding:0 0 10px 0px;
}
#main-content h1 {
	font-weight: bold;
	color:#fff;
	font-size: 25px;
	line-height:30px;
	padding: 0 0 14px 5px;
	text-transform:uppercase;
	letter-spacing:4px;
	text-align:center;
	margin-bottom:30px;
	font-style:italic;
	
}
#main-content h2 {
	font-weight: normal;
	color:#fff;
	font-size: 20px;
	line-height:22px;
	padding: 10px 0 10px 20px;
}
#main-content h3 {
	font-weight: normal;
	color:#fff;
	font-size: 16px;
	line-height:18px;
	padding: 10px 0 10px 0px;
}
#main-content a {text-decoration:underline;}
#main-content a:hover {text-decoration:none;}

#main-content table td {
	vertical-align:top;
}
#main-content table td img {float:left;}

/* footer */

footer {
	width: 100%;
	float: left;
	margin-top:20px;
}

footer.first-page {
	position: absolute;
	bottom: 0;
	left:0;
	z-index: 2;
}

#footer-content-wrap {
	width: 100%;
	float: left;
	background: url(../images/footer_bg.jpg) no-repeat top center #000;
	height:70px;
	
}

#footer-content {
	width: 990px;
	margin: 0 auto;
	font-size: 18px;
	color: #C8C8C8;
	padding: 26px 20px;
	letter-spacing:2px;
}

#footer-content.ns_landbase {
	width: 956px;
}

#footer-content a {
	color: #C8C8C8;
}

#footer-content a:hover {
	color: #fff;
	text-decoration: none;
    transition: all 0.5s ease 0s;
}

#footer-content span {color:#818181;}

/* back */

#back {
	width: 100%;
	min-width: 996px;
	float: left;
	background-color:#000;
	background-position:top center no-repeat fixed;
	/*background: #191919 url(../images/main-back.png) top center no-repeat fixed;*/
}

/* facebook like*/

.fb-like {
	float: right;
}

/*--------------- template END ---------------*/

/*--------------- first page START ---------------*/


	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; /*background:url(progress.gif) no-repeat center center;*/}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; bottom:0; padding-bottom: 70px; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
			
			#slidecaption {float:left; padding:21px 0 0 10px; display:inline; }
			#slidecaption h1, #slidecaption h2 {font-size: 20px; font-weight: bold; color: #fff; line-height: 26px; letter-spacing:4px; text-transform:uppercase;}
			#slidecaption h1 a, #slidecaption h2 a {color: #C8C8C8; text-decoration:none; font-weight:normal; font-style:italic; text-transform:none !important;}
			#slidecaption h1 a:hover, #slidecaption h2 a:hover {color: #fff; text-decoration:underline; transition: all 0.5s ease 0s;}

			ul#slide-list{float:right; }
				ul#slide-list li{ width: 16px; height: 16px; float: left; margin-left: 5px; cursor: pointer; }
					ul#slide-list li a{ display:block; width:16px; height:16px; background: url(../images/place.png) top no-repeat; text-decoration:none;}
					ul#slide-list li.current-slide a { background: url(../images/place.png) bottom no-repeat;}

#slideshow-container {
	width: 100%;
	height: 100%;
	float: left;
	position: fixed;
}

#slides-container {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.slide-back {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
}

.slide {
	height: 75%;
	min-height: 494px;
	max-height: 654px;
	width: 956px;
	margin: 0 auto;
	position: relative;
	top: 83px;
	padding: 0 20px;
}

.more {
	font-size: 30px;
	color: #fff;
	background: #000;
	float: left;
	padding: 0 11px;
	margin-top: 19px;
}

.more:hover {
	background: #202020;
}

.more span {
	float: left;
	padding: 2px 0 8px 0;
}

.more .pointer {
	background: url(../images/next-slide.png) no-repeat;
	margin: 11px 0 11px 9px;
}

/* slides nav */

#slides-nav-wrap {
	background: url(../images/back.png) repeat;
	width: 100%;
	float: left;
	height: 70px;
}

#slides-nav {
	width: 956px;
	margin: 0 auto;
	padding: 0 20px;
}

#pointers {
	float: left;
	padding: 26px 0;
}

.pointer {
	float: left;
	height: 18px;
	width: 11px;
	margin-right: 10px;
	cursor: pointer;
}

#prevslide {
	background: url(../images/prev-slide.png) no-repeat;
}

#nextslide {
	background: url(../images/next-slide.png) no-repeat;
}

#pagers {
	float: right;
	padding: 27px 0;
}

/*--------------- first page END ---------------*/

/*--------------- other pages START ---------------*/

/* galery */

#gallerynet {float:left; width:990px; margin:0px 0px 20px 0px;}
#gallerynet a.onegalpic {float:left; display:block; width:312px; height:208px; background:#303030; display:inline; margin:0 36px 36px 0; border:1px solid #ccc; overflow:hidden;}
#gallerynet a.ogpnp {margin-right:0;}
#gallerynet a.onegalpic:hover {background:#000;}
#gallerynet a.onegalpic img {float:left;}

.gal_text {margin-bottom:50px; font-size:18px; line-height:26px; text-align:justify;}

.galery-wrap {
	
	float: left;
	text-align: center;
	width:306px !important;
	height:210px;
	border:none !important;
	margin-bottom:36px;
	margin-right:36px;
	position:relative;
}

.galery-image {
	width: 304px;
	height: 209px;
	border:1px solid #ccc;
	overflow:hidden;
}

.gallery-inside {
	float:left;
	margin:0 0 0 19px;
	display:inline;
}

.galery-inside-wrap {
	padding: 0 10px 10px 0;
	float: left;
	text-align: center;
}

.galery-inside-wrap-nop {padding-right:0;}

.galery-inside-image {
	width: 149px;
	height: 99px;
	border: 1px solid #303030;
	float:left;
}

.other-images {
	display: none;
}

.galery-image:hover, .galery-inside-image:hover {
	border: none !important;
}

.gallery-overview {
	background-image:url(../images/project_overflow.png);
	background-repeat:repeat;
	width:314px;
	height:211px;
	position:absolute;
	top:0;
}
.gallery-link {
	width:306px;
	height:211px;
	position:absolute;
	top:0;
	z-index:100;
}

.galery-title {
	padding: 10px 0;
	display: inline-block;
	cursor: default;
	font-size: 16px;
	letter-spacing:4px;
	color:#00a800;
	text-transform:uppercase;
	font-weight:bold;
	position:absolute;
	top:50px;
	text-align:center;
	width:314px;
}

.gallery-album {
	color:#fff;
	font-style:italic;
	letter-spacing:4px;
	text-transform:lowercase;
	position:absolute;
	top:90px;
	text-align:center;
	width:314px;
}

.more-link {
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	position:absolute;
	top:150px;
	left:55px;
	border-bottom:1px solid #fff;
	width:204px;
	line-height:10px;
	text-decoration:none !important;
	display:block;
	letter-spacing:2px;
}

.more-link a {text-decoration:none !important;}
.more-link a:hover {text-decoration:none !important;}

/* video */

.video-container {
	width: 453px;
	height: 284px;
	margin: 0 25px 45px 20px;
	float: left;
}

/* contact */

.contact-info {
	width: 550px;
	float: left;
}

.contact-info a {
	text-decoration: none;
}

.contact-info a:hover {
	text-decoration: underline;
}

#contact-form {
	width: 327px;
	float: right;
	background: url(../images/form-back.png) repeat;
	margin-left: 20px;
	padding: 11px 13px 18px 20px;
}

#contact-form .title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 7px;
	float: left;
}

#contact-form label {
	float: left;
	width: 100%;
	padding: 8px 0 4px 0;
	font-size: 14px;
	color: #919191;
}

#contact-form input[type="text"] {
	width: 302px;
	height: 23px;
	border: 1px solid #c7c7c7;
	background: #fff;
	float: left;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	padding: 0 5px;
}

#contact-form textarea {
	width: 300px;
	height: 112px;
	border: 1px solid #c7c7c7;
	background: #fff;
	float: left;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	resize: none;
	padding: 5px 6px;
	margin-bottom: 9px;
}

#contact-form .star {
	float: left;
	color: #00a800;
	font-size: 21px;
	margin-left: 4px;
	margin-top: -3px;
}

#contact-form .submit-form {
	float: left;
	font-weight: bold;
	color: #fff;
	background: #00a800;
	border: none;
	padding: 5px 18px;
	text-aligh: center;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	overflow: visible;
	font-size: 13px;
}

#contact-form .submit-form:hover {
	background: #018b01;
}

#contact-form .hint {
	float: right;
	padding-right: 13px;
	font-size: 14px;
}

.oggpnp { margin-right: 0;}

/*--------------- other pages END ---------------*/

.contact_text  p {font-size:15px !important;}

.page_class_Naval {color:#0093cb !important; background-image:url(../images/naval_glow.png); background-repeat:no-repeat; background-position:bottom center; font-style:normal !important;}

.page_class_Landbase {color:#00A800 !important; background-image:url(../images/land_glow.png); background-repeat:no-repeat; background-position:bottom center; font-style:normal !important;}

span.extra-desc {display:block; padding-top:20px; color:#fff; font-size:15px; line-height:18px; text-transform:none; text-align:justify;}

.contact_text, .contact_text p {width:610px;}



/*ie hacks*/

.lt-ie9 #big-nav ul li a {letter-spacing: 1px;}

#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible !important;
}

.burger {display: none;}

ul#mct_langsel {margin:0;padding:0;list-style-type:none;text-align:right;}
ul#mct_langsel li {display:inline-block;}
ul#mct_langsel li a {font-size:15px;}
ul#mct_langsel li a:hover, ul#mct_langsel li.active a {text-decoration:underline;}

/******************************* RESPONSIVE *******************************/
@media (max-width: 1000px) {
	#back {min-width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#header-content {width: 100%; padding: 0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#main-content {width: 100%; padding: 20px 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#footer-content{width: 100%; font-size: 16px; padding: 20px 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#logo {width: 150px;}
	#logo img {width: 100%;}
	#logo-shadow {width: auto; background: none; height: auto;}
	
    ul#mct_langsel {margin:23px 0 0 0;text-align:center;}
    
	#big-nav {width: 500px;}
	
	p {line-height: 24px;  font-size: 16px;}
	
	#main-content table {width: 100%;}
	#main-content td  img {max-width: 100%; height: auto !important; margin: 0 !important;}
	
	#footer-content > div {width: 100% !important;}
	.nav-shadow {display: none;}
	#top-nav ul li a {font-size: 14px;}
	#main-content h1 {font-size: 22px;}
	
	.fb-like {text-align: center; margin-top: 20px;}
	
	.galery-wrap {position: relative; width: 33.3333333% !important; margin-right: 0; height: auto !important; padding: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.galery-image {width: 100%; height: auto;}
	.galery-wrap img {float: left; width: 100%;}
	.gallery-link {width: 100%; height: 100%; left: 0;}
	
	#gallerynet {width: 100%;}
	#gallerynet a {width: 29.3333333% !important; margin: 0 2% 20px !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#gallerynet a {background-repeat: no-repeat !important; background-size: cover !important;}
	
	#slides-nav {width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	
	#slidecaption h1, #slidecaption h2 {font-size: 18px;}
	
	.gallery-overview {width: 100%; height: 100%; left: 0;}
	.galery-title, .gallery-album {width: 100%; left: 0;}
	.more-link {width: 150px; left: 50%; margin-left: -75px;}
    
    .mct_slo #big-nav ul li a {font-size:16px;}
    
}

@media (min-width: 769px) {
	.mnav {display: block !important;}
}

@media (max-width: 768px) {
	#main-content table, #main-content tr, #main-content td {display: inline-block; width: 100%;}
	#main-content td {margin-bottom: 20px; text-align: center;}
	#main-content td  img {max-width: 100%; height: auto !important; display: inline-block !important; float: none !important;}
	header {overflow: initial; height: 75px; background: url(../images/header_bg.jpg) no-repeat top -26px center; z-index: 1000; position: relative;}
	header.first-page {background: url(../images/header_bg.jpg) no-repeat top -26px center;}
	.animate-line {display: none !important;}
	.animate-line_2 {display: none !important;}

	#header-content {height: 75px;}
	#logo {width: 120px;}
	#main-content h1 {font-size: 20px; margin-bottom: 20px;}
	
	.mnav {display: none; position: absolute; left: 0; top: 75px; width: 100%; background: rgba(0, 0, 0, 0.9); padding: 20px 15px; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#top-nav, #top-nav ul, #top-nav ul li, #top-nav ul li a  {width: 100%; padding: 5px 0 5px; margin: 0 !important; text-align: center;}
	#big-nav, #big-nav ul, #big-nav ul li, #big-nav ul li a {width: 100%; padding: 5px 0 5px; margin: 0 !important;}
	
	p {line-height: 22px;  font-size: 14px;}
	#footer-content {font-size: 14px;}
	
	.burger {display: block; float: right; width: 25px; margin-top: 27px;}
	.burger span {float: left; width: 100%; height: 1px; margin-bottom: 8px; background: #fff; }
	
	.galery-wrap {width: 50% !important; margin: 0;}
	#gallerynet a {width: 46% !important;}
	
	.gal_text {font-size: 16px;}
	
	.contact_text, .contact_text p {width: 100%;}
	
	#contact-form {width: 100%; float: left; margin: 0 0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#contact-form textarea {width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#contact-form input[type="text"] {width: 80%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	
	#contact-form .hint {float: left; padding: 0; margin-top: 20px;}
	
	span.extra-desc {font-size: 13px;}
	
	#pagers {position: absolute; top: -66px; left: 0; width: 100%; text-align: center;}
	ul#slide-list {margin: 0 !important; float: none; display: inline-block;}
	#slidecaption h1, #slidecaption h2 {font-size: 14px;}
	#slidecaption {padding: 22px 0 0 10px;}
}

@media (max-width: 480px) {
	.galery-wrap {width: 100% !important;}
	#gallerynet a {width: 100% !important; margin: 0 0 20px !important;}
	#footer-content {font-size: 12px;}
	#slidecaption h1, #slidecaption h2 {font-size: 12px; letter-spacing: 0;}
}