/* resets */
    .metCast-wrapper {
    width:200px;
    height:94px;
    background:transrparent url('img/bg.png') repeat 0 0;
    border:2px solid rgba(236,246,254,0.8);
    font-family:arial;
}

#metCast-icon{
    width:94px;
    height:94px;
    background:transparent url('img/icon-sprite.png') no-repeat;
}

#metCast-text{
    width:97px;
    float:right;
    height:80px;
    overflow: hidden;
    padding:6px 12px 0 0;
    text-align: right;
}

#metCast-text p{
    margin:7px 0;
    color:#fff;
}

/*---- Weather Sprite Icon Co-ordinates -----*/

#metCast-icon.sunny { background-position: 0 0; }
#metCast-icon.rain { background-position: -94px 0; }
#metCast-icon.cloudy { background-position: -188px 0; }
#metCast-icon.thunder { background-position: -282px 0; }
#metCast-icon.partlycloudy { background-position: -470px 0; }
#metCast-icon.snow { background-position: -564px 0; }

.weard-heading{
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

html,body{
  margin: 0;
  padding: 0;
  min-height: 100%;
  height:100%;
  overflow: hidden;
}

.all {
  width: 100%;
  height:100%;
  position:relative;
  overflow-y:auto;
  overflow-x:hidden;
}
.scroll{
    -webkit-overflow-scrolling: touch;
}

.strikethrough {
    text-decoration: line-through;
}
.old-price {
    font-size: 20px;
}

body{ 
  overflow-x: hidden;
    background: url(../images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

*{
  font-family: 'Source Sans Pro', sans-serif;
}

.phonemenu {
    display: none;
    background-color: #4d4d4d;
}


img {
    height: auto;
    max-width: 100%;
}

ul{
  list-style-type: none;
}

.padding-bottom{padding-bottom:10px}

/* =========== HEADER =========== */ 

.custom-menu{
  color:#fff;
}

#header{
    width: 100%;
    height: auto;
    min-height: 100px;
    max-height: 200px;
    background-color: #333333;
    border-top: 2px solid #1faeeb;
}

#header .left{

    margin-bottom: -7px;
    z-index: 100;

}



.navbar-brand{
  display: none;
}

.block-content{
  display: none;
}

/* nav bar */
.navbar{
  border: none;
  margin-bottom: 0;
  z-index: 99;
}

.nav.navbar-nav {
    font-size: 16px;
}
.navbar-inverse .navbar-nav>li>a {color: #BBB;}

.navbar .container{
    padding-left: 0;
    padding-right: 0;
}

.nav-header,
.nav-content{
    margin-top: -21px;
    -webkit-box-shadow: 0px 3px 19px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow:    0px 3px 19px 0px rgba(50, 50, 50, 0.62);
    box-shadow:         0px 3px 19px 0px rgba(50, 50, 50, 0.62);

}

.navbar-inverse{
    background-color: #4d4d4d;
    margin-top: 21px;
}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus{
      color: #1faeeb;
      background-color: transparent;
}

.navbar .nav>li>a{
  /*  padding: 15px 35px 0px 0; */
}

.navbar-inverse .navbar-toggle {
    border-color: #999;
    float: left;
    margin-left: 30px;
    margin-right: 0;
}

.custom-burger{
    color: #999;
}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus{

      background-color: #fff;
      margin-top: 8px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 3px 3px 0px 0px;
       border-radius: 3px 3px 0px 0px;
       border-top: 1px solid #1faeeb;
       border-left: 1px solid #1faeeb;
       border-right: 1px solid #1faeeb;
}

.navbar-inverse .navbar-nav>.different.active>a{
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: #fff;
    margin-top: 0;
}

.right {
    margin-top: 12px;

    float: right;
}


.right-inner{
    margin: 0 auto;
    float: right;
}

.right-inner>div{
   float: left;
   margin-right: 15px;
}

.right span,
.right a{
   color: #999;
   text-decoration: none;
}

.right strong{
    color: #fff;
}


.center-login{
  margin: 0 auto;
  width: 62px;
  float: none !important;
  margin-right: auto !important;
  margin-bottom: -30px;
}

.logout{margin-right:0px; font-size: 20px;}


#user{
  font-size: 20px;
  position: relative;
}

#user a:hover{
  color: #fff;
}

