/*
Theme Name: ITX OPT
Theme URI: http://itextreme.pl/themes/opt
Author URI: http://itextreme.pl
Description: ITX OPT
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: itxopt
*/


/* FONTS */




@import url('https://fonts.googleapis.com/css?family=Play|Oswald|Open+Sans:300,400');

/* MAIN STRUCTURE */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;

    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

body {
	line-height: 1.6;
	margin: 0;
    font-size: 14px;   
    
        font-family: "Open Sans", sans-serif;
   background: #f5f5f5;
   color: #454a4f;
   background: url('images/fuji.jpg');
   background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
    
A {
	text-decoration: none;
}
/* HEADER */

#header{

    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


#loader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    z-index: 100;
    opacity: 1;
}

#loader.invisible {
    display: none;
}

#loader .center {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loader .center SPAN {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #dedede;
    font-size: 1em;
}

#loader SVG {
    margin: 0 auto;
    width: 5em;
    height: 5em;
    fill: #dedede;
    animation: rotateme 3s infinite linear;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.raster {
    background: url('images/raster.png');
}

.loaded #loader {
    opacity: 0;
    transition-duration: 1s;
}


#features {
	padding-top: 350px;
	margin-left: 350px;
	display: none;
}

#features UL {
	
}

#features LI {
	text-transform: uppercase;
	font-family: "Play";
	color: #000000;
	position: relative;
	height: 50px;
	vertical-align: center;
	line-height: 50px;
}

#features A {

    color: #c20000;
    text-decoration: underline;


}
#features IMG.logo-arrow-right {
	display: block;
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translate(0, -50%);
	height: 50px;
}

#left .itlogos-container {
    display: block;
    position: absolute;
    bottom: 75px;
    left: 150px;
    transform: translateX(-50%);
}

.clearfix {
    clear:both;
}

#title-small {
    position: absolute;
    padding-top: 10px;
    top: 50%;
    left: 20px;
    height: 50px;
    transform: translate(0, -250%);
    display: block;
    transition-property: transform;
    transition-duration: 0.5s;
}

#title-small.down {
   transform: translate(0, -50%);
}

#title-small SPAN.logo-it {

    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    border: 2px solid #666666;
    font-size: 25px;
    line-height: 1.0;
    text-align: center;
    font-family: 'Oswald';
    color: #666666;
    padding-top: 0px;
    cursor: pointer;

}

#title-small SPAN.logo-ex {

    color: #C20000;
    position: relative;
    padding: 2px 7px 0px 5px;
    font-size: 25px;
    line-height: 1;
    font-family: 'Oswald';
}


#title {
    height: 100px;
    display: block;
    z-index: 1;
}
#title SPAN.subtitle {
    font-family: 'Play';
    text-transform: uppercase;
    position: relative;
    text-align: right;
    margin: 0px 17px 0px 0px;
    color: #fefefe;
    display: block;
    transition-property: color;
    transition-delay: 0.3s;
    transition-duration: 0.5s;
}

#title SPAN.subtitle.down {
		color: #333333;
		transition-property: color;
		transition-delay: 0.1s;
	}

.max-width #title IMG.logo-arrow-right {
	display: block;
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translate(0, -50%);
	height: 50px;
	animation: 1.5s arrow infinite;
}

#title IMG.logo-arrow-right {
    display: none;
}


#title SPAN.logo-it {

    //box-shadow: 0px 0px 10px rgba(194,0,0,0.5);
    //text-shadow: inside 0px 0px 10px rgba(194,0,0,0.5);
	height: 100px;
    display: inline-block;
    position: relative;
    font-size: 90px;
    line-height: 0.95;
    text-align: center;
    font-family: 'Oswald';
    color: #c20000;
    padding-top: 3px;
   // background: #252d37;
    cursor: pointer;
    border: 3px solid #c20000;
    padding: 0px 15px 0px 15px;
}

#title SPAN.logo-ex {

   //text-shadow: 0px 0px 10px rgba(255,20,20,0.5);

    color: #fefefe;
    position: relative;
    padding: 2px 15px 0px 0px;
    font-size: 90px;
    line-height: 1;
    font-family: 'Oswald';
}

