/*Theme Name: devdmbootstrap3-childTheme URI: http://devdm.com/DevDmBootstrap3Author: Danny MachalAuthor URI: http://devdm.com/Description: A devdmbootstrap3 v1.80 child theme.Version: 1.80License: GNU General Public License v2 or laterLicense URI: http://www.gnu.org/licenses/gpl-2.0.htmlTags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-readyText Domain: devdmbootstrap3Template: devdmbootstrap3*/
@import "css/bootstrap.css";
/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've include a child theme to use. Need help? http://devdm.com/DevDmBootstrap3/child-themes/ */
/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap rules ****************/
html {
	margin-top: 0px !important;
}

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');




.bg-image-overlay {height: 100vh;margin-top: -102px;top: 0px;/* position: absolute; */opacity: 0.75;background: #1e130c;  /* fallback for old browsers */background: -webkit-linear-gradient(to right, #9a8478, #1e130c);  /* Chrome 10-25, Safari 5.1-6 */background: linear-gradient(to right, #9a8478, #1e130c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */background: #1D4350;  /* fallback for old browsers */background: -webkit-linear-gradient(to right, #A43931, #1D4350);  /* Chrome 10-25, Safari 5.1-6 */background: linear-gradient(to right, #A43931, #1D4350); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */}
.baner-top-cover-main{
	position: absolute;
	/* padding: 0;
	*/
	/* margin: 0;
	*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(28, 30, 43, 0); */
	background-image: url(http://purio.pl/assets/images/overlay.png);
}

.nav-top{
	background-color:transparent;
	padding: 15px 0px;
	border-bottom: 1px solid #1c1e283d;
}
@media (min-width: 768px){
	.navbar-nav {
		float: right;
	}
}
.navbar-nav li.active a:link, .navbar-nav li.active a:visited{
	color:#df2942;
	font-size: 18px;
	font-weight:bold;
}
.navbar-nav li a:link, .navbar-nav li a:visited{
	color:#fff;
	font-size: 18px;
}
.btn-circle{
	background-color:#1f2337;
	color:#fff;
	margin-top: 7px;
}

.frezowanie-baner, .toczenie-baner{
	color:#df2942;
	font-size: 25px;
	padding-right:35px;
	font-weight:400;
	letter-spacing:2px;
}
.projektowanie-baner{
	color:#df2942;
	font-size: 25px;
	font-weight:400;
	letter-spacing:2px;
}
.baner-txt h2{
	letter-spacing:2px;
	font-size:40px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:4px;
}
.baner-txt p{
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
}
.banner-main{
	margin-top: 100px;
}
.title-contianer{
	text-align:center;
	padding-top: 60px;
	padding-bottom: 75px;
}
.main-title{
	font-family:Lato;
	font-weight:800;
	letter-spacing: 2px;
	color:#1e2336;
}
.sub-main-title{
	color:#02a5d5;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:18px;
}

.no-padding{
	padding:0px;
}


.kontakt-container{
	position:relative;
	min-height:450px;
	overflow:hidden;
	background-color:#1e2336;
	background-image:url('/wp-content/themes/devdmbootstrap3-child/images/kontakt_bg.png');
	text-align:center;
	background-size:cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
.kontakt-cover{
	position: absolute;
	/* padding: 0;
	*/
	/* margin: 0;
	*/
	top: 0;
	left: 0;
	width: 100%;
	height: 65%;
	background: rgba(174, 150, 129, 0.8);
}
.kontakt-bg{
	background-color:#fff;
	height:400px;
	padding:45px;
	text-align:left;
}
.contact-title{
	text-transform:uppercase;
	color:#1e2336;
	font-size:28px;
	margin-top:0px;
}
.kontakt-cover .main-title{
	color:#fff;
	margin-top:80px;
}
.kontakt-cover .sub-main-title{
	margin-bottom:80px;
	color:#fff;
}
.bg-footer{
	background-color:#1e2336;
	display: block;
	height: 130px;
}
.footer-logo{
	text-align:center;
}
.footer-logo img{
	margin: 0 auto;
}
.social-ico{
	color:#df2942;
	font-size: 32px;
	padding-top: 36px;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
		color: #e12440;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		/*margin: 7.5px -15px;
		*/
		margin: 7.5px 50px 7.5px -15px
}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}
}
.navbar-toggle {
	border: 1px solid #e12440;
	color:#e12440;
}
.navbar-toggle span {
	color: #e12440;
}
.bg-dark{
	/*background-color:#1c1e2b;
	*/
	/*color:#fff;
	*/
	font-size:30px;
	text-align:right;
	padding: 70px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-right: 1px solid #ddd;
	max-height:230px;
}

.form-text{
background-color: transparent;
border: none;
border-bottom: 1px solid #e12440;
height: 41px;
text-transform: uppercase;
color: #df2a41;
letter-spacing: 0.6px;
}
.form-textarea{
border: 1px solid #e12440;
background-color: transparent;
margin-top:15px;
text-transform: uppercase;
color: #df2a41;
letter-spacing: 0.6px;
}
.form-contact{
margin: 189px 0px 100px 0px;
}
.btn-wyslij,.btn-wyslij:hover{
background-color: #df2942;
color: #fff;
float: right;
margin-top: 15px;
border-color: #980f24;
}

.nav > li > a:hover, .nav > li > a:focus{
border-bottom: 1px solid #df2942;
color:#fff ;
background-color:transparent;
}
@media (max-width: 991px) {
.contact-address {
	text-align: right;
	color: #fff;
	font-size: 16px;
	font-family: Lato;
	font-weight: 300;
	padding: 110px 10px 30px 10px;
	text-align: center;
}
.form-contact {
	margin: 30px 10px 70px 10px;
}
.bg-dark {
	/* background-color: #1c1e2b;
	*/
	/* color: #fff;
	*/
	font-size: 29px;
	text-align: right;
	padding: 73px 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-right: 1px solid #ddd;
	text-align: center;
}
}
@media (max-width: 769px) {
.picto-txt{
	padding-top:30px !important;
}
.bg-metal-section{
	text-align:center !important;
	background-image: url(/wp-content/themes/devdmbootstrap3-child/images/metal_bg.jpg);
	background-size: cover;
}
.picto-container {
	position: relative;
	padding-top: 100px;
}
.baner-txt h2 {
	font-size: 28px;
}
.frezowanie-baner, .toczenie-baner, .projektowanie-baner{
	font-size: 19px;
	padding-right: 13px;
}
}
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #ccc !important;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #ccc !important;
}
:-ms-input-placeholder {
/* IE 10+ */
color: #ccc !important;
}
:-moz-placeholder {
/* Firefox 18- */
color: #ccc !important;
}
.ngg-galleryoverview{
margin: 115px 0 !important;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
background: transparent;
color: #fff;
border: 1px solid #e12440;
}
.contact-title{
color: #fff;
font-weight: 600;
font-size: 19px;
letter-spacing: 0.9px;
}
.contact-title-form{
color: #fff;
font-weight: 600;
font-size: 19px;
letter-spacing: 0.9px;
text-align:left;
text-transform:uppercase;
}

