body {
	font-family: 'Source Sans Pro', sans-serif;
	width:100%;
	height:100%;
}
header {
	width:100%;
	height:70px;
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
}

header .gridContainer a.logo {
	float:left;
	display:block;
	height: auto;
	width: 20%;
	min-width:180px;
	max-width:280px;
	overflow:hidden;
}
header .gridContainer a.logo img {
	display:block;
	float:left;
	vertical-align: middle;
	height:auto;
    margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
    header .gridContainer a.logo img {
        margin-top: 12%;
    }
}
@media only screen and (max-width: 1000px) {
    header .gridContainer a.logo img {
        margin-top: 15%;
    }
}

header .gridContainer nav {
	width:auto;
	height:70px;
	float:right;
	display:block;
}

header .gridContainer nav ul{
	width:auto;
	height:70px;
	line-height:70px;
	float:right;
	display:block;
	list-style:none;
}

header .gridContainer nav ul#mobile_nav, .hamburger {display:none;}

header .gridContainer nav ul li{
	float:left;
	display:block;
	line-height:70px;
	padding:0 16px;
}

header .gridContainer nav ul li a{
	float:left;
	display:block;
	text-decoration:none;
	color:#5a5a5a;
	font-size:16px;
	font-weight:200 !important;
	height:30px;
	line-height:30px;
	margin-top:19px;
}
@media only screen and (max-width: 1050px) {
    header .gridContainer nav ul li a{
        font-size: 14px;
    }
}

header .gridContainer nav ul li a.current {
	color:#3d8991;
	border:2px solid #66e4f0;
	border-right:none;
	border-left:none;
}

header .gridContainer nav ul li a:hover {
	color:#66e4f0;
}

@media only screen and (max-width: 930px) {
header .gridContainer nav ul{display:none;}
header .gridContainer nav ul#mobile_nav, .hamburger {display:none;}

header .gridContainer a.hamburger {
	float:right;
	display:block;
	height: 70px;
	width: 8%;
	max-width:42px;
	overflow:hidden;
}
header .gridContainer a.hamburger img {
	display:block;
	float:left;
	vertical-align: middle;
	height:70px;
}
header .gridContainer a.hamburger:hover {
	transform:          rotate(180deg);
-ms-transform:      rotate(180deg);
-moz-transform:     rotate(180deg);
-webkit-transform:  rotate(180deg);
-o-transform:       rotate(180deg);
}

header .gridContainer nav ul#mobile_nav {
	display:block;
	width: 100%;
	height:auto;
	position:absolute;
	top:70px;
	left:0;
}
header .gridContainer nav ul#mobile_nav {
	display:none;
}
header .gridContainer nav ul#mobile_nav li {
	width:100%;
	clear:both;
	display:block;
	float:left;
	padding:0 5%;
	margin:0;
	border-bottom:1px solid rgba(255, 255, 255, 0.9);
	background-color: rgba(255, 255, 255, 0.8);
}
header .gridContainer nav ul#mobile_nav li a {
	padding:0;
	margin:0;
	height:50px;
	line-height:50px;
	color:585858;
	width:100%;
	font-weight:400 !important;
}
header .gridContainer nav ul li a.current {
	text-decoration:underline;
	border:none;
}
}

section {
	width:100%;
	height:auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 70px;
	padding:100px 0 60px 0;
	position:relative;
}

body, section, .gridContainer { background-color:none !important;}

	.lang_sel {
		top: 100px;
		float:right;
		color:#FFFFFF;
	}
		.lang_sel a {
			color:#FFFFFF;
			text-decoration:none;
		}
		.lang_sel a:hover {
			color:#66e4f0;
			text-decoration:none;
		}
		.lang_sel a.current {
			font-weight:bold;
			color:#66e4f0;
		}
		
		.home_1 {
			bottom:150px;
			height:40px;
			width:auto;
			display:block;
			position:absolute;
		}
		
		.social_container {
			height:44px;
			width:auto;
			display:block;
            margin: 0 auto;
		}