#left-lift{
    width: 140px;
    height: 100vh;
    position: absolute;
    background: #23282d;
    display: none;
}

/* NAVIGATION */

#nav-wrap {
	position: fixed;   
    top:0px;
    text-align:right;
    z-index: 15;    
    font-size: 14px;
    color: #fafafa;
    width:100%;
    //background: #252d37;
    border: none;
    height: 80px;
    //border-bottom: 1px solid #15AFF5;
    transition-property: background-color;
    transition-duration: 0.5s;
    opacity: 1;
}

a:hover {
	text-decoration: none;
}

#nav-wrap.down {
    opacity: 1;
    
}

#title-container {
    display: flex;
    position: relative;
    justify-content: center;

}

.navigation {   
    font-family: "Play", sans-serif;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    z-index:2;
 }

 .navigation2 {   
 	display: none;
    font-family: "Play", sans-serif;
    margin-top: 30px;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    z-index:2;
 }


.navigation UL {
    margin: 0;
    height:35px;

}

.navigation2 UL {
    margin: 0;
    height:35px;
    padding-left: 0px;
}

.navigation a {
    text-transform: uppercase;
     text-decoration:none; 
     color: #ffffff;
     display:block;
     margin:0px 25px 0px 25px;
     height: 40px;
     white-space: nowrap;
     transition-property: color;
     transition-duration: 0.5s;
    padding-top:10px;
}

.down .navigation a {
	color: #333333;
	}

.navigation2 a{
    text-transform: uppercase;
     text-decoration:none; 
     color: #333333;
     display:block;
     margin:0px 5px 0px 25px;
     height: 40px;
     white-space: nowrap;
     transition-property: color;
     transition-duration: 0.5s;
    padding-top:10px;
}

.down .navigation a {
	color: #333333;
}

.navigation A:after{
    content: "";
    width: calc(90% - 25px);
    height: 1px;
    background: #fefefe;
    position: absolute;
    bottom: 10px;
    left: 50%;
    opacity: 0;
    transition-duration: 0.3s;
    -webkit-transform: translate(-50%, 25px);
            transform: translate(-50%, 25px);
}

.down .navigation A:after{ 
background: #333333;
	}

.navigation A:hover:after{
    opacity: 1;
    transition-duration: 0.3s;
    -webkit-transform: translate(-50%,0px);
            transform: translate(-50%,0px);
}

.navigation2 A:after{
    content: "";
    width: calc(90% - 25px);
    height: 1px;
    background: #C20000;
    position: absolute;
    bottom: 10px;
    left: calc(50% + 10px);
    opacity: 0;
    transition-duration: 0.3s;
    -webkit-transform: translate(-50%, 25px);
            transform: translate(-50%, 25px);
}

.navigation2 A:hover:after{
    opacity: 1;
    transition-duration: 0.3s;
    -webkit-transform: translate(-50%,0px);
            transform: translate(-50%,0px);
}

.navigation LI {
    display: block;
    float: left;
    height:40px;
    transition-property: background;
    transition-duration: 0.5s;
    margin-left: 10px;
}

.navigation2 LI{
    display: block;
    float: left;
    height:40px;
    transition-property: background;
    transition-duration: 0.5s;
    margin-left: 10px;
}

.navigation LI:hover a{
}
.navigation LI:hover{
}

.navigation LI.focus{
}

  .navigation a.focus, 
  .navigation a.mPS2id-clicked  {
    text-decoration: none;
}

  .navigation LI < a.mPS2id-clicked  {
    text-decoration: none;
    background: #C20000;
}


 .navigation ul {
     height:40px;
     float:right;
}

 .navigation li {
     display:inline;
}

.nav-menu li {
            position:relative;
}
    
.nav-menu li ul.sub-menu {
            position:absolute;
            top:40px;
}

.sub-menu {
            display: none;
            position:relative;
}

