/*
Theme Name: highlandtitles dutch site
Description: Theme designed by hotscot
Author: Hotscot
Author URI: http://hotscot.net
Version: 1.0
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
	max-width: 50%;
	height: auto;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

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

/** bootstrap override **/
.modal{
    z-index: 10001;
}

.modal-backdrop{
    z-index: 10000;
}
body {
    background: white;
    font-size: 16px;
    color: #3a3a3a;
    font-family: "proxima-nova",sans-serif;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Hoefler Text A", "Hoefler Text B",serif;
    font-weight: 600;
    }
h1 {
    font-size: 40px;
    margin-bottom: 25px;
	}
h2 {
    margin-bottom: 18px;
	}
a, a:focus {
    color: #781f1c;
    text-decoration: none;
	font-weight: 600;
    }

a:hover {
    text-decoration: none;
    color: #430b0b;
    }
.slicknav_btn{
    margin-bottom: 6px;
}
.slicknav_btn.slicknav_open{
    margin-bottom: 11px;
}
.mobile-icons{
    font-size: 13px;
    color: #bdbdbd;
}

.mobile-icons a {
    color: white;
    }

.mobile-icons a:hover {
    color: #bdbdbd;
    }

.mobile-icons ul{
    margin: 0;
    padding: 0;
}

header {
    background: #191919;
    font-size: 13px;
    color: #bdbdbd;
    height: 126px;
    }

header a {
    color: white;
    }

header a:hover {
    color: #bdbdbd;
    }

.top {
    border-bottom: 1px solid #242424;
    padding-top: 5px;
    }

.top ul {
    margin-bottom: 4px;
    margin-bottom: 5px;
    }

.top i {
    margin-right: 5px;
    }

.logo a {
    display: block;
    width: 408px;
    height: 136px;
    background: url(images/highland-titles-logo.png) no-repeat left top;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 4px;
    }

.navigation {
    position: relative;
    padding-left: 508px;
    padding-top: 28px;
    }

.navigation > li {
    margin-left: 25px;
    margin-top: 5px;
    }

.navigation > li.menu-item-has-children{
    position: relative;
}
.navigation li a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    }

.navigation li a:focus {
    color: #b49250;
    }

.navigation .sub-menu{
    display: none;
    list-style-type: none;
    padding-left: 0;
    position: absolute;
    padding-top: 15px;
    left: -14px;
    width: 200px;
}

.navigation .sub-menu li{
    background-color: #191919;
    padding: 5px 20px;
}
.navigation .sub-menu li a{
    font-weight: 300;
    text-transform: capitalize;
    font-size: 15px;
}
.navigation .sub-menu li:last-child{
    padding-bottom: 15px;
}

.navigation > li:hover .sub-menu {
    display: block;
}

.btn.btn-default {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #b49250;
    color: white;
    border: none;
	padding: 12px 20px 10px 20px;
    font-weight: normal;
    font-family: "Hoefler Text A","Hoefler Text B",serif;
    font-size: 16px;
    text-transform: uppercase;
	white-space: normal;
    }

.btn.btn-default:hover {
    background: #a5823f;
    }

.navigation .btn.btn-default {
        padding: 6px 8px 4px 8px;
    }

section.full-image {
    height: 584px;
    background: url(images/header-img.jpg) no-repeat center center;
    background-size: cover;
    }

.frontpage section.full-image{padding-top: 70px;}

.center-box {
    background: url(images/slider-caption-bg.png);
    padding: 20px 25px 7px 25px;
    color: white;
    font-size: 18px;
    margin-bottom: 25px;
    }

.center-box h1 {
    margin: 0;
    font-size: 44px;
    color: #b49250;
    padding: 0 5px;
    font-weight: 500;
	margin-bottom: 5px;
    }

.center-box h1 span {
    color: white;
    font-size: 0.2em;
    position: relative;
    top: -15px;
    }

.center-box h3 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
	font-weight: normal;
    }

.center-box small {
    font-size: 13px;
    }
section.content ul.plotticks li {
    padding-left: 0;
}
.price-table-intro ul.plotticks li {
    margin-right: 8px;
}
.center-box .freepost {
    text-align: center;
    margin-bottom: 24px;
    font-size: 1.1em;
}
.btn.btn-primary {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #6a1616;
    border: none;
    font-family: "Hoefler Text A", "Hoefler Text B",serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
   padding: 12px 20px 10px 20px;
   white-space: normal;
    }

.center-box .btn.btn-primary {
    margin: 18px 0;
	paddning-top: 11px;
	padding-bottom: 9px;
	font-size: 17px;
    }

