body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

#header{
	background: url(plitvice-lakes.jpg) no-repeat center center;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
#header .content{
	text-align: center;
	position: absolute;
  	top: 50%; left: 50%;
  	transform: translate(-50%,-50%);
}
#header .shadow{
	width: 100%; height: 30px;
	background: url(header-shadow.png) repeat-x;
}
#header .title{
	color: #fff;
	margin: 0px 0 0 0;
	font-size: 80px;
	font-weight: 400;
	line-height: 70px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
#header .text{
	color: #fff;
	margin: 0px 0 0 0;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
h1{
	color: #fff;
	margin: 20px 0 10px 0;
	font-size: 26px;
	font-weight: 600;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
@media( min-width:768px ){
	#header .title{
		color: #fff;
		margin: 0px 0 0 0;
		font-size: 120px;
		font-weight: 400;
		line-height: 100px;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	}
	#header .text{
		color: #fff;
		margin: 0px 0 0 0;
		font-size: 20px;
		font-weight: 400;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	}
	h1{
		color: #fff;
		margin: 20px 0 10px 0;
		font-size: 36px;
		font-weight: 600;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	}
}

#header .button{
	display: inline-block;
	color: #000;
	width: 140px;
	background-color: #fff;
	padding: 10px;
	margin: 40px 0 0 0;
	border-radius: 3px;
	font-size: 21px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease-in-out;  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
	text-decoration: none;
}
#header .button:hover{
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

/* GLOBAL */
.col2{ width:100%; float: left; }
.col4{ width:50%; float: left; }

@media( min-width:768px ){
	.col2{ width:100%; float: left; }
	.col4{ width:50%; float: left; }
	.container{ width:768px; margin:0 auto; }
}
@media( min-width:992px ){
	.col2{ width:50%; float: left; }
	.col4{ width:25%; float: left; }
	.container{ width:992px; margin:0 auto; }
}
@media( min-width:1200px ){
	.col2{ width:50%; float: left; }
	.col4{ width:25%; float: left; }
	.container{ width:1200px; margin:0 auto; }
}
.container:after{ content:""; clear:both; display:block; }


.info {
	text-align: center;
	padding: 80px 20px 80px 20px;
}
h2{
	display: inline-block;
	font-size: 54px;
	font-weight:300;
	line-height:54px;
	padding:0; margin:0;
}
.info .text{
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	padding: 20px;
	max-width: 850px;
}

.selfie{
	margin: 60px 0 80px 0;
	text-align: center;
	background: url(iphone-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.selfie .iphone{
	display: inline-block;
	margin: -4em auto;
	max-width: 300px;
}

.places{ margin: 0px 0 50px 0; }
.placescol{ text-align: center; position: relative; padding: 10px; }
.placescol img{	width: 100%; height: auto; }
.placescol span{ font-weight: 500; line-height: 50px; }

.activities{ margin: 0px 0 60px 0; }
.activitiescol{ text-align: center; position: relative; padding: 40px 40px 0 40px; }
.activitiescol img{ width: 100%; height: auto; }
.activitiescol .title{ display: inline-block; font-size: 46px; line-height: 46px; margin: 20px 0 20px 0; }
.activitiescol .text{ display: inline-block; font-size: 46px; display: inline-block; font-size: 18px; font-weight: 400;	line-height: 28px; }
@media( min-width:992px ){
	.activities{ margin: 0px 0 0px 0; }
	.activitiescol{ text-align: left; position: relative; padding: 80px; }
	.activitiescol img{ width: 100%; height: auto; }
	.activitiescol .title{ display: inline-block; font-size: 46px; line-height: 46px; margin: 20px 0 20px 0; }
	.activitiescol .text{ display: inline-block; font-size: 46px; display: inline-block; font-size: 18px; font-weight: 400;	line-height: 28px; }
}

.greybg{
	background-color: #f2f2f2;
	padding: 30px 0 30px 0;
}

.footer{
	width: 100%;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 40px 0 50px 0;
	font-size:18px;
}
.footer-list{
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}
@media( min-width:768px ){
	.footer-list{
		font-size: 18px;
		line-height: 16px;
		margin-top: 20px;
	}
}

.footerinfo{
	text-align: center;
	width:100%;
	background-color:#222;
	padding: 40px 0 40px 0;
	color:#fff;
}
.footerinfo a{
	color:#fff;
	text-decoration:none;
}