/* Back to top button */

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
   /* -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);*/
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #068b4d;
    color: #f1f508;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}

.text-just{	
	text-align:justify;
	color:black;
	line-height:18pt;
	word-spacing:0.5pt;
	}
	
	
.top_strip{
	float: left;
	width: 100%;
	position: relative;
	background-color:  #cccccc;
	padding: 20px 0px;
	
}

.top_location_wrap {
	color: #fff;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 300;
}
	.top-band {
	float: right;
	width: auto;
	position: relative;
}


/*
i.fa {
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #888;
  padding: 0.1em 0.2em;

}*/

.top-container1 {
  /* background-color: #3367d6; */
	background-color:#000000;
	text-align: center;
	height: relative;
	font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 400;
	padding: 10px;
}

.header {
  padding: 0px px;
  background: ;
  color: ;
}

.content {
  padding: 0px;
}



.socialIcons a:hover
{
  opacity:0.7; filter:alpha(opacity=40); /* Damn MS and IE8 and earlier */
}

/*
.social-icons{
	padding:30px;
	background-color:hsl(195, 25%, 94%); 
  text-align: center;
}
*/

.social-icons a{
	/*color:#a80606;*/
  line-height:30px;
  font-size:30px;
  margin: 0 5px;
  font-weight: 400;
  text-decoration:none;
  
}

.social-icons a i{
	line-height:30px;
  font-size:30px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.social-icons a:hover i{
  box-shadow: 0px 0px 150px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}

