@charset 'UTF-8';
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=5dd1720b-6e32-44db-a7a0-7dcbf2f06a73");
@font-face{
font-family:"Bauer Bodoni W01 Italic";
src:url("Fonts/0d956984-1d14-4bf5-bfbd-24047fe105f0.eot?#iefix");
src:url("Fonts/0d956984-1d14-4bf5-bfbd-24047fe105f0.eot?#iefix") format("eot"),url("Fonts/47cb918f-38fe-4009-ae12-16659f98a1eb.woff") format("woff"),url("Fonts/37942b37-f74a-4adf-91a0-6866ad671859.ttf") format("truetype"),url("Fonts/1aa79473-3e74-468a-a0fe-f575dea12203.svg#1aa79473-3e74-468a-a0fe-f575dea12203") format("svg");
}

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,body{
	width: 100%;
	height: 100%;
}
body {
	font-family: "Bauer Bodoni W01 Italic", "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
	background-color: #6D8D9C;
	-webkit-font-smoothing: subpixel-antialiased;
}
body.mobile{
	font-size:100%;
}
p{
    font-size: 120%;
}
#container{

	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	
	opacity: 1;
	
	-webkit-transition: opacity 2s ease;
	-ms-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	transition: opacity 2s ease;
	overflow: hidden;
}
#container.hide{
/*	opacity: 0;*/
}
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
#header {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 175px;
	padding-top: 16px;
	text-align: center;
}

#logo {
	height: 120px;
}
#logo img {
	height: 120px;
}
#nav {
    margin-top:10px;
	height: 1.5em;
	line-height: 1.5em;
}

#nav ul li {
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}

#nav ul li a {
	display: block;
	color: inherit;
	text-decoration: none;
	line-height: 1.5;
	padding: 0 6px 0 6px;
	outline: 0;
	-webkit-text-stroke: 0.4px #111;
    font-size: 20px;
}
#nav ul li a:hover {
	color: #FFFFFF;
	-webkit-text-stroke: 0.5px white;
}
#nav ul li.active a {
	color: #FFFFFF;
	-webkit-text-stroke: 0.5px white;
}
@media all and (min-width: 1951px){
    #nav ul li {
        margin-left: 6px;
        margin-right: 6px;
    }
}
@media all and (max-width: 980px){
    #nav ul li a {
        font-size: 16px;
    }
    #nav ul li{
        margin-left: 0px;
        margin-right: 0px;
    }
}
.info-icon{
	text-decoration: none;
	width: 24px;
	height: 24px;
	display:inline-block;
}
.show-info-icon{
	background:url(images/info.png);
}
.hide-info-icon{
	background:url(images/x.png);
}
/*********************************************************************************/
/* slides and text                                                               */
/*********************************************************************************/
#slides-text{
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index: 0;	
}
#slides{
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 1;
    
    opacity: 0;
	-ms-transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
  	-moz-transition: opacity 2s ease;
  	-o-transition: opacity 2s ease;
  	transition: opacity 2s ease;
}
#slides.loaded{
    opacity: 1;
}
#slide-container{
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#slide-container li{
	display: none;
}

.img-item img{
	position:absolute;
	top:50%;
	left: 50%;
}
.text-content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 100;
	background-color: rgba(109, 141, 156, 0.9);
	color: #FFFFFF;
	
	-webkit-transition: opacity 3s ease;
	-moz-transition: opacity 3s ease;
	-o-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
}
.text-content.hide{
	opacity:0;
}
body.team .text-content{
	background-color: transparent;
}


.text-inner{
	margin-top: 190px;
	padding-top: 20px;
	position:relative;
}
.text-info{
	margin:0 auto;
	width: 70%;
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
}
@media all and (max-width: 1327px){
	.text-info{
        width: 95%;
    }
}
body.register .text-info{
	cursor: default;
}
.text-info p{
	margin-bottom: 10px;
}

.text-info::-webkit-scrollbar
{
  width: 4px;  /* for vertical scrollbars */
  height: 4px; /* for horizontal scrollbars */
}
.text-info::-webkit-scrollbar-track
{
  background: rgba(109, 141, 156, 0.5);
}
.text-info::-webkit-scrollbar-thumb
{
  background: rgba(255, 255, 255, 0.9);
}
.text-info
{
	scrollbar-face-color: rgba(255, 255, 255, 0.9);  
    scrollbar-track-color: rgba(109, 141, 156, 0.5);
}

