@charset "utf-8";
/* CSS Document */

/*CSS Reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	-webkit-backface-visibility: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	color:#FFF;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link, a:visited, a:active {
	color:#FFF;
}
/* change colours to suit your needs */
ins {
	color: #FFF;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/******************* Begin Custom Code *******************/

/*General*/

body {
  background: #584b39;
  color: #FFF;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  overflow: hidden;
  font-family: 'JosefinSans', serif;
}

b {
 font-family: 'JosefinSans-Bold', serif;
 font-weight:normal;
}

/*Images*/

header .ti_logo {
	width:268px;
	height:89px;
	background:url('/images/ti_logo.png') no-repeat;
	position: relative;
	left: -10px;
	float: left;
}

.fcc_logo, .cuipo_logo, .sm_logo, .hdt_logo {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	opacity:0.5;
}

.fcc_logo:hover, .cuipo_logo:hover, .sm_logo:hover, .hdt_logo:hover  {
	opacity:1.0;
}

.fcc_logo {
	width:113px;
	height:112px;
    background:url('/images/fcc_logo.png') no-repeat;
}

.cuipo_logo {
	width:112px;
	height:123px;
    background:url('/images/cuipo_logo.png') no-repeat;
}

.sm_logo {
	width:110px;
	height:110px;
    background:url('/images/sm_logo.png') no-repeat;
}

.hdt_logo {
	width:150px;
	height:35px;
    background:url('/images/hdt_logo.png') no-repeat;
}

#home_slide {
	background:url('/images/home_slide.jpg') no-repeat;
}

#portfolio_slide {
	background:url('/images/portfolio_slide.jpg') no-repeat;
}

#philosophy_slide {
	background:url('/images/philosophy_slide.jpg') no-repeat;
}

#aboutus_slide {
	background:url('/images/aboutus_slide.jpg') no-repeat;
} 

#contactus_slide {
	background:url('/images/contactus_slide.jpg') no-repeat;
}



.navy_texture {
	background:url('/images/navy_blue.png') repeat;
	box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.5);
	border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5);
}

.brown_texture {
	background:url('/images/brown_texture.jpg') repeat;
	box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.5);
	border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5);
}

.boat_icon {
	background:url('/images/boat_icon.png') no-repeat;
	width:115px;
	height:115px;
	display:table-cell;
	vertical-align:middle;
}
	
	
  
/*Floats*/

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
header ul li {
	float: right;
	list-style: none;
	margin: 0px 0px 0px 50px;
}
/*Waypoint Nav*/

.header {
	background:#584b39;
	width:1000%;
    height: 130px;
	position: fixed;
    z-index: 999;
	box-shadow: 0px 1px 12px 4px rgba(0,0,0,0.2); 
	overflow:auto;
	
}

.nav {
	width: 960px;
	position: fixed;
	z-index: 3;
	top: 20px;
	left: 50%;
	margin-left: -480px;
	color: #fff;
	text-transform:uppercase;
	font-size:16px;
	-webkit-backface-visibility: hidden;
}

.nav ul {
	float:right;
	position: relative;
	top: 30px;
}

.nav ul li a {
	color:#fff;
	text-decoration:none;
	padding-bottom:5px;
	border-bottom: 3px solid #584b39;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav ul li a:hover {
	padding-bottom:5px;
	border-bottom: 3px solid #c2b48d;
}

.activeItem{
   padding-bottom:5px !important;
   border-bottom: 3px solid #c2b48d !important;
}



/*Waypoint Panels*/

.home .inner, .portfolio .inner, .philosophy .inner, .aboutus .inner, .contactus .inner {
width: 960px;
position: absolute;
left: 50%;
top: 135px;
margin: 20px 0 0 -480px;
padding:0px;
}

.panel {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: auto;
	overflow-x: hidden;
}

.home {
	left: 0;
	background:#483d2f;
}

.portfolio {
	left: 100%;
	background:#41372b;
}

.philosophy {
	left: 200%;
	background:#3a3126;
}

.aboutus {
	left: 300%;
	background:#352d23;
}

.contactus {
	left: 400%;
	background:#2e271e;
}

/*Footer*/

