/*SECTION - SLIDER*/
	.carousel{
		background:lightgray;
	}
	.carousel .carousel-inner .item{
		height:315px;
	}
	.carousel .carousel-inner .item:nth-child(1){
		background: url('/img/newsite/slider/700/4.jpg') right center ;
		background-size: cover;
	}
	.carousel .carousel-inner .item:nth-child(2){
		background: url('/img/newsite/slider/700/1.jpg') right center ;
		background-size: cover;
	}
	.carousel .carousel-inner .item:nth-child(3){
		background: url('/img/newsite/slider/700/3.jpg') right center ;
	}
	
	.section.slider.init{
		overflow:hidden;
		text-align:center;
		position:relative;
	}
	.section.slider.init .text{
		margin-top: 20px;
		font-size: 34px;
		color: black;
		font-weight: 100;
		text-shadow: 1px 1px 0px white;
	}
	.section.slider.init .text span{
		color: black;
		font-weight: 700;
	}
	.section.slider.init .devices{
		width: 200px;
	}
	.section.slider.init .button{
		margin: 20px 0 10px;
		display: inline-block;
		background: #ffb400;
		color: #00456E;
		padding: 10px 35px;
		font-size: 20px;
		border-radius: 5px;
	}
	.section.slider.init .trial{
		font-size: 25px;
		color: white;
		text-shadow: 1px 1px 0px white;
	}
	.section.slider.init .trial b{
		/*color: #ffb400;*/
		color: black;
		text-shadow: 1px 1px 0px white, -1px -1px 0px white, -1px 1px 0px white, 1px -1px 0px white;
	}



/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
	

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.carousel .carousel-inner .item{
		height:315px;
	}
	.carousel .carousel-inner .item:nth-child(1){
		background: url('/img/newsite/slider/900/4.jpg') right top ;
		background-size: cover;
	}
	.carousel .carousel-inner .item:nth-child(2){
		background: url('/img/newsite/slider/900/1.jpg') right top ;
		background-size: cover;
	}
	.carousel .carousel-inner .item:nth-child(3){
		background: url('/img/newsite/slider/900/3.jpg') right top ;
		background-size: cover;
	}

	.section .title{
		font-size: 35px;
	}
	
	
	.section.slider.init{
		overflow:hidden;
		text-align:center;
		position:relative;
		margin:40px 70px;
	}
	
	.section.slider.init .trial{
		font-size: 30px;
		text-shadow: none;
	}
	
	.section.slider.init .button{
		margin: 20px 0;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	/*SECTION - SLIDER*/
	.carousel .carousel-inner .item{
		height:450px;
	}
	.carousel .carousel-inner .item:nth-child(1){
		background: url('/img/newsite/slider/1400/4.jpg')  right top;
		background-size: cover;
	}
	.carousel .carousel-inner .item:nth-child(2){
		background: url('/img/newsite/slider/1400/1.jpg') right top ;
		background-size: cover;
	}
	.carousel .carousel-inner .item:nth-child(3){
		background: url('/img/newsite/slider/1400/3.jpg') right top;
		background-size: cover;
	}
	
	
	.section.slider.init{
		overflow:hidden;
		text-align:center;
		position:relative;
		margin:40px 70px;
	}
	
	.section.slider.init .text{
		margin-top: 50px;
		font-size: 50px;
		text-shadow: none;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.carousel .carousel-inner .item{
		height:600px;
	}
	
	
	.section.slider.init{
		overflow:hidden;
		text-align:center;
		position:relative;
		margin:40px 70px;
	}
	
	.section.slider.init .text{
		margin-top: 100px;
		font-size: 60px;
		font-family: 'Heebo', sans-serif;

	}
	.section.slider.init .text span{
		color: black;
		font-weight: 700;
	}
	.section.slider.init .devices{
		width: 200px;
	}
	.section.slider.init .button{
		display: inline-block;
		background: #ffb400;
		color: #00456E;
		padding: 10px 35px;
		font-size: 36px;
		border-radius: 5px;
		margin: 20px 0;
	}
	.section.slider.init .trial{
		font-size: 40px;
		color: white;
	}
	.section.slider.init .trial b{
		color: black;
	}
}

@media only screen and (min-width : 1400px) {
	
	.section.slider.init{
		overflow:hidden;
		text-align:center;
		position:relative;
		margin:40px 70px;
	}
	
	.carousel .carousel-inner .item:nth-child(1){
		background: url('/img/newsite/slider/1800/4.jpg')  right center;
		background-size: cover;
	}
	.carousel .carousel-inner .item:nth-child(2){
		background: url('/img/newsite/slider/1800/1.jpg') right center ;
		background-size: cover;
	}
}
@media only screen and (min-width : 1900px) {

	.section.slider.init{
		overflow:hidden;
		text-align:center;
		position:relative;
		margin:40px 70px;
	}	
	.carousel .carousel-inner .item:nth-child(1){
		background: url('/img/newsite/slider/2500/4.jpg')  right center;
		background-size: cover;
	}
	.carousel .carousel-inner .item:nth-child(2){
		background: url('/img/newsite/slider/2500/1.jpg') right center;
		background-size: cover;
	}
}