#prev-slide,
#next-slide{
	width: 30%;
	height: 400px;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	z-index: 130;
}
#prev-slide{
	left: 0;
	cursor: url(images/arrow_prev.png), nw-resize;
}
#next-slide{
	right: 0;
	cursor: url(images/arrow_next.png), ne-resize;
}

#slides canvas {
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 100%;
}

.team-imgs img{
	width: 16.6%;
}
/******************************************

team images
***********************************************/
body.team{
    height: auto;
}
body.team #container{
    position: static;
}
body.team #slides-text{
    position: relative;
    top: 190px;
    height: auto;
    padding-bottom: 250px;
    
}
body.team #header{
    background: rgba(109, 141, 156, 0.8);
}
body.gallery footer,
body.team footer{
    background: rgba(109, 141, 156, 0.8);
}
#slides-text{
	width: 100%;
	z-index: 0;
}
#bg{
	position:fixed;
	width: 100%;
	height:100%;
	background-image:url(../images/grid2.png);
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: 3000px 2270px !important;
  	opacity: 0.1;
}

.team{
	width: 100%;
	position: relative;
}

.team-images-slides{
	width: 1300px;
    margin: 0 auto;
}
.team-images-slides img{
	width: 640px;
    margin: 5px;
    height: auto;
    display: block;
    float:left;
}

@media all and (min-width: 1951px){
	.team-images-slides{
		width: 1950px;
	}
}
@media all and (max-width: 1299px){
	.team-images-slides{
		width: 80%;
	}
    .team-images-slides img{
        width: 49%;
        margin: 0.5%;
    }
}
@media all and (max-width: 768px){
    .team-images-slides{
		width: 80%;
	}
    .team-images-slides img{
        width: 99%;
        margin: 0.5%;
    }
}
.team-text{
    margin: 100px 0px 20px 0px;
}
#slides-text > .team:first-child > .team-text {
    margin-top: 20px;
}
.team h2,
.team p{
	color:#FFFFFF
}
.team h2{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.team a{
	color: #111111;
}
.team p{
	width: 80%;
	margin: 0 auto;
	text-align:center;
}

/*********************************

Gallery
********************************/
#gallery-wrap{
    position: relative;
    top: 190px;
    padding: 0px 20px;
    overflow-y: scroll;
    height: 100%;
    text-align: center;
}
#gallery{
    display: inline-block;
    margin-bottom: 300px;
    visibility: hidden;
}
.gallery-item{
    width: 320px;
    height: 200px;
    overflow: hidden;
    position: relative;
    float: left;
    margin:10px;
    cursor: pointer;
}
.gallery-item:hover{
    -webkit-box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.5);
}
.gallery-item .play{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    z-index: 10;
    margin-left: -18px;
    margin-top: -18px;
    background: url(images/play.png) rgba(10, 10, 10, 0.8);
    background-repeat: no-repeat;
    background-position: center center;
}
.half-opacity{
    opacity: 0.5;
}
.gallery-item img{
    display: block;
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin:auto;
    
    opacity: 0;
}
img.fit_height{
    height: 100%;
    width: auto;
}
img.fit_width{
    width: 100%;
    height: auto;
}

/*****************************************************

large gallery
*****************************************************/

#large-gallery{
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 0px;
    background:  rgba(109, 141, 156, 0.8);
    z-index: 100;
    text-align: center;
}
.large-gallery-item{
    position: absolute;
    top: 40px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    z-index: 50;
}
.large-gallery-item.loaded{
    opacity: 1;
}
.large-gallery-item.last{
    z-index: 55;
}
.large-gallery-item.selected{
    z-index: 60;
}
.large-gallery-item img{
    position: absolute;
    display: block;   
    height: 100%;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}
.large-gallery-item video{
    width: 100%;
    height: 100%;
}
#gallery_prev,
#gallery_next,
#gallery_grid{
    position: absolute;
    width: 38px;
    height: 38px; 
    z-index: 500;
    border: 1px solid #fff;
    cursor: pointer;
    background-color:  rgba(109, 141, 156, 0.9);
    background-image: url(images/sprite.png);
}
#gallery_prev:hover,
#gallery_next:hover,
#gallery_grid:hover{
    background-color:  rgba(50, 50, 50, 0.8);
}
#gallery_prev.disable,
#gallery_next.disable{
    background-color:  rgba(50, 50, 50, 0.8);
    cursor: default;
}

#gallery_grid{
    top: 85%;
    left: 50%;
    margin-left: -20px;
    
    background-position:-1px -280px;
}
#gallery_prev{
    top: 50%;
    left: 10px;
    
    background-position:-2px -160px;
}
#gallery_next{
    top: 50%;
    right: 10px;
    
    background-position:0 -200px;
}
/*
 grid back ground
 * */
