/*  Fonts  */
@font-face {
    font-family: 'lato_regular';
    src: url('https://ilovebialowieza.com/fonts/lato-regular.eot');
    src: url('https://ilovebialowieza.com/fonts/lato-regular.eot#iefix') format('embedded-opentype'),
         url('https://ilovebialowieza.com/fonts/lato-regular.woff') format('woff'),
         url('https://ilovebialowieza.com/fonts/lato-regular.ttf') format('truetype'),
         url('https://ilovebialowieza.com/fonts/lato-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lato_bold';
    src: url('https://ilovebialowieza.com/fonts/lato-bold.eot');
    src: url('https://ilovebialowieza.com/fonts/lato-bold.eot#iefix') format('embedded-opentype'),
         url('https://ilovebialowieza.com/fonts/lato-bold.woff') format('woff'),
         url('https://ilovebialowieza.com/fonts/lato-bold.ttf') format('truetype'),
         url('https://ilovebialowieza.com/fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'avantgardelt-extralight';
    src: url('https://ilovebialowieza.com/fonts/avantgardelt-extralight.eot');
    src: url('https://ilovebialowieza.com/fonts/avantgardelt-extralight.eot#iefix') format('embedded-opentype'),
         url('https://ilovebialowieza.com/fonts/avantgardelt-extralight.woff') format('woff'),
         url('https://ilovebialowieza.com/fonts/avantgardelt-extralight.ttf') format('truetype'),
         url('https://ilovebialowieza.com/fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato_bold';
    src: url('https://ilovebialowieza.com/fonts/lato-bold.eot');
    src: url('https://ilovebialowieza.com/fonts/lato-bold.eot#iefix') format('embedded-opentype'),
         url('https://ilovebialowieza.com/fonts/lato-bold.woff') format('woff'),
         url('https://ilovebialowieza.com/fonts/lato-bold.ttf') format('truetype'),
         url('https://ilovebialowieza.com/fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}




/*  General CSS*/
.wrapper{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
    position: relative;
}

::selection {color:#ffffff;background:#6ccb15;}
::-moz-selection {color:#ffffff;background:#6ccb15;}

.feature a,
.cta a.cta_btn,
.testimonials #t_navigation a,
header ul.social li a,
header nav ul li a{
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}




/*  header  */
header{
    width: 100%;
    height: 80px;
    background: #6ccb15;
}

header .logo{
    float: left;
    margin-top: 0px;
	margin-right:15px;
	max-width: 200px;
}

header .menu_icon{
    display: block;
    width: 35px;
    height: 35px;
    background: url('https://ilovebialowieza.com/img/menu_icon.png') no-repeat;
    float: right;
    margin-top: 23px;
    display: none;
}

header nav{
    overflow: hidden;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 13px 0px 13px 20px;
    border-left: 1px #ffffff solid;
    z-index: 9999;
}

header nav ul{
    list-style: none;
}

header nav ul li{
    float: left;
    margin-left: 35px;
    font-size: 16px;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
}

header nav ul li:first-child{
    margin-left: 0;
}

header nav ul li a {
    text-decoration: none;
    color: #fff;
}

header nav ul li a:hover{
    text-decoration: underline;
}

header ul.social{
    float: right;
    list-style: none;
    margin-top: 23px;
}

header ul.social li{
    float: left;
    margin-left: 10px;
}

header ul.social li a{
    display: block;
    width: 35px;
    height: 35px;
    background: url('https://ilovebialowieza.com/img/sm.png') no-repeat;
}

header ul.social li a:hover{
    background: url('https://ilovebialowieza.com/img/sm_hover.png') no-repeat;
}

header ul.social li a{
    display: block;
    width: 35px;
    height: 35px;
}

header ul.social li a.fb{
    background-position: 0 0;
}

header ul.social li a.twitter{
    background-position: -36px 0;
}

header ul.social li a.gplus{
    background-position: -72px 0;
}




/*  Billboard  */
.billboard{
    width: 100%;
    height: 500px;
    background: url("https://ilovebialowieza.com/img/billboard.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.billboard .caption{
    margin-left: 515px;
    margin-top: 220px;
}

.billboard .caption p{
    display: inline-block;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 35px;
    padding: 20px;
    background: rgba(108, 203, 21, 0.8);
    margin-bottom: 2px;
    text-transform: uppercase;
}

.billboard .caption_mini{
    margin-left: 515px;
    margin-top: 320px;
}

.billboard .caption_mini p{
    display: inline-block;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 20px;
    background: rgba(108, 203, 21, 0.8);
    margin-bottom: 2px;
    text-transform: uppercase;
}


/*  Services/features  */
.features{
    width: 100%;
    padding-top: 50px;
    background: #f7f7f7;
    overflow: hidden;
}

.features h2 {
    color: #4e4e4e;
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 3.333333333333333% 0px;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: center;
}
.features p {color: #8e8d8d;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
	padding: 0px 20px 40px 0;
    text-align: center;
	}
	

.features .feature{
    display: block;
    width: 28.83333333333333%;
    height: auto;
    float: left;
    margin-right: 6.666666666666667%;
    margin-bottom: 100px;
}

.features .feature:nth-child(3n+0)
{
    margin-right: 0;
}

.feature .ficon{
    display: block;
    width: 18.78612716763006%;
    float: left;
    margin-right: 11.5606936416185%;
}

.feature .details_exp{
    display: block;
    width: 69.36416184971098%;
    float: left;
}

.feature h3{
    margin-bottom: 20px;
    color: #333333;
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
	text-transform: uppercase;

}

.feature p{
    margin-bottom: 20px;
    color: #8e8d8d;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    line-height: 25px;
	letter-spacing: 1px;

}

.feature a{
    color: #848484;
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: .5px;
}

.feature a:hover{
    color: #353434;
}

.feature a span{
    font-family: arial;
    margin-left: 10px;
}


.more {
    display: block;
    padding-top: 12px;
}

    .more a {
        padding: 10px 15px;
        font-family: 'Dosis', sans-serif;
        color: #333;
        background-color: rgba(255,255,255,0.7);
        text-decoration: none;
    }

/*  Testimonials  */
.testimonials{
    text-align: center;
}

.testimonials h2{
    color: #4e4e4e;
    font-family: 'Dosis', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.caroufredsel_wrapper{
    max-width: 1040px!important;
    margin: 0 auto!important;
}

.testimonials .testi_slider {
    max-width: 1040px!important;
    height: auto;
    overflow: hidden;
}

.testimonials .testi_slider .t{
    max-width: 1040px!important;
    text-align: center;
    float: left;
    height: auto;
    bottom: 0;
}

.testimonials p{
    color: #8e8d8d;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
}

.testimonials p.author{
    color: #686767;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
}

.testimonials #t_navigation a{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #dadada;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 40px;

    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}

.testimonials #t_navigation a.selected{
    background: #bebebe;
}

.sep_line{
    display: block;
    width: 13.5px;
    height: 100px;
}

.sep_line:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dedede;
    margin: 0 auto;
}

.sep_top{
    border-bottom: 1px #dedede solid;
    margin: 0 auto 40px auto;
}

.sep_bottom{
    border-top: 1px #dedede solid;
    margin: 40px auto 0 auto;
}




/*  Info Section  */
.info{
    width: 100%;
    overflow: hidden;
    background: #3b3b3b;
}

.info_pic{
    display: block;
    width: 50%;
    height: 600px;
    float: left;
    background: url('https://ilovebialowieza.com/img/info_img.jpg') no-repeat;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.info_pic2{
    display: block;
    width: 50%;
    height: 600px;
    float: left;
    background: url('https://ilovebialowieza.com/img/wycinka2.jpg') no-repeat;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.info_details{
    display: block;
    width: 50%;
    height: 550px;
    float: left;
    padding: 25px 0;
}

.info_details h3{
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 800px;
    margin: 0 0 3.333333333333333% 40px;
    letter-spacing: 1px;
    line-height: 25px;
}

.info_details p{
    color: #ededed;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    max-width: 800px;
    margin: 0 40px 3.333333333333333% 40px;
    letter-spacing: 1px;
    line-height: 20px;
}

.info_details a{
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.info_details a span{
    margin-left: 10px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*  Call To Action Section  */
.cta{
    display: block;
    text-align: center;
    padding-top: 100px;
	background: url("https://ilovebialowieza.com/img/tlo-milky.jpg") no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cta h3{
    color: #3333333;
    font-family: 'Dosis', sans-serif;
    font-size: 37px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta p{
    color: #333333;
    font-family: 'Dosis', sans-serif;
    font-size: 37px;
    margin-top: 20px;
    letter-spacing: .5px;
}

.cta a.cta_btn{
    display: inline-block;
    padding: 20px 60px;
    background-color: #ff7204;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    text-decoration: none;
    margin-top: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;


    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;

}

.cta a.cta_btn:hover{
    background: #e86905;
}

.cta .cta_sep{
    display: block;
    width: 1px;
    height: 100px;
    background: #dedede;
    margin: 0 auto;
}

/* section textblock */

.textblock .wrapper {
    padding: 40px 20px 40px 0;
    max-width: 800px;
}

.textblock h3 {
    color: #4e4e4e;
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 3.333333333333333% 0px;
    letter-spacing: 1px;
    line-height: 40px;
	text-align: center;
}

.textblock p {
    color: #8e8d8d;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
}

/* action bar */

.action-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #6ccb15;
    color: #FFF;
    line-height: 48px;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

    .action-bar-left {
        float: left;
        width: 20%;
        min-height: 1px;
    }

    .action-bar-center {
        width: 60%;
        float: left;
        text-align: center;
    }

        .action-bar-center .link-button {
            margin-left: 15px;
            padding: 6px 20px;
            color: #fff;
            background-color: #ff7204;
            text-transform: uppercase;
            border-radius: 4px;
            text-decoration: none;
        }

    .action-bar-right {
        width: 20%;
        float: left;
        text-align: right;
    }

        .action-bar-right a {
            color: #000;
            text-decoration: none;
            padding-right: 20px;
        }


/*  Footer  */
footer{
    padding: 100px 0;
    border-top: 1px #dedede solid;
    background: #ffffff;
    text-align: center;
}

footer .rights{
    color: #3b3b3b;
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    line-height: 25px;
}

footer .rights a{
    text-decoration: none;
    font-family: 'lato_bold', arial;
    font-weight: bold;
    color: #3b3b3b;
}

a{
   color: #ff7204;
    text-decoration: none;
}




/*  Responsive code  */
@media (max-width:1200px){
    .wrapper{
        padding: 0 40px;
    }
    .info_pic,
	.info_pic2,
    .info_details{
        width: 100%;
    }

    .info_details{
        height: auto;
        padding: 40px 0;
    }

    .info_details h3,
    .info_details p,
    .info_details a{
        max-width: 80%;
        display: block;
        text-align: center;
        margin: 40px auto;
    }
}


@media (max-width:1080px){
    .billboard .caption{
        text-align: center;
        margin-left: 0;
    }
    .cta{
        width: 80%;
        margin: 0 auto;
    }

    header .logo {
        max-width: 200px;
        margin-top: 0px;
    }
}

@media (max-width:1057px){
    header .nav_menu, header .social {
        display: none;
    }
}

@media (max-width:1001px){
    header .menu_icon{
        display: block;
    }
    header .nav_menu, header .social {
        display: none;
    }

    header nav{
        display: block;
        background: #353434;
        margin: 21px 0 0 0;
        padding: 0;
        border-left: 0;
        border-top: 1px #2c2c2c solid;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 9999;
        display: none;
        width: 100%;
    }
    header nav{
        border-bottom-left-radius: 2px; 
        -webkit-border-bottom-left-radius: 2px; 
        -moz-border-bottom-left-radius: 2px; 
        -o-border-bottom-left-radius: 2px; 
        border-bottom-right-radius: 2px; 
        -webkit-border-bottom-right-radius: 2px; 
        -moz-border-bottom-right-radius: 2px; 
        -o-border-bottom-right-radius: 2px; 
    }
    header nav.show_menu{
        display: block;
    }
    header nav ul li{
        margin: 0;
        width: 100%;
        border-bottom: 1px #2c2c2c solid;
    }
    header nav ul li:last-child{
        border-bottom: 0;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 20px 0;
    }
    header nav ul li a:active{
        display: block;
        width: 100%;
        padding: 20px 0;
        background: #2c2c2c;
    }
}

@media (max-width:800px){
    header .logo{
        float: none;
    }

    header .nav_menu, header .social {
        display: none;
    }

    ul.social{
        display: none;
    }

    .features .feature{
        width: 46.66666666666667%;
        margin-right: 6.666666666666667%!important;
    }
    .features .feature:nth-child(2n+2)
    {
        margin-right: 0!important;
    }

    .action-bar-left {
        width: 100%;
    }

    .action-bar-center {
        width: 100%;
        font-size: 12px;
        line-height: 33px;
    }

        .action-bar-center .link-button {
            display: block;
            width: 80%;
            box-sizing: border-box;
            margin: 0 auto;
        }

    .action-bar-right {
        width: 100%;
    }

        .action-bar-right a {
            text-align: center;
            width: 100%;
            display: block;
            font-size: 12px;
        }

    .action-bar-right {
        display: none;
    }

        .action-bar-center .link-button {
            font-size: 10px;
            padding: 5px 3px !important;
            line-height: 24px;
            margin-bottom: 10px;
        }
}

@media (max-width:500px){

    header .logo {
        margin-top: 0px;
    }

    .features .feature{
        width: 100%;
        margin-right: 0!important;
    }

}

/* FORM IFRAME */

.form-wrapper {
    width: 40%;
    float: right;
    height: 430px;
    margin-top: 30px;
}

.form-wrapper iframe {
    overflow: hidden;
    border: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
}

.caption.left {
    float: left;
    margin: 0;
    width: 60%;
    padding: 30px;
    box-sizing: border-box;
}

    .caption.left p {
        display: inline-block;
        color: #fff;
        font-family: 'Dosis', sans-serif;
        font-weight: 400;
        font-size: 20px;
        padding: 20px;
        background: rgba(108, 203, 21, 0.8);
        margin-bottom: 2px;
        text-transform: none;
        line-height: 30px;
    }

/* FORM RESPONSIVENESS */



@media (max-width: 1001px){

    .textblock .wrapper {
        width: 100%;
        box-sizing: border-box;
        padding: 40px 20px;
    }

    .billboard {
        height: auto;
    }

    .caption.left {
        width: 100%;
    }

    .form-wrapper {
        width: 100%;
        margin: 20xp 0 0 0;
        padding: 20px 30px;
        box-sizing: border-box;
        height: 470px;
    }
/*
     FILE ARCHIVED ON 15:57:43 Sep 13, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:11:19 Jul 14, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.398
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.023
  esindex: 0.015
  cdx.remote: 91.996
  LoadShardBlock: 274.896 (3)
  PetaboxLoader3.datanode: 389.2 (4)
  load_resource: 284.377
  PetaboxLoader3.resolve: 125.29
*/