html, body{
	font: normal 400 14px "Open Sans","Open Sans","Arial",sans-serif;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #525252;
	}
::selection {
    background: rgb(0,0,0);
    color: #fff;
	}
.clear:after{
	content: '';
	clear: both;
	display: block;
	}
.navbar{
	position: absolute;
	z-index: 99;
	width: 100%;
	padding-top: 20px;
	}
	#logo img{
		width:100%;
		}
	.menu{
		float: right;
		}
	.menu li {
	    float: right;
	    margin: 10px 15px;
	    list-style-type: none;
		}
		.menu li a{
			color: #fff;
			font-size: 100%;
			letter-spacing: 2px;
			text-transform: uppercase;
			font-weight: 600;
			}

.mastahead{
	position: relative;
	}
	.mastahead img{
		position: absolute;
		width: 500px;
		left: 50%;
		top:50%;
		margin: -100px 0 0 -250px;
		z-index: 3;
		}
.first{
    padding-top: 100px;
    padding-bottom: 100px;
	background-color: #000000;
	text-align: center;
	z-index: 3;
    position: relative;
    margin-top: -10px;
	}
	.first h1{
		padding-bottom: 25px;
		display: block;
	    margin: 0;
	    letter-spacing: 6px;
	    text-transform: uppercase;
	    font-size: 20px;
	    font-weight: 400;
		}
	.first p{
		display: block;
	    font-size: 16px;
	    max-width: 50%;
	    margin: 0 auto 50px;
	    line-height: 35px;
	    color: #7e7e7e;
		}
.second{
	background: url("../images/bg2.jpg") 50% -66px no-repeat fixed;
	padding-top: 100px;
    padding-bottom: 100px;
	}
	.second img {
	    width: 50%;
	    margin: 0 auto;
	    display: block;
		}
	.second h3 {
	    color: #ffffff;
	    letter-spacing: 2px;
	    text-transform: uppercase;
	    font-size: 16px;
	    margin: 0px;
	    font-weight: 600;
		}
		.second span {
		    color: #7AC72F;
		    letter-spacing: 3px;
		    text-transform: uppercase;
		    font-size: 13px;
		    margin: 0 0 20px 0;
		    font-weight: 600;
			}
	.second p {
	    color: #fff;
	    font-size: 16px;
	    line-height: 25px;
		}
.third{
    padding-top: 100px;
	background-color: #000000;
	text-align: center;
	z-index: 2;
    position: relative;
    margin-top: -10px;
	}
	.third h2{
		padding-bottom: 25px;
	    display: block;
	    margin: 0;
	    letter-spacing: 6px;
	    text-transform: uppercase;
	    font-size: 20px;
	    font-weight: 400;
		}
	.third p{
		text-align: center;
	    display: block;
	    font-size: 16px;
	    max-width: 50%;
	    margin: 0 auto 50px;
	    line-height: 35px;
	    color: #7e7e7e;
		}
	.produkt1{
		background: url(../images/product1.jpg);
		background-size: cover;
		}
	.produkt2{
		background: url(../images/product3.jpg);
		background-size: cover;	
		}
	.third a{
	    height: 400px;
	    display: block;
	    position: relative;
		}
	.third a:after{
		content: '';
	    display: block;
	    position: absolute;
	    width: 100%;
	    height: 400px;
	    padding: 0 15px;
	    margin: 0 -15px;
	    background: rgba(17, 17, 17, 0.1);
	    box-sizing: content-box;
		}
	.third a:hover:after{
		background: rgba(17, 17, 17, 0);
		}
	.third h3{
		letter-spacing: 5px;
	    text-transform: uppercase;
	    font-size: 20px;
	    font-weight: 600;
	    position: absolute;
	    width: 100%;
	    margin: 60px 0 0 0;
	    color: #fff;
		}
		.third h3:after{
		    content: '';
		    display: block;
		    position: relative;
		    width: 80px;
		    bottom: -5px;
		    margin: 0 0 0 -40px;
		    height: 3px;
		    left: 50%;
		    background: #7AC72F;
			}
