/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
	
	
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family:'Gotham-Medium';
	src: url('Gotham-Medium_gdi.eot');
	src: url('Gotham-Medium_gdi.eot?#iefix') format('embedded-opentype'),
		url('Gotham-Medium_gdi.woff') format('woff'),
		url('Gotham-Medium_gdi.ttf') format('truetype'),
		url('Gotham-Medium_gdi.svg#Gotham-Medium') format('svg');
	font-weight: 350;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

h7{
	
	       font-family:'Gotham-Book';
	src: url('Gotham-Book_gdi.eot');
	src: url('Gotham-Book_gdi.eot?#iefix') format('embedded-opentype'),
		url('Gotham-Book_gdi.woff') format('woff'),
		url('Gotham-Book_gdi.ttf') format('truetype'),
		url('Gotham-Book_gdi.svg#Gotham-Book') format('svg');
	font-weight: 450;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
	
	
}

.topnav {
    font-size: 16px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 5px;
    text-align: center;
    color: #78A3A4;
    background-color:#FFFFFF;
	border-bottom: 6px solid #8DCACB;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}







/* Gallery */


#PhotoBox{
	
	max-width:100%;
	height: 710px;
	border: 0px solid white;
	display:block;

}


.slides {
    padding: 0;
     max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
	z-index:96;
	
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
   max-width: 100%;
    height: auto;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .8s ease-in-out;
}

.slide img {
     max-width: 100%;
    height: auto;
}

.nav label {
    width: 100px;
    max-height: 750px;
    display: none;
    position: absolute;

	opacity: 1;
    z-index: 98;
    cursor: pointer;

    transition: opacity .3s;
	margin-top:200px;
    color: #adedee;
    font-size: 100pt;
    background-color: transparent;
    text-shadow: none;
}

.slide:hover + .nav label { opacity: 1; color: #8DCACB;}

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

/* END Gallery */

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    .intro-social-buttons {
        
        margin-top: 20px;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: -10px;
        padding-top: 0px;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }






}



#table-container {
    display: table;
	
    }

  #row  {
    display: table-row;
	
    }

#left {
    display: table-cell;
	border-top: 1px solid #999;
	width: 180px;
	height:37px;
	 color:#888;
	 padding-top:3px;
	 padding-bottom:2px;
}

#middle {
    display: table-cell;
	border-top: 1px solid #999;
	width: 160px;
	 color:#888;
	 padding-top:3px;
	 padding-bottom:2px;
	 padding-left:5px;
}
	
	
#right {
    display: table-cell;
	border-top: 1px solid #999;
	width: 970px;
	 color:#888;
	 padding-top:3px;
	 padding-bottom:2px;
	 padding-left:5px;
}

#left2 {
    display: table-cell;
	border-bottom: 3px solid #78A3A4;
	width: 100%;
	 color:#888;
	 padding-top:3px;
	 padding-bottom:20px;
}
	
#right2 {
    display: table-cell;
	border-bottom: 3px solid #8DCACB;
	width: 100%;
	 color:#888;
	 padding-top:3px;
	 padding-bottom:20px;
	 padding-left:5px;
 }
	
#left3 {
    display: table-cell;
	border-bottom: 3px solid #8DCACB;
	border-top: 1px dotted #999;
	width: 100px;
	height:150px;
	 color:#888;
	 padding-top:12px;
	 padding-bottom:20px;
 }
	
#right3 {
    display: table-cell;
	border-bottom: 3px solid #8DCACB;
	border-top: 1px dotted #999;
	width: 970px;
	 color:#888;
	 padding-top:3px;
	 padding-bottom:20px;
	 padding-left:20px;
	 vertical-align:top !important;
	 text-align:left;
	 font-size:16px;
}

#left3A {
    display: table-cell;
	border-top: 1px dotted #999;
	width: 100px;
	height:150px;
	 color:#888;
	 padding-top:12px;
	 padding-bottom:0px;
 }
	
#right3A {
    display: table-cell;
	border-top: 1px dotted #999;
	width: 970px;
	 color:#888;
	 padding-top:3px;
	 padding-bottom:0px;
	 padding-left:20px;
	 vertical-align:top !important;
	 text-align:left;
	 font-size:16px;
}

#left3B {
    display: table-cell;
	border-bottom: 3px solid #8DCACB;
	width: 100px;
	height:150px;
	color:#888;
	padding-top:12px;
	padding-bottom:20px;
 }
	
