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


body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-decoration: none;
    background: #FFF;
}

#banner1e { padding: 10px 0px 0px; text-align: center; margin-left: 0px; margin-right: 0px; margin-top: -80px; margin-bottom: 0px; background-color: rgba(255, 210, 7, 0.7);}
#banner1d { height: 80px; padding: 15px 0px 0px; text-align: center; margin-left: 0px; margin-right: 0px; margin-top: 20px; margin-bottom: 0px; background-color: rgba(255, 210, 7, 1);}
#banner1f { height: 80px; padding: 15px 0px 0px; text-align: center; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 20px; background-color: rgba(0, 0, 0, 1);}
#banner1g { height: 176px; padding: 15px 0px 0px; text-align: center; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; background-color: rgba(0, 0, 0, 1);}

.gory { height: 170px; margin-left: -30px; padding-top: 100px; position: relative; background: url(mountain.png) no-repeat center center;}
.banner { height: 700px; margin-bottom: 20px; background: url(polana03.jpg) no-repeat center center; background-size: cover;}
.banner1 { height: 500px; margin-left: 40%; margin-top: 35%; position: relative;}
.banner2 { width: 300px; height: 300px; padding: 0px 0px; margin-bottom: 0px; padding-bottom: 120px; color: #fff; position: relative; background: url(more_tlo1.png) no-repeat center center; background-size: cover;}
.banner3 { height: 559px; padding: 20px 0px; margin-left: 0px; margin-top: 0px; padding-bottom: 0px; color: #fff; position: relative; background: url(more_tlo2.jpg) no-repeat top center; background-size: cover;}
.circle { margin-left: 0px; margin-top: 0px; margin-bottom: 0px; background: url(circle.png) no-repeat center center;}
.luk1 {height: 300px; background: url(luk1.png) no-repeat top left;}
.luk2 {height: 300px; background: url(luk2.png) no-repeat top right;}
.luki {height: 250px; background: url(luki.png) no-repeat center center;}
.zolte {border: 6px solid #FED106; padding-top:40px; border-radius: 330px; height: 450px; background-color: rgba(255, 210, 7, 0.5); margin-top: 35px;}


#map { width: 100%; height: 500px; margin-top: 0px; margin-bottom: 10px;}

h1a { text-transform: uppercase; font-size: 15px; margin-bottom: 5px;}

.info-window {font-family: 'Roboto Condensed', sans-serif; font-size: 12px;}

.info-content {color: #999;}

div1 { vertical-align: middle; width: 40%;   background: #323a3d;   text-align: center;    }
 
 .wskazz { position: relative; top: 0; left: 0; } .wskaz { position: absolute; top: 120px; left: 320px; }
  
.title {
    margin-top: 50px;
    font-size: 72px;
}

.vcenx {
    display: table;
    table-layout: fixed;
}

.vcen {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.options {
    margin: 25px 0 35px 0;
}
.btn {
    width: 150px;
}
.description {
    margin-bottom: 35px;
}
pre {
    font-size: 14px;
}
.options-table {
    font-size: 14px;
}
.more-info {
    margin-top: 35px;
    padding: 10px;
}
.animatecss-link,.animatecss-link:hover{
    color: #F35625;
}
.box {
    height: 150px;
}
.red {
    background-color: red;
}
.green {
    background-color: green;
}
.blue {
    background-color: blue;
}
.custom-classes {
    margin-top: 35px;
    margin-bottom: 35px;
}
.small-box{
    padding: 15px;
    color: yellow;
}
.fast {
    -moz-animation-duration: 1s;
    -moz-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
}
.slow {
    -moz-animation-duration: 3s;
    -moz-animation-delay: 1s;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 1s;
}
.reallyslow {
    -moz-animation-duration: 6s;
    -moz-animation-delay: 3s;
    -webkit-animation-duration: 6s;
    -webkit-animation-delay: 3s;
}
.conclusion {
    margin-top: 50px;
}
 
 .karu1 {
    background-image: url("tlo1.jpg");
    min-height: 380px;
	height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding-top: 10px;
}

 * {
    box-sizing: border-box;
}
  
 @-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.shake:hover,
.shake:focus {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

.container {
  position: relative;
}

.centered {
  display: table;
  width: 100%;
}

p.p9 {
    color: #000;
    font-family: 'Roboto';
    font-size: 10px;
    text-align: center;
}

.ce {
  width: 900px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -200px;
}

p {
    color: #F3BF24;
    font-family: 'Roboto Condensed';
    font-size: 25px;
    padding: 0px 0px 0px;
    text-align: center;
}

p.p2 {
    color: #000;
    font-family: 'Roboto Condensed';
    font-size: 15px;
    padding: 20px 0px 0px;
    text-align: center;
}

h3 { 
    font-size: 50px;
 	font-family: 'Roboto Condensed';
    margin-bottom: 05px;
	}
	
h1 {
    margin-bottom: 40px;
	text-align: center;
}


.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #F00;
    margin-top: -6px;
	margin-left: 20px;
}

body {
    font-family: "Roboto Condensed";
    font-size: 14px;
    color: #000;
    text-decoration: none;
    background: #fff;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}
.acenter {
    text-align: center;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.formError,
.formError * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    font-family: 'Roboto Condensed';
}

.col-lg-28,
.col-lg-16 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 1199px) {
.col-lg-28 {
        width: 28%;
        float: left;
    }

    .col-lg-16 {
        width: 16%;
        float: left;
    }
	
	.luki { background: none;}
}

@media (min-width: 992px) {
.col-lg-28 {
        width: 27%;
        float: left;
    }
	
.luki { background: none;}

    .col-lg-16 {
        width: 19%;
        float: left;
    }

    .fleft-md {
        float: left;
        padding-left: 5px;
    }
    .fleft-md.fleft2{
        padding-left: 20px;
    }
    .fright-md {
        float: right;
        padding-right: 20px;
    }
     .container.mg5 {
        padding-left: 13px;
        padding-right: 13px;
    }
    .container.mg5 > .row{
        margin-left: -13px;
        margin-right: -13px;
    }
      .container.mg5 > .row > div{
        padding-left: 13px;
        padding-right: 13px;
    }

    
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 39%;
        float: left;
    }
      #sec3 .container {
        width: 1015px;
    }
    .nopad-lg {
        padding-left: 0px;
        padding-right: 0px;
    }
	
}


@media (min-width: 1300px) {
    .container.wide{
        width: 1254px;
    }
}

section, .shadow {
    width: 100%;
    float: left;
}
.shadow {
    background: #fff;
}

#sec1 {
    background: #fff;
}

a#logo {
    text-align: center;
}

a#logo img {
    margin: 15px auto;
}

#sec2 {
    background: #ffa930;
    text-align: center;
    padding: 11px 0px 2px 0px;
}

