@charset "UTF-8";
/* CSS Document */

html { font-size: 62.5%; } 

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	font-family: 'Open Sans', sans-serif;
   
	font-weight: 400;
	color: #F2F3F4;
    background-color: #FCFCFC;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}

img {
	border:0;
}

a img,:link img,:visited img { border:none }

/* Colors */
.darkGray {
    color: #3e4b54;
}

.red {
    color: #fc2133;
}

.black {
    color: #000000;
}

/* HEADER STYLES */

#header {
	position:fixed;
    top:0px;
    left:0px;
	height:98px;
	width:100%;
    
    background-image: url('../imgs/header_bkg.png');
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: top;
    
    z-index:1000;

}

#headerContent {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background-color:#FF00FF;
}

#headerContent #logo {
	float: left;
	height: 60px;
	max-width: 265px; /*255px*/
    width: 27.61%; /*26.5625%;*/
    margin-top: 20px;
}


#headerContent .locationMenu {

    height: 30px;
    width: 80px;
    padding-top: 40px;
    float: none;
    text-align: right;
    float: right;
    margin-left: 30px;
    position: relative;
}

#mobileMenu .locationMenu {

    height: 30px;
    padding-top: 35px;
}
/*
.locationMenu .label {

    font-family: "bebas_neueregular", sans-serif;
    font-weight: 400;
    font-size: 1.9rem;

    text-decoration: none;
    text-transform: uppercase;
    color: #b3b3b8;

    vertical-align: middle;
    display: inline-block;
}


#headerContent .locationMenu .label {

    margin-left: 20px;
    padding-right: 80px;
}

#mobileMenu .locationMenu .label {

    margin-right: 10px;

    color: #6e6e70;

}
*/

.locationMenu .countryDropDown {
    position: relative;
    min-height: 20px;
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
  /*  border: 1px solid #dedede;*/
}

.locationMenu .countryDropDown .dropButton {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 5px;
    -ms-transform: translate( 0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-image: url(../imgs/countryButton.png);
    background-repeat: no-repeat;
}


.locationMenu .countryDropDown a,
.locationMenu .countryDropDown div {
    display: block;
    margin-top:5px;
    margin-bottom:5px;

    font-family: "bebas_neueregular", sans-serif;
    font-weight: 400;
    font-size: 1.9rem;

    text-decoration: none;
    text-transform: uppercase;
    color: #b3b3b8;

    cursor: pointer;

}


.locationMenu  .countryDropDown div.selected {
    color: #b3b3b8;
}

.locationMenu .countryDropDown div {

    margin-top: 0px;
}

.locationMenu a:hover,
.locationMenu div.selected
{
    color: #fc2133;
}


/*
.locationMenu .countryDropDown a div.flag {
    display: inline-block;
    margin:0px;
}



.locationMenu .countryDropDown a .flag {
    margin-left: 0px;
}

*/
/*
.locationMenu .flag {

    height:30px;
    width: 30px;
    display: inline-block;
    margin-left: 10px;
    background-position: bottom;
    background-repeat: no-repeat;
    vertical-align: middle;
}
*/

#mobileMenu .locationMenu .flag,
#mobileMenu .locationMenu a {
   /* vertical-align: middle;*/
    margin-left: 0px;
}

#mobileMenu  .locationMenu a,
#mobileMenu  .locationMenu div
{

    margin-right: 10px;

    font-family: "bebas_neueregular", sans-serif;
    font-weight: 400;
    font-size: 1.9rem;

    text-decoration: none;
    text-transform: uppercase;
    color: #b3b3b8;

    display:inline-block;
}

#mobileMenu .locationMenu div.selected
{
    color: #fc2133;
}


#mobileMenu .locationMenu a div.flag {

    margin:0px;
}


.flag.portugal {

    background-image: url("../imgs/flag-portugal.png");
}

.flag.spain {

    background-image: url("../imgs/flag-spain.png");
}

.flag.poland {

    background-image: url("../imgs/flag-poland.png");
}

#headerContent .locationMenu a {

}

