/*
LI COAL RESOURCES STYLESHEET
*/

body {
		background: #ffffff;
    	font-family: 'Raleway', sans-serif;
    	font-style: normal;
		font-weight: 400;
}


/*---------------------------------------
    TYPORGRAPHY             
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  color:#1a1a1a;
}


h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  
    font-size:25px;
    font-weight: 800;
	letter-spacing: 2px;
    text-transform: uppercase;
	position: relative;
	margin-top: -10rem; 
	text-align: center;
}

h3 {
  line-height: 36px;
}

h4 {
  
    font-size:25px;
    font-weight: 800;
	letter-spacing: 2px;
    text-transform: uppercase;
	position: relative;
	margin-top: -10rem; 
	text-align: left;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
	text-align: justify;
	padding-bottom: 5px;
}


a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    GENERAL          
-----------------------------------------*/

#home,#services,#projects,#team,#bl_legacy,#contact {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#detail, #Organoram,
footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#detail,
footer  {
  text-align: center;
}

#home h3,
#detail h3, #Organoram h3,
#services h3,
#team h3,
#contact h3 {
    padding-bottom: 12px;
}


.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;

}



/*---------------------------------------
   PRELOADER SECTION          
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #9ebb45;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



/*---------------------------------------
   LOGO
-----------------------------------------*/

.logo	{
  position: relative;
  margin-top: -80px;
  margin-left: 10px;
  width:23%;
 
}


/*---------------------------------------
    NAVIGATION LINKS SECTION              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}


.custom-navbar .nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
    transition: all 0.4s ease-in-out;
	
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #66ccff;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #66ccff;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}


/*---------------------------------------
   HEADER RULER       
-----------------------------------------*/

hr {
	height: 4px;
	width: 100px;
	position: relative;
	background: #99CC33;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border: 0;
}



/*---------------------------------------
   HOME SECTION              
-----------------------------------------*/

#home .col-md-6 {
    display: block;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


#home img {
  position: relative;
  padding-top:5px;
  padding-bottom: 32px;
}



/*---------------------------------------
    DETAIL SECTION              
-----------------------------------------*/
#detail .col-md-12  {
    display: block;
    margin-top: -20rem;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


#detail h3{
    font-size:18px;
    font-weight: 800;
	text-align: center;
	letter-spacing: 2px;
    text-transform: uppercase;
	position: relative;
	
}


/*---------------------------------------
    ORGANORAM SECTION              
-----------------------------------------*/

#Organoram .col-md-6 {
    display: block;
    margin-top: -12rem;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#Organoram h1{
    font-size:25px;
    font-weight: 800;
	letter-spacing: 2px;
    text-transform: uppercase;
	position: relative;
	
	
}

#Organoram img {
  position: relative;
  padding-bottom: 32px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#Organoram li {
	margin-left: -40px;
	margin-bottom: 3px;
	list-style: none;
	padding-left: 0;
	color: #707070;
}
#Organoram li:before{ /*----Custom styled Bullets---------*/
	content: "\25A0";
	font-weight: 800;
	padding-right: 10px;
	color: #99CC33;
}



/*---------------------------------------
    SERVICES SECTION           
-----------------------------------------*/
#services .col-md-6 {
    display: block;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#services img {
  position: relative;
  padding-top:5px;
  padding-bottom: 32px;
}



#services h3{
    font-size:18px;
    font-weight: 800;
	letter-spacing: 2px;
    text-transform: uppercase;
	position: relative;
	margin-top: -10px;
	 
}

#services ul {
	
	padding-bottom: 10px;
	
}	

#services li {
	margin-left: -40px;
	margin-bottom: 10px;
	list-style: none;
	padding-left: 0;
	text-align: justify;
	color: #707070;
}

#services li:before{ /*----Custom styled Bullets---------*/
	content: "\25A0";
	font-weight: 800;
	padding-right: 10px;
	color: #99CC33;
}

#services .services-wrapper { /*----SLIDE-SHOW---------*/
    background: #ffffff;
    padding-bottom: 10px;
}


#services .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 10px;
    margin-top: 0px;
}


#services .col-md-3 img {
  width: 100%;
  max-width: 50%;
  height: auto;
}


/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;

}

#video .col-md-6 {
    display: block;
    width: 40%;
	margin-top: 20px;
    margin-bottom:50px;
    
}



