

h1{
	letter-spacing: 5px;
	font-family: "Times New Roman";
	display: inline;
	margin: 10px;
	font-weight: normal;
}
hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.ctid-header h1 {
	letter-spacing: 0px;
	font-size: 1.25em;
	font-weight: normal;

	line-height: 1;
	margin: 10px;
}


@media screen and (max-width: 600px) {
	.Background::after {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), transparent 80%, rgba(255, 255, 255, 0.5));

	}
	.intro {
		padding: 1em;
	}
	.intro__title {
		font-size: 2em;
	}
	.intro__subtitle {
		font-size: 0.9em;
	}
	.intro__button {
		font-size: 0.75em;
	}
	
	.intro__button_v2 {
		font-size: 1.5em;
	}
	.ctid-header h1 {
		font-size: 1.25em;
	}
	.ctid-demos {
		font-size: 0.75em;
	}
	.ctid-demos span {
		display: none;
	}
}

/* Demo links */
.ctid-demos {
	margin: 0;
	display: inline-block;
	font-size: 1.05em;
	padding: 0.5em;
}

.ctid-demos span {
	padding: 0.5em;
}

.ctid-demos a {
	display: inline-block;
	margin: 0 0.5em;
}

.ctid-demos a.current-demo,
.ctid-demos a.current-demo:hover,
.ctid-demos a.current-demo:focus {
	color: #333;
}


#footer-top-link {
    position:fixed;
    right:0px;
    bottom:0px;
    height:30px;
    width:60px;
	float: right;
    display:none;
	background: #000000;
	opacity: 0.7;	
	color: #ffffff;
	padding: 5px;
	font-size: 16px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}


/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
	height: 1em;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}



#footer-bottom {
	width: 100%;
	background: #001a33;
	color: #fff;
	padding: 10px;
	font-size: 9px;
}

.color-1 {
	color: #336699;
}

#footer-bottom  a {
	outline: none;
	text-decoration: none;
	color: #aaaaaa;
}














.spacer{
   height: 100%;
   width: 100%;
   min-height: 500px;
   background-image:url('../img/water.jpg');
   background-repeat:no-repeat;
   background-size:cover;
}

.Background{
   max-height: 500px;
   height: 500px;
}
#main-content {
	margin: 40px;

}



nav {			 
	width: auto;
	float: right;	
}
nav a {
	margin-left: 5px;
	margin-right: 5px;
	letter-spacing: 1px;
	font-weight: normal;
}
#main-nav{
	margin: 0px;
}

.breadcrumb{
	padding-left: 10px;
}
.content_inside {
	margin: 10px;
	padding: 10px;
	background: #dddddd;
}

#menu_full_length, #main-nav {
	width: auto;
	height: auto;
	position: relative;
	list-style: none;
	padding: 0;	
}

#main-nav .main-nav-item {
	display: inline;
}

#main-nav .main-nav-tab {
	float: left;
	width: auto;
	height: auto;
	padding: 5px;
	line-height: 20px;
	text-align: center;
	
	text-decoration: none;	
	margin-left: 2px;
	color: #FFFFFF;

	background-color:rgba(23,67,88,0.5);
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;

	font-size: 17px;
}


#main-nav .main-nav-item-active .main-nav-tab {	
	
	background: #fff; 
	color: #000000;
	
}

#main-nav .main-nav-dd {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	display: none;

	background: #ffffff;

	border:	1px solid #000000;
	border-bottom: 4px solid #000000;

-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);
-moz-box-shadow:0 1px 3px rgba(0,0,0,.3);
box-shadow:0 1px 3px rgba(0,0,0,.3);



}

#main-nav .main-nav-item-active .main-nav-dd {
	display: block;
}

#main-nav .main-nav-dd-column {
	width: auto;
	padding: 15px 20px 8px;
	display: table-cell;
	border-left: 1px solid #ddd;
	*float: left;
	*border-left: 0;
	max-width: 150px;
	
}

#main-nav .main-nav-dd-column:first-child {
	border-left: 0;
}

#main-nav .main-nav-dd h3 {	
	font-size: 17px;	color:#000000;
}

#main-nav .main-nav-dd a {
	color:#091687;
	text-decoration: none;
}


#main-nav .main-nav-dd a:hover {
	color:#4F6DB3;
	text-decoration: underline;	
}

#main-nav .main-nav-dd .main-nav-dd-column a:hover {
	background-color: #cccccc;	
}


#main-nav .main-nav-dd ul {	
	padding-left: 4px;
}

#main-nav .main-nav-dd li:nth-of-type(odd) {
	/* list-style-image: url('/images/icon_checkclear_orange2.png') ; */
}

#main-nav .main-nav-dd li:nth-of-type(even) {
	/* list-style-image: url('/images/icon_checkclear_blue2.png') ; */
}


#main-nav .main-nav-dd ul li:nth-of-type(odd) a {
	color: #996600;
}

#main-nav .main-nav-dd ul li:nth-of-type(even) a {
	color: #006699;
}

#main-nav .main-nav-dd hr {
	border: 1px dotted #091687;
}



#menu_full_length, nav {     

}


nav a:active {
	background: blue;
}

nav select {
	display: none;
	margin-left: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 98%;
	font-weight: normal;

	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.3);
	box-shadow:0 1px 3px rgba(0,0,0,.3);
}
    

@media (max-width: 480px) {

    nav select { display: inline-block; }	

	nav {			 
		-webkit-box-shadow:0 1px 3px rgba(0,0,0,0);
		-moz-box-shadow:0 1px 3px rgba(0,0,0,0);
		box-shadow:0 1px 3px rgba(0,0,0,0);
	}

	nav {			 
		width: 95%;
		float: left;	
	}
	
}




