@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../img/back.gif) repeat-y top center #9ea7c5;

	/*
font-family: 'Ubuntu', sans-serif;
font-family: 'Droid Sans', sans-serif;
font-family: 'Oswald', sans-serif;

font-family: 'Yanone Kaffeesatz', sans-serif;*/
/**/

font-family: 'Istok Web', sans-serif;
font-family:Arial, Helvetica, sans-serif;
font-weight:400;

}


#container{
width:940px;
margin: 0 auto;
border-left: 10px solid #fff;
border-right: 10px solid #fff;
background:url(../img/01.jpg) #fff;

}

#subcontainer{
width:940px;
margin: 0 auto;
border-left: 10px solid #fff;
border-right: 10px solid #fff;
background:url(../img/01.jpg) #fff;

}


h1{
/*letter-spacing: -2px;*/
font-size:30px;
color:#5e96d3;
text-shadow: 0 -1px 0 #666;
font-weight:400;
margin:14px 0;
line-height:36px;
}

h3{
/*letter-spacing: -2px;*/
font-size:20px;
color:#5e96d3;
text-shadow: 0 -1px 0 #666;
font-weight:400;
margin:6px 0;
line-height:24px;
}

.box{
background:#f1f1f1;
margin:6px 0px;
padding:8px 5px 0px 5px;
}

.subtitle{
border-bottom:1px solid #CCCCCC;
padding-bottom:6px;
margin-bottom:20px;
}

.qual{
font-size:12px;
line-height:10px;
}

.heading{
font-size:24px;
color:#5e96d3;
text-shadow: 0 -1px 0 #666;
font-weight:400;
margin:10px 0;
text-align:left;
}

.headingsmall{
font-size:20px;
color:#5e96d3;
text-shadow: 0 -1px 0 #666;
font-weight:400;
margin:10px 0;
text-align:left;
}

h2{
/*letter-spacing: -2px;*/
font-size:30px;
color:#444;
text-shadow: 0 -1px 0 #666;
font-weight:400;

margin:14px 0;
line-height:36px;
}
.rya{

padding-top:6px;
}

#slogan{

background: #333;
float:left;
width:920px;
padding:0 10px;

}
#bigimage{
min-height:560px;

}
#subbigimage{
min-height:420px;

}
#menu{

background:url(../img/menuback.gif) repeat-x #333;
text-align:right;
width:940px;
overflow:auto;
clear:left;
}
#menucont{

float:right;

}


#nav{
width:840px;
padding: 10px 2px 14px 2px;
}
/* main level link */
#nav a {
float:left; 
	list-style-type: none; 
	background:#454545;
    font-size: 18px;
	font-weight:400;
	letter-spacing: -1px;
	padding:4px 10px;
	color: #fff;
        top: 0;
        z-index: 2;
        text-decoration: none;
        position:inherit;
}

#nav .design {
margin-left:76px;
background:#454545;
}

#nav .manufacture {
margin-left:176px;
background:#454545;

}

#nav .casestudies {
margin-left:324px;
background:#454545;
}

#nav a:hover {
	color: #e0e6ec;
}

/* main level link hover */
#nav .current a{
color: #e0e6ec;
	
background:#6f6f6f;
}
#nav li:hover > a {
	color: #e0e6ec;
	background:#758eb1;
}

#nav .currentsub a{
background:#454545;
}
 
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	border: none;
	color: #e0e6ec;
	padding-bottom:4px;
}

#nav ul a:hover {
	color: #fff !important;
}

/* dropdown */
#nav li:hover > ul {
margin-top:28px;
	display:list-item;
}


/* level 2 list */
#nav ul {
	display: none;
	width: auto;
	position: absolute;
	top: 150px;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	background: #758eb1;
	display:block;
	width:140px;
}

#nav ul a {
	font-weight: normal;
	/*text-shadow: 0 1px 0 #fff;*/
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 

html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}




#header{
clear:both;
padding:10px;

}

#logo{
float:left;
padding:4px;
}

#social{
width:420px;
float:left;
text-align:right;
}

#content{
clear:left;
background: #fff;
border-top:10px solid #333;
text-align:left;

}
#content p{
font-family:Arial, Helvetica, sans-serif;
padding-bottom:10px;
color:#666;
line-height:16px;
font-weight:400;
font-size:14px;
}

#content li{
font-family:Arial, Helvetica, sans-serif;
padding-bottom:10px;
color:#666;
line-height:16px;
font-weight:400;
font-size:14px;
list-style:outside;
list-style-type:disc;
margin-left:20px;
}



#content tbody{
padding:2px;
color:#333;
line-height:16px;
font-weight:400;
font-size:14px;

}

#content td
{
border:1px solid #e2e2e2;
padding:6px;
}


.titlerow{
background:#333;
color:#fff;
}
.titlelight{
background:#444;
color:#fff;
}

.tdlight{
background:#f1f1f1;
color:#333;
}



a{
color: #5E96D3;
text-decoration:underline;
}

a:hover{
color: #666;
text-decoration:underline;
}

#left{
float:left;
width:480px;
padding-left:20px;
padding-right:10px;
}
#full{
float:left;
width:900px;
padding-left:15px;

}

.half{
float:left;
width:415px;
padding-left:30px;
padding-right:20px
}

.course{
float:left;
width:840px;
padding:20px 30px;
margin:0 20px;
border-bottom:1px solid #CCCCCC;
}

.coursehead{
float:left;
width:830px;
}
.courseheading{
font-size:20px;
color:#5e96d3;
text-shadow: 0 -1px 0 #666;
font-weight:400;
margin:10px 0;
text-align:left;
width:560px;
float:left;
}

