@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

html,body {
	height:100%;
    margin:0;
	padding:0;
	background-color:#004f7a;
	font-family:'Open Sans', sans-serif;
}
a{ 
   color:#fff;
}
a:hover{
	text-decoration:none;
}
.wrap{
   width:980px;
   margin:0px auto; 	
}
.company-logo{  
   bottom:0;
   display:table;
   height:210px;
   left:0;
   position:absolute;
   text-align:center;
   vertical-align:middle;
   width:45%;
   z-index:3;   
}
.company-logo > a{
   display: table-cell;
   vertical-align: middle;
}
/***  nav   ***/
.menu-container{   
	position:absolute;
	left:0px;
	right:0px;
	z-index:99;
	background:rgba(0,0,0,0.7);	
}
.ddsmoothmenu ul li:hover{
	background:rgba(0,0,0,0.8);
}

/***  slider   ***/
.slider-content h1{
	 font-size:48px;
	 text-transform:uppercase;
	 margin-bottom:8px;
	 font-weight:600;	
}
.slider-content{
	 font-size:16px;
	 font-weight:normal;
	 max-width:800px;
	 padding:20px;
	 margin:0px auto;
	 text-align:center; 	 	
}
#back_to_fluid_dg{
	background:rgba(2,2,2,.5);
	clear:both;
	display:block;
	height:20px;
	line-height:20px;
	padding:20px;
	position:relative;
	z-index:1;
}
.fluid_container{
	bottom:0;
	height:100%;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:0;
}
#fluid_dg_wrap_4{
	bottom:0; height:100%; left:0;
	margin-bottom: 0!important;
	position: fixed; right: 0; top: 0;
}
.fluid_dg_bar{
	z-index: 2;
}
.fluid_dg_caption > div{
    font-weight:700;
}
.fluid_dg_prevThumbs, .fluid_dg_nextThumbs, .fluid_dg_prev, .fluid_dg_next, .fluid_dg_commands, .fluid_dg_thumbs_cont {
	/* background: #fff;
	background: rgba(255, 255, 255, .6); */
}
.fluid_dg_thumbs {
	margin-top:-205px;
    position:relative;
	z-index: 1;
}
.fluid_dg_thumbs_cont {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.fluid_dg_overlayer {
	opacity:.1;
}
.fluid_dgSlide:after{
	position:absolute;
	content:'';
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:rgba(0,0,0,0.1);	
}		
.enter-btn{
   border-radius:12px 12px 0 0;
   padding:14px 12px;
   display:inline-block;
   position:absolute;
   bottom:0px;
   right:10px;
   font:normal 17px/1em; 
   float:left;
   text-decoration:none;
   background:rgba(0,0,0,0.95);
}
.enter-btn a{
   float:left;
   color:#fff;
   text-decoration:none;
   text-transform:uppercase;
}
.enter-btn a:hover{
   float:left;
   color:#ddd;
   text-decoration:underline;
}

@media(max-width:768px){
.company-logo{
    left:10px;
	top:5px;
	bottom:inherit;
	width:inherit;
	height:auto;	
}
.fluid_dg_caption > div{
   font-size:28px;	
}	
}
@media(max-width:1024px){
.fluid_dg_thumbs_cont ul li > img{
   width:50px !important;
   height:50px !important;	
}
	
}