p.p1 {
    color: #000;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 10px;
	padding-top: 10px;
	letter-spacing: 0.075em;
}

p.p2 {
    color: #000;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-size: 32px;
    padding: 30px 0px 0px;
    text-align: center;
}

p.p2 strong {
    font-weight: 700;
}

.for-form {
    background: #F3BF24;
    padding: 23px 15px 20px 15px;
    position: relative;
-webkit-box-shadow: 0px 17px 48px -8px rgba(0,0,0,0.68);
-moz-box-shadow: 0px 17px 48px -8px rgba(0,0,0,0.68);
box-shadow: 0px 17px 48px -8px rgba(0,0,0,0.68);
margin-bottom: 25px;
}

.form-head {
    position: absolute;
    background: #F3BF24;
    top: -39px;
    left: 50%;
    margin-left: -137px;
    width: 274px;
    height: 39px;
    border-radius: 8px 8px 0px 0px;
z-index: 20;
}

.form-head p {
    font-size: 21.22px;
    text-align: center;
    font-family: 'Roboto Condensed';
    color: #000;
    letter-spacing: 0.075em;
    padding-top: 10px;
    margin-bottom: 0px;
    text-shadow: 1px 1px 0px rgba(179, 108, 41, 0.28); 
}
.for-form#for-form1 {
    top: -75px;
    margin-bottom: -45px;
}
.for-form#for-form2 {
    margin-top: 55px;
    margin-bottom: 55px;
}

p.p3 {
    text-align: center;
    font-family: 'Roboto Condensed';

    color: #000;
    margin-top: 15px;
    margin-bottom: 17px;
}

p.p3a {
    text-align: center;
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-size: 24px;
    color: #FFF;
    margin-top: 25px;
    margin-bottom: 0px;
}

p.p3a a {
    text-align: center;
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-size: 24px;
    color: #FFF;
    margin-top: 25px;
    margin-bottom: 0px;
}


p.p3 span {
    font-weight: 700;
    font-size: 32px;
}