section.home {
    height: 100%;
	min-height:800px;
    display: block;
    background-image:url(../image/bg_section_1.jpg);
	background-position: 50% 70px;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (min-width: 1600px) {
    section.home {
        min-height: 900px;
    }
}
@media screen and (min-width: 1900px) {
    section.home {
        min-height: 1200px;
    }
}
section.home .LayoutDiv1 {
    margin-top: 40%;
}
section.home .LayoutDiv1.pos_rel {
    margin-top: 0 !important;
}
@media screen and (min-width: 1000px) {
    section.home .LayoutDiv1 {
        margin-top: 30%;
    }
}
@media screen and (min-width: 1900px) {
    section.home .LayoutDiv1 {
        margin-top: 40%;
    }
}

section.about {
	background-image:url(../image/bg_section_2.jpg);
	min-height:600px;
}
section.azara {
	background-image:url(../image/bg_section_2_2.jpg);
	min-height:600px;
}

section.bands {
	background-image:url(../image/bg_section_3.jpg);
}
	section.bands article {
		background-color: rgba(255, 255, 255, 0.4);
		margin-bottom:40px;
        min-height: 270px;
	}
	section.bands article h4 {
		padding:20px 20px 0 20px;
	}
    section.bands article h5 {
		padding:0px 20px 0 20px;
	}
	section.bands article p {
		padding:0px 20px 0 20px;
	}
	section.bands article a {
		padding:0px 20px 0px 20px;
		display:block;
		color:#3d8991;
	}

section.events {
	background-image:url(../image/bg_section_4.jpg);
}
	.events_1 {float:right; width:auto;}
	
	section.events article div img {
		padding:20px;
	}
	section.events article h4 {
		padding:20px 20px 0 20px;
	}
	section.events article  h5 {
		padding:0px 20px 0 20px;
	}
	section.events article p {
		padding:0px 20px 0 20px;
	}
	section.events article .face {
		margin:0px 20px 20px 20px;
	}
	section.events article {
		background-color: rgba(255, 255, 255, 0.4);
		margin-bottom:40px;
	}
@media screen and (max-width: 460px) {
    section.events {
        background-image:url(../image/bg_section_4.jpg);
        background-size: auto 500px;
    }
}
@media screen and (min-width: 460px) {
    section.events {
        min-height: 600px;
    }
}
section.contact {
	background-image:url(../image/bg_section_5.jpg);
	min-height:600px;
}

footer {
	height: 50px;
	line-height: 50px;
	background-color:#000000;
	color:#FFF;
}
footer a.copyright, footer a.designed {text-transform:lowercase !important;}
footer .copyright {
	float:left;
}

footer .designed {
	float:right;
}

.social_container {width:276px; display:block;min-height:45px;margin:0 auto;}
a.social_item, a.social_item2 {width:44px;height:45px;display:block;float:left;background:url(../image/v_social_1.png) no-repeat;text-indent:-999999px; margin-right:14px; margin-bottom:14px;}
a.social_item2 {background-image:url(../image/v_social_2.png);}

a.social_item:hover, a.social_item2:hover { opacity:0.5;}
a.social_item.fb, a.social_item2.fb {background-position:0 0;}
a.social_item.in, a.social_item2.in {background-position:-44px 0;}
a.social_item.tw, a.social_item2.tw {background-position:-88px 0;}
a.social_item.yt, a.social_item2.yt {background-position:-132px 0;}
a.social_item.ig, a.social_item2.ig {background-position:-176px 0;}
a.social_item.rn, a.social_item2.rn {background-position:-220px 0;}
a.social_item.sp, a.social_item2.sp {background-position:-264px 0;}
a.social_item.im, a.social_item2.im {background-position:-308px 0;}
a.social_item.no-mg, a.social_item2.no-mg {margin-right: 0;}
.right_align {
    margin: 0;
    float: left;
}

@media only screen and (max-width: 600px) {
section.events article div img {
		padding:5% 5%;
		width:90%;
	}
	
footer {
	height: auto;
	text-align:center;
	line-height:30px;
	padding:20px 0;
}
footer .copyright, footer .designed {
	float:none;
	width:100%;
	clear:both;
	display:block;
}
.social_container {
	text-align:center;
}
.social_item {float:none;}

section {
	width:100%;
	height:auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll !important;
	background-size: 100%;
	padding:100px 0 60px 0;
	position:relative;
}
section.home {
	min-height: 400px;
}
section.home .home_1 {
			top: 54%;
			position:absolute;
		}
		
section.home .social_container {
			top:68%;
		}
body {
	background-image:url(../image/bg_section_1.jpg);
	background-position: -400px 70px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size:1000px 565px, 100% 100%;
}
section.about {
	padding-top:140px;
	background-color:#2b2b2b;
	background-size:140%;
}
section.azara {
    background-size: cover;
    background-position: right;
}
section.bands {
	padding-top:120px;
	background-color: #39393f;
}
	section.bands article {
		background-color: #f2f2f2;
	}
section.events {
	padding-top:140px;
	background-color:#FFFFFF;
}
	.events_1 {float:right; width:auto; margin-top:44px;}
	
	section.events h3 {
		color: #6a6966;
	}
	
	section.events article {
		background-color: #f2f2f2;
	}
section.contact {
	padding-top:120px;
	background-color:#0a091a;
}
}

.gallery {
	width: 100%;
	height: auto;
	min-height: 100%;
	position: relative;
	display: block;
	padding: 4px 4px 0;
	box-sizing: border-box;
}
.gallery .gallery-container {
	-moz-column-count: 4;
	-moz-column-gap: 4px;
	-webkit-column-count: 4;
	-webkit-column-gap: 4px;
	column-count: 4;
	column-gap: 4px;
	width: 100%;
}

.gallery .gallery-container a {
	display: inline-block;
	border: 0;
	width: 100%;
	opacity: .8;
	filter: alpha(opacity=80);
	margin-bottom: 4px;
}

.gallery .gallery-container a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.gallery .gallery-container a img {
	min-width: 100%;
	width: 100%;
	border: 0;
}

@media only screen and (max-width: 68.75em) {
	.gallery .gallery-container {
		-webkit-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (max-width: 900px) {
	.gallery .gallery-container {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 800px) {
	.gallery .gallery-container {
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (max-width: 500px) {
	.gallery .gallery-container {
		-webkit-column-count: 1;
		column-count: 1;
	}
}


/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

	section {
		background-attachment:scroll;
		background-position: top center;
	}

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

	section.about {
		background-position: top 0 left 35%;
	}

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	section {
		background-attachment:scroll;
		background-position: top center;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	section.about {
		background-position: top 0 left 35%;
	}
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
	section {
		background-attachment:scroll;
		background-position: top center;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	section.about {
		background-position: top 0 left 35%;
	}

}


/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
	section {
		background-attachment:scroll;
		background-position: top center;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	section.about {
		background-position: top 0 left 35%;
	}

}