*
{
	margin: 0;
	padding: 0;
	font-family: Chakra;
	color: #ffffff;
	font-size: 18pt;
    width: 100%;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Chakra';
    src:url('Chakra-Petch-Regular.ttf.woff') format('woff'),
        url('Chakra-Petch-Regular.ttf.svg#Chakra-Petch-Regular') format('svg'),
        url('Chakra-Petch-Regular.ttf.eot'),
        url('Chakra-Petch-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'chakrab';
    src:url('chakrab.woff') format('woff'),
    font-weight: normal;
    font-style: normal;
}


/******************---------------INDEX PAGE-------------***********************************/
#mainimage-0 {
  background-image: url("img58b.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: black;
  height: 100vh;
}


.container1 {
  position: relative;
  text-align: center;
  color: white;
}

.container1 .inner2 {
  color: white;
        border-radius: 1em;
        padding: 1em;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
}

.container1 .inner2 {
  padding-left: 20px;
}



/*-------------------Main image-------------------*
.container1 {
  position: relative;
  text-align: center;
  color: white;
}

.container1 .inner2 {
  color: white;
        border-radius: 1em;
        padding: 1em;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
}

.container1 .inner2 {
	padding-left: 20px;
}

/*---------------------PL-INTRO-------------------*/

#pl-intro {
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(img55a.jpg);
  background-size: cover;
  background-position: center;
  color: #efefef!important;
  background-attachment: fixed;
}

#pl-intro .pl-intro h1
{
  text-align: center;
  color: #efefef;
  padding-bottom: 10px;
  padding-top: 30px;
}

.pl-intro h1::after
{
  content: '';
  background: #efefef;
  display: block;
  height: 3px;
  width: 170px;
  margin: 20px auto 5px;
}


/*-------------------Counterpublics highlight----------------*/

#counterpublics-highlight
{
	padding-top: 30px;
	padding-bottom: 80px;
	background-color: black;

/*---	background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(img6.jpg);
	background-size: cover;----*/
}

.container h1
{
	text-align: center;
}

.container-collection
{
	padding-left: 16%;
	padding-right: 16%;
}

.container .container-4 {
text-align: center;
padding-top: 30px;
padding-bottom: 50px;
}

.container-collection .btn 
{
  border: none;
  background-color: white;
  margin: 5px;
  padding: 40px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  width: 400px;
}

/*----------------------Slideshow-----------------------*/

#slideshow {
  background-color: black;
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(img59.jpg);
  background-size: cover;
  background-position: center;
  color: #efefef!important;
  background-attachment: fixed;
}

 /* Slideshow container */
#slideshow .slideshow-container {
  position: relative;
}

/* Slides */
#slideshow .slideshow-container .mySlides {
  display: none;
  padding: 8%;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add a blue color to the author */
.author {color: cornflowerblue;} 

/*-------------Browse highlight---------------*/

#browse-highlight
{
	padding-top: 30px;
	padding-bottom: 80px;
	background-color: black;
        background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(idp.png);

}

.container h1
{
	text-align: center;
}

.container-collection
{
	padding-left: 16%;
	padding-right: 16%;
}

.container .container-4 {
text-align: center;
padding-top: 30px;
padding-bottom: 50px;
}

.container-collection .btn 
{
  border: none;
  background-color: white;
  margin: 5px;
  padding: 40px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  width: 400px;
}

/***********************------------COUNTERPUBLICS PAGE---------**********************************/

/*------------------FB Collection + Other platforms collection-------------------*/
#fb-collection
{
  padding-top: 30px;
}
#fb-collection .container h1
{
	text-align: center;
	color: #efefef;
	padding-bottom: 0px;
	padding-top: 30px;
}

#h1 span { 
background-color: black; 
font-size: 40pt;
}

.container h1::after
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}
	
#fb-collection
{
	background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(img54.png);
	background-size: cover;
	background-position: center;
	color: #efefef!important;
	background-attachment: fixed;
	padding-bottom: 30px;
}

#fb-collection