/*---------------------------------------
   PROJECTS SECTION              
-----------------------------------------*/

#projects img {
  position: relative;
  padding-top:5px;
  padding-bottom: 32px;
}


#projects .col-md-10 {
    display: block;
    padding-top: 50px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}



#projects h3{
    font-size:18px;
    font-weight: 800;
	letter-spacing: 2px;
    text-transform: uppercase;
	position: relative;
	margin-top: -10px;
	 
}

#projects h6{
	color: #707070;
	font-size:13px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: -80px;
	 
}


#projects span {
    padding-right: 12px;
}

#projects .col-md-10 img {

  position: relative;
  margin-top:33px;
 
}

.nav-tabs {
  margin-top:-20px;
  margin-bottom: 20px;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  color: #707070;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}

.nav-tabs > li > a:hover {
  background-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #085486;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}

.tab-content {
  padding-top: 20px;
  
}



/*---------------------------------------
   Team section              
-----------------------------------------*/

#team .col-md-6 {
    display: block;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


#team img {
  position: relative;
  padding-top:5px;
  padding-bottom: 32px;
}


/*---------------------------------------
   bl_legacy section              
-----------------------------------------*/


#bl_legacy img {
  position: relative;
  padding-top:5px;
  padding-bottom: 32px;
}


#bl_legacy .col-md-12 {
    display: block;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#bl_legacy .col-md-6 {
    display: block;
    padding-top: 25px;
    padding-bottom: 0px;
    margin-top: -30px;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/

#contact img {
  position: relative;
  padding-top:5px;
  padding-bottom: 32px;
}


#contact  .col-md-12 {
    display: block;
    padding-top: 50px;
    padding-bottom: 0px;

}

#contact .contact-item {
	padding: 10px 0px 0px 50px;
	margin: 10px;
	height: 100px;
	text-align: center;
	border-radius: 4px;
}


#contact i.fa {
	font-size: 22px;
	color: #085486;
	margin-bottom: 10px;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
  background-color: #101010;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-top: 2.5rem;
  margin-bottom: 0px;
}

footer p {

  color: #fff;
  
}


/* Back top */
.go-top {
  background-color: #222;
  bottom: 2em;
  right: 0.5em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #9ebb45;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
	text-align: right;
    padding-bottom: 10px;
    margin-top: -60px;	
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 0px;
    line-height: 50px;
    vertical-align: middle;
}

.social-icon li a:hover {
    color: #9ebb45;
}




/*---------------------------------------
   Responsive styles            
-----------------------------------------*/


/*
iPhone & Android  - Portrait
 Screens*/


@media only screen and  (max-width: 420px) and (min-width: 310px)
{

/*MANAGE SPACES BETWEEN PAGES*/

#Organoram,#services,#projects,#team,#bl_legacy,#contact {
  padding-bottom: 3rem;
}

.logo	{
  width:50%;
  margin-left: 5px;
 
}
/*NAVIGATION LINKS SECTION*/
.custom-navbar .nav li a {
    font-size: 11px;

}

/*WEBSITE CONTEXT CONTROL*/


/*FOR ALL PAGES*/
h2{
    font-size:18px;
	margin-top: 0rem; 
}

p {
    font-size: 11px;
	padding-bottom: 5px;
}

/*HOME SECTION*/

#home .col-md-6 {
    padding-top: 5px;
}

#detail .col-md-12  {
    margin-top: -25rem;
   
}

#detail h3{
    font-size:14px;
	margin-bottom: -1rem;
	
}


#Organoram h1{
    font-size:18px;
	text-align: center;
	margin-top: -16rem;
}


#Organoram img {
	padding-bottom: 32px;
  	margin-top:15rem;
	
}

/*SERVICES SECTION*/

#services .col-md-6 {
    padding-top: 5px;
}

#services h3{
    font-size:14px;
	margin-top: -10px;
	 
}

#services ul {
	padding-bottom: 10px;
	font-size:11px;
	
}	


#services .services-wrapper { /*----SLIDE-SHOW---------*/
    background: #ffffff;
    padding-bottom: 10px;
	max-width: 100%;
	margin-top: -5rem;
}

.owl-carousel .owl-wrapper-outer{ /*control slide- show view*/ 
	overflow: hidden;
	position: relative;
	width: 100%;
}

