/*!
 * Theme name: Bakertech
 * Theme uri: http://bakertech.com.sg
 * Author: FLAVA Design
 *         - Yvonne Chang
 *         - Jocelyn
 *         - Adrian Wee
 *         - Mon Noval
 * Author uri: http://flava.sg
 * Description: Wordpress theme for Sea Deep Shipyard
 * Version: 1.0
 * Text domain: seadeep
 * Domain path: /languages/
 * Tags:
 *
 * Theme Setup:
 *
 * => Based on underscores http://underscores.me
 * => Built with Compass http://compass-style.org
 * => SASS structure based on https://github.com/sass/sass-site/tree/master/source/assets/css
 * => Uses Bourbon Mixin Library http://bourbon.io
 * => Comments based on Idiomatic CSS https://github.com/necolas/idiomatic-css
 *
 */
/* ==========================================================================
   Foundation
   ========================================================================== */
/*
   Reset
   ========================================================================== */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height:17px;
}

tr,td{
padding:3px;	
}

td{

vertical-align: top !important;	
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
  background: #fff;
  background-image: url(http://www.bakertech.com.sg/wp-content/themes/bakertech/images/bg-08.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}

a img {
  border: 0;
}

/*
   Layout
   ========================================================================== */
/**
 * Stick Footer
 *
 * This sticky footer is based on
 * http://compass-style.org/reference/compass/layout/sticky_footer/
 *
 * Example HTML:
 *
 * <body>
 *  <div id="my_root">
 *    <div id="my_root_footer"></div>
 *  </div>
 *  <div id="my_footer">
 *    Footer content goes here.
 *  </div>
 * </body>
 *
 * Example SCSS:
 *
 *   @include sticky-footer(54px, "#my-root", "#my-root-footer", "#my-footer")
 */
html, body {
  height: 100%;
}

.site {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -180px;
}
.site .site-footer-sticky {
  height: 180px;
}

.site-footer {
  clear: both;
  position: relative;
  height: 180px;
}

/**
 * Fix sticky footer on IE7
 *
 * Below is removing the sticky footer feature when browser is IE7.
 * IE8 and above works fine.
 *
 */
.site {
  *min-height: auto;
  *height: auto;
  *margin-bottom: 0;
}

.site .site-footer-sticky {
  *height: auto;
}

.site-footer {
  *padding-bottom: 20px;
}

.site {
  width: 1004px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
.site-content {
  float: left;
  width: 1000px;
  margin-bottom: 50px;
  display: inline;
}
.site-content .content-area {
	margin-bottom:20px;
  width: 100%;
  float: left;
}
.site-content .widget-area {
  width: 223px;
  height:290px;
  float:left;
  position:absolute;
  color:#FFF;
  padding:10px;


}



.widget-area tr,td{
	  padding:5px;


}


.widget-area2 {
  width: 235px;
  height:330px;
  margin-top: 217px;
  margin-bottom: 120px;
  float:left;
  position:absolute;

    background-color: #BEC9D2;


}

.site-description {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.site-footer {
  width: 1000px;
  height: 176px;
  padding-top:10px;
  margin: 0 auto;
}
.site-footer > .widget {
  width: 240px;
  float: left;
}
.site-footer > .widget.last {
  padding-left: 0;
  width: 530px;
  float: right;
}

.entry-content .two.columns {
  *zoom: 1;
}

.entry-content p {
}

.entry-content .two.columns:before, .entry-content .two.columns:after {
  content: " ";
  display: table;
}
.entry-content .two.columns:after {
  clear: both;
}
.entry-content .two.columns .column {
  width: 47%;
  margin-right: 3%;
  float: left;
}
.entry-content .two.columns .column:last-child,
.entry-content .two.columns .column.last {
  margin: 0;
}

/*
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6, .widget .widget-title, .page .entry-title, .single .post .entry-title, .site-description, .main-navigation a, .page .entry-parent-title, .page .entry-parent-title a {
  font-family: "Dosis", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5c5c5c;
  font-size: 12px;
  line-height: 1.5;
}

/* Text elements */

ul, ol {
  margin: 1.4em 0 1.4em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.2em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.4em 1.4em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {

  width: 100%;
}

th {
  font-weight: bold;
}

/*
   Headings
   ========================================================================== */
h2 {
  font-size: 20px;
  font-weight: bold;
  color: #125e82;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  color: #2F4156;
}

h4 {
  font-size: 18px;
  font-weight: bold;
  color: #125e82;
  line-height: 1.2;
  margin-bottom: 10px;
}

.widget .widget-title, .page .entry-title, .single .post .entry-title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 0.8em;
	margin-left: 0.3em;
	color: #2F4156;
	text-transform: uppercase;
}

.widget a{
	color:#FFF;
	text-decoration: none;	
}

.widget a:hover{
	color: #2F4156;
	text-decoration: none;	
}

/*
   Media
   ========================================================================== */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*
   Site
   ========================================================================== */
body {
  background: #e5e5e5 url(img/bg.png) top center repeat-y;
}

.site,
.site-footer {
  background-color: white;
}

.widget-area {
  background-color: #BEC9D2;
}

/* ==========================================================================
   Components
   ========================================================================== */
/*
   Forms
   ========================================================================== */
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

/*
   Links
   ========================================================================== */
a {
  color: #125e82;
}

a:hover,
a:focus,
a:active {
  color: #b2272d;
}

/*
   Screen Readers
   ========================================================================== */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

.search-toggle .screen-reader-text {
  left: 5px;
  /* Avoid a horizontal scrollbar when the site has a long menu */
}

/* ==========================================================================
   Regions
   ========================================================================== */
/*
   Header
   ========================================================================== */
.site-branding {
  *zoom: 1;
	width:120px;
	height:122px;
	z-index:9999;
	  position: absolute;
padding-left:40px;

}



.site-branding:before, .site-branding:after {
  content: " ";
  display: table;
}
.site-branding:after {
  clear: both;
}
.site-branding h2 {
  font-weight: normal;
}

/*
   Menu
   ========================================================================== */
.main-navigation {
  display: block;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
    text-align:center;

}
.main-navigation li {
  display: inline-block;
  position: relative;
  /* @ie7 */
  *float: left;
  *margin-right: 3px;
    text-align:center;

}
.main-navigation > div > ul ul {
  text-align:center;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 18px;
  color: #2F4156;
  font-size: 13px;
  text-align:center;
    color: #2F4156;

}
.main-navigation a:hover {
  color: #2F4156;
}
.main-navigation .menu > ul > li.current-menu-item > a,
.main-navigation .menu > ul > li.current_page_item > a {
  color: #2F4156;
  font-weight:800;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 28px;
  z-index: 99999;
  background-color: #E6E6E6;
      color: #2F4156;

}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul a {
  width: 230px;
    color: #2F4156;
;
  text-transform: none;
  padding: 5px 8px;
}
.main-navigation ul ul a:hover {
  background-color: #2F4156;
  color: #FFF;
}
.main-navigation ul li:hover > ul {
  display: block;
}

.main-navigation {
  margin-bottom: 20px;
}
.main-navigation .menu {
  background-color: #E6E6E6;
  width:1000px;
}

.home .main-navigation {
  margin-bottom: 0;
}

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation ul {
    display: none;
  }
}
/*
   Footer
   ========================================================================== */
/* Inner footer styles */
.site-footer .menu > li a {
  font-size: 11px;
}

.site-footer {
  border-top: 1px solid #2F4156;
  color: #4d4d4d;
  font-size: 11px;
  margin-top:20px;
}
.site-footer .menu {
  list-style-type: none;
  margin: 30px;
}
.site-footer .menu > li {
  width: 50%;
  float: left;
}
.site-footer .menu > li a {
  text-decoration: none;
}
.site-footer .menu > li a:hover {
  text-decoration: underline;
}
.site-footer > .widget {
  margin: 0;
  margin-top: 10px;
  padding: 10px 20px 0;
}
.site-footer > .widget .widget-title,
.site-footer > .widget h2 {
  color: #125e82;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.site-footer > .widget ul li {
  background: none;
  padding: 0;
  line-height: 1.4em;
  margin-bottom: 0;
  font-size:13px;
}
.site-footer > .widget ul li a {
  font-size: 13px;
}

.footer-link {
  color: #4d4d4d;
}

#enhancedtextwidget-6 {
  width: 150px;
}

/*
   Content
   ========================================================================== */
.entry-header,
.comments-area {
  position: relative;
}

.page-header {
  margin-bottom: 20px;
}

.widget.widget_search {
  background: none;
}

/* Others */
.byline,
.updated {
  display: none;
}

.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*
   Asides
   ========================================================================== */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*
   Media
   ========================================================================== */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*
   Navigation
   ========================================================================== */
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*
   Comments
   ========================================================================== */
.comment-content a {
  word-wrap: break-word;
}

/*
   Widgets
   ========================================================================== */
.widget {
  margin: 0 0 0em;
  padding: 0px 0px 0;
  /* Make sure select elements fit in widgets */
}
.widget select {
  max-width: 100%;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget ul li {
	padding: 8px 5px 8px 10px;
	font-size:13px;
	border-bottom: solid 1px #CFDCE5;


}
.widget ul li a {
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1;
	font-size:13px;

  
}
.widget ul li a:hover {
  color: #2F4156;
  text-decoration: none;
	font-size:13px;

}
.widget ul li.current_page_item a {
  color: #FFFFFF;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

.select-field select {
  background: transparent;
  width: 170px;
  padding: 5px;
  font-size: 12px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 28px;
  -webkit-appearance: none;
  color: #666666;
}

.select-field {
  width: 170px;
  height: 28px;
  overflow: hidden;
  background: url(img/dropdown_arrow.png) no-repeat right #d8d6d6;
}

/*
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  list-style: none;
  margin: 0 0 10px;
  overflow: hidden;
  font-size: 11px;
}
.breadcrumbs li a, .breadcrumbs .separator {
  color: #125e82;
  font-weight: bold;
  font-size: 11px;
}
.breadcrumbs li {
  float: left;
  margin-right: 5px;
}
.breadcrumbs li a {
  text-decoration: none;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
  color: #b2272d;
}

/*
   Carousel
   ========================================================================== */
/**
 * Bootstrap Carousel
 *
 * This section only uses bootstrap's carousel, no more, no less.
 *
 * Example HTML for basic carousel:
 *
 * <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
 * 	<ol class="carousel-indicators">
 * 	  <li data-target="#carousel-example-generic" data-slide-to="0" class=""></li>
 * 	  <li data-target="#carousel-example-generic" data-slide-to="1" class="active"></li>
 * 	  <li data-target="#carousel-example-generic" data-slide-to="2" class=""></li>
 * 	</ol>
 * 	<div class="carousel-inner">
 * 	  <div class="item">
 * 	    <img data-src="holder.js/900x500/auto/#777:#555/text:First slide" alt="First slide" src="">
 * 	  </div>
 * 	  <div class="item active">
 * 	    <img data-src="holder.js/900x500/auto/#666:#444/text:Second slide" alt="Second slide" src="">
 * 	  </div>
 * 	  <div class="item">
 * 	    <img data-src="holder.js/900x500/auto/#555:#333/text:Third slide" alt="Third slide" src="">
 * 	  </div>
 * 	</div>
 * 	<a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
 * 	  <span class="glyphicon glyphicon-chevron-left"></span>
 * 	</a>
 * 	<a class="right carousel-control" href="#carousel-example-generic" data-slide="next">
 * 	  <span class="glyphicon glyphicon-chevron-right"></span>
 * 	</a>
 * </div>
 *
 */
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear, to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear, to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -12%;
  padding-left: 0;
  list-style: none;
  text-align: right;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border-radius: 7px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-home {
  margin-bottom: 5px;
}
.carousel-home .carousel-indicators {
  bottom: -5px;
}
.carousel-home .carousel-indicators li {
  background-color: #E3E3E3;
  box-shadow: 0px 4px 20px 0px black, 0px 2px 5px 0px black;
}
.carousel-home .carousel-indicators .active {
  background-color: #889EAF;
  border-color:  #889EAF;
}
.carousel-home .carousel-control {
  background: none;
}

/*
   Page
   ========================================================================== */
.page .entry-parent-title, .page .entry-parent-title a {
  background-color: #b2272d;
  color: white;
  margin-bottom: 10px;
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: normal;
}

.page .entry-parent-title a {
  padding: 0;
  margin: 0;
}

.page .entry-title {
  padding-left: 25px;
}

.page .entry-content .entry-title {
  padding: 0;
}

.page-template-page_news-events-php .entry-title {
  padding: 0;
}

.entry-content {
		margin-top:-24px;
}

.entry-content img.first-img {
  max-width: none;
}

.entry-content.sub-page img.first-img {
  margin-left: 0;
}

.home .entry-content,
.single .entry-content,
.page-template-page_news-events-php .entry-content {
  padding: 0;
}

.home .entry-content {
  padding-right: 10px;
}

/*
   Home Page
   ========================================================================== */
.home-banners .banner {
  width: 230px;
  margin-left: 15px;
  background-color:#F2F2F2;

  float: left;
}
.home-banners .banner:last-child,
.home-banners .banner.last {
	
  margin-left: 15px;
  float: left;
}
.home-banners .caption {
	font-weight: bold;
	color:#2F4156;
	font-size:14px;
	padding-left:5px;
	text-transform: uppercase;
}

.home .post {
  width: 80%;
background-color:#000;

}

/*
   Post
   ========================================================================== */
.hentry {
  position: relative;
}

.post .entry-title {
	
  font-size: 13px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.post .entry-title,
.post .entry-title a {
  color: #b2272d;
}
.post .entry-title a {
  text-decoration: none;
}
.post .entry-title a:hover {
  text-decoration: underline;
}

.post .entry-meta .posted-on {
  font-style: italic;
}
.post .entry-meta .posted-on,
.post .entry-meta .posted-on a {
  text-decoration: none;
  font-size: 10px;
  color: #4d4d4d;
}
.post .entry-meta .posted-on a:hover {
  text-decoration: underline;
}

.post .read-more {
  text-decoration: none;
  color: #b2272d;
}
.post .read-more:hover {
  text-decoration: underline;
}

.entry-more-news {
  float: right;
  margin-right: 20%;
  margin-top: -15px;
}
.entry-more-news a {
  text-decoration: none;
  color: #b2272d;
}
.entry-more-news a:hover {
  text-decoration: underline;
}

.edit-link {
  position: absolute;
  top: 0;
  right: 0;
}
.edit-link .post-edit-link {
  padding: 5px 10px;
  background-color: #125e82;
  color: white;
  text-decoration: none;
}

.page-template-page_news-events-php .post {
  width: 80%;
}

/*
   Model Info
   ========================================================================== */
/**
 * model-info class is only used in "Offshore Pedestal Cranes ?Ητ Sea Hercules" Page
 */
.model-info {
  background-color: #f1f1f1;
  border-bottom: 1px solid #727272;
  font-size: 11px;
}
.model-info:before, .model-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.model-info:after {
  clear: both;
}
.model-info.last {
  border: none;
}
.model-info .model-info-title,
.model-info .model-info-details {
  float: left;
  padding: 8px;
}
.model-info .model-info-title {
  width: 35%;
}
.model-info .model-info-details {
  width: 55%;
}
.model-info .model-info-details > p {
  margin: 0;
}

/*
   Hidden Pages
   ========================================================================== */
.main-navigation li.page-item-74,
.main-navigation li.page-item-153,
.main-navigation li.page-item-101, .menu-sitemap-container li.menu-item-154 {
  display: none;
}

/* ==========================================================================
   Helpers
   ========================================================================== */
/*
   Colors
   ========================================================================== */
.red {
  color: #b2272d;
}

.blue {
  color: #125e82;
}

/*
   Alignment
   ========================================================================== */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.uppercase {
  text-transform: uppercase !important;
}

.bold {
  font-weight: bold;
}



#banner_text{
	position:absolute;
	z-index:9998;
	padding-left:710px;
	padding-top:100px;

}


		#scroller {
 	padding-top:10px;
	padding-bottom:0px;
	text-align:center;
	color:#2F4156;
		font-size:13px;
    height: 28px !important;
    line-height:28px;
    overflow: hidden;
    position: relative;
    width: 1005;
    padding-top: 1px;
    position: relative;
}
.scrollingtext {
	color:#2F4156;
    white-space:nowrap;
    position:absolute;
    font-size: 14px;
    font-style: oblique;
}
.scrollingtext a:link, .scrollingtext a:visited {
	color:#2F4156;
    font-size: 14px;
}
.scrollingtext a:visited {
    text-decoration:none;
}

.review {
    padding-right: 50px;
}

.description{display:none;}
.description1{display:none;}
.description2{display:none;}

#content_message{
	width:240px;
	height:310px;
	float:left;
	margin-left:5px;
	margin-right:13px;

		background-color:#F2F2F2;

}

#content_image{
	width:240px;
	height:116px;
	background-color:#000;
}

#content_details{
	width:220px;
	height:165px;
	font-size:12px;
	color:#777777;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;

}