.bcg {
    padding-top: 44px;
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.bcg img {
    margin: 0 auto 14px auto;
}

.bcg2 {
    padding: 10px 0px;
    background: #f8f8f8;
}

p.p4 {
    font-family: 'Roboto Condensed';
    text-align: left; 
    font-weight: 700;
    margin-left: 50px;
	padding-bottom: 30px;
    font-size: 32px;
    color: #000;
}

p.p4x {
    font-family: 'Roboto Condensed';
    text-align: right; 
	margin-left: 0px;
	padding-top: 10px;
    padding-bottom: 10px;
	font-weight: 700;
    font-size: 32px;
    color: #000;
}

p.p4y {
    font-family: 'Roboto Condensed';
    text-align: left; 
    font-weight: 300;
	padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    color: #000;
}

p.p4a {
    font-family: 'Roboto Condensed';
    font-size: 32px;
    color: #FFF;
	}

p.p4b {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 32px;
	padding-top: 30%;
    color: #000;
}

p.p4c {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 32px;
	margin-top: 60px;
	margin-left: -150px;
    padding-left: 200px;
    padding-right: 200px;
    color: #000;
}

p.p4d {
    font-family: 'Roboto Condensed';
	text-align: left;
	margin-top: 50px;
    font-weight: 700;
    font-size: 32px;
	color: #000;
}

p.p4e {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 32px;
	color: #000;
}

p.p4 span {
    color: #000;
	font-size: 24px;
}
p.p4 span > span {
    font-size: 44.2px;
}

p.p5 {
    text-align: justify;
    font-size: 16px;
    margin-left: -120px;
	margin-top: 70px;
	padding-left: 0px;
    padding-right: 50px;
	font-family: 'Roboto Condensed';
    color: #000;
}

p.p5a {
    text-align: center;
    font-size: 20px;
    padding-bottom: 12px;
    font-family: 'Roboto Condensed';
    padding-bottom: 0px;
    color: #000;
}

p.p5a span {
    text-align: left;
    font-size: 12px;
    padding-bottom: 12px;
    font-family: 'Roboto Condensed';
    padding-bottom: 0px;
    color: #000;
}

p.p5b {
    text-align: center;
    font-size: 20px;
    padding-bottom: 12px;
    font-family: 'Roboto Condensed';
    padding-bottom: 0px;
    color: #000;
}

p.p5b span{
    text-align: center;
	font-size: 12px;
    font-family: 'Roboto Condensed';
    padding-bottom: 0px;
    color: #000;
}

p.p5c {
    text-align: justify;
    margin-top: 10px;
    margin-left: -80px;
    font-size: 18px;
    font-family: 'Roboto Condensed';
    color: #000;
}

p.p5c span {
    font-size: 15px;
    }

.form-control {
    border-radius: 0;
    border: 1px solid #c2c2c1;
    color: #4f4f4f;
    padding-left: 9px;
    font-family: 'Roboto Condensed';
    font-size: 14px;
    height: 39px;
    padding-left: 40px;
    margin-bottom: 30px;
}

.submit,
.submit:active {
    width: 160px;
    height: 36px;
    background: #000;
    border-radius: 5px;
    border: 0px;
    color: #fefefe;
    font-family: 'Roboto Condensed';
    font-size: 21.89px;
    letter-spacing: 0.05em;
    line-height: 23px;
    text-shadow: 1px 1px 0px rgba(179, 108, 41, 0.28); 

}
.submit:hover {
    background: #FF2760;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    font-size: 12px;
    font-family: 'Roboto Condensed';
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 30px;
}

input[type="checkbox"] + label a,
input[type="radio"] + label a {
    color: #000;
    text-decoration: underline;
}
input[type="checkbox"] + label span,
input[type="radio"] + label span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 0px 0 0;
    left: 20px;
    vertical-align: middle;
    background: url('ch2.png') left top no-repeat;
    cursor: pointer;
    position: absolute;
    top: 2px;
}

input[type="checkbox"]:checked + label span,
input[type="radio"]:checked + label span {
    background: url('ch.png') left top no-repeat;
}

.fc-name {
    background: url('name.png') no-repeat left 12px center #fff;
}
.fc-email {
    background: url('email.png') no-repeat left 10px center #fff;
}
.fc-phone {
    background: url('phone.png') no-repeat left 10px center #fff;
}

.relative {
    position: relative;
}
.relative .formError {
    top: 0px !important;
}

.box {
    height: 225px;
    text-align: center;
    padding-top: 106px;
    margin-bottom: 25px;
}
.box p {
    font-family: 'Roboto Condensed';
    font-size: 28.44px;
    color: #203a71;
}

p.p6 {
    font-family: 'Roboto Condensed';
    font-size: 70.51px;
    text-align: center;
    color: #203a71;
    line-height: 50px;
    margin-top: 65px;

}
p.p7 {
    font-family: 'Roboto Condensed';
    font-size: 47.18px;
    text-align: center;
    color: #203a71;
    margin-top: 65px;
    letter-spacing: 0.045em;

}

.grey {
    width: 100%;
    left: 0px;
    top: 0px;
    height: 92px;
    background-color: rgba(39,63, 116, 0.95);
    position: absolute;
    z-index: 5;
}