.fourth{
	background-color: #e6e6e6;
	text-align: center;
	padding: 100px 0 80px 0;
	}
	.fourth span{
		color: #B0B0B0;
	    letter-spacing: 1px;
	    text-transform: uppercase;
	    font-size: 11px;
	    margin: 0 50px 0 0;
	    text-align: right;
	    font-weight: 600;
	    float: right;
		}
	.fourth img{
		width: 100%;
		}
	.fourth h2{
	    margin: 0;
	    letter-spacing: 6px;
	    text-transform: uppercase;
	    font: normal normal 20px "Open Sans","Open Sans","Arial",sans-serif;
	    color: #000000;
	    line-height: 36px;
	    padding-bottom: 25px;
		}
	.fourth p{  
	 	display: block;
	    font-size: 16px;
	    max-width: 85%;
	    margin: 0 auto 50px;
	    line-height: 32px;
	    color: #7e7e7e;
		}
	.fourth .btn{
		width: 300px;
	    border: 1px solid #C2C2C2;
	    padding: 10px 0;
	    background: #E4E4E4;
	    color: #333;
	    margin: 50px 0 0;
		}
.fifth{
	padding: 100px 0 80px 0;
	}
	.fifth h2{
		letter-spacing: 6px;
	    text-transform: uppercase;
	    font: normal normal 20px "Open Sans","Open Sans","Arial",sans-serif;
	    color: #000000;
	    line-height: 36px;
	    padding-bottom: 25px;
	    text-align: center;
	    margin: 0 0 20px 0;
		}
	.author img {
	    width: 80px;
	    margin: 0 10px 0 0;
	    float: left;
		}
	.author a {
		display: block;
	    float: left;
	    color: #4C4C4C;
	    letter-spacing: 2px;
	    text-transform: uppercase;
	    font-size: 15px;
	    margin: 25px 120px 40px 0;
	    font-weight: 600;
	    line-height: 14px;
	    }
	    .author i {
		    display: block;
		    margin: 5px 0 0 10px;
		    color: #7AC72F;
		    font-size: 12px;
		    }
	.fifth p{
		display: block;
	    font-size: 16px;
	    max-width: 85%;
	    line-height: 28px;
	    color: #7e7e7e;
		}
		.fifth p span{
			color: #585858;
		    letter-spacing: 3px;
		    text-transform: uppercase;
		    font-size: 14px;
		    font-weight: 600;
			}
.sixth{
	background-color: #e6e6e6;
	text-align: center;
	padding: 100px 0 80px 0;
	}
	.sixth h2{
	    margin: 0;
	    letter-spacing: 6px;
	    text-transform: uppercase;
	    font: normal normal 20px "Open Sans","Open Sans","Arial",sans-serif;
	    color: #fff;
	    line-height: 36px;
	    padding-bottom: 25px;
		}
	.sixth p{  
	 	display: block;
	    font-size: 16px;
	    max-width: 85%;
	    margin: 0 auto 50px;
	    line-height: 32px;
	    color: #fff;
		}
		
.seveth{
	background-color: #E6E6E6;
	padding: 100px 0 80px 0;
	}
.seveth h2 {
    letter-spacing: 6px;
    text-transform: uppercase;
    font: normal normal 20px "Open Sans","Open Sans","Arial",sans-serif;
    color: #000000;
    line-height: 36px;
    padding-bottom: 25px;
    text-align: center;
    margin: 0 0 20px 0;
	}
.seveth img {
    width: 60px;
    float: left;
    margin: 40px 18px 30px 0;
	}
.seveth h3 {
    margin: 25px 0 5px 10px;
	}
.seveth p {
	display: block;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    color: #7e7e7e;
	}
	
.btn-primary{
	width: 100%;
    border: 1px solid #C2C2C2;
    padding: 10px 0;
    background: #E4E4E4;
    color: #333;
    margin: 10px 0 0;
	}
	.btn-primary:hover{
		color: #fff;
	    background-color: #ABABAB;
	    border-color: #8A8A8A;
		}
		


