	
	@media screen and (min-width: 768px) and (max-width: 8000px) {
	.dropdown mobile .dropdown-toggle links {
		display:none;
	}
	}
	
	
	.padding-top-home {
	padding-top:20px;	
	}
	
	@media screen and (min-width: 350px) and (max-width: 460px) {
	.padding-top-home {
	padding-top:50px;
	margin-bottom:-60px;	
	}
	}
	
	@media screen and (min-width: 461px) and (max-width: 700px) {
	.padding-top-home {
	margin-top:50px;	
	}
	}
    /*
	.blackheight {
	 width:100%;
	 height:300px;
	 z-index:9999;
	 margin-top:-50px;
	 background-color:#1d1d1b;
	 color:#ffffff;
	 position:absolute;
	 padding:0;
	}
	
	.black-copy {
	 width:1080px;
	 color:#46c9f0;
	 font: 28px arial;
	 margin: 1px auto 0 auto;
	 text-align:center;
	 z-index:9999;
	 line-height:40px;
	}
	*/


	
.negative-margin {
	margin-top:-100px;	
}
	
	/* ---- Carousel ---- 
	
	The connection from the box to the 
	
	*/
	
section {
    padding-top: 50px;
    padding-bottom: 100px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 10px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .active {
    color:#666666;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  	opacity: 0;
  	-webkit-transition-property: opacity;
  	-ms-transition-property: opacity;
  	transition-property: opacity;
	height:210px;
	width:100%;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color:#09F;
  border: none;
}

#fade-quote-carousel.carousel .carousel-indicators > .active {
  background-color:#cccccc;
  border: none;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.col-md-2 {
   width: 20%;
}

.col-md-2half {
    position: relative;
    min-height: 1px;
    padding-right:10px;
    padding-left:10px;
}

@media (min-width: 768px) {
    .col-md-2half {
        float: left;
		padding-left:1px;
		padding-right:1px;
    }
    .col-md-2half {
        width: 20%;
    }
}

@media screen and (min-width: 461px) and (max-width: 768px) {
	.responsive-services {	
		margin-top:100px;	
		padding-top:100px;
	}
}

.bgSectionOne {
	position:fixed;
}

@media (min-width: 300px) and (max-width: 600px) {
    .col-sm-6half {
        float: left;
		padding-left:10px;
		padding-right:10px;
    }
    
	.col-sm-6half {
        width: 100%;
    }
}

@media (min-width: 601px) and (max-width: 992px) {
    .col-sm-6half {
        float: left;
		padding-left:10px;
		padding-right:10px;
    }
    
	.col-sm-6half {
        width: 50%;
    }
	
	.col-sm-6half .no-border-right {
		border-right:none;
	}
}

.col-md-2 {
   width: 20%;
}

.col-md-2half {
    position: relative;
    height: 270px;
    padding-right:1px;
    padding-left:1px;
}

@media (min-width: 993px) and (max-width: 1199px) {
    .col-md-2half {
        float: left;
		padding-left:1px;
		padding-right:1px;
	
		height:300px;
    }
	
	.no-border {
		border-bottom:none;
	}
	
	.no-border-right {
		border-right:none;
	}
	
    .col-md-2half {
        width: 20%;
    }
}

@media (min-width: 1200px) and (max-width: 2600px) {
    .col-md-2half {
        float: left;
		padding-left:1px;
		padding-right:1px;
		height:270px;
    }
	.no-border {
		border-bottom:none;
	}
    .col-md-2half {
        width: 20%;
    }
}

@media (min-width: 768px) and (max-midth: 1199px) {
.col-sm-6half {
    position: relative;
    height: 670px;
    padding-right:1px;
    padding-left:1px;
	background-color:#000000;
}
}

@media (min-width: 264px) and (max-midth: 450px) {
.col-xs-12product {
	width: 100%!important;
}
}

/* --- Partners Carousel --- */
/* The controlsy - */

/* The indicators */

/* The colour of the indicators */

@media screen and (min-width: 200px) and (max-width: 768px) {
.dropdown-toggle > ul {
	height:1500px;
}
}

@media screen and (min-width: 769px) and (max-width: 9000px) {
.navbar .dropdown {
	display:none;
}
}