@charset "utf-8";
/* CSS Document */


#share{ background-color:#000;}

.project-sharing li i{color:#fff;}


.popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  z-index:9999;
}

.section-title h6 {
    background-color: #000;
    color: #fff;
    display: inline-block;
    letter-spacing: 2px;
    line-height: 24px;
    padding: 10px 10px;
    text-transform: uppercase;
	margin-bottom:0;
}

.popup{
	text-align:center;
}

.popup .section-title{
	width: auto;
 	max-width: 500px;
	padding-bottom:20px;
}

.flags{
	width:100%;
	text-align:center;
	padding-bottom:20px;
		
}


@media only screen and (max-width: 1024px) {	
	.one_half_r p{display:none;}
}

@media only screen and (max-width: 767px) {
	.one_half_r p{display:none;}
}

@media only screen and (max-width: 479px) {
	.one_half_r p{display:none;}
}