/* BIZNES ******************************/		
.b_mastahead{
	background: url(../images/bg2.jpg);
	height: 700px !important;
	position: relative;
	}
	.b_mastahead:before{
		content: '';
		display: block;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    z-index: 2;
	    background: #000; 
	    opacity: 0.3;
	    }
	.b_mastahead h1{
	    margin: 250px 0 10px;
	    text-align: center;
	    font-size: 45px;
	    font-weight: 600;
	    letter-spacing: 6px;
	    color: #fff;
	    position: relative;
	    text-transform: uppercase;
	    z-index: 2;
	    }
	
.b_first{
    padding-top: 100px;
    padding-bottom: 100px;
	background-color: #000;
	z-index: 3;
    position: relative;
	}
	.b_first h2{
	    padding-bottom: 85px;
	    display: block;
	    margin: 0;
	    letter-spacing: 6px;
	    text-transform: uppercase;
	    font-size: 18px;
	    text-align: center;
	    font-weight: 400;
	    color: #878787;
		}
	.b_first h2:after{
		content: '';
	    position: relative;
	    width: 250px;
	    display: block;
	    height: 2px;
	    bottom: -40px;
	    margin: 0 auto;
	    background-color: #347414;
	}
	.b_first p{
		display: block;
	    font-size: 14px;
	    margin: 0 auto 50px;
	    line-height: 28px;
	    color: #7e7e7e;
		}
		.b_first p::first-letter { 
		    font-size: 300%;
		    color: #fff;
		    margin: 0 2px 5px 0;
		}
.b_second{
	background: #fff;
	padding-top: 100px;
    padding-bottom: 100px;
	}
	.b_second img {
	    width: 40%;
	    margin: 0 auto;
	    display: block;
		}
	.b_second h3 {
	    margin: 0;
	    letter-spacing: 6px;
	    text-transform: uppercase;
	    font: normal normal 20px "Open Sans","Open Sans","Arial",sans-serif;
	    color: #000000;
	    line-height: 36px;
	    padding-bottom: 25px;
	    text-align: center;
		}
	.b_second p{
	    font-size: 14px;
	    line-height: 25px;
		}
.b_third{
    padding-top: 120px;
	background: url("../images/bg2.jpg") 50% -66px no-repeat fixed;
    padding-bottom: 100px;
	text-align: center;
	z-index: 2;
    position: relative;
    margin-top: -10px;
	}
	.b_third:before{
		content: '';
		display: block;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    z-index: 2;
	    background: #000; 
	    opacity: 0.3;
	    }
	.b_third h2{
		padding-bottom: 45px;
	    display: block;
	    margin: 0;
	    color: #fff;
	    z-index: 3;
	    position: relative;
	    letter-spacing: 6px;
	    text-transform: uppercase;
	    font-size: 20px;
	    font-weight: 400;
		}
	.b_third p{
		text-align: center;
	    display: block;
	    font-size: 16px;
	    z-index: 3;
	    position: relative;
	    max-width: 85%;
	    margin: 0 auto 50px;
	    line-height: 35px;
	    color: #fff;
		}

.b_fourth{
	background-color: #e6e6e6;
	text-align: center;
	padding: 100px 0 80px 0;
	}
	.b_fourth h2{
	    margin: 0;
	    letter-spacing: 6px;
	    text-transform: uppercase;
	    font: normal normal 20px "Open Sans","Open Sans","Arial",sans-serif;
	    color: #000000;
	    line-height: 36px;
	    padding-bottom: 25px;
		}
	.b_fourth h2+p{  
	 	display: block;
	    font-size: 16px;
	    max-width: 85%;
	    margin: 0 auto 50px;
	    line-height: 32px;
	    color: #7e7e7e;
	    text-align: center;
		}	
	.b_fourth h4{
		margin: 0;
	    letter-spacing: 5px;
	    text-transform: uppercase;
	    font: normal normal 13px "Open Sans","Open Sans","Arial",sans-serif;
	    color: #878787;
	    line-height: 23px;
	    padding: 25px 0px 5px;
		}	
	.b_fourth p{  
	    display: block;
	    font-size: 14px;
	    margin: 0 auto 50px;
	    line-height: 28px;
	    color: #636363;
	    text-align: left;
		}	
	.b_fourth img{
		 width: 35%;
		 margin: 0 auto;
	}
	
	
