@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:400,300,700);


*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

.white-strip {
	padding: 2px;
	background-color:rgba(255,255,255,0.5);
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: 'Times New Roman', serif;
		font-family: 'Raleway', sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: scroll;	
		
}

a {
	outline: none;
	text-decoration: none;
	font-weight: 600;
}

a:hover,a:focus {
	
}

.intro  a {
	color: #000000;	
}


/* Header */
.ctid-header {
	position: absolute;
	z-index: 1000;
	right: 0;
	top: 400px;
	width: 100%;
	padding: 0px;
	text-align: right;
	
	min-height: 100px;
	background: #000000;
	color: #fff;

	background-color:rgba(0,0,0,0.7);

}

.ctid-header h1 {

	font-size: 1.95em;
	font-weight: normal;

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

.ctid-links  {
	font-size: 10px;
}

.ctid-links a {
	color: #fff;
	font-weight: normal;
}

.ctid-links a:hover,
.ctid-links a:focus {
	
}

.ctid-demos {
	color: #aaa;
}

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

.Background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}



.intro {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1.5em;
	text-align: right;
	
}

.introv2 {
	position: absolute;
	margin-top: 150px;
	padding: .5em;
	text-align: center;
	width: 100%;
	
}

.intro__title {
	font-family: 'Times New Roman', serif;
	font-size: 4.0em;
	line-height: 0.9;
	margin: 0;
	font-weight: normal;
	letter-spacing: 15px;
	


}

.intro__subtitle {
	font-size: 1.25em;
	margin: 0.75em 0 0;
	background: #fff;
	color: #000;
	padding: 5px;
	background-color:rgba(255,255,255,0.5);
}

.intro__button, .intro__button_v3  {
	font-weight: 600;
	margin: 2em 0 0 0;
	padding: 1em 2.5em;
	letter-spacing: 0.05em;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 2em;
	background: #000000;
	-webkit-transition: color 0.2s, background 0.2s;
	transition: color 0.2s, background 0.2s;	
	
	background-color:rgba(0,0,0,0.5);
}

.intro__button:hover, .intro__button_v3:hover, .intro__button:focus, .intro__button_v3:focus  {
	color: #fff;
	color: #000;
	outline: none;
	background: #fff;	
	border: 1px solid rgba(0,0,0,0.5);
	background-color:rgba(255,255,255,0.5);
	
}



.intro__button_v2 {
	font-weight: bold;
	margin: auto;
	padding: .5em;
	letter-spacing: 0.05em;
	color: #fff;
	border: 1px solid transparent;
	border-radius: .2em;
	background: #000000;
	-webkit-transition: color 0.2s, background 0.2s;
	transition: color 0.2s, background 0.2s;	
	
	background-color:rgba(0,0,0,0.5);
	font-size: 40px;
	
		

	width: auto;
	min-width: 35%;

	
	
}

.intro__button_v2:hover,
.intro__button_v2:focus {

	color: #000;
	outline: none;
	background: #fff;	
	border: 1px solid rgba(0,0,0,0.5);
	background-color:rgba(255,255,255,0.5);
	
}



.intro__button_v3 {
	font-size: 0.75em;
}







.ctid-demos {
	padding: 0 0 1.5em;
}

@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: #111;
	color: #fff;
	padding: 10px;
	font-size: 9px;
}

.color-1 {
	color: #336699;
}

#footer-bottom  a {
	outline: none;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}














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

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

}



nav {			 
	width: auto;
	float: left;	
}
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(58,58,58,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 ul     { display: none; }
    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;	
	}
	
}



@media screen and (max-width: 480px) {
	#body_parts {
		background: transparent;
	}
	#mobile_affiliations{
		display: none;
	}

}