.nav-menu > li:hover > UL.sub-menu {
    display: block;
    position:absolute;
    top: 40px;
    left:-1px;
    width:100%; 
    margin-left:0px;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

.sub-menu LI {
			background: #FAFAFA;
            width:100%;
            white-space: nowrap; 
            display:none;
            width: 170px;
            }

.sub-menu LI a{
            margin:0 0px;
			display:block;
            }

.sub-menu LI:first-child { 
               // border-top: 1px solid #111111;
                }

.sub-menu LI:hover > UL.sub-menu {
                display:block;
                position:absolute;
                left:75%;
                top:50%;
                z-index:100;
                -webkit-animation: fadeIn 0.5s;
                animation: fadeIn 0.5s;
                }

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.menu-toggle {
	display: none;
}

/* BREADCRUMBS*/

.breadcrumbs {
    background: #f5f5f5;
    font-family: "Roboto", sans-serif;
    padding: 5px;
    color: inherit;
    font-size: 12px;
    border-bottom: 1px solid #dedede;
}

.breadcrumbs A {
    color: #AAAAAA;
    text-decoration: none;
}


/* SECTIONS */


.front-page-section {
    clear:both;
    background: #f1f1f1;
    padding: 80px 0;
}

.section-wrap{
    padding: 15px 0px 15px 0px;
    background: #23282D;
}

.section-title{
    text-align: center;
    max-width:960px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 60px;
    color: #23282d;
    text-transform: uppercase;
    height: 80px;
}

.section-title H1 > SPAN {
	font-weight: 700;
}

.section-title H1{
	position: relative;
    font-size: 32px;
    font-weight: 400;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 25px 0;
    margin: 0 0 20px 0;
    font-family: "Open Sans", sans-serif;
}

.section-subtitle {
    font-size: 14px;
    display: block;
    margin: 0 auto 10px;
    padding: 0;
    line-height: 14px;
}

.section-content-wrap {
}

.section-content{
    display: block;
    margin: 0px auto 0px;
    padding: 10px 10px;
    
}

.section-content-wrap{
}


.section-parallax{
    height: 300px;
    margin: 0 auto;
}

/* CUSTOM SECTIONS */

#section-realizacje {
    background: rgba(250, 250, 250, 0.6);    
    background: rgba(50, 50, 50, 0.6);    
    display: block;
}

#section-realizacje .section-title H1 {
	color: #ffffff;
}

#section-realizacje .section-content {
    max-width: 1280px;
}

#section-realizacje a {
    text-transform: uppercase;
}

.realizacje {

    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    overflow:hidden;
    border-radius: 5px;
    cursor: pointer;
}

#section-realizacje H3.subtitle {
	color: #ffffff;
}

.realizacje:hover {
}

.realizacje img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: grayscale(80%);
    transition-duration: 0.5s;
    transform: scale(1.2);
    transform-origin: center;


}

.realizacje:hover img {
    display: block;
    margin: 0 auto;
    filter: grayscale(0%);
    transition-duration: 0.5s;
    transform: scale(1);
}


.realizacje SPAN {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #C20000;
    background: #FFBE00;
    width: 100%;
    text-align: center;
    transition-duration: 0.5s;
    padding: 5px 0px;
    border-top: 1px solid rgba(222, 222, 222, 0.8);
}

.realizacje SPAN {
    top: 100%;
    transform: translateY(-100%);
    transition-duration: 0.5s;
    background: #FFBE00;
    color: #fafafa;
}



/* KONTAKT */

#section-contact {
	min-height: 300px;
    color: #454a4f;

   background: #F0F0F0;
    //background: url('img/bg-o-nas.jpg');
	//background-size: cover;
	//background-repeat: no-repeat;
	padding-bottom: 0px;
}
#section-contact .section-content-wrap{
	display: block;
	height: 100%;
   // background: #ededed;
}

#section-contact .section-content{

    //max-width: 1280px;

    margin: 0 auto;
    position: relative;
    height: 100%;    
    padding: 0;
}

#section-contact .col-md-6, #section-contact .col-md-3, #section-contact .col-xs-6 {
	padding-right: 0px;
	padding-left: 0px;
}

DIV.contact-bar {
	//background: #ffbe00;
	padding: 15px 0px;
}

DIV.contact-left {
	margin-top: 40px;
}
#title-small.contact {
	width: 125px;
	position: relative;
	display: block;
    margin: 80px auto 0;
    transform: translate(0, 0);
    left: auto;
    top: auto;

}



.entry {
    position: relative;
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
}

