@charset "utf-8";


@font-face {
    font-family: 'PACE';
    src: url('fonts/Mr_Headlines.ttf')
        format('truetype');
}
    
    
/* CSS Document */



/*------------------------------------*\
IMAGE SLIDESHOW CODE    
$CAROUSEL
credit:https://csswizardry.com/2011/10/fully-fluid-responsive-css-carousel/
\*------------------------------------*/
            .carousel{
                overflow:hidden;
                width:100%;
                position:relative;
                      /* ROUNDED CORNERS */
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 8px;
                
                width:100%; 
                max-width:800px;

            }
            .panes{
                list-style:none;
                margin:0;
                padding:0;
                position:relative;
                width:600%; /* Number of panes * 100% */
                overflow:hidden; /* This is used solely to clear floats, it does not add functionality. */

                -webkit-animation:carousel 25s infinite;
                   -moz-animation:carousel 25s infinite;
                        animation:carousel 25s infinite;
            }
            .panes > li{
                position:relative;
                float:left;
                width:calc(100%/6); /* 100 / number of panes */
            }
            .panes > li > a{
                display:block;
            }
            .carousel img{
                display:block;
                width:100%;
                max-width:100%;
            }

            @-moz-keyframes carousel{
                0%    { left:0; }
                11%   { left:0; }
                12.5% { left:-100%; }
                23.5% { left:-100%; }
                25%   { left:-200%; }
                36%   { left:-200%; }
                37.5% { left:-300%; }
                48.5% { left:-300%; }
                50%   { left:-400%; }
                61%   { left:-400%; }
                62.5% { left:-300%; }
                73.5% { left:-300%; }
                75%   { left:-200%; }
                86%   { left:-200%; }
                87.5% { left:-100%; }
                98.5% { left:-100%; }
                100%  { left:0; }
            }

            @-webkit-keyframes carousel{
                0%    { left:0; }
                11%   { left:0; }
                12.5% { left:-100%; }
                23.5% { left:-100%; }
                25%   { left:-200%; }
                36%   { left:-200%; }
                37.5% { left:-300%; }
                48.5% { left:-300%; }
                50%   { left:-400%; }
                61%   { left:-400%; }
                62.5% { left:-300%; }
                73.5% { left:-300%; }
                75%   { left:-200%; }
                86%   { left:-200%; }
                87.5% { left:-100%; }
                98.5% { left:-100%; }
                100%  { left:0; }
            }

            @keyframes carousel{
                0%    { left:0; }
                11%   { left:0; }
                12.5% { left:-100%; }
                23.5% { left:-100%; }
                25%   { left:-200%; }
                36%   { left:-200%; }
                37.5% { left:-300%; }
                48.5% { left:-300%; }
                50%   { left:-400%; }
                61%   { left:-400%; }
                62.5% { left:-300%; }
                73.5% { left:-300%; }
                75%   { left:-200%; }
                86%   { left:-200%; }
                87.5% { left:-100%; }
                98.5% { left:-100%; }
                100%  { left:0; }
            }

        /*------------------------------------*\
            $CAROUSEL ENDS
        \*------------------------------------*/


/*------------------------------------*\
MENU BAR CODE
\*------------------------------------*/

                .topnav {
                     font-size: 1.3em;
                  overflow: hidden;
                  background-color: #333;
                    z-index: 1;
                }

                .topnav a {
                  float: left;
                  display: block;
                  color: #f2f2f2;
                  text-align: center;
                  padding: 5px 16px;
                  text-decoration: none;
                }

                .topnav a:hover {
                  background-color: #ddd;
                  color: black;
                }

                .topnav .icon {
                  display: none;
                }

                @media screen and (max-width: 1000px) {
                                  .topnav a:not(:nth-child(2)) {display: none;}
                                  .topnav {
                                      position: absolute;
                                        z-index: 999;
                                    }

                                  .topnav a.icon {
                                    float: right;
                                    display: block;
                                  }

                                    div#PageContent
                                    {
                                       margin-left: 2%;
                                       margin-right: 2%;

                                    }

                                  .topnav {
                                   /* font-size: 2.5em;*/
                                        position: fixed;
                                          z-index: 999;
                                    right: 10%;
                                    top: 0px;
                                    }
                                  .topnav.responsive .icon {
                                    position: absolute;
                                    color: #e8ecf4;
                                    right: 0;
                                    top: 0px;
                                  }
                                  .topnav.responsive a {
                                    float: none;
                                    display: block;
                                    text-align: left;
                                  }
                                }

                @media screen and (max-width: 600px) {
                        #menu-center {
                                /* Trying to link this so this value changes on the responsive. The menu button is too wide... */
                                width: 3;
                    }
                }
                /*------------------------------------*\
                MENU BAR CODE ENDS
                \*------------------------------------*/