#services .col-md-3 img {
  max-width: 100%;
}


/*PROJECT SECTION*/

#projects .col-md-10 {
    padding-top: 5px;
}

#projects .col-md-10 img {
	margin-top:20px;
	width: 40%;
	max-width: 100%;
 
}

#projects h3{
    font-size:14px;	
}

#projects h6{
	color: #707070;
	margin-top: -3rem;
	 
}


.nav-tabs > li > a {
  font-size:11px;
  margin-right: -15px;
 
}

.tab-content {
  padding-top: 0px;

}

/*TEAM SECTION*/

#team .col-md-6 {
    padding-top: 5px;
}

/*BL LEGACY SECTION*/

#bl_legacy .col-md-12 {
     padding-top: 5px;
    
}

/*CONTACT SECTION*/

#contact .col-md-12  {
  text-align: center;
}



#contact .contact-item {
	padding: 0px 0px 0px 0px;
	margin: -5px;
	
}

/*FOOTER SECTION*/

footer {
  padding-top: 5px;
  margin-top: -1.5rem;
  margin-bottom: 0px;
}

footer p {
	font-size: 11px;
  	text-align: center;
  
  
}

.go-top {
  bottom: 5em;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.social-icon {
    padding-bottom: 5px;
    margin-top: -38px;
	text-align: center;		
}


.social-icon li a {
    font-size: 16px;
    
}





}





/*
iPhone & Android - Landscape*/



@media only screen and  (max-width: 560px) and (min-width: 430px)
{


/*MANAGE SPACES BETWEEN PAGES*/

#Organoram,#services,#projects,#team,#bl_legacy,#contact {
  padding-bottom: 3rem;
}

.logo	{
  width:38%;
  margin-left: 5px;
 
}
/*NAVIGATION LINKS SECTION*/
.custom-navbar .nav li a {
    font-size: 11px;

}


/*WEBSITE CONTEXT CONTROL*/


/*FOR ALL PAGES*/
h2{
    font-size:18px;
	margin-top: 0rem; 
}

p {
    font-size: 11px;
	padding-bottom: 5px;
}

/*HOME SECTION*/

#home .col-md-6 {
    padding-top: 5px;
}

#home .col-md-6 img {
	width: 65%;
	max-width: 100%;
  	height: auto;
	margin-left: auto;
	margin-right: auto;
	
}

#detail .col-md-12  {
    margin-top: -25rem;
   
}

#detail h3{
    font-size:14px;
	margin-bottom: -1rem;
	
}


#Organoram h1{
    font-size:18px;
	text-align: left;
	margin-top: -16rem;
}


#Organoram img {
  position: relative;
  margin-top:15rem;
  padding-bottom: 32px;
  width:100%;
}

/*SERVICES SECTION*/

#services .col-md-6 {
    padding-top: 5px;
}

#services h3{
    font-size:14px;
	margin-top: -10px;
	 
}

#services ul {
	padding-bottom: 10px;
	font-size:11px;
	
}	


#services .services-wrapper { /*----SLIDE-SHOW---------*/
    background: #ffffff;
    padding-bottom: 10px;
	width: 65%;
	max-width: 100%;
	height: auto;
	margin-top: -5rem;
	margin-left: auto;
	margin-right: auto;
}

.owl-carousel .owl-wrapper-outer{ /*control slide- show view*/ 
	overflow: hidden;
	position: relative;
	width: 100%;
}

#services .col-md-3 img {
  max-width: 100%;
}

/*PROJECT SECTION*/

#projects .col-md-10 {
    padding-top: 5px;
}

#projects .col-md-10 img {
	margin-top:20px;
	width: 25%;
	max-width: 100%;
 
}
#projects h3{
    font-size:14px;	
}

#projects h6{
	color: #707070;
	margin-top: -3rem;
	 
}


.nav-tabs > li > a {
  font-size:11px;
  margin-right: -15px;
 
}

.tab-content {
  padding-top: 0px;

}

/*TEAM SECTION*/

#team .col-md-6 {
    padding-top: 5px;
}

#team .col-md-6 img {
	width: 65%;
	max-width: 100%;
  	height: auto;
	margin-left: auto;
	margin-right: auto;
	
}


/*BL LEGACY SECTION*/

#bl_legacy .col-md-12 {
     padding-top: 5px;
    
}