.container .row-INFRAS .col-lg-12 p{
	text-align: center;
}

.container .row{
	padding: 0;
	margin: 0;
}

.container .row .col-lg-4 li {
list-style-type: none;
  margin: 0;
  padding-top: 12px;
}

.container .row .col-lg-4 li a{
  font-size: 14pt;
  color: white;
}

#fb-collection .container .table
.center  {border-collapse:collapse;border-spacing:0;}
.center td{border-color:#ffffff!important;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.center th{border-color:#ffffff!important;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.center .tg-le9l{background-color:#696969;border-color:#ffffff;color:#ffffff;font-size:14px;font-weight:bold;text-align:left;
  vertical-align:top}
.center .tg-9mai{border-color:#ffffff;color:#ffffff;font-size:14px;text-align:left;vertical-align:top}


.container .container-otherplatforms .table
.center  {border-collapse:collapse;border-spacing:0;}
.center td{border-color:white;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.center th{border-color:white;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.center .tg-j29y{background-color:#696969;border-color:#ffffff;color:#ffffff;font-size:14px;text-align:left;vertical-align:top}
.center .tg-fa7u{border-color:#ffffff;font-size:14px;text-align:left;vertical-align:top}


#fb-collection

.container .row .row .btna 
{
  border: none;
  background-color: white;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  padding-top: 14px;
}
.success {
  color: black;
}

.success:hover {
  background-color: #FFF;
  color: white;
}

/*---------------------Counterpublics text----------------------*/

#counterpublics-text .container h1
{
	text-align: center;
	color: #efefef;
	padding-bottom: 10px;
	padding-top: 30px;
}

.container h1::after
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}
	
#counterpublics-text
{
	background-image: linear-gradient(rgba(0,0,0,0.90), rgba(0,0,0,0.90)), url(img26.png);
	background-size: cover;
	background-position: center;
	color: #efefef!important;
	background-attachment: fixed;
	padding-bottom: 50px;
}

#counterpublics-text

.container .row-INFRAS .col-lg-12 p{
	text-align: center;
}

.container .row{
	padding: 0;
	margin: 0;
}

.container .row .col-lg-4 {
	line-height: 1;
	padding-left: 20px;
}

.container .row .col-lg-4 li {
list-style-type: none;
  margin: 0;
  padding: 2px;
  padding-top: 12px;
}

.container .row .col-lg-4 li a{
  font-size: 14pt;
  color: white;
}

/*********************--------------------------BROWSE PAGE----------------------*************************/
/*--------------Browse Intro---------------*/


#browse-intro {
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(img13.jpg);
  background-size: cover;
  background-position: center;
  color: #efefef!important;
  background-attachment: fixed;
  padding-top: 30px;
  padding-bottom: 50px;
}

#browse-intro .container h1
{
  text-align: center;
  color: #efefef;
  padding-bottom: 10px;
  padding-top: 30px;
}

#browse-intro .container h1::after
{
  content: '';
  background: #efefef;
  display: block;
  height: 3px;
  width: 170px;
  margin: 20px auto 5px;
}

#browse-intro .row .col-lg-6
{
  align-items: left;
}

.btnc 
{
  border: none;
  background-color: white;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;

  height: 40px;
  padding-top: 6px;
}
.btnd 
{
  border: none;
  background-color:  white  ;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;

  height: 40px;
  padding-top: 6px;
}
.success {
  color: black;
}

.success:hover {
  background-color: red;
  color: white;
}



/*-------------------Interfaces--------------------------*/
#elections {
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(img12.png);
  background-size: cover;
  background-position: center;
  color: #efefef!important;
  background-attachment: fixed;
  padding-bottom: 50px;
}

#elections .container h1
{
  text-align: center;
  color: #efefef;
  padding-bottom: 10px;
  padding-top: 30px;
}

#elections .container h1::after
{
  content: '';
  background: #efefef;
  display: block;
  height: 3px;
  width: 170px;
  margin: 20px auto 5px;
}


/*---------------------Map------------------------------*/
#Map
{
	background-color: #323d4d;
}

#Map .container h1
{
	text-align: center;
	color: #efefef!important
	padding-bottom: 10px;
	padding-top: 30px;
}

#Map .container h1::after
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}

#Map .datawr
{
	position:relative;
    	z-index: 1;
    	display: inline-block;

}
#Map .overd
{
    position: absolute;
    width: 150px;
    height: 40px;
    background: #323d4d;
    left: 10px;
    bottom: 10px;
    z-index:999;
    display: block;
    color: #323d4d;
}

/*---------------------Stories----------------------*/


#stories {
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(img20.jpg);
  background-size: cover;
  background-position: center;
  color: #efefef!important;
  background-attachment: fixed;
  padding-bottom: 100px;
  background-color: black;
}