#user .btn-group.open .dropdown-toggle{
  -webkit-box-shadow: none;
   box-shadow: none;
}

#user .dropdown-menu>li>a:hover, #user .dropdown-menu>li>a:focus{
  color:#262626;
}

.logout:hover
a span{
    color: #fff;
    cursor: pointer;
}

.dropdown-toggle:hover  span{
    color: #fff;
}

.logout a span span{
  font-family: 'Source Sans Pro', sans-serif;
}


.dropdown-menu {
    background-color: #B6B6B6;
    z-index: 9999999;
    right: 0;
    left: inherit;
    margin-top: 5px;
    
}

.dropdown-menu>li>a {
    color:#4d4d4d;
}


/* =========== SLIDE =========== */ 

.slide-container{
  width: 100%;
  max-width: 1680px;
  padding: 0 0;
}

#slide{
    position: relative;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.52);
    -moz-box-shadow:    0px 6px 5px 0px rgba(50, 50, 50, 0.52);
    box-shadow:         0px 6px 5px 0px rgba(50, 50, 50, 0.52);
}

/* =========== MAIN_CONTENT =========== */ 

.slogan {
    color: #d7d7d7;
    text-transform: uppercase;
    font-size: 29px;
    text-align: center;
}
.slogan-marine {
    display: block;
    line-height: 34px;
    font-size: 68px;
    font-weight: 300;
}
.slogan-everything {
    color: #2690c1;
}

/* index */

#main-content-bg{
   height: auto;
    background: url(../images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

#main-content{
    height: auto;
    padding: 30px 15px;
    z-index: 998;
    min-height: 700px;

}

.boat-view-section#main-content{
  padding: 0 15px 0px 15px;
}


#tab-bottom{
    height: 400px;
    margin: 15px auto;
}

#tab-bottom.well {
    padding: 0;
    background-color: #f1fbff;
    border: 1px solid #91d7f5;
    border-radius: 4px;
}

.tabbable{
   background: #64c9f4;
   height: 40px;
}

.nav-tabs {
    border-bottom: none;
    max-width: 835px;
    margin: 0 auto;
}

.nav-tabs>li {
    float: left;
    margin-bottom: 0px;
    border-right: 1px solid #fff;
}

.first-tab{
   background-color: #1b9dd5;
   border-left: 1px solid #fff;
}

.second-tab{
   
   background-color: #1faeeb;
}

.third-tab{
 
   background-color: #38b8ee;
}

.fourth-tab{
 
   background-color: #4dc0f1;
}

.fifth-tab{
 
   background-color: #64c9f4;
}

.sixth-tab{
   
   background-color: #8cd9f9;
}

.nav>li>a:hover, 
.nav>li>a:focus {
    background-color: #8cd9f9;
    border-radius: 0;
}

.nav-tabs>li>a {
  color: #fff;
  border: 0px solid transparent;
  border-radius:  0 0;
  width: 100%;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
    color: #64c9f4;
    background-color: #f1fbff;
    border: none;
    border-top: 1px solid transparent;
    border-bottom-color: transparent;
}

.price span
{
    font-size: 30px;
    color: #428bca;
}


.form-control.current{
  background: #C9EAF8;
  box-shadow: 0 0 8px #D9EBF3;
}
/* directory */

#form-container{
  background-color: #4d4d4d;
  height: auto;
  min-height: 160px;
  position: relative;
}


#form-container .form-control{
    min-width: 235px;
}

#form-container .top,
#form-container .middle{
  height: auto;
  min-height: 50px;
  position: absolute;
  left: 0;
}

#form-container .top{
    top: 20px;

}

#form-container .middle{
    top: 70px;
    min-width: 80%;
}



#form-container .middle .col-md-6
{
    float: left;
    max-width: 50%;
}


#form-container .bottom .col-md-5
{
    float: right;
    max-width: 50%;
}


#form-container .bottom{
    background-color: #1caae8;
    height: 60px;
    min-width: 80%;
    padding-top: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100% !important;
}




.search-submit{
  border-radius:50%;
    max-width: 105px;
   min-width:75px;
   min-height:75px;
    cursor: pointer;
    border:none;
  text-align:center;
  color:#FFF;
  outline:none;
  font-size:20px;
  background:#1caae8;
  margin-bottom: 15px;
  padding:0;
  margin:0;
}