#grid-bg, #grid{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:4;
	overflow: hidden;
}

#grid img{
	position: absolute;
	top: 50%;
	margin-top: -1131px;
	left: 50%;
	margin-left: -1500px;
	opacity: 0.1;
}
body.has-slides #grid img{
	position: absolute;
	top: 50%;
	margin-top: -1131px;
	left: 50%;
	margin-left: -1500px;
	opacity: 0.2;
	overflow: hidden;
	-webkit-transition: opacity 3s ease;
	-moz-transition: opacity 3s ease;
	-o-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
}
body.has-slides #grid img.hide{
	opacity: 0;
}

/*********************************************************************************/
/* form                                                                          */
/*********************************************************************************/
.register-form{
	position: relative;
	text-align: center;
}
#form-grid{
    width: 930px;
    margin: 0 auto;
}

.input-group{
	width: 280px;
    margin: 0px 15px 15px 15px;
    float: left;
}
.input-group label{
	display: block;
	line-height: 1em;
    text-align: left;
}
input[type="text"], input[type="email"]{
	width: 280px;
    height: 22px;
    border: none; 
    
    padding-left: 5px;
    background: rgba(89, 121, 136, 0.9);
    color: #fff;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
    color:#aaa;
    opacity: 1;
}

input[type="text"]::placeholder, input[type="email"]::placeholder {
    color:#aaa;
    opacity: 1;
}
.input-group .error{
	color: #E69393;
}
select{
    -webkit-appearance:none ;
    padding-left: 5px;
}
select,
input.button{
    width: 285px;
    height: 22px;
    background-color: rgba(89, 121, 136, 0.9);
    color: #fff;
    border: none;
    /*border: 1px solid #fff;*/
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

input.button{
	border: 1px solid #fff;
}
.form-left{
	float: left;
	width: 50%;
}
.form-left .input-group{
	margin-right: 10px;
}
.form-right{
	float: right;
	width: 50%;
}
.form-right .input-group{
	margin-left: 10px;
}
#form-submit{
	text-align: center;
}
.clear{
	clear: both;
}

/*********************************************************************************/
/*  Responsive CSS                                                               */
/*********************************************************************************/
/* Important styles */

/* on activation */
#toggle-container {
  display: none;
}
.section-title, .text-info a, footer, footer a, footer a:link, footer a:visited {
	color: #111111; 
}
.text-info a, footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
    text-decoration: none;
}
footer a:hover, footer a:active {
    color: #ffffff;
}

#register-form{
	color: #ffffff;
}

footer{
	position: fixed;
    bottom: 0px;
    z-index: 1000;
    padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
    text-align: center;
	font-size: 70%;
}
.but_opentext{
	color: #ffffff;
	text-align: center;
	width: 38px;
	height: 38px;
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -19px;
	z-index: 1000;
	border: 1px solid rgba(255,255,255,0);
	font-size: 20px;
	font-family: Times, "Times New Roman", serif;
	line-height: 40px;
	background: rgba(0,0,0,0.25);
	
	transition: border 0.5s, opacity 2s;
	-webkit-transition: border 0.5s, opacity 2s;
	-moz-transition: border 0.5s, opacity 2s;
	-o-transition: border 0.5s, opacity 2s;
	-ms-transition: border 0.5s, opacity 2s;
	
	cursor: pointer;
}
.but_opentext:hover{
	border: 1px solid rgba(255,255,255,1);
}
.but_opentext.show-info{
	opacity: 0;
	z-index: 50;
}

.close-info{
	display: block;
	margin: 40px 0;
	text-align: center;	
}

.close-info span{
	padding: 5px 10px;
	font-size: 20px;
	font-family: Times, "Times New Roman", serif;
	line-height: 40px;
	border: 1px solid rgba(255,255,255,0);
	background: rgba(0,0,0,0.25);
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
	-ms-transition: border 0.5s;
}
.close-info span:hover{
	border: 1px solid rgba(255,255,255,1);
}
.close-info a{
	color: #FFFFFF;
	cursor: pointer;
}

/**
 * map	
 * */

.map{
	height: 100%;
	background-image: url(images/map.png);
	background-attachment: scroll;
	background-position:center top;
	background-repeat: no-repeat;
	background-size: cover;
}
@media all and (max-width: 1400px){
	.team-imgs img{
		width: 33.3%;
	}
}