.flex {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.itlogos-container {
    display: block;
    margin: 50px;
}





.formularz {
	margin-left: 0px;
   // margin: 40px 40px 0px 40px;
    padding: 0px;
    //background: rgba(50,50,50,0.4);
    //background: #ffbe00;
    //border: 2px solid #ffbe00;
}


.form-title {
    	display: block;
    	width: 90%;
    	max-width: 400px;
    	margin: 0 auto;
    	text-align: left;
    	color: #666666;
    	text-transform: uppercase;
    	font-size: 20px;
        border-bottom: 1px solid #c20000;
    }

.form-control  {
	border-radius: 0px;
}

.wpcf7 {
    width: 90%;
    max-width: 400px;
    margin: 30px auto 30px 0px;

}

.wpcf7 label {
    display: block;
    color: #8c9398;
    //color: #fafafa;
    font-weight: 400;
}

.form-group { margin-top: 5px; 

}

.btn {
    background: #fafafa;
    color: #8c9398;
    margin: 0px 0px 0px auto;
    display: block;
    text-transform: uppercase;
    border-radius: 0px;
    border-color: #8c9398;
}

.btn:hover {
    background: #8c9398;
    color: #fafafa;
    margin: 0px 0px 0px auto;
    display: block;
    text-transform: uppercase;

    border-color: #fafafa;

}

/* ABOUT */

#section-o-nas {
	background: #ffffff;
	min-height: auto;
}

#section-o-nas .section-content {
	max-width: 1280px;
}

#section-o-nas .section-content .entry{
    color: #696f6f;
}


#section-o-nas .section-title-wrap{
    display: block;
}

.section-title H1 {
	font-family: "Open Sans", sans-serif;
    font-size: 32px;
}

H3.subtitle {
	line-height: 1.4;
	margin-top: 10px;
    color: #696f6f;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 60px 0;
    font-family: "Open Sans", sans-serif;
}

.section-title H1::after {
	content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
    height: 2px;
    margin: 0 auto;
    background: #FFBE00;
}

.feature {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
} 
.feature H3 {
	color: #333333;
	font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    word-wrap: break-word;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.feature A {
	color: #666666;
	font-weight: 700;
}

.feature P, .feature SPAN.desc {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #8c9398;
	text-transform: none;
	text-align: center;
	font-size: 14px;
}


.feature IMG {
	text-align: center;
	width: 100px;
	height: auto;
	margin-top:20px;
}

.contact A {
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	//color: #ffffff;
}


#footer-wrap{
    position: relative;
    color: #aeaeae;
    min-height: 160px;
    background: #333333;
    display:flex;
    flex-direction: column;
    justify-content: center;
}

#footer {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    color: #aeaeae;
	text-align: right;
    padding: 10px;
    font-family: "Play", sans-serif;
}

#footer SPAN {
    display: block;
	font-size: 13px;
	margin-right: 0 auto;
    text-align: center;
}

#footer STRONG {
    font-weight: normal;
}

#footer HR {
    margin: 2px auto;
    width: 160px;
    border-top: 1px solid #8e8e8e;
}



/* MEDIA SCREENS */

@media (max-width:1400px){
    
#site-info {
    display: none;
    transtion-property: opacity;
    transition-duration: .5s;
    color: #ffffff;
    position: absolute;
    top:0px;
    padding: 0;
    opacity: 0;
}

#site-info .site-logo img{
   display: none;
}
    
    
.nav-wrap .site-title2{
    margin-left: 10px;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    float: left;
    color: #fafafa;
}

.nav-down #site-info, .page #site-info, .single #site-info{
    opacity: 1;
}
    
    
    
}