.search-submit:hover,.search-submit:active {background: #2691C0;}
.search-submit:before{
  content:"FIND";
  padding:0;
  margin:0;
  display:inline;
}

.search-reset {
border-radius: 50%;
max-width: 105px;
min-width: 40px;
min-height: 40px;
cursor: pointer;
border: none;
text-align: center;
color: #FFF;
outline: none;
font-size: 10px;
padding:0;
margin:0;
background: #1caae8;
margin-bottom: 15px;

}
.search-reset:before {
content: "RESET";
padding:0;
margin:0;
display: inline;
}
.search-reset:hover, .search-reset:active {
background: #2691C0;
}

.find {
padding: 0 !important;
margin-left: -2%;
width: 18%;
}

.bottom .col-md-2{
    padding-left: 12px;
    padding-right: 0;
    padding-top: 5px;
    color: #fff;
}

.btn_nav_form {
    width: 100%;
    margin-bottom: 5px;
    background-color: #6DB966;
    border-color: #6DB966;
    display: none;
}

.btn_nav_form span {
      float: right;
}



.your-results strong{
    color: #1caae8;

}

.results-list{
  padding: 0 0;
  border-bottom: none !important;
  background-color: #fff;
}

.each-result{
    height: auto;
    float: none;
    min-height: 70px;
    border-bottom: 1px solid #e0e0e2;
}

.img-circle{
    max-width: 50px;
    max-height: 50px;
}

.title-list{
  color: #1caae8 !important;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
   overflow: hidden;
    height: 22px;
    word-break: break-word;

}

.location-list{
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}

.description-list{
    margin-top: 15px;
    margin-bottom: 15px;
}

.directory-description{
    display: none; 
    padding: 10px 0;
  border-top: 1px solid #e0e0e2;
  background: #FFF;
  margin: 0px;
}

.description-list p{
    color: #000 !important;
}




.toggle-list{
    color: #999;
    float: right;
    font-size: 20px;
}

.toggle-list:hover,
#load-more div span:hover{
  color: #888;
  cursor: pointer;
}




/* directory toggle */

.desc-on .location-list{
  display: none;
}

.gray,
.gray a{
  color: #999 ;
}
.gray:hover,
.gray a:hover{
  color: #333;
}

.each-result .toggler{
  cursor: pointer;
  min-height: 70px;
  padding: 10px;
}

.each-result:hover, .each-result.desc-on {
    background-color: #ECFAFF;
}

.each-result.desc-on{
  padding-bottom:0px;
}

.each-result.desc-on .description-list{
    display: block;
}

.each-result.desc-on .upordown:before,
.upordown:before {
content: "\e113";
}

.each-result.desc-off .upordown:before,
.collapsed .upordown:before {
content: "\e114";
}

.directory .each-result{
  position: relative;
}

.directory .each-result .col-md-1{
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;

}


#load-more div{
   position: relative;
  width: 250px;
  margin: 0 auto;
  font-size: 20px;
}

#load-more div span{
    color: #999;
font-size: 20px;
top: 2px;
}



#load-more div h3{
     position: absolute;
     left: 0;
     top: 0;
}

/* Parts and accesories */





.stock-list{padding-bottom:0px;}

.parts-group .price a span
{
    font-size: 30px;
    float: right;
}
.parts-group .gst {
    display: block;
    font-size: 14px;
}

.parts-group {
 margin-bottom: 0px; 
}


.views{
    margin: 10px 0;
}


/* group views */

.parts-group .each-result .col-md-3{
    margin: 0 auto;
    width: 100%;
}

.parts-group .each-result .col-md-6{
    width: 100%;
}

.parts-group .each-result {
    width: 33.3%;
    text-align: center;

    float: left;
}


.parts-group .price a span {
    float: none;
}

.parts-group .title-list {
    color: #1caae8 !important;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
   
}


.line{
    border-right: 1px solid #e0e0e2;
}

.parts-group #load-more{
width: 100%;
min-height: inherit;
padding: 15px 0;
text-align: center !important;
   font-size: 20px;
    color: #666;
    text-transform: uppercase;
    display: block;
}

.parts-group #load-more h4{
    margin-top: 10px;
  display: inline;
  margin-right: 10px;
  font-size: 20px;
  line-height: 20px;
}

.parts-group .price {
height: 60px;
}

.parts-group  img {
 max-width: 200px; 
 float: none; 
}

.parts-group h4, .parts-group p {
      max-width: none;
}



