/***************************************
========================================

	Author Name   : Themeplaza
	This is HTML5 template
	Template Name : Home Page Header Design Template
	Version: 1.0
	
****************************************
=======================================/

/* ----------------------------------------------------------------
    [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

ul li:last-child
{
    margin-top: 8px;
}



ul li:first-child {
    margin-top: 8px;

}

.nav>li>a
{
    padding: 0px;
}

#menu li:first-child {
    width: 150px;
}

#menu li:last-child {
    width: 110px;
}

#menu li:last-child>a
{
    width: 110px;
}

#menu li:first-child>a
{
    width: 130px;

    display: inline-block!important;
    text-align:left!important;
    font-size: 20px!important;

    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 0.4;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}


body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    /*color: #333333;*/
    overflow-x: hidden;
    background-image: url("/images/back.png") !important;
}

body {

}

figure {
    /*width: 300px;*/
    /*height: 200px;*/
    margin: 0;
    padding: 0;
    /*background: #fff;*/
    overflow: hidden;

    padding: 6px 6px 0;
    background-color: white;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}
figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.banner-images2 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.banner-images2 figure:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}



/*@-webkit-keyframes flash {*/
/*    0% {*/
/*        opacity: .4;*/
/*    }*/
/*    100% {*/
/*        opacity: 1;*/
/*    }*/
/*}*/

/*@keyframes flash {*/
/*    0% {*/
/*        opacity: .4;*/
/*    }*/
/*    100% {*/
/*        opacity: 1;*/
/*    }*/
/*}*/

h1,
h2,
h3,
h4,
h5,
h6{
	/*color: #333333;*/
	font-weight: 600;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	padding: 0;
	list-style: none;
}

ul{
    display: block;
}

p {
    font-weight: 400;
	font-family: 'Poppins', sans-serif;
    margin: 0;
    font-size: 15px;
    /*color: #333333;*/
    letter-spacing: 0;
}
a:hover{
	text-decoration: none;
	outline: none;
}
.text_white{
	color: #fff;
}
.padding_0{
	padding: 0;
}
.dark_bg{
	background: #1F2235;
}
/* START PRELOADER DESIGN */
.preloader {
	background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    /*z-index: 99999;	*/
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	/*z-index: 10000;*/
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ff4a57   ;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.dark_preloader .double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* END PRELOADER DESIGN */

/* Start Section-Padding */
.section_padding{
	padding: 100px 0;
}
/* End Section-Padding */

 Start Section-Heading
.section_heading{
    padding-bottom: 100px;
}
.section_heading h2{
    font-size: 35px;
    font-weight: 600;
    color: #222;
    margin-top: 5px;
    margin-bottom: 10px;
}
.section_heading h2 span{
	font-size: 35px;
    font-weight: 600;
	color: #fff  ;
}
.dark_bg .section_heading h2{
	/*color: #fff;*/
}
.dark_bg .section_heading h2 span{
	font-size: 35px;
    font-weight: 600;
	color: #ff4a57  ;
}
.section_heading .sm_border {
    display: block;
    height: 2px;
    width: 70px;
    margin-bottom: 15px;
    bottom: -15px;
    position: relative;
    left: 50%;
    background-color: #ff4a57  ;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.section_heading span{
	font-weight: 400;
	color: #ff4a57  ;
}
.section_heading p {
    margin-bottom: 20px;
    margin: 0 auto;  
}
.dark_bg .section_heading p{
	color: #fff;
}
/* End Section-Heading */

/* ----------------------------------------------------------------
    [ End Basics ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 02 Start Buttons ]
-----------------------------------------------------------------*/
/* Start Btn-Style */
.banner_btn {
	background: #ff4a57;
    border-color: #ff4a57;
	color: #fff;
    text-transform: capitalize;
    margin-top: 30px;
	padding: 12px 32px;
	border-radius: 30px;
}
.banner_btn:hover {
	color: #fff;
    box-shadow: 1px 5px 12px rgba(0,0,0, 0.15);
}
/* ----------------------------------------------------------------
    [ End Buttons ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 03 Start Header ]
-----------------------------------------------------------------*/
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 5px 0;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;

}

/*NAZWA STRONY NAGŁÓWEK TECHMETAL*/
.navbar-brand p{
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 0.4;
    color: #fff;
	font-family: 'Poppins', sans-serif;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}



#menu li, li a {
    font-size: 8px;
    white-space: normal;
    float: left;
    width: 210px;
}





