@font-face {
    font-family: 'cocoregular';
    src: url('../font_files/coco-regular-webfont.eot');
    src: url('../font_files/coco-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font_files/coco-regular-webfont.woff2') format('woff2'),
         url('../font_files/coco-regular-webfont.woff') format('woff'),
         url('../font_files/coco-regular-webfont.ttf') format('truetype'),
         url('../font_files/coco-regular-webfont.svg#cocoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cocothin';
    src: url('../font_files/coco-thin-webfont.eot');
    src: url('../font_files/coco-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font_files/coco-thin-webfont.woff2') format('woff2'),
         url('../font_files/coco-thin-webfont.woff') format('woff'),
         url('../font_files/coco-thin-webfont.ttf') format('truetype'),
         url('../font_files/coco-thin-webfont.svg#cocothin') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: 'cocoregular','cocothin', Verdana, Geneva, sans-serif;
	text-decoration: none;
	background-color:#5D5D5D;
}

a {
	color:#FFF; /* This determines the link text color throughout (unless otherwise specified within divs) */
}
a img {
	border: none;
}
a:link {
	text-decoration:underline;
	border:none;
}

p, h1, h2, h3, h4, h5, h6 {
	font-family:'cocoregular';
	color:#FFF;
	font-weight:100;
}
p-thin, h1-thin, h2-thin, h3-thin, h4-thin, h5-thin, h6-thin {
	font-family:'cocothin';
	color:#FFF;
	font-weight:100;
}


div.regular {
	font-family:'cocoregular';
}
p, p-thin {
	font-size: 24px;
	line-height: 32px;
	margin-top: 0px; /* If I change this, it affects the image placement also (which is because before image and after a <p> and </p> is used)*/
	margin-bottom: 0px;
}

h1, h1-thin {
	font-size:50px;
	line-height: 40px;
	margin-top:0;
}
h2, h2-thin {
	font-size:38px;
	line-height: 44px;
	margin-top: 0;
	margin-bottom:0;
}

h3, h3-thin {
	font-size: 28px;
	line-height: 34px;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #FFF;
}

h4, h4-thin {
	font-size:20px;
	line-height:26px;
	margin-top:6px;
	margin-bottom:6px;
}

h5, h5-thin {
	font-size:18px;
	line-height:20px;
	margin-top:6px;
	margin-bottom:6px;
}

h6, h6-thin{
	font-size:16px;
	line-height:20px;
	margin-top:6px;
	margin-bottom:6px;
}



#light_grey {color:#999} /* Use for fonts */

#ka_line {
	height:1px;
	width:1200px;
	background-color: rgb(104,104,104);
}

#banner_logo {
	float: left;

}

#banner_buttons {
	width:auto;
	float:right;
}

#container {
	width:100%; /* maybe should be 1200px */

}


/* Below are descriptions for the page section (called main_sections) - which can be repeated down the web page (like chapters) !!THESE SHOULD REALLY BE CLASSES BUT NEVER MIND NOW!!*/ 
#main_section, #banner_section_60,
#main_section_800, #main_section_600, #main_section_560, #main_section_400, #main_section_360, #main_section_300, #main_section_240, #main_section_200, #main_section_100, #main_section_50, #main_section_grey_800, #main_section_grey_600, #main_section_grey_560, #main_section_grey_400, #main_section_grey_360, #main_section_grey_300, #main_section_grey_240, #main_section_grey_200, #main_section_grey_100, #main_section_grey_50 {
	overflow:hidden;
	position:relative;
	height:auto;
	width:1200px;
	border: none;
	margin-top: 0px; /* I've taken this to zero for now but I used to keep this 1px before */
	margin-bottom: 0px; /* I don't know why there is margin at the bottom 6px or so */
	background-color:#5D5D5D; /* rgb(102,102,102);*/
}

#main_section_800 {
	height: 800px;
}
#main_section_600 {
	height: 600px;
}
#main_section_560 {
	height: 560px;
}
#main_section_400 {
	height: 400px;
}
#main_section_360 {
	height: 360px;
}
#main_section_300 {
	height: 300px;
}
#main_section_240 {
	height: 240px;
}
#main_section_200 {
	height: 200px;
}
#main_section_100 {
	height: 100px;
}

#main_section_50 {
	height: 50px;
}

#main_section_grey_800 {
	height: 800px;
	background-color:#333;
}
#main_section_grey_600 {
	height: 600px;
}
#main_section_grey_560 {
	height: 560px;
	background-color:#333;
}
#main_section_grey_400 {
	height: 400px;
	background-color:#333;
}
#main_section_grey_360 {
	height: 360px;
	background-color:#333;
}
#main_section_grey_300 {
	height: 300px;
	background-color:#333;
}
#main_section_grey_240 {
	height: 240px;
	background-color:#333;
}
#main_section_grey_200 {
	height: 200px;
	background-color:#333;
}
#main_section_grey_100 {
	height: 100px;
	background-color:#333;
}
#main_section_grey_50 {
	height: 50px;
	background-color:#333;
}