@media all and (max-width: 860px) {


    body {
        background-size: auto 100vh;
    }

	#header {
		width: 100%;

    }


    #left-container {
    	width: 100%;
    }

    #left {
    	width: 100%;
    }

    #title {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    	margin: 50px auto;
        position: relative;
        top: 0px;
        left: 0px;
        transform: translate(0, 0);
        height: auto;
        max-width: 250px;
    }

    #title SPAN.logo-it {

    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    border: 2px solid #c20000;
    font-size: 45px;
    line-height: 0.95;
    text-align: center;
    font-family: 'Oswald';
    color: #c20000;
    padding-top: 1px;
   // background: #252d37;
    cursor: pointer;
}

    #title SPAN.logo-ex {


    
    color: #ffffff;
    position: relative;
    padding: 1px 7px 0px 7px;
    font-size: 45px;
    line-height: 1;
    font-family: 'Oswald';

}



    #title SPAN.subtitle {
    	display: block;
        text-align: right;
        color: #eaeaea;
        position: relative;
        bottom: -15px;
        margin: 0 auto;
    }
    
    #left {
    	display: flex;
    	justify-content: center;
    	flex-direction: column;
    }

    .corner, .max-width IMG.arrow-down {
        display: none;
    }

    .logo-paralotniarz {
        opacity: 1;
         z-index: 1;
    }

    .max-width .logo-paralotniarz {
        opacity: 1;
        width: auto;
        height: auto;
        margin: 0 auto;
        display: block;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -10;
    }
    .logo-paralotniarz IMG {
        margin: 0 auto;
        width: 100px;
        height: 100px;

    }


     .nav {
        position:absolute;
        top: 0px;
        right: 0px;
        width:100%;
    }
    
    .menu-toggle {
        z-index:10;
        display: block;
        float: right;
        position: relative;
        overflow: hidden;
        top:0px;
        right:0px;
        margin: 0;
        padding: 0;
        width: 50px;
        height: 50px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        box-shadow: none;
        border-radius: none;
        border:none;
        cursor:pointer;
        background-color: transparent;
    }
    
    .menu-toggle:focus {outline: none;}
    
    .menu-toggle span {
        display: block;
        position: absolute;
        top: 23px;
        left: 8px;
        right: 8px;
        height: 3px;
        background: #666666;
    }

    .menu-toggle span::before, 
    .menu-toggle span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #666666;
        content: "";
    }
    
    .menu-toggle span::before {
        top: -10px;
    }
    
    .menu-toggle span::after {
        bottom: -10px;
    }

 
    /* CROSS */
    
    .menu-toggle span {
        transition: background 0s 0.5s;
    }
    
    .menu-toggle span::before,
    .menu-toggle span::after {
        transition-duration: 0.5s, 0.5s;
        transition-delay: 0.5s, 0s;
    }
    
    .menu-toggle span::before {
        transition-property: top, background, -webkit-transform;
        transition-property: top, transform, background;
        transition-property: top, transform, background, -webkit-transform;
    }
    
    .menu-toggle span::after {
        transition-property: bottom, background, -webkit-transform;
        transition-property: bottom, transform, background;
        transition-property: bottom, transform, background, -webkit-transform;
        
    }
        
    .menu-toggle.is-active span {
        background: none;
    }
    
    .menu-toggle.is-active span::before,
    .menu-toggle.is-active span::after {
        transition-delay: 0s, 0.5s;
        //background: #ffbe00;
    }
    
    .menu-toggle.is-active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    
    .menu-toggle.is-active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    
    #nav-wrap {
        right: 0px;
    }

    .menu-main-menu-container {
        position: absolute; 
        top:0px;
        padding-top: 50px;
        padding-bottom: 50px;
        left: 100%; 
        width:100%;        
        transition-property: left;
        transition-duration: 0.5s;
        background-color: #dedede;
        background: rgba(250,250,250,0.95);
    }
    
    /* Kostka */
    
    .is-active .menu-main-menu-container{
        left:0;        
        border-bottom: 1px solid #fafafa;
        border-top: 1px solid #fafafa;
        }
    
    /* Small menu */

    
    .nav-menu {
        position:relative;
        top:0px;
        display: block;
        margin-left: 0;
        padding: 0;
        width: 100%;
        
        text-align: center;
    }
    
    .nav-menu li{
        display: block;
        width:100%; 
    }

 
    .navigation {   
    margin-top:0px;
    line-height: 50px;    
    will-change: transform;
    transition-duration: 1s;
    z-index:2;
    float:none;
    transform: translate(0, 0);
    width: 100%;
    height: auto;
    right: 0px;
 }

 .down .navigation {
    background: rgb(250,250,250);
 }


  .navigation a{
      overflow: hidden; 
     text-decoration:none; 
     color: #333333; /*#86DC2D*/
     display:block;
     margin:0px 2px 0px 2px;
     height: 100%;
}

 .navigation a:hover {

     border: none;
}

