/* ==================== intro page layout ==================== */



body {
	font-family: 'Montserrat', sans-serif;
	background: #1f3f93;
}


.home {

		height:130px;
		left:50%;
		position:absolute;
		top:100px !important;
		width:370px;
		margin-left: -185px;

	background: url(../images/logo.png) no-repeat 0 0;
	background-size: cover;


}
#slideshow {
	display: block;
}
.header {
	position: relative;
  	height: 380px;
		background: none;
}
a.intro-block {
	display: block;
	height: 500px;
	text-align: center;
}
.intro-block-fest {
	background: url(../images/intro-block-bg.jpg) no-repeat center top;
	background-size: cover;
}
.intro-block-sport {
	background: url(../images/intro-sport-bg.jpg) no-repeat center top;
	background-size: cover;
}
.intro-block-business {
	background: url(../images/intro-business-bg.jpg) no-repeat center top;
	background-size: cover;
}
.intro-block-guidelines {
	background: url(../images/intro-guidelines-bg.jpg) no-repeat center top;
	background-size: cover;
}
a.intro-block {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	transition: all 0.5s ease-in-out;
}
a.intro-block:hover {
	background: rgba(0, 0, 0, 0.0);
	text-decoration: none;
}
a.intro-block h1 {
	color: #fff;
	padding-top: 50%;
	font-size: 50px;
	opacity: 1;
	transition: all 0.5s ease-in-out;
	height: 320px;
}
a.intro-block:hover h1 {
	opacity: 0;
}
a.intro-block span {
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
a.intro-block:hover span{
	opacity: 0;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.home {
		height: 100px;
    left: 50%;
    position: absolute;
    top: 100px !important;
    width: 300px;
    margin-left: -150px;
	}
}