/* Below are different sizes and locations of body text for the sections */
#text_column_a, #text_column_b1, #text_column_b2, #text_column_c1, #text_column_c2, #text_column_d1, #text_column_d2, #text_column_d3, #text_column_b2x, #text_column_d1x, #text_column_d3x {
	overflow: hidden; /* I cant see any difference whichever setting this is */
	position: absolute;
}
#text_column_a {
	left: 40px;
	top:20px;
	height: auto;
	width: 1120px;
}
#text_column_b1 {
	left: 40px;
	top: 20px;
	height: auto;
	width: 740px;
}
#text_column_b2 {
	left: 420px;
	top: 20px;
	height: auto;
	width: 740px;
}
#text_column_c1 {
	left: 40px;
	top: 20px;
	height: auto;
	width: 540px;
}
#text_column_c2 {
	left: 620px;
	top: 20px;
	height: auto;
	width: 540px;
}
#text_column_d1 {
	left: 40px;
	top: 20px;
	height: auto;
	width: 360px;
}
#text_column_d2 {
	left: 420px;
	top: 20px;
	height:auto;
	width: 360px;
}
#text_column_d3 {
	left: 800px;
	top: 20px;
	height: auto;
	width: 360px;
}

/* The following text columns are exceptions to the standard columns to be used in few occasions */

#text_column_b2x {
	left: 440px;
	top: 20px;
	height: auto;
	width: 740px;
}
#text_column_d1x {
	left: 40px;
	top: 20px;
	height: auto;
	width: 380px;
}
#text_column_d3x {
	left: 700px;
	top: 20px;
	height: auto;
	width: 460px;
}




/* below are three thumbnail standard columns - usually these thumbnails are under a main image */

#columns {  /* Old idea for this column div is to make it slightly narrower than the full width */
	width:1140px;
	background-color:rgb(0,0,0); /* The color doesn't show when smaller columns are inset */
}

#column_400 {width:400px; float:left;}
#column_200 {width:200px; float:left;}

/* I might not use these below anymore */
#left_column, #center_column, #right_column {
	width:400px;
	float:left;
	background-color:#222; 
	}
#center_column, #right_column {
	margin-left: 0px;
}
.white {
	color: rgb(255,255,255);
}

/* ***************************** CSS SLIDER BELOW **************************** */


/* ------------- General ------------- */

/* I TAKE OUT THE FOLLOWING FONT DECLARATION BECAUSE OF CONFLICT WITH CHINA GREAT FIREWALL 

@import url(https://fonts.googleapis.com/css?family=Montserrat);
@font-face {
	font-family: "cs-ctrl-utter";
	src: url("cs-ctrl-utter.eot");
	src: url("cs-ctrl-utter.eot#iefix") format("embedded-opentype"),
			url("cs-ctrl-utter.woff") format("woff"),
			url("cs-ctrl-utter.ttf") format("truetype"),
			url("cs-ctrl-utter.svg#utter") format("svg");
	font-weight: normal;
	font-style: normal;
}
*/

.csslider1 {
  display: inline-block;
  position: relative;
  max-width: 1200px;
  
  

  width: 100%;
}
.csslider1,
.csslider1 *,
.csslider1 *:after,
.csslider1 *:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.csslider1 > .cs_anchor {
  display: none;
}
.csslider1 > ul {
  position: relative;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  
  overflow: hidden;
  white-space: nowrap;
}
.csslider1 > ul > .cs_skeleton {
  width: 100%;
  visibility: hidden;
  font-size: 0px;
  line-height: 0;
}

.csslider1 > ul > .slide.img img {
  width: 100%;
}



.csslider1 > ul > .slide.img a {
  font-size: 0pt;
  color: transparent;
}
.csslider1 > ul > .slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  white-space: normal;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.csslider1 .cs_engine{
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 0pt;
  opacity: 0;
  filter: alpha(opacity=0);
}