#right3B {
    display: table-cell;
	border-bottom: 3px solid #8DCACB;
	width: 970px;
	color:#888;
	padding-top:3px;
	padding-bottom:20px;
	padding-left:20px;
	vertical-align:top !important;
	text-align:left;
	font-size:16px;
}

#left3C {
    display: table-cell;
	width: 100px;
	height:150px;
	color:#888;
	padding-top:12px;
	padding-bottom:0px;
 }
	
#right3C {
    display: table-cell;
	width: 970px;
	color:#888;
	padding-top:3px;
	padding-bottom:0px;
	padding-left:20px;
	vertical-align:top !important;
	text-align:left;
	font-size:16px;
}

#left4 {
    display: table-cell;
	border: 0px solid pink;
	width: 170px;
	text-align:left;
	 padding-top:0px;
	 padding-bottom:0px;
}
	
#right4 {
    display: table-cell;
	border: 0px solid pink;
	width: 100%;
	text-align:left;
	 padding-top:0px;
	 padding-bottom:0px;
	 padding-left:5px;
	 vertical-align:middle;
	
 }

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 20px 0;
	padding-bottom:100px;
    background-color: #FFFFFF;
	display:block;
	position:relative;
	
	
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 0px;
    color: #FFFFFF;
	
	box-sizing: border-box;
	
	
}


#sshow {
	display:block;
	position: relative;
	align-content:center;
	border: 0px solid white;
	height: 390px;
}


	
.css-carousel {
	width:100%;
	height: 390px; 	/* Height of images */
	position: relative;
}

.css-carousel .css-img {
	width:100%;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-animation: css-carousel-fade 24s linear infinite;
	-moz-animation: css-carousel-fade 24s linear infinite;
	-ms-animation: css-carousel-fade 24s linear infinite;
	animation: css-carousel-fade 24s linear infinite;
	background-color:#8DCACB;
}

.css-carousel .css-img:nth-child(2) {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-ms-animation-delay: 5s;
	animation-delay: 5s;
}

.css-carousel .css-img:nth-child(3) {
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s;
	-ms-animation-delay: 10s;
	animation-delay: 10s;
}

.css-carousel .css-img:nth-child(4) {
	-webkit-animation-delay: 15s;
	-moz-animation-delay: 15s;
	-ms-animation-delay: 15s;
	animation-delay: 15s;
}

.css-carousel .css-img:nth-child(5) {
	-webkit-animation-delay: 20s;
	-moz-animation-delay: 20s;
	-ms-animation-delay: 20s;
	animation-delay: 20s;
}

@-webkit-keyframes css-carousel-fade {
    0%, 20%, 100% { opacity: 0; }
    5%, 15% { opacity: 1;}
}
@-moz-keyframes css-carousel-fade {
    0%, 20%, 100% { opacity: 0; }
    5%, 15% { opacity: 1;}
}
@-ms-keyframes css-carousel-fade {
    0%, 20%, 100% { opacity: 0; }
    5%, 15% { opacity: 1;}
}
@keyframes css-carousel-fade {
	0%, 20%, 100% { opacity: 0; }
	5%, 15% { opacity: 1;}
}









main {
  min-width: 100%;
  max-width: 100%;
  padding-top: 20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  margin: 0 auto;
  background: #fff;
   font-size: 18px;
   border: 0px solid white;
  float:none;
  display: inline-block;
 left: 25%;
   
   
}

section {
  display: none;
  
  border-top: 1px solid #ddd;

  
}

input {
  display: none;
  


  
}