.footer {
	width: 960px;
	height: 25px;
	padding:10px 0px;
	bottom:0;
	z-index: 3;
	left: 50%;
	text-align:right;
	color: #847d6b;
	overflow: hidden;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.footer p {
	-webkit-backface-visibility: hidden;
}

/*Fonts*/

@font-face {
  font-family: 'JosefinSans';
  src: url('/fonts/josefinsans/josefinsans.eot');
  src: url('/fonts/josefinsans/josefinsans.eot?#iefix') format('embedded-opentype'),
		   url('/fonts/josefinsans/josefinsans.woff') format('woff'),
		   url('/fonts/josefinsans/josefinsans.ttf') format('truetype'),
		   url('/fonts/josefinsans/josefinsans.svg#josefinsans') format('svg');
  font-weight: normal;
  font-style: normal;
		}

@font-face {
  font-family: 'JosefinSans-Bold';
  src: url('/fonts/josefinsans/josefinsansbold.eot');
  src: url('/fonts/josefinsans/josefinsansbold.eot?#iefix') format('embedded-opentype'),
		   url('/fonts/josefinsans/josefinsansbold.woff') format('woff'),
		   url('/fonts/josefinsans/josefinsansbold.ttf') format('truetype'),
		   url('/fonts/josefinsans/josefinsansbold.svg#josefinsansbold') format('svg');
  font-weight: normal;
  font-style: normal;
		}

@font-face {
  font-family: 'Windlass';
  src: url('/fonts/windlass/windlass.eot');
  src: url('/fonts/windlass/windlass.eot?#iefix') format('embedded-opentype'),
		   url('/fonts/windlass/windlass.woff') format('woff'),
		   url('/fonts/windlass/windlass.ttf') format('truetype'),
		   url('/fonts/windlass/windlass.svg#windlass') format('svg');
  font-weight: normal;
  font-style: normal;
        }
		
/* Magic Line */

#magic-line { position: absolute; bottom: -2px; left: 0; width: 100px; height: 3px; background: #c2b48d;}
.ml_container { position: relative; left: -50px; top: 30px; }

/*Slides*/

.slides {
	width:960px;
	height:350px;
	margin: 0px 0px 20px 0px;
	border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5);
}

/*Home CSS*/

.home_descleft {
	left:95px;
	top:45px;
	position:relative;
}

.home_descleft {
	font-size:45px;
	font-family:'JosefinSans-Bold', serif;
	color:#847d6b;
}

.home_descright {
	font-size:19px;
	font-family:'JosefinSans', serif;
	width:655px;
	background:rgba(0,0,0,0.7);
	height:100%;
	color:#FFF;
	border-top-left-radius:0px;
	border-top-right-radius:10px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:10px;
	border-left: 2px dotted #333;
}

.home_descright p {
	width: 610px;
	position: relative;
	right: 10px;
	top: 15px;
	-webkit-backface-visibility: hidden;
}
	
.home_descleft p {
left: 20px;
top: 10px;
position: relative;
}

.home_content {
	width:960px;
	height:210px;
}

.portfolio_content, .philosophy_content, .aboutus_content, .contactus_content {
	width:960px;
}

#portfolio_container, #philosophy_container, #aboutus_container, #contactus_container {
	padding:30px;
}

#philosophy_container p, #aboutus_container p, #contactus_container p {
	font-size:18px;
	color:#e7e2c5;
	-webkit-backface-visibility: hidden;
}

#philosophy_container p.width, #aboutus_container p.width {
}

#contactus_container p.width {
	width:400px;
}
	

#portfolio_container ul {
	list-style: none;
	float:left;
	padding: 0px;
	margin: 10px 95px 10px 0px;
}


#portfolio_container ul li {
	margin-bottom:15px;
	font-size:18px;
	-webkit-backface-visibility: hidden;

}

#portfolio_container ul li a {
	color:#e7e2c5;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#portfolio_container ul li a:hover {
	color:#ffffff;
	text-shadow: 0px 2px 10px rgba(0,0,0,0.9);
}
	

/*Bx Slider*/

#bxslider1_container {
	width:300px;
	height:300px;
	left: 70px;
    top: 23px;
	position:relative;
	display:table;
	color:#FFF;
}

#bxslider1_container .fontsize42 {
	font-size:42px;
	line-height:42px;
}

#bxslider1_container  .bx-viewport {
   padding-bottom: 40px;
}

#bxslider1_container .bx-wrapper {
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}

#bxslider1_container .bx-wrapper .bx-pager-item {
	display:inline-block;
}

#bxslider1_container .bx-wrapper .bx-pager.bx-default-pager a {
	background: #847d6b;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#bxslider1_container .bx-wrapper .bx-pager.bx-default-pager a:hover,
#bxslider1_container .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #534737;
}

ul.bxslider {
	overflow:hidden;
	height:300px;
	display:block;
	-webkit-backface-visibility: hidden;
}

#bxslider1_container .bx-controls {
	position:relative;
	top:15px;
}



#bxslider1_container .bx-controls-direction, .bx-controls-auto {
	display:none;
}


/*Buttons*/