.locationMenu a:hover .flag,
.locationMenu .flag.selected {
    background-position: top;

}


#headerContent #menu {
	
	min-height:20px;
	padding-top:40px;
	float:none;
	text-align:right;
    float: right;
	
}

#header #mobile-nav-icon {
    display: none;
    padding-top:35px;
    margin-bottom: 23px;
    float: right;
    cursor: pointer;
}

#headerContent #menu .submenuItem {
	
	height:53px;
	float:left;
}




#headerContent #menu a {
    font-family:"bebas_neueregular", sans-serif;
	font-weight: 400;
	font-size: 1.9rem;
	margin:0;
	margin-left:30px;
	text-decoration:none;
	text-transform:uppercase;
    color: #3e4b54;
}

#headerContent #menu a:hover {
	color: #fc2133;
	text-decoration:none;
}

#headerContent #menu a.selected {
	color: #fc2133;
	text-decoration:none;
}


#header #mobileMenu {
    display: none;
    clear: both;
    margin-top:94px;
    background-color: #2a2a2b;
    width: 100%;
    padding-top: 10px;
    padding-bottom:10px;
    padding-left: 20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#mobileMenu .submenuItem {
    display: block;
    margin-bottom:10px;
}



#mobileMenu .submenuItem:last-child {
    margin-bottom:0px;
}

#mobileMenu a {
    font-family:"bebas_neueregular", sans-serif;
    font-weight: 400;
    font-size: 1.9rem;
    margin:0;
    margin-bottom:20px;
    text-decoration:none;
    text-transform:uppercase;
    color: #b3b3b8;
}

#mobileMenu a:hover {
    color: #fc2133;
    text-decoration:none;
}

#mobileMenu a.selected {
    color: #fc2133;
    text-decoration:none;
}

#mobileMenu .mobileSubmenu {
    display: none;
    clear: both;
    background-color: #2a2a2b;
    width: 100%;
    padding-top: 10px;
    padding-bottom:10px;
    padding-left: 40px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

#mobileMenu .mobileSubmenu a{
    display: block;
    margin-bottom:5px;
}

#mobileMenu .mobileSubmenu a:last-child{
    display: block;
    margin-bottom:0px;
}

div#header div#submenuBar {
	clear:both;
    width: 100%;
    height:52px;
	padding-top:-5px;
	background-color: #2a2a2b;
    display:none;
}

#header #submenuBar #submenu {
	max-width: 960px;
    width: 100%;
    min-height:52px;
    height: auto;
	padding-top:19px;
    text-align: center;
    margin:0 auto;
	
}

#header #submenuBar #submenu a {
    font-family:"bebas_neueregular", sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	margin:0;
	margin-left:30px;
	text-decoration:none;
	text-transform:uppercase;
    color: #b3b3b8 ;
}

#header #submenuBar #submenu a:first-child {
    margin-left:0px;
}

#header #submenuBar #submenu a:hover {
	color: #fc2133;
	text-decoration:none;
}

#header #submenuBar #submenu .selected {
	color: #fc2133;
	text-decoration:none;
}


/* FOOTER STYLES*/
#footerContainer {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	background-color:#FFFFFF;
}

#contactsBar {
	position:relative;
	top:0px;
	left:0px;
	min-height:170px;
	height: auto;
	width:100%;
    background-image: url("../imgs/contactsBkg.jpg");
    background-position: center;
    background-repeat: no-repeat;
	background-color: #414f58;/*#3e4b54;*/
    text-align: center;
}

#contactsTitle {
    color:#FFFFFF;
    font-family:"bebas_neueregular", sans-serif;
	font-weight: 400;
	font-size: 2.8rem;
	text-decoration:none;
	text-transform:uppercase;
    padding-top:30px;
}

#contactsContent {
    color:#FFFFFF;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 1.8rem;
	text-decoration:none;
    padding-top:22px;
}

#contactsContent span {
    margin-left: 18px;
    margin-right:46px;
}

#contactsContent span.last{
    margin-right:0px;
}

#contactsContent a{
    color: #FFFFFF;
    text-decoration: none;
}