#stories .container h1
{
  text-align: center;
  color: #efefef;
  padding-bottom: 10px;
  padding-top: 30px;
}

#stories .container h1::after
{
  content: '';
  background: #efefef;
  display: block;
  height: 3px;
  width: 170px;
  margin: 20px auto 5px;
}


/*--------------tiles of stories added 16June-------------*/
#stories

.container-master .row {
  padding-left: 16%;
  padding-right: 16%;

}
.container-story {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.container-story:hover .overlay {
  width: 100%;
}

.text {
  color: black;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}



/*
.container-master {
	padding-left: 250px;
	padding-right: 250px;
}

.container-master .row .col-md-4 .container-story {
  position: relative;
  width: 100%;
}

.container-master .row .col-md-4 .container-story .image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.container-master .row .col-md-4 .container-story .image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.container-master .row .col-md-4 .container-story:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%
}

.container-master .row .col-md-4 .container-story .overlay .text {
  color: white;
  font-size: 20px;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}



/********************************-------------------ACTIVITIES------------------**************************/

/*------------------ACTIVITIES > INTRO---------------------*/

#activities-intro {
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(img53.jpg);
  background-size: cover;
  background-position: center;
  color: #efefef!important;
  background-attachment: fixed;
  padding-top: 30px;
  padding-bottom: 50px;
}

#activities-intro .container h1
{
  text-align: center;
  color: #efefef;
  padding-bottom: 10px;
  padding-top: 30px;
}

#activities-intro .container h1::after
{
  content: '';
  background: #efefef;
  display: block;
  height: 3px;
  width: 170px;
  margin: 20px auto 5px;
}

#activities-intro .row .col-lg-6
{
  align-items: left;
}

.btnc 
{
  border: none;
  background-color: white;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;

  height: 40px;
  padding-top: 6px;
}
.success {
  color: black;
}

.success:hover {
  background-color: red;
  color: white;
}



/*------------------ACTIVITIES > EXHIBITIONS---------------------*/
#exhibitions
{
	background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)), url(img6a.jpg);
	background-size: cover;
	background-position: center;
	color: #efefef!important;
	background-attachment: fixed;
  padding-top: 30px;
	padding-bottom: 50px;
}

#exhibitions .row-INFRAS .col-lg-12 h1
{
	text-align: center;
	color: #efefef;
	padding-bottom: 10px;
	padding-top: 30px;
}

#exhibitions .container .row-INFRAS .col-lg-12 p{
	text-align: center;
}


.container .row-INFRAS .col-lg-12 h1::after
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}

/*------------------ACTIVITIES > ARTICLES---------------------*/
#articles
{
	background-image: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url(img2.jpg);
	background-size: cover;
	background-position: center;
	color: #efefef!important;
	background-attachment: fixed;
  padding-top: 30px;
	padding-bottom: 50px;
}

#articles .row-INFRAS .col-lg-12 h1
{
	text-align: center;
	color: #efefef;
	padding-bottom: 10px;
	padding-top: 30px;
}

#articles .container .row-INFRAS .col-lg-12 p{
	text-align: center;
}


.container .row-INFRAS .col-lg-12 h1::after
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}