#content_details2{
	width:220px;
	height:280px;
	background-color:#F2F2F2;
	font-size:12px;
	color:#777777;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;

}

#content_profile{
	width:240px;
	height:310px;
	float:left;
		background-color:#F2F2F2;

}


#content_business{
	width:240px;
	height:310px;
	float:left;
	margin-left:10px;

		background-color:#F2F2F2;

	
}


#footer_sitemap{
	width:160px;
	float:left; 	
	font-family: Arial, Helvetica, sans-serif;	
	font-size:11px;
	line-height:15px;
	margin-left:10px;
}

#footer_sitemap a {
	color:#999999;
	text-decoration: none;
}

#footer_header{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#2F4156;
	font-weight: bold;	
}

#footer_sitemap2{
	width:150px;
	float:left; 
	font-family: Arial, Helvetica, sans-serif;	
	font-size:11px;
	line-height:15px;
	padding-top:15px;
}

#footer_sitemap2 a {
	color:#999999;
	text-decoration: none;
}

#footer_address{
	width:280px;
	float:left; 
	font-family: Arial, Helvetica, sans-serif;	
	font-size:11px;
	line-height:15px;
}

#footer_address a{
	color:#999999;
	text-decoration: none;}


#footer_search{
	width:180px;
	float:left; 	
}