label {
  float:none;
  text-align:center;
  display: inline-block;   
  font-size:19px;
  margin: 0 0 -1px;
  padding: 17px 2.5%;
  font-weight: 600;
  color: #888;
  
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before,
label[for*='2']:before,
label[for*='3']:before,
label[for*='4']:before {
  display: block;
}

label:hover {
  color: #78A3A4;
  cursor: pointer;

  
}

input:checked + label {
  color: #78A3A4;
  border: 1px solid #ddd;
  border-top: 5px solid #8DCACB;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6 {
  display: block;
  padding:10px;
}


@media screen and (max-width: 1200px) {
	
	
label {
  float:none;
  text-align:center;
  display: inline-block;   
  font-size:18px;
  margin: 0 0 -1px;
  padding: 17px 1.5%;
  font-weight: 600;
  color: #888;
  }
  
/* Gallery ADJ */
#PhotoBox{
	
	width:100%;
	height: 580px;
	border: 0px solid white;
	display:block;

}

.nav label {
        width: 100px;
    max-height: 100%;
    display: none;
    position: absolute;

	opacity: 1;
    z-index: 98;
    cursor: pointer;

    transition: opacity .3s;
	margin-top:200px;
    color: #adedee;
    font-size: 100pt;
    background-color: transparent;
    text-shadow: none;
}

.slide:hover + .nav label { opacity: 1; color: #8DCACB;}

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

/* END Gallery */


  
  	
}





@media screen and (max-width: 1150px) {
	
	
label {
  float:none;
  text-align:center;
  display: inline-block;   
  font-size:15px;
  margin: 0 0 -1px;
  padding: 15px 0.75%;
  font-weight: 550;
  color:#888;
  letter-spacing:0;
  
}	
		
	
	
.content-section-a {
    padding: 20px 0;
	padding-bottom:100px;
	margin-top:-10px;
    background-color: #FFFFFF;
	display:block;
	position:relative;
	
}


#sshow {
	display:block;
	position: relative;
		align-content:center;
		border: 0;
		
		height: 310px;
}


	
.css-carousel {
	width:100%;
	height: 310px; 	/* Height of images */
	position: relative;
	
	
}
.css-carousel .css-img {
	width:100%;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-animation: css-carousel-fade 30s linear infinite;
	-moz-animation: css-carousel-fade 30s linear infinite;
	-ms-animation: css-carousel-fade 30s linear infinite;
	animation: css-carousel-fade 30s linear infinite;
	background-color:#8DCACB;
}


}

@media screen and (max-width: 1000px) {
/* Gallery ADJ */
#PhotoBox{
	
	width:100%;
	height: 480px;
	border: 0px solid white;
	display:block;

}

.nav label {
    width: 100px;
    max-height: 400px;
    display: none;
    position: absolute;

	opacity: 1;
    z-index: 98;
    cursor: pointer;

    transition: opacity .3s;
	margin-top:200px;
    color: #adedee;
    font-size: 100pt;
    background-color: transparent;
    text-shadow: none;
}

.slide:hover + .nav label { opacity: 1; color: #8DCACB;}

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}
input:checked + .slide-container .nav label { display: block; }



/* END Gallery ADJ */
}



@media screen and (max-width: 900px) {
	
	
label {
  float:none;
  text-align:center;
  display: inline-block;   
  font-size:15px;
  margin: 0 0 -1px;
  padding: 16px 1.1%;
  font-weight: 500;
  color: #888;
  letter-spacing:0;
  
}	
	
	
.content-section-a {
    padding: 20px 0;
	padding-bottom:100px;
	margin-top:-20px;
    background-color: #FFFFFF;
	display:block;
	position:relative;
	
}


#sshow {
	display:block;
	position: relative;
		align-content:center;
		border: 0;
		
		height: 290px;
}


	
.css-carousel {
	width:100%;
	height: 290px; 	/* Height of images */
	position: relative;
	
	
}
.css-carousel .css-img {
	width:100%;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-animation: css-carousel-fade 30s linear infinite;
	-moz-animation: css-carousel-fade 30s linear infinite;
	-ms-animation: css-carousel-fade 30s linear infinite;
	animation: css-carousel-fade 30s linear infinite;
	background-color:#8DCACB;
}

	
}

@media screen and (max-width: 990px) {
	
	
/* Gallery ADJ */
#PhotoBox{
	
	width:100%;
	height: 430px;
	border: 0px solid white;
	display:block;

}

.nav label {
    width: 100px;
    max-height: 300px;
    display: none;
    position: absolute;

	opacity: 1;
    z-index: 98;
    cursor: pointer;

    transition: opacity .3s;
	margin-top:200px;
    color: #adedee;
    font-size: 100pt;
    background-color: transparent;
    text-shadow: none;
}

.slide:hover + .nav label { opacity: 1; color: #8DCACB;}

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

/* END Gallery ADJ */


}


@media screen and (max-width: 850px) {
	
	
label {
  float:none;
  text-align:center;
  display: inline-block;   
  font-size:14px;
  margin: 0 0 -1px;
  padding: 13px .8%;
  font-weight: 500;
  color: #888;
  letter-spacing:0;
}	

/* Gallery ADJ */
#PhotoBox{
	
	width:100%;
	height: 430px;
	border: 0px solid white;
	display:block;

}