.parts-group .each-result{
 
  border-bottom: 1px solid #e0e0e2;
  padding: 15px 0;
}


.serch-options .btn {
    border-radius: 0;
}

.parts-form{
  display: none;
}

.serch-options .btn-default {
    border-right: none;
    border-left: none;
    border-color: #E0DFDF;
}

.is_block{
  display: block;
}
#homeClearFix .is_block:nth-child(3n+1) {
    clear:both;
}

.boat-features th {
    text-transform: uppercase;
}
.featurettes{
  position:relative;
  padding:0 !important;
}
.featurettes-inner{
  margin: 0 -3px -1px -1px;
}

.featurette {
  margin: -1px -1px 0 0;
  padding: 5px;
  border: 1px solid #dce3eb;
  background: #FFF;
}

.featurette i {
    margin-right: 5px;
    color: #1faeeb;
}


/* =========== sections_content =========== */

.panel-default {
border-color: #91d7f5;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.panel-title {
    text-transform: uppercase;
}

#sections_content,
#boat-view{
    height: auto;
}

@media (min-width: 992px) {
  #sections_content {
    width: 78.5%;
  }
}

.panel-default>.panel-heading{
    color: #fff;
    background-color: #1faeeb;
    border-color: #1faeeb;
    position:relative;
}

.right-heading-button {
position: absolute;
top: 4px;
right: 9px;
bottom: 4px;
padding: 0px 12px;
line-height: 100%;
text-transform: uppercase;
}

.panel-body {
    background: #f6f6f6;
}

#sections_content a{
    text-decoration: none;
}

#sections_content img:hover{
  opacity:0.6;
  filter:alpha(opacity=40); 
}

#sections_content .thumbnail{
    text-align: center;
    overflow: hidden;
}

#sections_content .thumbnail:hover{
    border: 1px solid #1faeeb;
    cursor: pointer;
}

.thumbnail h4{height: 18px;overflow: hidden;word-break: break-word;}

/*
.thumb{
    float: left;
}
*/
#sections_content h4{
    color: #848484;
}

#sections_content p{
    color: #999;
}


/* =========== TABS ========== */
.makemodellist {
    list-style: none;
    float: left;
    width: 20%;
    padding: 10px;
    font-size:15px;
}
.makemodellist li{line-height:22px;height:22px;overflow:hidden;display:block;}

/* =========== ADS =========== */

  #ads{
      /*max-height: 730px; Why????*/
      height: auto;
  }

@media (min-width: 992px) {
  #ads{
      width:21.5%;
  }
}

@media only screen and (max-width: 991px) {
  #zeanzads {
    display: none;
  }
}

.ads-imgs{
     /*max-width: 320px;*/
     margin-bottom: 8px;
    text-align: center;
}

.row > div:last-child > div.ads-imgs {
    margin-bottom:0;
}

#weatherslider{
    margin-bottom: 25px;
    z-index: 1;
   

}



/* =========== FOOTER =========== */ 

#footer{
    height: auto;
    min-height: 100px;
    width: 100%;
    background-color: #333333;
    z-index: 999;
    border-top: 2px solid #1faeeb;
}

#social{
    margin-top: 20px;
    float: right;
}

.up{
    margin-left: 20px;
}


#power{
  color: #999;
   margin-top: 40px;
  float: left;
}

  #paymentexpress img{
    margin-right:34px; 
  }

.parts-group img {
            max-width: 100%; 
           
        }


table.data th, table.data td {
vertical-align: top;
border: 1px solid #DCE3EB;
}


table.data td {
    color: #484848;
    padding: 5px;
    background: #ffffff;
}

table.data th {
color: #000;
padding: 7px;
font-size: 13px;
font-weight: bold;
text-align: left;
text-shadow: 0 1px 0 #FFFFFF;
font-family: "Trebuchet MS",Arial,sans-serif;
background: #F8F8F8;
}

table.data th, table.data td {
vertical-align: top;
border: 1px solid #DCE3EB;
}