/* For these two, width and margin-left should be same. */
#BoundingBox {}

#gradient {
    position:fixed;
    z-index:50;
    right:0; bottom:0; left:0;
    height:4em;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );

}


div#LogoArea
{

    margin-top: 45px;
    margin-bottom: 10px;
    
    text-shadow: -1px -1px 0px rgba(255,255,255,0.3), 1px 1px 0px rgba(255,255,255,0.8);
	color: #333;
    font-size: 20px;
    color: #1F4397;
    font-weight:bold; 
}



div#GIS {
    display:block;
}

.sep{ 
    display:block;
    font-size: 0.8em;
}


div#logout {
    width:15%;
    z-index: 10;
    color:#F8D500;
    position:absolute;
    bottom:0;
    text-align: right;
    right:5%;
}

h2 {
        font-size: 30px;
}

/*------------------------------------*\
FADING ANIMATIONS
\*------------------------------------*/

                #menu-center {

                    -webkit-animation: fadein 5s ; /* Safari, Chrome and Opera > 12.1 */
                       -moz-animation: fadein 5s ; /* Firefox < 16 */
                        -ms-animation: fadein 5s ; /* Internet Explorer */
                         -o-animation: fadein 5s ; /* Opera < 12.1 */
                            animation: fadein 5s ;
                            animation-delay: 1.8s;
                            animation-fill-mode: both;
                            animation-iteration-count: 1;
                }

                h2, #LogoArea {

                    padding-top: 5px;
                    padding-bottom: 5px;
                    text-align: center;

                    -webkit-animation: fadein 8s ; /* Safari, Chrome and Opera > 12.1 */
                       -moz-animation: fadein 8s ; /* Firefox < 16 */
                        -ms-animation: fadein 8s ; /* Internet Explorer */
                         -o-animation: fadein 8s ; /* Opera < 12.1 */
                            animation: fadein 8s ;
                            animation-delay: 0.8s;
                            animation-fill-mode: both;
                            animation-iteration-count: 1;
                }

                #LogoArea img {
                    position:static;
                    float:none;
                    width:400px; 
                }

                        @keyframes fadein {
                            from { opacity: 0; }
                            to   { opacity: 1; }
                        }

                        /* Firefox < 16 */
                        @-moz-keyframes fadein {
                            from { opacity: 0; }
                            to   { opacity: 1; }
                        }

                        /* Safari, Chrome and Opera > 12.1 */
                        @-webkit-keyframes fadein {
                            from { opacity: 0; }
                            to   { opacity: 1; }
                        }

                        /* Internet Explorer */
                        @-ms-keyframes fadein {
                            from { opacity: 0; }
                            to   { opacity: 1; }
                        }

                        /* Opera < 12.1 */
                        @-o-keyframes fadein {
                            from { opacity: 0; }
                            to   { opacity: 1; }
                        }

                vDiv#CycleText a {
                    font-family: 'PACE', sans-serif;
                    text-shadow: 0px 0px 5px rgba(255,255,255,0.8);
                    font-size: 70px;
                    text-decoration: none;
                }
                vDiv#CycleText a.active {
                        text-decoration: none;
                }

                }

                        @-webkit-keyframes fade-in{
                        0%{
                            opacity:0;
                        }
                        15%{
                            opacity:1;
                        }
                        20%{
                            opacity:1;
                        }
                        85%{
                            opacity:1;
                        }

                        100%{
                            opacity:0;
                        }
                        }


                .text-animated-1{
                        display:inline;
                        position:relative;
                        top:0px;
                        -webkit-animation:fade-in 4s infinite;
                        -webkit-animation-delay:3s;
                        animation-fill-mode: both;
                        }



                .text-animated-2{
                        display:inline;
                        position:relative;
                        top:-30px;
                        -webkit-animation:fade-in 3s infinite;
                        -webkit-animation-delay:4s;
                        animation-fill-mode: both;
                        }

                /*

                .text-animated-3{
                        opacity:0;
                        display:inline;
                        position:relative;
                        margin-left:-0px;
                        top:-172px;
                        -webkit-animation:fade-in 10s infinite;
                        -webkit-animation-delay:10s;
                        }

                .text-animated-4{
                        opacity:0;
                        display:inline;
                        position:relative;
                        margin-left:-0px;
                        top:-258px;
                        -webkit-animation:fade-in 10s infinite;
                        -webkit-animation-delay:12.5s;
                        }

                */

                        .aggettivi{
                        text-align: center;
                        }



                }

                .stick {
                    position: fixed;
                    top: 0;
                    opacity: 1.0;
                }