/*NAZWA STRONY NAGŁÓWEK TECHMETAL*/
.navbar-brand>p:hover{
    color: #FFF   !important;
    text-shadow: 0 0 5px #FFF,
    0 0 25px #FFF,
    0 0 50px #FFF,
    0 0 100px #FFF;
    /*font-size: 31px;*/
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}


.navbar-default .navbar-nav>li>a{
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding-top: 0px!important;
}

/*MENU GŁOWNE STRONA GŁÓWNA*/
.navbar-default.dark_bg_menu .navbar-nav>li>a{
	color: #FFF !important;

}

/*HOVER STRONA GŁÓWNA MENU STRONY*/
.navbar-default.dark_bg_menu .navbar-nav>li>a:hover{
	color: #FFF   !important;
    text-shadow: 0 0 5px #FFF,
    0 0 25px #FFF,
    0 0 50px #FFF,
    0 0 100px #FFF;

}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
    color: #ff4a57  ;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus{
    color: #333333;
    background-color: transparent;

}

/*ODWIEDZONY LINK AKTYWNA STRONA GŁÓWNA*/
.navbar-default.dark_bg_menu .navbar-nav>.active>a,
.navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus
{
	color: #fff !important;
    font-weight: bolder!important;
    font-size: 12px;
    color: #FFF   !important;
    text-shadow: 0 0 5px #FFF,
    0 0 25px #FFF,
    0 0 50px #FFF,
    0 0 100px #FFF;
    /*text-shadow: -2px -2px 0 #293E6B, 2px -2px 0 #293E6B, -2px 2px 0 #293E6B, 2px 2px 0 #293E6B;*/


}
.mobile-nav{
	display:block!important;
    position: fixed!important;
    top: 10px!important;
    left: 80vw!important;
}
.navbar-default.menu-shrink {
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    padding: 10px 0;
    width: 80vw;
    animation: fadeInDown 1s both 0.2s;

}
.navbar-default.dark_bg_menu.menu-shrink{
	background-color: #000;
    box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    padding: 10px 0;
    width: 80vw;
    animation: fadeInDown 1s both 0.2s;

}

.navbar-default.menu-shrink .navbar-brand p{
    color: #ff4a57  ;

}
.navbar-default.menu-shrink li a { 
	color: #333333; 
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navbar-default.dark_bg_menu.menu-shrink li a{
	color: #fff !important;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navbar-default.menu-shrink li a:hover { color: #fff   !important }
.navbar-default.menu-shrink .navbar-nav>.active>a, 
.navbar-default.menu-shrink .navbar-nav>.active>a:hover,
.navbar-default.menu-shrink .navbar-nav>.active>a:focus{
    color: #ff4a57   !important;
    background-color: transparent;
}
.navbar-default .navbar-toggle { background: #fff none repeat scroll 0 0 }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fff }
.navbar-default .navbar-toggle .icon-bar { background-color: #ff4a57   }
/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 04 Start Banner ]
-----------------------------------------------------------------*/
#particles-js{
    position: absolute;
    width: 100%;
    height: 100vh;
	top: 0;
    z-index: -1000!important;
}

#particles-js2{
    position: page;
    width: 100%;
    height: 300vh;
    top: 0;
    z-index: -1000!important;
}

.main_banner{
	height: 700px;	
	background-size: cover;
	background-repeat: no-repeat;
}
.banner_content{
	margin-top: 170px;
    position: absolute!important;
}

/*WITAMY NAPIS NAGŁÓWEK*/
.banner_content strong {
	text-transform: uppercase;
    color: #000000;
    font-size: 20px;
}
.banner_content h1 {
    color: #222;
    font-size: 40px;
    margin: 15px 0 10px;
}
/*ANIMOWANY NAPIS POD WITAMY*/
.dark_bg .banner_content h1{
	color: #000000;
}
.banner_content h1 span .fw_600{
	font-weight: 700;
}
.banner_content h1 span .fw_300{
	font-weight: 300;
}




.banner_content_mobile{
    margin-top: 80px;
}

.banner_content_mobile_2{
    margin-top: 80px;
}

.banner_content_mobile_3{
    margin-top: 80px;
}

/*WITAMY NAPIS NAGŁÓWEK*/
.banner_content_mobile strong {
    text-transform: uppercase;
    color: #000000;
    font-size: 15px;
}
.banner_content_mobile h1 {
    color: #222;
    font-size: 30px;
    margin: 15px 0 10px;
}
/*ANIMOWANY NAPIS POD WITAMY*/
.dark_bg .banner_content_mobile h1{
    color: #000000;
}
.banner_content_mobile h1 span .fw_600{
    font-weight: 500;
}
.banner_content_mobile h1 span .fw_300{
    font-weight: 100;
}



.banner_social_link{
	margin-top: 25px;
}
.banner_social_link li {
    display: inline-block;
    margin-right: 12px;

}
.fa, .far, .fas
{
    font-family: FontAwesome;
}

/*IKONKA FACEBOOK HOVER*/
.banner_social_link li a{
	color: #fff;
	border: 3px solid #fff;
    background: #293E6B ;
    /*border-color: #fff;*/
	width: 40px;
	height: 40px;
	line-height: 36px;
	border-radius: 50%;
	text-align: center;
	display: inline-block!important;
	font-size: 14px;
	transition: .5s;

}
.dark_bg .banner_social_link li a{
	color: #fff;
	border: 3px solid #293E6B;
}
.banner_social_link li a:hover{
	background: #6d3dc3 ;
	border-color: #6d3dc3;
	color: #fff;
}
.dark_bg .banner_social_link li a:hover{
	background: #ff4a57 ;
	border-color: #ff4a57;
	color: #fff;
}
.banner_content p{
    color: #333333;
	font-size: 14px;
    padding-bottom: 0;
    max-width: 100%;

}
/*TEKST*/
.dark_bg .banner_content p{
	color: #000000;
}
#round {
    position: absolute;
    top: 75px;
    bottom: 0;
	/*z-index: 9;*/
}
/* ----------------------------------------------------------------
    [ End Banner ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 15 Start Top-control ]
-----------------------------------------------------------------*/
.topcontrol {
    background: #ff4a57   none repeat scroll 0 0;
    border-radius: 0;
    bottom: 5px;
    margin-bottom: 80px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 35px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 5px 9px;
    position: fixed;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 35px;
    /*z-index: 99;*/
}
.topcontrol:hover {
    background: #fff;
    color: #ff4a57  ;
}
/* ----------------------------------------------------------------
    [ End Top-control ]
-----------------------------------------------------------------*/
.banner-images-mobile
{
    margin-top: 10px;
    position: relative;
}