#bl_legacy .col-md-6 img {
	width: 65%;
	max-width: 100%;
  	height: auto;
	margin-left: auto;
	margin-right: auto;
	
}

/*CONTACT SECTION*/

#contact .col-md-12  {
  text-align: center;
}



#contact .contact-item {
	padding: 0px 0px 0px 0px;
	margin: -5px;
	
}

/*FOOTER SECTION*/

footer {
  padding-top: 10px;
  margin-top: -1.5rem;
  margin-bottom: 0px;
}


.go-top {
  bottom: 3em;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}


.social-icon li a {
    font-size: 16px;
    
}

}





/*
iPhone & Android  - Landscape*/


@media only screen and  (max-width: 641px) and (min-width: 563px)
{


/*MANAGE SPACES BETWEEN PAGES*/

#Organoram,#services,#projects,#team,#bl_legacy,#contact {
  padding-bottom: 3rem;
}

.logo	{
  width:27.5%;
  margin-left: 5px;
 
}
/*NAVIGATION LINKS SECTION*/
.custom-navbar .nav li a {
    font-size: 11px;

}

/*WEBSITE CONTEXT CONTROL*/


/*FOR ALL PAGES*/
h2{
    font-size:18px;
	
}

p {
    font-size: 11px;
	padding-bottom: 5px;
}

/*HOME SECTION*/

#home .col-md-6 {
    padding-top: 15px;
}

#home .col-md-6 img {
	width: 60%;
	max-width: 100%;
  	height: auto;
	margin-left: auto;
	margin-right: auto;
	
}


#detail .col-md-12  {
    margin-top: -25rem;
   
}

#detail h3{
    font-size:14px;
	margin-bottom: -1rem;
	
}


#Organoram h1{
    font-size:18px;
	text-align: left;
	margin-top: -16rem;
}


#Organoram img {
  	position: relative;
	width: 60%;
	height: auto;
	padding-bottom: 32px;
  	margin-top:15rem;
	margin-left: auto;
	margin-right: auto;
  
}

/*SERVICES SECTION*/

#services .col-md-6 {
    padding-top: 15px;
}

#services h3{
    font-size:14px;
	margin-top: -10px;
	 
}

#services ul {
	padding-bottom: 10px;
	font-size:11px;
	
}	


#services .services-wrapper { /*----SLIDE-SHOW---------*/
    background: #ffffff;
    padding-bottom: 10px;
	width: 60%;
	max-width: 100%;
	height: auto;
	margin-top: -5rem;
	margin-left: auto;
	margin-right: auto;
}

.owl-carousel .owl-wrapper-outer{ /*control slide- show view*/ 
	overflow: hidden;
	position: relative;
	width: 100%;
}

#services .col-md-3 img {
  max-width: 100%;
}

/*PROJECT SECTION*/

#projects .col-md-10 {
    padding-top: 15px;
}

#projects .col-md-10 img {
	margin-top:20px;
	width: 25%;
	max-width: 100%;
 
}

#projects h3{
    font-size:14px;	
}

#projects h6{
	color: #707070;
	margin-top: -3rem;
	 
}


.nav-tabs > li > a {
  font-size:11px;
  margin-right: -15px;
 
}

.tab-content {
  padding-top: 0px;

}

/*TEAM SECTION*/

#team .col-md-6 {
    padding-top: 15px;
}

#team .col-md-6 img {
	width: 60%;
	max-width: 100%;
  	height: auto;
	margin-left: auto;
	margin-right: auto;
	
}

/*BL LEGACY SECTION*/

#bl_legacy .col-md-12 {
     padding-top: 15px;
    
}

#bl_legacy .col-md-6 img {
	width: 60%;
	max-width: 100%;
  	height: auto;
	margin-left: auto;
	margin-right: auto;
	
}

/*CONTACT SECTION*/

#contact .col-md-12  {
  text-align: center;
}



#contact .contact-item {
	padding: 0px 0px 0px 0px;
	margin: -5px;
	
}

/*FOOTER SECTION*/

footer {
  padding-top: 10px;
  margin-top: -1.5rem;
  margin-bottom: 0px;
}


.go-top {
  bottom: 3em;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}


.social-icon li a {
    font-size: 16px;
    
}


}





/*
iPhone 7 plus & Android  - Landscape*/