.on-sale-sold:before, .on-sale-0:before, .on-sale-1:before {
   
    position: absolute;
    top: 0;
    left: 0;
    font-size:20px;
    z-index:99;
    background: #1faeeb;
    background: rgba(31, 174, 235, 0.5);
    width:100%;
    font-weight:bold;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    padding: 3px 0 20px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmYWVlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(31,174,235,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,174,235,1)), color-stop(100%,rgba(125,185,232,0)));
    background: -webkit-linear-gradient(top,  rgba(31,174,235,1) 0%,rgba(125,185,232,0) 100%); 
    background: -o-linear-gradient(top,  rgba(31,174,235,1) 0%,rgba(125,185,232,0) 100%);
    background: -ms-linear-gradient(top,  rgba(31,174,235,1) 0%,rgba(125,185,232,0) 100%); 
    background: linear-gradient(to bottom,  rgba(31,174,235,1) 0%,rgba(125,185,232,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1faeeb', endColorstr='#007db9e8',GradientType=0 );
}
.on-sale-1:before{
 content: "REDUCED";
}
.on-sale-0:before{
 content: "ON SALE";
}

.on-sale-sold:before{
  content: "SOLD";
}

/* =========== view-boat =========== */


.about-boat{

    margin-top: 50px;
}

.boat-features{
    
    margin-top: 20px;
}


.view-boat-buttons{
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  height: 20px;
  float: none;
}


.view-boat-buttons button{
  margin-right: 10px;
}


.form-container{
    margin-top: 20px;
}

.form-container h4{
   margin: 0px auto 20px auto;
   max-width: 214px;
}

.description h3{
  margin-top: 50px;

}


/* Base styles (regardless of theme) */
.bs-callout {
  margin: 10px auto;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-info {
  background-color: #f1fbff;
  border-color: #46b8da;
}

.bs-callout h1{
   float: left;
   color: #1faeeb;
   text-transform: uppercase;
}

.bs-callout h2{
   float: right;
   color: #1faeeb;
   text-transform: uppercase;
   text-align: right;
}

.bs-callout .gst {
font-size: 14px;
text-transform: none;
display: inline-block;

margin-left: 5px;

}

.bs-callout .price-notes {
  display: block;
  font-size: 15px;
}

.boat-features tr td{
    text-transform: uppercase;
     color: #848484;
}

.boat-contact{
   margin-top: 20px;
   text-align: center;
   background-color: #fff;
   min-height: 350px;
}

.boat-contact div{
    margin-bottom: 15px;
}

.enquire{
    margin-left: 15px;
    text-transform: uppercase;
}

.about-boat table.data th {
    color: #fff;
    text-shadow: 0;
    font-weight: normal;
    background: #8cd9f9;
  font-family: 'Source Sans Pro', sans-serif;
}

.about-boat .middle{
  margin-bottom: 30px;
}

.about-boat dt{
  margin-bottom: 10px;
}

.about-boat dl{
  text-align: left;
   color: #848484;
     min-width: 105%;
}

.glyphicon-map-marker{
  height: 10px;

}

.glyphicon-map-marker.account-card-map{
  height: 10px;
  float: left; 

}


.description {
margin-top: 15px;
display: block;
}

.address{
  float: left;
  margin-left: 5px;
}


.description p{
  color: #848484;
}

.about-boat #social{
  float: none;
}


.rightBlocker{
  display: none;
}

.pointer{
  cursor:pointer;
}


.pager {
  margin: 15px 0;
}

.stockVideo {
  display: inline;
}



.socialShare a {
    margin: 0 3px;
}

.socialShare a:hover img {
    opacity:0.7
}

.socialShare a:first-child {
    margin: 0px;
}
.socialShare a:last-child {
    margin: 0px;
}

.socialShare {
    position:relative;
    display:inline-block;
    margin-top:10px;
}


.keep-space{
  height: 120px;
  margin-bottom: 20px;
}
.keep-space-oneline{
  height:75px;
}

.clickable{cursor:pointer;}
.floatable.bottom, .floatable.floating {position: fixed;top: 0;right: 0;left: 0;z-index: 998;}

#search-form,#form-container2{
  background-color: #4d4d4d;
  height: auto;
  min-height: 120px;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  position: relative;

}

#search-form .row{margin:0;}
#search-form .middle{margin:15px 0 }
#search-form .middle2{margin:15px 0 }

#search-form .col-sm-4,
#search-form .col-sm-12,
#search-form .col-sm-10,
#search-form .col-sm-8,
#search-form .col-sm-3,
#search-form .col-sm-2,
#search-form .col-sm-1,
#search-form .col-sm-6
{
    padding: 0 10px;
}