.btn.btn-primary:hover {
    background: #541111;
    }

.center-box ul {
    margin:  0;
    color: #fff;
    }

.center-box ul li {
    margin-bottom: 4px;
    background: url(images/arrow-2.png) no-repeat left 4px;
    padding-left: 27px;
	font-family: "Hoefler Text A","Hoefler Text B",serif;
	font-size:20px;
    }

.center-box p { line-height: 1em; }

.trustwrapper{
    background-color: #71b15a;
    height: 84px;
}
.trustpilot {
    background-image: url(images/trsutpilot.png), url(images/trustpilot-bg.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: 95px 15px, left top;
    padding-left: 175px;
    color: white;
    }

.trustwrapper .trustpilot {
    background-image: url(images/trsutpilot.png), url(images/trust_wide.jpg);
    background-repeat: no-repeat, no-repeat;
    /*background-position: 95px 15px, right top;*/
    width: 50%;
    margin: 0px auto;
    min-width: 350px;
    }

.trustpilot a {
    color: white;
    }

.trustpilot h4 {
    font-family: "proxima-nova",sans-serif;
    margin: 0 0 5px 0;
    padding-top: 10px;
    }

.trustpilot p {
    margin: 0 0 0 0;
    }

.trustpilot i {
    margin-right: 3px;
    color: #ffff00;
    }

.stars {
    display: inline-block;
    margin-right: 5px;
    }

.trustpilot p.trustpilotlinks {
    font-size: 13px;
    margin-bottom: 20px;
	width: 330px;
    }

.featured {
    clear: both;
    padding-top: 50px;
    background-color: #fff;
    }

.featured h3 {
    border-top: 2px solid #dbdbdb;
    font-weight: 600;
    }

.featured h3 span {
    display: inline-block;
    background: white;
    padding: 0 20px;
    position: relative;
    top: -15px;
    }

.featured ul li {
    margin: 0 20px;
    }

.featured ul.steps li {
    margin: 0;
    position: relative;
    padding: 0 20px;
    }

.how-it-works {
    background: #102b38;
    padding: 25px 0 3px 0;
    color: white;
    margin: 30px 0;
    }

.how-it-works h2 {
    margin: 0 0 15px 0;
    font-size: 31px;
    color: #b49250;
    font-weight: normal;
    }
.how-it-works h4 {
    font-weight: normal;
    }

.how-it-works img {
    margin-bottom: 20px;
    margin-top: 10px;
    }

p.works-desc {
    font-size: 13px;
    color: #bbbbc6;
    text-transform: uppercase;
    margin-bottom: 0;
    }

.featured ul.steps li span {
    width: 50px;
    height: 13px;
    background: url(images/arrow.png) no-repeat left top;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -25px;
    }

section.testimonials {
    background: url(images/tartan.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    padding-top: 123px;
    margin-top: -110px;
    padding-bottom: 30px;
    margin-bottom: 60px;
    }

section.testimonials h2 {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 26px;
    }

section.testimonials h5 {
    color: #b49250;
    font-size: 18px;
    font-family: "proxima-nova",sans-serif;
    margin-bottom: 22px;
    }

p.quote {
    font-family: "Hoefler Text A", "Hoefler Text B",serif;
    font-size: 19px;
    }

.testimonials .stars i {
    margin-right: 3px;
    color: #b49250;
}

.btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    }

.testimonials .btn {
    padding: 6px 39px;
    }

.includes {
    padding-top: 40px;
    }

.includes  li {
    margin-bottom: 30px;
    font-family: "Hoefler Text A", "Hoefler Text B",serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 35px;
    }
.includes  li h4 {
    font-weight: normal;
    }
.gift-pack .btn.btn-primary {
    padding: 12px 40px 8px 40px;
    }

.gift-pack {
    padding-bottom: 50px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 50px;
    }

.enhance h2 {
    margin-bottom: 40px;
    }

.enhance .btn.btn-primary {
    font-family: "proxima-nova",sans-serif;
    text-transform: none;
    font-size: 14px;
    padding-top: 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	padding: 10px 10px 8px 10px;
    }

.enhance p {
    margin-bottom: 25px;
    }

.enhance h4 { font-size: 17px;}

.enhance  .learn-more { margin-top: -10px; display: block; }

.enhance {
    margin-bottom: 50px;
    }

.bx-wrapper .bx-controls-direction a {
    width: 28px;
    height: 28px;
    }

.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
    background-image: url(images/arrow-left.png) !important;
    background-repeat: no-repeat !important;
    background-position: left top !important;
    }

