/**** yachts custom css**/
/* header #1e2130 */


body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

#wrapper-navbar, .bg-yachts {
    background-color: #1e2130;
}
#main-menu {
  padding-right: 1rem;
}

article i {
  font-style: normal
}
.navbar-brand {
    max-width: 280px;
    padding: 16px 0 16px 16px ;
}
#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #fff;
  padding: 0; }
.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.dropdown {
position: unset;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
top: 75px;
z-index: 1000;
display: none;
width: 100%;
padding: 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: right;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: none;
border-radius: 0;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.55);
}

.dropdown-menu ul {
text-align: right;
}
.dropdown-menu li {
display: inline-block;
}
.dropdown-menu li a {
padding: 1.25rem;
text-transform: uppercase;
}

.dropdown-toggle::after {
display: none;
position: absolute;
bottom: -18px;
left: 50%;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-bottom: 0.3em solid;
border-right: 0.3em solid transparent;
border-top: 0;
z-index: 500000;
border-left: 0.3em solid transparent; }

.show .dropdown-toggle::after {
display: inline-block
}
a.nav-link {
display: block;
position: relative;
}
.jp-carousel-info {
  display: none!important;
}

.home .entry-header,
.home .entry-footer {
display: none;
}
/***slider start**/
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 25px;
    z-index:50;
    right: unset;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
  content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}/***slider end**/
.home #page-wrapper {
padding-top: 0px!important;
padding-bottom: 100px;
}
.home #page-wrapper .container-fluid {
  padding:0
}
.home #page-wrapper .row {
  margin:0;
}
.navbar, .glider, .home .bottomcont, .glidercont {
max-width: 1920px;
margin: 0 auto;
padding:0;
}

.home .glider-next {
right: 23px;
left: auto;
}
.home .glider-prev {
left: 23px;
}

.home .bottomcont {
display: flex;
flex-direction: row;
flex: 1 1 100%;
}
.home .bottomcont {
padding:0rem 0 0 0;
  margin-top: -1px;
}.home .bottomlinks {
  transition: all ease 0.2s;
  display: flex;
  flex: 33%;
  background-size: cover;
  padding:6% 0;
  position: relative;
  vertical-align: middle;
  line-height: 100%;
  
  }
  .home .bl {
  background-position: left center;
  }
  .home .bc {
  background-position: center center;
  margin-left: -5%;
  margin-right: -9%;
  }
  .home .br {
  background-position: right center;
  }
  
  .home .bottomlinks:hover {
  transform: scale(1.1);
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.47) );
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.47));
  }
  .bottomlinks a {
  display: inline-block;
  width: 100%;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  }
  .bottomlinks span {
    padding: 30px;
    cursor: pointer;
  
  display: inline-block;
  position: relative;
  color: white;
  text-align: center;
  text-shadow: 0 0 8px black, 0 0 16px black 
  }
.glidercont {
  padding: 0px;
}

#single-wrapper {
  padding-top: 0;
}

.singlefeat .col-md-12 {
  position: relative;
  height: 610px;
  background: transparent;
width: 100%;
}
a.modalbtn {
  display: block;
  padding: 10px 20px;
  color: #fff;
  background: #1e2130;
  border: 1px solid #1e2130;
  margin: 0 auto!important;
  text-align: center;
  max-width: 250px;
}

a.modalbtn:hover {
  text-decoration: none;
  padding: 10px 20px;
  color: #1e2130;
  background: #fff;
  border: 1px solid #1e2130
}

.singlefeat .intro {
  vertical-align: bottom;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 1rem;
  color: white;
  text-shadow: 0 0 1px black, 0 0 10px rgba(0, 0, 0, 0.66);
  z-index:2;
}
.singlefeat .dets {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.singlefeat span {
  display: inline-block;
  padding-right: 1.25rem;
}
.singlefeat .dets a {
  display: inline-block;
  margin-left: auto;
  border: 2px solid white;
  color: white;
  padding: 0.5rem;
}
.singlefeat .dets a:hover {
  text-decoration: none;
  background: white;
  color: black;
  text-shadow: none;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.32);
}

.single .site-main {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 2rem;
}

.singlefeat .col-md-12:after {
  content: '';
  position: absolute;
  bottom: 0;
  left:0;
  height: 100px;
  width: 100%;
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.32+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.32) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.32) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#52000000',GradientType=0 ); /* IE6-9 */
}
.singlefeat h2 {
  text-transform: uppercase;
  font-size: 38px;
}




th[role=columnheader]:not(.no-sort) {
    cursor: pointer;
}