#contactsContent  a:hover{
    color: #fc2133;
    text-decoration: none;
}

#contactsContent img {
   vertical-align:middle;
}

#footerBar {
	position:relative;
	margin:0 auto;
	max-width: 960px;
	width: 100%;
	height:66px;
	clear:both;
   
		
}

#footerBar #logoArea {
	float: left;
    padding-top:16px;
}

#footerBar #logoArea img {
	float: left;
}

#footerBar .copyright {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: 400; /*semi-bold*/
	font-size: 1.0rem;
	color: #48484c;
    margin-left:45px;

    line-height: 1.8rem;
    margin-top: 6px;
}

#footerBar .copyright a{
    color: #48484c;
    text-decoration: underline;
}

#footerBar .copyright a:hover{
    color: #fc2133;
    text-decoration: none;
}

#footerBar #organizerLogo {
    margin-top:6px;   
}


/* CONTENT STYLES*/

#contentContainer {
	position:relative;
	padding-top: 93px;
	width: 100%;
	min-height: 500px;
	height: auto;
	background-color: #FCFCFC;/*#FFFFFF;*/ 
}

#content {}

/* AREA BAR */

#areaBar {
	position:relative;
    
	width: 100%;
	height: 394px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    
}

#areaImageGrid {
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
	height:394px;
    background-image: url("../imgs/imgGrid.png");
    background-repeat: repeat;
}

#areaBarContent {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#areaBarContent h1 {
	margin-top:0px;
	margin-bottom: 0px;
    font-family: "bebas_neueregular", sans-serif;
	font-size: 6.0rem;
	color: #FFFFFF;
	text-transform:uppercase;
		
}


/* GALLERY STYLES */
.gallery {
    position:relative;
    width:100%;
    text-align: center;
    margin-top:70px;
    margin-bottom:70px;
}

.gallery h1 {
    font-family: "bebas_neueregular", sans-serif;
    font-weight: 400;
    font-size: 2.8rem;
    color: #3e4b54;
}

.galleryList {
/*    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 */
    position:relative;
    margin: 0 auto;
    margin-top: 44px;
    padding-left: 10px;
    padding-right: 10px;
    width:200px;
   
}