.csslider1 > ul > li.img,
.csslider1 > .cs_arrowprev,
.csslider1 > .cs_arrownext,
.csslider1 > .cs_bullets,
.csslider1 > .cs_play_pause {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ------------- /General Styles ------------- */

/* ------------- Effect ------------- */
.csslider1 > ul > .slide.num0 {
  left: 0%;
}
.csslider1 > ul > .slide.num1 {
  left: 100%;
}
.csslider1 > ul > .slide.num2 {
  left: 200%;
}
.csslider1 > ul > .slide.num3 {
  left: 300%;
}
.csslider1 > ul > .slide.num4 {
  left: 400%;
}
.csslider1 > ul > .slide.num5 {
  left: 500%;
}
 


.csslider1 > #cs_slide1_0:checked ~ ul > .slide,
.csslider1 > #cs_pause1_0:checked ~ ul > .slide {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.csslider1 > #cs_slide1_1:checked ~ ul > .slide,
.csslider1 > #cs_pause1_1:checked ~ ul > .slide {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.csslider1 > #cs_slide1_2:checked ~ ul > .slide,
.csslider1 > #cs_pause1_2:checked ~ ul > .slide {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.csslider1 > #cs_slide1_3:checked ~ ul > .slide,
.csslider1 > #cs_pause1_3:checked ~ ul > .slide {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
.csslider1 > #cs_slide1_4:checked ~ ul > .slide,
.csslider1 > #cs_pause1_4:checked ~ ul > .slide {
  -webkit-transform: translateX(-400%);
  transform: translateX(-400%);
}
.csslider1 > #cs_slide1_5:checked ~ ul > .slide,
.csslider1 > #cs_pause1_5:checked ~ ul > .slide {
  -webkit-transform: translateX(-500%);
  transform: translateX(-500%);
}
 


.csslider1 > ul > .slide {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  opacity: 1;

  -webkit-transition: -webkit-transform 1000ms;
  transition: -webkit-transform 1000ms, transform 1000ms;

  
  -webkit-transform: scale(1);
  transform: scale(1);
}



@-webkit-keyframes slide1 {
  0%, 13.978494623655916%  { -webkit-transform: translateX(0%); transform: translateX(0%); }
  16.666666666666668%, 30.645161290322584%  { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  33.333333333333336%, 47.31182795698925%  { -webkit-transform: translateX(-200%); transform: translateX(-200%); }
  50%, 63.97849462365592%  { -webkit-transform: translateX(-300%); transform: translateX(-300%); }
  66.66666666666667%, 80.64516129032259%  { -webkit-transform: translateX(-400%); transform: translateX(-400%); }
  83.33333333333334%, 97.31182795698925%  { -webkit-transform: translateX(-500%); transform: translateX(-500%); }
  
}
@keyframes slide1 {
  0%, 13.978494623655916%  { -webkit-transform: translateX(0%); transform: translateX(0%); }
  16.666666666666668%, 30.645161290322584%  { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  33.333333333333336%, 47.31182795698925%  { -webkit-transform: translateX(-200%); transform: translateX(-200%); }
  50%, 63.97849462365592%  { -webkit-transform: translateX(-300%); transform: translateX(-300%); }
  66.66666666666667%, 80.64516129032259%  { -webkit-transform: translateX(-400%); transform: translateX(-400%); }
  83.33333333333334%, 97.31182795698925%  { -webkit-transform: translateX(-500%); transform: translateX(-500%); }
  
}

@-webkit-keyframes slide1-ie {
  0%, 13.978494623655916%  { margin-left: 0%; }
  16.666666666666668%, 30.645161290322584%  { margin-left: -100%; }
  33.333333333333336%, 47.31182795698925%  { margin-left: -200%; }
  50%, 63.97849462365592%  { margin-left: -300%; }
  66.66666666666667%, 80.64516129032259%  { margin-left: -400%; }
  83.33333333333334%, 97.31182795698925%  { margin-left: -500%; }
  
}
@keyframes slide1-ie {
  0%, 13.978494623655916%  { margin-left: 0%; }
  16.666666666666668%, 30.645161290322584%  { margin-left: -100%; }
  33.333333333333336%, 47.31182795698925%  { margin-left: -200%; }
  50%, 63.97849462365592%  { margin-left: -300%; }
  66.66666666666667%, 80.64516129032259%  { margin-left: -400%; }
  83.33333333333334%, 97.31182795698925%  { margin-left: -500%; }
  
}

.csslider1  > #cs_play1:checked ~ ul > .slide {
  
  -webkit-animation: slide1 37200ms infinite;
  animation: slide1 37200ms infinite;
  
}
/* IE 10+ hack - cant animate translate :( */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .csslider1  > #cs_play1:checked ~ ul > .slide {
    animation: slide1-ie 37200ms infinite;
  }
}


.csslider1 > #cs_play1:checked ~ ul > .slide,
.csslider1 > .pause:checked ~ ul > .slide {
  -webkit-transition: none;
  transition: none;
}


/* ------------- /Effect ------------- */
/* hide description & bullets on mobile devices */
@media
only screen and (max-width: 480px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 480px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (                max-resolution: 192dpi) and (max-width: 480px),
only screen and (                max-resolution: 2dppx)  and (max-width: 480px) { 
  .csslider1 > .cs_description,
  .csslider1 > .cs_bullets {
    display: none;
  }
}