p.desc {
    padding: 20px 15px 0px 15px;
    color: #fff;
    font-size: 17px;
    font-family: 'bebas_neue_regularregular';
    text-shadow: 1px 1px 0px rgba(179, 108, 41, 0.28); 
    line-height: 18px;
}

.mg5 > .row > div {
    margin-bottom: 50px;
}
a.lb {
    display: block;
}

p.copy {
    font-size: 14px;
    color: #686868;
    padding:0px;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Roboto Condensed';
}
#modal {
    color: #000;
    font-family: 'Roboto';
}
.cpolicy {
    font-family: 'Roboto';
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.policy {
    border-top:4px solid #fff;
    font-family: 'Roboto';
    color: #203a71;
}

.policy ol, .policy ol ul {
    list-style-position: inside;
}
.policy ol > li, .policy ol ul > li {
    margin-bottom: 5px;
}
.policy ol ul
{
    padding-left: 15px;
    list-style-type: lower-alpha;
}
.policy h1 {
    font-size: 28px;
    color: #203a71;
}
.policy h2 {
    font-size: 22px;
    color: #203a71;
} 
.policy .copy {
    margin-top: 45px;
}

@media (max-width: 1199px) {
    p.desc {
        padding-top: 10px;
    }
	
	p.p2{
	font-size: 26px;
    padding: 0px 0px 0px;
    }
}

@media (max-width: 991px) {

    .col-lg-16 {
        text-align: center;
        margin-bottom: 25px;
    }
    input[type="checkbox"] + label br, input[type="radio"] + label br {
        display: none;
    }
    a.lb {
        margin: 0 auto;
        width: 288px;
    }
    p.desc {
        padding-top: 20px;
    }
	p.p2{
    font-size: 20px;
    padding: 20px 0px 0px;
	}
	
	.luk1 {height: 20px; background: none;}
.luk2 {height: 20px; background: none;}
}


@media (max-width: 767px) {

    p.p2{
    font-size: 24px;
    padding: 20px 0px 0px;
	}
	
     
p.p4 {
    text-align: center; 
    margin-left: 0px;
	padding-bottom: 0px;
    font-size: 30px;
    color: #000;
}
		
	p.p5a {
  font-size: 20px;
	}

	p.p2 span {
        display: none;
    }
    .form-head {
        width: 100%;
        left: 0px;
        right: 0px;
        margin-left: 0px;
    }
    .for-form {
        padding-top: 45px;
    }
    .for-form#for-form1 {
    top: -20px;
    margin-bottom: 5px;
}
.bcg {
    padding-top: 22px;
}
p.p7 {
    font-size: 34px;
}
p.p9 {
    font-size: 68px;
}

	p.p5c {
		    text-align: center;
    margin-top: 20px;
    margin-left: 0px;
    font-size: 15px;
}

p.p5c span {
    font-size: 12px;
    }
	
#banner1g { height: 200px; padding: 15px 0px 0px; text-align: center; margin-left: 0px; margin-right: 0px; margin-top: 20px; margin-bottom: 0px; background-color: rgba(0, 0, 0, 1);}
#banner1f { height: 50px; padding: 8px 0px 0px; text-align: center; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 20px; background-color: rgba(0, 0, 0, 1);}
#banner1d { height: 60px;}

.luk1 {height: 50px; background: none;}
.luk2 {height: 50px; background: none;}

p.p4c {
    font-size: 20px;
	padding-left: 0px;
    padding-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

p.p4d {
    font-size: 24px;
	margin-left: 0px;
}

p.p4e {
    font-size: 24px;
}


p.p5 {
	text-align: center;
    font-size: 12px;
	margin-top: 40px;
    margin-left: 0px;
	padding-left: 0px;
    padding-right: 0px;
}

p.p1 {
    font-size: 20px;
    padding-bottom: 10px;
	padding-top: 10px;
}

p.p4a {
    font-size: 20px;
	}
	
p.p4x {
	text-align: center; 
	font-size: 28px;
	margin-left: 0px;
	padding-bottom: 5px;
    padding-top: 5px;
}

p.p4y {
    text-align: left; 
    font-weight: 300;
	padding-top: 7px;
    padding-bottom: 7px;
	margin-right: 0px;
    font-size: 16px;
	margin-left: 0px;
}

.banner { height: 600px; background: url(polana03.jpg) no-repeat center left;}

p.p3a {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 0px;
}

p.p3a a {
    font-size: 18px;
    }


@media (max-width: 479px) {
    .form-head p {
        font-size: 18.22px;
    }
	
.luk1 {height: 20px; background: none;}
.luk2 {height: 20px; background: none;}

    input[type="checkbox"] + label, input[type="radio"] + label {
        font-size: 8px;
		    left: px;
    }
}