@charset "utf-8";
@font-face { font-family: 'master_of_break';
             src: url("fonts/master_of_break.ttf") format('truetype'); }

*{
	margin:0;
	padding:0;
}


html, body{
	width: 100%;
	height: 100%;
	font-family: 'Lato', sans-serif;
	background: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	color: #3a332c;
}

.wrapper{
	height: 100%;
	width:900px;
	margin:0 auto;
}

article{
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 40px;
	font-size: 16px;
	
}

.bg1{	
	background: url(images/bg_artc.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	
}

.bg2{	
	background: url(images/bg_artc2.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	
}

.bg3{	
	background: url(images/bg_artc3.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	
}
.bg4{	
	background: url(images/bg_artc4.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	
}
header{
	padding:360px 0 50px;
	background: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
/*typo*/

h1{
	
	text-align: center;
	font-size:50px;
	font-weight: 300;
}

h2{
	
	text-align: center;
	font-size:45px;
	font-family: "master_of_break"
	
}

h3{
	color: #1d6816;
	font-size:20px;
}

h4{
	font-size:20px;
	font-family: "master_of_break"
}

p{
	color: #1d6816;
	font-size: 16px;
	font-weight: 800;
}

b{
	color: #1d6816;
	font-size: 18px;
	
}

.mwst{
	color: #1d6816;
	font-size: 12px;
	font-weight: 600;
	
}
/*layout*/


.clear{
	clear: both;
}

.row_25{
	width:24%;
	display: inline-block;
	vertical-align: top;
}

.row_33{
	width:33%;
	display: inline-block;
}

.row_50{
	width:49.81321%;
	display: inline-block;
}
.row_75{
	width:75%;
	display: inline-block;
}
.row_100{
	width:100%;
	display: inline-block;
}

/*boxed*/

.img_contain{
	padding: 10px 5px 0 10px;
}

.sub_text{
	padding: 10px 5px 0 10px;
}

.main_text{
	padding: 5px 10px 0 25px;
	vertical-align: top;
}

/* table */

.price{
	padding:10px;
	margin-top:20px;
	background:rgba(29,104,22,0.20);
	
	
}

.right{
	text-align: right;
}

.center{
	text-align: center;
}

td{
	padding:5px 0 0;
	
}



/*list*/
ul{
   list-style: none;
}

li{ padding-bottom: 25px;
	padding-left:50px;
	padding-top: 10px;
	height:20px;
	background: url(icons/checked.png);
	background-repeat: no-repeat;
	
}
/* Footer */

footer{
	color: rgba(255,255,255,1.00);
	margin:30px;
	font-weight: 600;
}

a{
	text-decoration: none;
	color: rgba(255,255,255,1.00);	
}

/*script*/

#scroll_top{
	width: 70px;
	height: auto;
	position: fixed;
	top:auto;
	bottom:0px;
	display:block;
	left:auto;
	right:0px;
	padding:2%;
	opacity:0.5;
	display:none;
}
#scroll_top:hover{
	opacity:1;
	transition-duration: 600ms;
	transition-timing-function: ease-in;
}



/*playground*/