th[role=columnheader]:not(.no-sort):after {
    content: '';
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #404040 transparent;
    visibility: hidden;
    opacity: 0;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

th[aria-sort=ascending]:not(.no-sort):after {
    border-bottom: none;
    border-width: 4px 4px 0;
}

th[aria-sort]:not(.no-sort):after {
    visibility: visible;
    opacity: 0.4;
}

th[role=columnheader]:not(.no-sort):hover:after {
    visibility: visible;
    opacity: 1;
}


.archive #main {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}
.archive article {
    position: relative;
    width: 32.5%;
    height: 220px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 1rem;
    box-sizing: border-box;
}

.archive article a {
    color: white;
    display: flex;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    text-decoration: none;
    opacity:0;
    z-index: 11;
}
.archive article:hover a {
    opacity: 1;
}
.archive article:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left:0;
  height: 150px;
  width: 100%;
  display: block;
pointer-events: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.32+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#52000000',GradientType=0 ); /* IE6-9 */
}


.archive article .dets {
    position:relative;
    text-transform: uppercase;
    z-index: 10;
    padding: 0 0 15px 15px;
}
.archive article .dets > span {
    padding-right: 10px;
    font-size: 14px;
}
.archive article .dets > span > span {
    padding-right: 6px;
}
.archive article span.title {
    width: 100%;
    display:block;
    font-size: 20px;
}


.arcsearch {
  background: white;
  max-width: 1920px;
  margin: 0 auto;
}
.archive .arcsearch {
  padding: 25px 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.single .arcsearch {
    padding-top: 25px;
    max-width: 1280px;
    margin: 0 auto;
}
.singledetails {
  background: rgb(29, 32, 47);
  color: white;
  padding: 25px 0 15px 0;

}
.singledetails i {
  font-style: normal;
  display: inline-block;
}
.singledetails a {
  display: block;
  width: 90%;
  text-align: center;
  background: white;
  padding: 10px;
  margin: 15px auto 0;
  font-weight: bold;
  color: #1d202f;

}
.singledetails a:hover {
  text-decoration: none;
  background: #e3e3e3;
}
.singledetails > div {
  display: flex;
  flex-direction: row;
  padding: 7px 25px;
  border-bottom: 1px solid #1d202f;
 
}
.singledetails > div:hover {
  background:#2e324a;
  border-bottom: 1px solid grey;
}
.singledetails > div > div {
  flex: 65%
}
.singledetails > div > i {
  flex: 35%;
  text-align: right
}
.singledetails > div:first-child > div span,
.singledetails > div:nth-child(2) > div span {
  display: block;
  width: 100%;
}
.singledetails div span:first-child {
  font-weight: bold;
}
.singledetails > div:first-child > div span:nth-child(2),
.singledetails > div:nth-child(2) > div span:nth-child(2) {
  font-size: 12px;
}
.sidebartitle {
  font-size: 16px;
  font-weight: bold;
  color:rgba(29, 32, 47, 0.55);
  padding: 25px 0px 0px 0px;
  margin: 0px;
}
.single-charter #main,
.single-charter .arcsearch {
    padding-top: 0px;
}



.arcsearch form input,
.arcsearch form select.sf-input-select {
    display: block;
    width: 100%;
    padding: 10px;
}

.arcsearch form label {
    display: block;
    width: 100%;
}
.arcsearch form ul {
    padding: 0;
}
.sf-field-submit input {
    color:white;
    border: none;
    text-transform: uppercase;
    background: #1e2130;	
}

.list.archive .arcsearch #main {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.list.archive .arcsearch article {
    width: 100%;
    height: unset;
    background-image: none!important;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgb(224, 224, 224);
    margin: 0;
    padding-top: 14px
}
.list.archive .arcsearch article:hover {
  background: #f9f9f9;
}
.list.archive .arcsearch article a {
    opacity: 1;
    color: black;
}
.arcsearch article#listhead:after,
.list .arcsearch article:after {
    display: none;
}
.arcsearch article#listhead .dets,
.list .arcsearch article .dets {
    width: 100%;
    display: flex;
    font-size: 16px;
    padding-left: 0
}
.list .arcsearch article .dets > span,
.list .arcsearch .title {
    flex: 1;
    width: unset;
    font-size: 16px;
}
.list .arcsearch article .dets span.ycode {
  min-width: 95px;
  flex: 0;
  padding-right: 20px;
}
.list article * {
  text-transform: none;
}
article .ycode {
  display: none;
}
.list article .ycode,
#listhead .ycode {
  display: flex;
  order: 1;
}
.arcsearch article#listhead .dets span.title {
  flex: 0;
  order: 2;
  padding-right: 20px;
}
.list .arcsearch article .dets span.title {
  flex: 3;
  order: 2;
  padding-right: 20px;
}