#footer_copyright{
	width:320px;
	float:left; 
	font-family: Arial, Helvetica, sans-serif;	
	font-size:11px;
	line-height:15px;
}

#main_content_right{
		float:right;
		margin-top:20px;

		margin-left:20px;

}

#main_content_right_header{
	width:730px;
	height:26px;
}

#main_content_right_detail{
		width:740px;


}

#main_content_right_detail_desc{
	float:left;
	width:520px;
	height:100%;
	border-top:solid 1px #2F4156;
	padding-top:10px;
	font-size:12px;
	color:#7777777;
}

#main_content_right_detail_desc h2{
	color:#296387;
	font-weight: normal;
	line-height: 21px;
	margin-bottom:20px;
}


#main_content_right_detail_desc p{
	font-weight: normal;
	line-height: 17px;
	margin-top:8px;
}


#main_content_right_detail_img{
	float:right;
	width:200px;
	margin-left:10px;

}

#main_content_key_right_detail_desc_2{
	float:left;
	width:740px;
	border-top:solid 1px #2F4156;
	padding-top:10px;
	font-size:12px;
	color:#7777777;
}


#main_content_contact{
		width:1000px;
	border-top:solid 1px #2F4156;


}

#main_template_two{
		width:1000px;
	border-top:solid 1px #2F4156;


}

#main_content_contact_desc h3{
	color:#296387;
	font-weight: normal;
		font-size:15px;

	line-height: 20px;
}

#main_content_contact_desc{
	float:right;
		width:450px;
	padding-top:10px;
	font-size:13px;
	color:#7777777;
}

#main_content_contact_desc p{
	font-weight: normal;
	line-height: 18px;
	margin-top:8px;
}

#main_content_contact_img{
	float:left;
	width:500px;
	margin-top:10px;

}




#main_header{
	float:left;
}

#tools{
	font-size:10px;
	color:#999;
	float:right;
}

#tools a{
	color:#999;
	text-decoration: none;
}


table {
display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}

.subhdr_blue {
font-family: Arial;
font-size: 10pt;
color: #213950;
font-weight: bold;
text-decoration: none;

}