/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color:#c9d7da;
	margin-top: 30px;
	color: #353535;
   /* background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

h1,
h2,
h3,
h4,
h5{
    font-family:'EgyptienneFLTW01-55Roma';
    letter-spacing: 2px;
	font-weight: normal;
}

h6 {
	font-size: 1em;
	font-family:'EgyptienneFLTW01-55Roma';
    letter-spacing: 1px;
	border-top: 1px solid #c9d7da;
	margin-top: 20px;
	padding-top: 20px;
	color: #777;
}

p {
    font-size: 1em;
    line-height: 1.6;
}
a {
  color: #54b3cb;
  text-decoration: none;
}

hr {
    
    border-color: #c9d7da;
}

/*.container {
	width: 98%;	
}*/

.brand,
.address-bar {
    display: none;
}
.brand {
	width: 200px;
}
.navbar-default {
  background-color: #fff;
  border-color: #fff
}
.navbar-brand {
	font-family:'EgyptienneFLTW01-55Roma';
	letter-spacing: 1px;
	font-size: 12px;
	color: #54b3cb!important;
	}

.navbar-nav {
    letter-spacing: 2px;
}

.navbar-default .navbar-nav>li>a {
 color: #353535;
}

.navbar-default .navbar-nav>li>a:hover {
 color: #54b3cb;
}

.img-full {
    min-width: 100%;
}

/*.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}*/

.carousel-control {
  width: 100px;
}

.carousel-caption {
    top: 20px;
	right: 64px;
	left: auto;
    bottom: auto;
	padding: 10px 30px 0 30px;
	background-color: #fff;
	text-shadow:none;
	color: #353535;
	opacity: .8;
}

.carousel-caption h1 {
	color: #54b3cb;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	
}

.intro-text {
    font-weight: normal;
  	font-size: 12px;
	line-height: 20px;
  	color: #353535;
	letter-spacing: 1px;
	margin: 10px 0 10px 0;
}

#mc_embed_signup .asterisk {
  color: #54b3cb!important;
}

.title {
  margin: 20px 0 10px 0;
  padding: 0;
  /*border-bottom: 1px solid #61cae4;*/
  font-weight: normal;
  font-size: 28px;
  color: #353535;
}

sup {
  font-size: 55%;
  left: -0.15em;
  top: 0.1em;
  vertical-align: super;
}

.price {
	font-size: 22px;
	
}

.size {
	font-size: 16px;
	
}

.boat-description {
	margin-top: 20px;
	
}

.location {
	
}

.back {
	margin-top: 40px;
	margin-bottom: 40px;
}

.box {
    /*margin-bottom: 20px;*/
    padding: 30px 15px;
    background: #fff;
}

.box-b {
	padding: 0 0 80px 25px ;
	background-color:#fff;
	background-image:url(../img/footer-bg.png);
	background-repeat:repeat-x;
}

.tide {
	top: -20px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

#main {
margin-top: 10px;
}

/**** BOAT LISTING ****/
.list-boats {
	padding-top: 30px;	
}
.item_description {
    font-size: 13px;
	color: #767676;
	padding: 13px 15px;
	background-color: #f8f8f8;
	text-align: center;
	border-bottom: 1px solid #61cae4;
	
}

.item_description span {
	font-weight: bold;
}
.item_description a { text-transform: uppercase; font-weight:700;}
.item_description:hover{ border-bottom: 2px solid #bbb; }
.item_description a:hover{ color: #888; }
/* Isotope Filtering */
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events:none; z-index:1; }
/* Isotope CSS3 transition */
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element { overflow: hidden; position: relative; margin-bottom: 20px; }
.element img { max-width: 100%; }
#options { padding: 0 0 0px; }


#filters { text-align: left; margin: 45px 0px 40px -40px; }
#filters li { margin: 0; background: none; overflow: hidden; display: inline-block; }
#filters li a, .holder a {
	font-size: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
	cursor: pointer;
	margin: 0 10px 0 0;
}


img.desaturate {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}


footer {
padding: 50px 0;
}



/*footer p {
    margin: 0;
    padding: 50px 0;
}
*/


@media screen and (min-width:760px) {
  .brand {
        display: inherit;
        margin: 0;
        padding: 0 0 30px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family:'EgyptienneFLTW01-65Bold';
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
		float: right;
	}
.top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: none;
		border-bottom: 1px solid #61cae4;
		margin: 0 15px 40px 15px;
    }

    .nav>li>a {
        padding: 0 35px 0 0;
		font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 12px;
		text-transform:uppercase;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: left;
        margin: 60px 0 0 0;
        table-layout: fixed;
        font-size: 1.25em;
    }
	
	.navbar-collapse {
 	 padding-left: 0 !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #54b3cb;
  background-color: #fff;
}

.carousel-caption {
    top: 20px;
	right: 64px;
	left: auto;
    bottom: auto;
	padding: 10px 30px 0 30px;
	background-color: #fff;
	text-shadow:none;
	color: #353535;
	opacity: .9;
}

.carousel-caption h1 {
	color: #54b3cb;
	line-height: 40px;
	margin: 0;
	padding: 0;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 25px;
}

.intro-text {
    font-weight: normal;
  	font-size: 24px;
	line-height: 34px;
  	color: #353535;
	letter-spacing: 2px;
	margin: 40px 0 30px 0;
}

/*Newsletter sign up overides*/
#mc_embed_signup{background:#fff; clear:left;}
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 0 !important;
}
#mc_embed_signup .asterisk {
  color: #c60;
  font-size: 200%;
}
label {
  font-weight:normal
}

#filters li a, .holder a {
	
	padding: 10px 14px;
}

}
@media screen and (min-width:1000px) {
.title {
  margin: 0px 0 10px 0;
}

.brand {
	width: 310px;
}
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}