.list .arcsearch article#listhead .dets span.title {
  flex: 3;
  order: 2;
  padding-right: 20px;
}

.tax-charter_type.list .arcsearch article .dets span.img,
.post-type-archive-charter.list .arcsearch article .dets span.img {
  order: 1;
}
.tax-charter_type.list .arcsearch article .dets span.title,
.post-type-archive-charter.list .arcsearch article .dets span.title {
  order: 2;
}
.tax-charter_type.list .arcsearch article .dets span.length,
.post-type-archive-charter.list .arcsearch article .dets span.length {
  order: 3;
  text-align: right
}
.tax-charter_type.list .arcsearch article .dets span.guests,
.post-type-archive-charter.list .arcsearch article .dets span.guests {
  order: 4;
  text-align: right
}
.tax-charter_type.list .arcsearch article .dets span.price1,
.post-type-archive-charter.list .arcsearch article .dets span.price1 {
  order: 5;
  text-align: right
}
.tax-charter_type.list .arcsearch article .dets span.price2,
.post-type-archive-charter.list .arcsearch article .dets span.price2 {
  order: 6;
  text-align: right
}
.tax-charter_type.list .arcsearch article .dets span.guests > span,
.tax-charter_type.list .arcsearch article .dets span.price1 > span,
.tax-charter_type.list .arcsearch article .dets span.price2 > span,

.post-type-archive-charter.list .arcsearch article .dets span.guests > span,
.post-type-archive-charter.list .arcsearch article .dets span.price1 > span,
.post-type-archive-charter.list .arcsearch article .dets span.price2 > span{
  display: none;
}


article#listhead .dets span:not(.ycode) {
  cursor: pointer
}
article#listhead .length, 
.list article .length {
  order: 3;
}
article#listhead .build,
.list article .build {
  order: 4;
}
article#listhead .price,
.list article .price {
  order: 5;
}
article .view {
  position: absolute;
  top:-64px;
  right:0px;
  order: 6;
}

article#listhead .length > span,
article#listhead .price > span,
article#listhead .build > span,
.list article .length > span,
.list article .price > span,
.list article .build > span {
  display: none;
}
.list article .price {
  text-align: right;
}

.tooltip {
z-index: 1000000000;
}
.tooltip-inner {
  padding:2px;
  max-width: 400px;
  }
#listhead {
  flex:100%;
  height: unset;
  color:black;
}
#listhead * {
  color: black;
  opacity: 1;
}
.list #listhead {
  display: flex;
}

#listhead {
  padding: 0px 0px 8px 0px;
}
#listhead * {
  padding-bottom: 0px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 20px;
}
.list #listhead * {
  margin-right: 0px;
}

#archive-wrapper {
  padding-top: 0;
}
.singlefeat {
  padding-bottom: 25px;
}
.archive .singlefeat {
  padding-bottom:0;
}

.listview,
.gridview {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.currency,
.curselect {
  display: inline-block;
  vertical-align: middle;
}
.currency {
  padding-right: 15px;
    z-index:1;

}
.curselect {
  font-weight: bold;
  position: relative;
  transform: translateY(-2px);
  z-index:1;
  cursor: pointer
}
.curselect .pop {
  display: none;
  flex-wrap: wrap;
  width: 115px;
  text-align: left;
  position: absolute;
  left: -100%;
  top: 53%;
  z-index: 1;
  background: white;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 0 12px 25px rgba(0, 0, 0, 0.27);
}
.curselect span {
  padding: 10px;
  width:49%;
  position: relative;
  display: inline-block;
}

.curselect span:hover {
  color: white;
  cursor: pointer;
  background: #1d202f
}
span.view {
    z-index:40;

  vertical-align: middle;
  display: block;
  width: 100%;
  text-align: right;
  padding-bottom: 20px;
  padding-right: 10px;
  position: relative
}


.listview {
  background: url('../images/listview_b.png');
  background-size: cover;
}
.gridview {
  background: url('../images/gridview_b.png');
  background-size: cover;
}

.singlefeat .dets a.pdf {
  margin-left:15px;
}
.or {
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-top: 15px;
}
.or span {
  display: inline-block;
  background: white;
  position:relative;
  z-index:1;
  padding: 0 7px;
}
.or:before {
  content: '';
  position:absolute;
  left:0;
  top:26px;
  width: 100%;
  border-bottom:1px solid #1d202f;
}
.side-menu ul {
  padding:0;
  text-transform: uppercase;
  list-style: none;
}
.side-menu ul a {
  color: #1d202f;
  font-weight: bold;
  display: block;
  padding: 7px 0px
}
.ortitle {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0px 0px 0px;
  color:#8e8b8b;
}
.thumb .img {
  display: none;
}
.list .thumb .img {
  display: block;
  width: 100%;
  height: 120px;
  background-size: cover;
}
.arcsearch nav {
  display: none;
}
.searchandfilter .noUi-connect {
    background-color: #1d202f
}
.searchandfilter .meta-slider {
    max-width: 100%
}
.searchandfilter .noUi-horizontal .noUi-handle {
    width: 12px;
    height: 32px;
    top: -9px;
    border-radius: 0px;
    left: -6px;
    background: white;
}
.searchandfilter .noUi-horizontal .noUi-handle:before,
.searchandfilter .noUi-horizontal .noUi-handle:after {
  display: none;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -7px;
    left: auto
}

.single-charter #myModal .modal-dialog {
  max-width: 640px;
}