@media only screen and  (max-width: 740px) and (min-width: 650px)
{


/*MANAGE SPACES BETWEEN PAGES*/

#Organoram,#services,#projects,#team,#bl_legacy,#contact {
  padding-bottom: 3rem;
}

.logo	{
  width:27.5%;
  margin-left: 5px;
 
}
/*NAVIGATION LINKS SECTION*/
.custom-navbar .nav li a {
    font-size: 11px;

}


/*WEBSITE CONTEXT CONTROL*/


/*FOR ALL PAGES*/
h2{
    font-size:18px;
	
}

p {
    font-size: 11px;
	padding-bottom: 5px;
}

/*HOME SECTION*/

#home .col-md-6 {
    padding-top: 15px;
}

#home .col-md-6 img {
	width: 65%;
	max-width: 100%;
  	height: auto;
	margin-left: auto;
	margin-right: auto;
	
}


#detail .col-md-12  {
    margin-top: -25rem;
   
}

#detail h3{
    font-size:14px;
	margin-bottom: -1rem;
	
}


#Organoram h1{
    font-size:18px;
	text-align: left;
	margin-top: -16rem;
}


#Organoram img {
  	position: relative;
	width: 60%;
	height: auto;
	padding-bottom: 32px;
  	margin-top:15rem;
	margin-left: auto;
	margin-right: auto;
  
}

/*SERVICES SECTION*/

#services .col-md-6 {
    padding-top: 15px;
}

#services h3{
    font-size:14px;
	margin-top: -10px;
	 
}

#services ul {
	padding-bottom: 10px;
	font-size:11px;
	
}	


#services .services-wrapper { /*----SLIDE-SHOW---------*/
    background: #ffffff;
    padding-bottom: 10px;
	width: 60%;
	max-width: 100%;
	height: auto;
	margin-top: -5rem;
	margin-left: auto;
	margin-right: auto;
}

.owl-carousel .owl-wrapper-outer{ /*control slide- show view*/ 
	overflow: hidden;
	position: relative;
	width: 100%;
}

#services .col-md-3 img {
  max-width: 100%;
}

/*PROJECT SECTION*/

#projects .col-md-10 {
    padding-top: 15px;
}

#projects .col-md-10 img {
	margin-top:20px;
	width: 25%;
	max-width: 100%;
 
}

#projects h3{
    font-size:14px;	
}

#projects h6{
	color: #707070;
	margin-top: -3rem;
	 
}


.nav-tabs > li > a {
  font-size:11px;
  margin-right: -15px;
 
}

.tab-content {
  padding-top: 0px;

}

/*TEAM SECTION*/

#team .col-md-6 {
    padding-top: 15px;
}

#team .col-md-6 img {
	width: 60%;
	max-width: 100%;
  	height: auto;
	margin-left: auto;
	margin-right: auto;
	
}

/*BL LEGACY SECTION*/

#bl_legacy .col-md-12 {
     padding-top: 15px;
    
}

#bl_legacy .col-md-6 img {
	width: 60%;
	max-width: 100%;
  	height: auto;
	margin-left: auto;
	margin-right: auto;
	
}

/*CONTACT SECTION*/

#contact .col-md-12  {
  text-align: center;
}



#contact .contact-item {
	padding: 0px 0px 0px 0px;
	margin: -5px;
	
}

/*FOOTER SECTION*/

footer {
  padding-top: 10px;
  margin-top: -1.5rem;
  margin-bottom: 0px;
}


.go-top {
  bottom: 3em;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}


.social-icon li a {
    font-size: 16px;
    
}



}







/*
Ipad, Ipad min - Portrait
 */


@media only screen and  (max-width: 770px) and (min-width: 750px)
{


/*CONTACT SECTION*/

#contact .col-md-12  {
  text-align: center;
}



#contact .contact-item {
	padding: 0px 0px 0px 0px;
	
	
}




}





/*
Nexus & Tablets  - Portrait
  */


@media only screen and  (max-width: 840px) and (min-width: 780px)
{




}


/*
Nexus, surface Pro Tablets  - Portrait
 and Landscape */


@media only screen and  (max-width: 961px) and (min-width: 850px)
{



}

/*
Nexus 7, iPad, iPad Mini - Landscape*/


@media only screen and  (max-width: 1030px) and (min-width: 990px)
{


}