#form-container2 .col-md-10 {
  margin-bottom: 15px;
}

.advance-options{

  background-color: #999;
  min-height: 40px;
  text-align: center;
  padding-top: 10px;
}

#show-more-options{
  color: #fff;
  margin-top: 20px;
}

.parts-group.four-by-row .each-result{
   max-width: 25%;
}



.replace-col-9{
    padding-left: 15px;
    padding-right: 15px;
}

.style-editstock-form h4{
  color: #fff !important;
  max-width: 100% !important;

}

#tab-bottom.well {
    border-radius: 0;
}

/* show stock views and forms */

.well.show-form{
  display: none;
}

.floating .btn-rocker.search-view,
.floating #show-search-options #categories
{
  display: none;
}




/* dashboard buttons */

.dboard-nav .dboard-nav-block  {
    
    float: left;
    height: 70px;
    width: 24%;
    position: relative;
    margin: 0 1% 1% 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dboard-nav-block a {
    height: 100%;
    vertical-align: top;
    padding: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    font-weight: 400;
    color: white;
    font-size: 16px;
    font-smooth: always;
    line-height: 16px;
    width: 100%;
}

.dboard-nav-block a:hover{
  opacity: 0.7;
}

.font-icon-fa {
    font-size: 32px;
    width: auto;
    height: auto;
    background: none;
    margin-top: 4px;
    line-height: 30px;
    padding: 0px;
    overflow: visible;
}


.dboard-nav .dboard-nav-block .brand{
    position: absolute;
    bottom: -10px;
    left: 10px;
    min-height: 30px;
    background-color: transparent;
    font-size: 14px;
}


.dboard-nav .dboard-nav-block .info {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 24px;
}


.list-group-item .col-md-1{
  text-align: right;
}

.list-group-item .fa:hover{
     text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
      cursor: pointer;
}

.list-group-item .fa-times{
    color: red;
}

.list-group-item .fa-circle-o{
    color: green;
}

.list-group .item{
  color: #1faeeb;
}

.list-group .date{
  color: #999;
}
.list-group{
  border-bottom: 1px solid #ddd;
}
.list-group:after {
    clear: both;
    content: "";
    display: block;
}

.items{
    color: #000;
}

.items:hover{
    background-color: #ECFAFF;
    cursor: pointer;
}


.list-group-item {
  border-radius: 0 !important;
  border-bottom: none;
}

.list-group-item:last-child:after {
    border-bottom: 1px solid #ddd;
}


.enquiry-main-conent{
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
  display: none;
}

.paginate{
  margin-top: 15px;
  border-color:#91d7f5 !important;
}


.stock-head{
  margin: 0 auto;
  background-color: #f1fbff;
  width: 100%;
  border: 1px solid #91d7f5;
  border-width: 1px 0;
}

.stock-head .bs-callout {
    margin-bottom: 0px;
  border-left: 0px;
  padding: 0 20px;
  margin-top: 0px;
  background: none;
}
.stock-head .flexslider {
    max-width: 1024px;
    margin: 0 auto 0px auto;
    border: none;
background-color: #f1fbff;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow:none;
-o-box-shadow: none;
box-shadow: none;
}

.img-strechy-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    padding-bottom: 66%;
    position: relative;
}

.img-strechy-wrapper-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background:#444;
}

.img-strechy-wrapper-inner:before{
  position:absolute;
  height:30px;
  width:120px;
  text-align:center;
  color:#FFF;
  content:"Loading Images..";
  font-size:16px;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  
}


#carousel {
margin-top: 10px !important;
}
.stock-head .flex-direction-nav a {
color: #1faeeb;
}


.contact-details{
  margin-bottom: 30px;
}


/* support section */



.support-section .nav-tabs{
    margin-left: 0; 
}

{
  background-color: #fff;
}

.support-section #tab-bottom.well,
.support-section .nav-tabs>li.active>a, 
.support-section .nav-tabs>li.active>a:hover, 
.support-section .nav-tabs>li.active>a:focus{
  background-color: #fff;
}

.support-section .tab-content{
    padding: 25px 15px 20px 15px;
}

.selling-section .tab-content {
padding: 0px 15px 20px 0px;
}

.support-section #contact dl{
    margin-top: 25px;
}


.support-section #contact dt{
    margin-bottom: 0 ;
}


.support-section #tab-bottom{
    height: auto;
    min-height: 400px;
}