.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
    background-image: url(images/arrow-right.png) !important;
    background-repeat: no-repeat !important;
    background-position: left top !important;
    }

.bx-wrapper .bx-prev {
    left: -34px;
    }

.bx-wrapper .bx-controls-direction a:hover { opacity: .8; }

section.htproject {
    background: url(images/blue-bg.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 16px;
    padding: 55px 0 0 0;
    }

section.htproject h2 {
    color: #b49250;
    margin-bottom: 20px;
    font-size: 31px;
	margin-top: 10px;
    }
	section.htproject h3 {
   font-weight: normal;
    }

section.htproject ul.htproject-list {
    margin-bottom: 25px;
    }

section.htproject ul.htproject-list li {
    margin-bottom: 8px;
	font-family: "Hoefler Text A","Hoefler Text B",serif;
	font-size:17px;
    }

section.htproject ul.htproject-list li span {
    display: inline-block;
    background: #6a1616;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    text-align: center;
    margin-right: 8px;
    line-height: 24px;
    }

section.htproject .btn.btn-default, section.natural-reserve .btn.btn-default {
    padding: 6px 38px;
	font-family: "proxima-nova",sans-serif;
	text-transform: none;
    }

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #6db653;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #f9ef93;
    }

section.htproject .bx-wrapper {
    margin-bottom: 25px;
    }

.map {
    background: url(images/map.png) no-repeat center center;
    background-size: cover;
    min-height: 100%;
    overflow-y: hidden;
    position: relative;
    }

