/*<div class="displayTest">
YELLOW = Default (Resposive not detected)
RED = Large Screen desktops and laptops: RED<br>
GREEN = Landscape tablets and medium desktops (iPad mini Landscape & Kindle Fire landscape)<br>
BLUE = Portrait tablets and small desktops (iPad portrait)<br>
ORANGE = Landscape phones and portrait tablets: (iPhone landscape / Kindle Fire Portrait)<br>
GRAY = Portrait phones and smaller devices (iPhone Portrait)<br>
</div>*/

/* --------------------------------------------------
RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1300px) and (min-width: 1200px) {
	.contact-tab-wrapper{
		max-width:130px;
	}
}

@media (max-width: 1105px) and (min-width: 992px) {
	.contact-tab-wrapper{
		max-width:130px;
	}
}

/* Large screen desktops and laptops */
@media (min-width: 1200px) {
	.mediaQueryDetector{
		content:'L';
	}	
}

/* Landscape tablets and medium desktops (iPad mini Landscape & Kindle Fire landscape) */
@media (min-width: 992px) and (max-width: 1199px) {
	/*.displayTest {
		background-color:green;
		padding:20px;
		color:black
	}*/

}

@media (max-width: 1199px){
	#myCarousel{
		min-height:380px;
	}

}


@media (max-width: 991px) {
	.mediaQueryDetector{
		content:'M';
	}

	.contact-tab-wrapper{
		max-width:130px;
	}	

	.affiliation-wrapper{
		clear:both;
	}
	#affiliateSlider{
		margin:20px auto 0 auto;
	}

	.sil-logo-wrapper{
		margin-top:10px;
	}

}


/* Portrait tablets and small desktops (iPad portrait) */
@media (min-width: 768px) and (max-width: 991px) {
	/*.displayTest {
		background-color:blue;
		padding:20px;
		color:black
	}*/
	
	.carousel .item {
		height: 377px;
	}
	
	.carousel-caption h2 {
		font-size: 24px;
	}
	.carousel-caption .tag {
		font-size: 18px;
	}
	
	

}

@media (min-width:768px){

	.ljl-navbar .navbar-nav{
	float:none;
	margin:0 auto;
	}

	.ljl-navbar .navbar-nav>li{
		float:none;
		display:inline-block;
	}

	.ljl-navbar .navbar-nav>li>a{
		padding: 5px 12px;
	}

	.carousel-indicators{
		bottom:100px;
	}
	
	.dropup .dropdown-submenu ul{
		top:auto;
		margin-bottom:-39px;
	}



}



/* Landscape phones and portrait tablets: (iPhone landscape / Kindle Fire Portrait) */
@media (max-width: 767px) {
	.mediaQueryDetector{
		content:'S';
	}

	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header{
		padding: 10px 15px;
		border-bottom: solid thin #aaa;
    	color: #5c5c5c;
	}

	.navbar-nav .open .dropdown-menu.sub-menu>li>a{
		padding:10px 30px;
	}

	.navbar-nav .open .dropdown-menu{
		position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    background-color:#ffffff;
	}

	.contact-tab-wrapper{
		max-width:130px;
	}

	#myCarousel{
		margin-top:0;
		min-height:220px;
	}
	
	.carousel .item,
	.carousel .item.active,
	.carousel .carousel-inner {
		height: 300px;
	}

	.carousel-caption {
		padding: 20px;
	}
	
	.carousel-caption h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.carousel-caption .tag {
		font-size: 14px;
	}
	
	.testimonial-panel .testimonial {
		padding: 0px 15px;
	}
	.testimonial-panel .testimonial .text {
		font-size: 16px;
		line-height: 24px;
		padding: 0px 40px;
	}
	.testimonial-panel .testimonial .text:before,
	.testimonial-panel .testimonial .text:after {
		width: 24px;
		height: 22px;
	}
	
	.news-panel .news .item {
		height: auto;
	}
	
	.home-contact{
		margin-top:0;
		margin-bottom:20px;
		z-index:0;
		padding-top:30px;
		height:inherit;
	}
	.home-contact-wrapper:before, .home-contact-wrapper:after{
		display:none;
	}

	.content-border{
		z-index:10;
	}

	.sub-wrapper .content-border{
		z-index:0;
	}

	.header-banner-wrapper{
		overflow:hidden;
		text-align:center;
		display:none;
	}
	.header-banner-wrapper .container{
		margin-left:-15px;
		margin-right:-15px;
	}

	.header-banner-wrapper .img-wrapper{
		/*width:115%;
		margin:0 auto;*/
	}

	.sidebar-content{
		margin-left:0;
	}

	.sidebar{
		margin-top:30px;
	}

	.ljl-navbar.navbar{
		margin-bottom:0;
		text-align:left;
	}

	.nav-outer-wrapper{
		background:#181e24;
	}

	/*eliminate 15px gap for wrapper background elements*/
	.sidebar-heading,
	.inner-content-wrapper{
		margin-left:-15px;
		margin-right:-15px;
		padding-left:15px;
		padding-right:15px;
	}

	.content-header-band{
		margin-left:0px;
		margin-right:0px;
		padding-left:15px;
		padding-right:15px;
	}
	.content-header-band-inner{
		padding-top:15px;
	}
	.content-header-band-inner .page-header{
		margin-top:0;
		margin-bottom:10px;
		padding-bottom:0;
	}

	.footer-company{
		text-align:center;
	}
	.footer-logo-wrapper{
		float:none;
		background-position:top center;
		margin:10px 0;
	}
	footer .sil-logo-wrapper{
		margin:30px auto 15px auto;
		float:none;
		width:100%;
		text-align:center;
		background-position:top center;
	}

	.footer-copyright{
		margin-bottom:20px;
		text-align:center;
	}

	.contentRight{
		
	}
	.footer-company{

	}

	.social{
		text-align:center;
		margin:20px 0;
	}
	#affiliateSlider{
		margin:0 auto;
		clear:both;
	}

}

/* Portrait phones and smaller devices (iPhone Portrait) */
@media (max-width: 480px) {
	.mediaQueryDetector{
		content:'XS';
	}

	
}
/* -------------------------------------------------- */