.support-section .first-tab{
  border-left: none;
}

#help .glyphicon{
    color: #999;
    left: 7px;
}

#help dl{
    float: left;
}

.first-faq {
    margin-right: 25px;
}

#help .faqs {
    margin-top: 25px;
}

#help .search legend{
  border: none;
}

/* stock admin */


.all-buttons .btn{
  vertical-align: baseline;
}

.all-buttons{
    text-align: right;
  padding: 0;
}

.edit-stock.list-group {
    margin-top: 15px;
}

.add-stock{
    margin: 15px auto; 
    float: none; 
    padding-right: 0;
}


#search-form.marinaSearchForm,
#search-form.situationSearchForm {
    min-height: 75px;
}
.marinaSearchForm .search-submit,
.situationSearchForm .search-submit {
    min-width: 50px;
    min-height: 50px;
    font-size: 16px;
    margin: 10px
}

.ajaxExtend {
    width: 100%;
    clear: both;
    background: #1caae8;
    color:#FFFFFF;
    padding:20px 10px ;
    text-transform:uppercase;
    font-size:20px;
    position:relative;
    overflow:hidden;
}

.ajaxExtend:before{
    content:"Loading..";
    display:block;
    text-align:center;
}
.ajaxExtend:after{
    position:absolute;
    content:" ";
    top:-10px;
    height:10px;
    background:black;
    left:-10px;
    right:-10px;
    box-shadow:0 1px 10px rgba(0,0,0,0.8);
}


.action-well {
padding: 19px;
margin: 15px 0;
background-color: #f6f6f6;
border-radius: 4px;
color: #575858;
text-align: center;
border: 1px solid #91d7f5;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.action-well:first-child {
margin-top: 0px;
}

.action-well .btn-lg {
    background: #4d4d4d;
    color: #FFF;
    text-transform: uppercase;
}

.action-well h2 {
    text-transform: uppercase;
    margin: -19px -19px 0 -19px;
    border-radius: 4px 4px 0 0;
    padding: 15px;
    font-weight: 300;
    color: #FFF;
    background: #1faeeb;
}
    
.action-well ul{list-style: disc;list-style-position: inside;padding-left: 0px;text-align: left;width: 180px;margin: 10px auto;color: #5B5C5C;font-size: 15px;}
.action-well li{margin-left:0px;}

.field-check {
    font-size: 20px;
    line-height: 36px;
   
}
.field-check:before{
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  webkit-font-smoothing: antialiased;

}

.field-check-bad{
    color:#a94442;
}
.field-check-bad:before{
  content: "\e014";
}

.field-check-ok{
    color: #3c763d;
}
.field-check-ok:before{
  content: "\e013";
}

.panel-heading.nav-tabs {
    padding: 0;
    overflow: hidden;
    max-width:none;
}
.panel-heading.nav-tabs li.active a {
    background: #f6f6f6;
    border-top: none;
    color: #1faeeb;
}

.panel-heading.nav-tabs li {
    border-right-color: #91d7f5;
    border-bottom-width: 0;
  text-transform: uppercase;
}
 .visible-xs-inline {
        display: none; !important
    }

/* ====================== terms and privacy in support page */

#terms .scrollable{
  max-height: 300px;
  overflow: auto;
  margin-bottom: 15px;
}

#terms h2,
#terms h3, 
#terms h4{
  color: #000;
  text-transform: uppercase;
}

#terms p{
  color: #999;
}

/* also for modal window */
.scrollable-terms{
  padding-right: 5px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}


/* ====================== selling */
.price-guide-img{
  margin: 15px auto;
}

.price-button{
  background-color: #1faeeb;
  border-color: #1faeeb;
  border-radius: 3px;
  width: 250px;
  height: 55px;
  padding: 15px 5px 0 5px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
}



.pricing-small .btn-group{
   width: 100%;

}

.pricing-small .btn {
  padding: 12px;
}


.pricing-small{text-align:center;margin-bottom:15px}
.pricing-small .btn-group .btn {
  
}

.pricing-small .btn-group .btn{
   /* width: 31.5%;*/
   width: 24.5%;
    border-color: #91d7f5;  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
   text-align: left;
   background-color: #1faeeb;
   color: #fff;
   margin: 0;
   min-height: 55px;
   font-size: 10px;
   border-color: rgba(255,255,255,0.5);
}

  .pricing-small .btn-group .btn {
          width: 50% ;
          font-size: 18px;
          position: inherit;
          float: left;
          border-radius: 0;
      }