/*------------------ACTIVITIES > TALKS---------------------*/
#talks
{
  background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)), url(img11.jpg);
  background-size: cover;
  background-position: center;
  color: #efefef!important;
  background-attachment: fixed;
  padding-top: 30px;
  padding-bottom: 50px;
}

#talks .row-INFRAS .col-lg-12 h1
{
  text-align: center;
  color: #efefef;
  padding-bottom: 10px;
  padding-top: 30px;
}

#talks .container .row-INFRAS .col-lg-12 p{
  text-align: center;
}


.container .row-INFRAS .col-lg-12 h1::after
{
  content: '';
  background: #efefef;
  display: block;
  height: 3px;
  width: 170px;
  margin: 20px auto 5px;
}



/*---------------ACTIVITIES > NEWS-------------*/

#media .container h1
{
	text-align: center;
	color: #efefef;
	padding-bottom: 10px;
	padding-top: 30px;
}

#media .container .row-INFRAS .col-lg-12 p{
	text-align: center;
}


.media h1::after
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}
	
#media
{
	background-image: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url(img_grid.png);
	background-size: cover;
	background-position: center;
	color: #efefef!important;
	background-attachment: fixed;
	padding-bottom: 50px;
}




/*-------------Browse-------------*
#Browse

{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: white;	
}

.container-introduction
{
	padding-left: 200px;
	padding-right: 200px;
}

.container-introduction .row .col-md-6 .button-group .btn

{
  border: none;
  background-color: white;
  margin: 5px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  width: 400px;
}

/* Green *
.success {
  color: white;
}

.success:hover {
  background-color: red;
  color: white;
}

.container-introduction .row .col-md-6 .button-group {
	float: left;
	padding-bottom: 0;
	margin-left: 35%;
}




/*-------------Introduction-------------*
#Introduction
{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: black;	
}

.container-introduction
{
	padding-left: 200px;
	padding-right: 200px;
}

.container-introduction .row .col-md-6 {
	margin-top: 20px;
}

.container-introduction .row .col-md-6 .button-group .btn

{
  border: none;
  background-color: white;
  margin: 5px;
  padding: 40px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  width: 400px;
}


/* Green *
.success {
  color: black;
}

.success:hover {
  background-color: red;
  color: white;
}

.container-introduction .row .col-md-6 .button-group {
	float: left;
	padding-top: 80px;
	padding-bottom: 100px;
	margin-left: 35%;
}

/*---------------Images-------------*


.container5
{
	width: 100%;
	height: 1300px;
	position: relative;
	background-image: url(img10.png);
	background-size: cover;
}

.container5 .inner2{
	position: absolute;
	width: 35%;
	background-color: #0009;
	transform: translate(-50%,-50%);
	top: 80%;
	left: 25%;
}

.container5 .inner2 p{
	padding-left: 20px;
	padding-right: 20px;
}



/*-------------explorer section NEW-------------*
#explorer
{
	padding-top: 30px;
	padding-bottom: 80px;
	background-color: black;
	background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(img10.png);
	background-size: cover;
}

.container h1
{
	text-align: center;
}

.container-explorer
{
	padding-left: 200px;
	padding-right: 200px;
}

.container .container-4 {
text-align: center;
padding-top: 30px;
padding-bottom: 50px;
}

.container-explorer .btn 
{
  border: none;
  background-color: white;
  margin: 5px;
  padding: 40px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  width: 400px;
}



/*------------Images----------------*

.container9
{
	width: 100%;
	height: 1300px;
	position: relative;
	background-image: url(img7.jpg);
	background-size: cover;
}

.container9 .inner{
	position: absolute;
	width: 30%;
	background-color: #0009;
	transform: translate(-50%,-50%);
	top: 30%;
	left: 18%;
}

.container9 .inner p{
	padding-left: 20px;
	padding-right: 20px;
}


/*---------------Investigations-------------*
#INVESTIGATIONS
{
	background-color: black;
	padding-top: 30px;
	padding-bottom: 50px;
}

#INVESTIGATIONS h1
{
	text-align: center;
	color: #efefef!important
	padding-bottom: 10px;
}

#INVESTIGATIONS h1::after
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}

.container .row-investigations .col-md-12 
p{
	text-align: center;
}

.container-investigation
{
  position: relative;
  align-items: center;
  width: 50%;
  padding-top: 50px;
}

.image {
  display: block;
  width: 90%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: auto;
  opacity: 0;
  transition: .5s ease;
  background-color: #ffffff;
}

.container-investigation:hover .overlay {
  opacity: 1;
}

.text {
  color: black;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


/*---------------MEDIA-------------*

#MEDIA .container h1
{
	text-align: center;
	color: #efefef;
	padding-bottom: 10px;
	padding-top: 30px;
}

.container h1::after
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}
	
#MEDIA
{
	background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(img2.jpg);
	background-size: cover;
	background-position: center;
	color: #efefef!important;
	background-attachment: fixed;
	padding-bottom: 50px;
}

#MEDIA

.container .row-MEDIA .col-lg-12 p{
	text-align: center;
}

.container .row{
	padding: 0;
	margin: 0;
}

.container .row .col-lg-4 {
	line-height: 1;
	padding-left: 20px;
}

.container .row .col-lg-4 li {
list-style-type: none;
  margin: 0;
  padding: 2px;
  padding-top: 12px;
}

.container .row .col-lg-4 li a{
  font-size: 14pt;
  color: white;
}





/*------------download page analysis section-----------*
#SNAPCHAT 

.container-fields .table .center  {border-collapse:collapse;border-spacing:0;}
.container-fields .table .center td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.container-fields .table .center th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.container-fields .table .center .tg-le9l{background-color:#696969;border-color:#ffffff;color:#ffffff;font-size:14px;font-weight:bold;text-align:left;
  vertical-align:top}
.container-fields .table .center .tg-ysfy{border-color:#ffffff;font-size:14px;text-align:left;vertical-align:top}




/*---------------ABOUT-------------*/