.nav label {
    width: 100px;
    max-height: 300px;
    display: none;
    position: absolute;

	opacity: 1;
    z-index: 98;
    cursor: pointer;

    transition: opacity .3s;
	margin-top:85px;
    color: #adedee;
    font-size: 95pt;
    background-color: transparent;
    text-shadow: none;
}

.slide:hover + .nav label { opacity: 1; color: #8DCACB; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

/* END Gallery ADJ */


}


@media screen and (max-width: 770px) {
	
	
/* Gallery ADJ */
#PhotoBox{
	
	width:100%;
	height: 380px;
	border: 0px solid white;
	display:block;

}

.nav label {
    width: 70px;
    max-height: 300px;
    display: none;
    position: absolute;

	opacity: 1;
    z-index: 98;
    cursor: pointer;

    transition: opacity .3s;
	margin-top:82px;
    color: #adedee;
    font-size: 75pt;
    background-color: transparent;
    text-shadow: none;
}

.slide:hover + .nav label { opacity: 1; color: #8DCACB; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

/* END Gallery ADJ */


}



@media screen and (max-width: 650px) {
  label {
    font-size: 18px;
	
	width:100%;
  }
  
  label:before {
    margin: 0;
   
   
   
  }
  

  
  main {
  min-width: 100%;
  max-width: 100%;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
   font-size: 16px;
}

section {
  display: none;
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
}

input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 5%;
  font-weight: 600;
  text-align: center;
  color: #888;
  border: 1px solid transparent;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before,
label[for*='2']:before,
label[for*='3']:before,
label[for*='4']:before {
  display: block;
}

label:hover {
  color: #78A3A4;
  cursor: pointer;

  
}

input:checked + label {
  color: #fff;
  border: none;
  background-color:#8DCACB;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6 {
  display: block;
}
 
/* Gallery ADJ */
#PhotoBox{
	
	width:100%;
	height: 360px;
	border:0px solid white;
	display:block;

}

.nav label {
      width: 90px;
    max-height: 300px;
    display: none;
    position: absolute;

	opacity: 1;
    z-index: 98;
    cursor: pointer;

    transition: opacity .3s;
	margin-top:72px;
    color: #adedee;
    font-size: 75pt;
    background-color: transparent;
    text-shadow: none;
}

.slide:hover + .nav label { opacity: 1; color: #8DCACB;}

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

/* END Gallery ADJ */  
  
  
  
}


@media screen and (max-width: 610px) {
	
	
/* Gallery ADJ */
#PhotoBox{
	
	width:100%;
	height: 340px;
	border: 0px solid white;
	display:block;

}

.nav label {
    width: 70px;
    max-height: 200px;
    display: none;
    position: absolute;

	opacity: 1;
    z-index: 98;
    cursor: pointer;

    transition: opacity .3s;
	margin-top:65px;
    color: #adedee;
    font-size: 75pt;
    background-color: transparent;
    text-shadow: none;
}

.slide:hover + .nav label { opacity: 1; color: #8DCACB; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

/* END Gallery ADJ */


}





@media screen and (max-width: 550px) {
	
	
/* Gallery ADJ */
#PhotoBox{
	
	width:100%;
	height: 280px;
	border: 0px solid white;
	display:block;

}

.nav label {
    width: 70px;
    max-height: 100px;
    display: none;
    position: absolute;

	opacity: 1;
    z-index: 98;
    cursor: pointer;

    transition: opacity .3s;
	margin-top:12px;
    color: #adedee;
    font-size: 75pt;
    background-color: transparent;
    text-shadow: none;
}

.slide:hover + .nav label { opacity: 1; color: #8DCACB; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

/* END Gallery ADJ */


}



@media screen and (max-width: 400px) {
  label {
  font-size: 16px;
	width:100%;
  }
  
    .content-section-a {
    padding: 0px 0;
	padding-bottom:0px;
    background-color: #FFFFFF;
	border:0px solid red;
	margin-top:-110px;
  }
  
#sshow {
	display:block;
	position: relative;
		align-content:center;
		border: 0;
		width:100%;
		height: 160px;
		
}


	
.css-carousel {
	width:100%;
	height: 160px; 	/* Height of images */
	position: relative;
	border:0px solid white;
	
}
.css-carousel .css-img {
	width:100%;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-animation: css-carousel-fade 30s linear infinite;
	-moz-animation: css-carousel-fade 30s linear infinite;
	-ms-animation: css-carousel-fade 30s linear infinite;
	animation: css-carousel-fade 30s linear infinite;
	background-color:#8DCACB;
}
.css-carousel .css-img:nth-child(2) {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-ms-animation-delay: 5s;
	animation-delay: 5s;
}
.css-carousel .css-img:nth-child(3) {
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s;
	-ms-animation-delay: 10s;
	animation-delay: 10s;
}
.css-carousel .css-img:nth-child(4) {
	-webkit-animation-delay: 15s;
	-moz-animation-delay: 15s;
	-ms-animation-delay: 15s;
	animation-delay: 15s;
}
.css-carousel .css-img:nth-child(5) {
	-webkit-animation-delay: 20s;
	-moz-animation-delay: 20s;
	-ms-animation-delay: 20s;
	animation-delay: 20s;
}