.pricing-small .btn-group span
{
   margin-right: 30px;
   margin-left:5px;
   font-size: 20px;
   margin-bottom: 5px;

}
.pricing-small .btn-group img{
    margin-right: 5px;
   max-width: 40px;
   margin-bottom: 3px;
}

.pricing-small .btn-group .btn:hover{
    background-color: #64c9f4;
}


.selling-section{
    max-width: 840px; 
    margin-right: 15px;
}

.selling-section .nav-tabs,
.support-section .nav-tabs{
  max-width: none;
}

.selling-section .first-tab{
  border-left: none;
}

.pricing-table{
   /* background-color: #fff; */
    min-height: 700px;
    
}

.selling-section #tab-bottom{
    height: auto;
    padding-bottom: 15px;
}

.selling-section  h3{
    color: #1faeeb;
}

.selling-section h4{
  margin-top: 30px;
  color: #444343;
  text-transform: uppercase;
}

.selling-section .register-now{
  margin-top: 15px;
}

.selling-section table{
  margin-bottom: 15px;
}

.selling-section p,
#faq-6 a,
#buying p
{
    color: #999;
}

.first-faq dd p
{
  display: none;
}


.first-faq .toggler:hover{
    cursor: pointer;
    text-decoration: none;
}

/* Pricing table */

.p-one .panel-body,
.p-two .panel-body,
.p-three .panel-body {
  padding-bottom: 0;
}

.pricing-table .panel-default{
  max-width: 243px;
}

.pricing-table .panel-heading{
    text-align: center;
    text-transform: uppercase;
}

.pricing-table h3{
   margin-top: 0;
   font-size: 15px;
   font-weight: bold;
}


.pricing-table h4{
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 0;
}

.pricing-table .division-line{
  width: 95%;
  height: 2px;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin: 0 auto;
  padding:0;
}


.pricing-table ul{
   padding: 0;
}


.pricing-table li{
    padding: 7px;
}

.pricing-icon{
      width: 100%;
      text-align: center;
      color: #000;
}

.pricing-button{
  text-align: center;
}

.pricing-button .btn{
  width: 100%
}

.pricing-terms{
  font-size: 10px;
}


.pricing-table .panel:not(.option-one){
  display: none;
}

.pricing-table h4 small{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.double-icon img{
  margin-top: -8px;
  margin-right: 5px;
}

.tab-pane.ajaxDelay {
    min-height: 200px;
}

.small-boat-icon{
  max-width: 35px;
  margin-bottom: 5px;
}

.loading-data{
    margin:0 auto;
    display:block;
    width:100px;
    text-align:center;
    padding-top:50px;
}



.first-faq dd{
  max-width: 95%;
}


#buying b, 
#buying strong{
  font-weight: normal;
  color: #444343;

}


#buying h5{
  margin-top: 30px;
  color: #444343;
  text-transform: uppercase;
}



.loading-data:after{
    content:"Please Wait Loading..";
    display:block;
    font-size:18px;
}

.text-left {
    text-align: left;
}
.text-right{
    text-align: right;
  
}
.modal-footer h3 {
    margin-top: 0;
}

.selling-section .fa{
  color: #333;
}


.orderlist.row {
    margin:0 auto;
    border-top:1px solid #DDD;
}

.orderlist.row a:hover, .orderlist.row a:active{
    background:#EEE;
    margin:0 -15px;
  
}

.orderlist.row .active a{
    color:black;
    background:#DCDCDC;
    margin:0 -15px;
}


.orderlist.row span{
    text-align:right;
    line-height:2.8em;
    text-align:center;
    font-size:13px;
    text-transform:uppercase;

}

.orderlist.row a{display:block;}

.right-inner #user strong {
max-width: 90px;
display: inline-block;
max-height: 1.4em;
overflow: hidden;
text-align: right;
margin-right: 4px;
vertical-align: top;
margin-left: -10px;
}

/* parts: this shows the form on scroll even if the list is the visible option. Only on Desktop */
@media only screen and (min-width: 769px) {

    .floating #show-search-options #search-form {
      display: block;
    }
    
}

#listuntilsold {
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    #listuntilsold {
        margin-top: 2rem;
    }
}
