/***************************************
========================================

	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;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #333333;
    overflow-x: hidden;
}

body {
    /*background-image: url("//images/back.jpg");*/
    background-color: #293E6B;
}

h1,
h2,
h3,
h4,
h5,
h6{
	color: #333333;
	font-weight: 600;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	padding: 0;
	list-style: none;
}
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: 20px 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: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
	font-family: 'Poppins', sans-serif;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}
.menu-top { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 }
.navbar-default .navbar-nav>li>a{
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/*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;
}
.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;
}
.mobile-nav{
	display:none;
}
.navbar-default.menu-shrink {
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    padding: 10px 0;
    width: 100%;
    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: 100%;
    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: 150vw;
	top: 0;
}
.main_banner{
	height: 700px;	
	background-size: cover;
	background-repeat: no-repeat;
}
.banner_content{
	margin-top: 170px;
}

/*WITAMY NAPIS NAGŁÓWEK*/
.banner_content strong {
	text-transform: uppercase;
    color: #fff  ;
    font-size: 20px;
}
.banner_content h1 {
    color: #222;
    font-size: 50px;
    margin: 15px 0 10px;
}
.dark_bg .banner_content h1{
	color: #fff;
}
.banner_content h1 span .fw_600{
	font-weight: 700;
}
.banner_content h1 span .fw_300{
	font-weight: 500;
}
.banner_social_link{
	margin-top: 25px;
}
.banner_social_link li {
    display: inline-block;
    margin-right: 12px;
}

/*IKONKA FACEBOOK HOVER*/
.banner_social_link li a{
	color: #ff4a57;
	border: 3px solid #ff4a57;
	width: 40px;
	height: 40px;
	line-height: 36px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	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: #ff4a57 ;
	border-color: #ff4a57;
	color: #fff;
}
.dark_bg .banner_social_link li a:hover{
	background: #ff4a57 ;
	border-color: #ff4a57;
	color: #fff;
}

.banner_content p
{
    color: #fff;
	font-size: 14px;
    padding-bottom: 0;
    max-width: 100%;
}

.banner_content_mobile
{
    color: #333333;
    font-size: 14px;
    padding-bottom: 0;
    max-width: 100%;
}

.dark_bg .banner_content p{
	color: #b9b9b9;
}
#round {
    position: absolute;
    top: 75px;
    bottom: 0;
	/*z-index: 9;*/
}

#particles-js {
    position: absolute;
    z-index: -11000;
}
/* ----------------------------------------------------------------
    [ End Banner ]
-----------------------------------------------------------------*/
.banner-images
{
    margin-top: 160px;
    position: relative;
}

/* ----------------------------------------------------------------
    [ 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 ]
-----------------------------------------------------------------*/


#home
{
height: 100vh;
    z-index:9999;
    position:relative;
}

#about
{
height: 100vh;
background-color: #1F2235;
    z-index:9999;
}

#mozliwosci
{
    height: 100vh;
    background-color: #161825;
    z-index:9999;
}

html
{
scroll-behavior: smooth;
}

#osm
{
margin-top: 190px;
}

.menu-top
{
background-color: black;
opacity: 0.5;
    z-index:19999;
}

.navbar-default.dark_bg_menu .navbar-nav>li>a
{
    transition: all 0.2s ease-out;
}

.navbar-default.dark_bg_menu .navbar-nav>li>a:hover
{
    font-size: 16px!important;
}


/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    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}
}


