/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(0.95); }

body {

    height: 100%;
    font-family: 'robotolight' ,Helvetica,Arial,sans-serif;
    font-weight: 500;
    color: #414141;
    background-color: #fff;
    line-height: 1.4;

}

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

/*CZCIONKI*/
h2 {
    font-family: 'latoblack',Helvetica,Arial,sans-serif;
    font-size: 28px;
    margin: 0px 0px 20px;
    text-transform: uppercase;}
/*h1,

h3,
h4,
h5,
h6 {
    /*margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'robotolight',Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 24px;
}*/
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 200;
    line-height: 1;
    font-family: 'robotolight',Helvetica,Arial,sans-serif;
    /*color: #fd9700;*/
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.4;
    color: #414141;
}
p>span {
    font-family:'robotothin_italic',Helvetica,Arial,sans-serif;
    background-color: #fff;
    line-height:2;
    color: #414141;
    font-size: 14px;
}
a {
    color: #fd9700;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}
@media(min-width:767px) {
    p>span {
    font-family:'robotothin_italic',Helvetica,Arial,sans-serif;
    background-color: #fff;
    line-height:2;
    color: #414141;
    font-size: 32px;
    }
    p {
        margin: 0 0 30px;
        font-size: 18px;
        line-height: 1.4;
        color: #414141;
    }
}
/*FONTS_END*/
/*NAVIGATION*/
#tx1 {
  -vendor-animation-delay: 5s;
}
.navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: white;
         -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;

}
.navbar img{
        width:90px;
        height:90px;

}
.navbar-custom {
    margin-bottom: 0;
    /*border-bottom: 1px solid rgba(255,255,255,.3);*/
    text-transform: uppercase;
    font-family: 'robotolight' ,Helvetica,Arial,sans-serif;/*CZCIONKA W MENU*/
    font-size: 20px;
    background-color: transparent;

}
.navbar-toggle {
    color: #414141;
    font-size: 20px;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: #414141;
    background-color: white;
    /*text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);*/
}
.navbar-custom .nav li.active {
    outline: nonte;
    /*background-color: rgba(255,255,255,.3);*/
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover,{
    outline: nonte;
    background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: #fd9700;
    color:#fff;
}
.navbar-header {
    color:#414141;
}
.navbar-header a {
    color:#414141;
}
.navbar-brand {
    padding-top: 0px;
    padding: 0px;
    margin-left: 15px;
    font-family: 'existencelight',Helvetica,Arial,sans-serif;
    font-size: 22px;
    color: #fff;

}
.navbar-brand a{
    background-color: transparent;
}

.navbar-custom.top-nav-collapse {
    border-bottom: 0px solid rgba(255,255,255,.3);
}
.top-nav-collapse {
    padding: 0px;
    /*background: 0 0;*/
    background-color: transparent;
}
.top-nav-collapse a {
    color: #414141;
}
.top-nav-collapse img {
    width: 64px;
    height: 64px;
}

@media(min-width:767px) {
    .navbar img {
        width:200px;
        height:200px;
         }
    .navbar {
        min-height: 30px;
        letter-spacing: 1px;
        /*background: 0 0;*/
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;

        }
    .navbar-brand {
        /*padding-top: 0px;*/

        font-family: 'existancelight',Helvetica,Arial,sans-serif;
        float: left;
        height: 0px;
        padding-left: 15px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        font-size: 18px;
        line-height: 20px;

-webkit-transition:width 2s, height 2s, background-color 2s;

    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 0px solid rgba(255,255,255,.3);
    }
    .top-nav-collapse {
       padding: 0px;
       background: 0 0;
       background-color: transparent;
    }
    .top-nav-collapse a {
        color: #414141;
    }
    .top-nav-collapse img {
        width: 90px;
        height: 90px;
    }
}
.dropdown-menu {
    text-transform: uppercase;
    font-family: 'robotolight' ,Helvetica,Arial,sans-serif;/*CZCIONKA W MENU*/
    font-size: 20px;
    color:#414141;
    text-align: center;
    list-style: outside none none;
    background-color: #FFF;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.176);


}
.navbar-toggle {
    background-color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

/*NAVBAR_END*/
/*NOPADDING*/
.rowless{
    margin-left: -20px;
    margin-right: -20px;
}
.container-liquid {
  padding: 0 20px;
  margin: 0 auto;
}
.nopadding {
   padding: 0 !important;
   /*margin: 0 !important;*/
}
/*NOPADDING_END*/
/*INTRO*/
.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: right;
    color: #fff;
    background: url('../img/header.jpg') no-repeat bottom center scroll;
    background-color: #414141;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro .intro-body .brand-heading {
    font-size: 40px;
    font-family: 'robotolight',Helvetica,Arial,sans-serif;
}
.intro .intro-body .intro-text {
    font-size: 22px;
}
.intro-see {
    position: absolute;
    width: 400px;
    margin-left: -200px; /* połowa szerokości */
    position: absolute;
    left: 50%;
    bottom: 10px;
}
.intro-see a {
        font-family:'robotothin_italic',Helvetica,Arial,sans-serif;
        background-color: #fff;
        line-height:2;
        color: #414141;
        font-size: 14px;
    }
@media(min-width:767px) {
    .intro-see a {
        font-family:'robotothin_italic',Helvetica,Arial,sans-serif;
        background-color: #fff;
        line-height:2;
        color: #414141;
        font-size: 22px;
    }
}
.video-section .buttonBar{display:none;
}
.player {font-size: 1px;
}
.video-section  {
    /*background: url('../img/viz39.jpg') no-repeat top center;*/
    background-size: cover
    height: 100%;
    width: 100%;
    /*padding: 110px 0 32px;
    min-height: 496px; */
}
/* Incase of overlay problems just increase the min-height*/
.pattern-overlay{
    height: 100%;
    width: 100%;
    background: url(   '../img/pattern.png') ;
    position: relative;
    /*padding top: 50%;*/
    padding: 110px 0 32px;
    min-height: 497px;
   }
@media(min-width:767px) {
    .intro {
        width: 100%;
        height: 100%;
        padding: 0;
        text-align: right;
    }
    .intro-body {
        width: 100%;
        height: 100%;
    }
    .intro .intro-body .brand-heading {
        font-size: 100px;
        font-family: 'robotolight',Helvetica,Arial,sans-serif;
    }
    .intro .intro-body .intro-text {
        font-size: 25px;
        text-align: right;
    }
}
/*INTRO_END*/
/*SECTIONS*/
.title {
    font-family: 'latoblack',Helvetica,Arial,sans-serif;
    font-size: 46px;
    line-height: 100px;
    margin: 40px 0px 0px;
    text-transform: uppercase;
}
.title2 {
    font-family: 'latoblack',Helvetica,Arial,sans-serif;
    font-size: 23px;
    line-height: 20px;
    margin: 20px 0px 0px;
    text-transform: uppercase;
    color: white;
}
.subtitle{
    font-family:'robotothin_italic',Helvetica,Arial,sans-serif;
    margin: 20px 0px 40px;
    font-size: 26px;
}
.pic1 {
    background: #fff url('../img/RY_autumn.jpg') no-repeat top center;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}
.pic2 {
    background: #fff url('../img/TEST10.jpg') no-repeat top center;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    }
.pic3 {
    background: #fff url('../img/Image0005.jpg') no-repeat top center;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    }
.pic4 {
    background: #fff url('../img/viz30.jpg') no-repeat top center;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    }
.pic5 {
    background: #fff url('../img/biurko.jpg') no-repeat top center;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    }
.pic6 {
    background: #fff url('../img/viz50.jpg') no-repeat top center;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    }
.gallery-item {
    padding: 1px;
}
.footr {
    text-align: center;
}
@media(min-width:767px) {
    .footr {
        text-align: right;
    }
}
.footl {
    text-align: center;
}
@media(min-width:767px) {
    .footl {
        text-align: left;
    }
}
.paddingl {
    margin-left: 15px;
}
.services {
    min-height: 100%;
    background: none repeat scroll 0% 0% #FFF;
    padding: 50px 0px 200px;
    position: relative;
}
.gallery{
        min-height: 100%;
        background: none repeat scroll 0% 0% #FFF;
        padding: 50px 0px 50px;
        position: relative;
}
.contact {
        min-height: 100%;
        background: none repeat scroll 0% 0% #FFF;
        padding: 50px 0px 50px;
        position: relative;
}
@media(min-width:1199px) {
    .title {
        font-family: 'latoblack',Helvetica,Arial,sans-serif;
        font-size: 170px;
        line-height: 170px;
        margin: 0px 0px 40px;
        text-transform: uppercase;
    }
    .title2 {
        font-family: 'latoblack',Helvetica,Arial,sans-serif;
        font-size: 70px;
        line-height: 20px;
        margin: 0px 0px 20px;
        text-transform: uppercase;
        color: white;
    }
    .subtitle{
        font-family:'robotothin_italic',Helvetica,Arial,sans-serif;
        margin: 0px 0px 40px;
        font-size: 34px;
    }
    .gallery{
        min-height: 100%;
        background: none repeat scroll 0% 0% #FFF;
        padding: 120px 0px 200px;
        position: relative;
    }
    .services {
        min-height: 100%;
        background: none repeat scroll 0% 0% #FFF;
        padding: 120px 0px 200px;
        position: relative;
    }
    .contact {
        min-height: 100%;
        background: none repeat scroll 0% 0% #FFF;
        padding: 120px 0px 50px;
        position: relative;
    }
    .pic1 {
        background: #fff url('../img/RY_autumn.jpg') no-repeat top center;
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%;
    }
    .pic2 {
        background: #fff url('../img/TEST10.jpg') no-repeat top center;
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%;
    }
    .pic3 {
        background: #fff url('../img/Image0005.jpg') no-repeat top center;
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%;
    }
    .pic4 {
        background: #fff url('../img/viz30.jpg') no-repeat top center;
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%;
    }
    .gallery-item {
        padding: 1px;
    }
}

/*SECTIONS*/
/*BUTTONS,PILLS,TABS*/
.btn-circle {
    text-align: center;
    width: 70px;
    height: 70px;
    margin-top: 5px;
    /*padding: 7px 16px;*/
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 60px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
.btn-lg, .btn-group-lg>.btn {
border-radius: 0px;
}
.btn {
    text-transform: uppercase;
    font-family: 'existancelight',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-default {
    border: 1px solid #fd9700;
    color: #fd9700;
    background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
    border: 1px solid #fd9700;
    outline: 0;
    color: #414141;
    background-color: #fd9700;
}
.nav-tabs {
    text-transform: uppercase;
    font-family: 'existancelight',Helvetica,Arial,sans-serif;
    font-weight: 200;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-bottom: 0px solid #DDD;

}
.nav-tabs>li>a {
border-radius: 0px;
}
.nav-tabs>li {
margin-top: 1px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #fd9700;
    outline: 0;
    color: #fff;
    background-color: #fd9700;
    border: 2px solid #fd9700;

}
.nav-tabs>li>a {
border: 1px solid #fd9700;
    color: #fd9700;
    background-color: transparent;
}
.nav-pills>li>a {
border-radius: 0px;
}
.nav-pills {
    text-transform: uppercase;
    font-family: 'robotolight' ,Helvetica,Arial,sans-serif;/*CZCIONKA W MENU*/
    font-size: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nav-pills>li {
    margin-top: 1px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    border: 0px solid #fd9700;
    outline: 0;
    color: #fff;
    background-color: #fd9700;
}
.nav-pills>li>a {
    border: 0px solid #fd9700;
    color: #414141;
    background-color: transparent;
}
/*.nav>li>a {
position: relative;
display: block;
padding: 10px 15px;
}*/
@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        margin-right: 15px;
    }
    .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;
    }
    .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;
    }
}
/*BUTTONS,PILLS,TABS_END*/
/*FUNCTION*/
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.odstep {
    margin-top: 50px;
    /*margin-bottom: 50px;*/*/
}
.centered {
    float: none;
    margin: 0 auto;
    text-align: center;
}
/*FUNCTION*/



@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
/* Home Page Carousel */
/* Half Page Height Carousel Customization */
.carousel {
  height: 60%;
}
@media (max-width: 767px) {
.carousel {
  height: 60%; /* increases the carousel height so it looks good on phones */
}
.item,
.active,
.carousel-inner {
  height: 100%;
}
/* Home Page Carousel */
/*MAP*/
#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    #map {
        height: 400px;
        margin-top: 250px;
    }
}
/*MAP*/
/*FOOTER*/
footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}
ul.banner-social-buttons {
    margin-top: 0;
}
@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}
@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}
/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
/* Responsive Styles */

@media only screen and (max-width: 767px) {
.fb-comments{width: 100% !important;}
.fb-comments iframe[style]{width: 100% !important;}
.fb-like-box{width: 100% !important;}
.fb-like-box iframe[style]{width: 100% !important;}
.fb-comments span{width: 100% !important;}
.fb-comments iframe span[style]{width: 100% !important;}
.fb-like-box span{width: 100% !important;}
.fb-like-box iframe span[style]{width: 100% !important;} }