/* Glamping ******************************/		
.g_mastahead{
	background: url(../images/glamping5.jpg) no-repeat;
	background-size: cover;
	height: 700px !important;
    position: relative;
	}
	.g_mastahead:before{
	content: '';
	display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000; 
    opacity: 0.3;
    }
    .g_mastahead h1{
	    margin: 250px 0 10px;
	    text-align: center;
	    font-size: 45px;
	    font-weight: 600;
	    letter-spacing: 6px;
	    color: #fff;
	    position: relative;
	    text-transform: uppercase;
	    z-index: 2;
	    }
    .g_mastahead p{
	    text-align: center;
	    font-size: 16px;
	    font-weight: 400;
	    letter-spacing: 1px;
	    max-width: 80%;
	    margin: 0 auto;
	    color: #fff;
	    position: relative;
	    z-index: 2;
		}
	
.g_first{
    padding-top: 100px;
    padding-bottom: 100px;
	background-color: #000000;
	z-index: 3;
    position: relative;
	}
	.g_first h2{
		padding-bottom: 15px;
	    display: block;
	    margin: 0;
	    letter-spacing: 6px;
	    text-transform: uppercase;
	    font-size: 18px;
	    text-align: left;
	    font-weight: 400;
	    color: #C3DC4D;
		}
	.g_first h2:after{
		content: '';
	    position: relative;
	    width: 250px;
	    display: block;
	    height: 2px;
	    bottom: -40px;
	    margin: 0 auto;
		}
	.g_first p{
		display: block;
	    font-size: 14px;
	    margin: 0 auto 50px;
	    line-height: 28px;
	    color: #7e7e7e;
		}
		.g_first p::first-letter { 
		    font-size: 200%;
		    color: #fff;
		    margin: 0 2px 5px 0;
		}	
	
.g_second{
	background: #fff;
	padding-top: 100px;
    padding-bottom: 100px;
	}
	.g_second img {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
		}
	.g_second h2 {
	    margin: 50px 0 0 0;
	    letter-spacing: 6px;
	    text-transform: uppercase;
	    font: normal normal 20px "Open Sans","Open Sans","Arial",sans-serif;
	    color: #000000;
	    line-height: 36px;
		}
	.g_second p{
	    font-size: 16px;
	    line-height: 25px;
		}
.price{
	background-color: #F3F3F3;
	padding: 80px 0;
	}	
	.price img{
		width: 40%;
	    margin: 0 auto;
	    display: block;
		}
		.price h2{
			margin: 0 0 10px 0;
		    letter-spacing: 6px;
		    text-transform: uppercase;
		    font: normal normal 20px "Open Sans","Open Sans","Arial",sans-serif;
		    color: #000000;
		    line-height: 36px;
		    text-align: center;
			}
	
		 
.moreinfo{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #202020;
	}
	.moreinfo h6{
		color: #999999;
	    font: normal normal 14px "Open Sans","Open Sans","Arial",sans-serif;
	    font-size: 16pt;
	    font-weight: bold;
	    text-align: right;
	    margin: 15px 0 0 0;
	    
		}
	.moreinfo .contact-btn{
		width: auto;
    border: 2px solid #E6E6E6;
    border-radius: 2px;
    padding: 15px 25px;
    background: #202020;
    color: #E6E6E6;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
		}
 	
	
	
	
	
	
	
.bu_mastahead{
	background: url(../images/bubble1.jpg) no-repeat;
	background-size: cover;
	height: 700px !important;
    position: relative;
	}
	.bu_mastahead:before{
	content: '';
	display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000; 
    opacity: 0.3;
    }
    .bu_mastahead h1{
	    margin: 250px 0 10px;
	    text-align: center;
	    font-size: 45px;
	    font-weight: 600;
	    letter-spacing: 6px;
	    color: #fff;
	    position: relative;
	    text-transform: uppercase;
	    z-index: 2;
	    }
    .bu_mastahead p{
	    text-align: center;
	    font-size: 16px;
	    font-weight: 400;
	    letter-spacing: 1px;
	    max-width: 80%;
	    margin: 0 auto;
	    color: #fff;
	    position: relative;
	    z-index: 2;
		}