/*------------------------------------*\
MENU BAR THEMING
\*------------------------------------*/
                /* The new title bar */
                #menu-center {
                    position: fixed;
                        /* ROUNDED CORNERS */
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 8px;
                    list-style-type: none;
                    margin: 0;

                    padding: 0;
                    overflow: hidden;
                    background-color: #1F4397;
                    opacity: 1.0;
                    top: 0px;
                    margin-left: 10%;
                        /* THIS IS THE Eq OF Margin Right */
                    width: 80%;
                     }
                /* THE TITLE BAR */

                body {margin:0;
                    /* background-color: #091731;*/ 
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 400; 
                         background: 
                        url("images/1.jpg") no-repeat center center fixed;
                  -webkit-background-size: cover;
                  -moz-background-size: cover;
                  -o-background-size: cover;
                  background-size: cover;
                    height: 100%;
                    height: 1vh;
                    font-size: 1.2em;
                    color: black;
                    text-align: left;
                    background-color: white;

                    /* 
                    background-size: 100% auto;
                     background-repeat: no-repeat;
                    background-position: center top; 
                    margin: 0 0 0 0;
                    */
                }



body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0px;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-5; /* needed to keep in the background */
       background: url(images/3.jpg) center center; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}


                ul {
                    list-style-type: none;
                    margin: 0 0 0 0;
                    padding: 0 0 0 0;
                    overflow: hidden;
                    top: 0px;
                  /*  width: 926px; */
                }

                li {
                    float: left;
                }

                li a {
                    display: block;
                    color: #d2d9ea;
                    text-decoration:none;
                    font-size:1em;
                    font-weight:normal;
                    text-align: center;
                    padding: 3px 14px;
                        border-right: 1px solid #1F4397;
                        border-top: 5px solid #1F4397;
                        border-bottom: 5px solid #1F4397;

                }

                .topnav li a:hover:not(.active) {
                   /*  background-color: #CDE1DB; */
                    border-bottom: 5px solid #d2d9ea;

                }

                .topnav .active {
                    background-color: #1F4397;
                    /* color: #326457; */
                    border-bottom: 5px solid #d2d9ea;
                }
        /*------------------------------------*\
        MENU BAR THEMING ENDS
        \*------------------------------------*/

h1
{
	font-size: 45px;
	font-weight: 800;
	line-height: 14px;
	color: #1F4397;
}

div#PageContent
{

   margin-left: 10%;
   margin-right: 10%;
      
}



div#Page1, div#Page2, div#Page3
{
 	min-height: calc(100vh - 5px);
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 8px;
    border-top: 6px solid #1F4397; 
    background-color: rgba(255, 255, 255, 0.6); 
   
}

div#Home
{
    padding-top: 10px;
 	height: calc(100vh - 5px);
   
}

div#Page1Text, div#Page2Text, div#Page3Text
{
	margin:15px;
}	



td {
	vertical-align: top;
	padding-right: 15px;
}

textarea {
    height: 150px;
}