a .button {
	width:235px;
	height:65px;
	line-height:65px;
	border-radius:10px;
	border: 3px solid #4c4030;
	text-align:center;
	font-size:28px;
	color:#FFF;
	background: #6d5f4b;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkNWY0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTQ4MzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #6d5f4b 0%, #554837 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d5f4b), color-stop(100%,#554837));
background: -webkit-linear-gradient(top, #6d5f4b 0%,#554837 100%);
background: -o-linear-gradient(top, #6d5f4b 0%,#554837 100%);
background: -ms-linear-gradient(top, #6d5f4b 0%,#554837 100%);
background: linear-gradient(to bottom, #6d5f4b 0%,#554837 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d5f4b', endColorstr='#554837',GradientType=0 );
box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.7);
 -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a .button:hover {
	box-shadow: 0px 2px 20px 1px rgba(0,0,0,1.0);
}

a .button:active {
	box-shadow: 0px 2px 20px 1px rgba(0,0,0,1.0);
	background: #554837;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkNWY0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTQ4MzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #554837 0%, #6d5f4b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#554837), color-stop(100%,#6d5f4b));
background: -webkit-linear-gradient(top, #554837 0%,#6d5f4b 100%);
background: -o-linear-gradient(top, #554837 0%,#6d5f4b 100%);
background: -ms-linear-gradient(top, #554837 0%,#6d5f4b 100%);
background: linear-gradient(to bottom, #554837 0%, #6d5f4b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#554837', endColorstr='#6d5f4b',GradientType=0 );
box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.7);
}

.btn_home {
  position: relative;
  right: 155px;
}



/*Portfolio */

.btn_portfolio {
	position: relative;
	right: 85px;
}

.btn_philosophy, .btn_aboutus {
	position: relative;
	right: 0px;
}

.btn_company {
	top: 65px;
	position: relative;
	right: 0px;
}
	
#portfolio_slide h1 {
	text-align:center;
}

#portfolio_slide ul {
	list-style:none;
}

#portfolio_slide ul li {
	display:inline-block;
	margin: 40px 33px;
}

#portfolio_slide ul li .brown_texture {
	padding:10px;
	text-align:center;
	line-height:160px;
	border-radius:90px;
	border: 5px solid #1e1b19; 
	-moz-opacity: 0.7;
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#portfolio_slide ul li .brown_texture:hover {
	-moz-opacity: 1.0;
	opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
}

#fcc_logo {
	margin: 0 auto;
    position: relative;
    top: 10px;
}

.fancybox-skin {
	background: rgba(0,0,0,0.8) !important;
	color: #FFF !important;
}

#company1,#company2,#company3,#company4 {
	width:700px;
}

#company1 p,#company2 p, #company3 p, #company4 p {
	float:left;
	width:430px;
	color:#c2b48d;
}


/*Philosophy*/

p.philquote {
	font-size:20px !important;
	font-family: 'JosefinSans-Bold';
}

.headtext1 {
	width:555px;
	height:145px;
	margin:0 auto;
	background:rgba(0,0,0,0.7);
	text-align:center;
	padding:10px;
	position:relative;
	top:80px;
	
}

.headtext1 h1 {
	color:#fff;
	font-size:47px;
}

.headtext1 h2 {
	color:#e7e2c5;
	font-size:40px;
	font-family: 'Windlass';
}

/* Header Text */

h1 {
  font-size:36px;
}

h2 {
	font-size:30px;
}

h3 {
  font-size:22px;
  -webkit-backface-visibility: hidden;
}

/*Contact CSS*/

.form_container iframe body {
	background:none !important;
}

.contactp {
	width: 400px;
	margin-top: -420px;
	border-left: 2px dotted #4d4d4d;
	padding: 25px;
	position: relative;
	left: 40px;
}

.thankyou {
	text-align: center;
	margin: 120px 0px 0px 45px;
	font-size: 20px;

}

._d {
	z-index:999999;
}

._l {
	z-index:999999;
}

.contactlabel {
margin: 10px 10px;
}

.contactlabel2 {
margin: 25px 0px 0px 0px;
position: relative;
}

/*Slider*/

#my_slider {
    width: 400px;
    height: 300px;
    overflow: hidden;
    position: relative;
	top: 70px;
	left: 25px;
}

#my_slider .slide {
    left: 0;
    position: absolute;
    top: 0;
	width:400px;
}

#my_slider .slide p {
	font-size:42px;
	text-align:center;
	line-height:1;
}

#my_slider .hidden {
    display: none;
}

 .slide2,.slide3, .slide4, .slide5, .slide6, .slide7, .slide8  {
	display:none;
}

.company_logos {
	position: relative;
    left: 60px;
    top: 40px;
}

.company_logos ul {
	display:inline-block;
	background: rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.5);
	margin: 0px;
	padding: 0px;
	position: relative;
	left: -31px;
	top: -40px;
	height:100%;
	width:185px;
	text-align: center;
	border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5);
}

.company_logos li {
	display: inline-block;
	margin: 20px 0px;
}

#_l {
	z-index:2000;
}

#_d {
	z-index:2001;
}

	
	  
	