.single-charter #howmodal .modal-dialog {
  max-width: 800px;
}
.single-charter #howmodal .modal-body {
  padding: 25px 25px;
}


.modal-header {
  padding: 1rem;
  border-bottom: none;
  background: #1e2130;
  color: white;
  padding-left: 25px;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem; 
  font-weight: 200;
 
}
.modal-content {
  border: none;
  border-radius: 0rem;
  outline: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.14), 0 25px 45px rgba(0, 0, 0, 0.42);
  }
.close {
  float: right;
  font-family: 'Noto';
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  }
.close:hover {
  opacity: 1;
  color: white!important;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: white;
  border: none;
  z-index: 50000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.11),0 10px 30px rgba(0, 0, 0, 0.09);
  padding: 11px 15px 14px 15px;

}

  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1d202f;
    }
.form-control:focus, .wpcf7 input:focus[type=text],
.wpcf7 input:focus[type=search],
.wpcf7 input:focus[type=url],
.wpcf7 input:focus[type=tel],
.wpcf7 input:focus[type=number],
.wpcf7 input:focus[type=range],
.wpcf7 input:focus[type=date],
.wpcf7 input:focus[type=month],
.wpcf7 input:focus[type=week],
.wpcf7 input:focus[type=time],
.wpcf7 input:focus[type=datetime],
.wpcf7 input:focus[type=datetime-local],
.wpcf7 input:focus[type=color],
.wpcf7 input:focus[type=email],
.wpcf7 input:focus[type=file],
.wpcf7 input:focus[type=submit],
.wpcf7 select:focus,
.wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus {
  border-color: #1e2130;
  box-shadow: 0 0 1rem rgba(30, 33, 48, 0.37);
}


.singlelinks {
  padding-top:15px;
  padding-bottom: 15px;
  margin-top: 25px;
  border-top: 1px solid #e2e2e2;
  text-align: center;
}
.singlelinks a:first-child {
  margin-right: 15px;
}
.singlelinks a {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  background: #1e2130;
  border: 1px solid #1e2130;
  
}
.singlelinks a:hover {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  color: #1e2130;
  background: white;
  border: 1px solid #1e2130;

}
.statictext {
  font-size: 14px;
}

.page-id-2659 .entry-header,
.page-id-2687 .entry-header {
  display: none;
}