.navigation A:after{
    display: none;
}

.navigation A:hover:after{
    display: none;
}

.navigation UL {
    height: auto;
}

.navigation LI {
    display: block;
    float: left;
    height:auto;
    transition-property: background;
    transition-duration: 0.5s;
    margin-left: 0px;
}
    
    
  .navigation a.focus, 
  .navigation a.mPS2id-clicked  {
    text-decoration: none;
    color: #aeaeae;
}

    
    .is-active .nav-menu,
    .is-active .nav-menu > ul {
        right:0;
    }

    .is-active li,
    .is-active .submenu {
        display: block;
    }
    

    .is-active .nav-menu li > ul {
        
        display: block;
        float: none;
        margin-left: 0px;
        position: relative;
        left: auto;
        top: auto;
    }


    ul.nav-menu,
    div.nav-menu > ul {
        
    }
    
    
    .nav-menu > li:hover > UL.sub-menu {
    display: block;
    position:absolute;
    top: 40px;
    left:-1px;
    width:100%; 
    margin-left:0px;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

.sub-menu LI {
            background: #FAFAFA;
            width:100%;
            //white-space: nowrap; 
            display:none;
            width: 170px;
            }

.sub-menu LI a{
            margin:0 0px;
            display:block;
            height: 100%;
            width: 100%;
            }

.sub-menu LI:first-child { 
               // border-top: 1px solid #111111;
                }

.sub-menu LI:hover > UL.sub-menu {
                display:block;
                position:absolute;
                left:75%;
                top:50%;
                z-index:100;
                -webkit-animation: fadeIn 0.5s;
                animation: fadeIn 0.5s;
                }
    
 

    #nav-wrap {
        opacity: 1;
    }

    .navigation2 {
        display: none;
        position:absolute;
        right: 0px;
    }

#title-small {
    z-index: 50;
    padding-top: 0px;
    top: 10px;
    left: 10px;
    height: 50px;
    transform: translate(0, -250%);
    display: block;
    transition-property: transform;
    transition-duration: 0.5s;
}

#title-small.down {
    padding-top: 0px;
    top: 10px;
    left: 10px;
    height: 50px;
    transform: translate(0, 0%);
    display: block;
    transition-property: transform;
    transition-duration: 0.5s;
}

.front-page-section {
    padding-bottom: 40px;
}

H3.subtitle {
	font-size: 16px;
    margin-bottom: 20px;
}

DIV.contact-left {
    margin-top: 0px;
}

    #footer-wrap {
        min-height: 60px;
        width: 100%;
    }


    #section-contact {
        height: auto;
        max-width: none;
    }

    #features {
        width: 90%;
    }

    #features LI {
        height: auto;
        margin-bottom: 15px;
        font-size: 12px;
    }



    .wpcf7 {
        width: 95%;
        margin: 30px auto 0px;
        padding-left:0px;
    }

    .wpcf7 label {
        display: block;
        
    }
    

    .btn {        
        margin: 20px auto 0px;
        display: block;
        opacity: 0.85;
        width: 50%;
        text-transform: uppercase;        
    }

    .btn:hover {        
        margin: 20px auto 0px;
        display: block;
        opacity: 0.85;
        width: 50%;
        text-transform: uppercase;
        border-color: #fafafa;
    }

    .itlogosline-container {display: none;}

#section-o-nas .section-title-wrap{
    display: block;
}

SPAN.desc {width: 80%;}


#section-contact .section-title-wrap{
    display: block;
}

.section-title-wrap, .section-title{
    display: block;
}

.section-title H1 {
	font-size: 20px;
}

.section-content-wrap {
    padding-top: 0px;
}



.formularz {
   // background: #ffbe00;
    margin: 20px 0px 0px 0px;
    
    color: #fafafa;
}

.form-title {
    border-bottom: 1px solid #fafafa;
    color: #fafafa;
}

#section-contact P {display: none;}

#section-realizacje .section-content-wrap {
    width: 100%;
    background: transparent;
}

}

@media all and (max-width: 860px) and (orientation: landscape) {
	body {
        background-size: cover;
    }

}