.coursedur{
font-size:20px;
color:#999;
font-weight:400;
margin:10px 0;
text-align:left;
float:left;
padding-left:10px;
}

.coursedetail{

float:none;
}

.instructors{
float:left;

}

.picture{
float:left;
width:280px;
padding-left:30px;
padding-right:20px
}

.biog{
float:left;
width:540px;
padding-left:30px;
padding-right:20px;
padding-top:55px;
}
.boats{
float:left;
width:540px;
padding-left:30px;
padding-right:20px;
padding-top:20px;
}

.book{
float:left;
width:380px;
padding-left:30px;
padding-right:20px;
padding-top:20px;
}

.map{
float:left;
width:580px;
padding-left:30px;
padding-right:20px;
padding-top:20px;
}
.map_c{
float:left;
width:240px;
padding-left:30px;
padding-right:20px;
padding-top:20px;
}


.signiture{
font-family: 'Loved by the King', cursive;
font-size:40px;
padding-top:6px;
}
.strip{
padding-top:100px;
}

#right{
float:left;
width:370px;
margin-left:20px;
background:#dce3eb;
padding-left:20px;
padding-right:20px;

}
#right p{
font-size:14px;
text-align:left;
line-height:16px;
}

.split{
border-top:1px solid #fff;
border-bottom:1px solid #5a6a86;
margin-bottom:10px;
}
#footer{
background:#333;
border-top:10px solid #758eb1;
clear:left;
padding:10px;
overflow:auto;
float:left;
}
#footer .col{
float:left;
width:200px;
border-right:1px solid #666;
padding-left:20px;
min-height:90px;
}
#footer li{
list-style-type: none; 
list-style: none; 
margin-left:0px;
}







#footer a{
color:#fff;
font-size:12px;
text-decoration:none;
}

#footer .indent{
padding-left:10px;
}
#footer .address{
float:left;
width:450px;
border-right:1px solid #666;
padding-top:0px;
padding-right:20px;
text-align:right;
min-height:90px;
}
#footer .address p{
color:#fff;
font-size:12px;
line-height:14px;

}

.picture ul{
list-style-type: disc;
padding-left:30px;
color:#666;
line-height:20px;
}

#footer .yoqona a{
color:#666666;
}
#footer .yoqona{
color:#666666;
}



.topnav{
display:none;

}

.hidemobile{
display:block;
}

.showmobile{
display:none;
}



@media only screen and (max-width: 600px) {

#container {
    width: 100%;
    border:0px;
    background-size:cover;
    background-position: 50%;
    }
    
 #subcontainer {
    width: 100%;
    border:0px;
        background-repeat: no-repeat;
        background-size:cover;
    background-attachment: fixed;
    background-position: center -100px !important;
    background:url(../img/01.jpg) #fff;
    }
      
.topnav{
display:block;

}

    
 #menu {
    width: 100%;
    }
    
    #slogan{
     width: 95%;
    } 
    
    #slogan img {
    width: 95%;
    }
    
       #logo img {
    width: 100%;
    }
    #social{
    width:100%;
    text-align:left;
    }
    #social div{
    width:45%;
    display:inline-block;
    float:none;
    vertical-align: middle;
    padding-bottom: 10px;
    }
    #footer{
    width:100%;
    padding:0px;
    }
    #right{
    width:100%;
    padding:0px;
    margin:0px;}
    
    #right h2, #right p{
    padding-left:10px;
    }
    
  .half{
width:90%;
padding-left:5%;
float:none;
}
 #left{
     width: 90%;
    padding: 0px;
    margin-left: 5%;
 }
 
 #footer{
 padding-top:20px;}
 #footer .address {
 width:100%;
 text-align:left;
 padding:20px;
 }
 #footer .address{
 width: auto;
    text-align: left;
    padding: 20px;
    border: 0px;
    }
 
 #footer .col {
    float: left;
    width: 100%;
    
    }
 
 #menu{
 display:none;
 }


#bigimage{
min-height:320px;
padding-top: 75px;
}

#subbigimage{
min-height:320px;
padding-top: 75px;
}

#mobmenu{
background:#555555;
z-index:1000;
position:absolute;
padding:10px;
right:0;
position:fixed;
}

#mobnav li{
color:#ffffff;
padding:14px;
}

#mobnav li a{
font-size:18px;
color:#ffffff;
text-decoration:none;
}

#moblogo img{
width:260px;
padding:10px;
}
#full{
width:90%;
padding-left:5%;}
#logo{
display:none;
}

.boats{
width:auto;
}
.boats img{
width:100%;
height:auto;
}

.hidemobile{
display:none;
}

.showmobile{
display:block;
}

.courseheading , .coursehead{

width:auto;
}

.course{
width:auto;
padding:0px;
}


/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  z-index:2000;
  width:100%;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #04AA6D;
  color: white;
}

.fa{
font-size:26px !important;}

.biog{
width:auto;}


#myLinks li a{
border-bottom: 1px solid #555555;
}

#myLinks .subnav li a{
border-bottom: 1px solid #5e96d3;
padding-left:30px;
}


#content td {
    border: 1px solid #e2e2e2;
    padding: 6px 2px;
}

.subtitle{
font-size:26px !important;
}

.book {
    float: none;
    width: 90%;
    padding-left: 5%;
    padding-right: 0px;
    padding-top: 20px;
}
.book img{

    width: 100%;

}

.map {
    float: none;
    width: 90%;
    padding-left: 5%;
    padding-right: 0px;
    padding-top: 20px;
}

.map img{

    width: 100%;
height:auto;
}

}


