New cascading style steet for CCT
Filename:	cct_css-new.css
Supporting Files:cctdates.htm; index.htm; cctjaguar2.htm; ccttopper-new.htm, ccttopper-new.js, cctjavamainpage.htm, cctaboutus.htm, BelizeCondo.htm, CartagenaMoneda.htm
*/
/*
*   *   *    *    *    css for slide show
*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* 
*  *  *  * CSS for new drop down menu *  *  *  *  
*/

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 3px;
	width: 120px;
	background: gray;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #A9A9A9}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: silver;
	border: 1px solid #FF9966}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 8px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: silver;
		color: #FFF;
		font: 11px arial}

	#sddm div a:hover
	{	background: gray;
		color: #FFF}

/*
*  *  *  *  End new menu code *  *  *  
*/

body		{
		margin: 7px; background: silver
		}
#outer_container    {width: 220px}

p:first-line	     {font-weight: 700}
#firstp:first-line   {font-size:18.0px; font-variant: small-caps}
#firstp:first-letter {float: left; font-size: 400%; line-height: 0.8; margin: 0px 5px 0px 0px;
                      font-family: 'Times New Roman', serif; color: orange; background: white; text-shadow: black 1px 2px}

address                {clear: left; font-style: normal; font-weight: bold; font-size: 14px; color: white; background-color: black;
                        text-align: center}


#intro		{
    -o-background-size:100% 100%;             /*  Opera  */
    -webkit-background-size:100% 100%;        /*  Safari  */
    -khtml-background-size:100% 100%;         /*  Konqueror  */
}

#intro h1	{color: #FF6633; background-position:center; background-color: black; font-weight: bold; font-size: 35px; font-family:"Times New Roman"; serif; text-align: center; letter-spacing: 8px; margin: 0px 5px 0px 0px; padding: 0px 0px 5px 0px}

#dates		{position: absolute; top: 80px; left: 0px; width: 300px; background:none no-repeat; height: 480;}
#dates h2	{font-size: 16px; text-align: left; margin: 5px 0px 5px 0px; letter-spacing: 1px}



#links              	{float: left; width: 300px}
#links ul		{list-style-type: none; margin-left: 5px; padding-left: 0px}
#links li.newgroup	{margin-top: 20px; font-size: 18 px; font-weight: bold; color: white; text-decoration: none; text-shadow: black 1px 1px}
#links li.subgroup	{margin-left: 10px}	
#links a		{color: white; text-decoration: none}	
#links a:hover		{color: red; background-color: white; text-decoration: overline underline}
#sddm              	{position: center; width: 100%}

@media screen and (max-width: 1020px) {
  #pulldown, #address, #intro, #content, #dates #image {
    float: none;
    width: auto;
  }
 #address, #share, #slider, #sidebar, #mybgcarousel #bgcarousel {
    display:none;
  }
}