h2 {
	margin-bottom:-10px
}

h3 {
	margin-bottom:-10px
}

#PageContent a
{
	color: #1F4397;
    text-decoration: none;
}

div#ContactDetails
{
    font-size: 1em;
    z-index:60;
    position: fixed;
    right:10%;
    bottom:2em;
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 8px;
    border-top: 3px solid #1F4397; 
    background-color: rgba(255,255,255, 0.7);
    padding-left: 1em;
    padding-right: 1em;
   
}

.cookie-notification {
    z-index:65;		
    display: none;
    		padding-right: 3px;
    		padding-left: 3px;
    		padding-top: 3px;
    		padding-bottom: 3px;    
     	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 8px;
    border-top: 3px solid #1F4397; 
    background-color: rgba(255,255,255, 0.7);

    		position: fixed;
    		bottom: 0;
    		left: 0;

    		/* Set your cookie notification bar styles here */ 
    		background-color: #fff;
    		opacity: 0.9;
    	}

div#footer_disclaimer
{
	/*
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 8px;
    border-top: 3px solid #1F4397; 
    background-color: rgba(255,255,255, 0.7);
    */ 
    padding-left: 1em;
    padding-right: 1em;
    padding-top:1em;
    
    position: fixed;
    list-style: none;
	display: inline;
	padding: 0;
	text-align: right;
	font-size: 11px;
    font-weight: 400;
    color:white;
    z-index:60;
    bottom:20px;
    margin-top: 10%;
	margin-left:20px;
    	margin-right:20px;
	font-size: 11px;

}



    .container {
    width:80%;
}
.container div {
    width:80%;
}
.container .header {
    background-color:#F7DF64;
    padding: 2px;
    cursor: pointer;
     	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 8px;
    padding: 0.5em;
}
.container .header> span:first-child + span {
    float:right;
    font-style: italic;
}
.container .content {
    display: none;
    padding : 5px;
} 



div#LangSelect {
    
    max-width: 6%;
    position: absolute;
    right:2%;
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 8px;
    border-top: 3px solid #1F4397; 
    background-color: rgba(255,255,255, 0.75);
    padding: 0.5em;
}

.Selector a {
    
    color: #6D6E71;
    text-decoration:none;
    font-weight: bold;
    
    
}

#Page3Text ul {
    padding:0.3em;
}

#Page3Text img {
    padding-right:0.5em;
}

    .Selected {
                    /* color: #326457; */
                    border-bottom: 5px solid #F7DF64;
                }   
#Page3Text .Rounded{
    
    padding-right:0em;
    
                      /* ROUNDED CORNERS */
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 8px;
                
                width:100%; 
                max-width:800px;
}   

.buttonCan {
  
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 8px;
   /*  border-top: 3px solid #FFF; */
    
    
    font-size: 0.6em;
    font-weight: 400;
  background-color: #6e6f72;
  color: #FFF;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;    
    
    
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}


.button {
  
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 8px;
   /* border-top: 3px solid #FFF; */
    
    
    font-size: 1em;
    font-weight: 800;
  background-color: #1F4397;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
    
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


/*------------------------------------*\
Login window
\*------------------------------------*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 70; /* Sit on top */
    left: 0;
    top: 0;
    width: 100vw; /* Full width */
        height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.65); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    
    
    font-size: 1em;
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 8px;
    border-top: 6px solid #1F4397; 
    background-color: rgba(255,255,255, 0.8);
    padding: 1em;
    text-align: center;
    margin: 5px auto; /* 15% from the top and centered */
    min-height: 50%;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 35px;
    top: 10px; 
    color: #e8ecf4;
    font-size: 35px;
    font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

.logincontainer{
    padding:20px;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}


/*------------------------------------*\
Dropdown lang change
\*------------------------------------*/

/* Dropdown Button */
.dropbtn {
    padding: 10px;
    font-size: 16px;
    border: none;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 8px;
    z-index: 99;
    
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    
    position: absolute;
    right:0;
    display: inline-block;
    z-index: 99;    
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    Position: absolute;
    right:0;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    align-content:
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #F8D500;
}