.bu_first{
    padding-top: 100px;
    padding-bottom: 100px;
	background-color: #000000;
	z-index: 3;
    position: relative;
	}
	.bu_first h2{
		padding-bottom: 15px;
	    display: block;
	    margin: 0;
	    letter-spacing: 6px;
	    text-transform: uppercase;
	    font-size: 18px;
	    text-align: center;
	    font-weight: 400;
	    color: #525252;
		}
	.bu_first h2:after{
		content: '';
	    position: relative;
	    width: 250px;
	    display: block;
	    height: 2px;
	    bottom: -40px;
	    margin: 0 auto;
		}
	.bu_first p{
		display: block;
	    font-size: 16px;
	    margin: 0 auto 50px;
	    line-height: 28px;
	    color: #7e7e7e;
	    width: 80%;
		}
		.bu_first p::first-letter { 
		    font-size: 200%;
		    color: #fff;
		    margin: 0 2px 5px 0;
		}	
	
.bu_second{
	background: #1B1B1B;
	padding-top: 100px;
    padding-bottom: 100px;
	}
	.bu_second img {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
		}
	.bu_second h2 {
	    margin: 50px 0 0 0;
	    letter-spacing: 4px;
	    text-transform: uppercase;
	    font: normal normal 18px "Open Sans","Open Sans","Arial",sans-serif;
	    color: #EDEDED;
	    line-height: 28px;
		}
	.bu_second p{
	    font-size: 14px;
		line-height: 24px;
		color: #9F9F9F;
		}

.bu_third{
	background: #fff;
	padding-top: 100px;
    padding-bottom: 100px;
	}
	.bu_third img {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
		}
	.bu_third h2 {
	    margin: 50px 0 0 0;
	    letter-spacing: 6px;
	    text-transform: uppercase;
	    font: normal normal 20px "Open Sans","Open Sans","Arial",sans-serif;
	    color: #000000;
	    line-height: 36px;
		}
	.bu_third p{
	    font-size: 16px;
	    line-height: 25px;
		}
						
.bu_price{
	background-color: #EEEEEE;
	padding: 80px 0;
	}	
	.bu_price img{
		width: 40%;
	    margin: 0 auto;
	    display: block;
		}
		.bu_price h2{
			margin: 0 0 10px 0;
		    letter-spacing: 6px;
		    text-transform: uppercase;
		    font: normal normal 20px "Open Sans","Open Sans","Arial",sans-serif;
		    color: #000000;
		    line-height: 36px;
		    text-align: center;
			}		

.con-mastahead{
	background: url(../images/slider3.jpg) no-repeat;
    background-size: 130%;
    height: 400px !important;
    position: relative;
	}
	.con-mastahead:before{
		content: '';
		display: block;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    z-index: 2;
	    background: #000; 
	    opacity: 0.3;
	    }
    .con-mastahead h1{
	    margin: 250px 0 10px;
	    text-align: center;
	    font-size: 45px;
	    font-weight: 600;
	    letter-spacing: 6px;
	    color: #fff;
	    position: relative;
	    text-transform: uppercase;
	    z-index: 2;
	    }
    .con-mastahead p{
	    text-align: center;
	    font-size: 16px;
	    font-weight: 400;
	    letter-spacing: 1px;
	    max-width: 80%;
	    margin: 0 auto;
	    color: #fff;
	    position: relative;
	    z-index: 2;
		}
	
		
.con-moreinfo{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #202020;
	}	
		
			
.footer{
	padding: 50px 0;
    background: #000;
	}
.footer p{
    color: #BEBEBE;
	}
.footer ul{
	color: #fff;
	}
	.footer li {
	    float: right;
	    margin: 10px 15px;
	    list-style-type: none;
		}
		.footer li a{
			color: #cccccc;
		    font-size: 100%;
		    letter-spacing: 2px;
		    text-transform: uppercase;
		    font-weight: 400;
			}
