/* CSS Document */

/**   
#EFEFEF - Lightest Gray
#C8C8C8 - Extra Light Gray
#969696 - Light Gray
#646464 - Gray
#323232 - Dark Gray
#00FFFF - Orange
#00C8DC - Turqoise
#000 - Midnight

rgba(239, 239, 239, 1) - Lightest Gray
rgba(200, 200, 200, 1) - Extra Light Gray
rgba(150, 150, 150, 1) - Light Gray
rgba(100, 100, 100, 1) - Gray
rgba(50, 50, 50, 1) - Dark Gray
rgba(0, 255, 255, 1) - Orange
rgba(0, 255, 255, 1) - Turqoise
rgba(7, 30, 34, 1) - Midnight
**/

.breadcrumb{
	border: none;
	background-color: transparent !important;
	text-transform: uppercase;
}
.breadcrumb a,
.breadcrumb-item+.breadcrumb-item::before{
	color: #323232 !important;
}
.breadcrumb .active{
	color: #00C8DC !important;		
}
.breadcrumb a:hover,
.breadcrumb a:focus{
	color: #00FFFF !important;		
}
.card.int .image{
	height: 250px;
	background: url(../images/placeholder.jpg) no-repeat center center;
}
.card.int .image img{
	visibility: hidden;
}
#toggleAll span{
	display: inline-block;
}
#toggleAll > span{
	color: #00C8DC;
	transition: all .3s ease;
	cursor: pointer;
}
#toggleAll > span:hover{
	color: #00FFFF;
}
#toggleAll > span > span:nth-child(2),
#toggleAll > span > span:nth-child(4),
#toggleAll > span.click > span:first-child,
#toggleAll > span.click > span:nth-child(3){
	display: none;
}
#toggleAll > span.click > span:nth-child(2),
#toggleAll > span.click > span:nth-child(4){
	display: inline-block;
}
#toggleAll > span.click > span:nth-child(3){
	transform: rotate(-180deg);
}
#accordion .item .heading{
	transition: all .3s ease;
}
#accordion .item .heading.collapsed{
	color: #000;
}
#accordion .item .heading,
#accordion .item:hover .heading,
#accordion .item:focus .heading{
	color: #00C8DC;
}
#accordion .item .heading > div:last-child > span{
	transition: all .2s linear;
	transform: rotate(-180deg);
}
#accordion .item .heading.collapsed > div:last-child > span{
	transform: rotate(0);
}

/* CONTACT CSS */
#cpContent .address > a > span:nth-child(2) > span{
	display: block;
}
#cpContent .address > a > span:nth-child(2) > span:nth-child(2){
	display: none;
}

#main-testimonials .slick-track{
	display: block !important;
}

/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Phone (landscape) */
@media (min-width: 576px){

	.card.int .image{
		height: 225px;
	}	

}

/* Tablet (portrait) */
@media(min-width:768px){

	.card.int .image{
		height: 275px;
	}

}

/* Tablet (landscape) */
@media(min-width:992px){

	.card.int .image{
		height: 250px;
	}
	
}

/* Desktop */
@media(min-width:1200px){

	.card.int .image{
		height: 275px;
	}

	#main-testimonials .slides{
		min-width: calc(100% - 140px);
		max-width: calc(100% - 140px);
	}
	#main-testimonials .control{
		min-width: 70px;
		max-width: 70px;
	}
	
}

@media(min-width:1400px){
	
	/*#intRotator,
	#intRotator .slide,
	#intRotator .prev,
	#intRotator .next{
		height: 275px;	
	}	
	.card.int .image{
		height: 225px;
	}*/

}

@media(min-width:1600px){
	
	/*#intRotator,
	#intRotator .slide,
	#intRotator .prev,
	#intRotator .next{
		height: 325px;	
	}
	.card.int .image{
		height: 250px;
	}*/
	
}

@media(min-width:1800px){
	
	
}

/**   
#EFEFEF - Lightest Gray
#C8C8C8 - Extra Light Gray
#969696 - Light Gray
#646464 - Gray
#323232 - Dark Gray
#00FFFF - Orange
#00C8DC - Turqoise
#000 - Midnight

rgba(239, 239, 239, 1) - Lightest Gray
rgba(200, 200, 200, 1) - Extra Light Gray
rgba(150, 150, 150, 1) - Light Gray
rgba(100, 100, 100, 1) - Gray
rgba(50, 50, 50, 1) - Dark Gray
rgba(0, 255, 255, 1) - Orange
rgba(0, 255, 255, 1) - Turqoise
rgba(7, 30, 34, 1) - Midnight
**/