video { 
  /*  position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;*/
}
.stopfade { 
   opacity: .5;
}

.equal-height{
background-color:#fff;
}
.txt-img{width: 500px;height: 654px;overflow: hidden;padding: 0px;background-size: cover;background-attachment: fixed;background-position: center;background-repeat: no-repeat;position: absolute;z-index: 2;top: -100px;left: 0;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);}
#videoDiv {width: 100%; position: relative;}
#videoBlock {width: 100%;     height: 83vh;  display: block;  justify-content: center; align-items: center; }

body {
    font-family: 'Montserrat', Lato;
    color: #000;
    background: linear-gradient(157deg, #e02743 333px, #080808 333px);
    background-size: contain;
    background-repeat: repeat-x;
    background-image: url(http://cnc24.com.pl/wp-content/themes/devdmbootstrap3-child/images/6456.jpg);
    padding: 0;
}

.bg-image-overlay-baner {
    height: 100%;
    top: 0px;
    position: absolute;
    opacity: 0.55;
    background: #000;
    background: -webkit-linear-gradient(to right, #A43931, #1D4350);

}

.top-baner{
    position: relative;
    height: 83vh;
    margin: 50px;
    overflow-y: hidden;
	    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	    overflow-x: hidden;
		
}




#videoMessage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
}
video{width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;}

.baner-title h1{
	    font-family: Lato;
    font-weight: 900;
    color: #fff;
    font-size: 48px;
    letter-spacing: 1px;
    margin: 0;
}

.baner-title h2{
font-family: Lato;
    font-weight: 300;
    font-size: 31px;
    color: #fff;
    letter-spacing: 5px;
    margin: 13px 0;
}



.baner-title {
    max-width: 650px;
    margin-left: 10%;
    position: relative;
    margin-top: 16%;
}

.baner-title:before {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -19px;
    height: 1px;
    width: 30%;
    border-bottom: 3px solid #e02743;
}

.baner-title:after {
    content: "";
    position: absolute;
    left: -25px;
    top: -9px;
    height: 79px;
    width: 3px;
    border-left: 3px solid #e02743;
}

.scroll-down{
     border-radius: 50%;
    border: 2px solid #e02742;
    padding: 5px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 23px;
    padding-left: 11px;
    left: 50%;
    position: absolute;
    bottom: 9%;
}

.about-section{
    min-height: 57vh;
    position: relative;
    margin: 50px 50px 0 50px;
    padding: 0;
	background-color: #fff;
	  /*  box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, 0.3);"*/
}

.about-section-metal {
    /* background-image: url(http://cnc24.com.pl/wp-content/themes/devdmbootstrap3-child/images/bg-metal.png); */
    min-height: 57vh;
    padding: 0;
    background-position: center;
    background-size: cover;
    background-color: #000;
}
.about-section-metal p{
    color: #fff;
    font-weight: 900;
    width: 100%;
    font-size: 35px;
    text-align: center;
    margin-top: 50%;
    position: absolute;
    line-height: 36px;
    letter-spacing: 1px;
	}
.about-section:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    opacity: 0.1;
	    background-image: url(http://cnc24.com.pl/wp-content/uploads/2017/11/IMG_20171121_203453.jpg);
		    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;

}

.about-section-txt{
    padding: 152px 93px 50px 20px;
	font-size:18px;
	text-align:justify;
}

@media (max-width: 1700px){
.about-section-txt{
    padding: 100px 93px 50px 20px;
	font-size:18px;
	text-align:justify;
}
}
.about-section-picto h3{
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-top: 16%;
}
.about-section-title{
    font-size: 72px;
    position: absolute;
    top: 43px;
    right: 50px;
    font-weight: 800;
    color: rgba(4, 4, 4, 0.12156862745098039);
}
.about-section-picto p{
	font-size:18px;
    font-weight: 400;
    text-align: center;
    margin-top: 38px;
}

.about-section-picto i{
	font-size:33px;
	color:#e02742;
}

.about-section-txt:after{
content: "";
    position: absolute;
    right: 0;
    top: 0px;
    height: 117px;
    width: 3px;
    border-left: 3px solid #e02743;
}

.work-section{

    min-height: 75vh;
    position: relative;
        margin: 0 50px;
    padding: 0;
	   /* box-shadow: -2px 1px 13px 1px rgba(0, 0, 0, 0.3);*/
	   background-color:#000;
}

.work-section:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

	    background-image: url(http://cnc24.com.pl/wp-content/uploads/2017/11/IMG_20171121_203453.jpg);
		    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	    opacity: 0.4;

}

.work-section-txt{
	   
	width:100%;
	height:100%;
	min-height: 75vh;
}

.work-section-title{
	background-color:#000;
	width:100%;
	height:100%;
	min-height: 75vh;
}

.work-section-title p{
font-size: 37px;
    color: #fff;
    line-height: 37px;
    font-weight: 800;
    text-align: center;
    padding-top: 230px;
}

.no-padding{
	padding:0;
}

.btn-red{
	border-radius: 0;
    background-color: #e12440;
    display: block;
    margin: 41px auto 0 auto;
	color:#fff;
}

.btn-red:visited, .btn-red:focus, .btn-red:active {
color:#fff;
}
.btn-red:hover {
color:#fff;
 background-color: #bd001c;
}
.work-section-txt h4{
    color: #fff;
    font-weight: 800;
    border-bottom: 2px solid #e12440;
    padding-bottom: 15px;
    font-size: 24px;
    margin-bottom: 15px;
    padding-top: 48px;
	
}
.work-section-txt{
	position:relative;
}
.work-section-txt p{
	color:#fff;
	font-weight:400;
	font-size:16px;
	
}
.work-section-txt .container{
    padding-top: 90px;
    padding-left: 180px;
    padding-right: 180px;
    padding-bottom: 90px;
    width: 100%;
	
}
   .work-section-txt:before {
content: "";
    position: absolute;
    left: 0px;
    top: -3px;
    height: 1px;
    width: 133px;
    border-bottom: 3px solid #e02743;
} 



.work-section-title-bg{
font-size: 105px;
    position: absolute;
    bottom: -32px;
    right: 0px;
    font-weight: 800;
    color: #cecece2b;
}

.contact-section{
    min-height: 764px;
    position: relative;
        margin: 0 50px 0 50px;
    padding: 0;
	  /*  box-shadow: -2px 1px 13px 1px rgba(0, 0, 0, 0.3);*/
}

.contact-section-txt:before {
content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(http://cnc24.com.pl/wp-content/uploads/2017/11/IMG_20171121_203453.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index: -1;
}

.form-section:before {
content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(http://cnc24.com.pl/wp-content/uploads/2017/11/IMG_20171121_203453.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: -1;
}


.contact-section-txt{
    width: 100%;
    height: 764px;
    min-height: 764px;
    color: #fff;
    padding-top: 140px;
    padding-left: 27%;
    background-color: #000;
    position: relative;
    z-index: 1;
}

.contact-section-txt img{
    margin: 29px 0px;
	    max-width: 226px;
}

.contact-section-txt p{
   font-size: 17px;
}

.contact-section-txt h4{
	font-weight:800;
	font-size:38px;
	color:#fff;
}
.form-section h4 {
    font-weight: 800;
    font-size: 38px;
    color: #000;
    margin-bottom: 35px;
}


.form-section{
    width: 100%;
    height: 764px;
    min-height: 764px;
    padding: 140px 100px 100px 100px;
		    position: relative;
    z-index: 1;
}

.form-textarea {
    border: 1px solid #e12440;
    background-color: transparent;
    margin-top: 15px;
    text-transform: uppercase;
    color: #df2a41;
    letter-spacing: 0.6px;
    border-radius: 0;
	box-shadow: none;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
    background: transparent;
    color: #9d9d9d;
    border: 1px solid #c2c2c2;
    border-radius: 0;
	box-shadow: none;
}
::-webkit-input-placeholder { /* Chrome */
 color: #9d9d9d;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9d9d9d;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9d9d9d;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #9d9d9d;
  opacity: 1;
}
.form-text {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e12440;
    height: 41px;
    text-transform: uppercase;
    color: #df2a41;
    letter-spacing: 0.6px;
    border-radius: 0;
	box-shadow: none;
}

.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
	height:764px;
	padding:0;
}

.fb{
    color: #ccc;
    font-size: 15px;
    padding: 20px 50px;
}

.fb i{
    font-size: 30px;
	vertical-align: sub;
	padding-right:5px;
}
.btn-wyslij {
    width: 100%;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    padding: 10px;
}

.navbar-nav li a:link, .navbar-nav li a:visited {

    color: #fff;

    font-size: 15px !important;

}



.form-section:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    height: 117px;
    width: 3px;
    border-left: 3px solid #e02743;
}

/*.form-section:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 1px;
    width: 133px;
    border-bottom: 3px solid #e02743;
}*/

.nav-container{
	    padding-left: 128px;
}

.navbar-nav li.active a:link, .navbar-nav li.active a:visited{
	color:#fff;
	    text-decoration: none;
		border-bottom:2px solid #e02743;
}

.form-group {
    margin-bottom: 20px;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.hidden-desc{
	display:none;
}

.fa-circle-o{
	color:#e12440;
	padding-right:5px;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #151515;
    background-color: #090a0966;
    color: #ffffff;
}
.modal-content {
    position: relative;
    background-color: #000000b8;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.close {
    float: right;
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 1;
    color: #e12440;
    filter: alpha(opacity=20);
}
#ftg-11 .ftg-items .loading-bar {
    background: #e12440 !important;
}

@media (min-width:1438px) and (max-width:1656px){
	.baner-title {
    margin-top: 19%;
}

.about-section-title{
	
}
}

@media (min-width:1160px) and (max-width:1437px){

	.baner-title {
    margin-top: 24%;
}
.about-section-title {
    font-size: 81px;
    position: absolute;
    top: -29px;
    right: 50px;
    font-weight: 800;
    color: #0404041f;
}
.about-section-txt {
    padding: 70px 93px 50px 20px;
    font-size: 18px;
    text-align: justify;
}

.about-section-metal p {
    font-size: 27px;
    margin-top: 64%;
    line-height: 27px;
}
}

@media (min-width:986px) and (max-width:1159px){
	.baner-title {
    margin-top: 19%;
}
}

@media (min-width:992px){
.about-section, .contact-section, .work-section{
	display: flex;
	
}	

}

@media (min-width:992px) and (max-width: 1439px){
	.about-section-metal p {
    font-size: 27px;
    margin-top: 64%;
    line-height: 27px;
}
		.work-section-txt .container {

    padding-left: 80px;
    padding-right: 80px;

}
.form-section {
    padding: 140px 40px 100px 40px;
}
}

@media (min-width:992px) and (max-width:1162px){
.baner-title {
    margin-top: 31%;
}
.about-section, .contact-section, .work-section{
	margin:0;
}	
.about-section-title {
    font-size: 73px;

    top: -26px;

}
}
@media (max-width:991px){
.about-section, .contact-section, .work-section{
	margin:0;
}	
.contact-section-txt {

    height: 529px;
    min-height: 529px;
    padding-top: 87px;
}
.about-section-metal p {

    font-size: 31px;
    margin-top: 50px;
    line-height: 36px;

}
.about-section-metal {

    min-height: 164px;
}
.work-section-title {

        min-height: 210px;
}
.work-section-title p {
    padding-top: 68px;
}

.about-section-metal {
    min-height: 170px;
}
.work-section-txt {

    min-height: 1px;
}
.form-section {
    padding: 61px 30px 50px 30px;
	height:644px;
	min-height:644px;
	    position: relative;
    z-index: 1;
}

.top-baner{
	margin:50px 0 0 0;
	
}
.work-section-txt .container{
	padding-top:50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;	
}
.work-section-title {
    min-height: 295px;
}
.map {

    height: 247px;

}
}

.lang-nav{
	position: absolute;
    top: 4px;
    right: 89px;	
}

.lang-nav ul li a:link, .lang-nav ul li a:visited, .lang-nav ul li a:active{
color:#0f0f0f;
padding: 10px 7px;
font-weight: 700;
}

.lang-nav ul li a:hover{
    border-bottom: 2px solid #e02743;
	    padding: 10px 7px;
}
@media (max-width: 769px){
	.baner-title h1{

    font-size: 35px;

}

.baner-title h2{

    font-size: 22px;
}

.nav-container{
	padding-left:0;
}

.about-section-txt {
    padding: 59px 20px 50px 20px;

}

.about-section-txt {
    padding: 115px 20px 50px 20px;
    font-size: 18px;
    text-align: justify;
}

.about-section-title {
    font-size: 57px;
    top: 20px;
}

.work-section-txt .container {
    padding-left: 20px;
    padding-right: 20px;
}

.contact-section-txt {
    padding-left: 10%;
}

.top-baner{

	background-image: url(http://cnc24.com.pl/wp-content/uploads/2017/11/IMG_20171121_203453.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.lang-nav{
right: 15px;
}

.baner-title:before {
    right: 0px;
}

}

.lang-nav .navbar-nav, {
	    float: left !important;
}

.lang-nav .navbar-nav>li{
	    float: left !important;
}

.purio:link, .purio:visited, .purio:hover{
    color: #ccc;
	font-size:14px;
}