/* CSS Document */

@media only screen and (min-width: 1199px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	
	
	.banner-video{
		margin-left: -190px;
		width: 380px;
		height: 200px;
		left: 50%;
		top: 50%;
		margin-top: -130px;
			}
	
	
		
	.social2{
		background-color:white;
		color:#343434;
	}
	
	
	.sh-container{
		display:inline-block;
		padding:15px;
		width:auto;
	}
	
	
	
	
	
	
	.mobile{
		display:none;	
	}
	
	
	#navbar-ul{
		list-style-type: none;
   		 margin: 0;
   		 padding: 0;
		 display: inline-block;
		}
	.navbar-li{
		display:inline;
		}
	.navbar-a{
			display:inline-block;
			padding:8px;
			line-height:40px;
			padding-left:13px;
			padding-right:13px;
			font-size:14px;
			color:white !important;
		}
	.navbar-a:hover{
		text-decoration:none;
		color:white;
		}
	.desktop{
		display:block;
	}
	.navbar-container{
			text-align:center;
		}
		
		
		
		
		
		
		
		
		
	.header-image1{
		width:55%;
		margin-bottom:-15px;
		margin-top:-5px;
		}
		
	.header-image2{
		width:90%;
		margin-bottom:-15px;
		margin-top:-15px;

		}
	.header-image3{
		width:75%;
		margin-top:-2px;
		}
	.header-image5{
		width:75%;
		margin-bottom:-10px;
		
		}
	.header-image4{
		width:70%;
		margin-bottom:-15px;
		margin-top:-3px;
		}
	.header{
		background-image:url(../images/map.png);
		}
	.header-container{
		padding:0;
		}

		
		
		
		
	.about-cln-text-wrapper{
		height:220px;
		over-flow:hidden;
		}
	.about-cln-item1, .about-cln-item2, .about-cln-item3,.about-cln-row1{
		background-color: #FF7600;	
		color:white;
		}
	.about-cln-item4, .about-cln-item5, .about-cln-row2{
		background-color: white;	
		color:black;
		}
		
	.table tbody tr td:nth-child(1) {
    width:14%
		}
	
	.table tbody tr td:nth-child(2) {
    width:34%
		}
	.table tbody tr td:nth-child(3) {
    width:20%
		}
	.table tbody tr td:nth-child(4) {
    width:15%
		}
	.banner-title{
		font-size:50px;
		font-weight:bold;
		 text-shadow: 1px 1px  black;

		
		}
	.banner-title-container{
		margin-top:100px;
		text-align:left;
		}
	.banner-image-container{
		 text-align:right;
		}
	.banner-image{
			padding-top:20px;padding-bottom:20px; width:auto;
		}


}

@media only screen and (min-width: 1449px) {
		.banner-video{
		margin-left: -250px;
		width: 500px;
		height: 291px;
		left: 50%;
		top: 50%;
		margin-top: -150px;
			}
}