@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
	color: white;
}

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

table {
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'open sans', helvetica, arial;
	color: white;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{

}

.text li {
    padding-bottom: 15px;
}

.text li img {
    margin-right: 10px;
}

.title {
	color: white; font-family: 'Montserrat', sans-serif;
	font-size: 35px; text-transform: uppercase;
	padding-bottom: 25px;
	border-bottom: 1px solid white;
}

p{
	font-size: 14px;
	font-family: 'open sans', helvetica, arial;
	line-height: 19px;
	padding-bottom: 15px;
}

.text {
    padding-top: 25px;
    text-align: left;
}

.contact {
}

.contact h2 {
	color:white;
	font-size: 20px;
	padding-bottom: 20px;
}

.visiting {
    /*float: left;*/
    width: 100%;
    padding-top: 25px;
    margin-right: -1px;
}

.visiting p {
	padding-bottom:5px;
}

.contact-data {
	clear: both;
	padding-top: 30px;
}

.contact-data p {
	padding-bottom:5px;
}

.administrative {
    float: left;
    width: 50%;
    padding-top: 25px;
}

.administrative p {
	padding-bottom:5px;
}

.section{
	text-align:center;
}

.network-logo {
	float: left;
	width: 34px;
}

.content {

    width: 380px;
    min-height: 380px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 30px 45px;
    float: right;
    margin-right: 90px;
}

#section1 {
	background: url('../img/about4.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#section2 {
	background: url('../img/activities.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



#section3 {
	background: url('../img/history3.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 0%;
}

#section4 {
	background: url('../img/network3.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 0%;
}

#section5 {
	background: url('../img/contact.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 0%;
}


/*----------------------------------------------*/
/*-------------------- Home --------------------*/
/*----------------------------------------------*/

#section0 {
	background: url('../img/world.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 0%;
}

#logo {
    margin-bottom: 30px;

}

#homephrase {
	font-family: 'Merriweather', serif;
	font-size: 20px;
	color: white;
	line-height: 31px;
	font-weight: 300;
	text-transform: none;
}

#intro {
    margin-top: -12%;
}

#satellite {
	width: 36%;
	height: 36%;
	position:fixed;
	background: url('../img/satellite3.png') no-repeat;
	background-size: contain;
	background-position: right;
	right: 0;
	margin-right: 4%;
	bottom: 70px;
}

/*----------------------------------------------*/
/*-------------------- Menu --------------------*/
/*----------------------------------------------*/

.arrow-down {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 11px 5.5px 0 5.5px;
	border-color: #f82617 transparent transparent transparent;
}

.menu-toggle button{
	text-decoration:none;
	color: #f82617;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	background: none;
	outline: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.menu-toggle {
	display:none;

	background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    text-align: center;

	height: 60px;

	line-height: 60px;
}

#responsive-menu {
	display:none;
}

.plane {
    margin: 22px 0 15px;

}

#menu li {
	display: block;

}
#menu li.active{
	color: #f82617;
}
#menu li a{
	text-decoration:none;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
#menu li.active a:hover{
	color: #f82617;
}
#menu li:hover a{
	color: #f82617;
}
#menu li a,
#menu li.active a{
	padding: 9px 0;
	display:block;
}
#menu li.active a{
	color: #f82617;
}
#menu{
	position: fixed;
	top: 50%;
	left: 90px;
	height: 396px;
	z-index: 70;
	width: 250px;
	padding: 0;
	margin: -198px 0 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	text-align: center;
}

.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.twitter-share-button{
	position: absolute;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#fullPage-nav{
	position: absolute;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fullPage-nav li{
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
}
#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fullPage-nav li .active span{
	background: #333;
}
#fullPage-nav span{
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

#rotate-device {
	display:none;
}

.cnr {
	margin-right: 20px;
	margin-bottom:-6px;
}

.activities {
	width:auto;
}

/*----------------------------------------------*/
/*------------------- Footer--------------------*/
/*----------------------------------------------*/



#copyright {

	position: absolute;
	height:40px;
	bottom:0;
	right:0;
	background-color: rgba(0, 0, 0, 0.4);
	border-top-left-radius:5px;
}

#copyright p{

	font-size:11px;
	margin:0 20px;
	line-height:40px;

}



/*----------------------------------------------------*/
/*-------------------- Responsive --------------------*/
/*----------------------------------------------------*/

@media screen and (min-width: 1460px) {

.content {
	margin-right: 9%;
	min-width:500px;
	min-height:500px;
}
}

@media screen and (min-width: 1260px) {

#menu {
	left: 9%;
}

.content {
	margin-right: 9%;
}

#satellite {
    bottom: 130px;
    right: 40px;
}
}

@media screen and (max-width: 1060px) {

#schema {
	width:450px;
	height:auto;
}



}

@media screen and (max-width: 960px) {


#copyright {
	width:100%;
	border-top-left-radius:0;
	text-align:center;
}


#satellite {
	bottom: 70px;
}


.content {
	margin: 70px auto 0;
	float: none;
}




#menu {
    height: 100px;
    top: 0;
    margin: 0;
    width: 100%;
    left: 0;
    display: none;
}

.menu-toggle {
	display:block;
}

#schema {
	width:100%;
	height:auto;
}



#responsive-menu {
 -webkit-transition: top 1s;
    -moz-transition: top 1s;
	position: fixed;


 top: 50px;
	left:0;

 height: 444px;

 z-index: 70;

 width: 100%;

 padding: 0;

 margin:0;

 background-color: rgba(0, 0, 0, 0.9);
	color: white;
	text-align: center;
	display:none;
}

#responsive-menu li {
	display: block;
	cursor:pointer;

}
#responsive-menu li.active{
	color: #f82617;
}
#responsive-menu li a{
	cursor:pointer;
	text-decoration:none;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
#responsive-menu li.active a:hover{
	color: #f82617;
}
#responsive-menu li:hover a{
	color: #f82617;
}
#responsive-menu li a,
#responsive-menu li.active a{
	padding: 12px 0;
	display:block;
	cursor:pointer;
}
#responsive-menu li.active a{
	color: #f82617;
}

}



@media screen and (max-width: 640px) {

.text li {
padding-bottom: 15px;
}

#satellite {
	bottom:0;
}

#homephrase {
	font-size:17px;
	line-height:22px;
}

#intro {
	margin: -30% auto 0;
	width: 220px;
}

.content {
	width: auto;
	margin: 0;
	border-radius: 0;
	padding: 90px 25px 35px;
	float:none;
	height: auto;
}



#intro img {
	max-width: 80%;
	height:auto;
	margin-bottom: 15px;
}


}

@media screen and (max-height: 440px) {

#container {
	display:none;
}

body {
	background:black;
}

#rotate-device {
	display:block;
	background:black;
	color:white;
	top:50%;
	text-align:center;
	position:fixed;
	left: 50%;
	width: 300px;
	margin: -83px 0 0 -150px;
	font-size: 18px;
}

#rotate-device img {
	margin-bottom:20px;
}

}