section.natural-reserve {
    background-image: url(images/picture-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    }

section.natural-reserve>.container {
    background-image: url(images/map.png);
    background-repeat:no-repeat;
    background-position: right top;
    padding: 30px 0;
    font-family: "Hoefler Text A", "Hoefler Text B",serif;
    font-size: 17px;
    }

section.natural-reserve ul {
    margin: 30px 0;
    }

section.natural-reserve ul li {
    background: url(images/list-arrow.png) no-repeat left top;
    padding-left: 24px;
    margin-bottom: 4px;
    }

section.natural-reserve h2 {
    margin-bottom: 25px;
    }

section.natural-reserve>.container .btn.btn-default {
    font-family: "proxima-nova",sans-serif;
    }

.call-to-action-section {
    background: url(images/bluepattern.gif) repeat left top;
    }

.call-to-action-section h3 {
    margin-top: 0;
    color: #b49250;
    margin-bottom: 20px;
	font-weight: normal;
    }

.call-to-action-section  {
    padding: 30px 0 1px 0;
    color: white;
    }

.call-to-action-section p {
    margin-bottom: 20px;
    }

footer {
    background: #191919;
    color: white;
    padding-top: 15px;
    font-size: 15px;
    }

footer a {
    color: white;
    }

footer a:hover {
    color: white;
    }
footer .btn.btn-primary {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	padding: 7px 10px 6px 10px;
    }
.bottom {
    background: #121212;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 12px;
    margin-top: 15px;
    color: #d5d5d5;
    }

.row.bordered {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #313131;
    }

footer .get-in-touch a {
    color: #bd9a56;
    }

footer h4, footer h3 {
    color: #bd9a56;
	font-weight: normal;
    }

footer h3 {
    margin-bottom: 15px;
    }

footer h4 {
    margin-bottom: 15px;
    font-size: 19px;
    }

footer form input[type="text"] {
    padding: 5px 12px;
    color: black;
    }

footer form input[type="submit"] {
    padding: 4px 13px;
    position: relative;
    top: -1px;
    }

footer .get-in-touch p {
    margin-bottom: 3px;
    }

footer span.fixed {
    display: inline-block;
    width: 80px;
    }

footer .footer-navigation ul li {
    border-bottom: 1px solid #313131;
    margin-bottom: 5px;
    padding-bottom: 5px;
    background: url(images/golden-arrow.png) no-repeat left 5px;
    padding-left: 20px;
    }

.social a:hover {
    opacity: .8;
    }

.slicknav_menu { display: none; }

.section-ul li img { margin: 0 auto; max-height: 150px; }

.gift-pack h2 { margin-bottom: 40px;}

.hid {
     opacity:0;
}
.visible{
     opacity:1;
}

.accessory-modal img{
    max-width: 500px;
    float: right;
    margin: 0px 0px 20px 20px;
}

.accessory-modal-no-description img{
    max-width: 100%;
    float: none;
    margin: 0px auto 20px auto;
}

.sidebar .box {
    padding: 20px 20px 5px 20px;
    background: #761f1c;
    color: white;
    margin-bottom: 20px;
    font-size: 16px;
    }

.sidebar .box a {
    color: white;
    }

.sidebar .box h3 {
    font-size: 26px;
    color: #b49250;
    margin-top: 0;
    }

section.content {
    padding-top: 40px;
    padding-bottom: 25px;
    }
section.content  p {
    margin-bottom: 20px;
    }
section.content ul {
    padding-left :20px;
	margin-bottom:26px;
}
section.content ul li {
    padding-left: 20px;
    background: transparent url(images/bullet-tick.png) no-repeat 0 2px;
    margin-bottom: 8px;
	background-size: 20px;
	list-style-type: none;
	padding-left: 30px;
}
section.content h3 {
    font-size: 21px;
    color: #761f1c;
    }
section.content .btn.btn-primary {
    padding: 12px 20px 10px 20px;
    border-radius: 6px;
	font-weight: normal;
}

section.content article.product-description img{
    display: block;
    max-width: 100%;
    height: auto;
}

.sidebar .box>ul>li {
    background: url(images/arrow-3.png) no-repeat left center;
    padding-left: 22px;
    margin-bottom: 10px;
    }

.sidebar .box>ul>li.current-menu-item a {
    color: #ddbf84;
    }

.sidebar .box.type-1 {
    background: url(images/bnr1bg.jpg) no-repeat center center;
    background-size: cover;
    }

.sidebar .box.type-2 {
    background: url(images/bnr2bg.jpg) no-repeat center center;
    background-size: cover;
    }

.sidebar .box.type-3 {
    background: url(images/bnr3bg.jpg) no-repeat center center;
    background-size: cover;
    color: #141414;
    }

.sidebar .box.type-3 h3 {
    color: #3a3a3a;
    }

.sidebar .box{ color: white; }

.sidebar .box p small {
    font-style: italic;
    font-size: 12px;
    }

.full-image.full-image-interior {
    height: auto;
    }

.breadcrumbswrapper{
    background-color: #DED9CE;
    color: #353537;
}

.breadcrumb>li+li{
    padding: 5px 0px 5px 10px;
    background-image: url(images/icon-arrow-breadcrumb.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    margin-left: 10px;
}
.breadcrumb>li+li:before{content: "";}
.full-image.full-image-interior ol.breadcrumb {
    background: none;
    border: 0px none;
    color: #353537;
    font-size: 14px;
    margin: 0px 0px 0px 105px;
    }

.full-image.full-image-interior ol.breadcrumb a {
    color: #353537;
    position: relative;
    z-index: 10001;
    }

.full-image.full-image-interior ol.breadcrumb i { font-size: 11px; }

.giftaccessories .col-sm-4{margin-bottom: 20px;}
.giftaccessories .col-sm-4 img{width: auto; max-height: 170px; margin: 0 auto;}
.giftaccessories .btn-primary{font-size: 14px; padding: 10px 0px 5px 0px; font-weight: bold !important;}
.modal-footer {background-color: #112E3D;}
.modal-content .btn.btn-default {
     border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	padding: 7px 14px;
	font-family: 'proxima-nova',sans-serif;
	font-size: 14px;
	text-transform: none;
}
.modal-content .btn.btn-primary {
     border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
	padding: 8px 12px 7px 12px !important;
    font-weight: 600 !important;
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
    .accessory-modal img{max-width: 400px;}
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
    .accessory-modal img{max-width: 200px;}
}

/* XS */
@media (max-width: 767px) {
    .accessory-modal img{max-width: 50%;}
}

.englishflag{
    background-image: url(images/flag-uk.gif);
    background-position: left 3px;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #ffffff;
}
.dropdown-menu>li>a.frenchflag{
    background-image: url(images/flag-france.gif);
    background-position: 10px 7px;
    background-repeat: no-repeat;
    padding-left: 35px;
    display: block;
}
.dropdown-menu>li>a.germanflag{
    background-image: url(images/flag-germany.gif);
    background-position: 10px 7px;
    background-repeat: no-repeat;
    padding-left: 35px;
    display: block;
}

.faq-accordion{ margin-top: 40px; }
.faq-accordion .panel-default>.panel-heading{ background: #102b38; color: white; padding: 0; border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
.faq-accordion .panel-title a{ padding: 10px 15px; display: block; color: white; }
.faq-accordion .panel-title a:hover{ background: #761f1c; color: white; text-decoration: none; }

.faq-accordion-bullets .panel-title a, .faq-accordion-bullets .panel-title a:hover{
    background-image: url(images/bluearrowleft.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.faq-accordion-bullets .panel-title a.collapsed, .faq-accordion-bullets .panel-title a.collapsed:hover{
    background-image: url(images/bluearrowdown.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.specialbulletpointsincludes li{padding-top: 10px; padding-bottom: 10px;}
.specialbulletpointsincludes li p.text{
    font-size: 14px;
    font-weight: normal;
	font-family: "proxima-nova",sans-serif;
}
.specialimageincludes{margin-top: 40px;}
.includes li { font-weight: normal; }

section.content ul.testimonial-list li {
    background: none;
}
section.content ul.testimonial-list {
    padding-left: 0;
}
.testimonial-list .author img{ border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid #ddd; }
.testimonial{ background: #efefef; margin-top: 15px; padding: 1px 20px 10px 20px; position: relative; }
.testimonial.no-title{padding-top: 20px;}
.testimonial:after{ right: 100%; top: 15px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(239, 239, 239, 0); border-right-color: #efefef; border-width: 8px; }
.testimonial p.quote{ font-size: 16px; }
.testimonial-list .author{ padding-top: 20px; font-size: 14px; }
.testimonial-list i{ margin-right: 3px; color: #b49250; }
.faq-nav{ margin-top: 30px; }
.faq-nav.nav-pills>li.active>a, .faq-nav.nav-pills>li.active>a:focus, .faq-nav.nav-pills>li.active>a:hover{ background: #b49250; }
.faq-nav.nav-pills>li>a{ border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
.faq-nav.nav-pills>li{ background: none; padding-left: 10px; }
ul.faq-nav {margin-left: 0; padding-left: 0 !important;}
h3 a{ text-decoration: underline; }

section.content.buy-plot-content {
    background: #fff;
    border-bottom: 1px solid #ddd;
    }

.psteps_circle_titles {
    margin: 20px 0 35px 0;
    border-top: 1px solid #ddd;
    }

.psteps_circle_titles .step-order {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 50%;
    min-height: 28px;
    display: block;
    margin: 5px auto;
    background-color: #fefefe;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
    font-weight: bold;
    color: black;
    margin-top: -15px;
}

.psteps_circle_titles .step-active .step-order {
    background-color: #5bb75b;
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    opacity: 1;
    color: white;
    }

.psteps_circle_titles .step-visited .step-order {
    opacity: 1;
    background: #e6e6e6;
    }

.psteps_circle_titles .circle-step {
    text-align: center;
    margin: 0 35px;
    }

.step-name {
    display: block;
    padding-top: 4px;
    font-size: 11px;
    text-transform: uppercase;
    }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.price-table-bottom, .price-table-head {
    padding: 0 10px;
    }

.price-table-image img {
    margin: 5px auto 10px auto;
    }

.price-table-box-container {
    background: white;
    border-right: 1px solid #ddd;
    border-top: 3px solid #6a1616;
    border-bottom: 1px solid #ddd;
    padding: 30px 0 0 0;
    position: relative;
    }

.price-table-body {
    padding: 0 12px;
    }

.price-table-image {
    position: relative;
    margin-bottom: 30px;
    }

.price-table-box p.price-table-price {
    display: inline-block;
    text-align: center;
    font-size: 23px;
    font-family: proxima-nova, sans-serif;
    line-height: 37px;
    }
.price-table-box span.location{
        font-family: "Hoefler Text A", "Hoefler Text B",serif;
        font-size: 16px;
        font-weight: 600;
    }
.price-table-box > a{
    position: relative;
    top: -2px;
    display: inline-block;
}
.price-table-box p small {
    display: block;
    color: #868282;
    }

.price-table-box p.price-table-price small {
    display: inline-block;
    font-size: 11px;
    position: relative;
    top: -5px;
    }

.price-table-box p  {
    font-family: "Hoefler Text A", "Hoefler Text B",serif;
    font-weight: 600;
    }

.price-table-body h5 {
    color: #6a1616;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    }

.price-table-box .btn.btn-primary {
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    text-transform: none;
    padding-top: 7px;
    }

.price-table-top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 0;
    }

.price-table-body ul li {
    display: block;
    font-size: 15px;
    color: #303030;
    padding-right: 30px;
    position: relative;
	padding-bottom: 10px;
    margin-bottom: 15px;
	border-bottom: 1px solid #EFEFEF;
    }

a.info-icon {
    position: absolute;
    right: 0;
    top: 0px;
    }

.price-table-body .price-table-bottom {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 25px;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 15px;
    }

.price-table-box p.price-bottom {
    color: #6a1616;
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    }

div.tooltip {
    border: none;
    }

.price-table-body.price-table ul {
    min-height: 650px;
    }

.price-table-body.price-table {
    padding-top: 20px;
    display: none;
    }

.price-row {
    margin-bottom: 35px;
    position: relative;
    border-left: 1px solid #ddd;
    }

.btn-close {
    display: none;
    }

.price-table-title {
    margin-top: 15px;
    margin-bottom: 10px;
	font-size: 40px;
    }
.plotreasons {
   font-size: 18px;
}
.price-table-title span {
    color: #b49250;
    }

.price-table-intro {
    margin-bottom: 35px;
    }

.price-table-intro ul {
    text-align: center;
	margin-bottom: 10px !important;
    }
.price-table-intro ul li {
    background: none !important;
	margin-bottom: 0 !important;
    }

.price-table-intro h2 {
    font-weight: 500;
    }

.price-table-intro span {
    font-weight: 600;
    }

.price-table-intro ul li {
    font-size: 14px;
    margin-right: 25px;
	line-height: 32px;
    }
.compare {
  margin-bottom:30px;
}
section.content.buy-plot-content {
    margin-bottom: 0;
    }


.row.testimonial-list {
    margin-bottom: 30px;
    }

.price-table-split {
    padding-bottom: 40px;
    }

.price-table-split h4 {
    margin-top: 26px;
    }

.price-table-split .trustpilot  h4 {
    margin-top: 0;
    }

.price-table-split .faq-accordion {
    margin-top: 0;
    }

.price-table-split h4.panel-title {
    margin-top: 0;
    }

.buy-plot-content .btn.btn-primary.btn-lg {
    padding: 13px 150px 10px 150px;
    margin-bottom: 27px;
	font-weight: bold;
	font-size: 14px;
    }

.price-table-box-container.best-seller {
    background: #fff url(images/bestseller.png) no-repeat left top;
    }

.price-table-intro ul {
    margin-top: 32px;
    }

.price-table-head h2 {
    font-weight: 500;
    padding-bottom:0;
    font-size: 40px;
    }

#myform {
    text-align: center;
    padding: 5px;
    border: 1px dotted #ccc;
    margin: 2%;
}
.qty {
    width: 36px;
    position: relative;
    top: 1px;
    text-align: center;
    padding: 3px 5px;
}
input.qtyplus { }
input.qtyminus { }

p.access_price{ font-weight: bold; margin: -5px 0px 20px 0px; }
p.description{ font-size: 12px; margin: -10px 0px 10px 0px; }

.filtering
{ border-bottom: 1px solid #ddd;  padding-top: 13px; margin-top: 25px; padding-bottom: 2px; line-height: 30px; margin-bottom: 40px; font-size: 13px; margin-left: 0; margin-right: 0; }
.filtering select
{ width: 180px; display: inline-block; margin-left: 12px; height: 30px; padding: 4px 6px; }
.box.shop-box
{ background: none; padding: 0; margin-bottom: 40px; }
.box.shop-box a
{ color: #3a3a3a; }
.box.shop-box a:hover
{ color: #6a1616; }
.box.shop-box>ul>li
{ background: none; padding: 0; font-size: 15px; margin-bottom: 3px; }
.box.shop-box h3
{ font-size: 18px; text-transform: uppercase; }
.box.shop-box
{ color: #3a3a3a !important; }
.box.shop-box input[type="checkbox"]
{ position: relative; top: 3px; }
.box.shop-box.filter
{  margin-top: -30px;padding-bottom: 0px;font-style: italic;font-size: 14px;}
.slider.slider-horizontal .slider-track
{ margin-left: 2%; margin-right: 2%; width: 96%; }
.slider.slider-horizontal
{ margin-bottom: 10px; width: 156px; top: 5px; }
.box.shop-box b
{ font-size: 12px;}
.gifts-title
{ padding-top: 20px; }
.shop-sidebar
{ padding-top: 50px; }
.box.shop-box
{ border-bottom: 1px solid #ddd; padding-bottom: 20px; }
.p.access_price
{ margin-bottom: 0; }
.giftaccessories .col-sm-4
{ margin-bottom: 50px; }
.panel-body p {margin-bottom: 20px;}
.mapimage {
float: right; margin: -15px -15px -15px 15px;}
.glyphicon.glyphicon-check {
    color:  #6a1616;
    font-size: 1.3em;
}
.qtyminus.btn.btn-default, .qtyplus.btn.btn-default {font-weight:bold; font-size: 20px; padding: 2px 10px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
hr {
	margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #BBBBBB;
}
blockquote {
   font-family: "Hoefler Text A","Hoefler Text B",serif;
   font-style: italic;
    font-size: 25px;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .slider.slider-horizontal{ width: 185px !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .slider.slider-horizontal
    { width: 70px !important; }
    .sidebar .box h3
    { font-size: 16px !important; }
    .filtering select
    { width: 161px; }
		.giftaccessories .col-sm-4 img {
    max-height: 130px;
}
	h1 {
    font-size: 35px;
	}
}
@media (max-width: 767px) {
    .giftaccessories .col-sm-4
    { margin-bottom: 30px; }
    .giftaccessories h4
    { font-size: 18px !important; min-height: 35px; margin-bottom: 0; }
    .slider.slider-horizontal
    { width: 167px !important; }
    .filtering select
    { width: 115px; margin-left: 0; line-height: 1em; }
    .gifts-title
    { padding-top: 0px; margin-top: 15px; }
	.giftaccessories .col-sm-4 img {
    max-height: 130px;
     }
	h1 {
    font-size: 28px;
	margin-bottom: 15px;
	}
	section.content .btn.btn-primary, section.content .btn.btn-default  {
    margin-bottom: 10px;
}
}

@media (max-width: 1199px) and (min-width: 992px){
    .slider.slider-horizontal{ width: 145px !important; }
}

@media (max-width: 767px) {
    .buy-plot-content .btn.btn-primary.btn-lg{
        padding-left: 20px;
        padding-right: 20px;
    }
    .price-table-box-container.best-seller{background: none;}
    .price-table-box-container img{display: none;}
    .price-table-bottom, .price-table-head, .price-table-top{padding: 0px; margin: 0px;}
    .price-table-box > p{display: none;}

    .price-table-head h2{font-size: 24px; padding: 0px; margin: 0px 0px 0px 20px; text-align: left; font-weight: bold;}
    .price-table-box .text-right{margin-top: -10px;}
    .price-table-box .text-left{text-align: right; margin: 0px 10px 10px 0px;}
}

.testimonialsdivwrapper .bx-wrapper{width: 90%;}
.testimonialsdivwrapper .bx-wrapper .bx-prev{left: -40px;}
.testimonialsdivwrapper .bx-wrapper .bx-next{right: -40px;}

body.fixedheader header{
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0px;
}

.btn.btn-overrridepprimary{
    font-size: 14px;
    text-transform: unset;
    font-weight: 400;
    padding: 7px 12px;
    font-family: 'proxima-nova', sans-serif;
	white-space: inherit;
}


.testimonials_logos{
    width: 250px;
    margin: 0px auto;
}
section.content .testimonials_logos li{background-position: left 6px;}
.testimonials_logos li span{
    display: block; color: #6A1313; font-size: 22px; font-family: Arial;
}
.testimonials_what_customers_say{
    margin: 20px 0px 20px 0px;
    width: 100%;
    text-align: center;
    font-size: 24px;
}
.testimonials_what_customers_say hr{
    border:1px solid #DBDBDB;
    margin: 0px 0px -18px 0px;
    padding: 0px;
}
.testimonials_what_customers_say span{background-color: #ffffff; display: inline-block; padding: 0px 20px 0px 20px;}

section.theresmore{
    background-image: url(images/testimonials_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    padding-top: 20px;
}
section.theresmore h2{
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 40px;
}
.btn-black{
    border-radius: 0px;
    background-color: #000000;
    color: #ffffff;
    border: 0px none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px;
    margin: 0px auto;
    display: block;
    width: 250px;
}
.btn-black:hover{
    color: #ffffff;
    background-color: #333333;
}

.facebookfeed{
    background-image: url(images/fb_feed_bg.png);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
    margin-bottom: 40px;
}
.facebookfeed h4{
    background-image: url(images/fb_logo_header.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 24px;
    padding: 10px 0px 27px 70px;
    margin: 20px 0px 20px 60px;
}

.tripadvisorfeed{
    background-image: url(images/ta_feed_bg.png);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
    margin-bottom: 40px;
}
.tripadvisorfeed h4{
    background-image: url(images/ta_logo_header.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 24px;
    padding: 10px 0px 27px 70px;
    margin: 20px 0px 20px 60px;
}

.fbitem,
.tareview,
#fb-list .loader{
    font-size: 14px;
    color: #ffffff;
    font-family: Arial;
}
#fb-list .loader{
    text-align: center;
}
.tastar{
    display: block;
    width: 14px;
    height: 14px;
    float: left;
    background-image: url(images/tastar.png);
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.tanostar{
    display: block;
    width: 14px;
    height: 14px;
    float: left;
    background-image: url(images/tastar.png);
    background-position: right top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.fbitem{
    visibility: hidden;
    clear: both;
    margin-bottom: 20px;
}
.fbitem a{
    color: #E3DA7D;
}

.fbitem a:hover,
.fbitem a:active,
.fbitem a:focus{
    color: #BDB66F;
}

.fbitem img{
    display: block;
    max-width: 100%;

}
.fbitem .imgholder{
    width: 25%;
    float: left;
    padding-right: 15px;
}

.fbitem .textwrap{
    width: 75%;
    float: left;
}

.fbitem .textwrap > p{
    margin-bottom: 5px !important;
}

.testimonialsul.list-unstyled  li{
    background: none;
}


@media all and (max-width:1199px) {
    .facebookfeed h4{
        background: none;
        padding: 10px 0px 10px 0px;
        margin: 20px 0px 20px 0px;
        text-align: center;
    }
    .tripadvisorfeed h4{
        background: none;
        padding: 10px 0px 10px 0px;
        margin: 20px 0px 20px 0px;
        text-align: center;
    }
}




button.toggle-button{
    background: none;
    outline: none;
    border: none;
    padding: 0;
    position: absolute;
    right: 5px;
    cursor: pointer;
    display: none;

    font-size: 22px;
    top: 21px;
    text-transform: uppercase;
    }

button.toggle-button span{
    border: 1px solid #888;
    padding: 5px 40px 5px 10px;
    float: right;
}

button.toggle-button i{
    font-size: 42px;
    position: absolute;
        right: 11px;
    top: -8px;
}

button.toggle-button{
    display: block;
}

#menu button.toggle-button{
    margin-right: 10px;
    font-size: 25px !important;
    font-weight: bold;
    margin-top: 10px;
}

.slideout-menu {
  position: fixed;
  /*left: 0;*/
  top: 0;
  bottom: 0;
  right: -256px;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position: relative;
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {

}

.slideout-open .slideout-menu {
  display: block;


}

#menu {
    background: #2b2b2b;
    color: white;
    }

#menu {
    display: block;
    /*display: none !important;*/
    position: fixed;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    right: -300px;
    transition: right 0.2s linear;
    top: 0;
    z-index: 10001;
}
.slideout-open #menu {
    right: 0;
    transition: right 0.2s linear;
}

#menu > ul{
    top: 60px;
}

#menu > ul > li.current-menu-item > ul,
#menu > ul > li.current-menu-ancestor > ul {
  display: block;
}
.align-right {
  float: right;
}
#menu > ul > li > a {
    text-transform: uppercase;
  padding: 7px 14px;
  cursor: pointer;
  z-index: 2;
  font-size: 15px;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #464646;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  display: block;
}
#menu > ul > li > a:hover {
  color: #b49250;
}

#menu li.current_page_item > a {
    color: #b49250 !important;
}
#menu ul > li.menu-item-has-children > span.togg:after {
  position: absolute;
  right: 14px;
  top: 9px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#menu ul > li.menu-item-has-children > span.togg:before {
  position: absolute;
  right: 10px;
  top: 13px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#menu ul > li.menu-item-has-children.open > span.togg:after,
#menu ul > li.menu-item-has-children.open > span.togg:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu ul ul li a {
  padding: 7px 14px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #dddddd;
  background: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
   display: block;
}
#menu ul ul ul li a {
  padding-left: 32px;
}
#menu ul ul li a:hover {
  color: #ffffff;
}
#menu ul ul > li.menu-item-has-children > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#menu ul ul > li.menu-item-has-children > a:before {
  top: 20px;
  background: #dddddd;
}

#menu ul ul {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    }

#menu ul,
#menu ul li,
#menu ul li a {
    display: block;
    position: relative;
    }

#menu span.togg {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 3px;
    right: 4px;
    z-index: 5000;
    cursor: pointer;
    }


    .product-description .gallery{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 2em;
    }

    .product-description .gallery .gallery-item{
        float: none !important;
        width: auto !important;
        box-sizing: border-box;
        margin: 5px 5px 10px 5px;
    }

    .product-description .gallery .gallery-item img{
        margin-bottom: 5px;
    }

    p.gift-page-basket-btns > input {
        margin-right: 2ch;
    }