/* Gallery */


#PhotoBox{
	
	width:100%;
	height: 200px;
	border: 0px solid white;
	display:block;

}


.slides {
    padding: 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
	z-index:96;
	
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
   max-width: 100%;
    height: auto;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .4s ease-in-out;
}

.slide img {
     max-width: 100%;
    height: auto;
}

.nav label {
         width: 60px;
    max-height: 100px;
    display: none;
    position: absolute;

	opacity: 1;
    z-index: 98;
    cursor: pointer;

    transition: opacity .3s;
	margin-top:12px;
    color: #adedee;
    font-size: 60pt;
    background-color: transparent;
    text-shadow: none;
}

.slide:hover + .nav label { opacity: 1; color: #8DCACB; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

/* END Gallery */




}


@-webkit-keyframes css-carousel-fade {
    0%, 20%, 100% { opacity: 0; }
    5%, 15% { opacity: 1;}
}
@-moz-keyframes css-carousel-fade {
    0%, 20%, 100% { opacity: 0; }
    5%, 15% { opacity: 1;}
}
@-ms-keyframes css-carousel-fade {
    0%, 20%, 100% { opacity: 0; }
    5%, 15% { opacity: 1;}
}
@keyframes css-carousel-fade {
	0%, 20%, 100% { opacity: 0; }
	5%, 15% { opacity: 1;}
}

  

  
  
}



.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}








@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }

.content-section-a {
    padding: 5px 0;
	padding-bottom:60px;
    background-color: #FFFFFF;
	
	
}
#sshow {
	display:block;
	position: relative;
		align-content:center;
		border: 0;
		
		height: 260px;
}


	
.css-carousel {
	width:100%;
	height: 270px; 	/* Height of images */
	position: relative;
	
	
}
.css-carousel .css-img {
	width:100%;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-animation: css-carousel-fade 24s linear infinite;
	-moz-animation: css-carousel-fade 24s linear infinite;
	-ms-animation: css-carousel-fade 24s linear infinite;
	animation: css-carousel-fade 24s linear infinite;
	background-color:#8DCACB;
}
.css-carousel .css-img:nth-child(2) {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-ms-animation-delay: 5s;
	animation-delay: 5s;
}
.css-carousel .css-img:nth-child(3) {
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s;
	-ms-animation-delay: 10s;
	animation-delay: 10s;
}
.css-carousel .css-img:nth-child(4) {
	-webkit-animation-delay: 15s;
	-moz-animation-delay: 15s;
	-ms-animation-delay: 15s;
	animation-delay: 15s;
}
.css-carousel .css-img:nth-child(5) {
	-webkit-animation-delay: 20s;
	-moz-animation-delay: 20s;
	-ms-animation-delay: 20s;
	animation-delay: 20s;
}

@-webkit-keyframes css-carousel-fade {
    0%, 20%, 100% { opacity: 0; }
    5%, 15% { opacity: 1;}
}
@-moz-keyframes css-carousel-fade {
    0%, 20%, 100% { opacity: 0; }
    5%, 15% { opacity: 1;}
}
@-ms-keyframes css-carousel-fade {
    0%, 20%, 100% { opacity: 0; }
    5%, 15% { opacity: 1;}
}
@keyframes css-carousel-fade {
	0%, 20%, 100% { opacity: 0; }
	5%, 15% { opacity: 1;}
}





}

@media only screen and (min-width : 320px) and (max-width : 600px) {

body {-webkit-text-size-adjust: none;}
section {-webkit-text-size-adjust: none;}
}

footer {
    padding: 50px 0;
    background-color: #78A3A4;
	
}

p.copyright {
    margin: 15px 0 0;
}