@media screen and (max-width: 480px) {
.singlefeat .dets a.pdf {
  margin-left:0px;
}
  .singlelinks {
    padding-top:15px;
    padding-bottom: 15px;
    margin-top: 25px;
    border-top: 1px solid #e2e2e2;
    text-align: center;
  }
  .singlelinks a:first-child {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .singlelinks a {
    display: block;
    padding: 10px 20px;
    color: white;
    background: #1e2130;
    border: 1px solid #1e2130;

  }
.singlefeat h2 {
  font-size: 28px;
}
  .singlefeat .dets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    font-weight: bold;
  }
  .singlefeat .dets > span {
    width: 100%;
  }
  .singlefeat .dets > span:nth-child(5) {
    padding-bottom: 20px;
  }
  .singlefeat .col-md-12 {
    background-size: cover;
    background-attachment: scroll;
/*     height: 350px; */
  }
  .singlefeat .dets a {
    margin-left: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
  }
  .single .arcsearch {
      padding-top: 0px;
  }
  .arcsearch .col-md-9 {
    order: 1;
  }
  .arcsearch .col-md-3 {
    order: 2;
  }
  .archive .arcsearch .col-md-9 {
    order: 2;
  }
  .archive .arcsearch .col-md-3 {
    order: 1;
  }
  .single .site-main {
    padding-top: 0rem;
  }

  .list .thumb .img {
    display: block;
    width: 100%;
    height: 180px;
    background-size: cover;
  }
  .navbar-dark .navbar-toggler {
    border: 0;
  }
  .archive article {
      width: 100%;
      height: 200px;
  }
  #listhead {
    padding: 30px 0px 8px 0px;
  }
  article .view {
    top: -5px;
    right: -10px;
    order: 6;
  }
  .listview {
    width: 28px;
    height: 28px;
    background: url('../images/listview_b.png');
    background-size: cover;
  }
  .gridview {
    width: 24px;
    height: 24px;
    background: url('../images/gridview_b.png');
    background-size: cover;
  }
  .list .arcsearch article:not(#listhead) .dets {
    flex-direction: column;
    padding-left: 0px;
  }
  .list article .length > span,
  .list article .price > span,
  .list article .build > span {
    display: inline;
  }
  .list .arcsearch article:not(#listhead) .dets span.title,
  .list .arcsearch article:not(#listhead) .dets span.length,
  .list .arcsearch article:not(#listhead) .dets span.build,
  .list .arcsearch article:not(#listhead) .dets span.ycode,
  .list .arcsearch article:not(#listhead) .dets span.price {
    flex: 1 0 100%;
  }
  .list .arcsearch article#listhead .dets span.title,
  .list .arcsearch article#listhead .dets span.length,
  .list .arcsearch article#listhead .dets span.build,
  .list .arcsearch article#listhead .dets span.ycode,
  .list .arcsearch article#listhead .dets span.price {
    flex: 0 ;
    min-width: unset;
  }
  .slick-slide img {
    width: 100%;
    display: block;
  }
  .slick-slide {
    height: 480px!important;
    overflow-y: hidden;
  }
  .home .bottomcont {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
  }
  .home .bottomlinks {
  transition: all ease 0.2s;
  cursor: pointer;
  display: flex;
  width: 100%;
  flex: 1;
  background-size: cover;
  padding:55px 0;
  position: relative;
  vertical-align: middle;
  line-height: 100%;
  background-size: 130%;
  }
  .home .bl {
  background-position: left center;
  }
  .home .bc {
  background-position: center center;
  margin-left: 0;
  margin-right: 0%;
  }
  .home .br {
  background-position: right center;
  }  
  .home #page-wrapper {
    padding-bottom: 0;
  }
  .dropdown {
    position: relative;
    width: 100%;
    display: block;
  }
  #main-menu {
    padding-right: 0;
  }
  .navbar-dark .nav-link {
    padding: 14px 25px;
  }
  .dropdown-menu {
    position: relative;
    top: unset;
    left: unset;
    z-index: 1000;
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #485072;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    box-shadow: none;
    }
  .dropdown-menu li {
    display: block;
  }
  .dropdown-menu li a {
    color: white;
    padding: 14px 25px;
  }
  .show .dropdown-toggle::after {
    display: none
  }
  #back-to-top {
    display: none;
  }
  #wrapper-footer .col-md-6:first-child {
    display: none;
  }
  #wrapper-footer p {
    text-align: center;
    padding: 0;
  }
}

#menu-footer {
  padding:0 0 0 25px;
  list-style: none;
}
#menu-footer li {
  display: inline-block;
  padding-right: 10px;
}
#menu-footer li a {
  font-size: 12px;
  color:#212121;
}
#menu-footer li a:hover {
  text-decoration: none;
}
#wrapper-footer {
  padding-bottom: 5px;
}
#wrapper-footer p {
  text-align: right;
  font-size: 12px;
  padding-right: 25px;
}
.page .entry-header {
  display: none
}

.pageside a {
  font-weight: 300;
  color: #7c7c7c;
  display: inline-block;
  margin-bottom: 6px;
}

.pageside a:hover {
  text-decoration: underline;
}

.pageside strong {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 500
}

.pageside h5 {
  font-weight: 500;
}
.asc, .desc {
  position: relative;
}
.asc:after {
  display: block;
  position: absolute;
  right: -8px;
  opacity: 0.5;
  top:5px;
  content:'';
  width: 12px;
  height: 6px;
  background:url('../images/updown.png')
}
.desc:after {
  display: block;
  position: absolute;
  right: -8px;
  opacity: 0.5;
  top:5px;
  content:'';
  width: 12px;
  height: 6px;
  background: url('../images/updown.png');
  background-position: bottom center;
}
.archive .desc:after,
.archive .asc:after {
  right:7px;
}
.archive .price.desc:after,
.archive .price.asc:after {
  right:-7px;
}