#ABOUT .container h1
{
	text-align: center;
	color: #efefef;
	padding-bottom: 10px;
	padding-top: 30px;
}

.container h1::after
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}
	
#ABOUT
{
	background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(img14.png);
	background-size: cover;
	background-position: center;
	color: #efefef!important;
	background-attachment: fixed;
	padding-bottom: 50px;
}

#ABOUT

.container .row-ABOUT .col-lg-12 p{
	text-align: center;
}

.container .row{
	padding: 0;
	margin: 0;
}

.container .row .col-lg-4 {
	line-height: 1;
	padding-left: 20px;
}

.container .row .col-lg-4 li {
list-style-type: none;
  margin: 0;
  padding: 2px;
  padding-top: 12px;
}

.container .row .col-lg-4 li a{
  font-size: 14pt;
  color: white;
}


/*---------------WHATS-------------*

#WHATS .container h1
{
	text-align: center;
	color: #efefef;
	padding-bottom: 10px;
	padding-top: 30px;
}

.container h1::after
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}
	
#WHATS
{
	background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(img15.jpg);
	background-size: cover;
	background-position: center;
	color: #efefef!important;
	background-attachment: fixed;
	padding-bottom: 50px;
}

#WHATS

.container .row-INFRAS .col-lg-12 p{
	text-align: center;
}

.container .row{
	padding: 0;
	margin: 0;
}

.container .row .col-lg-4 {
	line-height: 1;
	padding-left: 20px;
}

.container .row .col-lg-4 li {
list-style-type: none;
  margin: 0;
  padding: 2px;
  padding-top: 12px;
}

.container .row .col-lg-4 li a{
  font-size: 14pt;
  color: white;
}
#SNAPCHAT

.container .row-INFRAS .col-lg-12 p{
	text-align: center;
}

.container .row{
	padding: 0;
	margin: 0;
}

.container .row .col-lg-4 {
	line-height: 1;
	padding-left: 20px;
}

.container .row .col-lg-4 li {
list-style-type: none;
  margin: 0;
  padding: 2px;
  padding-top: 12px;
}

.container .row .col-lg-4 li a{
  font-size: 14pt;
  color: white;
}


/*----------------API-------------------*

#api .container h1
{
	text-align: center;
	color: #efefef;
	padding-bottom: 10px;
	padding-top: 30px;
}

.container h1::after
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}
	
#api
{
	background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(img25.png);
	background-size: cover;
	background-position: center;
	color: #efefef!important;
	background-attachment: fixed;
	padding-bottom: 50px;
}

/*----------------adimp-------------------*

#adimp .container h1
{
	text-align: center;
	color: #efefef;
	padding-bottom: 10px;
	padding-top: 30px;
}

.container h1::after
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}
	
#adimp
{
	background-image: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url(img_grid.png);
	background-size: cover;
	background-position: center;
	color: #efefef!important;
	background-attachment: fixed;
	padding-bottom: 50px;
}

/*---------------FACE-------------CAN BE REMOVED

#FACE .container h1
{
	text-align: center;
	color: #efefef;
	padding-bottom: 10px;
	padding-top: 30px;
}

.container h1::after
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}
	
#FACE
{
	background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(img7.jpg);
	background-size: cover;
	background-position: center;
	color: #efefef!important;
	background-attachment: fixed;
	padding-bottom: 50px;
}

#FACE

.container .row-INFRAS .col-lg-12 p{
	text-align: center;
}

.container .row{
	padding: 0;
	margin: 0;
}

.container .row .col-lg-4 {
	line-height: 1;
	padding-left: 20px;
}

.container .row .col-lg-4 li {
list-style-type: none;
  margin: 0;
  padding: 2px;
  padding-top: 12px;
}

.container .row .col-lg-4 li a{
  font-size: 14pt;
  color: white;
}


.container-face .btnf 
{
  border: none;
  background-color: white;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 30px;
  padding-top: 4px;
}
.success {
  color: black;
}

.success:hover {
  background-color: red;
  color: white;
}

#FACE .container .table
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:15px 15px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:15px 15px;word-break:normal;}
.tg .tg-j29y{background-color:#696969;border-color:#ffffff;color:#ffffff;font-size:18px;text-align:left;vertical-align:top}
.tg .tg-fa7u{border-color:#ffffff;font-size:18px;text-align:left;vertical-align:top}-->

/*---------------GOOGLE-------------*

#GOOGLE .container h1
{
	text-align: center;
	color: #efefef;
	padding-bottom: 10px;
	padding-top: 30px;
}

.container h1::after
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}
	
#GOOGLE
{
	background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(img18.jpg);
	background-size: cover;
	background-position: center;
	color: #efefef!important;
	background-attachment: fixed;
	padding-bottom: 50px;
}

#GOOGLE

.container .row-INFRAS .col-lg-12 p{
	text-align: center;
}

.container .row{
	padding: 0;
	margin: 0;
}

.container .row .col-lg-4 {
	line-height: 1;
	padding-left: 20px;
}

.container .row .col-lg-4 li {
list-style-type: none;
  margin: 0;
  padding: 2px;
  padding-top: 12px;
}

.container .row .col-lg-4 li a{
  font-size: 14pt;
  color: white;
}


/*-------------CONTACT-------------*

#contact .container h1
{
	text-align: center;
	color: #efefef;
	padding-bottom: 10px;
	padding-top: 30px;
}

.container h1::after
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}






/*------------------Read section articles-------------------*

#article1

{
	background-image: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url(img26.png);
	background-size: cover;
	background-position: center;
	color: #efefef!important;
	background-attachment: fixed;
	padding-bottom: 50px;
}

#article2

{
	background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(img25.png);
	background-size: cover;
	background-position: center;
	color: #efefef!important;
	background-attachment: fixed;
	padding-bottom: 50px;
}

#article3

{
	background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)), url(img_grid.png);
	background-size: cover;
	background-position: center;
	color: #efefef!important;
	background-attachment: fixed;
	padding-bottom: 50px;
}--*/



</style>