.banner-images2
{
    margin-top: 160px;
    position: relative;
}

.banner-images
{
    margin-top: 160px;
    position: relative;
}

#home
{
    height: 100vh;
    background-color: #d7d7d7;
    color: #000000;
}

#mozliwosci
{
    height: 100vh;
    background-color: #efefef;
    color: #000000;
}

#analiza
{
    height: 100vh;
    background-color: #efefef;
    color: #000000;
}

#galery
{
    height: 100vh;
    background-color: #d7d7d7;
    color: #000000;
}

#about
{
    height: 100vh;
    background-color: #efefef;
    color: #000000;
}

#mapa
{
    height: 100vh;
    background-color: #d7d7d7;
    color: #000000;
}



.container
{
  margin-top: 10px!important;
  /*margin-left: 30vw;*/
  position: absolute;
  top: 0px!important;
    left: 30vw;
    height: 100%;

    background: rgba(210, 210, 210, 0.2)


}

.container2
{
    margin-top: 10px!important;
    /*margin-left: 30vw;*/
    position: absolute;
    top: 0px!important;
    left: 30vw;
    height: 100%;
    /*z-index: 99999!important;*/
    /*background-image: url("/images/back2.png") !important;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*background-position: center;*/
    /*background-position: 1000px 50px;*/
    /*background: rgba(51, 170, 51, .1)*/


}



.container[type="mobile"]
{
    margin-top: 10px!important;
    margin-left: 0px!important;
    position: absolute;
    top: 0px!important;
}

#home[type="mobile"]
{
    height: 100vh;
    background-color: #d7d7d7;
    color: #000000;
}

#mozliwosci[type="mobile"]
{
    height: 100vh;
    background-color: #efefef;
    color: #000000;
}

#galery[type="mobile"]
{
    height: 100vh;
    background-color: #d7d7d7;
    color: #000000;
}

#about[type="mobile"]
{
    height: 100vh;
    background-color: #efefef;
    color: #000000;
}

#mapa[type="mobile"]
{
    height: 100vh;
    background-color: #d7d7d7;
    color: #000000;
}

html
{
scroll-behavior: smooth;
}

#osm
{
margin-top: 190px;

}


.mySlides
{
    /*z-index: 10000;*/
}

#osm-mobile
{
    margin-top: 80px;
    width: 200px;
}

#osm-mobile_2
{
    margin-top: 0px;
}

.menu-top
{
background-color: #42335D;


}




/* Slideshow container */
.slideshow-container {
    /*z-index: 10000!important;*/
    max-width: 1000px;
    position: relative!important;
    margin: auto;
    margin-top: 170px;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    /*background-color: #717171;*/
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 2.2s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}