.galleryItem {
    position: relative;
    float:left;
    min-width: 226px;
    min-height: 226px;
    background-size:cover;
    background-position: center;
    margin-right: 2px;
    margin-bottom: 2px;
   
}
.galleryItem .playButton {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 40px;
    border-color: transparent transparent transparent #ffffff;
    opacity: 0.6;
    -ms-filter: 'alpha(opacity=60)';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

a:hover .galleryItem .playButton {
    opacity: 0.9;
    -ms-filter: 'alpha(opacity=90)';
    border-color: transparent transparent transparent #ffffff;
}


.galleryItem.last {
    margin-right: 0px;
}



/* Stats Bar */

.statsContent {
    position:relative;
    margin:0 auto;
	max-width: 960px;
	width: 100%;
    height:auto;
   /* padding-top: 50px;*/
    padding-bottom: 50px;
    text-align: center;
}

.statsTitle {
	padding-top: 50px;
}

.statsTitle h2 {
	margin-top:0px;
	/*margin-bottom: 45px;*/
    width:100%;
    text-align: center;
    font-family: "bebas_neueregular",sans-serif;
	font-weight: 600; /*semibold*/
    font-size: 2.8rem;
    color: #3e4b54;
    text-transform: uppercase;
}

.statsList {
    display: inline-block;
    zoom: 1;
    display*: inline; /* ie hack */
    margin:0 auto;
    text-align: center;
}

.statsItem {
/*     float: left; */
	display:inline-block;
    margin-left: 65px;
    margin-right: 65px;
    text-align: center;
    margin-top: 50px;
}

.statsValue {
    font-family: "bebas_neueregular", sans-serif;
    font-size: 6.0rem;
    color: #3e4b54;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-bottom: 1px #000000 solid;
    display: inline-block;
    zoom: 1;
    display*: inline; /* ie hack */
}

.statsKey {
    font-size: 1.5rem;
    color: #fc2133;
    text-transform: uppercase;
}


/* Buttons */
.boxButton {
  
    display: inline-block;
    background-color: transparent;
    font-family: "bebas_neueregular", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #536470;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    border: 1px solid #536470;
   /* margin:25px;*/
    cursor: pointer;
}

.boxButton.red {
    background-color: #fc2133;
    color: #FFFFFF;
  /*  border: none;*/
    border-color: #fc2133;
     
}

.boxButton.blue {
    background-color: #536470;
    color: #FFFFFF;
  /*  border: none;*/
    border-color: #536470;
     
}
  
.boxButton.white {
    color: #FFFFFF;
    border-color: #FFFFFF;
}
    
/****** GENERIC STYLES ******/

h2 {
    margin:0;
    font-weight: 600; /*semibold*/
    font-size: 2.3rem;
    line-height: 2.8rem;
	text-transform:uppercase;
}

hr {
  /*  margin-top: 30px;
    margin-bottom: 30px;*/
    border:none;
    border-bottom: 2px solid #dedede;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.lastItem {
	border-bottom-width: 0px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.leftColumn {
    max-width: 300px;
    width: 31.25%;
    float:left;
    min-height: 1px;
}

.rightColumn {
    max-width: 630px;
    width: 65.625%;
    float: left;
    margin-left:30px;
    min-height: 1px;
}

.leftSpace {
    margin-left:30px;
}



@media (max-width: 960px) {
    html { font-size: 62.5%; }
    #headerContent, #footerBar {
        padding-left: 3%;
        padding-right: 3%;
        width: 94%;
    }


}



@media (min-width: 768px) and (max-width: 960px) {
	
	.statsItem {
		margin-left: 36px;
		margin-right: 36px;
	}

    .leftColumn {
        max-width: 300px;
        width: 31%;
        float:left;
        min-height: 1px;
    }

    .rightColumn {
        max-width: 630px;
        width: 64%;
        float: left;
        margin-left:30px;
        min-height: 1px;
    }

    #header #mobileMenu {
        display: none !important;
    }
}



@media (max-width: 767px) {

    html { font-size: 55%; }

    #headerContent #menu {
        display: none;
    }
    #headerContent .locationMenu {
        display: none;
    }

    #headerContent #mobile-nav-icon {
        display: block;
    }

    #header #submenuBar {
        display: none !important;
    }


    #footerBar #logoArea {
		padding-top:16px;
		text-align: center;
		width: 100%;
	}

	#footerBar #logoArea img {
		float: none;
		vertical-align: middle;
	}

	#footerBar #organizerLogo {

	    width: 100%;
		float: none;
		text-align: center;
		display: inline-block;
		padding-bottom: 10px;
	}



    #footerBar .copyright {
    	margin-left:10px;
    	display: inline;
	}

	#contactsBar {
		background-size: cover;
	}

	#contactsContent span {
		margin-right: 0px;
	}

	#contactsContent span::after {

	    content: "";
		display: block;
		clear: both;
		padding-bottom:20px;
	}


    #contactsContent {
        text-align: left;
        margin-left: 3%;
    }

	.leftColumn {
	    max-width: 100%;
	    width: 100%;
	    float:none;
	    display:block;
	    min-height: 1px;
        text-align: center;
        margin-bottom: 30px;
	}

	.rightColumn {
	    max-width: 100%;
	    width: 100%;
	    float:none;
	    display:block;
	    margin-left:0px;
	    min-height: 1px;

	}

    .rightColumn:empty {
        margin-top:-30px;
    }

}

@media (min-width: 600px) and (max-width: 767px) {


}

@media (min-width: 420px) and (max-width: 599px) {


}

@media (max-width: 420px) {
     html { font-size: 55%; }   
    
    #footerBar .copyright {
    	margin-left:0px;
    	display: block;
    	text-align: center;
    	width:100%;
	}

    #footerBar #organizerLogo img {
        width: 100%;
        max-width: 384px;
    }
}


@media (max-height: 766px) {
    #header {
        position:absolute;
    }
}



